[BFD, AArch64] Fix PT_GNU_PROPERTY alignment issue
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4 comment.
5 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
6
72019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
10 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
11 * gdb.arch/riscv-unwind-long-insn.c: New file.
12 * gdb.arch/riscv-unwind-long-insn.exp: New file.
13
142019-06-04 Christian Biesinger <cbiesinger@google.com>
15
16 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
17
182019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
19
20 * lib/gdb.exp (help_list_trailer): New regexp variable
21 factorizing the help trailer message.
22 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
23 arg to allow to better factorize various tests.
24 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
25 (test_prefix_command_help): Use help_list_trailer.
26 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
27 * gdb.guile/scm-cmd.exp: Likewise.
28 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
29 * gdb.base/help.exp: Use test_user_defined_class_help.
30 * gdb.base/style.exp: Add tests for styling of help and apropos.
31 * lib/gdb-utils.exp (style): Add title and highlight styles.
32
332019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
34
35 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
36 $_shell_exitsignal.
37 * gdb.base/default.exp: Update for new convenience variables.
38
392019-05-29 Tom Tromey <tromey@adacore.com>
40
41 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
42 to "break complete ada" test case's regexp.
43
442019-05-29 Tom Tromey <tromey@adacore.com>
45
46 PR c++/20020:
47 * gdb.cp/constexpr-field.exp: New file.
48 * gdb.cp/constexpr-field.cc: New file.
49
502019-05-29 Tom Tromey <tromey@adacore.com>
51
52 * gdb.base/finish.exp (finish_no_print): New proc.
53 (finish_tests): Call it.
54
552019-05-24 Tom de Vries <tdevries@suse.de>
56
57 * gdb.dwarf2/gdb-add-index.exp: New file.
58
592019-05-22 Tom Tromey <tromey@adacore.com>
60
61 * gdb.base/info-shared.exp (check_info_shared): Use "style".
62 * gdb.base/style.exp: Use "style".
63 * lib/gdb-utils.exp (style): New proc.
64
652019-05-22 Tom de Vries <tdevries@suse.de>
66
67 * gdb.base/align.exp: Require c++11.
68
692019-05-22 Tom de Vries <tdevries@suse.de>
70
71 PR testsuite/24586
72 * gdb.python/py-mi-var-info-path-expression.exp: Call
73 mi_skip_python_tests to check if python is supported.
74
752019-05-22 Alan Hayward <alan.hayward@arm.com>
76
77 * gdb.arch/aarch64-pauth.c: New test.
78 * gdb.arch/aarch64-pauth.exp: New file.
79
802019-05-22 Alan Hayward <alan.hayward@arm.com>
81
82 * README (Re-running Tests Outside The Testsuite): New section.
83
842019-05-21 Tom de Vries <tdevries@suse.de>
85
86 * gdb.arch/amd64-eval.exp: Require c++11.
87 * gdb.base/max-depth.exp: Same.
88 * gdb.compile/compile-cplus-array-decay.exp: Same.
89 * gdb.cp/meth-typedefs.exp: Same.
90 * gdb.cp/subtypes.exp: Same.
91 * gdb.cp/temargs.exp: Same.
92
932019-05-21 Alan Hayward <alan.hayward@arm.com>
94
95 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
96
972019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 PR gdb/18644
100 * gdb.fortran/complex.exp: Remove setup_kfail calls.
101 * gdb.fortran/printing-types.exp: Add new test.
102 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
103 testing.
104 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
105 setup_kfail call.
106
1072019-05-17 Alan Hayward <alan.hayward@arm.com>
108
109 * README (Running the Testsuite): Change example.
110 (Testsuite Parameters): Remove TRANSCRIPT.
111 * lib/gdb.exp: Remove TRANSCRIPT check.
112
1132019-05-17 Alan Hayward <alan.hayward@arm.com>
114
115 * README (Testsuite Parameters): Add replay logging to
116 GDBSERVER_DEBUG.
117 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
118 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
119 as a comma separated list.
120 (gdb_debug_init): Override procedure.
121
1222019-05-17 Alan Hayward <alan.hayward@arm.com>
123
124 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
125 (gdb_write_cmd_file): New procedure.
126 * lib/gdbserver-support.exp (gdbserver_start): Call
127 gdbserver_write_cmd_file.
128 (gdbserver_write_cmd_file): New procedure.
129
1302019-05-17 Alan Hayward <alan.hayward@arm.com>
131
132 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
133 (delete_breakpoints): Likewise.
134 (gdb_run_cmd): Likewise.
135 (gdb_start_cmd): Likewise.
136 (gdb_starti_cmd): Likewise.
137 (gdb_internal_error_resync): Likewise.
138 (gdb_test_multiple): Likewise.
139 (gdb_reinitialize_dir): Likewise.
140 (default_gdb_exit): Likewise.
141 (gdb_file_cmd): Mark kill as optional.
142 (default_gdb_start): Call gdb_stdin_log_init.
143 (send_gdb): Call gdb_stdin_log_write.
144 (rerun_to_main): Mark Y as an answer.
145 (gdb_stdin_log_init): New function.
146 (gdb_stdin_log_write): Likewise.
147
1482019-05-17 Alan Hayward <alan.hayward@arm.com>
149
150 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
151 * gdb.base/debug-expr.exp: Likewise.
152 * gdb.base/foll-fork.exp: Likewise.
153 * gdb.base/foll-vfork.exp: Likewise.
154 * gdb.base/fork-print-inferior-events.exp: Likewise.
155 * gdb.base/gdb-sigterm.exp: Likewise.
156 * gdb.base/gdbinit-history.exp: Likewise.
157 * gdb.base/osabi.exp: Likewise.
158 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
159 * gdb.base/ui-redirect.exp: Likewise.
160 * gdb.gdb/unittest.exp: Likewise.
161 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
162 * gdb.mi/mi-watch.exp: Likewise.
163 * gdb.mi/new-ui-mi-sync.exp: Likewise.
164 * gdb.mi/user-selected-context-sync.exp: Likewise.
165 * gdb.python/python.exp: Disable debug test when debugging.
166 * gdb.threads/check-libthread-db.exp: Disable when debugging.
167 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
168 Likewise.
169 * gdb.threads/stepi-random-signal.exp: Likewise.
170
1712019-05-17 Alan Hayward <alan.hayward@arm.com>
172
173 * Makefile.in: Pass through GDB_DEBUG.
174 * README (Testsuite Parameters): Add GDB_DEBUG.
175 (gdb,debug): Add board setting.
176 * lib/gdb.exp (default_gdb_start): Start debugging.
177 (gdb_debug_enabled): New procedure.
178 (gdb_debug_init): Likewise.
179
1802019-05-17 Alan Hayward <alan.hayward@arm.com>
181
182 * Makefile.in: Pass through GDB_DEBUG.
183 * README (Testsuite Parameters): Add GDB_DEBUG.
184 (gdb,debug): Add board setting.
185 * lib/gdb.exp (default_gdb_start): Start debugging.
186 (gdb_debug_enabled): New procedure.
187 (gdb_debug_init): Likewise.
188
1892019-05-17 Alan Hayward <alan.hayward@arm.com>
190
191 * gdb.base/ui-redirect.exp: Add debug redirect tests.
192
1932019-05-17 Alan Hayward <alan.hayward@arm.com>
194
195 * gdb.base/ui-redirect.exp: Test redirection.
196
1972019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
198
199 * gdb.mi/mi-complete.exp: New file.
200 * gdb.mi/mi-complete.cc: Likewise.
201
2022019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
203
204 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
205 indexed and sliced arrays, and pointers to arrays.
206
2072019-05-14 Tom Tromey <tromey@adacore.com>
208
209 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
210 styling test.
211
2122019-05-14 Tom de Vries <tdevries@suse.de>
213
214 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
215 selection entry encoding.
216
2172019-05-10 Tom Tromey <tromey@adacore.com>
218
219 * gdb.ada/info_exc.exp: Add "complete" test.
220
2212019-05-09 Tom de Vries <tdevries@suse.de>
222
223 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
224 CU-relative.
225
2262019-05-09 Tom de Vries <tdevries@suse.de>
227
228 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
229 CU-relative.
230
2312019-05-08 Joel Brobecker <brobecker@adacore.com>
232
233 * gdb.ada/frame_arg_lang.exp: New testcase.
234 * gdb.ada/frame_arg_lang/bla.adb: New file.
235 * gdb.ada/frame_arg_lang/pck.ads: New file.
236 * gdb.ada/frame_arg_lang/pck.adb: New file.
237 * gdb.ada/frame_arg_lang/foo.c: New file.
238
2392019-05-08 Tom Tromey <tromey@adacore.com>
240
241 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
242
2432019-05-08 Tom Tromey <tromey@adacore.com>
244
245 * gdb.base/ptype-offsets.exp: Update tests.
246
2472019-05-08 Tom Tromey <tromey@adacore.com>
248
249 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
250 cases.
251 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
252 "short".
253
2542019-05-08 Tom Tromey <tromey@adacore.com>
255
256 * gdb.ada/vla.exp: New file.
257 * gdb.ada/vla/vla.adb: New file.
258
2592019-05-07 Tom de Vries <tdevries@suse.de>
260
261 * gdb.base/index-cache.exp (ls_host): Fix return statement.
262
2632019-05-07 Tom de Vries <tdevries@suse.de>
264
265 PR testsuite/24522
266 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
267 section.
268
2692019-05-07 Tom de Vries <tdevries@suse.de>
270
271 PR testsuite/24522
272 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
273 .debug_aranges section.
274
2752019-05-07 Tom de Vries <tdevries@suse.de>
276
277 PR testsuite/24159
278 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
279
2802019-05-06 Tom de Vries <tdevries@suse.de>
281
282 * lib/gdb.exp (exec_has_index_section): New proc.
283 * gdb.base/index-cache.exp: Handle case that binfile contains an index
284 section.
285
2862019-05-04 Tom de Vries <tdevries@suse.de>
287
288 * boards/cc-with-debug-names.exp: New file.
289
2902019-05-03 Tom Tromey <tromey@adacore.com>
291
292 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
293 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
294 * gdb.ada/char_enum.exp: Add test.
295
2962019-05-03 Tom de Vries <tdevries@suse.de>
297
298 * boards/cc-with-gdb-index.exp: New file.
299
3002019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * gdb.rust/simple.exp: Add new test case.
303 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
304 (main): Initialise an instance of the new struct.
305
3062019-05-01 Tom Tromey <tromey@adacore.com>
307
308 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
309 record.
310 (NPR): New variable.
311 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
312 test.
313
3142019-05-01 Tom Tromey <tromey@adacore.com>
315
316 * gdb.ada/packed_array_assign.exp: Add packed assignment
317 regression test.
318
3192019-05-01 Tom de Vries <tdevries@suse.de>
320
321 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
322
3232019-05-01 Tom de Vries <tdevries@suse.de>
324
325 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
326
3272019-04-30 Ali Tamur <tamur@google.com>
328
329 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
330
3312019-04-30 Tom Tromey <tromey@adacore.com>
332
333 * lib/ada.exp (find_ada_tool): New proc.
334 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
335 * gdb.ada/catch_ex_std.exp: New file.
336 * gdb.ada/catch_ex_std/foo.adb: New file.
337 * gdb.ada/catch_ex_std/some_package.adb: New file.
338 * gdb.ada/catch_ex_std/some_package.ads: New file.
339
3402019-04-30 Tom Tromey <tromey@adacore.com>
341
342 PR c++/24470:
343 * gdb.cp/temargs.cc: Add test code from PR.
344
3452019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * gdb.fortran/vla-datatypes.exp: Update expected results.
348 * gdb.fortran/vla-ptype.exp: Likewise.
349 * gdb.fortran/vla-type.exp: Likewise.
350 * gdb.fortran/vla-value.exp: Likewise.
351
3522019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * gdb.fortran/ptr-indentation.exp: Update expected results.
355 * gdb.fortran/ptype-on-functions.exp: Likewise.
356 * gdb.fortran/vla-ptr-info.exp: Likewise.
357 * gdb.fortran/vla-value.exp: Likewise.
358
3592019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
360
361 * gdb.fortran/ptype-on-functions.exp: New file.
362 * gdb.fortran/ptype-on-functions.f90: New file.
363
3642019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
367 case void string.
368
3692019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * gdb.fortran/complex.exp: Expand.
372 * gdb.fortran/complex.f: Renamed to...
373 * gdb.fortran/complex.f90: ...this, and extended to add more
374 complex values.
375
3762019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
379 MODULO, CMPLX.
380
3812019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
382 Richard Bunt <richard.bunt@arm.com>
383
384 * gdb.base/max-depth.c: New file.
385 * gdb.base/max-depth.exp: New file.
386 * gdb.python/py-nested-maps.c: New file.
387 * gdb.python/py-nested-maps.exp: New file.
388 * gdb.python/py-nested-maps.py: New file.
389 * gdb.python/py-format-string.exp (test_max_depth): New proc.
390 (test_all_common): Call test_max_depth.
391 * gdb.fortran/max-depth.exp: New file.
392 * gdb.fortran/max-depth.f90: New file.
393 * gdb.go/max-depth.exp: New file.
394 * gdb.go/max-depth.go: New file.
395 * gdb.modula2/max-depth.exp: New file.
396 * gdb.modula2/max-depth.c: New file.
397 * lib/gdb.exp (get_print_expr_at_depths): New proc.
398
3992019-04-29 Tom de Vries <tdevries@suse.de>
400
401 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
402
4032019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
404
405 * gdb.base/callexit.exp: Test may-call-functions off.
406
4072019-04-25 Keith Seitz <keiths@redhat.com>
408
409 PR c++/24367
410 * gdb.cp/meth-typedefs.cc (incomplete_struct)
411 (another_incomplete_struct, test_incomplete): New definitions.
412 (main): Use new definitions.
413 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
414 functions.
415
4162019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
417
418 PR corefiles/11608
419 PR corefiles/18187
420 * gdb.base/coredump-filter-build-id.exp: New file.
421
4222019-04-25 Alan Hayward <alan.hayward@arm.com>
423
424 * Makefile.in: Pass through GDBSERVER_DEBUG.
425 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
426 (gdbserver,debug): Add board setting.
427 * gdb.trace/tspeed.exp: Skip when debugging.
428 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
429 * lib/gdbserver-support.exp: Likewise
430
4312019-04-24 Tom Tromey <tromey@adacore.com>
432
433 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
434 Rust.
435
4362019-04-24 Tom Tromey <tromey@adacore.com>
437
438 * gdb.arch/amd64-eval.exp: Test bitfield return.
439 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
440 (class Foo) <return_bitfields>: New method.
441 (main): Call it.
442
4432019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
444
445 * gdb.cp/many-args.cc: New file.
446 * gdb.cp/many-args.exp: New file.
447
4482019-04-23 Tom de Vries <tdevries@suse.de>
449
450 PR gdb/24433
451 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
452
4532019-04-23 Alan Hayward <alan.hayward@arm.com>
454
455 * gdb.trace/backtrace.exp: Use nopie flag.
456 * gdb.trace/circ.exp: Likewise.
457 * gdb.trace/collection.exp: Likewise.
458 * gdb.trace/ftrace.exp: Likewise.
459 * gdb.trace/mi-trace-unavailable.exp: Likewise.
460 * gdb.trace/mi-traceframe-changed.exp: Likewise.
461 * gdb.trace/qtro.exp: Likewise.
462 * gdb.trace/read-memory.exp: Likewise.
463 * gdb.trace/report.exp: Likewise.
464 * gdb.trace/tfile.exp: Likewise.
465 * gdb.trace/tfind.exp: Likewise.
466 * gdb.trace/unavailable.exp: Likewise.
467
4682019-04-22 Pedro Alves <palves@redhat.com>
469
470 * gdb.base/solib-probes-nosharedlibrary.c,
471 gdb.base/solib-probes-nosharedlibrary.exp: New files.
472
4732019-04-19 Tom Tromey <tromey@adacore.com>
474
475 * gdb.ada/ptype_union.c: New file.
476 * gdb.ada/ptype_union.exp: New file.
477
4782019-04-19 Tom Tromey <tromey@adacore.com>
479
480 PR symtab/24423:
481 * gdb.base/list0.h (foo): Add a control-l character.
482
4832019-04-18 Tom de Vries <tdevries@suse.de>
484
485 PR gdb/24433
486 * boards/local-board.exp: Set sysroot to "".
487
4882019-04-18 Tom de Vries <tdevries@suse.de>
489 Pedro Alves <palves@redhat.com>
490
491 PR gdb/24454
492 * gdb.threads/vfork-follow-child-exec.c: New file.
493 * gdb.threads/vfork-follow-child-exec.exp: New file.
494 * gdb.threads/vfork-follow-child-exit.c: New file.
495 * gdb.threads/vfork-follow-child-exit.exp: New file.
496
4972019-04-15 Leszek Swirski <leszeks@google.com>
498
499 * gdb.arch/amd64-eval.cc: New file.
500 * gdb.arch/amd64-eval.exp: New file.
501
5022019-04-11 Alan Hayward <alan.hayward@arm.com>
503
504 * gdb.server/sysroot.c: New test.
505 * gdb.server/sysroot.exp: New file.
506 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
507 matching param.
508
5092019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * gdb.base/align.exp: Extend test to cover structures containing
512 only static fields.
513
5142019-04-11 Tom de Vries <tdevries@suse.de>
515
516 * boards/cc-with-dwz-m.exp: New file.
517 * boards/cc-with-dwz.exp: New file.
518 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
519
5202019-04-09 Simon Marchi <simon.marchi@efficios.com>
521
522 * gdb.base/start-cpp.exp: New file.
523 * gdb.base/start-cpp.cc: New file.
524
5252019-04-08 Kevin Buettner <kevinb@redhat.com>
526
527 * gdb.python/py-thrhandle.exp: Adjust tests to call
528 thread_from_handle instead of thread_from_thread_handle.
529
5302019-04-08 Kevin Buettner <kevinb@redhat.com>
531
532 * gdb.python/py-thrhandle.exp: Add tests for
533 gdb.InferiorThread.handle.
534
5352019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 * gdb.python/py-function.exp: Check calling helper function from
538 all languages.
539 * lib/gdb.exp (gdb_supported_languages): New proc.
540
5412019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * gdb.base/complex-parts.c: New file.
544 * gdb.base/complex-parts.exp: New file.
545
5462019-04-01 Tom Tromey <tromey@adacore.com>
547
548 PR symtab/23331:
549 * gdb.dwarf2/dw2-ranges-main.c: New file.
550 * gdb.dwarf2/dw2-ranges-psym.c: New file.
551 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
552
5532019-03-30 Simon Marchi <simark@simark.ca>
554
555 * gdb.base/default.exp: Add values for $_gdb_major and
556 $_gdb_minor.
557
5582019-03-29 Tom Tromey <tromey@adacore.com>
559
560 * gdb.base/help.exp: Tighten apropos regexp.
561
5622019-03-29 Keith Seitz <keiths@redhat.com>
563
564 * gdb.fortran/array-bounds.exp: New file.
565 * gdb.fortran/array-bounds.f90: New file.
566
5672019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
568
569 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
570
5712019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
572
573 * gdb.multi/hello.c (main): Increase alarm timer.
574
5752019-03-28 Sandra Loosemore <sandra@codesourcery.com>
576
577 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
578 factor when no hardware watchpoint support.
579
5802019-03-28 Alan Hayward <alan.hayward@arm.com>
581 Pedro Alves <palves@redhat.com>
582
583 * boards/local-board.exp: set sysroot to /.
584
5852019-03-27 Alan Hayward <alan.hayward@arm.com>
586
587 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
588 in child.
589
5902019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
591
592 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
593 field.
594 (make_container): Initialise new field.
595 * gdb.python/py-prettyprint.exp: Add new tests.
596 * gdb.python/py-prettyprint.py (class ContainerPrinter)
597 <display_hint>: New method.
598
5992019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
602 gdb_continue_to_breakpoint more throughout this test.
603 (run_lang_tests) Supply unique test names, and use
604 gdb_test_no_output.
605
6062019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.base/finish-pretty.exp: Update expected results.
609 * gdb.base/pretty-print.c: New file.
610 * gdb.base/pretty-print.exp: New file.
611
6122019-03-25 Pedro Alves <palves@redhat.com>
613
614 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
615 move comments outside list. Append '-i "" eof' section.
616
6172019-03-22 Alan Hayward <alan.hayward@arm.com>
618
619 * README: Add pie options.
620 * gdb.base/break-interp.exp: Ensure pie is disabled.
621 * gdb.base/dump.exp: Likewise.
622 * lib/gdb.exp (gdb_compile): Add pie option.
623
6242019-03-19 Tom Tromey <tromey@adacore.com>
625
626 * gdb.mi/mi2-cli-display.c: New file.
627 * gdb.mi/mi2-cli-display.exp: New file.
628
6292019-03-18 Joel Brobecker <brobecker@adacore.com>
630 Tom Tromey <tromey@adacore.com>
631
632 * gdb.ada/ptype_array/pck.adb: New file.
633 * gdb.ada/ptype_array/pck.ads: New file.
634 * gdb.ada/ptype_array/foo.adb: New file.
635 * gdb.ada/ptype_array.exp: New file.
636
6372019-03-14 Tom Tromey <tromey@adacore.com>
638
639 * gdb.base/style.exp: Add "set style sources" test.
640
6412019-03-13 Simon Marchi <simon.marchi@ericsson.com>
642
643 * mi-breakpoint-location-ena-dis.exp: Rename to ...
644 * mi-breakpoint-multiple-locations.exp: ... this.
645 (make_breakpoints_pattern): New proc.
646 (do_test): Add mi_version parameter, test -break-insert,
647 -break-info and =breakpoint-created.
648
6492019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
650
651 * config/default.exp: Remove 'load_lib gdb.exp'.
652 * config/monitor.exp: Likewise.
653 * config/sid.exp: Likewise.
654 * config/sim.exp: Likewise.
655 * config/slite.exp: Likewise.
656 * config/unix.exp: Likewise.
657 * gdb.base/default.exp: Remove unhelpful comment.
658
6592019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
660
661 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
662
6632019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
664
665 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
666
6672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
668
669 * gdb.fortran/type-kinds.exp: Update expected results.
670
6712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.fortran/type-kinds.exp: Test new integer type kind.
674
6752019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
678 function.
679 (test_basic_parsing_of_type_kinds): Expand types tested.
680 (test_parsing_invalid_type_kinds): New function.
681
6822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * gdb.fortran/intrinsics.exp: New file.
685 * gdb.fortran/intrinsics.f90: New file.
686 * gdb.fortran/type-kinds.exp: New file.
687
6882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.fortran/dot-ops.exp: New file.
691
6922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
693
694 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
695 Check upper and lower case logical literals.
696
6972019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
698
699 * gdb.fortran/types.exp (test_float_literal_types_accepted):
700 Remove duplicate tests.
701
7022019-03-06 Alan Hayward <alan.hayward@arm.com>
703
704 * lib/gdb.exp (builtin_cd): rename of cd.
705 (cd): Override builtin.
706
7072019-03-06 Richard Bunt <richard.bunt@arm.com>
708
709 * gdb.fortran/function-calls.exp: New file.
710 * gdb.fortran/function-calls.f90: New test.
711
7122019-03-04 Richard Bunt <richard.bunt@arm.com>
713
714 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
715 on user program standard output.
716 * gdb.fortran/short-circuit-argument-list.f90: Record function
717 calls.
718
7192019-02-28 Alan Hayward <alan.hayward@arm.com>
720
721 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
722 failure.
723
7242019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
725
726 PR gdb/8527
727 * gdb.base/interrupt-daemon-attach.c,
728 gdb.base/interrupt-daemon-attach.exp: New test.
729
7302019-02-27 Pedro Alves <palves@redhat.com>
731
732 * gdb.base/page.exp: Add tests for "set width/height -1".
733
7342019-02-27 Pedro Alves <palves@redhat.com>
735
736 * gdb.base/page.exp: Add tests for "set/show width/height" with
737 "infinite" values.
738
7392019-02-27 Tom Tromey <tromey@adacore.com>
740
741 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
742 2.4.
743 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
744 workaround.
745
7462019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
747
748 * gdb.base/align.exp: Extend to compile in both C and C++, and add
749 tests for structs with static members.
750
7512019-02-26 Tom Tromey <tromey@adacore.com>
752
753 * gdb.python/py-value.exp (test_value_from_buffer): Check for
754 ValueError, not TypeError.
755
7562019-02-26 Kevin Buettner <kevinb@redhat.com>
757
758 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
759 call from main program.
760
7612019-02-23 Joel Brobecker <brobecker@adacore.com>
762
763 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
764 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
765 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
766 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
767 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
768
7692019-02-22 Keith Seitz <keiths@redhat.com>
770
771 PR symtab/23853
772 * gdb.base/symlink-sourcefile.c: New file.
773 * gdb.base/symlink-sourcefile.exp: New file.
774
7752019-02-20 Tom Tromey <tom@tromey.com>
776
777 * gdb.base/info_qt.exp: Update.
778
7792019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
780
781 * gdb.base/source.exp: Move "error in sourced script" code to
782 the end.
783 * gdb.base/source-error.gdb: Move contents to
784 source-error-1.gdb. Add new code to source source-error-1.gdb.
785 * gdb.base/source-error-1.gdb: New file, from previous
786 source-error.gdb.
787
7882019-02-17 Tom Tromey <tom@tromey.com>
789
790 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
791 for macro styling.
792 * gdb.base/style.c (SOME_MACRO): New macro.
793
7942019-02-17 Tom Tromey <tom@tromey.com>
795
796 * gdb.base/style.exp: Add line-wrapping tests.
797 * gdb.base/page.exp: Add test for quitting during pagination.
798
7992019-02-17 Joel Brobecker <brobecker@adacore.com>
800
801 * gdb.ada/big_packed_array: New testcase.
802 * gdb.ada/homonym.exp: Fix incorrect expected output for
803 "break <homonym__get_value>" test.
804
8052019-02-13 Weimin Pan <weimin.pan@oracle.com>
806
807 PR breakpoints/21870
808 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
809 and prepare_for_testing. Add comment.
810 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
811 redundant cleanup call. Clean up comment.
812
8132019-02-12 Weimin Pan <weimin.pan@oracle.com>
814
815 PR breakpoints/21870
816 * gdb.arch/aarch64-dbreg-contents.exp: New file.
817 * gdb.arch/aarch64-dbreg-contents.c: New file.
818
8192019-02-10 Joel Brobecker <brobecker@adacore.com>
820
821 * gdb.ada/mi_ref_changeable: New testcase.
822
8232019-02-07 Alan Hayward <alan.hayward@arm.com>
824
825 * gdb.base/attach.exp: Add double attach test.
826
8272019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
828
829 * lib/gdb.exp (default_gdb_start): Don't match pagination
830 prompt.
831 (gdb_init): Set stty_init.
832
8332019-01-27 Tom Tromey <tom@tromey.com>
834
835 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
836 skip_python_tests.
837
8382019-01-24 Alan Hayward <alan.hayward@arm.com>
839
840 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
841 New structure.
842 (struct struct_static_02_02): Likewise.
843 (struct struct_static_02_03): Likewise.
844 (struct struct_static_02_04): Likewise.
845 (struct struct_static_04_01): Likewise.
846 (struct struct_static_04_02): Likewise.
847 (struct struct_static_04_03): Likewise.
848 (struct struct_static_04_04): Likewise.
849 (struct struct_static_06_01): Likewise.
850 (struct struct_static_06_02): Likewise.
851 (struct struct_static_06_03): Likewise.
852 (struct struct_static_06_04): Likewise.
853 (cmp_struct_static_02_01): Likewise.
854 (cmp_struct_static_02_02): Likewise.
855 (cmp_struct_static_02_03): Likewise.
856 (cmp_struct_static_02_04): Likewise.
857 (cmp_struct_static_04_01): Likewise.
858 (cmp_struct_static_04_02): Likewise.
859 (cmp_struct_static_04_03): Likewise.
860 (cmp_struct_static_04_04): Likewise.
861 (cmp_struct_static_06_01): Likewise.
862 (cmp_struct_static_06_02): Likewise.
863 (cmp_struct_static_06_03): Likewise.
864 (cmp_struct_static_06_04): Likewise.
865 (call_all): Test new structs.
866 * gdb.base/infcall-nested-structs.exp: Likewise.
867
8682019-01-21 Alan Hayward <alan.hayward@arm.com>
869 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
870
8712019-01-21 Alan Hayward <alan.hayward@arm.com>
872 * gdb.base/stack-protector.c: New test.
873 * gdb.base/stack-protector.exp: New file.
874 * gdb.cp/ovldbreak.exp: Only allow a single break line.
875 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
876 option.
877 (gdb_compile): Remove stack protector for GCC and prevent
878 recursion.
879
8802019-01-16 Keith Seitz <keiths@redhat.com>
881
882 PR gdb/23773
883 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
884
8852019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
886
887 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
888 aliases.
889 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
890 tests.
891 * gdb.arch/powerpc-vector-regs.c: New file.
892 * gdb.arch/powerpc-vector-regs.exp: New file.
893
8942019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
895
896 * gdb.arch/altivec-regs.exp: Fix the list passed to
897 gdb_expect_list when testing "info vector".
898
8992019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
900
901 * gdb.base/style.exp: Don't include path in testname.
902
9032019-01-10 Keith Seitz <keiths@redhat.com>
904
905 PR gdb/23712
906 PR symtab/23010
907 * gdb.dwarf2/multidictionary.exp: New file.
908
9092019-01-09 Simon Marchi <simon.marchi@ericsson.com>
910
911 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
912 (test_gnuv3_style_demangling): ... this.
913 (test_lucid_style_demangling): Remove.
914 (test_arm_style_demangling): Remove.
915 (test_hp_style_demangling): Remove.
916 (do_tests): Remove calls to the above.
917
9182019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
919
920 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
921 case.
922
9232019-01-06 Tom Tromey <tom@tromey.com>
924
925 PR gdb/28155:
926 * gdb.dwarf2/typedef-void-finish.exp: New file.
927
9282018-12-28 Tom Tromey <tom@tromey.com>
929 Simon Marchi <simark@simark.ca>
930
931 * gdb.base/jit-exec.exp: New file.
932 * gdb.base/jit-exec.c: New file.
933 * gdb.base/jit-execd.c: New file.
934
9352018-12-28 Tom Tromey <tom@tromey.com>
936
937 * gdb.base/style.exp: Update test to check for address styling.
938
9392018-12-28 Tom Tromey <tom@tromey.com>
940
941 * gdb.base/style.exp: Add test for styling of "Reading symbols"
942 message.
943
9442018-12-28 Tom Tromey <tom@tromey.com>
945
946 * gdb.base/style.exp: Add test for version number styling.
947
9482018-12-28 Tom Tromey <tom@tromey.com>
949
950 * gdb.base/style.exp: Add test for print_address_symbolic.
951
9522018-12-28 Tom Tromey <tom@tromey.com>
953
954 * gdb.base/style.exp: Add test for breakpoint setting.
955
9562018-12-28 Tom Tromey <tom@tromey.com>
957
958 * gdb.base/style.exp: Add test for variable names.
959
9602018-12-28 Tom Tromey <tom@tromey.com>
961
962 * gdb.base/style.exp: New file.
963 * gdb.base/style.c: New file.
964
9652018-12-28 Tom Tromey <tom@tromey.com>
966
967 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
968 "dumb".
969 * gdb.base/readline.exp (operate_and_get_next): Save and restore
970 the TERM environment variable.
971
9722018-12-27 Tom Tromey <tom@tromey.com>
973
974 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
975 pagination test.
976
9772018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
980 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
981
9822018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
983
984 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
985 Filename a.adb changed to bp_fun_addr.adb.
986 gdb.ada/bp_fun_addr.exp: Update test accordingly.
987
9882018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
989
990 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
991 non-PIE executables.
992 * README: Mention the gdb,nopie_flag board setting.
993 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
994 non-PIE executable.
995 * gdb.arch/amd64-entry-value.exp: Likewise.
996 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
997 * gdb.arch/i386-float.exp: Likewise.
998 * gdb.arch/i386-signal.exp: Likewise.
999 * gdb.mi/mi-reg-undefined.exp: Likewise.
1000
10012018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1002
1003 PR gdb/23974
1004 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1005
10062018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1007
1008 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1009 Update order of results accordingly.
1010
10112018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.base/annota1.exp: Update a test regexp.
1014
10152018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1018
10192018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1020
1021 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1022 (reuse_time): Initialize to REUSE_TIME_CAP.
1023 (check_rc): New function.
1024 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1025 Check pthread_create rc.
1026 (spawner_thread_func): Check pthread_create and pthread_join rc.
1027
10282018-12-08 Pedro Alves <palves@redhat.com>
1029
1030 * gdb.base/list.exp (test_forward_search): Rename to ...
1031 (test_forward_reverse_search): ... this. Also test reverse-search
1032 and the forward-search alias.
1033
10342018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1035
1036 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1037 local timeout variable before return, and remove all local timeout
1038 variable entirely.
1039 (gdb_load): Likewise.
1040
10412018-12-01 Tom de Vries <tdevries@suse.de>
1042
1043 * gdb.base/gdb-caching-proc.exp: New file.
1044
10452018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1046
1047 * Makefile.in (TIMESTAMP): New variable.
1048 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1049 command.
1050 (check-single-racy): Likewise.
1051 (check/%.exp): Likewise.
1052 (check-racy/%.exp): Likewise.
1053 (workers/%.worker): Likewise.
1054 (build-perf): Likewise.
1055 (check-perf): Likewise.
1056 * README: Describe new "TS" and "TS_FORMAT" variables.
1057 * print-ts.py: New file.
1058
10592018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1060
1061 PR python/23714
1062 * gdb.python/python.exp: Test command repetition after
1063 gdb.execute.
1064
10652018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1066
1067 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1068 is correctly aligned.
1069
10702018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1071
1072 * gdb.ada/info_auto_lang.exp: New testcase.
1073 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1074 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1075 * gdb.ada/info_auto_lang/some_c.c: New file.
1076
10772018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1078
1079 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1080 FUNC_lang language syntax.
1081
10822018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1083
1084 * gdb.base/info_minsym.c: New file.
1085 * gdb.base/info_minsym.exp: New file.
1086
10872018-11-19 Tom Tromey <tom@tromey.com>
1088
1089 PR rust/23625:
1090 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1091 * gdb.rust/expr.exp: Update expected output. Change one test.
1092
10932018-11-19 Tom Tromey <tom@tromey.com>
1094
1095 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1096
10972018-11-19 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1100 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1101 see the expected warning.
1102
11032018-11-16 Alan Hayward <alan.hayward@arm.com>
1104
1105 PR gdb/22736:
1106 * gdb.cp/infcall-nodebug-lib.c: New test.
1107 * gdb.cp/infcall-nodebug-main.c: New test.
1108 * gdb.cp/infcall-nodebug.exp: New file.
1109
11102018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1111
1112 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1113 completer tests.
1114
11152018-11-09 Tom de Vries <tdevries@suse.de>
1116
1117 * gdb.base/msym-lang.c: New test.
1118 * gdb.base/msym-lang.exp: New file.
1119 * gdb.base/msym-lang-main.c: New test.
1120
11212018-11-08 Tom Tromey <tom@tromey.com>
1122
1123 PR gdb/23555:
1124 PR gdb/23838:
1125 * gdb.base/warning.exp: New file.
1126
11272018-11-08 Jan Beulich <jbeulich@suse.com>
1128
1129 * testsuite/gdb.arch/i386-avx512.c,
1130 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1131
11322018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1135 point hardware.
1136
11372018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1138
1139 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1140 * gdb.dwarf2/missing-type-name.exp: New file.
1141
11422018-11-06 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.base/many-headers.c: New test.
1145 * gdb.base/many-headers.exp: New file.
1146
11472018-11-06 Jim Wilson <jimw@sifive.com>
1148
1149 * gdb.base/code_elim.exp: For riscv, set additional_flags
1150 to include -msmall-data-limit=0.
1151
11522018-11-01 Joel Brobecker <brobecker@adacore.com>
1153
1154 * gdb.ada/watch_minus_l: New testcase.
1155
11562018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1157
1158 * gdb.arch/aix-sighandle.c: New file.
1159 * gdb.arch/aix-sighandle.exp: New file.
1160
11612018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1164 registers being unions.
1165
11662018-10-31 Tom de Vries <tdevries@suse.de>
1167
1168 * lib/valgrind.exp: New file.
1169 (vgdb_start, vgdb_stop): New procs, factored out of ...
1170 * gdb.base/valgrind-bt.exp: ... here, ...
1171 * gdb.base/valgrind-disp-step.exp: ... here and ...
1172 * gdb.base/valgrind-infcall.exp: ... here.
1173
11742018-10-31 Tom de Vries <tdevries@suse.de>
1175
1176 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1177
11782018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1179
1180 * gdb.dwarf2/void-type.c: New file.
1181 * gdb.dwarf2/void-type.exp: New file.
1182
11832018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1184
1185 * gdb.base/info_qt.c: New file.
1186 * gdb.base/info_qt.exp: New file.
1187
11882018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1189
1190 * gdb.arch/powerpc-htm-regs.c: New file.
1191 * gdb.arch/powerpc-htm-regs.exp: New file.
1192
11932018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1194
1195 * gdb.arch/powerpc-tar.c: New file.
1196 * gdb.arch/powerpc-tar.exp: New file.
1197
11982018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1199
1200 * gdb.arch/powerpc-ppr-dscr.c: New file.
1201 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1202
12032018-10-25 Tom de Vries <tdevries@suse.de>
1204
1205 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1206
12072018-10-24 Tom de Vries <tdevries@suse.de>
1208
1209 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1210 longer exists error.
1211
12122018-10-24 Tom de Vries <tdevries@suse.de>
1213
1214 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1215
12162018-10-24 Tom de Vries <tdevries@suse.de>
1217
1218 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1219 --db-attach in valgrind.
1220
12212018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1222
1223 * gdb.arch/riscv-reg-aliases.c: New file.
1224 * gdb.arch/riscv-reg-aliases.exp: New file.
1225
12262018-10-19 Alan Hayward <alan.hayward@arm.com>
1227
1228 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1229
12302018-10-19 Alan Hayward <alan.hayward@arm.com>
1231
1232 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1233
12342018-10-19 Alan Hayward <alan.hayward@arm.com>
1235
1236 * gdb.cp/ovldbreak.exp: Fix regexps.
1237
12382018-10-19 Alan Hayward <alan.hayward@arm.com>
1239
1240 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1241
12422018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1243
1244 PR cli/23785
1245 * gdb.base/restore.exp: New test to check if "restore" with an
1246 invalid file doesn't segfault.
1247
12482018-10-18 Tom de Vries <tdevries@suse.de>
1249
1250 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1251 * gdb.ada/excep_handle.exp: Same.
1252 * gdb.ada/mi_string_access.exp: Same.
1253 * gdb.ada/mi_var_union.exp: Same.
1254 * gdb.arch/arc-analyze-prologue.exp: Same.
1255 * gdb.arch/arc-decode-insn.exp: Same.
1256 * gdb.base/readnever.exp: Same.
1257 * gdb.fortran/printing-types.exp: Same.
1258 * gdb.guile/scm-lazy-string.exp: Same.
1259
12602018-10-16 Tom de Vries <tdevries@suse.de>
1261
1262 PR gdb/23730
1263 * gdb.base/catch-follow-exec.c: Add copyright notice.
1264 * gdb.base/catch-follow-exec.exp: Rewrite to use
1265 gdb_spawn_with_cmdline_opts. Require gdb-native.
1266
12672018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1268
1269 * gdb.trace/actions-changed.exp: Check for arch support.
1270 * gdb.trace/actions.exp: Likewise.
1271 * gdb.trace/ax.exp: Likewise.
1272 * gdb.trace/backtrace.exp: Likewise.
1273 * gdb.trace/change-loc.exp: Likewise.
1274 * gdb.trace/deltrace.exp: Likewise.
1275 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1276 * gdb.trace/ftrace.exp: Likewise.
1277 * gdb.trace/infotrace.exp: Check for arch support.
1278 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1279 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1280 * gdb.trace/mi-tsv-changed.exp: Likewise.
1281 * gdb.trace/packetlen.exp: Likewise.
1282 * gdb.trace/passc-dyn.exp: Likewise.
1283 * gdb.trace/passcount.exp: Likewise.
1284 * gdb.trace/pending.exp: Likewise.
1285 * gdb.trace/range-stepping.exp: Check for shlib support.
1286 * gdb.trace/report.exp: Check for arch support.
1287 * gdb.trace/save-trace.exp: Likewise.
1288 * gdb.trace/signal.exp: Check for signal support.
1289 * gdb.trace/tfind.exp: Check for arch support.
1290 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1291 * gdb.trace/trace-common.h: Add comment.
1292 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1293 * gdb.trace/trace-enable-disable.exp: Likewise.
1294 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1295 * gdb.trace/tracecmd.exp: Check for arch support.
1296 * gdb.trace/tspeed.exp: Check for shlib and target support.
1297 * gdb.trace/tstatus.exp: Check for arch support.
1298 * gdb.trace/tsv.exp: Likewise.
1299 * gdb.trace/while-dyn.exp: Likewise.
1300 * gdb.trace/while-stepping.exp: Likewise.
1301 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1302
13032018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1304
1305 * gdb.trace/tspeed.exp: Remove nowarnings.
1306 (prepare_for_trace_test): Declare "global ipalib".
1307 * gdb.trace/tspeed.c: Include unistd.h.
1308 (main): Remove superfluous printf argument.
1309
13102018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1311
1312 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1313 directory prefix on the filename.
1314
13152018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1316
1317 * gdb.gdb/unittest.exp: Update expected message informing that
1318 selftests have been disabled.
1319 * gdb.server/unittest.exp: Likewise.
1320
13212018-10-09 Tom de Vries <tdevries@suse.de>
1322
1323 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1324 with runto_main.
1325
13262018-10-08 Weimin Pan <weimin.pan@oracle.com>
1327
1328 PR c++/16841
1329 * gdb.cp/virtbase2.cc: New file.
1330 * gdb.cp/virtbase2.exp: New file.
1331
13322018-10-06 Tom Tromey <tom@tromey.com>
1333
1334 PR python/19399:
1335 * gdb.python/py-inferior.exp: Add architecture test.
1336
13372018-10-06 Tom Tromey <tom@tromey.com>
1338
1339 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1340 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1341
13422018-10-06 Tom Tromey <tom@tromey.com>
1343
1344 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1345 of a "throw" catchpoint.
1346
13472018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1348
1349 * gdb.base/info-proc.exp: Update string expected from "help info
1350 proc".
1351
13522018-10-04 Tom Tromey <tom@tromey.com>
1353
1354 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1355 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1356 (test_initial_complaints, test_empty_complaints): Update.
1357 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1358
13592018-10-04 Tom Tromey <tom@tromey.com>
1360
1361 PR cli/19551:
1362 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1363 * lib/gdb.exp (gdb_file_cmd): Update.
1364 * gdb.stabs/weird.exp (print_weird_var): Update.
1365 * gdb.server/solib-list.exp: Update.
1366 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1367 * gdb.mi/mi-cli.exp: Update.
1368 * gdb.linespec/linespec.exp: Update.
1369 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1370 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1371 * gdb.cp/cp-relocate.exp: Update.
1372 * gdb.base/sym-file.exp: Update.
1373 * gdb.base/relocate.exp: Update.
1374 * gdb.base/readnever.exp: Update.
1375 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1376 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1377 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1378 * gdb.base/code_elim.exp: Update.
1379 * gdb.base/break-unload-file.exp (test_break): Update.
1380 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1381 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1382 Update.
1383 * gdb.base/attach.exp (do_attach_tests): Update.
1384 * gdb.base/sepdebug.exp: Update.
1385 * gdb.python/py-section-script.exp: Update.
1386
13872018-10-04 Tom Tromey <tom@tromey.com>
1388
1389 PR cli/22234:
1390 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1391 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1392 output.
1393
13942018-10-04 Tom Tromey <tom@tromey.com>
1395
1396 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1397 set width and height to 0.
1398 (test_command_line_attach_run): Use -quiet.
1399
14002018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1401
1402 * lib/gdb.exp (skip_ifunc_tests): New.
1403 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1404 other compile failures.
1405 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1406
14072018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1408
1409 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1410 is_amd64_regs_target.
1411
14122018-10-01 Alan Hayward <alan.hayward@arm.com>
1413
1414 * gdb.arch/aarch64-sighandler-regs.c: New test.
1415 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1416 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1417
14182018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1419
1420 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1421 assembly.
1422
14232018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1424
1425 * gdb.base/frame-selection.exp: New file.
1426 * gdb.base/frame-selection.c: New file.
1427
14282018-09-27 Alan Hayward <alan.hayward@arm.com>
1429
1430 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1431 pthread barrier.
1432 (main): Likewise.
1433
14342018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1435
1436 * gdb.base/large-frame-1.c: New file.
1437 * gdb.base/large-frame-2.c: New file.
1438 * gdb.base/large-frame.exp: New file.
1439 * gdb.base/large-frame.h: New file.
1440
14412018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1442
1443 PR gdb/20948
1444 * gdb.base/write_mem.exp: New test.
1445 * gdb.base/write_mem.c: Likewise.
1446
14472018-09-23 Tom Tromey <tom@tromey.com>
1448
1449 PR python/18852:
1450 * gdb.python/py-parameter.exp: Add test for parameter that throws
1451 on "set".
1452
14532018-09-23 Tom Tromey <tom@tromey.com>
1454
1455 PR python/17284:
1456 * gdb.python/py-template.exp (test_template_arg): Add test for
1457 negative template argument number.
1458
14592018-09-23 Tom Tromey <tom@tromey.com>
1460
1461 PR python/14062:
1462 * gdb.python/python.exp: Add test for post_event error.
1463
14642018-09-23 Tom Tromey <tom@tromey.com>
1465
1466 PR python/18170:
1467 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1468 convert pointers to int and long.
1469
14702018-09-23 Tom Tromey <tom@tromey.com>
1471
1472 PR python/20126:
1473 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1474 signed-ness conversion tests.
1475
14762018-09-23 Tom Tromey <tom@tromey.com>
1477
1478 PR python/18352;
1479 * gdb.python/py-value.exp (test_float_conversion): New proc.
1480 Use it.
1481
14822018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1483
1484 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1485
14862018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1487
1488 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1489 no readline.
1490 * gdb.base/utf8-identifiers.exp: Likewise.
1491 * gdb.cp/cpcompletion.exp: Likewise.
1492 * gdb.linespec/cpcompletion.exp: Likewise.
1493 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1494 * gdb.linespec/cpls-ops.exp: Likewise.
1495
14962018-09-19 Richard Bunt <richard.bunt@arm.com>
1497 Chris January <chris.january@arm.com>
1498
1499 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1500 * gdb.fortran/short-circuit-argument-list.exp: New file.
1501 * gdb.fortran/short-circuit-argument-list.f90: New test.
1502
15032018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1504
1505 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1506 "arch=" keyword when executing "-stack-list-frames".
1507
15082018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1509
1510 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1511 "arch=" keyword when executing "-stack-list-frames".
1512
15132018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1514
1515 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1516 break ada".
1517
15182018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1519
1520 PR python/23669
1521 * gdb.python/python.exp: Test gdb.execute("show commands").
1522
15232018-09-16 Tom Tromey <tom@tromey.com>
1524
1525 * gdb.base/new-ui.exp (do_execution_tests): Update.
1526 * gdb.base/dbx.exp (test_breakpoints): Update.
1527
15282018-09-14 Alan Hayward <alan.hayward@arm.com>
1529
1530 * lib/gdb.exp (gdb_simple_compile): Add proc.
1531 (is_elf_target): Use gdb_simple_compile.
1532 (skip_altivec_tests): Likewise.
1533 (skip_vsx_tests): Likewise.
1534 (skip_tsx_tests): Likewise.
1535 (skip_btrace_tests): Likewise.
1536 (skip_btrace_pt_tests): Likewise.
1537 (gdb_can_simple_compile): Likewise.
1538 (gdb_has_argv0): Likewise.
1539 (gdb_target_symbol_prefix): Likewise.
1540 (target_supports_scheduler_locking): Likewise.
1541
15422018-09-13 Tom Tromey <tom@tromey.com>
1543
1544 * Makefile.in (TAGS): Recognize proc_with_prefix and
1545 gdb_caching_proc.
1546
15472018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1548
1549 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1550 method.
1551
15522018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1553
1554 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1555 and a few other Inferior properties when the Inferior is no
1556 longer valid.
1557
15582018-09-13 Tom Tromey <tom@tromey.com>
1559
1560 PR rust/23650:
1561 * gdb.rust/simple.exp: Add test for enum field access error.
1562
15632018-09-13 Tom Tromey <tom@tromey.com>
1564
1565 PR rust/23626:
1566 * gdb.rust/simple.rs (EmptyEnum): New type.
1567 (main): Use it.
1568 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1569
15702018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1571
1572 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1573 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1574 * gdb.python/py-symtab.exp: Update test printing an objfile.
1575
15762018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1577
1578 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1579 object.
1580
15812018-09-12 Alan Hayward <alan.hayward@arm.com>
1582
1583 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1584 (support_complex_tests): Use gdb_can_simple_compile.
1585 (is_ilp32_target): Likewise.
1586 (is_lp64_target): Likewise.
1587 (is_64_target): Likewise.
1588 (is_amd64_regs_target): Likewise.
1589 (is_aarch32_target): Likewise.
1590 (gdb_int128_helper): Likewise.
1591
15922018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1593
1594 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1595
15962018-09-10 Jerome Guitton <guitton@adacore.com>
1597
1598 * gdb.ada/same_component_name: Add test for case of tagged record
1599 with variable-length fields.
1600
16012018-09-10 Xavier Roirand <roirand@adacore.com>
1602
1603 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1604 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1605 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1606 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1607
16082018-09-10 Xavier Roirand <roirand@adacore.com>
1609
1610 * gdb.ada/mi_string_access.exp: New testcase.
1611 * gdb.ada/mi_string_access/bar.adb: New file.
1612 * gdb.ada/mi_string_access/pck.adb: New file.
1613 * gdb.ada/mi_string_access/pck.asd: New file.
1614
16152018-09-10 Xavier Roirand <roirand@adacore.com>
1616
1617 * gdb.ada/mi_var_union.exp: New testcase.
1618 * gdb.ada/mi_var_union/bar.adb: New file.
1619 * gdb.ada/mi_var_union/pck.adb: New file.
1620 * gdb.ada/mi_var_union/pck.asd: New file.
1621
16222018-09-08 Tom Tromey <tom@tromey.com>
1623
1624 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1625
16262018-09-08 Tom Tromey <tom@tromey.com>
1627
1628 PR python/16047:
1629 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1630 (register_pretty_printers): Register new printer.
1631 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1632 test.
1633 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1634 (an_int_type3): New global.
1635
16362018-09-08 Joel Brobecker <brobecker@adacore.com>
1637
1638 * gdb.ada/expr_with_funcall: New testcase.
1639
16402018-09-08 Joel Brobecker <brobecker@adacore.com>
1641
1642 * gdb.ada/packed_array_assign: New testcase.
1643
16442018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1647 names, and add test prefixes to make test names unique.
1648
16492018-09-05 Tom de Vries <tdevries@suse.de>
1650
1651 * gdb.dwarf2/varval.exp: Add test.
1652
16532018-09-04 Gary Benson <gbenson@redhat.com>
1654
1655 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1656 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1657
16582018-08-31 Tom Tromey <tom@tromey.com>
1659
1660 * gdb.rust/simple.rs: Rename second variable "v".
1661
16622018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.base/funcargs.c (use_a): New function.
1665 (recurse): Call use_a.
1666
16672018-08-29 Keith Seitz <keiths@redhat.com>
1668
1669 * gdb.compile/compile-cplus-anonymous.cc: New file.
1670 * gdb.compile/compile-cplus-anonymous.exp: New file.
1671 * gdb.compile/compile-cplus-array-decay.cc: New file.
1672 * gdb.compile/compile-cplus-array-decay.exp: New file.
1673 * gdb.compile/compile-cplus-inherit.cc: New file.
1674 * gdb.compile/compile-cplus-inherit.exp: New file.
1675 * gdb.compile/compile-cplus-member.cc: New file.
1676 * gdb.compile/compile-cplus-member.exp: New file.
1677 * gdb.compile/compile-cplus-method.cc: New file.
1678 * gdb.compile/compile-cplus-method.exp: New file.
1679 * gdb.compile/compile-cplus-mod.c: "New" file.
1680 * gdb.compile/compile-cplus-namespace.cc: New file.
1681 * gdb.compile/compile-cplus-namespace.exp: New file.
1682 * gdb.compile/compile-cplus-nested.cc: New file.
1683 * gdb.compile/compile-cplus-nested.exp: New file.
1684 * gdb.compile/compile-cplus-print.c: "New" file.
1685 * gdb.compile/compile-cplus-print.exp: "New" file.
1686 * gdb.compile/compile-cplus-virtual.cc: New file.
1687 * gdb.compile/compile-cplus-virtual.exp: New file.
1688 * gdb.compile/compile-cplus.c: "New" file.
1689 * gdb.compile/compile-cplus.exp: "New" file.
1690 * lib/compile-support.exp: New file.
1691
16922018-08-16 Gary Benson <gbenson@redhat.com>
1693
1694 PR gdb/13000:
1695 * gdb.base/batch-exit-status.exp: New file.
1696 * gdb.base/batch-exit-status.good-commands: Likewise.
1697 * gdb.base/batch-exit-status.bad-commands: Likewise.
1698
16992018-08-29 Alan Hayward <alan.hayward@arm.com>
1700
1701 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1702 (struct struct02): Likewise.
1703 (struct struct03): Likewise.
1704 (struct struct04): Likewise.
1705 (struct struct_01_01): New struct.
1706 (struct struct_01_02): Likewise.
1707 (struct struct_01_03): Likewise.
1708 (struct struct_01_04): Likewise.
1709 (struct struct_02_01): Likewise.
1710 (struct struct_02_02): Likewise.
1711 (struct struct_02_03): Likewise.
1712 (struct struct_02_04): Likewise.
1713 (struct struct_04_01): Likewise.
1714 (struct struct_04_02): Likewise.
1715 (struct struct_04_03): Likewise.
1716 (struct struct_04_04): Likewise.
1717 (struct struct_05_01): Likewise.
1718 (struct struct_05_02): Likewise.
1719 (struct struct_05_03): Likewise.
1720 (struct struct_05_04): Likewise.
1721 (cmp_struct01): Remove function.
1722 (cmp_struct02): Likewise.
1723 (cmp_struct03): Likewise.
1724 (cmp_struct04): Likewise.
1725 (cmp_struct_01_01): Add Function.
1726 (cmp_struct_01_02): Likewise.
1727 (cmp_struct_01_03): Likewise.
1728 (cmp_struct_01_04): Likewise.
1729 (cmp_struct_02_01): Likewise.
1730 (cmp_struct_02_02): Likewise.
1731 (cmp_struct_02_03): Likewise.
1732 (cmp_struct_02_04): Likewise.
1733 (cmp_struct_04_01): Likewise.
1734 (cmp_struct_04_02): Likewise.
1735 (cmp_struct_04_03): Likewise.
1736 (cmp_struct_04_04): Likewise.
1737 (cmp_struct_05_01): Likewise.
1738 (cmp_struct_05_02): Likewise.
1739 (cmp_struct_05_03): Likewise.
1740 (cmp_struct_05_04): Likewise.
1741 (call_all): Add new structs.
1742 * gdb.base/infcall-nested-structs.exp: Likewise.
1743
17442018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1745
1746 * gdb.python/py-framefilter-mi.exp: Update regexp to
1747 check for "arch" field in frame output.
1748
17492018-08-23 Kevin Buettner <kevinb@redhat.com>
1750
1751 * gdb.dwarf2/dw2-ranges-func.c: New file.
1752 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1753
17542018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1755
1756 * gdb.base/term.exp: Compare terminal settings with values from
1757 the inferior.
1758 * gdb.base/term.c: Get and set terminal settings.
1759
17602018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1761
1762 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1763 accommodate new "arch" field in frame output.
1764 * gdb.mi/mi-return.exp: Likewise.
1765 * gdb.mi/mi-stack.exp: Likewise.
1766 * gdb.mi/mi-syn-frame.exp: Likewise.
1767 * gdb.mi/user-selected-context-sync.exp: Likewise.
1768
17692018-08-19 Michael Spang <spang@google.com>
1770
1771 PR gdb/11786
1772 * gdb.base/gcore-tls-pie.c: New file.
1773 * gdb.base/gcore-tls-pie.exp: New file.
1774
17752018-08-18 Kevin Buettner <kevinb@redhat.com>
1776
1777 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1778 * gdb.dwarf2/varval.c: New file.
1779 * gdb.dwarf2/varval.exp: New file.
1780
17812018-08-17 Alan Hayward <alan.hayward@arm.com>
1782
1783 PR gdb/18931
1784 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1785
17862018-08-16 Keith Seitz <keiths@redhat.com>
1787
1788 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1789 tests expected to pass.
1790
17912018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1792
1793 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1794 -data-disassemble -a.
1795 (test_disassembly_bogus_args): Likewise.
1796
17972018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1798
1799 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1800
18012018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * gdb.base/vla-optimized-out.exp: Add new test.
1804
18052018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1806
1807 * gdb.base/vla-optimized-out-o3.exp: Delete.
1808 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1809 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1810 deleted tests.
1811
18122018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1813
1814 PR gdb/18050:
1815 * gdb.server/extended-remote-restart.c: New file.
1816 * gdb.server/extended-remote-restart.exp: New file.
1817
18182018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1819
1820 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1821 "set variable index = 42".
1822
18232018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1824
1825 * boards/index-cache-gdb.exp: New file.
1826 * gdb.dwarf2/index-cache.exp: New file.
1827 * gdb.dwarf2/index-cache.c: New file.
1828 * gdb.base/maint.exp: Check if we are using the index cache.
1829
18302018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1831
1832 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1833 MAKEFLAGS.
1834
18352018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1836
1837 * dg-extract-results.sh: Move to toplevel contrib.
1838 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1839 * Makefile.in (check-parallel-racy): Likewise.
1840
18412018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1842
1843 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1844 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1845 tests if the target supports scheduler locking.
1846
18472018-08-04 Tom de Vries <tdevries@suse.de>
1848
1849 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1850
18512018-08-02 Tom Tromey <tom@tromey.com>
1852
1853 PR symtab/16842.
1854 * gdb.cp/temargs.exp: Test "info address" of a template
1855 parameter.
1856
18572018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1858
1859 * gdb.python/py-mi-var-info-path-expression.c: New file.
1860 * gdb.python/py-mi-var-info-path-expression.py: New file.
1861 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1862
18632018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1864
1865 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1866 error after "cannot resolve name" string.
1867
18682018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1869
1870 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1871 started.
1872 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1873
18742018-07-28 Tom de Vries <tdevries@suse.de>
1875
1876 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1877
18782018-07-26 Tom de Vries <tdevries@suse.de>
1879
1880 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1881
18822018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1883
1884 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1885 is visible.
1886
18872018-07-26 Tom de Vries <tdevries@suse.de>
1888
1889 PR breakpoints/23366
1890 * gdb.base/catch-follow-exec.c: New test.
1891 * gdb.base/catch-follow-exec.exp: New file.
1892
18932018-07-25 Tom de Vries <tdevries@suse.de>
1894
1895 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1896 vla-optimized-out.c.
1897
18982018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1899
1900 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1901 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1902
19032018-07-20 Tom de Vries <tdevries@suse.de>
1904
1905 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1906 NOCLONE macro.
1907 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1908
19092018-07-19 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1912 regular expression.
1913
19142018-07-18 Tom de Vries <tdevries@suse.de>
1915
1916 * gdb.base/vla-optimized-out.c: New test.
1917 * gdb.base/vla-optimized-out.exp: New file.
1918
19192018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1920
1921 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1922 message "No address associated with hostname" when gdbserver
1923 cannot resolve the hostname.
1924
19252018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1926
1927 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1928 Add some test prefixes to make tests unique.
1929
19302018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1931
1932 * gdb.base/frameapply.c: New file.
1933 * gdb.base/frameapply.exp: New file.
1934
19352018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1936
1937 * gdb.base/skip.exp: Update expected error message.
1938
19392018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1940 Jan Kratochvil <jan.kratochvil@redhat.com>
1941 Paul Fertser <fercerpav@gmail.com>
1942 Tsutomu Seki <sekiriki@gmail.com>
1943
1944 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1945 parameter.
1946 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1947 by default.
1948 * boards/native-gdbserver.exp: Likewise.
1949 * gdb.server/run-without-local-binary.exp: Improve regexp used
1950 for detecting when a remote debugging connection succeeds.
1951 * gdb.server/server-connect.exp: New file.
1952 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1953 Do not prefix the port number with ":".
1954 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1955 support for detecting and using it. Add '$debughost_gdbserver'
1956 to the list of arguments used to start gdbserver. Handle case
1957 when gdbserver cannot resolve a network name.
1958
19592018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1960
1961 PR c++/23373
1962 * gdb.base/ptype-offsets.cc (struct static_member): New
1963 struct.
1964 (main) <stmember>: New variable.
1965 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1966 with a static member in it.
1967
19682018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1969
1970 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1971 watchpoints enabled and disabled.
1972
19732018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1974
1975 * gdb.base/examine-backward.exp: Still run tests around address
1976 0x0, even if address 0x0 is not readable. Update the pattern for
1977 matching address 0x0 in expected output.
1978
19792018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1980
1981 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1982 malloc/free.
1983
19842018-07-04 Tom de Vries <tdevries@suse.de>
1985
1986 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1987
19882018-07-02 Maciej W. Rozycki <macro@mips.com>
1989
1990 PR tdep/8282
1991 * gdb.arch/mips-disassembler-options.exp: New test.
1992 * gdb.arch/mips-disassembler-options.s: New test source.
1993
19942018-06-29 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.threads/names.exp: Adjust expected "info threads" output.
1997
19982018-06-29 Pedro Alves <palves@redhat.com>
1999
2000 * gdb.opt/inline-break.exp (line number, address): Add "info
2001 break" tests.
2002
20032018-06-29 Pedro Alves <palves@redhat.com>
2004
2005 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2006 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2007 number and address and running to them.
2008
20092018-06-29 Richard Bunt <richard.bunt@arm.com>
2010
2011 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2012
20132018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2014
2015 * lib/compiler.c: Remove executable permission flag.
2016
20172018-06-28 Richard Bunt <richard.bunt@arm.com>
2018
2019 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2020 code.
2021 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2022
20232018-06-28 Petr Tesarik <ptesarik@suse.cz>
2024
2025 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2026
20272018-06-28 Petr Tesarik <ptesarik@suse.cz>
2028
2029 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2030 address argument is omitted.
2031
20322018-06-28 Petr Tesarik <ptesarik@suse.cz>
2033
2034 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2035
20362018-06-27 Omair Javaid <omair.javaid@linaro.org>
2037
2038 PR gdb/21695
2039 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2040 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2041
20422018-06-26 Tom Tromey <tom@tromey.com>
2043
2044 PR rust/22574:
2045 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2046 * gdb.rust/simple.rs (struct SimpleLayout): New.
2047
20482018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2049
2050 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2051 "info registers" output.
2052
20532018-06-21 Richard Bunt <richard.bunt@arm.com>
2054
2055 * gdb.base/watchpoint-hw-attach.c: New test.
2056 * gdb.base/watchpoint-hw-attach.exp: New file.
2057
20582018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2059
2060 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2061 through /bin/sh.
2062 * boards/dwarf4-gdb-index.exp: Likewise.
2063 * boards/fission-dwp.exp: Likewise.
2064
20652018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2066
2067 * gdb.base/float128.exp: Add comment and improved fail message
2068 to the failure case of "print large128" test.
2069
20702018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2071
2072 * configure.ac: Remove AC_PREREQ.
2073 * configure: Re-generate.
2074
20752018-06-19 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2078 (func_extern_caller): New.
2079 (main): Call func_extern_caller.
2080 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2081 logic change.
2082
20832018-06-18 Weimin Pan <weimin.pan@oracle.com>
2084
2085 PR gdb/16841
2086 * gdb.cp/typedef-base.cc: New file.
2087 * gdb.cp/typedef-base.exp: New file.
2088
20892018-06-18 Tom de Vries <tdevries@suse.de>
2090
2091 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2092
20932018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2094 Richard Bunt <Richard.Bunt@arm.com>
2095
2096 * gdb.threads/attach-slow-waitpid.c: New file.
2097 * gdb.threads/attach-slow-waitpid.exp: New file.
2098 * gdb.threads/slow-waitpid.c: New file.
2099
21002018-06-14 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.base/fork-running-state.c: Include <errno.h>.
2103 (exit_if_relative_exits): New.
2104 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2105 exits.
2106 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2107 child exits.
2108
21092018-06-14 Tom de Vries <tdevries@suse.de>
2110
2111 PR cli/22573
2112 * gdb.base/finish-pretty.c: New test.
2113 * gdb.base/finish-pretty.exp: New file.
2114
21152018-06-14 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2118 gdb's expected startup output.
2119
21202018-06-14 Pedro Alves <palves@redhat.com>
2121
2122 * lib/selftest-support.exp (selftest_setup): Remove inlined
2123 function handling.
2124
21252018-06-14 Tom de Vries <tdevries@suse.de>
2126
2127 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2128 matching of breakpoint printing.
2129
21302018-06-13 Tom de Vries <tdevries@suse.de>
2131
2132 PR testsuite/23269
2133 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2134 (fork_child): ... here, and ...
2135 (fork_parent): ... here.
2136
21372018-06-12 Tom de Vries <tdevries@suse.de>
2138
2139 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2140
21412018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2142 Stephen Roberts <stephen.roberts@arm.com>
2143
2144 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2145 rewrite test to describe action performed, rather than possible
2146 failure.
2147
21482018-06-08 Gary Benson <gbenson@redhat.com>
2149
2150 * gdb.threads/check-libthread-db.exp: New file.
2151 * gdb.threads/check-libthread-db.c: Likewise.
2152
21532018-06-05 Tom Tromey <tom@tromey.com>
2154
2155 * gdb.base/default.exp: Update expected "show version" output.
2156
21572018-06-05 Tom Tromey <tom@tromey.com>
2158
2159 PR cli/12326:
2160 * gdb.cp/static-print-quit.exp: Update.
2161 * lib/gdb.exp (pagination_prompt): Update.
2162 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2163 * gdb.python/python.exp: Update.
2164
21652018-06-04 Joel Brobecker <brobecker@adacore.com>
2166
2167 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2168
21692018-06-01 Joel Brobecker <brobecker@adacore.com>
2170
2171 * gdb.ada/bp_fun_addr: New testcase.
2172
21732018-06-01 Tom Tromey <tom@tromey.com>
2174
2175 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2176 results.
2177 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2178 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2179 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2180 * gdb.base/maint.exp (maint_pass_if): Update.
2181
21822018-05-31 Maciej W. Rozycki <macro@mips.com>
2183
2184 * gdb.base/endian.exp: New test.
2185 * gdb.base/endian.c: New test source.
2186
21872018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2188
2189 PR gdb/23203
2190 * gdb.base/bt-selected-frame.c: New file.
2191 * gdb.base/bt-selected-frame.exp: New file.
2192 * lib/gdb.exp (get_current_frame_number): New function.
2193
21942018-05-24 Maciej W. Rozycki <macro@mips.com>
2195 Pedro Alves <palves@redhat.com>
2196
2197 * gdb.threads/tls-core.c: Include <stdlib.h>
2198 (thread_proc): Call `abort'.
2199 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2200 (tls_core_test): New procedure, bits factored out from ...
2201 (top level): ... here. Test both native cores and gcore cores.
2202
22032018-05-23 Tom Tromey <tom@tromey.com>
2204
2205 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2206
22072018-05-23 Tom Tromey <tom@tromey.com>
2208
2209 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2210 symfile_complaints.
2211 (test_short_complaints): Likewise.
2212 (test_empty_complaints): Likewise.
2213 (test_initial_complaints): Update.
2214
22152018-05-23 Tom Tromey <tom@tromey.com>
2216
2217 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2218
22192018-05-23 Tom Tromey <tom@tromey.com>
2220
2221 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2222 (test_short_complaints): Update.
2223
22242018-05-22 Pedro Alves <palves@redhat.com>
2225
2226 * gdb.base/remote.exp: Only gdb_start after compiling the
2227 testcase. Issue "disconnect" before testing "set remote" command
2228 defaults. Issue clean_restart before running to main.
2229
22302018-05-22 Pedro Alves <palves@redhat.com>
2231
2232 * gdb.base/remote.exp: Adjust expected output of "show remote
2233 memory-write-packet-size". Add tests for "set remote
2234 memory-write-packet-size 0" and "set remote
2235 memory-write-packet-size fixed/limit".
2236
22372018-05-22 Pedro Alves <palves@redhat.com>
2238
2239 PR gdb/22973
2240 * gdb.base/utf8-identifiers.c: New file.
2241 * gdb.base/utf8-identifiers.exp: New file.
2242
22432018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2244
2245 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2246
22472018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2248
2249 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2250
22512018-05-18 Tom Tromey <tom@tromey.com>
2252
2253 * gdb.base/ptype-offsets.exp: Update.
2254
22552018-05-17 Keith Seitz <keiths@redhat.com>
2256
2257 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2258 in expected breakpoint stop locations.
2259 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2260 move to proper scope to test variable values.
2261 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2262 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2263 New functions.
2264 (main): Call not_inline_func3.
2265 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2266 inline_func1, inline_func2, and inline_func3. Test that when each
2267 breakpoint is hit, GDB properly reports both the stop location
2268 and the backtrace. Repeat tests for temporary breakpoints.
2269
22702018-05-15 Maciej W. Rozycki <macro@mips.com>
2271
2272 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2273 rather then trying to access it in determining whether the PID
2274 of `gdbserver' could have been retrieved.
2275
22762018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2277
2278 * gdb.arch/amd64-init-x87-values.S: New file.
2279 * gdb.arch/amd64-init-x87-values.exp: New file.
2280
22812018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2282
2283 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2284
22852018-05-04 Tom Tromey <tom@tromey.com>
2286
2287 PR python/22730:
2288 * gdb.python/python.exp: Test multi-line execute.
2289
22902018-05-04 Tom Tromey <tom@tromey.com>
2291
2292 PR python/22731:
2293 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2294
22952018-05-04 Tom Tromey <tom@tromey.com>
2296
2297 PR gdb/11750:
2298 * gdb.base/define.exp: Test defining a user command inside a user
2299 command.
2300 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2301
23022018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2303 Pedro Alves <palves@redhat.com>
2304
2305 PR breakpoints/19806 and support for PR external/20207.
2306 * gdb.base/watchpoint-unaligned.c: New file.
2307 * gdb.base/watchpoint-unaligned.exp: New file.
2308
23092018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 * gdb.base/maint.exp: Make test names unique, use
2312 test_prefix_command_help to test 'help maint info', and remove
2313 repeated test of 'help maint'.
2314
23152018-05-04 Tom Tromey <tom@tromey.com>
2316
2317 PR gdb/22619:
2318 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2319 behavior.
2320
23212018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2322
2323 * gdb.base/maint.exp: Process output from 'maint print registers'
2324 line at a time.
2325
23262018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2327
2328 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2329 timeout.
2330
23312018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2332
2333 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2334 filter pattern.
2335
23362018-05-02 Pedro Alves <palves@redhat.com>
2337
2338 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2339 to_log_command renames.
2340 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2341
23422018-05-02 Tom Tromey <tom@tromey.com>
2343
2344 * gdb.python/py-parameter.exp: Set test message.
2345
23462018-05-02 Tom Tromey <tom@tromey.com>
2347
2348 PR python/20084:
2349 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2350 PARAM_ZUINTEGER_UNLIMITED tests.
2351
23522018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2353
2354 PR rust/23124
2355 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2356 when casting.
2357
23582018-04-30 Tom Tromey <tom@tromey.com>
2359
2360 * gdb.python/py-type.exp: Check align attribute.
2361 * gdb.python/py-type.c: New "aligncheck" global.
2362
23632018-04-30 Tom Tromey <tom@tromey.com>
2364
2365 PR exp/17095:
2366 * gdb.dwarf2/dw2-align.exp: New file.
2367 * gdb.cp/align.exp: New file.
2368 * gdb.base/align.exp: New file.
2369 * lib/gdb.exp (gdb_int128_helper): New proc.
2370 (has_int128_c, has_int128_cxx): New caching procs.
2371
23722018-04-27 Tom Tromey <tom@tromey.com>
2373
2374 PR rust/22545:
2375 * gdb.rust/simple.exp: Add inclusive range tests.
2376
23772018-04-26 Pedro Alves <palves@redhat.com>
2378
2379 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2380 ifunc breakpoint locations correctly of ifunc breakpoints set
2381 while the program resolves the ifunc.
2382
23832018-04-26 Pedro Alves <palves@redhat.com>
2384
2385 * gdb.base/gnu-ifunc-final.c: New file.
2386 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2387 * gdb.base/gnu-ifunc.exp (executable): Delete.
2388 (staticexecutable): Adjust.
2389 (lib_opts, exec_opts): Delete.
2390 (make_binsuffix, build, set-break): New procedures.
2391 (misc_tests): New, with tests factored out from the top level.
2392 (top level): Test different combinations of ifunc resolver name,
2393 resolver with and with debug info, and ifunc target with and
2394 without debug info. Wrap static tests with with_target_prefix.
2395
23962018-04-26 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2399 return type" warnings.
2400
24012018-04-25 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2404 killed".
2405 * gdb.base/kill-after-signal.exp: Likewise.
2406 * gdb.threads/kill.exp: Likewise.
2407
24082018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2409 Sergio Durigan Junior <sergiodj@redhat.com>
2410 Pedro Alves <palves@redhat.com>
2411
2412 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2413 regexps to expect for '[Inferior ... detached]' as well.
2414 * gdb.base/attach.exp: Likewise.
2415 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2416 "gdb_continue_to_end".
2417 (test_catch_syscall_with_wrong_args): Likewise.
2418 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2419 ']'. Don't set 'verbose' on.
2420 * gdb.base/foll-vfork.exp: Likewise.
2421 * gdb.base/fork-print-inferior-events.c: New file.
2422 * gdb.base/fork-print-inferior-events.exp: New file.
2423 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2424 '[Inferior ... has been killed]' message.
2425 * gdb.base/kill-after-signal.exp: Likewise.
2426 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2427 detach message.
2428 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2429 message.
2430 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2431 regexps to expect for '[Inferior ... detached]' as well.
2432 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2433
24342018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2435
2436 PR gdb/23104
2437 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2438
24392018-04-19 Richard Bunt <richard.bunt@arm.com>
2440
2441 * gdb.threads/multiple-successive-infcall.c: New test.
2442 * gdb.threads/multiple-successive-infcall.exp: New file.
2443
24442018-04-17 Tom Tromey <tom@tromey.com>
2445
2446 * gdb.rust/simple.rs (Union): New type.
2447 (main): New local "u".
2448 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2449
24502018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2451
2452 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2453 number information in output of "whereis" command.
2454 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2455
24562018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2457
2458 * gdb.ada/info_types.exp: Adjust expected output to the line
2459 numbers now printed by "info var/func/type".
2460 * gdb.base/completion.exp: Likewise.
2461 * gdb.base/included.exp: Likewise.
2462 * gdb.cp/cp-relocate.exp: Likewise.
2463 * gdb.cp/cplusfuncs.exp: Likewise.
2464 * gdb.cp/namespace.exp: Likewise.
2465 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2466
24672018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2468
2469 * gdb.btrace/cpu.exp: New.
2470
24712018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2472
2473 * gdb.base/step-indirect-call-thunk.exp: New.
2474 * gdb.base/step-indirect-call-thunk.c: New.
2475 * gdb.reverse/step-indirect-call-thunk.exp: New.
2476 * gdb.reverse/step-indirect-call-thunk.c: New.
2477
24782018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2479
2480 * gdb.base/pie-fork.c: New file.
2481 * gdb.base/pie-fork.exp: New file.
2482
24832018-04-11 Tom Tromey <tom@tromey.com>
2484
2485 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2486
24872018-04-10 Pedro Alves <palves@redhat.com>
2488
2489 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2490 exits. Instead loop running forever.
2491 (fork_parent): Run forever too.
2492
24932018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2494
2495 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2496 mi_continue_to_line.
2497 * gdb.mi/mi-stack.c (callee4): Add comment.
2498
24992018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2500
2501 * gdb.mi/mi-stack.exp: Fix indentation.
2502
25032018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2504
2505 PR gdb/22979
2506 * gdb.arch/amd64-osabi.exp: New file.
2507
25082018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2509
2510 PR gdb/22980
2511 * gdb.base/osabi.exp: New file.
2512
25132018-04-02 Weimin Pan <weimin.pan@oracle.com>
2514
2515 * gdb.cp/static-typedef-print.exp: New file.
2516 * gdb.cp/static-typedef-print.cc: New file.
2517
25182018-03-27 Joel Brobecker <brobecker@adacore.com>
2519
2520 * gdb.ada/varsize_limit: New testcase.
2521
25222018-03-27 Joel Brobecker <brobecker@adacore.com>
2523
2524 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2525
2526 * gdb.ada/notcplusplus: New testcase.
2527
2528 * gdb.base/c-linkage-name.c: New file.
2529 * gdb.base/c-linkage-name.exp: New testcase.
2530
25312018-03-26 Tom Tromey <tom@tromey.com>
2532
2533 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2534 * gdb.python/py-framefilter.py (name_error): New global.
2535 (ErrorInName.function): Use name_error.
2536
25372018-03-26 Tom Tromey <tom@tromey.com>
2538
2539 PR backtrace/15582:
2540 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2541
25422018-03-23 Keith Seitz <keiths@redhat.com>
2543
2544 PR c++/22968
2545 * gdb.cp/subtypes.exp: New file.
2546 * gdb.cp/subtypes.h: New file.
2547 * gdb.cp/subtypes.cc: New file.
2548 * gdb.cp/subtypes-2.cc: New file.
2549
25502018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2551
2552 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2553 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2554 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2555 -nostartfiles when compiling the test. Confirm that all registers
2556 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2557
25582018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2559
2560 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2561 option, syntax was wrong anyway.
2562 * gdb.arch/arm-disp-step.exp: Likewise.
2563 * gdb.arch/sparc64-regs.exp: Likewise.
2564 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2565 option, syntax was wrong anyway, switch to use
2566 prepare_for_testing.
2567 * gdb.arch/i386-disp-step.exp: Likewise.
2568
25692018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2570
2571 * gdb.ada/exec_changed.exp: Replace "target_info exists
2572 use_gdb_stub" by "use_gdb_stub".
2573 * gdb.ada/start.exp: Likewise.
2574 * gdb.base/async-shell.exp: Likewise.
2575 * gdb.base/attach-pie-misread.exp: Likewise.
2576 * gdb.base/attach-wait-input.exp: Likewise.
2577 * gdb.base/break-entry.exp: Likewise.
2578 * gdb.base/break-interp.exp: Likewise.
2579 * gdb.base/dprintf-detach.exp: Likewise.
2580 * gdb.base/nostdlib.exp: Likewise.
2581 * gdb.base/solib-nodir.exp: Likewise.
2582 * gdb.base/statistics.exp: Likewise.
2583 * gdb.base/testenv.exp: Likewise.
2584 * gdb.mi/mi-exec-run.exp: Likewise.
2585 * gdb.mi/mi-start.exp: Likewise.
2586 * gdb.multi/dummy-frame-restore.exp: Likewise.
2587 * gdb.multi/multi-arch-exec.exp: Likewise.
2588 * gdb.multi/multi-arch.exp: Likewise.
2589 * gdb.multi/tids.exp: Likewise.
2590 * gdb.multi/watchpoint-multi.exp: Likewise.
2591 * gdb.python/py-events.exp: Likewise.
2592 * gdb.threads/attach-into-signal.exp: Likewise.
2593 * gdb.threads/attach-stopped.exp: Likewise.
2594 * gdb.threads/threadapply.exp: Likewise.
2595 * lib/selftest-support.exp: Likewise.
2596
25972018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2598
2599 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2600
26012018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2602
2603 * gdb.perf/template-breakpoints.cc: New file.
2604 * gdb.perf/template-breakpoints.exp: New file.
2605 * gdb.perf/template-breakpoints.py: New file.
2606
26072018-03-19 Tom Tromey <tom@tromey.com>
2608
2609 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2610 y0.
2611 * gdb.rust/simple.exp: Test bare identifier form of struct
2612 initializer.
2613
26142018-03-19 Tom Tromey <tom@tromey.com>
2615
2616 * gdb.gdb/observer.exp: Remove.
2617
26182018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2619
2620 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2621 "qualified" option when setting breakpoints.
2622 * gdb.trace/backtrace.exp: Likewise.
2623 * gdb.trace/circ.exp: Likewise.
2624 * gdb.trace/collection.exp: Likewise.
2625 * gdb.trace/disconnected-tracing.exp: Likewise.
2626 * gdb.trace/ftrace-lock.exp: Likewise.
2627 * gdb.trace/ftrace.exp: Likewise.
2628 * gdb.trace/infotrace.exp: Likewise.
2629 * gdb.trace/packetlen.exp: Likewise.
2630 * gdb.trace/passc-dyn.exp: Likewise.
2631 * gdb.trace/qtro.exp: Likewise.
2632 * gdb.trace/read-memory.exp: Likewise.
2633 * gdb.trace/report.exp: Likewise.
2634 * gdb.trace/signal.exp: Likewise.
2635 * gdb.trace/status-stop.exp: Likewise.
2636 * gdb.trace/strace.exp: Likewise.
2637 * gdb.trace/tfind.exp: Likewise.
2638 * gdb.trace/trace-break.exp: Likewise.
2639 * gdb.trace/trace-condition.exp: Likewise.
2640 * gdb.trace/trace-mt.exp: Likewise.
2641 * gdb.trace/tstatus.exp: Likewise.
2642 * gdb.trace/tsv.exp: Likewise.
2643 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2644 * gdb.trace/unavailable.exp: Likewise.
2645 * gdb.trace/while-dyn.exp: Likewise.
2646
26472018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2648
2649 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2650 that libinproctrace is copied to the target.
2651
26522018-03-14 Tom Tromey <tom@tromey.com>
2653
2654 PR cli/14977:
2655 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2656 a null pointer.
2657 * gdb.base/wchar.exp: Likewise.
2658
26592018-03-14 Tom Tromey <tom@tromey.com>
2660
2661 PR cli/19918:
2662 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2663 flag.
2664
26652018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2666
2667 PR gdb/22841
2668 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2669 "target" to remote_exec.
2670
26712018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2672
2673 PR gdb/22841
2674 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2675 ${board}_upload): Remove.
2676
26772018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2678
2679 * gdb.cp/watch-cp.cc: New test.
2680 * gdb.cp/watch-cp.exp: New file.
2681
26822018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2683
2684 * gdb.base/infcall-nested-structs.exp: New file.
2685 * gdb.base/infcall-nested-structs.c: New file.
2686 * gdb.base/float.exp: Add riscv support.
2687
26882018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2689
2690 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2691 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2692
26932018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2694
2695 * gdb.server/abspath.exp: New file.
2696 * lib/gdb.exp (with_cwd): New procedure.
2697
26982018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2699
2700 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2701 use it.
2702 (gdb_is_target_remote_prompt): New proc.
2703 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2704 (gdb_is_target_native): Pass prompt parameter to
2705 gdb_is_target_1.
2706
27072018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2708
2709 * gdb.base/load-command.c: New file.
2710 * gdb.base/load-command.exp: New file.
2711 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2712 (gdb_is_target_1): ...this, and generalize for other targets
2713 than just remote.
2714 (gdb_is_target_remote): Use gdb_is_target_1.
2715 (gdb_is_target_native): use gdb_is_target_1.
2716
27172018-02-26 Tom Tromey <tom@tromey.com>
2718
2719 PR python/16497:
2720 * gdb.python/py-framefilter.exp: Update test.
2721
27222018-02-26 Tom Tromey <tom@tromey.com>
2723
2724 * gdb.dwarf2/variant.c: New file.
2725 * gdb.dwarf2/variant.exp: New file.
2726
27272018-02-26 Tom Tromey <tom@tromey.com>
2728
2729 * gdb.rust/simple.exp: Accept more possible results in enum test.
2730
27312018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2732
2733 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2734 parentheses.
2735
27362018-02-23 Maciej W. Rozycki <macro@mips.com>
2737
2738 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2739 name of a variable: $actual_linejj -> $actual_line.
2740
27412018-02-21 John Baldwin <jhb@FreeBSD.org>
2742
2743 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2744
27452018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2746
2747 * gdb.btrace/buffer-size.exp: Do not force BTS.
2748
27492018-02-14 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2752 getting a "Quit".
2753
27542018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2755
2756 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2757 Fix test name.
2758
27592018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2760
2761 * gdb.cp/m-static.exp: Check type of optimized out static
2762 member.
2763
27642018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2767 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2768
27692018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2770 Leszek Swirski <leszeks@google.com>
2771
2772 * gdb.python/py-prettyprint.c
2773 (struct to_string_returns_value_inner,
2774 struct to_string_returns_value_wrapper): New.
2775 (main): Add tsrvw variable.
2776 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2777 ToStringReturnsValueWrapper): New classes.
2778 (register_pretty_printers): Register new pretty-printers.
2779 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2780 recursive pretty printer.
2781 * gdb.python/py-mi.exp: Likewise.
2782
27832018-02-01 Leszek Swirski <leszeks@google.com>
2784
2785 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2786 functions with the same name as an include file are parsed
2787 correctly.
2788
27892018-02-01 Yao Qi <yao.qi@linaro.org>
2790
2791 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2792 "\[^\r\n\]*".
2793
27942018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2795
2796 * gdb.arch/powerpc-prologue-frame.s: New file.
2797 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2798 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2799
28002018-01-31 Joel Brobecker <brobecker@adacore.com>
2801
2802 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2803
28042018-01-30 Pedro Alves <palves@redhat.com>
2805
2806 PR gdb/13211
2807 * gdb.base/interrupt-daemon.c: New.
2808 * gdb.base/interrupt-daemon.exp: New.
2809 * gdb.multi/multi-term-settings.c: New.
2810 * gdb.multi/multi-term-settings.exp: New.
2811
28122018-01-30 Joel Brobecker <brobecker@adacore.com>
2813
2814 * gdb.base/break.exp: Save the location where the breakpoint
2815 on break.c:47 was actually inserted when debugging the version
2816 compiled at -O2 and use it in the expected output of the "info
2817 break" test performed soon after.
2818
28192018-01-22 Pedro Alves <palves@redhat.com>
2820 Sergio Durigan Junior <sergiodj@redhat.com>
2821
2822 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2823 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2824
28252018-01-22 Joel Brobecker <brobecker@adacore.com>
2826
2827 * gdb.base/break-include.c, gdb.base/break-include.inc,
2828 gdb.base/break-include.exp: New files.
2829 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2830 line number now being the actual line number where the breakpoint
2831 was inserted.
2832 * gdb.mi/mi-break.exp: Likewise.
2833 * gdb.mi/mi-reverse.exp: Likewise.
2834 * gdb.mi/mi-simplerun.exp: Ditto.
2835
28362018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2839 varobj.
2840 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2841
28422018-01-21 Don Breazeal <donb@codesourcery.com>
2843 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * gdb.mi/basics.c: Add new global.
2846 * gdb.mi/mi-frame-regs.exp: New file.
2847 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2848 case.
2849
28502018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2851
2852 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2853 non-parameter, and on an unknown symbol.
2854
28552018-01-19 Tom Tromey <tom@tromey.com>
2856
2857 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2858 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2859
28602018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2861
2862 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2863 setrlimit and chdir to int.
2864
28652018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2866
2867 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2868 function.
2869 (my_tend): Likewise.
2870 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2871 rationale of avoiding FP- and vector instructions.
2872
28732018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2874
2875 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2876 "info reg" with "\[ \t\]*".
2877 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2878 "\[ \t\]+".
2879 * gdb.arch/s390-multiarch.exp: Ditto.
2880 * gdb.base/pc-fp.exp: Ditto.
2881 * gdb.reverse/i386-precsave.exp: Ditto.
2882 * gdb.reverse/i386-reverse.exp: Ditto.
2883 * gdb.reverse/i387-env-reverse.exp: Ditto.
2884 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2885
28862018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2887
2888 * lib/gdb.exp (gdb_compile): Re-enable use of
2889 universal_compile_options for languages other than Rust.
2890
28912018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2892
2893 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2894
28952018-01-17 Mike Gulick <mgulick@mathworks.com>
2896
2897 PR gdb/16577
2898 * gdb.base/solib-vanish.exp: New.
2899 * gdb.base/solib-vanish-main.c: New.
2900 * gdb.base/solib-vanish-lib1.c: New.
2901 * gdb.base/solib-vanish-lib2.c: New.
2902
29032018-01-17 Yao Qi <yao.qi@linaro.org>
2904
2905 * gdb.compile/compile.exp: Match the address printed for
2906 frame in the output of command "bt".
2907
29082018-01-15 Tom Tromey <tom@tromey.com>
2909
2910 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2911 compute sp_reg.
2912
29132018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2914
2915 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2916 to prepare.
2917 (prepare): Return 0 on error, 1 on success.
2918
29192018-01-12 Pedro Alves <palves@redhat.com>
2920
2921 * gdb.base/continue-after-aborted-step-over.c: New.
2922 * gdb.base/continue-after-aborted-step-over.exp: New.
2923
29242018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2925
2926 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2927 options when not creating an executable.
2928
29292018-01-11 Pedro Alves <palves@redhat.com>
2930
2931 PR remote/22597
2932 * gdb.server/stop-reply-no-thread.c: New file.
2933 * gdb.server/stop-reply-no-thread.exp: New file.
2934
29352018-01-10 Pedro Alves <palves@redhat.com>
2936
2937 PR gdb/22670
2938 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2939 functions too. Test setting breakpoints and printing C functions
2940 with no debug info too.
2941 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2942
29432018-01-10 Pedro Alves <palves@redhat.com>
2944
2945 PR gdb/22670
2946 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2947 a fail.
2948
29492018-01-10 Pedro Alves <palves@redhat.com>
2950
2951 PR gdb/22670
2952 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2953
29542018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2955
2956 * gdb.server/unittest.exp: Match the output in non-development
2957 mode.
2958
29592018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2960
2961 * gdb.gdb/unittest.exp: Match output in non-development mode.
2962
29632018-01-08 Joel Brobecker <brobecker@adacore.com>
2964
2965 * gdb.ada/access_tagged_param.exp: Relax expected output
2966 for value of "ObjL" in "continue" to pck.inspect breakpoint
2967 test.
2968
29692018-01-08 Joel Brobecker <brobecker@adacore.com>
2970
2971 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2972 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2973
29742018-01-05 Pedro Alves <palves@redhat.com>
2975
2976 PR gdb/18653
2977 * gdb.base/libsegfault.exp: New.
2978
29792018-01-05 Joel Brobecker <brobecker@adacore.com>
2980
2981 PR gdb/22670
2982 * gdb.ada/access_tagged_param.exp: New file.
2983 * gdb.ada/access_tagged_param/foo.adb: New file.
2984
29852018-01-05 Pedro Alves <palves@redhat.com>
2986
2987 PR gdb/22670
2988 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2989 exercise lower case too, and to exercise both full matching and
2990 wild matching.
2991
29922018-01-05 Joel Brobecker <brobecker@adacore.com>
2993
2994 * gdb.ada/rename_subscript_param: New testcase.
2995
29962018-01-05 Jerome Guitton <guitton@adacore.com>
2997
2998 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2999
30002018-01-05 Joel Brobecker <brobecker@adacore.com>
3001
3002 * gdb.ada/convvar_comp: New testcase.
3003
30042018-01-05 Xavier Roirand <roirand@adacore.com>
3005
3006 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3007 (My_Table): New global variable.
3008 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3009
30102018-01-04 Joel Brobecker <brobecker@adacore.com>
3011
3012 PR gdb/22670
3013 * gdb.ada/maint_with_ada: New testcase.
3014
30152018-01-04 Joel Brobecker <brobecker@adacore.com>
3016
3017 PR gdb/22670
3018 * gdb.ada/bp_c_mixed_case: New testcase.
3019
30202018-01-04 Joel Brobecker <brobecker@adacore.com>
3021
3022 PR gdb/22670
3023 * gdb.ada/complete.exp: Add "complete break ada" test.
3024
30252018-01-04 Joel Brobecker <brobecker@adacore.com>
3026
3027 PR gdb/22670
3028 * gdb.ada/info_addr_mixed_case: New testcase.
3029
30302018-01-03 Xavier Roirand <roirand@adacore.com>
3031
3032 * gdb.ada/excep_handle.exp: New testcase.
3033 * gdb.ada/excep_handle/foo.adb: New file.
3034 * gdb.ada/excep_handle/pck.ads: New file.
3035
30362018-01-03 Joel Brobecker <brobecker@adacore.com>
3037
3038 * gdb.base/step-line.c: Add extra empty line in copyright header.
3039 * gdb.base/step-line.inp: Likewise.
3040
30412018-01-02 Joel Brobecker <brobecker@adacore.com>
3042
3043 * gdb.ada/dyn_stride.exp: Add slice test.
3044
30452018-01-02 Joel Brobecker <brobecker@adacore.com>
3046
3047 * gdb.ada/dyn_stride: New testcase.
3048
30492017-12-27 Stafford Horne <shorne@gmail.com>
3050
3051 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3052 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3053
30542017-12-27 Stafford Horne <shorne@gmail.com>
3055
3056 * gdb.base/reggroups.c: New file.
3057 * gdb.base/reggroups.exp: New file.
3058
30592017-12-18 Joel Brobecker <brobecker@adacore.com>
3060
3061 * gdb.dwarf2/ada-valprint-error.c: New file.
3062 * gdb.dwarf2/ada-valprint-error.exp: New file.
3063
30642017-12-18 Joel Brobecker <brobecker@adacore.com>
3065
3066 * gdb.ada/assign_arr: New testcase.
3067
30682017-12-18 Xavier Roirand <roirand@adacore.com>
3069
3070 * gdb.ada/funcall_ptr: New testcase.
3071
30722017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3073
3074 PR cli/16224
3075 * gdb.base/ptype-offsets.cc: New file.
3076 * gdb.base/ptype-offsets.exp: New file.
3077
30782017-12-15 Yao Qi <yao.qi@linaro.org>
3079
3080 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3081 if XML is disabled.
3082
30832017-12-15 Xavier Roirand <roirand@adacore.com>
3084
3085 * gdb.ada/same_component_name: New testcase.
3086
30872017-12-14 Joel Brobecker <brobecker@adacore.com>
3088
3089 * gdb.ada/str_binop_equal: New testcase.
3090
30912017-12-14 Joel Brobecker <brobecker@adacore.com>
3092
3093 * gdb.ada/task_switch_in_core: New testcase.
3094
30952017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3096
3097 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3098 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3099 call test_bkpt_qualified.
3100 (test_bkpt_qualified): New proc.
3101
31022017-12-13 Pedro Alves <palves@redhat.com>
3103
3104 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3105 Tighten regexp by matching with an anchor.
3106
31072017-12-13 Pedro Alves <palves@redhat.com>
3108
3109 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3110 ("expression with namespace"): New set of tests.
3111 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3112 (Nested::Test_NS::qux): New.
3113 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3114 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3115
31162017-12-13 Joel Brobecker <brobecker@adacore.com>
3117
3118 * gdb.base/server-del-break.c: New file.
3119 * gdb.base/server-del-break.exp: New file.
3120
31212017-12-12 Stafford Horne <shorne@gmail.com>
3122
3123 * gdb.xml/tdesc-regs.exp: Add or1k support.
3124
31252017-12-12 Stafford Horne <shorne@gmail.com>
3126
3127 * gdb.base/bp-permanent.c: Define nop of or1k.
3128
31292017-12-11 Joel Brobecker <brobecker@adacore.com>
3130
3131 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3132 output with components being reordered.
3133
31342017-12-11 Joel Brobecker <brobecker@adacore.com>
3135
3136 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3137 output with components being reordered.
3138
31392017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3140 Pedro Alves <palves@redhat.com>
3141
3142 * gdb.base/maint.exp (check for .gdb_index): Check also for
3143 .debug_names.
3144 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3145 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3146 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3147 (.gdb_index used after symbol reloading): Support also .debug_names.
3148 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3149
31502017-12-08 Yao Qi <yao.qi@linaro.org>
3151
3152 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3153 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3154
31552017-12-08 Yao Qi <yao.qi@linaro.org>
3156
3157 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3158 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3159
31602017-12-08 Yao Qi <yao.qi@linaro.org>
3161
3162 * gdb.arch/aarch64-tagged-pointer.c: New file.
3163 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3164
31652017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3166
3167 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3168 "int".
3169
31702017-12-07 Keith Seitz <keiths@redhat.com>
3171
3172 PR breakpoints/22569
3173 * gdb.linespec/ls-errs.exp: Change expected result of "break
3174 -source this file has spaces.c -line 3".
3175 Check that an explicit source file followed by whitespace is
3176 identified as an invalid explicit location.
3177
31782017-12-07 Keith Seitz <keiths@redhat.com>
3179
3180 * gdb.cp/nested-types.cc: New file.
3181 * gdb.cp/nested-types.exp: New file.
3182 * lib/cp-support.exp: Load data-structures.exp library.
3183 (debug_cp_test_ptype_class): New global.
3184 (cp_ptype_class_verbose, next_line): New procedures.
3185 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3186 Add and document new return value.
3187 Switch the list of lines to a queue.
3188 Add support for new `type' key for nested type definitions.
3189 Add debugging/troubleshooting messages.
3190 * lib/data-structures.exp: New file.
3191
31922017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3193
3194 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3195 with proc_with_prefix, don't use with_test_prefix.
3196
31972017-12-07 Tom Tromey <tom@tromey.com>
3198
3199 * gdb.base/break.exp: Add test for empty "commands".
3200
32012017-12-07 Yao Qi <yao.qi@linaro.org>
3202
3203 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3204 malloc and catch syscall.
3205
32062017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3207
3208 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3209 tests for explicit locations.
3210
32112017-12-06 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3214 force-disabling XML descriptions.
3215
32162017-12-04 Pedro Alves <palves@redhat.com>
3217
3218 PR gdb/22499
3219 * gdb.arch/amd64-disp-step-avx.S: New file.
3220 * gdb.arch/amd64-disp-step-avx.exp: New file.
3221
32222017-12-03 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3225 and <string.h>.
3226 (parent_function): Print distinct messages when waitpid fails, or
3227 the child exits with a signal, or the child exits for an unhandled
3228 reason.
3229 * gdb.threads/process-dies-while-detaching.exp
3230 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3231 it. Wait for both inferior output and GDB's prompt. Use an
3232 indirect spawn id list.
3233 (do_detach): New parameter 'child_exit'. Use it to compute
3234 expected inferior output.
3235 (test_detach, test_detach_watch, test_detach_killed_outside):
3236 Adjust to pass down the expected child exit kind.
3237
32382017-12-01 Joel Brobecker <brobecker@adacore.com>
3239 Sergio Durigan Junior <sergiodj@redhat.com>
3240 Pedro Alves <palves@redhat.com>
3241
3242 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3243
32442017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3245
3246 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3247 to 'symbol-file' and 'add-symbol-file' can be
3248 position-independent.
3249
32502017-12-01 Yao Qi <yao.qi@linaro.org>
3251
3252 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3253 the URL in copyright header.
3254 * gdb.arch/aarch64-fp.exp: Likewise.
3255 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3256 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3257 * gdb.base/expand-psymtabs.exp: Likewise.
3258 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3259 * gdb.fortran/common-block.exp: Likewise.
3260 * gdb.fortran/common-block.f90: Likewise.
3261 * gdb.fortran/logical.exp: Likewise.
3262 * gdb.fortran/vla-datatypes.f90: Likewise.
3263 * gdb.fortran/vla-sub.f90: Likewise.
3264
32652017-11-30 Joel Brobecker <brobecker@adacore.com>
3266
3267 * gdb.ada/repeat_dyn: New testcase.
3268
32692017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3270
3271 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3272 Update for changed thread numbering.
3273 * gdb.cell/bt.exp: Update for changed GDB output.
3274
32752017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3276
3277 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3278 setting isremote by hand.
3279 * boards/dwarf4-gdb-index.exp: Likewise.
3280 * boards/fission.exp: Likewise.
3281 * boards/stabs.exp: Likewise.
3282
32832017-11-30 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.linespec/cpls-ops.exp
3286 (check_explicit_skips_function_argument): Extract the underlying
3287 type of size_t instead of hardcoding it.
3288
32892017-11-29 Pedro Alves <palves@redhat.com>
3290
3291 PR c++/19436
3292 * gdb.linespec/cpls-abi-tag.cc: New file.
3293 * gdb.linespec/cpls-abi-tag.exp: New file.
3294
32952017-11-29 Pedro Alves <palves@redhat.com>
3296
3297 * gdb.base/langs.exp: Use -qualified.
3298 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3299 it.
3300 * gdb.cp/namespace.exp: Use -qualified.
3301 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3302 (overload-3, template-overload, template-ret-type, const-overload)
3303 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3304 procedures.
3305 (test_driver): Call them.
3306 * gdb.cp/save-bp-qualified.cc: New.
3307 * gdb.cp/save-bp-qualified.exp: New.
3308 * gdb.linespec/explicit.exp: Test -qualified.
3309 * lib/completion-support.exp (completion::explicit_opts_list): Add
3310 "-qualified".
3311 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3312
33132017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3314
3315 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3316
33172017-11-29 Tom Tromey <tom@tromey.com>
3318
3319 * gdb.base/relocate.exp: Update invalid argument test.
3320 Add new tests for invalid arguments.
3321
33222017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3323
3324 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3325 Return 0 as a long.
3326 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3327
33282017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3329
3330 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3331 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3332 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3333 func ().
3334 * gdb.cp/shadow.cc (B.func): Return 0.
3335
33362017-11-27 Joel Brobecker <brobecker@adacore.com>
3337
3338 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3339 expected output in gdb_expect call to allow the exception
3340 message to be present as well. Fix syntax confusion to avoid
3341 TCL thinking that exception_name is an array.
3342
33432017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3344
3345 * gdb.arch/spu-info.c: Include <unistd.h>.
3346 (do_signal_test): Fix broken calls to write.
3347 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3348 Fix checks for empty mailboxes. Update signal tests for corrected
3349 do_signal_test routine. Allow nonzero event status.
3350 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3351 * gdb.cell/arch.exp: Use standard_output_file.
3352 * gdb.cell/break.exp: Likewise.
3353 * gdb.cell/bt.exp: Likewise.
3354 * gdb.cell/core.exp: Likewise.
3355 * gdb.cell/dwarfaddr.exp: Likewise.
3356 * gdb.cell/ea-cache.exp: Likewise.
3357 * gdb.cell/ea-standalone.exp: Likewise.
3358 * gdb.cell/f-regs.exp: Likewise.
3359 * gdb.cell/fork.exp: Likewise.
3360 * gdb.cell/gcore.exp: Likewise.
3361 * gdb.cell/mem-access.exp: Likewise.
3362 * gdb.cell/ptype.exp: Likewise.
3363 * gdb.cell/registers.exp: Likewise.
3364 * gdb.cell/sizeof.exp: Likewise.
3365 * gdb.cell/solib-symbol.exp: Likewise.
3366 * gdb.cell/solib.exp: Likewise.
3367
33682017-11-25 Pedro Alves <palves@redhat.com>
3369
3370 * gdb.base/complete-empty.exp: New file.
3371 * gdb.base/completion.exp: Adjust.
3372
33732017-11-25 Pedro Alves <palves@redhat.com>
3374
3375 * gdb.linespec/cpls-ops.cc: New file.
3376 * gdb.linespec/cpls-ops.exp: New file.
3377 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3378 factored out from ...
3379 (test_complete_prefix_range): ... this.
3380
33812017-11-24 Pedro Alves <palves@redhat.com>
3382
3383 * gdb.linespec/cpcompletion.exp: New file.
3384 * gdb.linespec/cpls-hyphen.cc: New file.
3385 * gdb.linespec/cpls.cc: New file.
3386 * gdb.linespec/cpls2.cc: New file.
3387 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3388 test to use test_gdb_complete_unique. Add label completion,
3389 keyword completion and explicit location completion tests.
3390 * lib/completion-support.exp: New file.
3391
33922017-11-24 Joel Brobecker <brobecker@adacore.com>
3393
3394 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3395 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3396 when hitting an exception catchpoint.
3397
33982017-11-22 Yao Qi <yao.qi@linaro.org>
3399
3400 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3401
34022017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3403
3404 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3405 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3406 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3407
34082017-11-22 Yao Qi <yao.qi@linaro.org>
3409
3410 * gdb.base/info-os.exp: Pass pthreads.
3411 * gdb.multi/multi-attach.exp: Likewise.
3412
34132017-11-22 Yao Qi <yao.qi@linaro.org>
3414
3415 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3416 compiler.
3417
34182017-11-22 Yao Qi <yao.qi@linaro.org>
3419
3420 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3421 * gdb.base/break-interp.exp: Likewise.
3422 * gdb.base/jit-attach-pie.exp: Likewise.
3423
34242017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3425
3426 * gdb.base/float128.c (large128): New variable.
3427 * gdb.base/float128.exp: Add test to print largest __float128 value.
3428
34292017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3430
3431 * gdb.arch/vsx-regs.exp: Update register content checks.
3432
34332017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3434
3435 * gdb.arch/ppc-longdouble.exp: New file.
3436 * gdb.arch/ppc-longdouble.c: Likewise.
3437
34382017-11-21 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3441
34422017-11-20 Pedro Alves <palves@redhat.com>
3443
3444 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3445 (long_double_typedef): New typedefs.
3446 Use DEF on double and long double.
3447 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3448 cases.
3449 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3450 and 'long_double_ptr_same_size' locals. Use them to decide
3451 whether cast from array/function to float is valid/invalid.
3452
34532017-11-17 Tom Tromey <tom@tromey.com>
3454
3455 * gdb.rust/traits.rs: New file.
3456 * gdb.rust/traits.exp: New file.
3457
34582017-11-17 Joel Brobecker <brobecker@adacore.com>
3459
3460 * gdb.ada/minsyms: New testcase.
3461
34622017-11-16 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3465 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3466
34672017-11-16 Pedro Alves <palves@redhat.com>
3468
3469 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3470 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3471
34722017-11-16 Pedro Alves <palves@redhat.com>
3473
3474 * gdb.server/reconnect-ctrl-c.c: New file.
3475 * gdb.server/reconnect-ctrl-c.exp: New file.
3476
34772017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3478
3479 * gdb.python/py-rbreak.exp: New file.
3480 * gdb.python/py-rbreak.c: New file.
3481 * gdb.python/py-rbreak-func2.c: New file.
3482
34832017-11-16 Pedro Alves <palves@redhat.com>
3484
3485 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3486 pattern.
3487 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3488 GDB.
3489
34902017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3491
3492 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3493 regex.
3494
34952017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3496
3497 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3498 test names.
3499
35002017-11-09 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3503 factored out from ...
3504 (top level): ... here, and adjusted to avoid expecting beyond the
3505 prompt in a single gdb_test_multiple.
3506
35072017-11-09 Pedro Alves <palves@redhat.com>
3508
3509 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3510 output.
3511 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3512 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3513 * gdb.server/ext-run.exp ("kill" test): Likewise.
3514 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3515
35162017-11-09 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3519 match till end of line.
3520
35212017-11-09 Pedro Alves <palves@redhat.com>
3522
3523 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3524
35252017-11-09 Pedro Alves <palves@redhat.com>
3526
3527 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3528 New procedures, factored out from ...
3529 (top level): ... here, and adjusted to avoid expecting beyond the
3530 prompt in one go.
3531
35322017-11-09 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3535 output. Fix '?' match.
3536
35372017-11-08 Joel Brobecker <brobecker@adacore.com>
3538
3539 * gdb.ada/scoped_watch: New testcase.
3540 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3541 which is actually correct.
3542 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3543 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3544
35452017-11-08 Pedro Alves <palves@redhat.com>
3546
3547 * gdb.gdb/complaints.exp (test_initial_complaints)
3548 (test_serial_complaints, test_short_complaints): Call
3549 complaint_internal instead of complaint.
3550
35512017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3552
3553 * gdb.threads/tls-core.c: New file.
3554 * gdb.threads/tls-core.exp: Likewise.
3555
35562017-11-08 Pedro Alves <palves@redhat.com>
3557
3558 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3559 (p Exported_Capitalized): New test.
3560 (p exported_capitalized): New test.
3561
35622017-11-07 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3565
35662017-11-07 Pedro Alves <palves@redhat.com>
3567
3568 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3569 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3570 (disable_invalid, disable_inverted, disable_negative): New
3571 procedures.
3572 ("bad numbers"): New set of tests.
3573
35742017-11-07 Pedro Alves <palves@redhat.com>
3575
3576 * gdb.cp/ena-dis-br-range.exp: Add tests.
3577
35782017-11-07 Pedro Alves <palves@redhat.com>
3579
3580 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3581
35822017-11-07 Xavier Roirand <roirand@adacore.com>
3583 Pedro Alves <palves@redhat.com>
3584
3585 * gdb.base/ena-dis-br.exp: Add reference to
3586 gdb.cp/ena-dis-br-range.exp.
3587 * gdb.cp/ena-dis-br-range.exp: New file.
3588 * gdb.cp/ena-dis-br-range.cc: New file.
3589
35902017-11-06 Pedro Alves <palves@redhat.com>
3591
3592 * gdb.base/attach-non-pgrp-leader.c: New.
3593 * gdb.base/attach-non-pgrp-leader.exp: New.
3594
35952017-11-06 Pedro Alves <palves@redhat.com>
3596
3597 * configure.ac: No longer check for termio.h and sgtty.h.
3598 * configure: Regenerate.
3599 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3600 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3601 Remove termio and sgtty code.
3602
36032017-11-03 Yao Qi <yao.qi@linaro.org>
3604
3605 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3606 in GDB is disabled.
3607
36082017-11-03 Yao Qi <yao.qi@linaro.org>
3609
3610 * gdb.python/py-thrhandle.exp: Skip it if python is not
3611 enabled.
3612
36132017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3614
3615 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3616 as a breakpoint command.
3617
36182017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3619
3620 PR python/21213
3621 * gdb.python/py-infthread.exp: Test calling
3622 InferiorThread.inferior () multiple times in a row.
3623
36242017-10-27 Keith Seitz <keiths@redhat.com>
3625
3626 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3627 Test "info break" for every inlined function breakpoint.
3628
36292017-10-27 Yao Qi <yao.qi@linaro.org>
3630
3631 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3632
36332017-10-26 Patrick Frants <osscontribute@gmail.com>
3634
3635 * gdb.cp/classes.exp (test_static_members): Test printing
3636 Outer::instance.
3637 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3638 (Inner::instance, Outer::instance): New.
3639
36402017-10-24 Pedro Alves <palves@redhat.com>
3641
3642 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3643 extra console" test in two stages.
3644
36452017-10-24 Pedro Alves <palves@redhat.com>
3646
3647 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3648
36492017-10-24 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3652 loop.
3653
36542017-10-24 Pedro Alves <palves@redhat.com>
3655
3656 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3657 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3658
36592017-10-24 Pedro Alves <palves@redhat.com>
3660
3661 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3662 parameter and handle it. Don't output read value in test name.
3663
36642017-10-24 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3667 custom test name.
3668
36692017-10-24 Pedro Alves <palves@redhat.com>
3670
3671 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3672 include the unstable output directory name in the test's name.
3673 (initial_setup_simple) <'set args'>: Use custom test name.
3674
36752017-10-24 Pedro Alves <palves@redhat.com>
3676
3677 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3678 with explicit test name.
3679
36802017-10-20 Pedro Alves <palves@redhat.com>
3681
3682 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3683 'wait -i'. Use gdb_assert and remote_close.
3684
36852017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3686
3687 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3688 number from variable rather than hard-coded.
3689
36902017-10-19 Pedro Alves <palves@redhat.com>
3691
3692 * gdb.base/long-inferior-output.c: New file.
3693 * gdb.base/long-inferior-output.exp: New file.
3694
36952017-11-18 Keith Seitz <keiths@redhat.com>
3696
3697 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3698 method.
3699 (main): Call it.
3700 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3701 Add additional user-defined conversion operator tests.
3702
37032017-10-17 Pedro Alves <palves@redhat.com>
3704
3705 * boards/native-stdio-gdbserver.exp: Load "local-board".
3706
37072017-10-17 Pedro Alves <palves@redhat.com>
3708
3709 * gdb.base/quit-live.c: New file.
3710 * gdb.base/quit-live.exp: New file.
3711
37122017-10-16 Keith Seitz <keiths@redhat.com>
3713
3714 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3715 (class_with_protected_typedef, class_with_private_typedef)
3716 (struct_with_public_typedef, struct_with_protected_typedef)
3717 (struct_with_private_typedef): New classes/structs.
3718 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3719 typedefs and access specifiers.
3720
37212017-10-16 Pedro Alves <palves@redhat.com>
3722 Simon Marchi <simon.marchi@polymtl.ca>
3723
3724 * README (Local vs Remote vs Native): New section.
3725 * boards/local-board.exp: New file, with bits factored out from
3726 ...
3727 * boards/native-extended-gdbserver.exp: ... here. Load
3728 "local-board".
3729 * boards/native-gdbserver.exp: Load "local-board".
3730 (${board}_spawn, ${board}_exec): Delete.
3731 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3732 ...
3733 * boards/stdio-gdbserver-base.exp: ... this new file.
3734 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3735 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3736 procedure.
3737 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3738 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3739 stdio_gdbserver_command.
3740 (${board}_get_remote_address, ${board}_get_comm_port)
3741 (${board}_download, ${board}_upload): Delete.
3742 (get_target_remote_pipe_cmd): New.
3743
37442017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3745
3746 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3747 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3748 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3749 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3750 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3751 remove with_test_prefix.
3752
37532017-10-13 Pedro Alves <palves@redhat.com>
3754
3755 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3756 * gdb.base/annota1.exp: Use it instead of is_remote.
3757 * gdb.base/annota3.exp: Use it instead of is_remote.
3758 * gdb.cp/annota2.exp: Use it instead of is_remote.
3759 * gdb.cp/annota3.exp: Use it instead of is_remote.
3760 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3761
37622017-10-13 Pedro Alves <palves@redhat.com>
3763
3764 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3765 (test_num_test_vars, run_and_count_vars, find_env)
3766 (test_set_unset_env, test_inherit_env_var): New procedures.
3767 (top level): Use them.
3768
37692017-10-13 Pedro Alves <palves@redhat.com>
3770
3771 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3772 also skip on stub-like targets.
3773
37742017-10-13 Pedro Alves <palves@redhat.com>
3775
3776 PR gdb/22293
3777 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3778 (top level): Move some tests to ...
3779 (test_not_found): ... this new procedure.
3780 (top level): Call it.
3781
37822017-10-13 Pedro Alves <palves@redhat.com>
3783
3784 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3785 expect different "info terminal" output if testing with a
3786 non-native target.
3787
37882017-10-13 Pedro Alves <palves@redhat.com>
3789 Simon Marchi <simon.marchi@polymtl.ca>
3790
3791 PR python/12966
3792 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3793
37942017-10-13 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3797 already.
3798
37992017-10-13 Pedro Alves <palves@redhat.com>
3800
3801 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3802 is_remote.
3803
38042017-10-13 Pedro Alves <palves@redhat.com>
3805
3806 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3807 is_remote.
3808
38092017-10-13 Pedro Alves <palves@redhat.com>
3810
3811 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3812 is set.
3813 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3814 instead of is_remote.
3815
38162017-10-13 Pedro Alves <palves@redhat.com>
3817
3818 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3819 (top level): Add comment.
3820
38212017-10-13 Pedro Alves <palves@redhat.com>
3822
3823 * gdb.base/remote.exp (top level): Fix comment typo and add
3824 missing return.
3825
38262017-10-13 Pedro Alves <palves@redhat.com>
3827 Simon Marchi <simon.marchi@polymtl.ca>
3828
3829 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3830 calls and add comments. Skip test if use_gdb_stub is set.
3831 (top level): Use "set cwd" command instead of "cd" command.
3832
38332017-10-13 Pedro Alves <palves@redhat.com>
3834
3835 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3836 is_remote target check.
3837
38382017-10-13 Pedro Alves <palves@redhat.com>
3839
3840 * gdb.base/scope.exp: Use build_executable + clean_restart +
3841 gdb_file_cmd instead of prepare_for_testing and no longer skip
3842 "before run" tests on is_remote target boards. Update comments.
3843 * boards/native-extended-gdbserver.exp
3844 (extended_gdbserver_load_last_file): New, factored out from ...
3845 (gdb_load): ... this. Move further below and add comment.
3846 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3847
38482017-10-12 Pedro Alves <palves@redhat.com>
3849
3850 * gdb.base/attach.exp: Remove references to gdb64.
3851 * gdb.base/dbx.exp: Remove references to gdb64.
3852
38532017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3854 Pedro Alves <palves@redhat.com>
3855
3856 * gdb.base/label.exp: Remove is_remote target check.
3857
38582017-10-12 Pedro Alves <palves@redhat.com>
3859
3860 * gdb.base/auvx.exp (coredir): Update comment.
3861 (top level) <core_works>: Use "set cwd" command instead of "cd"
3862 command.
3863
38642017-10-12 Pedro Alves <palves@redhat.com>
3865 Simon Marchi <simon.marchi@polymtl.ca>
3866
3867 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3868 target boards.
3869
38702017-10-12 Pedro Alves <palves@redhat.com>
3871 Simon Marchi <simon.marchi@polymtl.ca>
3872
3873 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3874 Instead skip if there's any gdb_protocol set.
3875
38762017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3877 Pedro Alves <palves@redhat.com>
3878
3879 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3880
38812017-10-12 Pedro Alves <palves@redhat.com>
3882 Simon Marchi <simon.marchi@polymtl.ca>
3883
3884 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3885 instead of on dejagnu remote boards.
3886
38872017-10-12 Pedro Alves <palves@redhat.com>
3888 Simon Marchi <simon.marchi@polymtl.ca>
3889
3890 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3891 checks. Use build_executable + clean_restart instead of
3892 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3893 of enabling non-stop after starting gdb.
3894
38952017-10-12 Pedro Alves <palves@redhat.com>
3896
3897 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3898 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3899 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3900 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3901
39022017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3903
3904 * gdb.arch/arc-tdesc-cpu.exp: New file.
3905 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3906
39072017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3908
3909 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3910
39112017-10-10 Pedro Alves <palves@redhat.com>
3912
3913 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3914 expect CLI output.
3915
39162017-10-10 Pedro Alves <palves@redhat.com>
3917
3918 * lib/selftest-support.exp (selftest_setup): Update for
3919 captured_command_loop's prototype change.
3920
39212017-10-09 Pedro Alves <palves@redhat.com>
3922
3923 Test both arch1=>arch2 and arch2=>arch1.
3924
3925 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3926 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3927 factored out to...
3928 (append_arch1_options, append_arch2_options, append_arch_options)
3929 (build_executables): New procedures.
3930 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3931 local.
3932 (top level): Add new 'first_arch' testing axis.
3933
39342017-10-09 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3937 (barrier): New.
3938 (thread_start, all_started): New functions.
3939 (main): Spawn new thread and wait until it is scheduled.
3940 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3941 option.
3942 (do_test): Add 'selected_thread' parameter. Run to all_started
3943 instead of main. Explicitly set the breakpoint at main. Switch
3944 to the SELECTED_THREAD thread.
3945 (top level): Test handling the exec event with either the main
3946 thread or the second thread selected.
3947
39482017-10-09 Pedro Alves <palves@redhat.com>
3949
3950 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3951 logic. Move STOP marker after the value checks.
3952 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3953 regexp.
3954
39552017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3956
3957 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3958
39592017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3960
3961 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3962 integer-to-dfp conversion.
3963 * gdb.base/dfp-test.exp: Likewise.
3964
39652017-10-04 Pedro Alves <palves@redhat.com>
3966
3967 * gdb.multi/hangout.c: Include <unistd.h>.
3968 (hangout_loop): New function.
3969 (main): Call alarm. Call hangout_loop in a loop.
3970 * gdb.multi/hello.c: Include <unistd.h>.
3971 (hello_loop): New function.
3972 (main): Call alarm. Call hangout_loop in a loop.
3973 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3974 inferior with the other selected.
3975
39762017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3977
3978 * gdb.mi/list-thread-groups-available.exp: New file.
3979 * gdb.mi/list-thread-groups-available.c: New file.
3980
39812017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3982
3983 * gdb.base/set-cwd.exp: Make it available on
3984 native-extended-gdbserver.
3985
39862017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3987
3988 * gdb.base/set-cwd.c: New file.
3989 * gdb.base/set-cwd.exp: Likewise.
3990
39912017-10-02 Tom Tromey <tom@tromey.com>
3992
3993 PR rust/22236:
3994 * gdb.rust/simple.rs (main): New variable "fslice".
3995 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3996
39972017-10-02 Tom Tromey <tom@tromey.com>
3998
3999 * gdb.rust/simple.exp: Test ptype of a slice.
4000
40012017-10-02 Tom Tromey <tom@tromey.com>
4002
4003 * gdb.rust/simple.exp: Test index of slice.
4004
40052017-09-27 Tom Tromey <tom@tromey.com>
4006
4007 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4008
40092017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4010 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.base/compare-sections.exp (get value of read-only section): Read
4013 as unsigned value.
4014 (corrupt read-only section): Likewise and don't set written if patching
4015 failed.
4016
40172017-09-21 Kevin Buettner <kevinb@redhat.com>
4018
4019 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4020 files.
4021
40222017-09-20 Pedro Alves <palves@redhat.com>
4023
4024 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4025 symbol names in gdb's output.
4026 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4027
40282017-09-20 Pedro Alves <palves@redhat.com>
4029
4030 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4031 Rename to ...
4032 (test_list_ambiguous_symbol): ... this and add a symbol name
4033 parameter. Adjust.
4034 (test_list_ambiguous_function): Reimplement on top of
4035 test_list_ambiguous_symbol and also test listing ambiguous
4036 variables.
4037 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4038 (ambiguous_fun): ... this.
4039 (ambiguous_var): New.
4040 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4041 (ambiguous_fun): ... this.
4042 (ambiguous_var): New.
4043
40442017-09-19 John Baldwin <jhb@FreeBSD.org>
4045
4046 * gdb.base/starti.c: New file.
4047 * gdb.base/starti.exp: New file.
4048 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4049
40502017-09-14 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4053 (top level): Use it instead of runto.
4054
40552017-09-11 Tom Tromey <tom@tromey.com>
4056
4057 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4058
40592017-09-11 Tom Tromey <tom@tromey.com>
4060
4061 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4062 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4063
40642017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4065
4066 * gdb.fortran/printing-types.exp: New file.
4067 * gdb.fortran/printing-types.exp: New file.
4068
40692017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4070
4071 * gdb.fortran/vla-ptype.exp: Fix typos.
4072 * gdb.fortran/vla-value.exp: Same.
4073
40742017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4075
4076 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4077 * gdb.mi/mi-var-child-f.exp: Likewise.
4078 * gdb.mi/mi-vla-fortran.exp: Likewise.
4079
40802017-09-08 Frank Penczek <frank.penczek@intel.com>
4081 Christoph Weinmann <christoph.t.weinmann@intel.com>
4082 Bernhard Heckel <bernhard.heckel@intel.com>
4083
4084 * gdb.fortran/ptr-indentation.f90: New file.
4085 * gdb.fortran/ptr-indentation.exp: New file.
4086
40872017-09-05 Tom Tromey <tom@tromey.com>
4088
4089 PR gdb/22010:
4090 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4091
40922017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4093
4094 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4095
40962017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4097
4098 * gdb.threads/tls-nodebug-pie.c: New file.
4099 * gdb.threads/tls-nodebug-pie.exp: New file.
4100
41012017-09-05 Tom Tromey <tom@tromey.com>
4102
4103 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4104 for rust.
4105
41062017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4107
4108 * gdb.multi/multi-arch-exec.exp: Test with different
4109 "follow-exec-mode" settings.
4110 (do_test): New procedure.
4111
41122017-09-04 Pedro Alves <palves@redhat.com>
4113
4114 * gdb.base/func-static.c (S::method const, S::method volatile)
4115 (S::method volatile const): New methods.
4116 (c_s, v_s, cv_s): New instances.
4117 (main): Call method() on them.
4118 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4119 (cannot_resolve): New procedure.
4120 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4121 print-quote-unquoted columns.
4122 (do_test): Test printing each scope too.
4123
41242017-09-04 Pedro Alves <palves@redhat.com>
4125
4126 * gdb.base/local-static.exp: Also test with
4127 class::method::variable wholly quoted.
4128 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4129
41302017-09-04 Pedro Alves <palves@redhat.com>
4131
4132 * gdb.base/local-static.c: New.
4133 * gdb.base/local-static.cc: New.
4134 * gdb.base/local-static.exp: New.
4135
41362017-09-04 Pedro Alves <palves@redhat.com>
4137
4138 * gdb.asm/asm-source.exp: Add casts to int.
4139 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4140 (dataglobal64_1, dataglobal64_2): New globals.
4141 * gdb.base/nodebug.exp: Test different expressions involving the
4142 new globals, with print, whatis and ptype. Add casts to int.
4143 * gdb.base/solib-display.exp: Add casts to int.
4144 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4145 * gdb.cp/m-static.exp: Add cast to int.
4146 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4147 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4148 tls variable with no debug info without a cast. Test with a cast
4149 to int too.
4150 * gdb.trace/entry-values.exp: Add casts.
4151
41522017-09-04 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.base/nodebug.exp: Test that ptype's error about functions
4155 with unknown return type includes the function name too.
4156
41572017-09-04 Pedro Alves <palves@redhat.com>
4158
4159 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4160 return type of munmap in infcall.
4161 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4162 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4163 type of ftell in infcall.
4164 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4165 type of getpid in infcall.
4166 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4167 infcall.
4168 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4169 Bail on failure to extract the pid.
4170 * gdb.base/nodebug.c: #include <stdint.h>.
4171 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4172 New functions.
4173 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4174 Change expected output of print/whatis/ptype with functions with
4175 no debug info. Test all supported languages. Call
4176 test_call_promotion.
4177 * gdb.compile/compile.exp: Adjust expected output to expect
4178 warning.
4179 * gdb.threads/siginfo-threads.exp: Likewise.
4180
41812017-09-04 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4184 "prototypes". Test calling float functions via prototyped and
4185 unprototyped function pointers.
4186 (perform_all_tests): New parameter "prototypes". Pass it down.
4187 (top level): Pass down "prototypes" parameter to
4188 perform_all_tests.
4189
41902017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4191
4192 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4193 Test with nested loops.
4194
41952017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4196
4197 * gdb.base/commands.exp: Call the new procedures.
4198 (loop_break_test, loop_continue_test): New procedures.
4199
42002017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4201
4202 * gdb.base/commands.exp: Call new procedure.
4203 (define_if_without_arg_test): New procedure.
4204
42052017-09-04 Pedro Alves <palves@redhat.com>
4206
4207 * gdb.base/list-ambiguous.exp: New file.
4208 * gdb.base/list-ambiguous0.c: New file.
4209 * gdb.base/list-ambiguous1.c: New file.
4210 * gdb.base/list.exp (test_list_range): Adjust expected output.
4211
42122017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4213
4214 * gdb.base/share-env-with-gdbserver.c: New file.
4215 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4216
42172017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4218
4219 * gdb.base/commands.exp (gdbvar_simple_if_test,
4220 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4221 progvar_simple_if_test, progvar_simple_while_test,
4222 progvar_complex_if_while_test, user_defined_command_test,
4223 user_defined_command_args_eval,
4224 user_defined_command_args_stack_test,
4225 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4226 temporary_breakpoint_commands,
4227 gdb_test_no_prompt, redefine_hook_test,
4228 redefine_backtrace_test): Remove "global gdb_prompt".
4229
42302017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4231
4232 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4233 New proc, call it from toplevel.
4234
42352017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4236
4237 PR remote/21852
4238 * gdb.server/normal.c: New file, copied from gdb.base.
4239 * gdb.server/run-without-local-binary.exp: New file.
4240
42412017-08-07 Weimin Pan <weimin.pan@oracle.com>
4242
4243 * gdb.arch/sparc64-adi.exp: New file.
4244 * gdb.arch/sparc64-adi.c: New file.
4245
42462017-08-22 Pedro Alves <palves@redhat.com>
4247
4248 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4249 (top level): Add "list all overloads" tests.
4250
42512017-08-22 Tom Tromey <tom@tromey.com>
4252
4253 * gdb.gdb/xfullpath.exp: Remove.
4254
42552017-08-21 Pedro Alves <palves@redhat.com>
4256
4257 PR gdb/19487
4258 * gdb.base/symbol-alias.c: New.
4259 * gdb.base/symbol-alias2.c: New.
4260 * gdb.base/symbol-alias.exp: New.
4261
42622017-08-21 Pedro Alves <palves@redhat.com>
4263
4264 * gdb.base/dfp-test.c
4265 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4266 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4267 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4268 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4269 * gdb.base/whatis-ptype-typedefs.c: New.
4270 * gdb.base/whatis-ptype-typedefs.exp: New.
4271 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4272 (an_int, an_int_type, an_int_type2): New globals.
4273 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4274 involving typedefs and cast expressions.
4275 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4276 (lookup_typedefs_function): New.
4277 (typedefs_pretty_printers_dict): New.
4278 (top level): Register lookup_typedefs_function in
4279 gdb.pretty_printers.
4280
42812017-08-18 Yao Qi <yao.qi@linaro.org>
4282
4283 * gdb.server/unittest.exp: New.
4284
42852017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4286
4287 PR gdb/21954
4288 * gdb.base/environ.exp: Add test to check if 'unset environment'
4289 works.
4290
42912017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4292
4293 * lib/gdb.exp (universal_compile_options): New caching proc.
4294 (gdb_compile): Suppress GCC's coloring of messages.
4295
42962017-08-14 Tom Tromey <tom@tromey.com>
4297
4298 PR gdb/21675:
4299 * gdb.base/printcmds.exp (test_radices): New function.
4300 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4301 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4302 * lib/gdb.exp (get_integer_valueof): Use p/d.
4303
43042017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4305
4306 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4307 characters.
4308
43092017-08-05 Tom Tromey <tom@tromey.com>
4310
4311 * gdb.rust/simple.exp: Allow String to appear in a different
4312 namespace.
4313
43142017-07-26 Yao Qi <yao.qi@linaro.org>
4315
4316 * gdb.gdb/unittest.exp: Invoke command
4317 "maintenance check xml-descriptions".
4318
43192017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4320
4321 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4322 calling context.
4323 (hex128): Drop erroneous calculation of parameters.
4324
43252017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4326
4327 * gdb.python/py-unwind.exp: Disable stack protection when
4328 building test file.
4329
43302017-07-20 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.base/default.exp (set language): Adjust expected output.
4333
43342017-07-20 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4337 (test_minsym): ... this, and make static.
4338 (get_pck__foo__bar__minsym): Rename to ...
4339 (get_test_minsym): ... this.
4340 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4341 symbol names and comments.
4342 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4343 (get_test_minsym): ... this.
4344 (pck__foo__bar__minsym__2): Rename to ...
4345 (test_minsym): ... this.
4346 (main): Adjust.
4347
43482017-07-17 Pedro Alves <palves@redhat.com>
4349
4350 * gdb.base/completion.exp: Adjust expected output.
4351 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4352 the completer works.
4353
43542017-07-17 Pedro Alves <palves@redhat.com>
4355
4356 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4357
43582017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4359
4360 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4361
43622017-07-14 Tom Tromey <tom@tromey.com>
4363
4364 PR rust/21764:
4365 * gdb.rust/simple.exp: Add tests.
4366
43672017-07-14 Tom Tromey <tom@tromey.com>
4368
4369 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4370
43712017-07-14 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.linespec/base/one/thefile.cc (z1): New function.
4374 * gdb.linespec/base/two/thefile.cc (z2): New function.
4375 * gdb.linespec/linespec.exp: Add tests.
4376
43772017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4378
4379 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4380 to mi_create_breakpoint.
4381
43822017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4383
4384 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4385 mi_create_breakpoint.
4386
43872017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4388
4389 * gdb.dlang/demangle.exp: Update for demangling changes.
4390
43912017-07-09 Tom Tromey <tom@tromey.com>
4392
4393 * gdb.dwarf2/shortpiece.exp: New file.
4394
43952017-07-06 David Blaikie <dblaikie@gmail.com>
4396
4397 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4398 built from fissiont-multi-cu{1,2}.c.
4399 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4400 except putting 'main' and 'func' in separate CUs in the same DWO file.
4401 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4402 test.
4403 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4404 test.
4405
44062017-07-06 Pedro Alves <palves@redhat.com>
4407
4408 * gdb.python/py-unwind.exp: Test flushregs.
4409
44102017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4411
4412 PR cli/21688
4413 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4414 tests for alias commands and trailing whitespace.
4415
44162017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4417
4418 PR cli/21688
4419 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4420 procedure. Call it.
4421
44222017-06-29 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.base/printcmds.exp: Add tests.
4425
44262017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4427
4428 PR gdb/21337
4429 * gdb.base/reread-readsym.exp: New file.
4430 * gdb.base/reread-readsym.c: New file.
4431
44322017-06-21 Kevin Buettner <kevinb@redhat.com>
4433
4434 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4435 subpattern.
4436
44372017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4438
4439 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4440 extended mnemonic.
4441 * gdb.arch/powerpc-power9.s: Likewise.
4442
44432017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4444
4445 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4446 on 32-bit x86 targets. Exploit is_*_target macros where
4447 appropriate.
4448
44492017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4450
4451 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4452 register pieces.
4453
44542017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4455
4456 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4457 located in one or more DWARF pieces.
4458
44592017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4460
4461 * lib/gdb.exp (get_endianness): New proc.
4462 * gdb.arch/aarch64-fp.exp: Use it.
4463 * gdb.arch/altivec-regs.exp: Likewise.
4464 * gdb.arch/e500-regs.exp: Likewise.
4465 * gdb.arch/vsx-regs.exp: Likewise.
4466 * gdb.base/dump.exp: Likewise.
4467 * gdb.base/funcargs.exp: Likewise.
4468 * gdb.base/gnu_vector.exp: Likewise.
4469 * gdb.dwarf2/formdata16.exp: Likewise.
4470 * gdb.dwarf2/implptrpiece.exp: Likewise.
4471 * gdb.dwarf2/nonvar-access.exp: Likewise.
4472 * gdb.python/py-inferior.exp: Likewise.
4473 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4474
44752017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4476
4477 PR gdb/21226
4478 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4479 stack value pieces are taken from the LSB end.
4480
44812017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4482
4483 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4484 variable at nonzero offset.
4485
44862017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4487
4488 * gdb.dwarf2/var-access.c: New file.
4489 * gdb.dwarf2/var-access.exp: New test.
4490 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4491
44922017-06-12 Tom Tromey <tom@tromey.com>
4493
4494 * gdb.dwarf2/formdata16.exp: Add tests.
4495
44962017-06-12 Tom Tromey <tom@tromey.com>
4497
4498 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4499
45002017-06-12 Tom Tromey <tom@tromey.com>
4501
4502 PR exp/16225:
4503 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4504 * gdb.arch/vsx-regs.exp: Update tests.
4505 * gdb.arch/s390-vregs.exp (hex128): New proc.
4506 Update test.
4507 * gdb.arch/altivec-regs.exp: Update tests.
4508
45092017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4510
4511 * gdb.base/startup-with-shell.c: New file.
4512 * gdb.base/startup-with-shell.exp: Likewise.
4513
45142017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4515
4516 * gdb.server/non-existing-program.exp: Update regex in order to
4517 reflect the fact that gdbserver is now using fork_inferior (with a
4518 shell) to startup the inferior.
4519
45202017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4521
4522 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4523 support function calls from GDB.
4524
45252017-05-21 Tom Tromey <tom@tromey.com>
4526
4527 PR rust/21466:
4528 * gdb.rust/unsized.exp: New file.
4529 * gdb.rust/unsized.rs: New file.
4530
45312017-05-19 Tom Tromey <tom@tromey.com>
4532
4533 PR rust/21484:
4534 * gdb.rust/watch.exp: New file.
4535 * gdb.rust/watch.rs: New file.
4536
45372017-05-18 Tom Tromey <tom@tromey.com>
4538
4539 * gdb.rust/simple.exp: Allow Box to be qualified.
4540
45412017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4542
4543 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4544
45452017-05-18 Pedro Alves <palves@redhat.com>
4546
4547 * gdb.base/fileio.c (test_write, test_read, test_close)
4548 (test_fstat): Don't print 'ret' in the fail path.
4549
45502017-05-18 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4553 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4554 (test_system, test_rename, test_unlink, test_time): Change
4555 prototypes.
4556 * gdb.base/fileio.exp (stop_msg): Adjust.
4557
45582017-05-18 Pedro Alves <palves@redhat.com>
4559
4560 * gdb.base/fileio.c (null_str): New global.
4561 (test_stat): Use it.
4562 * gdb.base/fileio.exp: Remove nowarnings.
4563
45642017-05-17 Yao Qi <yao.qi@linaro.org>
4565
4566 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4567
45682017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4569
4570 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4571 argument command.
4572 (top-level): Invoke test_set_inferior_tty.
4573
45742017-05-04 Pedro Alves <palves@redhat.com>
4575
4576 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4577 Add parens to print call for Python 3.
4578
45792017-05-03 Keith Seitz <keiths@redhat.com>
4580
4581 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4582 (main): Call it.
4583
45842017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4585
4586 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4587 to prev and next.
4588
45892017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4590
4591 * gdb.python/py-record-btrace.exp: Remove test for
4592 gdb.BtraceInstruction.error.
4593
45942017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4595
4596 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4597
45982017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4599
4600 * gdb.python/py-record-btrace-threads.c: New file.
4601 * gdb.python/py-record-btrace-threads.exp: New file.
4602
46032017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4604
4605 PR testsuite/8595
4606 * gdb.base/environ.exp: Make test available in all architectures.
4607 Move bits related to "info program" testing to
4608 gdb.base/info-program.exp. Rewrite tests to use the two new
4609 procedures mentione below.
4610 (test_set_show_env_var) New procedure.
4611 (test_set_show_env_var_equal): Likewise.
4612 * gdb.base/info-program.exp: New file.
4613
46142017-04-27 Keith Seitz <keiths@redhat.com>
4615
4616 * gdb.cp/oranking.cc (test15): New function.
4617 (main): Call test15 and declare additional variables for testing.
4618 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4619 "p foo101('abc')" tests.
4620 Add tests for cv qualifier overloads.
4621 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4622 "lvalue reference overload" test.
4623 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4624 "print value of f1 on Child&& in f2" test.
4625
46262017-04-19 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4629 procedure.
4630 (top level): Call it.
4631 * lib/gdb.exp (gdb_define_cmd): New procedure.
4632
46332017-04-12 Pedro Alves <palves@redhat.com>
4634
4635 PR gdb/21323
4636 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4637 (wchar): New global.
4638 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4639 (do_test_wide_char, wide_char_types_no_program, top level): Add
4640 wchar_t testing.
4641
46422017-04-12 Pedro Alves <palves@redhat.com>
4643
4644 PR c++/21323
4645 * gdb.cp/wide_char_types.c: New file.
4646 * gdb.cp/wide_char_types.exp: New file.
4647
46482017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4649
4650 PR gdb/21352
4651 * gdb.trace/tsv.exp: Add test for "tsave -r".
4652
46532017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4654
4655 * gdb.dlang/watch-loc.c: New file.
4656 * gdb.dlang/watch-loc.exp: New file.
4657
46582017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4659
4660 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4661
46622017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4663
4664 * gdb.arch/arc-analyze-prologue.S: New file.
4665 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4666
46672017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4668
4669 * gdb.arch/arc-decode-insn.S: New file.
4670 * gdb.arch/arc-decode-insn.exp: Likewise.
4671
46722017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4673
4674 PR tdep/20928
4675 * gdb.arch/sparc64-regs.exp: New file.
4676 * gdb.arch/sparc64-regs.S: Likewise.
4677
46782017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4679
4680 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4681 and memory view on Python 3.
4682
46832017-03-20 Artemiy Volkov <artemiyv@acm.org>
4684 Keith Seitz <keiths@redhat.com>
4685
4686 PR gdb/14441
4687 * gdb.cp/demangle.exp: Add rvalue reference tests.
4688 * gdb.cp/rvalue-ref-casts.cc: New file.
4689 * gdb.cp/rvalue-ref-casts.exp: New file.
4690 * gdb.cp/rvalue-ref-overload.cc: New file.
4691 * gdb.cp/rvalue-ref-overload.exp: New file.
4692 * gdb.cp/rvalue-ref-params.cc: New file.
4693 * gdb.cp/rvalue-ref-params.exp: New file.
4694 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4695 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4696 * gdb.cp/rvalue-ref-types.cc: New file.
4697 * gdb.cp/rvalue-ref-types.exp: New file.
4698 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4699 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4700
47012017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4702
4703 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4704 New procedure.
4705
47062017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4707
4708 * lib/mi-support.exp (mi_gdb_test): Add additional message
4709 for unexpected output.
4710
47112017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4712
4713 * gdb.base/examine-backward.c (Barrier): New character array
4714 constant, to ensure that TestStrings is preceded by a string
4715 terminator.
4716
47172017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4718
4719 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4720 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4721 and implicit pointer into such a location.
4722
47232017-03-16 Doug Evans <dje@google.com>
4724
4725 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4726
47272017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4728
4729 * gdb.cp/m-static.exp: Fix expectation for prototype of
4730 test5.single_constructor and single_constructor::single_constructor.
4731
47322017-03-16 Doug Evans <dje@google.com>
4733
4734 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4735 * gdb.guile/scm-lazy-string.c: New file.
4736 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4737 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4738 for pointer, array, typedef lazy strings.
4739
47402017-03-16 Doug Evans <dje@google.com>
4741
4742 PR python/17728, python/18439, python/18779
4743 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4744 * gdb.python/py-lazy-string.c (pointer): New typedef.
4745 (main): New locals ptr, array, typedef_ptr.
4746 * gdb.python/py-value.exp: Move lazy string tests to ...
4747 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4748 array, typedef lazy strings.
4749
47502017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4751
4752 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4753 Add optional 'test' parameter.
4754
47552017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4756
4757 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4758 Skip for versions of DejaGnu < 1.5.
4759
47602017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4761
4762 * lib/gdb.exp (dejagnu_version): New proc.
4763 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4764 Use dejagnu_version.
4765
47662017-03-10 Keith Seitz <keiths@redhat.com>
4767
4768 PR c++/8128
4769 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4770 type from destructor regexps.
4771 Add a branch which actually passes the test.
4772 Adjust "ptype t5i" test names.
4773
47742017-03-08 Pedro Alves <palves@redhat.com>
4775
4776 * gdb.base/step-over-exit.exp: Add explicit test message.
4777
47782017-03-08 Pedro Alves <palves@redhat.com>
4779
4780 PR gdb/18360
4781 * gdb.threads/interrupt-while-step-over.c: New file.
4782 * gdb.threads/interrupt-while-step-over.exp: New file.
4783
47842017-03-08 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4787 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4788
47892017-03-08 Pedro Alves <palves@redhat.com>
4790
4791 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4792 PKRU as not supported as a PASS.
4793
47942017-03-08 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4797 prefix instead of $binfile1/$binfile2.
4798 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4799 in test message.
4800 * gdb.python/py-completion.exp: Use "load python file" as test
4801 messages instead of unstable path names.
4802
48032017-03-08 Pedro Alves <palves@redhat.com>
4804 Jan Kratochvil <jan.kratochvil@redhat.com>
4805
4806 PR cli/21218
4807 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4808 New proc.
4809 (top level): Call it.
4810
48112017-03-08 Pedro Alves <palves@redhat.com>
4812
4813 PR tui/21216
4814 * gdb.tui/tui-nl-filtered-output.exp: New file.
4815
48162017-03-08 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.base/completion.exp: Move TUI completion tests to ...
4819 * gdb.tui/completion.exp: ... this new file.
4820
48212017-03-08 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.base/tui-disasm-long-lines.c,
4824 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4825 gdb.base/tui-layout.exp: Move to ...
4826 * gdb.tui/: ... this new directory.
4827
48282017-03-07 Pedro Alves <palves@redhat.com>
4829
4830 * gdb.base/tui-layout.c: New file.
4831 * gdb.base/tui-layout.exp: New file.
4832
48332017-03-07 Pedro Alves <palves@redhat.com>
4834
4835 * gdb.base/tui-layout.c: Rename to ...
4836 * gdb.base/tui-disasm-long-lines.c: ... this.
4837 * gdb.base/tui-layout.exp: Rename to ...
4838 * gdb.base/tui-disasm-long-lines.exp: ... this.
4839
48402017-03-07 Pedro Alves <palves@redhat.com>
4841
4842 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4843
48442017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4845
4846 * i386-mpx-call.c: New file.
4847 * i386-mpx-call.exp: New file.
4848
48492017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4850
4851 * gdb.arch/powerpc-power.exp: Delete test.
4852 * gdb.arch/powerpc-power.s: Likewise.
4853 * gdb.disasm/disassembler-options.exp: New test.
4854 * gdb.arch/powerpc-altivec.exp: Likewise.
4855 * gdb.arch/powerpc-altivec.s: Likewise.
4856 * gdb.arch/powerpc-altivec2.exp: Likewise.
4857 * gdb.arch/powerpc-altivec2.s: Likewise.
4858 * gdb.arch/powerpc-altivec3.exp: Likewise.
4859 * gdb.arch/powerpc-altivec3.s: Likewise.
4860 * gdb.arch/powerpc-power7.exp: Likewise.
4861 * gdb.arch/powerpc-power7.s: Likewise.
4862 * gdb.arch/powerpc-power8.exp: Likewise.
4863 * gdb.arch/powerpc-power8.s: Likewise.
4864 * gdb.arch/powerpc-power9.exp: Likewise.
4865 * gdb.arch/powerpc-power9.s: Likewise.
4866 * gdb.arch/powerpc-vsx.exp: Likewise.
4867 * gdb.arch/powerpc-vsx.s: Likewise.
4868 * gdb.arch/powerpc-vsx2.exp: Likewise.
4869 * gdb.arch/powerpc-vsx2.s: Likewise.
4870 * gdb.arch/powerpc-vsx3.exp: Likewise.
4871 * gdb.arch/powerpc-vsx3.s: Likewise.
4872 * gdb.arch/arm-disassembler-options.exp: Likewise.
4873 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4874 * gdb.arch/s390-disassembler-options.exp: Likewise.
4875
48762017-02-23 Luis Machado <lgustavo@codesourcery.com>
4877
4878 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4879 (check_supported_features): ... this. Changed return type to void.
4880 (supports_rdseed): New static global.
4881 (rdseed): Check supports_rdseed.
4882 (initialize): Call check_supported_features.
4883
48842017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4885
4886 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4887 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4888 and lqarx/stqcx.
4889 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4890 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4891
48922017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4893
4894 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4895 uppercase.
4896
48972017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4898
4899 * gdb.dwarf2/formdata16.c: New file.
4900 * gdb.dwarf2/formdata16.exp: New file.
4901 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4902
49032017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4904
4905 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4906 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4907 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4908 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4909 DW_AT_GNU_*.
4910
49112017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4912
4913 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4914
49152017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4916
4917 PR gdb/21164
4918 * gdb.base/maint.exp: Add testcases for when the commands do
4919 not have arguments.
4920
49212017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4922
4923 * gdb.cp/chained-calls.exp: Use p instead of P.
4924
49252017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4926
4927 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4928 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4929
49302017-02-14 Tom Tromey <tom@tromey.com>
4931
4932 PR python/13598:
4933 * gdb.python/py-events.exp: Add before_prompt event tests.
4934
49352017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4936
4937 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4938
49392017-02-13 Luis Machado <lgustavo@codesourcery.com>
4940
4941 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4942 (main): Call my_unique_function_name.
4943 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4944 completion of patterns with a single match.
4945 Add missing -re switches to gdb_test_multiple calls.
4946
49472017-02-13 Luis Machado <lgustavo@codesourcery.com>
4948
4949 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4950 return if core file is not recognized.
4951
49522017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4953
4954 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4955 and extra UIs.
4956
49572017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4958
4959 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4960 proc_with_prefix.
4961
49622017-02-10 Tom Tromey <tom@tromey.com>
4963
4964 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4965
49662017-02-10 Martin Galvan <martingalvan@sourceware.org>
4967
4968 PR gdb/21122
4969 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4970
49712017-02-08 Jerome Guitton <guitton@adacore.com>
4972
4973 * gdb.base/define.exp: Add test for command abbreviations
4974 in define.
4975
49762017-02-06 Luis Machado <lgustavo@codesourcery.com>
4977
4978 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4979 * gdb.reverse/insn-reverse-x86.c: New file.
4980
49812017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4982
4983 PR tdep/20936
4984 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4985
49862017-02-03 Tom Tromey <tom@tromey.com>
4987
4988 PR rust/21097:
4989 * gdb.rust/simple.exp: Add new tests.
4990
49912017-02-02 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4994 tests.
4995
49962017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4997
4998 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4999 taking a 2-byte value out of a 4-byte DWARF implicit value on
5000 big-endian targets.
5001 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5002 logic. Add test cases for DW_OP_implicit.
5003
50042017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5005
5006 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5007
50082017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5009
5010 * gdb.btrace/enable.exp: Call gdb_exit before
5011 skip_gdbserver_tests.
5012
50132017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5014
5015 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5016 GDBFLAGS.
5017
50182017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5019
5020 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5021 the test is skipped.
5022 * gdb.btrace/data.exp: Likewise.
5023 * gdb.btrace/delta.exp: Likewise.
5024 * gdb.btrace/dlopen.exp: Likewise.
5025 * gdb.btrace/enable-running.exp: Likewise.
5026 * gdb.btrace/enable.exp: Likewise.
5027 * gdb.btrace/exception.exp: Likewise.
5028 * gdb.btrace/function_call_history.exp: Likewise.
5029 * gdb.btrace/gcore.exp: Likewise.
5030 * gdb.btrace/instruction_history.exp: Likewise.
5031 * gdb.btrace/multi-thread-step.exp: Likewise.
5032 * gdb.btrace/nohist.exp: Likewise.
5033 * gdb.btrace/non-stop.exp: Likewise.
5034 * gdb.btrace/reconnect.exp: Likewise.
5035 * gdb.btrace/record_goto-step.exp: Likewise.
5036 * gdb.btrace/record_goto.exp: Likewise.
5037 * gdb.btrace/rn-dl-bind.exp: Likewise.
5038 * gdb.btrace/segv.exp: Likewise.
5039 * gdb.btrace/step.exp: Likewise.
5040 * gdb.btrace/stepi.exp: Likewise.
5041 * gdb.btrace/tailcall-only.exp: Likewise.
5042 * gdb.btrace/tailcall.exp: Likewise.
5043 * gdb.btrace/tsx.exp: Likewise.
5044 * gdb.btrace/unknown_functions.exp: Likewise.
5045 * gdb.btrace/vdso.exp: Likewise.
5046
50472017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5048
5049 * gdb.btrace/enable-running.c: New.
5050 * gdb.btrace/enable-running.exp: New.
5051
50522017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5053
5054 * gdb.arch/amd64-gs_base.c: New file.
5055 * gdb.arch/amd64-gs_base.exp: New file.
5056
50572017-01-26 Luis Machado <lgustavo@codesourcery.com>
5058
5059 * lib/memory.exp: Remove spurious empty newlines.
5060
50612017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5062
5063 * gdb.python/py-bad-printers.exp: Load python file using "source".
5064 * gdb.python/py-events.exp: Likewise.
5065 * gdb.python/py-evsignal.exp: Likewise.
5066 * gdb.python/py-evthreads.exp: Likewise.
5067 * gdb.python/py-frame-args.exp: Likewise.
5068 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5069 * gdb.python/py-framefilter-mi.exp: Likewise.
5070 * gdb.python/py-framefilter.exp: Likewise.
5071 * gdb.python/py-mi.exp: Likewise.
5072 * gdb.python/py-pp-maint.exp: Likewise.
5073 * gdb.python/py-pp-registration.exp: Likewise.
5074 * gdb.python/py-prettyprint.exp: Likewise.
5075 (run_lang_tests): Likewise.
5076 * gdb.python/py-typeprint.exp: Likewise.
5077
50782017-01-26 Luis Machado <lgustavo@codesourcery.com>
5079
5080 * lib/memory.exp: New file.
5081 * lib/gdb.exp: Load memory.exp.
5082 * gdb.base/memattr.exp (delete_memory): Move proc to
5083 lib/memory.exp and rename to delete_memory_regions.
5084 Replace delete_memory with delete_memory_regions.
5085 Cleanup memory regions before tests.
5086 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5087 before tests.
5088
50892017-01-26 Luis Machado <lgustavo@codesourcery.com>
5090
5091 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5092 files.
5093 (initialize): New function conditionally defined.
5094 (testcases): Move within conditional block.
5095 (main): Call initialize.
5096 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5097 of gdb.reverse/insn-reverse.c.
5098 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5099 gdb.reverse/insn-reverse.c.
5100
51012017-01-26 Yao Qi <yao.qi@linaro.org>
5102
5103 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5104 disassemble on address 0.
5105
51062017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5107 Yao Qi <yao.qi@linaro.org>
5108
5109 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5110 * gdb.dwarf2/implptr-64bit.S: Remove.
5111 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5112 variables in caller's context. Add DW_OP_implicit_value.
5113
51142017-01-25 Yao Qi <yao.qi@linaro.org>
5115
5116 * lib/dwarf.exp (Dwarf::_location): Handle
5117 DW_OP_GNU_implicit_pointer with proper size.
5118
51192017-01-20 Luis Machado <lgustavo@codesourcery.com>
5120
5121 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5122 and add untested calls.
5123
51242017-01-20 Luis Machado <lgustavo@codesourcery.com>
5125
5126 * gdb.python/python.exp: Check line number against what GDB thinks
5127 the line number is for func1.
5128
51292017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5130
5131 * gdb.dlang/debug-expr.exp: New file.
5132
51332016-12-23 Luis Machado <lgustavo@codesourcery.com>
5134
5135 Fix test names for the following files:
5136
5137 * gdb.ada/exec_changed.exp
5138 * gdb.ada/info_types.exp
5139 * gdb.arch/aarch64-atomic-inst.exp
5140 * gdb.arch/aarch64-fp.exp
5141 * gdb.arch/altivec-abi.exp
5142 * gdb.arch/altivec-regs.exp
5143 * gdb.arch/amd64-byte.exp
5144 * gdb.arch/amd64-disp-step.exp
5145 * gdb.arch/amd64-dword.exp
5146 * gdb.arch/amd64-entry-value-inline.exp
5147 * gdb.arch/amd64-entry-value-param.exp
5148 * gdb.arch/amd64-entry-value-paramref.exp
5149 * gdb.arch/amd64-entry-value.exp
5150 * gdb.arch/amd64-i386-address.exp
5151 * gdb.arch/amd64-invalid-stack-middle.exp
5152 * gdb.arch/amd64-invalid-stack-top.exp
5153 * gdb.arch/amd64-optimout-repeat.exp
5154 * gdb.arch/amd64-prologue-skip.exp
5155 * gdb.arch/amd64-prologue-xmm.exp
5156 * gdb.arch/amd64-stap-special-operands.exp
5157 * gdb.arch/amd64-stap-wrong-subexp.exp
5158 * gdb.arch/amd64-tailcall-cxx.exp
5159 * gdb.arch/amd64-tailcall-noret.exp
5160 * gdb.arch/amd64-tailcall-ret.exp
5161 * gdb.arch/amd64-tailcall-self.exp
5162 * gdb.arch/amd64-word.exp
5163 * gdb.arch/arm-bl-branch-dest.exp
5164 * gdb.arch/arm-disp-step.exp
5165 * gdb.arch/arm-neon.exp
5166 * gdb.arch/arm-single-step-kernel-helper.exp
5167 * gdb.arch/avr-flash-qualifier.exp
5168 * gdb.arch/disp-step-insn-reloc.exp
5169 * gdb.arch/e500-abi.exp
5170 * gdb.arch/e500-regs.exp
5171 * gdb.arch/ftrace-insn-reloc.exp
5172 * gdb.arch/i386-avx512.exp
5173 * gdb.arch/i386-bp_permanent.exp
5174 * gdb.arch/i386-byte.exp
5175 * gdb.arch/i386-cfi-notcurrent.exp
5176 * gdb.arch/i386-disp-step.exp
5177 * gdb.arch/i386-dr3-watch.exp
5178 * gdb.arch/i386-float.exp
5179 * gdb.arch/i386-gnu-cfi.exp
5180 * gdb.arch/i386-mpx-map.exp
5181 * gdb.arch/i386-mpx-sigsegv.exp
5182 * gdb.arch/i386-mpx-simple_segv.exp
5183 * gdb.arch/i386-mpx.exp
5184 * gdb.arch/i386-permbkpt.exp
5185 * gdb.arch/i386-prologue.exp
5186 * gdb.arch/i386-signal.exp
5187 * gdb.arch/i386-size-overlap.exp
5188 * gdb.arch/i386-unwind.exp
5189 * gdb.arch/i386-word.exp
5190 * gdb.arch/mips-fcr.exp
5191 * gdb.arch/powerpc-d128-regs.exp
5192 * gdb.arch/powerpc-stackless.exp
5193 * gdb.arch/ppc64-atomic-inst.exp
5194 * gdb.arch/s390-stackless.exp
5195 * gdb.arch/s390-tdbregs.exp
5196 * gdb.arch/s390-vregs.exp
5197 * gdb.arch/sparc-sysstep.exp
5198 * gdb.arch/thumb-bx-pc.exp
5199 * gdb.arch/thumb-singlestep.exp
5200 * gdb.arch/thumb2-it.exp
5201 * gdb.arch/vsx-regs.exp
5202 * gdb.asm/asm-source.exp
5203 * gdb.base/a2-run.exp
5204 * gdb.base/advance.exp
5205 * gdb.base/all-bin.exp
5206 * gdb.base/anon.exp
5207 * gdb.base/args.exp
5208 * gdb.base/arithmet.exp
5209 * gdb.base/async-shell.exp
5210 * gdb.base/async.exp
5211 * gdb.base/attach-pie-noexec.exp
5212 * gdb.base/attach-twice.exp
5213 * gdb.base/auto-load.exp
5214 * gdb.base/bang.exp
5215 * gdb.base/bitfields.exp
5216 * gdb.base/break-always.exp
5217 * gdb.base/break-caller-line.exp
5218 * gdb.base/break-entry.exp
5219 * gdb.base/break-inline.exp
5220 * gdb.base/break-on-linker-gcd-function.exp
5221 * gdb.base/break-probes.exp
5222 * gdb.base/break.exp
5223 * gdb.base/breakpoint-shadow.exp
5224 * gdb.base/call-ar-st.exp
5225 * gdb.base/call-sc.exp
5226 * gdb.base/call-signal-resume.exp
5227 * gdb.base/call-strs.exp
5228 * gdb.base/callfuncs.exp
5229 * gdb.base/catch-fork-static.exp
5230 * gdb.base/catch-gdb-caused-signals.exp
5231 * gdb.base/catch-load.exp
5232 * gdb.base/catch-signal-fork.exp
5233 * gdb.base/catch-signal.exp
5234 * gdb.base/catch-syscall.exp
5235 * gdb.base/charset.exp
5236 * gdb.base/checkpoint.exp
5237 * gdb.base/chng-syms.exp
5238 * gdb.base/code-expr.exp
5239 * gdb.base/code_elim.exp
5240 * gdb.base/commands.exp
5241 * gdb.base/completion.exp
5242 * gdb.base/complex.exp
5243 * gdb.base/cond-expr.exp
5244 * gdb.base/condbreak.exp
5245 * gdb.base/consecutive.exp
5246 * gdb.base/continue-all-already-running.exp
5247 * gdb.base/coredump-filter.exp
5248 * gdb.base/corefile.exp
5249 * gdb.base/dbx.exp
5250 * gdb.base/debug-expr.exp
5251 * gdb.base/define.exp
5252 * gdb.base/del.exp
5253 * gdb.base/disabled-location.exp
5254 * gdb.base/disasm-end-cu.exp
5255 * gdb.base/disasm-optim.exp
5256 * gdb.base/display.exp
5257 * gdb.base/duplicate-bp.exp
5258 * gdb.base/ena-dis-br.exp
5259 * gdb.base/ending-run.exp
5260 * gdb.base/enumval.exp
5261 * gdb.base/environ.exp
5262 * gdb.base/eu-strip-infcall.exp
5263 * gdb.base/eval-avoid-side-effects.exp
5264 * gdb.base/eval-skip.exp
5265 * gdb.base/exitsignal.exp
5266 * gdb.base/expand-psymtabs.exp
5267 * gdb.base/filesym.exp
5268 * gdb.base/find-unmapped.exp
5269 * gdb.base/finish.exp
5270 * gdb.base/float.exp
5271 * gdb.base/foll-exec-mode.exp
5272 * gdb.base/foll-exec.exp
5273 * gdb.base/foll-fork.exp
5274 * gdb.base/fortran-sym-case.exp
5275 * gdb.base/freebpcmd.exp
5276 * gdb.base/func-ptr.exp
5277 * gdb.base/func-ptrs.exp
5278 * gdb.base/funcargs.exp
5279 * gdb.base/gcore-buffer-overflow.exp
5280 * gdb.base/gcore-relro-pie.exp
5281 * gdb.base/gcore-relro.exp
5282 * gdb.base/gcore.exp
5283 * gdb.base/gdb1090.exp
5284 * gdb.base/gdb11530.exp
5285 * gdb.base/gdb11531.exp
5286 * gdb.base/gdb1821.exp
5287 * gdb.base/gdbindex-stabs.exp
5288 * gdb.base/gdbvars.exp
5289 * gdb.base/hbreak.exp
5290 * gdb.base/hbreak2.exp
5291 * gdb.base/included.exp
5292 * gdb.base/infcall-input.exp
5293 * gdb.base/inferior-died.exp
5294 * gdb.base/infnan.exp
5295 * gdb.base/info-macros.exp
5296 * gdb.base/info-os.exp
5297 * gdb.base/info-proc.exp
5298 * gdb.base/info-shared.exp
5299 * gdb.base/info-target.exp
5300 * gdb.base/infoline.exp
5301 * gdb.base/interp.exp
5302 * gdb.base/interrupt.exp
5303 * gdb.base/jit-reader.exp
5304 * gdb.base/jit-simple.exp
5305 * gdb.base/kill-after-signal.exp
5306 * gdb.base/kill-detach-inferiors-cmd.exp
5307 * gdb.base/label.exp
5308 * gdb.base/langs.exp
5309 * gdb.base/ldbl_e308.exp
5310 * gdb.base/line-symtabs.exp
5311 * gdb.base/linespecs.exp
5312 * gdb.base/list.exp
5313 * gdb.base/long_long.exp
5314 * gdb.base/longest-types.exp
5315 * gdb.base/maint.exp
5316 * gdb.base/max-value-size.exp
5317 * gdb.base/memattr.exp
5318 * gdb.base/mips_pro.exp
5319 * gdb.base/morestack.exp
5320 * gdb.base/moribund-step.exp
5321 * gdb.base/multi-forks.exp
5322 * gdb.base/nested-addr.exp
5323 * gdb.base/nextoverexit.exp
5324 * gdb.base/noreturn-finish.exp
5325 * gdb.base/noreturn-return.exp
5326 * gdb.base/nostdlib.exp
5327 * gdb.base/offsets.exp
5328 * gdb.base/opaque.exp
5329 * gdb.base/pc-fp.exp
5330 * gdb.base/permissions.exp
5331 * gdb.base/print-symbol-loading.exp
5332 * gdb.base/prologue-include.exp
5333 * gdb.base/psymtab.exp
5334 * gdb.base/ptype.exp
5335 * gdb.base/random-signal.exp
5336 * gdb.base/randomize.exp
5337 * gdb.base/range-stepping.exp
5338 * gdb.base/readline-ask.exp
5339 * gdb.base/recpar.exp
5340 * gdb.base/recurse.exp
5341 * gdb.base/relational.exp
5342 * gdb.base/restore.exp
5343 * gdb.base/return-nodebug.exp
5344 * gdb.base/return.exp
5345 * gdb.base/run-after-attach.exp
5346 * gdb.base/save-bp.exp
5347 * gdb.base/scope.exp
5348 * gdb.base/sect-cmd.exp
5349 * gdb.base/set-lang-auto.exp
5350 * gdb.base/set-noassign.exp
5351 * gdb.base/setvar.exp
5352 * gdb.base/sigall.exp
5353 * gdb.base/sigbpt.exp
5354 * gdb.base/siginfo-addr.exp
5355 * gdb.base/siginfo-infcall.exp
5356 * gdb.base/siginfo-obj.exp
5357 * gdb.base/siginfo.exp
5358 * gdb.base/signals-state-child.exp
5359 * gdb.base/signest.exp
5360 * gdb.base/sigstep.exp
5361 * gdb.base/sizeof.exp
5362 * gdb.base/skip.exp
5363 * gdb.base/solib-corrupted.exp
5364 * gdb.base/solib-nodir.exp
5365 * gdb.base/solib-search.exp
5366 * gdb.base/stack-checking.exp
5367 * gdb.base/stale-infcall.exp
5368 * gdb.base/stap-probe.exp
5369 * gdb.base/start.exp
5370 * gdb.base/step-break.exp
5371 * gdb.base/step-bt.exp
5372 * gdb.base/step-line.exp
5373 * gdb.base/step-over-exit.exp
5374 * gdb.base/step-over-syscall.exp
5375 * gdb.base/step-resume-infcall.exp
5376 * gdb.base/step-test.exp
5377 * gdb.base/store.exp
5378 * gdb.base/structs3.exp
5379 * gdb.base/sym-file.exp
5380 * gdb.base/symbol-without-target_section.exp
5381 * gdb.base/term.exp
5382 * gdb.base/testenv.exp
5383 * gdb.base/ui-redirect.exp
5384 * gdb.base/until.exp
5385 * gdb.base/unwindonsignal.exp
5386 * gdb.base/value-double-free.exp
5387 * gdb.base/vla-datatypes.exp
5388 * gdb.base/vla-ptr.exp
5389 * gdb.base/vla-sideeffect.exp
5390 * gdb.base/volatile.exp
5391 * gdb.base/watch-cond-infcall.exp
5392 * gdb.base/watch-cond.exp
5393 * gdb.base/watch-non-mem.exp
5394 * gdb.base/watch-read.exp
5395 * gdb.base/watch-vfork.exp
5396 * gdb.base/watchpoint-cond-gone.exp
5397 * gdb.base/watchpoint-delete.exp
5398 * gdb.base/watchpoint-hw-hit-once.exp
5399 * gdb.base/watchpoint-hw.exp
5400 * gdb.base/watchpoint-stops-at-right-insn.exp
5401 * gdb.base/watchpoints.exp
5402 * gdb.base/wchar.exp
5403 * gdb.base/whatis-exp.exp
5404 * gdb.btrace/buffer-size.exp
5405 * gdb.btrace/data.exp
5406 * gdb.btrace/delta.exp
5407 * gdb.btrace/dlopen.exp
5408 * gdb.btrace/enable.exp
5409 * gdb.btrace/exception.exp
5410 * gdb.btrace/function_call_history.exp
5411 * gdb.btrace/gcore.exp
5412 * gdb.btrace/instruction_history.exp
5413 * gdb.btrace/nohist.exp
5414 * gdb.btrace/reconnect.exp
5415 * gdb.btrace/record_goto-step.exp
5416 * gdb.btrace/record_goto.exp
5417 * gdb.btrace/rn-dl-bind.exp
5418 * gdb.btrace/segv.exp
5419 * gdb.btrace/step.exp
5420 * gdb.btrace/stepi.exp
5421 * gdb.btrace/tailcall-only.exp
5422 * gdb.btrace/tailcall.exp
5423 * gdb.btrace/tsx.exp
5424 * gdb.btrace/unknown_functions.exp
5425 * gdb.btrace/vdso.exp
5426 * gdb.compile/compile-ifunc.exp
5427 * gdb.compile/compile-ops.exp
5428 * gdb.compile/compile-print.exp
5429 * gdb.compile/compile-setjmp.exp
5430 * gdb.cp/abstract-origin.exp
5431 * gdb.cp/ambiguous.exp
5432 * gdb.cp/annota2.exp
5433 * gdb.cp/annota3.exp
5434 * gdb.cp/anon-ns.exp
5435 * gdb.cp/anon-struct.exp
5436 * gdb.cp/anon-union.exp
5437 * gdb.cp/arg-reference.exp
5438 * gdb.cp/baseenum.exp
5439 * gdb.cp/bool.exp
5440 * gdb.cp/breakpoint.exp
5441 * gdb.cp/bs15503.exp
5442 * gdb.cp/call-c.exp
5443 * gdb.cp/casts.exp
5444 * gdb.cp/chained-calls.exp
5445 * gdb.cp/class2.exp
5446 * gdb.cp/classes.exp
5447 * gdb.cp/cmpd-minsyms.exp
5448 * gdb.cp/converts.exp
5449 * gdb.cp/cp-relocate.exp
5450 * gdb.cp/cpcompletion.exp
5451 * gdb.cp/cpexprs.exp
5452 * gdb.cp/cplabel.exp
5453 * gdb.cp/cplusfuncs.exp
5454 * gdb.cp/cpsizeof.exp
5455 * gdb.cp/ctti.exp
5456 * gdb.cp/derivation.exp
5457 * gdb.cp/destrprint.exp
5458 * gdb.cp/dispcxx.exp
5459 * gdb.cp/enum-class.exp
5460 * gdb.cp/exception.exp
5461 * gdb.cp/exceptprint.exp
5462 * gdb.cp/expand-psymtabs-cxx.exp
5463 * gdb.cp/expand-sals.exp
5464 * gdb.cp/extern-c.exp
5465 * gdb.cp/filename.exp
5466 * gdb.cp/formatted-ref.exp
5467 * gdb.cp/fpointer.exp
5468 * gdb.cp/gdb1355.exp
5469 * gdb.cp/gdb2495.exp
5470 * gdb.cp/hang.exp
5471 * gdb.cp/impl-this.exp
5472 * gdb.cp/infcall-dlopen.exp
5473 * gdb.cp/inherit.exp
5474 * gdb.cp/iostream.exp
5475 * gdb.cp/koenig.exp
5476 * gdb.cp/local.exp
5477 * gdb.cp/m-data.exp
5478 * gdb.cp/m-static.exp
5479 * gdb.cp/mb-ctor.exp
5480 * gdb.cp/mb-inline.exp
5481 * gdb.cp/mb-templates.exp
5482 * gdb.cp/member-name.exp
5483 * gdb.cp/member-ptr.exp
5484 * gdb.cp/meth-typedefs.exp
5485 * gdb.cp/method.exp
5486 * gdb.cp/method2.exp
5487 * gdb.cp/minsym-fallback.exp
5488 * gdb.cp/misc.exp
5489 * gdb.cp/namelessclass.exp
5490 * gdb.cp/namespace-enum.exp
5491 * gdb.cp/namespace-nested-import.exp
5492 * gdb.cp/namespace.exp
5493 * gdb.cp/nextoverthrow.exp
5494 * gdb.cp/no-dmgl-verbose.exp
5495 * gdb.cp/non-trivial-retval.exp
5496 * gdb.cp/noparam.exp
5497 * gdb.cp/nsdecl.exp
5498 * gdb.cp/nsimport.exp
5499 * gdb.cp/nsnested.exp
5500 * gdb.cp/nsnoimports.exp
5501 * gdb.cp/nsrecurs.exp
5502 * gdb.cp/nsstress.exp
5503 * gdb.cp/nsusing.exp
5504 * gdb.cp/operator.exp
5505 * gdb.cp/oranking.exp
5506 * gdb.cp/overload-const.exp
5507 * gdb.cp/overload.exp
5508 * gdb.cp/ovldbreak.exp
5509 * gdb.cp/ovsrch.exp
5510 * gdb.cp/paren-type.exp
5511 * gdb.cp/parse-lang.exp
5512 * gdb.cp/pass-by-ref.exp
5513 * gdb.cp/pr-1023.exp
5514 * gdb.cp/pr-1210.exp
5515 * gdb.cp/pr-574.exp
5516 * gdb.cp/pr10687.exp
5517 * gdb.cp/pr12028.exp
5518 * gdb.cp/pr17132.exp
5519 * gdb.cp/pr17494.exp
5520 * gdb.cp/pr9067.exp
5521 * gdb.cp/pr9167.exp
5522 * gdb.cp/pr9631.exp
5523 * gdb.cp/printmethod.exp
5524 * gdb.cp/psmang.exp
5525 * gdb.cp/psymtab-parameter.exp
5526 * gdb.cp/ptype-cv-cp.exp
5527 * gdb.cp/ptype-flags.exp
5528 * gdb.cp/re-set-overloaded.exp
5529 * gdb.cp/ref-types.exp
5530 * gdb.cp/rtti.exp
5531 * gdb.cp/scope-err.exp
5532 * gdb.cp/shadow.exp
5533 * gdb.cp/smartp.exp
5534 * gdb.cp/static-method.exp
5535 * gdb.cp/static-print-quit.exp
5536 * gdb.cp/temargs.exp
5537 * gdb.cp/templates.exp
5538 * gdb.cp/try_catch.exp
5539 * gdb.cp/typedef-operator.exp
5540 * gdb.cp/typeid.exp
5541 * gdb.cp/userdef.exp
5542 * gdb.cp/using-crash.exp
5543 * gdb.cp/var-tag.exp
5544 * gdb.cp/virtbase.exp
5545 * gdb.cp/virtfunc.exp
5546 * gdb.cp/virtfunc2.exp
5547 * gdb.cp/vla-cxx.exp
5548 * gdb.disasm/t01_mov.exp
5549 * gdb.disasm/t02_mova.exp
5550 * gdb.disasm/t03_add.exp
5551 * gdb.disasm/t04_sub.exp
5552 * gdb.disasm/t05_cmp.exp
5553 * gdb.disasm/t06_ari2.exp
5554 * gdb.disasm/t07_ari3.exp
5555 * gdb.disasm/t08_or.exp
5556 * gdb.disasm/t09_xor.exp
5557 * gdb.disasm/t10_and.exp
5558 * gdb.disasm/t11_logs.exp
5559 * gdb.disasm/t12_bit.exp
5560 * gdb.disasm/t13_otr.exp
5561 * gdb.dlang/circular.exp
5562 * gdb.dwarf2/arr-stride.exp
5563 * gdb.dwarf2/arr-subrange.exp
5564 * gdb.dwarf2/atomic-type.exp
5565 * gdb.dwarf2/bad-regnum.exp
5566 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5567 * gdb.dwarf2/callframecfa.exp
5568 * gdb.dwarf2/clztest.exp
5569 * gdb.dwarf2/corrupt.exp
5570 * gdb.dwarf2/data-loc.exp
5571 * gdb.dwarf2/dup-psym.exp
5572 * gdb.dwarf2/dw2-anon-mptr.exp
5573 * gdb.dwarf2/dw2-anonymous-func.exp
5574 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5575 * gdb.dwarf2/dw2-bad-unresolved.exp
5576 * gdb.dwarf2/dw2-basic.exp
5577 * gdb.dwarf2/dw2-canonicalize-type.exp
5578 * gdb.dwarf2/dw2-case-insensitive.exp
5579 * gdb.dwarf2/dw2-common-block.exp
5580 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5581 * gdb.dwarf2/dw2-compressed.exp
5582 * gdb.dwarf2/dw2-const.exp
5583 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5584 * gdb.dwarf2/dw2-cu-size.exp
5585 * gdb.dwarf2/dw2-dup-frame.exp
5586 * gdb.dwarf2/dw2-entry-value.exp
5587 * gdb.dwarf2/dw2-icycle.exp
5588 * gdb.dwarf2/dw2-ifort-parameter.exp
5589 * gdb.dwarf2/dw2-inline-break.exp
5590 * gdb.dwarf2/dw2-inline-param.exp
5591 * gdb.dwarf2/dw2-intercu.exp
5592 * gdb.dwarf2/dw2-intermix.exp
5593 * gdb.dwarf2/dw2-lexical-block-bare.exp
5594 * gdb.dwarf2/dw2-linkage-name-trust.exp
5595 * gdb.dwarf2/dw2-minsym-in-cu.exp
5596 * gdb.dwarf2/dw2-noloc.exp
5597 * gdb.dwarf2/dw2-op-call.exp
5598 * gdb.dwarf2/dw2-op-out-param.exp
5599 * gdb.dwarf2/dw2-opt-structptr.exp
5600 * gdb.dwarf2/dw2-param-error.exp
5601 * gdb.dwarf2/dw2-producer.exp
5602 * gdb.dwarf2/dw2-ranges-base.exp
5603 * gdb.dwarf2/dw2-ref-missing-frame.exp
5604 * gdb.dwarf2/dw2-reg-undefined.exp
5605 * gdb.dwarf2/dw2-regno-invalid.exp
5606 * gdb.dwarf2/dw2-restore.exp
5607 * gdb.dwarf2/dw2-restrict.exp
5608 * gdb.dwarf2/dw2-single-line-discriminators.exp
5609 * gdb.dwarf2/dw2-strp.exp
5610 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5611 * gdb.dwarf2/dw2-unresolved.exp
5612 * gdb.dwarf2/dw2-var-zero-addr.exp
5613 * gdb.dwarf2/dw4-sig-types.exp
5614 * gdb.dwarf2/dwz.exp
5615 * gdb.dwarf2/dynarr-ptr.exp
5616 * gdb.dwarf2/enum-type.exp
5617 * gdb.dwarf2/gdb-index.exp
5618 * gdb.dwarf2/implptr-64bit.exp
5619 * gdb.dwarf2/implptr-optimized-out.exp
5620 * gdb.dwarf2/implptr.exp
5621 * gdb.dwarf2/implref-array.exp
5622 * gdb.dwarf2/implref-const.exp
5623 * gdb.dwarf2/implref-global.exp
5624 * gdb.dwarf2/implref-struct.exp
5625 * gdb.dwarf2/mac-fileno.exp
5626 * gdb.dwarf2/main-subprogram.exp
5627 * gdb.dwarf2/member-ptr-forwardref.exp
5628 * gdb.dwarf2/method-ptr.exp
5629 * gdb.dwarf2/missing-sig-type.exp
5630 * gdb.dwarf2/nonvar-access.exp
5631 * gdb.dwarf2/opaque-type-lookup.exp
5632 * gdb.dwarf2/pieces-optimized-out.exp
5633 * gdb.dwarf2/pieces.exp
5634 * gdb.dwarf2/pr10770.exp
5635 * gdb.dwarf2/pr13961.exp
5636 * gdb.dwarf2/staticvirtual.exp
5637 * gdb.dwarf2/subrange.exp
5638 * gdb.dwarf2/symtab-producer.exp
5639 * gdb.dwarf2/trace-crash.exp
5640 * gdb.dwarf2/typeddwarf.exp
5641 * gdb.dwarf2/valop.exp
5642 * gdb.dwarf2/watch-notconst.exp
5643 * gdb.fortran/array-element.exp
5644 * gdb.fortran/charset.exp
5645 * gdb.fortran/common-block.exp
5646 * gdb.fortran/complex.exp
5647 * gdb.fortran/derived-type-function.exp
5648 * gdb.fortran/derived-type.exp
5649 * gdb.fortran/logical.exp
5650 * gdb.fortran/module.exp
5651 * gdb.fortran/multi-dim.exp
5652 * gdb.fortran/nested-funcs.exp
5653 * gdb.fortran/print-formatted.exp
5654 * gdb.fortran/subarray.exp
5655 * gdb.fortran/vla-alloc-assoc.exp
5656 * gdb.fortran/vla-datatypes.exp
5657 * gdb.fortran/vla-history.exp
5658 * gdb.fortran/vla-ptr-info.exp
5659 * gdb.fortran/vla-ptype-sub.exp
5660 * gdb.fortran/vla-ptype.exp
5661 * gdb.fortran/vla-sizeof.exp
5662 * gdb.fortran/vla-type.exp
5663 * gdb.fortran/vla-value-sub-arbitrary.exp
5664 * gdb.fortran/vla-value-sub-finish.exp
5665 * gdb.fortran/vla-value-sub.exp
5666 * gdb.fortran/vla-value.exp
5667 * gdb.fortran/whatis_type.exp
5668 * gdb.go/chan.exp
5669 * gdb.go/handcall.exp
5670 * gdb.go/hello.exp
5671 * gdb.go/integers.exp
5672 * gdb.go/methods.exp
5673 * gdb.go/package.exp
5674 * gdb.go/strings.exp
5675 * gdb.go/types.exp
5676 * gdb.go/unsafe.exp
5677 * gdb.guile/scm-arch.exp
5678 * gdb.guile/scm-block.exp
5679 * gdb.guile/scm-breakpoint.exp
5680 * gdb.guile/scm-cmd.exp
5681 * gdb.guile/scm-disasm.exp
5682 * gdb.guile/scm-equal.exp
5683 * gdb.guile/scm-frame-args.exp
5684 * gdb.guile/scm-frame-inline.exp
5685 * gdb.guile/scm-frame.exp
5686 * gdb.guile/scm-iterator.exp
5687 * gdb.guile/scm-math.exp
5688 * gdb.guile/scm-objfile.exp
5689 * gdb.guile/scm-ports.exp
5690 * gdb.guile/scm-symbol.exp
5691 * gdb.guile/scm-symtab.exp
5692 * gdb.guile/scm-value-cc.exp
5693 * gdb.guile/types-module.exp
5694 * gdb.linespec/break-ask.exp
5695 * gdb.linespec/cpexplicit.exp
5696 * gdb.linespec/explicit.exp
5697 * gdb.linespec/keywords.exp
5698 * gdb.linespec/linespec.exp
5699 * gdb.linespec/ls-dollar.exp
5700 * gdb.linespec/ls-errs.exp
5701 * gdb.linespec/skip-two.exp
5702 * gdb.linespec/thread.exp
5703 * gdb.mi/mi-async.exp
5704 * gdb.mi/mi-basics.exp
5705 * gdb.mi/mi-break.exp
5706 * gdb.mi/mi-catch-load.exp
5707 * gdb.mi/mi-cli.exp
5708 * gdb.mi/mi-cmd-param-changed.exp
5709 * gdb.mi/mi-console.exp
5710 * gdb.mi/mi-detach.exp
5711 * gdb.mi/mi-disassemble.exp
5712 * gdb.mi/mi-eval.exp
5713 * gdb.mi/mi-file-transfer.exp
5714 * gdb.mi/mi-file.exp
5715 * gdb.mi/mi-fill-memory.exp
5716 * gdb.mi/mi-inheritance-syntax-error.exp
5717 * gdb.mi/mi-linespec-err-cp.exp
5718 * gdb.mi/mi-logging.exp
5719 * gdb.mi/mi-memory-changed.exp
5720 * gdb.mi/mi-read-memory.exp
5721 * gdb.mi/mi-record-changed.exp
5722 * gdb.mi/mi-reg-undefined.exp
5723 * gdb.mi/mi-regs.exp
5724 * gdb.mi/mi-return.exp
5725 * gdb.mi/mi-reverse.exp
5726 * gdb.mi/mi-simplerun.exp
5727 * gdb.mi/mi-solib.exp
5728 * gdb.mi/mi-stack.exp
5729 * gdb.mi/mi-stepi.exp
5730 * gdb.mi/mi-syn-frame.exp
5731 * gdb.mi/mi-until.exp
5732 * gdb.mi/mi-var-block.exp
5733 * gdb.mi/mi-var-child.exp
5734 * gdb.mi/mi-var-cmd.exp
5735 * gdb.mi/mi-var-cp.exp
5736 * gdb.mi/mi-var-display.exp
5737 * gdb.mi/mi-var-invalidate.exp
5738 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5739 * gdb.mi/mi-vla-fortran.exp
5740 * gdb.mi/mi-watch.exp
5741 * gdb.mi/mi2-var-child.exp
5742 * gdb.mi/user-selected-context-sync.exp
5743 * gdb.modula2/unbounded-array.exp
5744 * gdb.multi/dummy-frame-restore.exp
5745 * gdb.multi/multi-arch-exec.exp
5746 * gdb.multi/multi-arch.exp
5747 * gdb.multi/tids.exp
5748 * gdb.multi/watchpoint-multi.exp
5749 * gdb.opencl/callfuncs.exp
5750 * gdb.opencl/convs_casts.exp
5751 * gdb.opencl/datatypes.exp
5752 * gdb.opencl/operators.exp
5753 * gdb.opencl/vec_comps.exp
5754 * gdb.opt/clobbered-registers-O2.exp
5755 * gdb.opt/inline-break.exp
5756 * gdb.opt/inline-bt.exp
5757 * gdb.opt/inline-cmds.exp
5758 * gdb.opt/inline-locals.exp
5759 * gdb.pascal/case-insensitive-symbols.exp
5760 * gdb.pascal/floats.exp
5761 * gdb.pascal/gdb11492.exp
5762 * gdb.python/lib-types.exp
5763 * gdb.python/py-arch.exp
5764 * gdb.python/py-as-string.exp
5765 * gdb.python/py-bad-printers.exp
5766 * gdb.python/py-block.exp
5767 * gdb.python/py-breakpoint-create-fail.exp
5768 * gdb.python/py-breakpoint.exp
5769 * gdb.python/py-caller-is.exp
5770 * gdb.python/py-cmd.exp
5771 * gdb.python/py-explore-cc.exp
5772 * gdb.python/py-explore.exp
5773 * gdb.python/py-finish-breakpoint.exp
5774 * gdb.python/py-finish-breakpoint2.exp
5775 * gdb.python/py-frame-args.exp
5776 * gdb.python/py-frame-inline.exp
5777 * gdb.python/py-frame.exp
5778 * gdb.python/py-framefilter-mi.exp
5779 * gdb.python/py-infthread.exp
5780 * gdb.python/py-lazy-string.exp
5781 * gdb.python/py-linetable.exp
5782 * gdb.python/py-mi-events.exp
5783 * gdb.python/py-mi-objfile.exp
5784 * gdb.python/py-mi.exp
5785 * gdb.python/py-objfile.exp
5786 * gdb.python/py-pp-integral.exp
5787 * gdb.python/py-pp-maint.exp
5788 * gdb.python/py-pp-re-notag.exp
5789 * gdb.python/py-pp-registration.exp
5790 * gdb.python/py-recurse-unwind.exp
5791 * gdb.python/py-strfns.exp
5792 * gdb.python/py-symbol.exp
5793 * gdb.python/py-symtab.exp
5794 * gdb.python/py-sync-interp.exp
5795 * gdb.python/py-typeprint.exp
5796 * gdb.python/py-unwind-maint.exp
5797 * gdb.python/py-unwind.exp
5798 * gdb.python/py-value-cc.exp
5799 * gdb.python/py-xmethods.exp
5800 * gdb.reverse/amd64-tailcall-reverse.exp
5801 * gdb.reverse/break-precsave.exp
5802 * gdb.reverse/break-reverse.exp
5803 * gdb.reverse/consecutive-precsave.exp
5804 * gdb.reverse/consecutive-reverse.exp
5805 * gdb.reverse/finish-precsave.exp
5806 * gdb.reverse/finish-reverse-bkpt.exp
5807 * gdb.reverse/finish-reverse.exp
5808 * gdb.reverse/fstatat-reverse.exp
5809 * gdb.reverse/getresuid-reverse.exp
5810 * gdb.reverse/i386-precsave.exp
5811 * gdb.reverse/i386-reverse.exp
5812 * gdb.reverse/i386-sse-reverse.exp
5813 * gdb.reverse/i387-env-reverse.exp
5814 * gdb.reverse/i387-stack-reverse.exp
5815 * gdb.reverse/insn-reverse.exp
5816 * gdb.reverse/machinestate-precsave.exp
5817 * gdb.reverse/machinestate.exp
5818 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5819 * gdb.reverse/pipe-reverse.exp
5820 * gdb.reverse/readv-reverse.exp
5821 * gdb.reverse/recvmsg-reverse.exp
5822 * gdb.reverse/rerun-prec.exp
5823 * gdb.reverse/s390-mvcle.exp
5824 * gdb.reverse/step-precsave.exp
5825 * gdb.reverse/step-reverse.exp
5826 * gdb.reverse/time-reverse.exp
5827 * gdb.reverse/until-precsave.exp
5828 * gdb.reverse/until-reverse.exp
5829 * gdb.reverse/waitpid-reverse.exp
5830 * gdb.reverse/watch-precsave.exp
5831 * gdb.reverse/watch-reverse.exp
5832 * gdb.rust/generics.exp
5833 * gdb.rust/methods.exp
5834 * gdb.rust/modules.exp
5835 * gdb.rust/simple.exp
5836 * gdb.server/connect-with-no-symbol-file.exp
5837 * gdb.server/ext-attach.exp
5838 * gdb.server/ext-restart.exp
5839 * gdb.server/ext-wrapper.exp
5840 * gdb.server/file-transfer.exp
5841 * gdb.server/server-exec-info.exp
5842 * gdb.server/server-kill.exp
5843 * gdb.server/server-mon.exp
5844 * gdb.server/wrapper.exp
5845 * gdb.stabs/exclfwd.exp
5846 * gdb.stabs/gdb11479.exp
5847 * gdb.threads/clone-new-thread-event.exp
5848 * gdb.threads/corethreads.exp
5849 * gdb.threads/current-lwp-dead.exp
5850 * gdb.threads/dlopen-libpthread.exp
5851 * gdb.threads/gcore-thread.exp
5852 * gdb.threads/sigstep-threads.exp
5853 * gdb.threads/watchpoint-fork.exp
5854 * gdb.trace/actions-changed.exp
5855 * gdb.trace/backtrace.exp
5856 * gdb.trace/change-loc.exp
5857 * gdb.trace/circ.exp
5858 * gdb.trace/collection.exp
5859 * gdb.trace/disconnected-tracing.exp
5860 * gdb.trace/ftrace.exp
5861 * gdb.trace/mi-trace-frame-collected.exp
5862 * gdb.trace/mi-trace-unavailable.exp
5863 * gdb.trace/mi-traceframe-changed.exp
5864 * gdb.trace/mi-tsv-changed.exp
5865 * gdb.trace/no-attach-trace.exp
5866 * gdb.trace/passc-dyn.exp
5867 * gdb.trace/qtro.exp
5868 * gdb.trace/range-stepping.exp
5869 * gdb.trace/read-memory.exp
5870 * gdb.trace/save-trace.exp
5871 * gdb.trace/signal.exp
5872 * gdb.trace/status-stop.exp
5873 * gdb.trace/tfile.exp
5874 * gdb.trace/trace-break.exp
5875 * gdb.trace/trace-buffer-size.exp
5876 * gdb.trace/trace-condition.exp
5877 * gdb.trace/tracefile-pseudo-reg.exp
5878 * gdb.trace/tstatus.exp
5879 * gdb.trace/unavailable.exp
5880 * gdb.trace/while-dyn.exp
5881 * gdb.trace/while-stepping.exp
5882
58832016-12-22 Doug Evans <xdje42@gmail.com>
5884
5885 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5886 and msymbols.
5887
58882016-12-19 Yao Qi <yao.qi@linaro.org>
5889
5890 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5891 (test_with_self): Don't call do_steps_and_nexts, and remove
5892 code about stepping into xmalloc.
5893
58942016-12-09 Yao Qi <yao.qi@linaro.org>
5895
5896 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5897
58982016-12-09 Yao Qi <yao.qi@linaro.org>
5899
5900 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5901
59022016-12-09 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.base/all-architectures-0.exp: New file.
5905 * gdb.base/all-architectures-1.exp: New file.
5906 * gdb.base/all-architectures-2.exp: New file.
5907 * gdb.base/all-architectures-3.exp: New file.
5908 * gdb.base/all-architectures-4.exp: New file.
5909 * gdb.base/all-architectures-5.exp: New file.
5910 * gdb.base/all-architectures-6.exp: New file.
5911 * gdb.base/all-architectures-7.exp: New file.
5912 * gdb.base/all-architectures.exp.in: New file.
5913
59142016-12-09 Yao Qi <yao.qi@linaro.org>
5915
5916 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5917
59182016-12-02 Luis Machado <lgustavo@codesourcery.com>
5919
5920 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5921 possible.
5922 Remove useless pattern-matching code.
5923
59242016-12-02 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5927 procedure.
5928 (top level): Call it.
5929
59302016-12-02 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5933 New procedure.
5934 (top level): Call it.
5935
59362016-12-02 Pedro Alves <palves@redhat.com>
5937
5938 PR cli/20559
5939 * gdb.base/commands.exp (user_defined_command_args_eval): New
5940 procedure.
5941 (top level): Call it.
5942
59432016-12-02 Luis Machado <lgustavo@codesourcery.com>
5944
5945 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5946 timeout handling.
5947
59482016-12-02 Tom Tromey <tom@tromey.com>
5949
5950 * gdb.dwarf2/main-subprogram.c: New file.
5951 * gdb.dwarf2/main-subprogram.exp: New file.
5952
59532016-12-01 Luis Machado <lgustavo@codesourcery.com>
5954
5955 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5956 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5957 gdb_test_no_output for a couple of cases.
5958 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5959
59602016-12-01 Luis Machado <lgustavo@codesourcery.com>
5961
5962 Fix test names and standardize compilation error messages throughout
5963 the following files:
5964
5965 * gdb.ada/start.exp
5966 * gdb.arch/alpha-step.exp
5967 * gdb.arch/e500-prologue.exp
5968 * gdb.arch/ftrace-insn-reloc.exp
5969 * gdb.arch/gdb1291.exp
5970 * gdb.arch/gdb1431.exp
5971 * gdb.arch/gdb1558.exp
5972 * gdb.arch/i386-dr3-watch.exp
5973 * gdb.arch/i386-sse-stack-align.exp
5974 * gdb.arch/ia64-breakpoint-shadow.exp
5975 * gdb.arch/pa-nullify.exp
5976 * gdb.arch/powerpc-aix-prologue.exp
5977 * gdb.arch/thumb-bx-pc.exp
5978 * gdb.base/annota1.exp
5979 * gdb.base/annota3.exp
5980 * gdb.base/arrayidx.exp
5981 * gdb.base/assign.exp
5982 * gdb.base/attach.exp
5983 * gdb.base/auxv.exp
5984 * gdb.base/bang.exp
5985 * gdb.base/bfp-test.exp
5986 * gdb.base/bigcore.exp
5987 * gdb.base/bitfields2.exp
5988 * gdb.base/break-fun-addr.exp
5989 * gdb.base/break-probes.exp
5990 * gdb.base/call-rt-st.exp
5991 * gdb.base/callexit.exp
5992 * gdb.base/catch-fork-kill.exp
5993 * gdb.base/charset.exp
5994 * gdb.base/checkpoint.exp
5995 * gdb.base/comprdebug.exp
5996 * gdb.base/constvars.exp
5997 * gdb.base/coredump-filter.exp
5998 * gdb.base/cursal.exp
5999 * gdb.base/cvexpr.exp
6000 * gdb.base/detach.exp
6001 * gdb.base/display.exp
6002 * gdb.base/dmsym.exp
6003 * gdb.base/dprintf-pending.exp
6004 * gdb.base/dso2dso.exp
6005 * gdb.base/dtrace-probe.exp
6006 * gdb.base/dump.exp
6007 * gdb.base/enum_cond.exp
6008 * gdb.base/exe-lock.exp
6009 * gdb.base/exec-invalid-sysroot.exp
6010 * gdb.base/execl-update-breakpoints.exp
6011 * gdb.base/exprs.exp
6012 * gdb.base/fileio.exp
6013 * gdb.base/find.exp
6014 * gdb.base/finish.exp
6015 * gdb.base/fixsection.exp
6016 * gdb.base/foll-vfork.exp
6017 * gdb.base/frame-args.exp
6018 * gdb.base/gcore.exp
6019 * gdb.base/gdb1250.exp
6020 * gdb.base/global-var-nested-by-dso.exp
6021 * gdb.base/gnu-ifunc.exp
6022 * gdb.base/hashline1.exp
6023 * gdb.base/hashline2.exp
6024 * gdb.base/hashline3.exp
6025 * gdb.base/hbreak-in-shr-unsupported.exp
6026 * gdb.base/huge.exp
6027 * gdb.base/infcall-input.exp
6028 * gdb.base/info-fun.exp
6029 * gdb.base/info-shared.exp
6030 * gdb.base/jit-simple.exp
6031 * gdb.base/jit-so.exp
6032 * gdb.base/jit.exp
6033 * gdb.base/jump.exp
6034 * gdb.base/label.exp
6035 * gdb.base/lineinc.exp
6036 * gdb.base/logical.exp
6037 * gdb.base/longjmp.exp
6038 * gdb.base/macscp.exp
6039 * gdb.base/miscexprs.exp
6040 * gdb.base/new-ui-echo.exp
6041 * gdb.base/new-ui-pending-input.exp
6042 * gdb.base/new-ui.exp
6043 * gdb.base/nodebug.exp
6044 * gdb.base/nofield.exp
6045 * gdb.base/offsets.exp
6046 * gdb.base/overlays.exp
6047 * gdb.base/pending.exp
6048 * gdb.base/pointers.exp
6049 * gdb.base/pr11022.exp
6050 * gdb.base/printcmds.exp
6051 * gdb.base/prologue.exp
6052 * gdb.base/ptr-typedef.exp
6053 * gdb.base/realname-expand.exp
6054 * gdb.base/relativedebug.exp
6055 * gdb.base/relocate.exp
6056 * gdb.base/remote.exp
6057 * gdb.base/reread.exp
6058 * gdb.base/return2.exp
6059 * gdb.base/savedregs.exp
6060 * gdb.base/sep.exp
6061 * gdb.base/sepdebug.exp
6062 * gdb.base/sepsymtab.exp
6063 * gdb.base/set-inferior-tty.exp
6064 * gdb.base/setshow.exp
6065 * gdb.base/shlib-call.exp
6066 * gdb.base/sigaltstack.exp
6067 * gdb.base/siginfo-addr.exp
6068 * gdb.base/signals.exp
6069 * gdb.base/signull.exp
6070 * gdb.base/sigrepeat.exp
6071 * gdb.base/so-impl-ld.exp
6072 * gdb.base/solib-display.exp
6073 * gdb.base/solib-overlap.exp
6074 * gdb.base/solib-search.exp
6075 * gdb.base/solib-symbol.exp
6076 * gdb.base/structs.exp
6077 * gdb.base/structs2.exp
6078 * gdb.base/symtab-search-order.exp
6079 * gdb.base/twice.exp
6080 * gdb.base/unload.exp
6081 * gdb.base/varargs.exp
6082 * gdb.base/watchpoint-solib.exp
6083 * gdb.base/watchpoint.exp
6084 * gdb.base/whatis.exp
6085 * gdb.base/wrong_frame_bt_full.exp
6086 * gdb.btrace/dlopen.exp
6087 * gdb.cell/ea-standalone.exp
6088 * gdb.cell/ea-test.exp
6089 * gdb.cp/dispcxx.exp
6090 * gdb.cp/gdb2384.exp
6091 * gdb.cp/method2.exp
6092 * gdb.cp/nextoverthrow.exp
6093 * gdb.cp/pr10728.exp
6094 * gdb.disasm/am33.exp
6095 * gdb.disasm/h8300s.exp
6096 * gdb.disasm/mn10300.exp
6097 * gdb.disasm/sh3.exp
6098 * gdb.dwarf2/dw2-dir-file-name.exp
6099 * gdb.fortran/complex.exp
6100 * gdb.fortran/library-module.exp
6101 * gdb.guile/scm-pretty-print.exp
6102 * gdb.guile/scm-symbol.exp
6103 * gdb.guile/scm-type.exp
6104 * gdb.guile/scm-value.exp
6105 * gdb.linespec/linespec.exp
6106 * gdb.mi/gdb701.exp
6107 * gdb.mi/gdb792.exp
6108 * gdb.mi/mi-breakpoint-changed.exp
6109 * gdb.mi/mi-dprintf-pending.exp
6110 * gdb.mi/mi-dprintf.exp
6111 * gdb.mi/mi-exit-code.exp
6112 * gdb.mi/mi-pending.exp
6113 * gdb.mi/mi-solib.exp
6114 * gdb.mi/new-ui-mi-sync.exp
6115 * gdb.mi/pr11022.exp
6116 * gdb.mi/user-selected-context-sync.exp
6117 * gdb.opt/solib-intra-step.exp
6118 * gdb.python/py-events.exp
6119 * gdb.python/py-finish-breakpoint.exp
6120 * gdb.python/py-mi.exp
6121 * gdb.python/py-prettyprint.exp
6122 * gdb.python/py-shared.exp
6123 * gdb.python/py-symbol.exp
6124 * gdb.python/py-template.exp
6125 * gdb.python/py-type.exp
6126 * gdb.python/py-value.exp
6127 * gdb.reverse/solib-precsave.exp
6128 * gdb.reverse/solib-reverse.exp
6129 * gdb.server/solib-list.exp
6130 * gdb.stabs/weird.exp
6131 * gdb.threads/reconnect-signal.exp
6132 * gdb.threads/stepi-random-signal.exp
6133 * gdb.trace/actions.exp
6134 * gdb.trace/ax.exp
6135 * gdb.trace/backtrace.exp
6136 * gdb.trace/change-loc.exp
6137 * gdb.trace/deltrace.exp
6138 * gdb.trace/ftrace-lock.exp
6139 * gdb.trace/ftrace.exp
6140 * gdb.trace/infotrace.exp
6141 * gdb.trace/mi-tracepoint-changed.exp
6142 * gdb.trace/packetlen.exp
6143 * gdb.trace/passcount.exp
6144 * gdb.trace/pending.exp
6145 * gdb.trace/range-stepping.exp
6146 * gdb.trace/report.exp
6147 * gdb.trace/stap-trace.exp
6148 * gdb.trace/tfind.exp
6149 * gdb.trace/trace-break.exp
6150 * gdb.trace/trace-condition.exp
6151 * gdb.trace/trace-enable-disable.exp
6152 * gdb.trace/trace-mt.exp
6153 * gdb.trace/tracecmd.exp
6154 * gdb.trace/tspeed.exp
6155 * gdb.trace/tsv.exp
6156 * lib/perftest.exp
6157
61582016-12-01 Luis Machado <lgustavo@codesourcery.com>
6159
6160 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6161 with gdb_test_no_output.
6162 Use command as test name.
6163
61642016-12-01 Luis Machado <lgustavo@codesourcery.com>
6165
6166 Fix test names starting with uppercase throughout the files.
6167
6168 * gdb.ada/assign_1.exp
6169 * gdb.ada/boolean_expr.exp
6170 * gdb.base/arrayidx.exp
6171 * gdb.base/del.exp
6172 * gdb.base/gcore-buffer-overflow.exp
6173 * gdb.base/testenv.exp
6174 * gdb.compile/compile.exp
6175 * gdb.python/py-framefilter-invalidarg.exp
6176 * gdb.python/py-framefilter.exp
6177
61782016-12-01 Luis Machado <lgustavo@codesourcery.com>
6179
6180 Fix test names starting with uppercase throughout the files.
6181
6182 * gdb.ada/array_return.exp
6183 * gdb.ada/expr_delims.exp
6184 * gdb.ada/mi_dyn_arr.exp
6185 * gdb.ada/mi_interface.exp
6186 * gdb.ada/mi_var_array.exp
6187 * gdb.ada/watch_arg.exp
6188 * gdb.arch/alpha-step.exp
6189 * gdb.arch/altivec-regs.exp
6190 * gdb.arch/e500-regs.exp
6191 * gdb.arch/powerpc-d128-regs.exp
6192 * gdb.base/arrayidx.exp
6193 * gdb.base/break.exp
6194 * gdb.base/checkpoint.exp
6195 * gdb.base/debug-expr.exp
6196 * gdb.base/dmsym.exp
6197 * gdb.base/radix.exp
6198 * gdb.base/sepdebug.exp
6199 * gdb.base/testenv.exp
6200 * gdb.base/watch_thread_num.exp
6201 * gdb.base/watchpoint-cond-gone.exp
6202 * gdb.cell/break.exp
6203 * gdb.cell/ea-cache.exp
6204 * gdb.compile/compile.exp
6205 * gdb.cp/gdb2495.exp
6206 * gdb.gdb/selftest.exp
6207 * gdb.gdb/xfullpath.exp
6208 * gdb.go/hello.exp
6209 * gdb.go/integers.exp
6210 * gdb.objc/basicclass.exp
6211 * gdb.pascal/hello.exp
6212 * gdb.pascal/integers.exp
6213 * gdb.python/py-breakpoint.exp
6214 * gdb.python/py-cmd.exp
6215 * gdb.python/py-linetable.exp
6216 * gdb.python/py-xmethods.exp
6217 * gdb.python/python.exp
6218 * gdb.reverse/consecutive-precsave.exp
6219 * gdb.reverse/finish-precsave.exp
6220 * gdb.reverse/i386-precsave.exp
6221 * gdb.reverse/machinestate-precsave.exp
6222 * gdb.reverse/sigall-precsave.exp
6223 * gdb.reverse/solib-precsave.exp
6224 * gdb.reverse/step-precsave.exp
6225 * gdb.reverse/until-precsave.exp
6226 * gdb.reverse/watch-precsave.exp
6227 * gdb.threads/leader-exit.exp
6228 * gdb.threads/pthreads.exp
6229 * gdb.threads/wp-replication.exp
6230 * gdb.trace/actions.exp
6231 * gdb.trace/mi-tsv-changed.exp
6232 * gdb.trace/tsv.exp
6233
62342016-12-01 Luis Machado <lgustavo@codesourcery.com>
6235
6236 Fix test names starting with uppercase throughout the files.
6237
6238 * gdb.arch/i386-bp_permanent.exp
6239 * gdb.arch/i386-gnu-cfi.exp
6240 * gdb.base/disasm-end-cu.exp
6241 * gdb.base/macscp.exp
6242 * gdb.base/pending.exp
6243 * gdb.base/watch_thread_num.exp
6244 * gdb.cp/exception.exp
6245 * gdb.cp/gdb2495.exp
6246 * gdb.cp/local.exp
6247 * gdb.python/py-evsignal.exp
6248 * gdb.python/python.exp
6249 * gdb.trace/tracecmd.exp
6250
62512016-12-01 Luis Machado <lgustavo@codesourcery.com>
6252
6253 Fix test names starting with uppercase throughout the files.
6254
6255 * gdb.base/charset.exp
6256 * gdb.base/eval.exp
6257 * gdb.base/multi-forks.exp
6258 * gdb.guile/scm-progspace.exp
6259 * gdb.opencl/datatypes.exp
6260 * gdb.python/py-block.exp
6261 * gdb.python/py-function.exp
6262 * gdb.python/py-symbol.exp
6263 * gdb.python/py-symtab.exp
6264 * gdb.python/py-xmethods.exp
6265 * gdb.reverse/break-precsave.exp
6266 * gdb.reverse/break-reverse.exp
6267 * gdb.reverse/consecutive-precsave.exp
6268 * gdb.reverse/consecutive-reverse.exp
6269 * gdb.reverse/finish-precsave.exp
6270 * gdb.reverse/finish-reverse-bkpt.exp
6271 * gdb.reverse/finish-reverse.exp
6272 * gdb.reverse/fstatat-reverse.exp
6273 * gdb.reverse/getresuid-reverse.exp
6274 * gdb.reverse/i386-precsave.exp
6275 * gdb.reverse/i386-reverse.exp
6276 * gdb.reverse/i386-sse-reverse.exp
6277 * gdb.reverse/i387-stack-reverse.exp
6278 * gdb.reverse/insn-reverse.exp
6279 * gdb.reverse/machinestate-precsave.exp
6280 * gdb.reverse/machinestate.exp
6281 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6282 * gdb.reverse/pipe-reverse.exp
6283 * gdb.reverse/readv-reverse.exp
6284 * gdb.reverse/recvmsg-reverse.exp
6285 * gdb.reverse/rerun-prec.exp
6286 * gdb.reverse/s390-mvcle.exp
6287 * gdb.reverse/sigall-precsave.exp
6288 * gdb.reverse/sigall-reverse.exp
6289 * gdb.reverse/solib-precsave.exp
6290 * gdb.reverse/solib-reverse.exp
6291 * gdb.reverse/step-precsave.exp
6292 * gdb.reverse/step-reverse.exp
6293 * gdb.reverse/time-reverse.exp
6294 * gdb.reverse/until-precsave.exp
6295 * gdb.reverse/until-reverse.exp
6296 * gdb.reverse/waitpid-reverse.exp
6297 * gdb.reverse/watch-precsave.exp
6298 * gdb.reverse/watch-reverse.exp
6299
63002016-12-01 Luis Machado <lgustavo@codesourcery.com>
6301
6302 Fix test names starting with uppercase throughout the files.
6303
6304 * gdb.arch/i386-mpx-simple_segv.exp
6305 * gdb.arch/i386-mpx.exp
6306 * gdb.arch/i386-permbkpt.exp
6307 * gdb.arch/pa-nullify.exp
6308 * gdb.arch/powerpc-d128-regs.exp
6309 * gdb.arch/vsx-regs.exp
6310 * gdb.base/bfp-test.exp
6311 * gdb.base/break.exp
6312 * gdb.base/breakpoint-shadow.exp
6313 * gdb.base/callfuncs.exp
6314 * gdb.base/charset.exp
6315 * gdb.base/commands.exp
6316 * gdb.base/completion.exp
6317 * gdb.base/dfp-test.exp
6318 * gdb.base/echo.exp
6319 * gdb.base/ending-run.exp
6320 * gdb.base/eval.exp
6321 * gdb.base/expand-psymtabs.exp
6322 * gdb.base/float128.exp
6323 * gdb.base/floatn.exp
6324 * gdb.base/foll-exec-mode.exp
6325 * gdb.base/gdb1056.exp
6326 * gdb.base/gdb11531.exp
6327 * gdb.base/kill-after-signal.exp
6328 * gdb.base/multi-forks.exp
6329 * gdb.base/overlays.exp
6330 * gdb.base/pending.exp
6331 * gdb.base/sepdebug.exp
6332 * gdb.base/testenv.exp
6333 * gdb.base/valgrind-db-attach.exp
6334 * gdb.base/watch_thread_num.exp
6335 * gdb.base/watchpoint-cond-gone.exp
6336 * gdb.base/watchpoint.exp
6337 * gdb.base/watchpoints.exp
6338 * gdb.cp/arg-reference.exp
6339 * gdb.cp/baseenum.exp
6340 * gdb.cp/operator.exp
6341 * gdb.cp/shadow.exp
6342 * gdb.dwarf2/dw2-op-out-param.exp
6343 * gdb.dwarf2/dw2-reg-undefined.exp
6344 * gdb.go/chan.exp
6345 * gdb.go/hello.exp
6346 * gdb.go/integers.exp
6347 * gdb.go/methods.exp
6348 * gdb.go/package.exp
6349 * gdb.guile/scm-parameter.exp
6350 * gdb.guile/scm-progspace.exp
6351 * gdb.guile/scm-value.exp
6352 * gdb.mi/mi-pending.exp
6353 * gdb.mi/user-selected-context-sync.exp
6354 * gdb.multi/multi-attach.exp
6355 * gdb.multi/tids.exp
6356 * gdb.opt/clobbered-registers-O2.exp
6357 * gdb.pascal/floats.exp
6358 * gdb.pascal/integers.exp
6359 * gdb.python/py-block.exp
6360 * gdb.python/py-events.exp
6361 * gdb.python/py-parameter.exp
6362 * gdb.python/py-symbol.exp
6363 * gdb.python/py-symtab.exp
6364 * gdb.python/py-type.exp
6365 * gdb.python/py-value.exp
6366 * gdb.python/py-xmethods.exp
6367 * gdb.python/python.exp
6368 * gdb.reverse/break-precsave.exp
6369 * gdb.reverse/consecutive-precsave.exp
6370 * gdb.reverse/finish-precsave.exp
6371 * gdb.reverse/i386-precsave.exp
6372 * gdb.reverse/machinestate-precsave.exp
6373 * gdb.reverse/sigall-precsave.exp
6374 * gdb.reverse/solib-precsave.exp
6375 * gdb.reverse/step-precsave.exp
6376 * gdb.reverse/until-precsave.exp
6377 * gdb.reverse/watch-precsave.exp
6378 * gdb.server/ext-attach.exp
6379 * gdb.server/ext-restart.exp
6380 * gdb.server/ext-run.exp
6381 * gdb.server/ext-wrapper.exp
6382 * gdb.stabs/gdb11479.exp
6383 * gdb.stabs/weird.exp
6384 * gdb.threads/attach-many-short-lived-threads.exp
6385 * gdb.threads/kill.exp
6386 * gdb.threads/watchpoint-fork.exp
6387
63882016-12-01 Luis Machado <lgustavo@codesourcery.com>
6389
6390 Fix test names starting with uppercase throughout all the files below.
6391
6392 * gdb.ada/array_return.exp
6393 * gdb.ada/catch_ex.exp
6394 * gdb.ada/info_exc.exp
6395 * gdb.ada/mi_catch_ex.exp
6396 * gdb.ada/mi_dyn_arr.exp
6397 * gdb.ada/mi_ex_cond.exp
6398 * gdb.ada/mi_exc_info.exp
6399 * gdb.ada/mi_interface.exp
6400 * gdb.ada/mi_task_arg.exp
6401 * gdb.ada/mi_task_info.exp
6402 * gdb.ada/mi_var_array.exp
6403 * gdb.arch/alpha-step.exp
6404 * gdb.arch/amd64-disp-step.exp
6405 * gdb.arch/arm-disp-step.exp
6406 * gdb.arch/disp-step-insn-reloc.exp
6407 * gdb.arch/e500-prologue.exp
6408 * gdb.arch/ftrace-insn-reloc.exp
6409 * gdb.arch/gdb1558.exp
6410 * gdb.arch/i386-bp_permanent.exp
6411 * gdb.arch/i386-disp-step.exp
6412 * gdb.arch/i386-float.exp
6413 * gdb.arch/i386-gnu-cfi.exp
6414 * gdb.arch/ia64-breakpoint-shadow.exp
6415 * gdb.arch/mips16-thunks.exp
6416 * gdb.arch/pa-nullify.exp
6417 * gdb.arch/powerpc-aix-prologue.exp
6418 * gdb.arch/powerpc-power.exp
6419 * gdb.arch/ppc-dfp.exp
6420 * gdb.arch/s390-tdbregs.exp
6421 * gdb.arch/spu-info.exp
6422 * gdb.arch/spu-ls.exp
6423 * gdb.arch/thumb-bx-pc.exp
6424 * gdb.base/advance.exp
6425 * gdb.base/annota-input-while-running.exp
6426 * gdb.base/arrayidx.exp
6427 * gdb.base/asmlabel.exp
6428 * gdb.base/async.exp
6429 * gdb.base/attach-wait-input.exp
6430 * gdb.base/auto-connect-native-target.exp
6431 * gdb.base/batch-preserve-term-settings.exp
6432 * gdb.base/bfp-test.exp
6433 * gdb.base/bigcore.exp
6434 * gdb.base/bp-permanent.exp
6435 * gdb.base/break-always.exp
6436 * gdb.base/break-fun-addr.exp
6437 * gdb.base/break-idempotent.exp
6438 * gdb.base/break-main-file-remove-fail.exp
6439 * gdb.base/break-probes.exp
6440 * gdb.base/break-unload-file.exp
6441 * gdb.base/break.exp
6442 * gdb.base/call-ar-st.exp
6443 * gdb.base/call-rt-st.exp
6444 * gdb.base/call-sc.exp
6445 * gdb.base/call-signal-resume.exp
6446 * gdb.base/call-strs.exp
6447 * gdb.base/callexit.exp
6448 * gdb.base/callfuncs.exp
6449 * gdb.base/catch-gdb-caused-signals.exp
6450 * gdb.base/catch-signal-siginfo-cond.exp
6451 * gdb.base/catch-syscall.exp
6452 * gdb.base/compare-sections.exp
6453 * gdb.base/cond-eval-mode.exp
6454 * gdb.base/condbreak-call-false.exp
6455 * gdb.base/consecutive-step-over.exp
6456 * gdb.base/cursal.exp
6457 * gdb.base/disabled-location.exp
6458 * gdb.base/disasm-end-cu.exp
6459 * gdb.base/display.exp
6460 * gdb.base/double-prompt-target-event-error.exp
6461 * gdb.base/dprintf-bp-same-addr.exp
6462 * gdb.base/dprintf-detach.exp
6463 * gdb.base/dprintf-next.exp
6464 * gdb.base/dprintf-non-stop.exp
6465 * gdb.base/dprintf-pending.exp
6466 * gdb.base/dso2dso.exp
6467 * gdb.base/ending-run.exp
6468 * gdb.base/enum_cond.exp
6469 * gdb.base/examine-backward.exp
6470 * gdb.base/exe-lock.exp
6471 * gdb.base/exec-invalid-sysroot.exp
6472 * gdb.base/execl-update-breakpoints.exp
6473 * gdb.base/execution-termios.exp
6474 * gdb.base/fileio.exp
6475 * gdb.base/fixsection.exp
6476 * gdb.base/foll-exec-mode.exp
6477 * gdb.base/foll-exec.exp
6478 * gdb.base/fork-running-state.exp
6479 * gdb.base/frame-args.exp
6480 * gdb.base/fullpath-expand.exp
6481 * gdb.base/func-ptr.exp
6482 * gdb.base/gcore-relro-pie.exp
6483 * gdb.base/gdb1090.exp
6484 * gdb.base/gdb1555.exp
6485 * gdb.base/global-var-nested-by-dso.exp
6486 * gdb.base/gnu-ifunc.exp
6487 * gdb.base/hbreak-in-shr-unsupported.exp
6488 * gdb.base/hbreak-unmapped.exp
6489 * gdb.base/hook-stop.exp
6490 * gdb.base/infcall-input.exp
6491 * gdb.base/info-fun.exp
6492 * gdb.base/info-shared.exp
6493 * gdb.base/interrupt-noterm.exp
6494 * gdb.base/jit-so.exp
6495 * gdb.base/jit.exp
6496 * gdb.base/line-symtabs.exp
6497 * gdb.base/list.exp
6498 * gdb.base/longjmp.exp
6499 * gdb.base/macscp.exp
6500 * gdb.base/max-value-size.exp
6501 * gdb.base/nodebug.exp
6502 * gdb.base/nofield.exp
6503 * gdb.base/overlays.exp
6504 * gdb.base/paginate-after-ctrl-c-running.exp
6505 * gdb.base/paginate-bg-execution.exp
6506 * gdb.base/paginate-inferior-exit.exp
6507 * gdb.base/pending.exp
6508 * gdb.base/pr11022.exp
6509 * gdb.base/printcmds.exp
6510 * gdb.base/ptr-typedef.exp
6511 * gdb.base/ptype.exp
6512 * gdb.base/randomize.exp
6513 * gdb.base/range-stepping.exp
6514 * gdb.base/realname-expand.exp
6515 * gdb.base/relativedebug.exp
6516 * gdb.base/remote.exp
6517 * gdb.base/savedregs.exp
6518 * gdb.base/sepdebug.exp
6519 * gdb.base/set-noassign.exp
6520 * gdb.base/shlib-call.exp
6521 * gdb.base/shreloc.exp
6522 * gdb.base/sigaltstack.exp
6523 * gdb.base/sigbpt.exp
6524 * gdb.base/siginfo-addr.exp
6525 * gdb.base/siginfo-obj.exp
6526 * gdb.base/siginfo-thread.exp
6527 * gdb.base/signest.exp
6528 * gdb.base/signull.exp
6529 * gdb.base/sigrepeat.exp
6530 * gdb.base/skip.exp
6531 * gdb.base/so-impl-ld.exp
6532 * gdb.base/solib-corrupted.exp
6533 * gdb.base/solib-disc.exp
6534 * gdb.base/solib-display.exp
6535 * gdb.base/solib-overlap.exp
6536 * gdb.base/solib-search.exp
6537 * gdb.base/solib-symbol.exp
6538 * gdb.base/source-execution.exp
6539 * gdb.base/sss-bp-on-user-bp-2.exp
6540 * gdb.base/sss-bp-on-user-bp.exp
6541 * gdb.base/stack-checking.exp
6542 * gdb.base/stale-infcall.exp
6543 * gdb.base/step-break.exp
6544 * gdb.base/step-line.exp
6545 * gdb.base/step-over-exit.exp
6546 * gdb.base/step-test.exp
6547 * gdb.base/structs.exp
6548 * gdb.base/sym-file.exp
6549 * gdb.base/symtab-search-order.exp
6550 * gdb.base/term.exp
6551 * gdb.base/type-opaque.exp
6552 * gdb.base/unload.exp
6553 * gdb.base/until-nodebug.exp
6554 * gdb.base/until.exp
6555 * gdb.base/unwindonsignal.exp
6556 * gdb.base/watch-cond.exp
6557 * gdb.base/watch-non-mem.exp
6558 * gdb.base/watch_thread_num.exp
6559 * gdb.base/watchpoint-reuse-slot.exp
6560 * gdb.base/watchpoint-solib.exp
6561 * gdb.base/watchpoint.exp
6562 * gdb.btrace/dlopen.exp
6563 * gdb.cell/arch.exp
6564 * gdb.cell/break.exp
6565 * gdb.cell/bt.exp
6566 * gdb.cell/core.exp
6567 * gdb.cell/data.exp
6568 * gdb.cell/dwarfaddr.exp
6569 * gdb.cell/ea-cache.exp
6570 * gdb.cell/ea-standalone.exp
6571 * gdb.cell/ea-test.exp
6572 * gdb.cell/f-regs.exp
6573 * gdb.cell/fork.exp
6574 * gdb.cell/gcore.exp
6575 * gdb.cell/mem-access.exp
6576 * gdb.cell/ptype.exp
6577 * gdb.cell/registers.exp
6578 * gdb.cell/sizeof.exp
6579 * gdb.cell/solib-symbol.exp
6580 * gdb.cell/solib.exp
6581 * gdb.compile/compile-tls.exp
6582 * gdb.cp/exception.exp
6583 * gdb.cp/gdb2495.exp
6584 * gdb.cp/local.exp
6585 * gdb.cp/mb-inline.exp
6586 * gdb.cp/mb-templates.exp
6587 * gdb.cp/pr10687.exp
6588 * gdb.cp/pr9167.exp
6589 * gdb.cp/scope-err.exp
6590 * gdb.cp/templates.exp
6591 * gdb.cp/virtfunc.exp
6592 * gdb.dwarf2/dw2-dir-file-name.exp
6593 * gdb.dwarf2/dw2-single-line-discriminators.exp
6594 * gdb.fortran/complex.exp
6595 * gdb.fortran/library-module.exp
6596 * gdb.guile/guile.exp
6597 * gdb.guile/scm-cmd.exp
6598 * gdb.guile/scm-frame-inline.exp
6599 * gdb.guile/scm-objfile.exp
6600 * gdb.guile/scm-pretty-print.exp
6601 * gdb.guile/scm-symbol.exp
6602 * gdb.guile/scm-type.exp
6603 * gdb.guile/scm-value.exp
6604 * gdb.linespec/keywords.exp
6605 * gdb.linespec/ls-errs.exp
6606 * gdb.linespec/macro-relative.exp
6607 * gdb.linespec/thread.exp
6608 * gdb.mi/mi-breakpoint-changed.exp
6609 * gdb.mi/mi-dprintf-pending.exp
6610 * gdb.mi/mi-fullname-deleted.exp
6611 * gdb.mi/mi-logging.exp
6612 * gdb.mi/mi-pending.exp
6613 * gdb.mi/mi-solib.exp
6614 * gdb.mi/new-ui-mi-sync.exp
6615 * gdb.mi/user-selected-context-sync.exp
6616 * gdb.multi/dummy-frame-restore.exp
6617 * gdb.multi/multi-arch-exec.exp
6618 * gdb.multi/remove-inferiors.exp
6619 * gdb.multi/watchpoint-multi-exit.exp
6620 * gdb.opt/solib-intra-step.exp
6621 * gdb.perf/backtrace.exp
6622 * gdb.perf/single-step.exp
6623 * gdb.perf/skip-command.exp
6624 * gdb.perf/skip-prologue.exp
6625 * gdb.perf/solib.exp
6626 * gdb.python/lib-types.exp
6627 * gdb.python/py-as-string.exp
6628 * gdb.python/py-bad-printers.exp
6629 * gdb.python/py-block.exp
6630 * gdb.python/py-breakpoint.exp
6631 * gdb.python/py-cmd.exp
6632 * gdb.python/py-events.exp
6633 * gdb.python/py-evthreads.exp
6634 * gdb.python/py-finish-breakpoint.exp
6635 * gdb.python/py-finish-breakpoint2.exp
6636 * gdb.python/py-frame-inline.exp
6637 * gdb.python/py-frame.exp
6638 * gdb.python/py-inferior.exp
6639 * gdb.python/py-infthread.exp
6640 * gdb.python/py-mi.exp
6641 * gdb.python/py-objfile.exp
6642 * gdb.python/py-pp-maint.exp
6643 * gdb.python/py-pp-registration.exp
6644 * gdb.python/py-prettyprint.exp
6645 * gdb.python/py-recurse-unwind.exp
6646 * gdb.python/py-shared.exp
6647 * gdb.python/py-symbol.exp
6648 * gdb.python/py-symtab.exp
6649 * gdb.python/py-template.exp
6650 * gdb.python/py-type.exp
6651 * gdb.python/py-unwind-maint.exp
6652 * gdb.python/py-unwind.exp
6653 * gdb.python/py-value.exp
6654 * gdb.python/python.exp
6655 * gdb.reverse/finish-reverse-bkpt.exp
6656 * gdb.reverse/insn-reverse.exp
6657 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6658 * gdb.reverse/solib-precsave.exp
6659 * gdb.reverse/solib-reverse.exp
6660 * gdb.stabs/gdb11479.exp
6661 * gdb.stabs/weird.exp
6662 * gdb.threads/fork-child-threads.exp
6663 * gdb.threads/fork-plus-threads.exp
6664 * gdb.threads/fork-thread-pending.exp
6665 * gdb.threads/forking-threads-plus-breakpoint.exp
6666 * gdb.threads/hand-call-in-threads.exp
6667 * gdb.threads/interrupted-hand-call.exp
6668 * gdb.threads/linux-dp.exp
6669 * gdb.threads/local-watch-wrong-thread.exp
6670 * gdb.threads/next-while-other-thread-longjmps.exp
6671 * gdb.threads/non-ldr-exit.exp
6672 * gdb.threads/pending-step.exp
6673 * gdb.threads/print-threads.exp
6674 * gdb.threads/process-dies-while-detaching.exp
6675 * gdb.threads/process-dies-while-handling-bp.exp
6676 * gdb.threads/pthreads.exp
6677 * gdb.threads/queue-signal.exp
6678 * gdb.threads/reconnect-signal.exp
6679 * gdb.threads/signal-command-handle-nopass.exp
6680 * gdb.threads/signal-command-multiple-signals-pending.exp
6681 * gdb.threads/signal-delivered-right-thread.exp
6682 * gdb.threads/signal-sigtrap.exp
6683 * gdb.threads/sigthread.exp
6684 * gdb.threads/staticthreads.exp
6685 * gdb.threads/stepi-random-signal.exp
6686 * gdb.threads/thread-unwindonsignal.exp
6687 * gdb.threads/thread_check.exp
6688 * gdb.threads/thread_events.exp
6689 * gdb.threads/tid-reuse.exp
6690 * gdb.threads/tls-nodebug.exp
6691 * gdb.threads/tls-shared.exp
6692 * gdb.threads/tls-so_extern.exp
6693 * gdb.threads/tls.exp
6694 * gdb.threads/wp-replication.exp
6695 * gdb.trace/actions-changed.exp
6696 * gdb.trace/actions.exp
6697 * gdb.trace/backtrace.exp
6698 * gdb.trace/change-loc.exp
6699 * gdb.trace/collection.exp
6700 * gdb.trace/deltrace.exp
6701 * gdb.trace/disconnected-tracing.exp
6702 * gdb.trace/entry-values.exp
6703 * gdb.trace/ftrace-lock.exp
6704 * gdb.trace/ftrace.exp
6705 * gdb.trace/infotrace.exp
6706 * gdb.trace/mi-trace-frame-collected.exp
6707 * gdb.trace/mi-trace-unavailable.exp
6708 * gdb.trace/mi-traceframe-changed.exp
6709 * gdb.trace/mi-tracepoint-changed.exp
6710 * gdb.trace/mi-tsv-changed.exp
6711 * gdb.trace/no-attach-trace.exp
6712 * gdb.trace/packetlen.exp
6713 * gdb.trace/passc-dyn.exp
6714 * gdb.trace/passcount.exp
6715 * gdb.trace/pending.exp
6716 * gdb.trace/pr16508.exp
6717 * gdb.trace/qtro.exp
6718 * gdb.trace/range-stepping.exp
6719 * gdb.trace/read-memory.exp
6720 * gdb.trace/report.exp
6721 * gdb.trace/save-trace.exp
6722 * gdb.trace/signal.exp
6723 * gdb.trace/stap-trace.exp
6724 * gdb.trace/status-stop.exp
6725 * gdb.trace/strace.exp
6726 * gdb.trace/tfile.exp
6727 * gdb.trace/tfind.exp
6728 * gdb.trace/trace-break.exp
6729 * gdb.trace/trace-condition.exp
6730 * gdb.trace/trace-enable-disable.exp
6731 * gdb.trace/trace-mt.exp
6732 * gdb.trace/tracecmd.exp
6733 * gdb.trace/tracefile-pseudo-reg.exp
6734 * gdb.trace/tspeed.exp
6735 * gdb.trace/tstatus.exp
6736 * gdb.trace/tsv.exp
6737 * gdb.trace/unavailable.exp
6738 * gdb.trace/while-dyn.exp
6739 * gdb.trace/while-stepping.exp
6740 * lib/gdb-guile.exp
6741 * lib/gdb.exp
6742 * lib/mi-support.exp
6743 * lib/pascal.exp
6744 * lib/perftest.exp
6745 * lib/prelink-support.exp
6746 * lib/selftest-support.exp
6747
67482016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6749
6750 * Makefile.in: Include disable-implicit-rules.mk.
6751
67522016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6753
6754 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6755 non-byte-aligned bit fields.
6756
67572016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6758
6759 PR gdb/12616
6760 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6761 respects the DW_AT_data_bit_offset attribute.
6762
67632016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6764
6765 * gdb.base/default.exp: Fix output of "set language".
6766
67672016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6768
6769 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6770 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6771 make.
6772 * configure.ac: Remove checks for the make program.
6773 * configure: Re-generate.
6774
67752016-11-16 Kevin Buettner <kevinb@redhat.com>
6776
6777 * gdb.python/py-recurse-unwind.c (main): Add loop.
6778 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6779 to read_register() and gdb.parse_and_eval(). Make each code
6780 call a separate case that can be individually tested.
6781 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6782 proc. Call cont_and_backtrace for each of the code paths that
6783 we want to test in the unwinder.
6784
67852016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6786
6787 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6788 the definition of struct S.
6789
67902016-11-11 Catherine Moore <clm@codesourcery.com>
6791
6792 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6793
67942016-11-09 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/commands.exp (runto_or_return): New procedure.
6797 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6798 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6799 (progvar_simple_while_test, progvar_complex_if_while_test)
6800 (if_while_breakpoint_command_test)
6801 (infrun_breakpoint_command_test, breakpoint_command_test)
6802 (user_defined_command_test, watchpoint_command_test)
6803 (test_command_prompt_position, redefine_hook_test)
6804 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6805 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6806 multi_line_input and multi_line. Remove gdb_expect and
6807 gdb_stop_suppressing_tests uses.
6808 * lib/gdb.exp (valnum_re): New global.
6809 (multi_line_input): New procedure.
6810
68112016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6812
6813 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6814 Remove.
6815 (test_setup): Define with proc_with_prefix.
6816 (test_cli_inferior): Likewise.
6817 (test_cli_thread): Likewise.
6818 (test_cli_frame): Likewise.
6819 (test_cli_select_frame): Likewise.
6820 (test_cli_up_down): Likewise.
6821 (test_mi_thread_select): Likewise.
6822 (test_mi_stack_select_frame): Likewise.
6823 (test_cli_in_mi_inferior): Likewise.
6824 (test_cli_in_mi_thread): Likewise.
6825 (test_cli_in_mi_frame): Likewise.
6826 (top level): Do not use with_test_prefix_procname.
6827
68282016-11-09 Pedro Alves <palves@redhat.com>
6829
6830 * gdb.base/commands.exp (gdbvar_simple_if_test)
6831 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6832 (progvar_simple_if_test, progvar_simple_while_test)
6833 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6834 (infrun_breakpoint_command_test, breakpoint_command_test)
6835 (user_defined_command_test, watchpoint_command_test)
6836 (test_command_prompt_position, deprecated_command_test)
6837 (bp_deleted_in_command, temporary_breakpoint_commands)
6838 (stray_arg0_test, source_file_with_indented_comment)
6839 (recursive_source_test, if_commands_test)
6840 (error_clears_commands_left, redefine_hook_test)
6841 (redefine_backtrace_test): Use proc_with_prefix.
6842 * lib/gdb.exp (proc_with_prefix): New proc.
6843
68442016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6845
6846 * gdb.base/tui-layout.c: New file.
6847 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6848 disassembly window contains very long lines.
6849
68502016-11-08 Tom Tromey <tom@tromey.com>
6851
6852 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6853 depend on Python 2.
6854
68552016-11-08 Tom Tromey <tom@tromey.com>
6856
6857 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6858 New method.
6859
68602016-10-29 Manish Goregaokar <manish@mozilla.com>
6861
6862 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6863
68642016-10-27 Manish Goregaokar <manish@mozilla.com>
6865
6866 * gdb.rust/simple.rs: Add test for univariant enums without
6867 discriminants and for encoded struct-like enums.
6868
68692016-10-28 Pedro Alves <palves@redhat.com>
6870
6871 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6872 gdb_test_multiple, tighten regexps and match symtabs and line
6873 tables incrementally.
6874
68752016-10-28 Luis Machado <lgustavo@codesourcery.com>
6876
6877 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6878 general.
6879
68802016-10-25 Luis Machado <lgustavo@codesourcery.com>
6881
6882 * gdb.base/exec-invalid-sysroot.exp: New file.
6883
68842016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6885
6886 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6887
68882016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6889
6890 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6891
68922016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6893
6894 * gdb.base/killed-outside.exp: Remove $options from a call to
6895 `prepare_for_testing'.
6896
68972016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6898
6899 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6900 Change test message.
6901
69022016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6903
6904 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6905 Update comment.
6906
69072016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6908
6909 * gdb.trace/mi-trace-save.exp: New file.
6910
69112016-10-13 Yao Qi <yao.qi@linaro.org>
6912
6913 * gdb.base/code_elim.exp (get_var_address): Remove.
6914 * gdb.base/relocate.exp: Likewise.
6915 * gdb.base/shreloc.exp: Likewise.
6916 * lib/gdb.exp (get_var_address): New.
6917
69182016-10-13 Yao Qi <yao.qi@linaro.org>
6919
6920 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6921 floating point tests if $skip_float_test is false.
6922
69232016-10-12 Luis Machado <lgustavo@codesourcery.com>
6924
6925 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6926 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6927 argc values.
6928 Add 1 to argc so we guarantee distinct initial/modified argc values.
6929
69302016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6931
6932 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6933
69342016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6935
6936 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6937 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6938 * gdb.arch/vsx-regs.exp: Likewise.
6939
69402016-10-07 Yao Qi <yao.qi@linaro.org>
6941
6942 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6943
69442016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6945
6946 * gdb.python/python.exp: Test decode_line("*0").
6947
69482016-10-06 Doug Evans <dje@google.com>
6949
6950 * gdb.python/py-value.exp (test_value_creation): Add test for large
6951 unsigned 64-bit value.
6952
69532016-10-06 Tom Tromey <tom@tromey.com>
6954
6955 * gdb.compile/compile.exp: Change java tests to rust.
6956 * gdb.base/setshow.exp: Change java tests to rust.
6957 * gdb.base/default.exp: Remove java from language list.
6958 * README (Examples): Update language example.
6959 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6960 test.
6961 * lib/gdb.exp (skip_java_tests): Remove.
6962 * lib/java.exp: Remove.
6963 * gdb.java: Remove.
6964
69652016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6966
6967 * gdb.arch/mips-fcr.exp: New test.
6968 * gdb.arch/mips-fcr.c: Source for the new test.
6969
69702016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6971
6972 * gdb.base/solib-disc.exp: Use `standard_output_file'
6973 throughout.
6974
69752016-10-06 Pedro Alves <palves@redhat.com>
6976
6977 * gdb.base/jit-simple-dl.c: New file.
6978 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6979 * gdb.base/jit-simple.c: ... this.
6980 * gdb.base/jit-simple.exp (jit_run): Delete.
6981 (build_jit): New proc.
6982 (jit_test_reread): Recompile either the main program or the shared
6983 library, depending on what is being tested. Skip changing address
6984 if caller wants to. Compare before/after addresses. If testing
6985 standalone, explicitly load the binary. Test "maint info
6986 breakpoints".
6987 (top level): Add "standalone vs shared lib" and "change address"
6988 vs "same address" axes.
6989
69902016-10-06 Pedro Alves <palves@redhat.com>
6991
6992 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6993 call.
6994 (jit_run): Delete.
6995 (jit_test_reread): Use with_test_prefix. Reload the main binary
6996 explicitly. Compare the before/after addresses of the JIT
6997 descriptor.
6998
69992016-08-15 Doug Evans <dje@google.com>
7000
7001 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7002 for single bitfields is bool.
7003 * gdb.xml/tdesc-regs.exp: Ditto.
7004
70052016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7006
7007 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7008
70092016-10-05 Yao Qi <yao.qi@linaro.org>
7010
7011 * lib/gdb.exp (support_complex_tests): Return zero if
7012 gdb_skip_float_test return true.
7013
70142016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7015 Simon Marchi <simon.marchi@ericsson.com>
7016
7017 PR gdb/20487
7018 * gdb.mi/user-selected-context-sync.exp: New file.
7019 * gdb.mi/user-selected-context-sync.c: New file.
7020
70212016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7022 Simon Marchi <simon.marchi@ericsson.com>
7023
7024 PR gdb/20487
7025 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7026 =thread-select-event check.
7027
70282016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7029
7030 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7031 the compulsory L operand changes.
7032 * gdb.arch/powerpc-power.s: Likewise.
7033
70342016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7035
7036 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7037 * gdb.base/jit-attach-pie.c: New file.
7038 * gdb.base/jit-attach-pie.exp: New file.
7039
70402016-09-28 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.base/infcall-input.c: New file.
7043 * gdb.base/infcall-input.exp: New file.
7044
70452016-09-22 Yao Qi <yao.qi@linaro.org>
7046
7047 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7048 (gdb_exit): Rename it to ...
7049 (gdbserver_gdb_exit): ... Close GDBserver.
7050 (gdb_exit): New proc, call gdbserver_gdb_exit.
7051 (mi_gdb_exit): Likewise.
7052
70532016-09-22 Yao Qi <yao.qi@linaro.org>
7054
7055 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7056 path.
7057 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7058 Remove duplication.
7059
70602016-09-22 Yao Qi <yao.qi@linaro.org>
7061
7062 * lib/gdbserver-support.exp: Check the existence of
7063 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7064
70652016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7066
7067 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7068
70692016-09-21 Tom Tromey <tom@tromey.com>
7070
7071 PR gdb/20604:
7072 * gdb.base/quit.exp: New file.
7073
70742016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7075
7076 * .gitignore: New file.
7077
70782016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7079
7080 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7081 throughout.
7082
70832016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7084
7085 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7086
70872016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7088
7089 * gdb.cp/casts.cc (decltype): Move it ...
7090 (main): ... with its call to ...
7091 * gdb.cp/casts03.cc: ... a new file.
7092 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7093
70942016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7095
7096 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7097
70982016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7099
7100 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7101 and sync up the test with tests in gas/testsuite/gas/ppc.
7102 * gdb.arch/powerpc-power.exp: Likewise.
7103
71042016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7105
7106 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7107
71082016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7109 Jan Kratochvil <jan.kratochvil@redhat.com>
7110
7111 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7112 make m1's definition to be different from m2's. Use 'dummy' as an
7113 argument for probe 'two'.
7114
71152016-09-10 Jon Beniston <jon@beniston.com>
7116
7117 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7118 for sim target.
7119
71202016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7121
7122 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7123 variable declaration.
7124 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7125 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7126 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7127 received HWCAP as its argument.
7128
71292016-09-06 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.base/new-ui-pending-input.c: New file.
7132 * gdb.base/new-ui-pending-input.exp: New file.
7133 * gdb.exp (clear_gdb_spawn_id): New procedure.
7134 (with_spawn_id): Check whether gdb_spawn_id exists before
7135 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7136 on exit.
7137
71382016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7139
7140 * gdb.base/float128.c: New file.
7141 * gdb.base/float128.exp: Likewise.
7142 * gdb.base/floatn.c: Likewise.
7143 * gdb.base/floatn.exp: Likewise.
7144
71452016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7146
7147 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7148
71492016-09-05 Pedro Alves <palves@redhat.com>
7150
7151 PR backtrace/19927
7152 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7153 unwinders are immediately called as side effect of "source" or
7154 "disable unwinder" commands.
7155 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7156
71572016-09-02 Yao Qi <yao.qi@linaro.org>
7158
7159 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7160 is true and $type is "float" or "double".
7161
71622016-09-02 Yao Qi <yao.qi@linaro.org>
7163
7164 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7165 true.
7166 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7167 * gdb.base/call-rt-st.exp: Likewise.
7168 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7169 return value instead of gdb,skip_float_test.
7170 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7171 (do_function_calls): Use its return value instead of
7172 gdb,skip_float_test.
7173 * gdb.base/finish.exp: Likewise.
7174 * gdb.base/funcargs.exp: Likewise.
7175 * gdb.base/return.exp: Likewise.
7176 * gdb.base/return2.exp: Likewise.
7177 * gdb.base/varargs.exp: Likewise.
7178 * lib/gdb.exp (gdb_skip_float_test): Change it to
7179 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7180
71812016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7182
7183 * gdb.multi/tids.exp: Test "thread apply all".
7184
71852016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7186
7187 * gdb.base/default.exp (tty): Remove.
7188
71892016-08-24 Kevin Buettner <kevinb@redhat.com>
7190
7191 * gdb.python/py-recurse-unwind.c: New file.
7192 * gdb.python/py-recurse-unwind.py: New file.
7193 * gdb.python/py-recurse-unwind.exp: New file.
7194
71952016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7196
7197 * gdb.base/set-inferior-tty.exp: New file.
7198 * gdb.base/set-inferior-tty.c: New file.
7199
72002016-08-23 Pedro Alves <palves@redhat.com>
7201
7202 PR gdb/20494
7203 * gdb.base/new-ui-echo.c: New file.
7204 * gdb.base/new-ui-echo.exp: New file.
7205
72062016-08-23 Yao Qi <yao.qi@linaro.org>
7207
7208 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7209 gdbserver_spawn.
7210 * gdb.server/connect-without-multi-process.exp (do_test):
7211 Likewise.
7212
72132016-08-23 Yao Qi <yao.qi@linaro.org>
7214
7215 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7216 standalone_txt. Delete gdb_txt and standalone_txt on host
7217 and target. Spawn the binary on target. Copy files from
7218 target to host.
7219
72202016-08-22 Pedro Alves <palves@redhat.com>
7221
7222 PR gdb/20505
7223 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7224 with_test_prefix. Factor out bits to ...
7225 (test_no_vdso): ... this new procedure.
7226
72272016-08-19 Carl Love <cel@us.ibm.com>
7228
7229 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7230 maintaining separate logic for constructing the output path.
7231 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7232 * gdb.arch/ppc-dfp.exp: Likewise.
7233 * gdb.arch/ppc-fp.exp: Likewise.
7234 * gdb.arch/vsx-regs.exp: Likewise.
7235 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7236 binprefix for generating the additional binary files.
7237
72382016-08-19 Pedro Alves <palves@redhat.com>
7239
7240 * gdb.trace/mi-trace-frame-collected.exp
7241 (test_trace_frame_collected): On x32, expect two registers.
7242
72432016-08-18 Carl Love <cel@us.ibm.com>
7244
7245 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7246 and sync up the test with tests in gas/testsuite/gas/ppc.
7247 * gdb.arch/powerpc-power.exp: Likewise.
7248
72492016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7250
7251 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7252 expected error message.
7253
72542016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7255
7256 * gdb.multi/remove-inferiors.exp: New file.
7257 * gdb.multi/remove-inferiors.c: New file.
7258
72592016-08-12 Yao Qi <yao.qi@linaro.org>
7260
7261 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7262 argument list.
7263
72642016-08-10 Pedro Alves <palves@redhat.com>
7265
7266 PR gdb/19187
7267 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7268 setup_kfails.
7269
72702016-08-09 Pedro Alves <palves@redhat.com>
7271 Simon Marchi <simon.marchi@ericsson.com>
7272
7273 PR gdb/20418
7274 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7275 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7276
72772016-08-09 Pedro Alves <palves@redhat.com>
7278
7279 PR mi/20431
7280 * gdb.mi/mi-cmd-error.exp: New file.
7281
72822016-08-09 Pedro Alves <palves@redhat.com>
7283
7284 PR gdb/18653
7285 * gdb.base/signals-state-child.c: New file.
7286 * gdb.base/signals-state-child.exp: New file.
7287 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7288
72892016-08-09 Pedro Alves <palves@redhat.com>
7290
7291 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7292
72932016-08-03 Tom Tromey <tom@tromey.com>
7294
7295 PR python/18565:
7296 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7297
72982016-08-01 Yao Qi <yao.qi@linaro.org>
7299
7300 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7301 variable mode to "multi-process" if $multi_process is 1, otherwise
7302 set it to "single-process".
7303
73042016-08-01 Yao Qi <yao.qi@linaro.org>
7305
7306 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7307 * gdb.cp/cpexprs.exp: Likewise.
7308 * gdb.cp/m-static.exp: Likewise.
7309
73102016-07-26 Tom Tromey <tom@tromey.com>
7311
7312 PR python/20190:
7313 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7314 test.
7315
73162016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7317
7318 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7319 selecting assembly source files.
7320 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7321 assembly source files.
7322 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7323 assembly source files.
7324 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7325 selecting assembly source files.
7326
73272016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7328
7329 * gdb.base/new-ui.exp (do_test_invalid_args): New
7330 procedure.
7331
73322016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7333
7334 * gdb.btrace/reconnect.c: New file.
7335 * gdb.btrace/reconnect.exp: New file.
7336
73372016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7338
7339 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7340 to test_catch_syscall_group.
7341 (test_catch_syscall_group): New.
7342
73432016-07-21 Tom Tromey <tom@tromey.com>
7344
7345 * gdb.rust/simple.rs (main): Use empty struct expression.
7346 * gdb.rust/simple.exp: Add tests for empty struct expression.
7347
73482016-07-21 Yao Qi <yao.qi@linaro.org>
7349
7350 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7351 if gdb_skip_xml_test is true on some targets.
7352
73532016-07-21 Yao Qi <yao.qi@linaro.org>
7354
7355 * gdb.server/solib-list.exp: Unset last_loaded_file.
7356
73572016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7358
7359 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7360 "step into captured_main (args)".
7361
73622016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7363
7364 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7365
73662016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7367
7368 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7369
73702016-07-19 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7373 * gdb.opt/inline-bt.exp: Likewise.
7374 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7375 additional_flags=-Winline.
7376 * gdb.opt/inline-locals.exp: Likewise.
7377 * gdb.opt/inline-markers.c (ATTR): Define.
7378 (inlined_fn): Use it.
7379
73802016-07-19 Yao Qi <yao.qi@linaro.org>
7381
7382 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7383 (test_with_self): Remove some code. Remove argument executable.
7384 (top-level): Use do_self_tests.
7385
73862016-07-15 Zachary Welch <zwelch@codesourcery.com>
7387 Don Breazeal <donb@codesourcery.com>
7388
7389 * gdb.base/maint.exp: Escape paths used in regular expressions.
7390 * gdb.stabs/weird.exp: Likewise.
7391
73922016-07-13 Tom Tromey <tom@tromey.com>
7393
7394 PR python/15620, PR python/18620:
7395 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7396 (test_bkpt_events): New procs.
7397
73982016-07-13 Tom Tromey <tom@tromey.com>
7399
7400 PR python/17698:
7401 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7402 test.
7403 (test_watchpoints): Likewise.
7404 (test_bkpt_pending): New proc.
7405
74062016-07-13 Tom Tromey <tom@tromey.com>
7407
7408 PR cli/18053:
7409 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7410 completion test.
7411
74122016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7413
7414 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7415 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7416 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7417 f_label.
7418 (g): Rename g_end_lbl to g_label.
7419 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7420 low_pc and high_pc.
7421 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7422
74232016-07-12 Tom Tromey <tom@tromey.com>
7424
7425 PR python/19293:
7426 * gdb.python/py-unwind-maint.exp: Update tests.
7427
74282016-07-12 Yao Qi <yao.qi@linaro.org>
7429
7430 * lib/selftest-support.exp (selftest_setup): Match the output
7431 when captured_main is inlined.
7432
74332016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7434
7435 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7436 New variables.
7437 (print this%a, print this%b, print this): New tests.
7438 * gdb.fortran/derived-types.f90 (this): New object and
7439 initialization.
7440
74412016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7442
7443 * gdb.ada/arraydim.exp: Remove extra directory level in build
7444 directory.
7445
74462016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7447
7448 * lib/ada.exp: Remove extra directory level in build directory.
7449 * gdb.ada/cond_lang.exp: Likewise.
7450 * gdb.ada/exec_changed.exp: Likewise.
7451 * gdb.ada/lang_switch.exp: Likewise.
7452
74532016-07-06 Manish Goregaokar <manish@mozilla.com>
7454
7455 * simple.rs: Add test for raw pointer subscripting.
7456 * simple.exp: Add test expectations.
7457
74582016-07-05 Yao Qi <yao.qi@linaro.org>
7459
7460 * gdb.mi/mi-reverse.exp: Match =record-started output.
7461
74622016-07-01 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7465 procedure.
7466 (jit_reader_test): Test the jit reader's unwinder.
7467 * gdb.base/jithost.c (jit_function_00_code): New global.
7468 (main): Use memcpy to fill in the mmapped code, instead of poking
7469 bytes manually here.
7470 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7471 value.
7472 (read_debug_info): Save the function's range.
7473 (read_sp): New function.
7474 (unwind_frame): Use it. Also unwind RBP.
7475 (get_frame_id): Use read_sp.
7476 (gdb_init_reader): Use calloc instead of malloc.
7477 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7478 parameter. Use gdb_test_multiple.
7479
74802016-07-01 Pedro Alves <palves@redhat.com>
7481 Antoine Tremblay <antoine.tremblay@ericsson.com>
7482
7483 * gdb.threads/process-dies-while-detaching.c: New file.
7484 * gdb.threads/process-dies-while-detaching.exp: New file.
7485
74862016-07-01 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.multi/watchpoint-multi-exit.c: New file.
7489 * gdb.multi/watchpoint-multi-exit.exp: New file.
7490
74912016-06-30 Pedro Alves <palves@redhat.com>
7492
7493 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7494 unset inferior_spawn_id.
7495
74962016-06-30 Pedro Alves <palves@redhat.com>
7497
7498 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7499 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7500
75012016-06-29 Yao Qi <yao.qi@linaro.org>
7502
7503 * gdb.base/return.c: Add copyright header.
7504
75052016-06-29 Tom Tromey <tom@tromey.com>
7506
7507 PR python/20129:
7508 * gdb.python/py-framefilter.exp: Add tests for setting priority
7509 and disabling of non-existent frame filter.
7510
75112016-06-29 Yao Qi <yao.qi@linaro.org>
7512
7513 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7514 0x0f07ff.
7515
75162016-06-28 Yao Qi <yao.qi@linaro.org>
7517
7518 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7519 triplets. Start gdb, execute catch syscall, and continue. Check
7520 gdb's output to determine catch syscall is supported.
7521
75222016-06-27 Manish Goregaokar <manish@mozilla.com>
7523
7524 * gdb.rust/simple.rs: Add test for returning unit in a function.
7525 * gdb.rust/simple.exp: Add expectation for functions returning
7526 unit.
7527
75282016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7529
7530 * gdb.python/py-breakpoint-create-fail.c,
7531 gdb.python/py-breakpoint-create-fail.exp,
7532 gdb.python/py-breakpoint-create-fail.py: New testcase.
7533
75342016-06-25 Manish Goregaokar <manish@mozilla.com>
7535
7536 PR gdb/20239
7537 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7538 * gdb.rust/simple.exp: Add test expectations for new NonZero
7539 tests.
7540
75412016-06-24 David Taylor <dtaylor@emc.com>
7542
7543 * gdb.base/offsets.exp: New file.
7544 * gdb.base/offsets.c: New file.
7545
75462016-06-23 Tom Tromey <tom@tromey.com>
7547
7548 PR gdb/16483:
7549 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7550 before any filters are loaded.
7551
75522016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7553
7554 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7555 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7556 structs.
7557 * gdb.fortran/derived-type-function.exp: New file.
7558 * gdb.fortran/derived-type-function.f90: New file.
7559
7560
75612016-06-21 Pedro Alves <palves@redhat.com>
7562
7563 * gdb.base/new-ui.exp: New file.
7564 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7565 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7566 (with_spawn_id): New procedure.
7567
75682016-06-21 Pedro Alves <palves@redhat.com>
7569
7570 * gdb.mi/mi-exec-run.exp: New file.
7571
75722016-06-21 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7575 breakpoint command's output on the main UI.
7576 (test_break): New procedure, factored out from calls in the top
7577 level.
7578 (top level): Use foreach_with_prefix to test MI as main UI and as
7579 separate UI.
7580
75812016-06-21 Pedro Alves <palves@redhat.com>
7582
7583 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7584 (test_awatch_creation_and_listing)
7585 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7586 Remove 'type' parameter.
7587 (test_watchpoint_all): New parameter mi_mode. Remove
7588 with_test_prefix.
7589 (top level): Use foreach_with_prefix, and add main/separate UI MI
7590 testing axis.
7591
75922016-06-21 Pedro Alves <palves@redhat.com>
7593
7594 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7595 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7596 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7597 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7598 (gdb_main_spawn_id, mi_spawn_id): Declare and
7599 comment.
7600 (mi_create_inferior_pty): New procedure,
7601 factored out from default_mi_gdb_start.
7602 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7603 procedures.
7604 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7605 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7606 Use mi_create_inferior_pty.
7607 (mi_gdb_start): Use eval to pass down args list.
7608
76092016-06-21 Pedro Alves <palves@redhat.com>
7610
7611 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7612 * gdb.opt/inline-cmds.exp: Add MI tests.
7613
76142016-06-21 Pedro Alves <palves@redhat.com>
7615
7616 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7617
76182016-06-21 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7621 (top level): Use it instead of mi_execute_to.
7622
76232016-06-21 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7626 (cont_handler_str): New.
7627 (signal_stop_handler): Set stop_handler_str instead of printing to
7628 stdout.
7629 (continue_handler): Set cont_handler_str instead of printing to
7630 stdout.
7631 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7632 mi_send_resuming_command. Print stop_handler_str and
7633 cont_handler_str instead of expecting the python events print
7634 directly.
7635
76362016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7637
7638 * gdb.base/jit-reader.exp: New file.
7639 * gdb.base/jithost.c: New file.
7640 * gdb.base/jithost.h: New file.
7641 * gdb.base/jitreader.c : New file.
7642 * gdb.base/jit-protocol.h: New file.
7643
76442016-06-17 Yao Qi <yao.qi@linaro.org>
7645
7646 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7647 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7648 and detach-on-fork. Adjust tests.
7649 (top level): Invoke break_cond_on_syscall with combinations of
7650 syscall, follow-fork-mode and detach-on-fork.
7651
76522016-06-17 Yao Qi <yao.qi@linaro.org>
7653
7654 * gdb.base/step-over-exit.c: New.
7655 * gdb.base/step-over-exit.exp: New.
7656
76572016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7658
7659 * gdb.base/float.exp: Add target check for nds32*-*-*.
7660 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7661
76622016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7663
7664 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7665 for unsupported target features.
7666 * gdb.base/call-rt-st.exp: Likewise.
7667 * gdb.base/call-sc.exp: Likewise.
7668 * gdb.base/call-signal-resume.exp: Likewise.
7669 * gdb.base/call-strs.exp: Likewise.
7670 * gdb.base/callexit.exp: Likewise.
7671 * gdb.base/callfuncs.exp: Likewise.
7672 * gdb.base/nodebug.exp: Likewise.
7673 * gdb.base/printcmds.exp: Likewise.
7674 * gdb.base/ptype.exp: Likewise.
7675 * gdb.base/structs.exp: Likewise.
7676 * gdb.base/unwindonsignal.exp: Likewise.
7677 * gdb.cp/gdb2495.exp: Likewise.
7678 * gdb.cp/templates.exp: Likewise.
7679 * gdb.cp/virtfunc.exp: Likewise.
7680 * gdb.threads/hand-call-in-threads.exp: Likewise.
7681 * gdb.threads/interrupted-hand-call.exp: Likewise.
7682 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7683
76842016-06-10 Tom Tromey <tom@tromey.com>
7685
7686 PR rust/20110:
7687 * gdb.rust/expr.exp: Add test for integer constant larger than
7688 i32.
7689
76902016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7691
7692 * gdb.fortran/nested-funcs.exp: New.
7693 * gdb.fortran/nested-funcs.f90: New.
7694
76952016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7696
7697 * gdb.base/examine-backward.c: New file.
7698 * gdb.base/examine-backward.exp: New file.
7699
77002016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7701
7702 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7703 matching.
7704
77052016-06-02 Tom Tromey <tom@tromey.com>
7706
7707 PR python/18984:
7708 * gdb.python/py-shared.exp: Add solib_name test.
7709
77102016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7711
7712 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7713
77142016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7715
7716 PR c++/19893
7717 * gdb.dwarf2/implref.exp: Rename to...
7718 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7719 * gdb.dwarf2/implref-array.c: New file.
7720 * gdb.dwarf2/implref-array.exp: Likewise.
7721 * gdb.dwarf2/implref-global.c: Likewise.
7722 * gdb.dwarf2/implref-global.exp: Likewise.
7723 * gdb.dwarf2/implref-struct.c: Likewise.
7724 * gdb.dwarf2/implref-struct.exp: Likewise.
7725
77262016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7727
7728 * gdb.trace/trace-condition.exp: Add 64bit tests.
7729
77302016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7731
7732 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7733 bits types.
7734 (main): Adapt to 8 to 64 bits types.
7735 * gdb.trace/trace-condition.exp: Add new tests.
7736
77372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7738
7739 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7740
77412016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7742
7743 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7744 Move condition tests...
7745 * gdb.trace/trace-condition.exp: Here.
7746
77472016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7748
7749 * gdb.trace/trace-condition.exp: Add counter-case tests.
7750
77512016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7752
7753 PR c++/15231
7754 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7755 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7756
77572016-05-27 Pedro Alves <palves@redhat.com>
7758
7759 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7760 New procedure.
7761 (top level): Call it, and bail out of DejaGnu is known to be bad.
7762
77632016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7764
7765 * gdb.base/whatis.c: Extend the test case.
7766 * gdb.base/whatis.exp: Add additional tests.
7767
77682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7769
7770* gdb.fortran/type.f90: Add pointer variable.
7771* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7772
77732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7774
7775 * gdb.fortran/vla-type.exp: Fix testcase name.
7776
77772016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7778
7779 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7780
77812016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7782
7783 * gdb.fortran/type.f90: Add nested structures.
7784 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7785 * gdb.fortran/derived-type.exp: Adapt expected output.
7786 * gdb.fortran/vla-type.exp: Adapt expected output.
7787
77882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7789
7790 * gdb.fortran/whatis_type.exp: Adapt expected output.
7791
77922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7793
7794 * gdb.fortran/print_type.exp: Fix expected output.
7795 * gdb.fortran/whatis_type.exp: Fix expected output.
7796
77972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7798
7799 * gdb.fortran/whatis_type.exp: Use multi_line.
7800
78012016-05-24 Tom Tromey <tom@tromey.com>
7802
7803 PR python/17386:
7804 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7805 use value as an index.
7806
78072016-05-23 Tom Tromey <tom@tromey.com>
7808
7809 PR python/17981:
7810 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7811 no-breakpoint case.
7812
78132016-05-24 Pedro Alves <palves@redhat.com>
7814
7815 PR gdb/19828
7816 * gdb.threads/clone-attach-detach.c: New file.
7817 * gdb.threads/clone-attach-detach.exp: New file.
7818
78192016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7820
7821 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7822
78232016-05-23 Tom Tromey <tom@tromey.com>
7824
7825 PR python/19438, PR python/18393:
7826 * gdb.python/py-progspace.exp: Add "dir" test.
7827 * gdb.python/py-objfile.exp: Add "dir" test.
7828
78292016-05-23 Yao Qi <yao.qi@linaro.org>
7830
7831 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7832 * gdb.arch/thumb2-it.exp: Likewise.
7833
78342016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7835
7836 * gdb.mi/mi-threads-interrupt.c: New file.
7837 * gdb.mi/mi-threads-interrupt.exp: New file.
7838
78392016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7840
7841 PR gdb/18077
7842 * gdb.mi/mi-async-run.exp: New file.
7843 * gdb.mi/mi-async-run.c: New file.
7844
78452016-05-17 Tom Tromey <tom@tromey.com>
7846 Manish Goregaokar <manishsmail@gmail.com>
7847
7848 * lib/rust-support.exp: New file.
7849 * lib/gdb.exp (skip_rust_tests): New proc.
7850 (build_executable_from_specs): Handle rust.
7851 * lib/future.exp (gdb_find_rustc): New proc.
7852 (gdb_default_target_compile): Handle rust.
7853 * gdb.rust/expr.exp: New file.
7854 * gdb.rust/generics.exp: New file.
7855 * gdb.rust/generics.rs: New file.
7856 * gdb.rust/methods.exp: New file.
7857 * gdb.rust/methods.rs: New file.
7858 * gdb.rust/modules.exp: New file.
7859 * gdb.rust/modules.rs: New file.
7860 * gdb.rust/simple.exp: New file.
7861 * gdb.rust/simple.rs: New file.
7862
78632016-05-17 Tom Tromey <tom@tromey.com>
7864
7865 * gdb.base/default.exp (set language): Add rust.
7866
78672016-05-17 Tom Tromey <tom@tromey.com>
7868
7869 * gdb.gdb/unittest.exp: New file.
7870
78712016-05-16 Yao Qi <yao.qi@linaro.org>
7872
7873 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7874 shell_prompt. Update shell_prompt_re.
7875
78762016-05-12 Doug Evans <dje@google.com>
7877
7878 PR symtab/19999
7879 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7880 $options when building executable.
7881 * gdb.dwarf2/fission-loclists-pie.S: New file.
7882 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7883
78842016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7885
7886 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7887 of [is_remote target],
7888
78892016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7890
7891 * lib/gdb.exp (use_gdb_stub): New procedure.
7892
78932016-05-03 Yunlian Jiang <yunlian@google.com>
7894 Doug Evans <dje@google.com>
7895
7896 PR symtab/19914
7897 * gdb.dwarf2/dwp-sepdebug.c: New file.
7898 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7899
79002016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7901
7902 * gdb.base/detach.exp: Remove is_remote check.
7903
79042016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7905
7906 * gdb.base/annota-input-while-running.exp: Don't check for
7907 [is_remote target]. Enable annotations after running to main.
7908 Remove unused "set test..." line.
7909
79102016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7911
7912 * gdb.trace/trace-enable-disable.exp: New file.
7913 * gdb.trace/trace-enable-disable.c: New file.
7914
79152016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7916
7917 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7918 use it in info sharedlibrary test.
7919 * gdb.trace/ftrace-lock.exp: Likewise.
7920 * gdb.trace/ftrace.exp: Likewise.
7921 * gdb.trace/range-stepping.exp: Likewise.
7922 * gdb.trace/trace-break.exp: Likewise.
7923 * gdb.trace/trace-condition.exp: Likewise.
7924 * gdb.trace/trace-mt.exp: Likewise.
7925
79262016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7927
7928 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7929 (gdb_load_shlib): ... this.
7930 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7931 gdb_load_shlib.
7932 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7933 * gdb.base/ctxobj.exp: Likewise.
7934 * gdb.base/dprintf-pending.exp: Likewise.
7935 * gdb.base/dso2dso.exp: Likewise.
7936 * gdb.base/fixsection.exp: Likewise.
7937 * gdb.base/gcore-relro.exp: Likewise.
7938 * gdb.base/gdb1555.exp: Likewise.
7939 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7940 * gdb.base/gnu-ifunc.exp: Likewise.
7941 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7942 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7943 * gdb.base/pending.exp: Likewise.
7944 * gdb.base/print-file-var.exp: Likewise.
7945 * gdb.base/print-symbol-loading.exp: Likewise.
7946 * gdb.base/shlib-call.exp: Likewise.
7947 * gdb.base/shreloc.exp: Likewise.
7948 * gdb.base/so-impl-ld.exp: Likewise.
7949 * gdb.base/solib-disc.exp: Likewise.
7950 * gdb.base/solib-nodir.exp: Likewise.
7951 * gdb.base/solib-overlap.exp: Likewise.
7952 * gdb.base/solib-symbol.exp: Likewise.
7953 * gdb.base/solib-weak.exp (do_test): Likewise.
7954 * gdb.base/sym-file.exp: Likewise.
7955 * gdb.base/symtab-search-order.exp: Likewise.
7956 * gdb.base/type-opaque.exp: Likewise.
7957 * gdb.base/unload.exp: Likewise.
7958 * gdb.base/watchpoint-solib.exp: Likewise.
7959 * gdb.compile/compile.exp: Likewise.
7960 * gdb.cp/gdb2384.exp: Likewise.
7961 * gdb.cp/infcall-dlopen.exp: Likewise.
7962 * gdb.cp/re-set-overloaded.exp: Likewise.
7963 * gdb.fortran/library-module.exp: Likewise.
7964 * gdb.opt/solib-intra-step.exp: Likewise.
7965 * gdb.python/py-finish-breakpoint.exp: Likewise.
7966 * gdb.python/py-shared.exp: Likewise.
7967 * gdb.reverse/solib-precsave.exp: Likewise.
7968 * gdb.reverse/solib-reverse.exp: Likewise.
7969 * gdb.server/solib-list.exp: Likewise.
7970 * gdb.threads/dlopen-libpthread.exp: Likewise.
7971 * gdb.threads/tls-shared.exp: Likewise.
7972 * gdb.threads/tls-so_extern.exp: Likewise.
7973 * gdb.trace/change-loc.exp: Likewise.
7974 * gdb.trace/ftrace-lock.exp: Likewise.
7975 * gdb.trace/ftrace.exp: Likewise.
7976 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7977 * gdb.trace/pending.exp: Likewise.
7978 * gdb.trace/range-stepping.exp: Likewise.
7979 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7980 (strace_info_marker): Likewise.
7981 (strace_probe_marker): Likewise.
7982 (strace_trace_on_same_addr): Likewise.
7983 (strace_trace_on_diff_addr): Likewise.
7984 * gdb.trace/trace-break.exp: Likewise.
7985 * gdb.trace/trace-condition.exp: Likewise.
7986 * gdb.trace/trace-mt.exp: Likewise.
7987
79882016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7989
7990 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7991 result of gdb_remote_download.
7992 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7993 * gdb.base/dso2dso.exp: Likewise.
7994 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7995 * gdb.base/print-file-var.exp: Likewise.
7996 * gdb.base/shlib-call.exp: Likewise.
7997 * gdb.base/shreloc.exp: Likewise.
7998 * gdb.base/solib-overlap.exp: Likewise.
7999 * gdb.base/solib-weak.exp (do_test): Likewise.
8000 * gdb.base/unload.exp: Likewise.
8001
80022016-04-27 Yao Qi <yao.qi@linaro.org>
8003
8004 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8005 exists.
8006
80072016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8008
8009 * vla-type.exp: Print structure from toplevel.
8010
80112016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8012
8013 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8014 of dynamic types.
8015 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8016 of dynamic types.
8017
80182016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8019
8020 * gdb.fortran/vla-type.f90: New file.
8021 * gdb.fortran/vla-type.exp: New file.
8022
80232016-04-25 Yao Qi <yao.qi@linaro.org>
8024
8025 * gdb.base/branch-to-self.c: New file.
8026 * gdb.base/branch-to-self.exp: New file.
8027
80282016-04-22 Yao Qi <yao.qi@linaro.org>
8029
8030 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8031 more after $hex.
8032
80332016-04-22 Yao Qi <yao.qi@linaro.org>
8034
8035 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8036 * gdb.base/annota3.exp: Likewise.
8037
80382016-04-22 Yao Qi <yao.qi@linaro.org>
8039
8040 * gdb.reverse/step-precsave.exp: Do one step and test program
8041 stops in "callee" and do multiple steps until program goes out
8042 of "callee".
8043 * gdb.reverse/step-reverse.exp: Likewise.
8044
80452016-04-22 Yao Qi <yao.qi@linaro.org>
8046
8047 * gdb.trace/signal.exp: Also pass if
8048 $tracepoint_hits($i) > $iterations.
8049
80502016-04-22 Yao Qi <yao.qi@linaro.org>
8051
8052 * gdb.trace/signal.c: New file.
8053 * gdb.trace/signal.exp: New file.
8054
80552016-04-19 Doug Evans <xdje42@gmail.com>
8056
8057 * gdb.base/bad-file.exp: New file.
8058
80592016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8060
8061 * gdb.dwarf2/implref.exp: New file.
8062
80632016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8064
8065 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8066 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8067 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8068 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8069 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8070 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8071 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8072 * lib/fortran.exp (fortran_int4): New procedure.
8073 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8074 (fortran_logical4): Likewise.
8075
80762016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8077
8078 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8079
80802016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8081
8082 * lib/compiler.c: Add Intel specific preprocessor macros.
8083 * lib/compiler.cc: Likewise.
8084
80852016-04-13 Luis Machado <lgustavo@codesourcery.com>
8086
8087 * gdb.server/connect-with-no-symbol-file.c: New file.
8088 * gdb.server/connect-with-no-symbol-file.exp: New file.
8089
80902016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8091
8092 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8093
80942016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8095
8096 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8097 standard output directory.
8098
80992016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8100
8101 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8102
81032016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8104
8105 * gdb.btrace/instruction_history.c (loop): Add declaration.
8106
81072016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8108
8109 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8110
81112016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8112
8113 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8114 parentheses to print.
8115 (continue_handler): Likewise.
8116
81172016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8118
8119 * gdb.server/solib-list.exp: Remove is_remote check.
8120 Pass shlib= to gdb_compile. Don't link shared library with
8121 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8122 Run binary filename through "readlink -f" on the target.
8123
81242016-04-08 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8127 interpreter filename as argument to gdbserver_spawn.
8128 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8129 Return empty if $last_loaded_file does not exist.
8130
81312016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8132
8133 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8134 * gdb.base/jit-main.c: Use exit after usage.
8135
81362016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8137
8138 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8139 GDBHISTSIZE prior to the tests.
8140 * gdb.base/gdbinit-history.exp: Likewise.
8141
81422016-04-07 Pedro Alves <palves@redhat.com>
8143
8144 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8145 instead of build_executable. Use gdb_load_shlibs.
8146
81472016-04-07 Yao Qi <yao.qi@linaro.org>
8148
8149 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8150 Execute "si" command.
8151
81522016-04-07 Yao Qi <yao.qi@linaro.org>
8153
8154 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8155 number instead of the comments on some line.
8156
81572016-04-06 Don Breazeal <donb@codesourcery.com>
8158
8159 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8160 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8161
81622016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8163
8164 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8165 standard_output_file. Remove unused binfile variable.
8166
81672016-04-05 Catalin Udma <catalin.udma@freescale.com>
8168
8169 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8170 * gdb.python/py-mi-objfile.exp: Match "list main" output
8171 in console format.
8172
81732016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8174
8175 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8176 absolute.
8177
81782016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8179
8180 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8181 absolute.
8182 * gdb.trace/ftrace.exp: Likewise.
8183 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8184 targets as well.
8185 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8186 (gdb_load_shlibs): Copy libraries to test directory when testing
8187 natively. Only set solib-search-path if testing remotely.
8188 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8189
81902016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8191
8192 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8193 gdb_download. Use it even if the target is not remote.
8194 * gdb.base/jit.exp (compile_jit_test): Likewise.
8195 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8196 output directory if the destination board is local, otherwise use
8197 the standard remote_download from DejaGnu.
8198 (gdb_download): Remove.
8199 (gdb_load_shlibs): Use gdb_remote_download instead of
8200 gdb_download.
8201 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8202 Use gdb_remote_download instead of gdb_download. Use it even if
8203 the target is not remote.
8204 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8205 instead of gdb_download.
8206
82072016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8208
8209 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8210 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8211 run.
8212
82132016-04-01 Artemiy Volkov <artemiyv@acm.org>
8214
8215 PR gdb/19820
8216 * gdb.base/printcmds.exp: Add artificial arrays tests.
8217
82182016-03-31 Pedro Alves <palves@redhat.com>
8219
8220 PR gdb/19858
8221 * gdb.base/jit-main.c: Include unistd.h.
8222 (ATTACH): Define to 0 if not already defined.
8223 (wait_for_gdb, mypid): New globals.
8224 (WAIT_FOR_GDB): New macro.
8225 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8226 some breakpoint locations.
8227 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8228 New procedures.
8229 (one_jit_test): Add REATTACH parameter, and handle it. Use
8230 continue_to_test_location.
8231 (top level): Test attach, and adjusts calls to one_jit_test.
8232
82332016-03-31 Pedro Alves <palves@redhat.com>
8234
8235 PR gdb/19858
8236 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8237 BINSUFFIX parameter, and handle it.
8238 (top level): Adjust calls compile_jit_test.
8239
82402016-03-31 Catalin Udma <catalin.udma@freescale.com>
8241
8242 PR python/19743
8243 * gdb.python/py-mi-events-gdb.py: New file.
8244 * gdb.python/py-mi-events.c: New file.
8245 * gdb.python/py-mi-events.exp: New file.
8246
82472016-03-30 Yao Qi <yao.qi@linaro.org>
8248
8249 * gdb.reverse/until-precsave.exp: Match function name only.
8250 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8251 Move malloc to a condition block.
8252 * gdb.reverse/until-reverse.exp: Match function name only.
8253
82542016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8255
8256 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8257 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8258 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8259 variable for GPR 0 instead of assuming it is register 0.
8260 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8261 * lib/trace-support.exp: Add s390 registers.
8262
82632016-03-29 Yao Qi <yao.qi@linaro.org>
8264
8265 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8266
82672016-03-24 Yao Qi <yao.qi@linaro.org>
8268
8269 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8270 test message.
8271
82722016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8273
8274 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8275 maintaining separate logic for constructing the output path.
8276
82772016-03-16 Don Breazeal <donb@codesourcery.com>
8278
8279 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8280 Retry fork and waitpid on interrupted system call errors.
8281 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8282 Use with_timeout_factor to increase timeout by factor of 10.
8283
82842016-03-15 Don Breazeal <donb@codesourcery.com>
8285
8286 * gdb.cp/scope-err.cc: New test program.
8287 * gdb.cp/scope-err.exp: New test script.
8288 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8289 lines and "set breakpoint here" comment.
8290 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8291 Fixed some whitespace and format issues.
8292 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8293 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8294
82952016-03-15 Doug Evans <dje@google.com>
8296
8297 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8298 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8299 All callers updated. Add tests for enums, mixed flags register.
8300
83012016-03-15 Doug Evans <dje@google.com>
8302
8303 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8304 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8305
83062016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8307
8308 * gdb.base/default.exp: Add $_as_string to the list of expected
8309 convenience functions.
8310
83112016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8312
8313 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8314
83152016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8316
8317 * gdb.python/py-as-string.exp: New file.
8318 * gdb.python/py-as-string.c: New file.
8319
83202016-03-09 Pedro Alves <palves@redhat.com>
8321
8322 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8323 signal" -> "Thread NN received signal" output change.
8324 * gdb.threads/ia64-sigill.exp: Likewise.
8325 * gdb.threads/linux-dp.exp: Likewise.
8326 * gdb.threads/manythreads.exp: Likewise.
8327 * gdb.threads/pending-step.exp: Likewise.
8328 * gdb.threads/print-threads.exp: Likewise.
8329 * gdb.threads/sigstep-threads.exp: Likewise.
8330 * gdb.threads/staticthreads.exp: Likewise.
8331 * gdb.threads/tls.exp: Likewise.
8332
83332016-03-09 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.base/command-line-input.exp: New file.
8336
83372016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8338
8339 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8340 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8341 * gdb.trace/pending.exp: Accept leading dot before function name.
8342 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8343 * lib/trace-support.exp: Set registers for ppc.
8344
83452016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8346
8347 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8348 use it for disassembly; accept .main in addition to main in backtrace.
8349
83502016-03-09 Wei-cheng Wang <cole945@gmail.com>
8351 Marcin Kościelnicki <koriakin@0x04.net>
8352
8353 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8354 (gdb_recursion_test_ptr): New global variable.
8355 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8356 gdb_recursion_test.
8357 (gdb_c_test): Ditto.
8358
83592016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8360
8361 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8362 ordering.
8363
83642016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8365
8366 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8367 (bar): Add bar_start_lbl label.
8368 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8369 of foo/bar for emitting DWARF and tracing.
8370
83712016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8372
8373 * analyze-racy-logs.py: Set executable bit.
8374
83752016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8376
8377 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8378 (CHECK_TARGET_TMP): Likewise.
8379 (check-single-racy): New rule.
8380 (check-parallel-racy): Likewise.
8381 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8382 (do-check-parallel-racy): New rule.
8383 (check-racy/%.exp): Likewise.
8384 * README (Racy testcases): New section.
8385 * analyze-racy-logs.py: New file.
8386
83872016-03-03 Doug Evans <dje@google.com>
8388
8389 * gdb.base/skip.exp: Use with_test_prefix.
8390
83912016-03-03 Yao Qi <yao.qi@linaro.org>
8392
8393 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8394 Invoke step_over_syscall "clone" and break_cond_on_syscall
8395 "clone".
8396 * gdb.base/step-over-clone.c: New file.
8397
83982016-03-03 Yao Qi <yao.qi@linaro.org>
8399
8400 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8401 code format.
8402
84032016-03-03 Yao Qi <yao.qi@linaro.org>
8404
8405 * gdb.base/disp-step-fork.c: Rename to ...
8406 * gdb.base/step-over-fork.c: ... it. New file.
8407 * gdb.base/disp-step-vfork.c: Rename to ...
8408 * gdb.base/step-over-vfork.c: ... it. New file.
8409 * gdb.base/disp-step-syscall.exp: Rename to ...
8410 * gdb.base/step-over-syscall.exp: ... it. New file.
8411 (disp_step_cross_syscall): Rename to ...
8412 (step_over_syscall): ... it.
8413
84142016-03-03 Yao Qi <yao.qi@linaro.org>
8415
8416 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8417 If target supports condition evaluation on target, invoke
8418 break_cond_on_syscall for fork and vfork.
8419
84202016-03-03 Yao Qi <yao.qi@linaro.org>
8421
8422 * gdb.base/disp-step-syscall.exp: Don't invoke
8423 support_displaced_stepping.
8424 (disp_step_cross_syscall): Test with displaced stepping off and
8425 on if supported.
8426
84272016-03-03 Yao Qi <yao.qi@linaro.org>
8428
8429 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8430 proc.
8431 (setup): New proc.
8432 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8433 and setup.
8434
84352016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8436
8437 * gdb.fortran/vla-history.exp: Remove breakpoint.
8438
84392016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8440
8441 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8442 exceeds timeout.
8443
84442016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8445
8446 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8447 breakpoint.
8448
84492016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8450
8451 * gdb.mi/vla.f90: Nullify pointer after declaration.
8452
84532016-03-01 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8456
84572016-03-01 Pedro Alves <palves@redhat.com>
8458
8459 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8460 before anything else.
8461 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8462 _GNU_SOURCE here.
8463 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8464 before anything else.
8465 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8466
84672016-03-01 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8470
84712016-03-01 Yao Qi <yao.qi@linaro.org>
8472
8473 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8474 prepare_for_testing.
8475
84762016-03-01 Yao Qi <yao.qi@linaro.org>
8477
8478 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8479
84802016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8481
8482 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8483 manually constructing the output path.
8484
84852016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8486
8487 * gdb.arch/s390-stackless.S: New.
8488 * gdb.arch/s390-stackless.exp: New.
8489
84902016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8491
8492 * gdb.dlang/circular.c: New file.
8493 * gdb.dlang/circular.exp: New file.
8494
84952016-02-26 Yao Qi <yao.qi@linaro.org>
8496
8497 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8498 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8499 (testcases): Update.
8500
85012016-02-26 Yao Qi <yao.qi@linaro.org>
8502
8503 * gdb.reverse/aarch64.c: Rename to ...
8504 * gdb.reverse/insn-reverse.c: ... it.
8505 * gdb.reverse/aarch64.exp: Rename to ...
8506 * gdb.reverse/insn-reverse.exp: ... it.
8507
85082016-02-26 Yao Qi <yao.qi@linaro.org>
8509
8510 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8511 (testcase_ftype): New.
8512 (testcases): New array.
8513 (n_testcases): New.
8514 (main): Call each element in testcases.
8515 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8516 (read_testcase): New.
8517 Do the tests in a loop.
8518
85192016-02-25 Yao Qi <yao.qi@linaro.org>
8520
8521 * gdb.base/branches.c: Remove.
8522
85232016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8524
8525 PR gdb/13808
8526 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8527
85282016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8529
8530 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8531
85322016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8533
8534 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8535 change x86_64 call_insn to 'callq'.
8536
85372016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8538
8539 * gdb.trace/tfile-avx.c: Move to...
8540 * gdb.trace/tracefile-pseudo-reg.c: Here.
8541 * gdb.trace/tfile-avx.exp: Move to...
8542 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8543
85442016-02-24 Gary Benson <gbenson@redhat.com>
8545
8546 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8547 message on attach.
8548
85492016-02-23 Doug Evans <dje@google.com>
8550
8551 * gdb.base/skip.c (test_skip): New function.
8552 (end_test_skip_file_and_function): New function.
8553 (test_skip_file_and_function): New function.
8554 * gdb.base/skip1.c (test_skip): New function.
8555 (skip1_test_skip_file_and_function): New function.
8556 * gdb.base/skip.exp: Add tests for new skip options.
8557 * gdb.base/skip-solib.exp: Update expected output.
8558 * gdb.perf/skip-command.cc: New file.
8559 * gdb.perf/skip-command.exp: New file.
8560 * gdb.perf/skip-command.py: New file.
8561
85622016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8563
8564 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8565 info registers pattern.
8566
85672016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8568
8569 * lib/future.exp: Add D support.
8570 (gdb_find_gdc): New proc.
8571 (gdb_default_target_compile): Add D support.
8572
85732016-02-18 Wei-cheng Wang <cole945@gmail.com>
8574
8575 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8576 user+system time.
8577 (trace_speed_test): Determine the iteration count for a time
8578 between 15..30 seconds.
8579
85802016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8581
8582 * gdb.arch/i386-mpx-sigsegv.c: New file.
8583 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8584 * gdb.arch/i386-mpx-simple_segv.c: New file.
8585 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8586
85872016-02-18 Yao Qi <yao.qi@linaro.org>
8588
8589 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8590 Don't call setup_kfail.
8591
85922016-02-18 Yao Qi <yao.qi@linaro.org>
8593
8594 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8595 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8596
85972016-02-16 Doug Evans <dje@google.com>
8598
8599 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8600 * gdb.base/skip1.c: Ditto.
8601 * gdb.base/skip.exp: Whitespace cleanup.
8602
86032016-02-16 Don Breazeal <donb@codesourcery.com>
8604
8605 PR remote/19496
8606 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8607 Remove kfail for PR remote/19496.
8608
86092016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8610
8611 * lib/gdb.exp (standard_temp_file): Return a path specific to
8612 the runtest invocation.
8613
86142016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8615
8616 * gdb.trace/save-trace.exp: Change relative path to be in the
8617 standard output directory.
8618
86192016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8620
8621 * gdb.arch/i386-prologue.c: Add missing prototypes.
8622
86232016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8624
8625 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8626 * gdb.arch/i386-prologue.exp: Likewise.
8627 * gdb.arch/i386-size.exp: Likewise.
8628
86292016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8630
8631 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8632 define object file path.
8633 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8634 file path.
8635 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8636 standard_output_file to define binfile.
8637
86382016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8639
8640 Fix compatibility with recent gfortran-5.3.1.
8641 * gdb.fortran/vla-history.exp (print vla1 allocated)
8642 (print vla2 allocated, print $2, print $3): Remove
8643 (print $4): Rename to ...
8644 (print $2): ... here.
8645 (print $9): Rename to ...
8646 (print $5): ... here.
8647 (print $10): Rename to ...
8648 (print $6): ... here.
8649 * gdb.fortran/vla.f90: Add pvla initialization.
8650
86512016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8652
8653 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8654 New test.
8655 * gdb.fortran/vla-value-sub.exp: Likewise.
8656
86572016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8658
8659 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8660
86612016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8662
8663 * i386-biarch-core.exp: Define corefile using
8664 standard_output_file.
8665
86662016-02-12 Yao Qi <yao.qi@linaro.org>
8667
8668 * gdb.arch/arm-single-step-kernel-helper.c: New.
8669 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8670
86712016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8672
8673 * gdb.btrace/tailcall-only.exp: New.
8674 * gdb.btrace/tailcall-only.c: New.
8675 * gdb.btrace/x86_64-tailcall-only.S: New.
8676 * gdb.btrace/i686-tailcall-only.S: New.
8677
86782016-02-11 Pedro Alves <palves@redhat.com>
8679
8680 * README (Parallel testing): Add missing double quotes.
8681
86822016-02-11 Pedro Alves <palves@redhat.com>
8683
8684 * README (Parallel testing): New section.
8685 (GDB_PARALLEL): Rewrite.
8686 (FORCE_PARALLEL): Document.
8687
86882016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8689
8690 * gdb.trace/tfile-avx.c: New test.
8691 * gdb.trace/tfile-avx.exp: New test.
8692
86932016-02-09 Keith Seitz <keiths@redhat.com>
8694
8695 PR breakpoints/19546
8696 * gdb.base/infcall-exec.c: New file.
8697 * gdb.base/infcall-exec2.c: New file.
8698 * gdb.base/infcall-exec.exp: New file.
8699
87002016-02-09 Keith Seitz <keiths@redhat.com>
8701
8702 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8703 (toplevel): Call test_bkpt_address.
8704
87052016-02-09 Keith Seitz <keiths@redhat.com>
8706
8707 PR python/19506
8708 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8709 (toplevel): Call test_bkpt_address.
8710
87112016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8712
8713 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8714 to AC_OUTPUT.
8715 * configure: Regenerate.
8716
87172016-02-09 Pedro Alves <palves@redhat.com>
8718
8719 PR breakpoints/19548
8720 * gdb.base/execl-update-breakpoints.c (some_function): New
8721 function.
8722 (main): Call it.
8723 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8724 Tighten expected GDB output.
8725
87262016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8727
8728 * Makefile.in (ALL_SUBDIRS): Remove.
8729 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8730 (distclean maintainer-clean realclean): Likewise.
8731 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8732 * configure: Regenerate.
8733 * gdb.ada/Makefile.in: Delete.
8734 * gdb.arch/Makefile.in: Likewise.
8735 * gdb.asm/Makefile.in: Likewise.
8736 * gdb.base/Makefile.in: Likewise.
8737 * gdb.btrace/Makefile.in: Likewise.
8738 * gdb.cell/Makefile.in: Likewise.
8739 * gdb.compile/Makefile.in: Likewise.
8740 * gdb.cp/Makefile.in: Likewise.
8741 * gdb.disasm/Makefile.in: Likewise.
8742 * gdb.dlang/Makefile.in: Likewise.
8743 * gdb.dwarf2/Makefile.in: Likewise.
8744 * gdb.fortran/Makefile.in: Likewise.
8745 * gdb.gdb/Makefile.in: Likewise.
8746 * gdb.go/Makefile.in: Likewise.
8747 * gdb.guile/Makefile.in: Likewise.
8748 * gdb.java/Makefile.in: Likewise.
8749 * gdb.linespec/Makefile.in: Likewise.
8750 * gdb.mi/Makefile.in: Likewise.
8751 * gdb.modula2/Makefile.in: Likewise.
8752 * gdb.multi/Makefile.in: Likewise.
8753 * gdb.objc/Makefile.in: Likewise.
8754 * gdb.opencl/Makefile.in: Likewise.
8755 * gdb.opt/Makefile.in: Likewise.
8756 * gdb.pascal/Makefile.in: Likewise.
8757 * gdb.perf/Makefile.in: Likewise.
8758 * gdb.python/Makefile.in: Likewise.
8759 * gdb.reverse/Makefile.in: Likewise.
8760 * gdb.server/Makefile.in: Likewise.
8761 * gdb.stabs/Makefile.in: Likewise.
8762 * gdb.threads/Makefile.in: Likewise.
8763 * gdb.trace/Makefile.in: Likewise.
8764 * gdb.xml/Makefile.in: Likewise.
8765 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8766 GDB_PARALLEL.
8767 (standard_output_file): Remove check for GDB_PARALLEL, always
8768 return path in outputs/$subdir/$testname.
8769
87702016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8771
8772 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8773 (site.exp): Assign abs_srcdir to tcl's srcdir.
8774
87752016-02-04 Yao Qi <yao.qi@linaro.org>
8776
8777 * gdb.base/foll-exec-mode.c: Include limits.h.
8778 (main): Add parameters argc and argv. Get directory from
8779 argv[0].
8780 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8781 compilation.
8782 * gdb.base/foll-exec.c: Include limits.h.
8783 (main): Add parameters argc and argv.
8784 Get directory from argv[0].
8785 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8786 Adjust tests on the number of lines as source code changed.
8787 * gdb.base/foll-vfork-exit.c: Include limits.h.
8788 (main): Add one line of statement before vfork.
8789 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8790 (main): Add parameters argc and argv. Get directory from
8791 argv[0].
8792 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8793 (setup_gdb): Set tbreak to skip some source lines.
8794 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8795 (main): Add parameters argc and argv. Get directory from
8796 argv[0].
8797 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8798 compilation.
8799 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8800 (main): Add parameters argc and argv. Get directory from
8801 argv[0].
8802 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8803 compilation.
8804
88052016-02-01 Doug Evans <dje@google.com>
8806
8807 * gdb.base/skip.exp: Clean up multiple references to same test name.
8808
88092016-02-01 Pedro Alves <palves@redhat.com>
8810
8811 PR remote/19496
8812 * gdb.threads/forking-threads-plus-breakpoint.exp
8813 (displaced_stepping_supported): New global.
8814 (probe_displaced_stepping_support): New procedure.
8815 (do_test): Add 'displaced' parameter, and use it.
8816 (top level): Check for displaced stepping support. Add displaced
8817 stepping on/off testing axis.
8818
88192016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8820
8821 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8822 pointer. Don't perform further tests on the unassociated pointer
8823 if the first test fails.
8824
88252016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8826
8827 * gdb.base/max-value-size.c: New file.
8828 * gdb.base/max-value-size.exp: New file.
8829 * gdb.base/huge.exp: Disable max-value-size for this test.
8830
88312016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8832
8833 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8834
88352016-01-28 Yao Qi <yao.qi@linaro.org>
8836
8837 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8838
88392016-01-25 Pedro Alves <palves@redhat.com>
8840
8841 PR threads/19461
8842 * gdb.base/fork-running-state.c: New file.
8843 * gdb.base/fork-running-state.exp: New file.
8844
88452016-01-25 Pedro Alves <palves@redhat.com>
8846
8847 PR gdb/19494
8848 * gdb.base/catch-fork-kill.c: New file.
8849 * gdb.base/catch-fork-kill.exp: New file.
8850
88512016-01-25 Pedro Alves <palves@redhat.com>
8852
8853 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8854 Delete, moved to lib/gdb.exp.
8855 * gdb.threads/forking-threads-plus-breakpoint.exp
8856 (foreach_with_prefix): Likewise.
8857 * gdb.threads/process-dies-while-handling-bp.exp
8858 (foreach_with_prefix): Likewise.
8859 * lib/gdb.exp (foreach_with_prefix): New procedure.
8860
88612016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8862
8863 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8864 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8865
88662016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8867
8868 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8869 endian targets.
8870
88712016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8872 Pedro Alves <palves@redhat.com>
8873
8874 Fix testsuite compatibility with Guile.
8875 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8876 number.
8877
88782016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8879
8880 Fix testsuite compatibility with Guile.
8881 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8882 (thread 1): New test for backtrace through signal handler.
8883
88842016-01-22 Yao Qi <yao.qi@linaro.org>
8885
8886 PR testsuite/19491
8887 * gdb.base/multi-forks.c: Include
8888 ../lib/unbuffer_output.c
8889 (main): Call gdb_unbuffer_output.
8890
88912016-01-21 Doug Evans <dje@google.com>
8892
8893 * lib/ada.exp (gdb_compile_ada): Fix typo.
8894
88952016-01-21 Joel Brobecker <brobecker@adacore.com>
8896
8897 * gdb.base/break-fun-addr.exp: New file.
8898 * gdb.base/break-fun-addr1.c: New file.
8899 * gdb.base/break-fun-addr2.c: New file.
8900
89012016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8902
8903 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8904 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8905 enum flag values.
8906
89072016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8908
8909 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8910 when GDB can not set the vector return value. Add more comments
8911 for clarification.
8912
89132016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8914
8915 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8916 command.
8917
89182016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8919
8920 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8921
89222016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8923
8924 * Makefile.in (check-single): Pass --status to runtest.
8925 (check/%.exp): Likewise.
8926
89272016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8928
8929 * Makefile.in (check-parallel): Propagate return code from make
8930 do-check-parallel.
8931
89322016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8933
8934 * gdb.trace/ftrace.exp: Fix expected message on continue.
8935 * gdb.trace/pending.exp: Fix expected message on continue.
8936 * gdb.trace/trace-break.exp: Fix expected message on continue.
8937
89382016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8939
8940 * lib/gdb.exp (gdb_test): Remove unused global references.
8941
89422016-01-18 Pedro Alves <palves@redhat.com>
8943
8944 * gdb.base/async-shell.exp: Adjust expected output.
8945 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8946 * gdb.base/siginfo-thread.exp: Adjust expected output.
8947 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8948 * gdb.java/jnpe.exp: Adjust expected output.
8949 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8950 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8951 * gdb.threads/leader-exit.exp: Adjust expected output.
8952 * gdb.threads/manythreads.exp: Adjust expected output.
8953 * gdb.threads/pthreads.exp: Adjust expected output.
8954 * gdb.threads/schedlock.exp: Adjust expected output.
8955 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8956 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8957 expected output.
8958 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8959 output.
8960 * gdb.threads/sigthread.exp: Adjust expected output.
8961 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8962
89632016-01-18 Yao Qi <yao.qi@linaro.org>
8964
8965 * gdb.guile/scm-section-script.c: Replace @progbits with
8966 %progbits.
8967 * gdb.python/py-section-script.c: Likewise.
8968
89692016-01-15 Pedro Alves <palves@redhat.com>
8970
8971 * gdb.multi/tids.exp: Test star wildcard ranges.
8972
89732016-01-15 Pedro Alves <palves@redhat.com>
8974
8975 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8976 command from "thread apply" invocation.
8977 (thr_apply_info_thr_invalid): Default the expected output to the
8978 input tid list.
8979 (top level): Add tests that use convenience variables. Add tests
8980 for "thread apply" with a valid TID list, but missing the command.
8981
89822016-01-13 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.base/default.exp: Expect $_gthread as well.
8985 * gdb.multi/tids.exp: Test $_gthread.
8986 * gdb.threads/thread-specific.exp: Test $_gthread.
8987
89882016-01-13 Pedro Alves <palves@redhat.com>
8989
8990 * gdb.multi/tids.exp: Test "info threads -gid".
8991
89922016-01-13 Pedro Alves <palves@redhat.com>
8993
8994 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8995 Breakpoint.thread.
8996 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8997
89982016-01-07 Pedro Alves <palves@redhat.com>
8999
9000 * gdb.base/break.exp: Adjust to output changes.
9001 * gdb.base/hbreak2.exp: Likewise.
9002 * gdb.base/sepdebug.exp: Likewise.
9003 * gdb.base/watch_thread_num.exp: Likewise.
9004 * gdb.linespec/keywords.exp: Likewise.
9005 * gdb.multi/info-threads.exp: Likewise.
9006 * gdb.threads/thread-find.exp: Likewise.
9007 * gdb.multi/tids.c: New file.
9008 * gdb.multi/tids.exp: New file.
9009
90102016-01-13 Pedro Alves <palves@redhat.com>
9011
9012 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9013
90142016-01-13 Pedro Alves <palves@redhat.com>
9015
9016 * gdb.base/default.exp: Expect $_inferior as well.
9017 * gdb.multi/base.exp: Test $_inferior.
9018
90192016-01-13 Pedro Alves <palves@redhat.com>
9020
9021 PR breakpoints/19388
9022 * gdb.base/catch-signal-siginfo-cond.c: New file.
9023 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9024
90252016-01-12 Josh Stone <jistone@redhat.com>
9026 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9027
9028 * gdb.base/catch-syscall.c (do_execve): New variable.
9029 (main): Conditionally trigger an execve.
9030 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9031 (test_catch_syscall_execve): New, check entry/return across execve.
9032 (do_syscall_tests): Call test_catch_syscall_execve.
9033
90342016-01-12 Pedro Alves <palves@redhat.com>
9035
9036 * gdb.base/random-signal.exp (do_test): New procedure, with body
9037 of testcase moved in.
9038
90392016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9040 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.base/funcargs.exp (finish from indirectly called function):
9043 Reintroduce the case for 'First'.
9044
90452016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9046 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9049 (tcatch_vfork_then_child_follow_exec)
9050 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9051 identification.
9052
90532016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9054
9055 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9056 and repeats to unlimited.
9057 * gdb.python/py-value.exp: Likewise.
9058 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9059 and repeats to unlimited.
9060
90612016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9062
9063 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9064 and reordering the functions.
9065 * gdb.multi/hangout.c: Likewise.
9066 * gdb.multi/hello.c: Likewise.
9067
90682016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9069
9070 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9071 absolute.
9072 (SingleStatisticTestResult.report): Use dict.keys instead of
9073 dict.iterkeys.
9074
90752016-01-06 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9078
90792016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9080
9081 * gdb.btrace/dlopen.exp: New.
9082 * gdb.btrace/dlopen.c: New.
9083 * gdb.btrace/dlopen-dso.c: New.
9084
90852015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9086
9087 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9088 PATTERN argument is optional.
9089
90902015-12-24 Joel Brobecker <brobecker@adacore.com>
9091
9092 * lib/ada.exp (target_compile_ada_from_dir): New function.
9093 (gdb_compile_ada): Reimplement avoiding the use of project files.
9094 * gdb.ada/gnat_ada.gpr: Delete.
9095 * gdb.ada/cond_lang.exp: Adjust test to make path before
9096 filename optional.
9097 * gdb.ada/small_reg_param.exp: Likewise.
9098
90992015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9100
9101 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9102
91032015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9104
9105 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9106 case.
9107
91082015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9109
9110 * gdb.base/break.exp: Remove dead code.
9111 * gdb.base/sepdebug.exp: Likewise.
9112
91132015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9114
9115 * gdb.asm/asm-source.exp: Remove HP-UX references.
9116 * gdb.base/annota1.exp: Likewise.
9117 * gdb.base/annota3.exp: Likewise.
9118 * gdb.base/attach.exp: Likewise.
9119 * gdb.base/bigcore.exp: Likewise.
9120 * gdb.base/break.exp: Likewise.
9121 * gdb.base/call-ar-st.exp: Likewise.
9122 * gdb.base/callfuncs.exp: Likewise.
9123 * gdb.base/catch-fork-static.exp: Likewise.
9124 * gdb.base/display.exp: Likewise.
9125 * gdb.base/foll-exec-mode.exp: Likewise.
9126 * gdb.base/foll-exec.exp: Likewise.
9127 * gdb.base/foll-fork.exp: Likewise.
9128 * gdb.base/foll-vfork.exp: Likewise.
9129 * gdb.base/funcargs.exp: Likewise.
9130 * gdb.base/hbreak2.exp: Likewise.
9131 * gdb.base/inferior-died.exp: Likewise.
9132 * gdb.base/interrupt.exp: Likewise.
9133 * gdb.base/multi-forks.exp: Likewise.
9134 * gdb.base/nodebug.exp: Likewise.
9135 * gdb.base/sepdebug.exp: Likewise.
9136 * gdb.base/solib1.c: Likewise.
9137 * gdb.base/step-test.exp: Likewise.
9138 * gdb.mi/non-stop.c: Likewise.
9139 * gdb.mi/pthreads.c: Likewise.
9140 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9141 * gdb.threads/pthreads.c: Likewise.
9142 * gdb.threads/staticthreads.exp: Likewise.
9143 * lib/future.exp: Likewise.
9144 * lib/gdb.exp: Likewise.
9145 * gdb.base/so-indr-cl.c: Remove.
9146 * gdb.base/so-indr-cl.exp: Likewise.
9147 * gdb.base/solib.c: Likewise.
9148 * gdb.base/solib.exp: Likewise.
9149 * gdb.base/solib2.c: Likewise.
9150
91512015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9152
9153 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9154 * gdb.base/call-ar-st.exp: Likewise.
9155 * gdb.base/callfuncs.exp: Likewise.
9156 * gdb.base/condbreak.exp: Likewise.
9157 * gdb.base/constvars.exp: Likewise.
9158 * gdb.base/hbreak2.exp: Likewise.
9159 * gdb.base/langs.exp: Likewise.
9160 * gdb.base/list.exp: Likewise.
9161 * gdb.base/long_long.exp: Likewise.
9162 * gdb.base/ptype.exp: Likewise.
9163 * gdb.base/scope.exp: Likewise.
9164 * gdb.base/signals.exp: Likewise.
9165 * gdb.base/so-impl-ld.exp: Likewise.
9166 * gdb.base/varargs.exp: Likewise.
9167 * gdb.base/volatile.exp: Likewise.
9168 * gdb.base/whatis.exp: Likewise.
9169 * gdb.cp/cplusfuncs.exp: Likewise.
9170 * gdb.cp/inherit.exp: Likewise.
9171 * gdb.cp/local.exp: Likewise.
9172 * gdb.cp/member-ptr.exp: Likewise.
9173 * gdb.cp/method.exp: Likewise.
9174 * gdb.cp/overload.exp: Likewise.
9175 * gdb.cp/templates.exp: Likewise.
9176 * gdb.stabs/weird.exp: Likewise.
9177 * lib/compiler.c: Likewise.
9178 * lib/compiler.cc: Likewise.
9179 * lib/cp-support.exp: Likewise.
9180 * lib/gdb.exp: Likewise.
9181
91822015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9183
9184 * configure.ac: Remove HP-UX case.
9185 * configure: Regenerate.
9186
91872015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9188
9189 * lib/gdb.exp (gdb_compile): Add function doc.
9190
91912015-12-17 Pedro Alves <palves@redhat.com>
9192
9193 PR threads/19354
9194 * gdb.multi/info-threads.exp: New file.
9195
91962015-12-15 Yao Qi <yao.qi@linaro.org>
9197
9198 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9199 is aarch64*-*-*.
9200
92012015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9202
9203 * gdb.base/history-duplicates.exp: Skip if no readline support.
9204
92052015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9206
9207 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9208
92092015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9210
9211 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9212
92132015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9214
9215 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9216 ctrl-C if nointerrupts target property is set.
9217 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9218 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9219 * gdb.base/paginate-bg-execution.exp: Likewise.
9220 * gdb.base/paginate-execution-startup.exp: Likewise.
9221 * gdb.base/random-signal.exp: Likewise.
9222 * gdb.base/range-stepping.exp: Likewise.
9223 * gdb.cp/annota2.exp: Likewise.
9224 * gdb.cp/annota3.exp: Likewise.
9225 * gdb.gdb/selftest.exp: Likewise.
9226 * gdb.threads/continue-pending-status.exp: Likewise.
9227 * gdb.threads/leader-exit.exp: Likewise.
9228 * gdb.threads/manythreads.exp: Likewise.
9229 * gdb.threads/pthreads.exp: Likewise.
9230 * gdb.threads/schedlock.exp: Likewise.
9231 * gdb.threads/sigthread.exp: Likewise.
9232
92332015-12-11 Don Breazeal <donb@codesourcery.com>
9234
9235 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9236 remote.
9237 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9238 * gdb.base/foll-exec.exp (main): Enable for target remote.
9239 * gdb.base/foll-fork.exp (main): Likewise.
9240 * gdb.base/foll-vfork.exp (main): Likewise.
9241 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9242 (proc continue_to_exit_bp_loc): Use clean_restart.
9243 * gdb.base/pie-execl.exp (main): Disable for target remote.
9244 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9245 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9246 * gdb.threads/execl.exp (main): Likewise.
9247 * gdb.threads/fork-child-threads.exp (main): Likewise.
9248 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9249 remote.
9250 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9251 remote.
9252 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9253 pid.tid style ptids, instead of just tid.
9254 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9255 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9256 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9257 ptids, instead of just tid.
9258
92592015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9260
9261 * gdb.base/list.exp (test_list_forward): Add end of file error
9262 test.
9263 (test_repeat_list_command): Add end of file error test.
9264 (test_list_backwards): Add beginning of file error test.
9265
92662015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9267
9268 * gdb.base/list.exp (test_list_invalid_args): New function,
9269 defined, and called.
9270
92712015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9272
9273 * gdb.base/list.exp (test_list): Make test names unique.
9274
92752015-12-11 Yao Qi <yao.qi@linaro.org>
9276
9277 * gdb.base/coremaker2.c: Remove.
9278
92792015-12-10 Pedro Alves <palves@redhat.com>
9280
9281 * gdb.multi/base.exp: Remove stale "spaces" references.
9282
92832015-12-10 Pedro Alves <palves@redhat.com>
9284
9285 * gdb.multi/base.exp: Don't use nowarnings.
9286 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9287 * gdb.multi/hangout.c: Include stdio.h.
9288 * gdb.multi/hello.c: Include stdlib.h.
9289 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9290 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9291 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9292
92932015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9294
9295 * gdb.dwarf2/dw2-ranges-base.c: New file.
9296 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9297 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9298 support additional line table, and debug ranges generation.
9299 (Dwarf::ranges): New function, generate .debug_ranges.
9300 (Dwarf::lines): Support generating simple line table programs.
9301 (Dwarf::assemble): Initialise new namespace variables.
9302
93032015-12-09 Kevin Buettner <kevinb@redhat.com>
9304
9305 * gdb.base/async.exp (proc test_background): Add case for
9306 asynchronous execution not supported.
9307
93082015-12-09 Luis Machado <lgustavo@codesourcery.com>
9309
9310 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9311 format and change test names to make them unique.
9312
93132015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9314 Pedro Alves <pedro@redhat.com>
9315
9316 PR gdb/18702
9317 Add checking of floatformats setup on x86_64 hosts.
9318 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9319 (smallval, bigval): New labels/constants.
9320 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9321 float" after loading bigval and smallval.
9322
93232015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9324
9325 * gdb.ada/fun_overload_menu.exp: New testcase.
9326 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9327
93282015-12-04 Josh Stone <jistone@redhat.com>
9329
9330 * gdb.base/catch-fork-static.exp: New.
9331
93322015-12-03 Yao Qi <yao.qi@linaro.org>
9333
9334 * gdb.base/sizeof.c: Don't include stdio.h and
9335 ../lib/unbuffer_output.c.
9336 (main): New variable 'size' and 'value'. Remove printf and
9337 gdb_unbuffer_output. Assign return value to size and value.
9338 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9339 at the beginning.
9340 (check_sizeof): Check the result by printing variable 'size'.
9341 (check_valueof): Check the result by printing variable 'value'.
9342
93432015-12-01 Yao Qi <yao.qi@linaro.org>
9344
9345 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9346 for aarch64*-*-linux* target.
9347
93482015-11-30 Pedro Alves <palves@redhat.com>
9349
9350 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9351
93522015-11-30 Pedro Alves <palves@redhat.com>
9353
9354 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9355 Handle non-stop mode vCont replies.
9356
93572015-11-30 Pedro Alves <palves@redhat.com>
9358
9359 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9360 prepare_for_testing. Start gdb with "set non-stop on" appended to
9361 GDBFLAGS. Lax expected stop output.
9362
93632015-11-27 Yao Qi <yao.qi@linaro.org>
9364
9365 * gdb.arch/arm-neon.exp: New.
9366 * gdb.arch/arm-neon.c: New.
9367
93682015-11-27 Yao Qi <yao.qi@linaro.org>
9369
9370 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9371
93722015-11-27 Yao Qi <yao.qi@linaro.org>
9373
9374 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9375 frames-invalid annotation.
9376
93772015-11-27 Yao Qi <yao.qi@linaro.org>
9378
9379 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9380
93812015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9382
9383 * gdb.threads/names.exp: New file.
9384 * gdb.threads/names.c: New file.
9385 * README: Mention gdb,no_thread_names.
9386
93872015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9388
9389 PR 19297
9390 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9391 support" error.
9392
93932015-11-24 Pedro Alves <palves@redhat.com>
9394
9395 PR 17539
9396 * gdb.base/display.exp: Expect displays to be sorted in ascending
9397 order. Use multi_line.
9398 * gdb.base/solib-display.exp: Likewise.
9399
94002015-11-24 Pedro Alves <palves@redhat.com>
9401
9402 PR 17539
9403 * gdb.base/display.exp: Expect displays to be sorted in ascending
9404 order. Use multi_line.
9405 * gdb.base/solib-display.exp: Likewise.
9406
94072015-11-24 Pedro Alves <palves@redhat.com>
9408
9409 PR 17539
9410 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9411 threads in ascending order.
9412 * gdb.base/foll-fork.exp: Likewise.
9413 * gdb.base/foll-vfork.exp: Likewise.
9414 * gdb.base/multi-forks.exp: Likewise.
9415 * gdb.mi/mi-nonstop.exp: Likewise.
9416 * gdb.mi/mi-nsintrall.exp: Likewise.
9417 * gdb.multi/base.exp: Likewise.
9418 * gdb.multi/multi-arch.exp: Likewise.
9419 * gdb.python/py-inferior.exp: Likewise.
9420 * gdb.threads/break-while-running.exp: Likewise.
9421 * gdb.threads/execl.exp: Likewise.
9422 * gdb.threads/gcore-thread.exp: Likewise.
9423 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9424 * gdb.threads/kill.exp: Likewise.
9425 * gdb.threads/linux-dp.exp: Likewise.
9426 * gdb.threads/multiple-step-overs.exp: Likewise.
9427 * gdb.threads/next-bp-other-thread.exp: Likewise.
9428 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9429 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9430 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9431 * gdb.threads/thread-find.exp: Likewise.
9432 * gdb.threads/tls.exp: Likewise.
9433 * lib/mi-support.exp (mi_reverse_list): Delete.
9434 (mi_check_thread_states): No longer reverse list.
9435
94362015-11-24 Pedro Alves <palves@redhat.com>
9437
9438 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9439 use lowercase.
9440
94412015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9442
9443 * gdb.trace/actions.c: Include trace-common.h.
9444 (main): Add a location for a fast tracepoint.
9445 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9446 the normal tracepoints.
9447 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9448
94492015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9450
9451 * save-trace.exp: Factor out code to these...
9452 (gdb_save_tracepoints): New.
9453 (gdb_load_tracepoints): New.
9454 (do_save_load_test): New.
9455
94562015-11-23 Kevin Buettner <kevinb@redhat.com>
9457
9458 * gdb.base/asmlabel.exp: New test.
9459 * gdb.base/asmlabel.c: New test case.
9460
94612015-11-23 Joel Brobecker <brobecker@adacore.com>
9462
9463 * gdb.base/wrong_frame_bt_full-main.c: New file.
9464 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9465 * gdb.base/wrong_frame_bt_full.exp: New file.
9466
94672015-11-23 Joel Brobecker <brobecker@adacore.com>
9468
9469 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9470
94712015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9472
9473 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9474 pstate register when comparing registers values in
9475 sparc64-*-linux-gnu targets to avoid spurious differences.
9476
94772015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9478
9479 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9480
94812015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9482
9483 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9484 as type argument to gdb_compile.
9485 * gdb.base/nested-subp2.exp: Likewise.
9486 * gdb.base/nested-subp3.exp: Likewise.
9487
94882015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9489
9490 * lib/dwarf.exp (_note): Fix left shift of negative value.
9491 * gdb.trace/trace-condition.exp: Likewise.
9492
94932015-11-13 Yao Qi <yao.qi@linaro.org>
9494
9495 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9496 comments about d10v.
9497 (test_scalar_returns): Likewise.
9498 * gdb.base/d10v.ld: Remove.
9499 * gdb.base/overlays.exp: Remove the target triplet checking for
9500 d10v-*-*.
9501 * gdb.base/structs.exp (test_struct_returns): Remove the
9502 comments about d10v.
9503 (test_struct_calls): Likewise.
9504
95052015-11-13 Yao Qi <yao.qi@linaro.org>
9506
9507 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9508 * gdb.base/gnu_vector.c: Don't include stdio.h.
9509 (main): Don't print res and call add_some_intvecs.
9510
95112015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9512
9513 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9514 macro.
9515 (func5): Removed.
9516 (func4): Use FAST_TRACEPOINT_LABEL.
9517 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9518 macro.
9519 (func): Removed.
9520 (thread_function): Use FAST_TRACEPOINT_LABEL.
9521 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9522 (func): Remove.
9523 (marker): Use FAST_TRACEPOINT_LABEL.
9524 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9525 (pendfunc1): Remove.
9526 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9527 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9528 (foo): Remove.
9529 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9530 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9531 macro.
9532 (func): Remove.
9533 (marker): Use FAST_TRACEPOINT_LABEL.
9534 * gdb.trace/trace-common.h: New header.
9535 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9536 macro.
9537 (func): Remove.
9538 (marker): Use FAST_TRACEPOINT_LABEL.
9539 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9540 (func): Remove.
9541 (thread_function): Use FAST_TRACEPOINT_LABEL.
9542
95432015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9544
9545 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9546 in front.
9547 * gdb.trace/change-loc.exp: Use global pcreg definition.
9548 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9549 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9550 in front.
9551 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9552 * gdb.trace/pending.exp: Likewise.
9553 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9554 * gdb.trace/trace-break.exp: Likewise.
9555 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9556 in front.
9557 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9558 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9559 in front.
9560 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9561
95622015-11-09 Joel Brobecker <brobecker@adacore.com>
9563
9564 * gdb.ada/fin_fun_out: New testcase.
9565
95662015-11-07 Kevin Buettner <kevinb@redhat.com>
9567
9568 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9569 value associated with DW_AT_byte_size.
9570 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9571 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9572 DW_AT_upper_bound.
9573
95742015-11-07 Kevin Buettner <kevinb@redhat.com>
9575
9576 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9577 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9578 version.
9579 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9580 gdb.dwarf2/dw2-canonicalize-type.exp,
9581 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9582 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9583 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9584 provided by gdb_target_symbol_prefix_flags_asm.
9585 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9586 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9587 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9588 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9589 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9590 macros where needed). Use this macro for symbols which require
9591 the prefix provided by SYMBOL_PREFIX.
9592
95932015-11-05 Kevin Buettner <kevinb@redhat.com>
9594
9595 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9596 New procs.
9597 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9598 representing expressions, of more than one list element.
9599 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9600 to prepend linker symbol prefix to f.
9601 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9602 table_1 and table_2.
9603 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9604 Likewise, for f and g.
9605 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9606 for ptr.
9607 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9608 for main.
9609 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9610 table_1_ptr and table_2_ptr.
9611
96122015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9613 Joel Brobecker <brobecker@adacore.com>
9614
9615 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9616
96172015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9618
9619 * gdb.reverse/s390-mvcle.c: New test.
9620 * gdb.reverse/s390-mvcle.exp: New file.
9621 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9622
96232015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9624
9625 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9626
96272015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9628
9629 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9630 reaching marker2.
9631 * gdb.reverse/getresuid-reverse.exp: Likewise.
9632 * gdb.reverse/pipe-reverse.exp: Likewise.
9633 * gdb.reverse/readv-reverse.exp: Likewise.
9634 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9635 * gdb.reverse/time-reverse.exp: Likewise.
9636 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9637
96382015-10-30 Yao Qi <yao.qi@linaro.org>
9639
9640 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9641 (empty_cycle): Remove.
9642 (main): Don't call empty_cycle. Don't use watch_count_done.
9643 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9644 empty_cycle. Rewrite the code counting HW watchpoints.
9645
96462015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9647
9648 * gdb.reverse/fstatat-reverse.c: New test.
9649 * gdb.reverse/fstatat-reverse.exp: New file.
9650 * gdb.reverse/getresuid-reverse.c: New test.
9651 * gdb.reverse/getresuid-reverse.exp: New file.
9652 * gdb.reverse/pipe-reverse.c: New test.
9653 * gdb.reverse/pipe-reverse.exp: New file.
9654 * gdb.reverse/readv-reverse.c: New test.
9655 * gdb.reverse/readv-reverse.exp: New file.
9656 * gdb.reverse/recvmsg-reverse.c: New test.
9657 * gdb.reverse/recvmsg-reverse.exp: New file.
9658 * gdb.reverse/time-reverse.c: New test.
9659 * gdb.reverse/time-reverse.exp: New file.
9660 * gdb.reverse/waitpid-reverse.c: New test.
9661 * gdb.reverse/waitpid-reverse.exp: New file.
9662
96632015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9664
9665 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9666
96672015-10-26 Doug Evans <dje@google.com>
9668
9669 PR symtab/17391
9670 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9671 * gdb.dwarf2/bad-regnum.c: New file.
9672 * gdb.dwarf2/bad-regnum.exp: New file.
9673
96742015-10-26 Doug Evans <dje@google.com>
9675
9676 PR python/18938
9677 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9678 file.
9679
96802015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9681
9682 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9683 for a change by "Mention language in compile error message".
9684
96852015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9686
9687 PR python/18073
9688 * gdb.python/py-type.c (C::a_method): New.
9689 (C::a_const_method): New.
9690 (C::a_static_method): New.
9691 (a_function): New.
9692 * gdb.python/py-type.exp (test_fields): Test getting fields
9693 from function and method.
9694
96952015-10-21 Keven Boell <keven.boell@intel.com>
9696
9697 * gdb.fortran/vla-alloc-assoc.exp: New file.
9698 * gdb.fortran/vla-datatypes.exp: New file.
9699 * gdb.fortran/vla-datatypes.f90: New file.
9700 * gdb.fortran/vla-history.exp: New file.
9701 * gdb.fortran/vla-ptype-sub.exp: New file.
9702 * gdb.fortran/vla-ptype.exp: New file.
9703 * gdb.fortran/vla-sizeof.exp: New file.
9704 * gdb.fortran/vla-sub.f90: New file.
9705 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9706 * gdb.fortran/vla-value-sub-finish.exp: New file.
9707 * gdb.fortran/vla-value-sub.exp: New file.
9708 * gdb.fortran/vla-value.exp: New file.
9709 * gdb.fortran/vla-ptr-info.exp: New file.
9710 * gdb.mi/mi-vla-fortran.exp: New file.
9711 * gdb.mi/vla.f90: New file.
9712
97132015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9714
9715 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9716 of hardwired timeout value.
9717
97182015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9719 Pedro Alves <palves@redhat.com>
9720
9721 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9722 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9723
97242015-10-19 Josh Stone <jistone@redhat.com>
9725
9726 * gdb.base/catch-syscall.c: Include <sched.h>.
9727 (unknown_syscall): New variable.
9728 (main): Trigger a vfork and an unknown syscall.
9729 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9730 (unknown_syscall_number): Likewise.
9731 (check_call_to_syscall): Accept an optional syscall pattern.
9732 (check_return_from_syscall): Likewise.
9733 (check_continue): Likewise.
9734 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9735 (test_catch_syscall_skipping_return): New test toggling off 'catch
9736 syscall' to step over the syscall return, then toggling back on.
9737 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9738 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9739 (do_syscall_tests): Call test_catch_syscall_without_args and
9740 test_catch_syscall_mid_vfork.
9741 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9742 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9743
97442015-10-19 Andrew Stubbs <ams@codesourcery.com>
9745
9746 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9747 print g_vE): Add new pass patterns.
9748 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9749 print various symbol names for vptr fields.
9750
97512015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9752
9753 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9754 results.
9755
97562015-10-12 Yao Qi <yao.qi@linaro.org>
9757
9758 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9759
97602015-10-12 Yao Qi <yao.qi@linaro.org>
9761
9762 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9763 is aarch64*-*-linux*.
9764
97652015-10-12 Yao Qi <yao.qi@linaro.org>
9766
9767 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9768 (can_relocate_bcond_true): ... it.
9769 (can_relocate_bcond_false): New function.
9770 (foo): Likewise.
9771 (can_relocate_bl): Likewise.
9772 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9773 can_relocate_bl.
9774
97752015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9776
9777 * gdb.base/nested-addr.c: New file.
9778 * gdb.base/nested-addr.exp: New testcase.
9779
97802015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9781
9782 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9783 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9784 its output. Ignore the output of "record goto begin" and instead
9785 check that GDB is replaying.
9786
97872015-10-09 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9790 (top level): Use it in the run with no args test.
9791
97922015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9793
9794 * gdb.dlang/properties.exp: New file.
9795
97962015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9797
9798 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9799 whether or not address 0x1000 is mapped on the target.
9800
98012015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9802
9803 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9804 build.
9805
98062015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9807
9808 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9809 instruction-history test.
9810
98112015-09-28 Doug Evans <dje@google.com>
9812
9813 * gdb.base/gcore.c (array_func): Add reference to static_array.
9814
98152015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9816
9817 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9818 source line.
9819
98202015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9821
9822 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9823 short or char as base type.
9824
98252015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9826
9827 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9828 to allow any size enum.
9829
98302015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9831
9832 * gdb.ada/array_ptr_renaming.exp: New testcase.
9833 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9834 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9835
98362015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9837
9838 * gdb.trace/ftrace-lock.c: New file.
9839 * gdb.trace/ftrace-lock.exp: New file.
9840
98412015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9842
9843 * gdb.arch/insn-reloc.c: New file.
9844 * gdb.arch/ftrace-insn-reloc.exp: New file.
9845
98462015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9847
9848 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9849 instruction.
9850 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9851 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9852 * gdb.trace/range-stepping.c: Likewise.
9853 * gdb.trace/trace-break.c: Likewise.
9854 * gdb.trace/trace-mt.c (thread_function): Likewise.
9855 * gdb.trace/ftrace.c (marker): Likewise.
9856 * gdb.trace/trace-condition.c (marker): Likewise.
9857 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9858 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9859 is_aarch64_target.
9860
98612015-09-18 Doug Evans <xdje42@gmail.com>
9862
9863 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9864 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9865
98662015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9867
9868 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9869 the breakpoint.
9870
98712015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9872
9873 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9874 the pending breakpoint. Remove timeout override for "Run till
9875 MI pending breakpoint on pendfunc3 on thread 2" test.
9876
98772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9878
9879 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9880 filename pattern.
9881
98822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9883
9884 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9885 in breakpoint filename pattern.
9886
98872015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9888
9889 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9890
98912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9892
9893 * gdb.linespec/explicit.exp: Check for readline support for
9894 tab-completion tests. Fix obvious typo.
9895
98962015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9897
9898 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9899 and replay.
9900
99012015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9902
9903 * gdb.btrace/non-stop.c: New.
9904 * gdb.btrace/non-stop.exp: New.
9905
99062015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9907 Yao Qi <yao.qi@linaro.org>
9908
9909 * gdb.trace/trace-condition.c: New file.
9910 * gdb.trace/trace-condition.exp: New file.
9911
99122015-09-16 Wei-cheng Wang <cole945@gmail.com>
9913
9914 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9915 for testing bytecode compilation.
9916
99172015-09-16 Pedro Alves <palves@redhat.com>
9918 Sandra Loosemore <sandra@codesourcery.com>
9919
9920 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9921 (SECONDS): Redefine.
9922 (main): Call pthread_kill and alarm early.
9923 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9924 support.
9925 (test): If the target can't hardware step and doesn't support
9926 displaced stepping, increase the timeout.
9927
99282015-09-16 Pedro Alves <palves@redhat.com>
9929
9930 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9931 (enable_debug): New procedures.
9932 (test): Use them. Bail out if waiting for threads fails.
9933 (top level): Bail out if a test fails.
9934
99352015-09-16 Yao Qi <yao.qi@linaro.org>
9936
9937 * gdb.asm/asm-source.exp: Set asm-arch for
9938 aarch64*-*-* target.
9939 * gdb.asm/aarch64.inc: New file.
9940
99412015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9942
9943 * gdb.ada/array_of_variable_length.exp: New testcase.
9944 * gdb.ada/array_of_variable_length/foo.adb: New file.
9945 * gdb.ada/array_of_variable_length/pck.adb: New file.
9946 * gdb.ada/array_of_variable_length/pck.ads: New file.
9947
99482015-09-15 Doug Evans <dje@google.com>
9949
9950 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9951 of function static local variable.
9952
99532015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9954
9955 * gdb.threads/tls-so_extern.exp: New test file.
9956 * gdb.threads/tls-so_extern.c: New test file.
9957 * gdb.threads/tls-so_extern_main.c: New test file.
9958
99592015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9960
9961 * gdb.opt/solib-intra-step-lib.c: New file.
9962 * gdb.opt/solib-intra-step-main.c: New file.
9963 * gdb.opt/solib-intra-step.exp: New file.
9964
99652015-09-15 Pedro Alves <palves@redhat.com>
9966
9967 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9968 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9969
99702015-09-14 Pedro Alves <palves@redhat.com>
9971
9972 * gdb.base/hook-stop-continue.c: Delete.
9973 * gdb.base/hook-stop-continue.exp: Delete.
9974 * gdb.base/hook-stop-frame.c: Delete.
9975 * gdb.base/hook-stop-frame.exp: Delete.
9976 * gdb.base/hook-stop.c: New file.
9977 * gdb.base/hook-stop.exp: New file.
9978
99792015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9980
9981 * gdb.ada/access_to_packed_array.exp: New testcase.
9982 * gdb.ada/access_to_packed_array/foo.adb: New file.
9983 * gdb.ada/access_to_packed_array/pack.adb: New file.
9984 * gdb.ada/access_to_packed_array/pack.ads: New file.
9985
99862015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9987
9988 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9989 buffer size test.
9990
99912015-09-11 Don Breazeal <donb@codesourcery.com>
9992
9993 * gdb.base/foll-exec.c: Add copyright header. Fix
9994 formatting issues.
9995 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9996 (do_exec_tests): Use clean_restart in place of zap_session,
9997 and for test initialization. Fix formatting issues. Use
9998 fail in place of perror.
9999 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10000 an expect statement to match an expression with output from
10001 the program under debug.
10002 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10003 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10004 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10005 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10006 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10007
100082015-09-09 Doug Evans <dje@google.com>
10009
10010 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10011
100122015-09-09 Doug Evans <dje@google.com>
10013
10014 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10015
100162015-09-09 Doug Evans <dje@google.com>
10017
10018 * gdb.base/savedregs.exp: Fix typo.
10019
100202015-09-09 Pedro Alves <palves@redhat.com>
10021
10022 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10023
100242015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10025
10026 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10027 command actually switches threads. Give up on remaining
10028 tests if target fails to stop at breakpoint.
10029
100302015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10031
10032 * gdb.ada/funcall_char.exp: New testcase.
10033 * gdb.ada/funcall_char/foo.adb: New file.
10034
100352015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10036
10037 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10038 expected outputs. Add two testcases for completing ambiguous
10039 functions.
10040 * gdb.ada/complete/aux_pck.adb: New file.
10041 * gdb.ada/complete/aux_pck.ads: New file.
10042 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10043 Ambiguous_Func functions.
10044 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10045 * gdb.ada/complete/pck.adb: Likewise.
10046
100472015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10048
10049 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10050 failures to run the test program under GDB.
10051
100522015-08-26 Luis Machado <lgustavo@codesourcery.com>
10053
10054 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10055 to C.
10056
100572015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10058
10059 * gdb.base/run-after-attach.exp: New test file.
10060 * gdb.base/run-after-attach.c: New test file.
10061
100622015-08-26 Don Breazeal <donb@codesourcery.com>
10063
10064 * gdb.base/foll-exec-2.c: New test program.
10065 * gdb.base/foll-exec-2.exp: New test.
10066
100672015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10068
10069 * gdb.base/nested-subp1.exp: New file.
10070 * gdb.base/nested-subp1.c: New file.
10071 * gdb.base/nested-subp2.exp: New file.
10072 * gdb.base/nested-subp2.c: New file.
10073 * gdb.base/nested-subp3.exp: New file.
10074 * gdb.base/nested-subp3.c: New file.
10075
100762015-08-24 Pedro Alves <palves@redhat.com>
10077
10078 * gdb.server/connect-without-multi-process.c: New file.
10079 * gdb.server/connect-without-multi-process.exp: New file.
10080
100812015-08-24 Luis Machado <lgustavo@codesourcery.com>
10082
10083 * gdb.opt/inline-markers.c: Make z int.
10084
100852015-08-24 Luis Machado <lgustavo@codesourcery.com>
10086
10087 * gdb.opt/inline-markers.c: Make z volatile.
10088
100892015-08-24 Luis Machado <lgustavo@codesourcery.com>
10090
10091 * gdb.opt/inline-bt.c: New volatile global z.
10092 * gdb.opt/inline-cmds.c: Likewise.
10093 * gdb.opt/inline-locals.c: Likewise.
10094 * gdb.opt/inline-markers.c: New extern global z.
10095 (marker): Use z.
10096 (inline_fn): Likewise.
10097
100982015-08-24 Pedro Alves <palves@redhat.com>
10099
10100 * config/m32r-stub.exp: Remove file.
10101 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10102 * gdb.base/call-rt-st.exp: Likewise.
10103 * gdb.base/call-strs.exp: Likewise.
10104 * gdb.base/default.exp: Remove references to h8300-*-hms and
10105 *-*-udi*.
10106 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10107
101082015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10109
10110 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10111 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10112 and "return" use KFAIL when GDB can not read/write the vector
10113 return value.
10114
101152015-08-21 Gary Benson <gbenson@redhat.com>
10116
10117 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10118
101192015-08-20 Pedro Alves <palves@redhat.com>
10120
10121 * gdb.server/solib-list.exp: No longer expect an interior stop in
10122 non-stop mode.
10123
101242015-08-20 Pedro Alves <palves@redhat.com>
10125
10126 * gdb.server/connect-stopped-target.c: New file.
10127 * gdb.server/connect-stopped-target.exp: New file.
10128
101292015-08-20 Pedro Alves <palves@redhat.com>
10130
10131 * gdb.dwarf2/comp-unit-lang.exp: New file.
10132 * gdb.dwarf2/comp-unit-lang.c: New file.
10133
101342015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10135
10136 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10137 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10138
101392015-08-19 Kevin Buettner <kevinb@redhat.com>
10140
10141 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10142 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10143
101442015-08-18 Doug Evans <dje@google.com>
10145 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10146
10147 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10148 skip_python_tests. New arg prompt_regexp.
10149 (skip_python_tests): New function.
10150 * lib/mi-support.exp (mi_skip_python_tests): New function.
10151 * gdb.python/py-mi-objfile-gdb.py: New file.
10152 * gdb.python/py-mi-objfile.c: New file.
10153 * gdb.python/py-mi-objfile.exp: New file.
10154
101552015-08-17 Keith Seitz <keiths@redhat.com>
10156
10157 * gdb.linespec/explicit.exp: Move strace test from here ...
10158 * gdb.trace/strace.exp: ... to here.
10159
101602015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10161
10162 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10163 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10164
101652015-08-14 Doug Evans <xdje42@gmail.com>
10166
10167 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10168 inferior before selecting a new file.
10169
101702015-08-14 Doug Evans <xdje42@gmail.com>
10171
10172 * gdb.mi/mi-disassemble.exp: Update.
10173 * gdb.base/disasm-optim.S: New file.
10174 * gdb.base/disasm-optim.c: New file.
10175 * gdb.base/disasm-optim.h: New file.
10176 * gdb.base/disasm-optim.exp: New file.
10177
101782015-08-14 Keith Seitz <keiths@redhat.com>
10179
10180 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10181 "evaluated-by".
10182
101832015-08-13 Joel Brobecker <brobecker@adacore.com>
10184
10185 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10186
101872015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10188
10189 * gdb.ada/fun_renaming.exp: New testcase.
10190 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10191 * gdb.ada/fun_renaming/pack.adb: New file.
10192 * gdb.ada/fun_renaming/pack.ads: New file.
10193
101942015-08-12 Keith Seitz <keiths@redhat.com>
10195
10196 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10197 gdb_get_line_number.
10198
101992015-08-12 Joel Brobecker <brobecker@adacore.com>
10200
10201 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10202 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10203 gdb.base/dso2dso.exp: New files.
10204
102052015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10206 Pedro Alves <palves@redhat.com>
10207 Keith Seitz <keiths@redhat.com>
10208
10209 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10210 GDBFLAGS.
10211
102122015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10213
10214 * gdb.base/gdbhistsize-history.exp
10215 (test_histsize_history_setting): Use save_vars.
10216 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10217 Use save_vars.
10218 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10219 * gdb.base/readline.exp: Use save_vars.
10220
102212015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10222
10223 * lib/gdb.exp (save_vars): New proc.
10224
102252015-08-11 Keith Seitz <keiths@redhat.com>
10226
10227 * gdb.base/help.exp: Update help_breakpoint_text.
10228
102292015-08-11 Keith Seitz <keiths@redhat.com>
10230
10231 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10232 (at toplevel): Call test_explicit_breakpoints.
10233 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10234 breakpoints.
10235 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10236 breakpoint conditions, "-cond".
10237
102382015-08-11 Keith Seitz <keiths@redhat.com>
10239
10240 * gdb.linespec/3explicit.c: New file.
10241 * gdb.linespec/cpexplicit.cc: New file.
10242 * gdb.linespec/cpexplicit.exp: New file.
10243 * gdb.linespec/explicit.c: New file.
10244 * gdb.linespec/explicit.exp: New file.
10245 * gdb.linespec/explicit2.c: New file.
10246 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10247 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10248 before using in the matching pattern.
10249 Clarify that `prefix' is a regular expression.
10250
102512015-08-11 Keith Seitz <keiths@redhat.com>
10252
10253 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10254 test.
10255 Add tests for missing ",FMT" and ",".
10256
102572015-08-10 Doug Evans <dje@google.com>
10258 Keith Seitz <keiths@redhat.com>
10259
10260 PR gdb/17960
10261 * gdb.base/completion.exp: Add location completer tests.
10262
102632015-08-07 Pedro Alves <palves@redhat.com>
10264
10265 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10266 tests here.
10267 (top level): Run do_test with and without displaced stepping.
10268
102692015-08-07 Pedro Alves <palves@redhat.com>
10270
10271 * gdb.base/valgrind-disp-step.c: New file.
10272 * gdb.base/valgrind-disp-step.exp: New file.
10273
102742015-08-07 Pedro Alves <palves@redhat.com>
10275
10276 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10277 Delete function.
10278 (main): Add alarm. Run an infinite loop instead of calling
10279 wait_threads.
10280 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10281 comment.
10282 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10283 Delete function.
10284 (main): Add alarm. Run an infinite loop instead of calling
10285 wait_threads.
10286 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10287 comment.
10288
102892015-08-07 Pedro Alves <palves@redhat.com>
10290
10291 * gdb.base/checkpoint-ns.exp: New file.
10292 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10293 standard_testfile.
10294
102952015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10296
10297 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10298 * gdb.btrace/instruction_history.exp: Update.
10299 * gdb.btrace/tsx.exp: New.
10300 * gdb.btrace/tsx.c: New.
10301
103022015-08-06 Pedro Alves <palves@redhat.com>
10303
10304 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10305 increase timeout.
10306 * gdb.reverse/until-precsave.exp: Bump timeouts.
10307
103082015-08-06 Pedro Alves <palves@redhat.com>
10309
10310 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10311
103122015-08-06 Pedro Alves <palves@redhat.com>
10313
10314 PR gdb/18749
10315 * gdb.threads/process-dies-while-handling-bp.c: New file.
10316 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10317
103182015-08-06 Pedro Alves <palves@redhat.com>
10319
10320 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10321 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10322
103232015-08-05 Pedro Alves <palves@redhat.com>
10324
10325 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10326 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10327
103282015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10329
10330 * gdb.base/bp-permanent.exp: Report test as unsupported if
10331 the target cannot stop at the permanent breakpoint.
10332
103332015-08-03 Doug Evans <dje@google.com>
10334
10335 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10336 10000.
10337
103382015-08-03 Doug Evans <dje@google.com>
10339
10340 * Makefile.in (workers/%.worker, build-perf): New rule.
10341 (GDB_PERFTEST_MODE): New variable.
10342 (check-perf): Use it.
10343 (clean): Clean up gdb.perf parallel build subdirs.
10344 * lib/build-piece.exp: New file.
10345 * lib/gdb.exp (make_gdb_parallel_path): New function
10346 (standard_output_file, standard_temp_file): Call it.
10347 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10348 of $GDB_PARALLEL.
10349 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10350
103512015-08-03 Doug Evans <dje@google.com>
10352
10353 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10354 (LOG_FILE_NAME): New global.
10355 (TextReporter.__init__): Initialize self.txt_sum.
10356 (TextReporter.report): Add support for multiple data-points.
10357 Move report to perftest.sum, put raw data in perftest.log.
10358 (TextReporter.start): Open sum and log files.
10359 (TextReporter.end): Close sum and log files.
10360 * gdb.perf/lib/perftest/testresult.py
10361 (SingleStatisticTestResult.record): Handle multiple data-points.
10362
103632015-07-31 Pedro Alves <palves@redhat.com>
10364
10365 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10366 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10367 kill_wait_spawned_process instead of explicit "kill -9".
10368 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10369 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10370 kill_wait_spawned_process.
10371 * gdb.base/attach-twice.exp: Likewise.
10372 * gdb.base/attach.exp: Likewise.
10373 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10374 gdb_test_multiple.
10375 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10376 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10377 kill_wait_spawned_process.
10378 * gdb.base/valgrind-infcall.exp: Likewise.
10379 * gdb.multi/multi-attach.exp: Likewise.
10380 * gdb.python/py-prompt.exp: Likewise.
10381 * gdb.python/py-sync-interp.exp: Likewise.
10382 * gdb.server/ext-attach.exp: Likewise.
10383 * gdb.threads/attach-into-signal.exp (corefunc): Use
10384 spawn_wait_for_attach, spawn_id_get_pid and
10385 kill_wait_spawned_process.
10386 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10387 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10388 spawn_id_get_pid and kill_wait_spawned_process.
10389 * gdb.threads/attach-stopped.exp (corefunc): Use
10390 spawn_wait_for_attach, spawn_id_get_pid and
10391 kill_wait_spawned_process.
10392 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10393 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10394 kill_wait_spawned_process instead of explicit "kill -9".
10395 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10396 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10397 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10398 processes. Don't map cygwin/windows pids here. Now returns a
10399 spawn id list.
10400
104012015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10402
10403 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10404 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10405 correct patch.
10406
104072015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10408
10409 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10410
104112015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10412
10413 Reapply:
10414 2014-05-21 Mark Wielaard <mjw@redhat.com>
10415
10416 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10417
104182015-07-30 Pedro Alves <palves@redhat.com>
10419
10420 * linux-low.c (handle_extended_wait): Set the child's last
10421 reported status to TARGET_WAITKIND_STOPPED.
10422
104232015-07-30 Pedro Alves <palves@redhat.com>
10424
10425 PR threads/18600
10426 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10427 only shows inferior 1.
10428
104292015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10430 Pedro Alves <palves@redhat.com>
10431
10432 PR threads/18600
10433 * gdb.threads/fork-plus-threads.c: New file.
10434 * gdb.threads/fork-plus-threads.exp: New file.
10435
104362015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10437
10438 * gdb.base/batch-preserve-term-settings.exp
10439 (test_terminal_settings_preserved_after_cli_exit): Use
10440 send_quit_command.
10441
104422015-07-29 Pedro Alves <palves@redhat.com>
10443 Don Breazeal <donb@codesourcery.com>
10444
10445 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10446 output from both inferior_spawn_id and gdb_spawn_id.
10447
104482015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10449
10450 * gdb.threads/attach-into-signal.exp (corefunc): Use
10451 with_test_prefix on nested loops, uniquefying the test messages.
10452
104532015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10454
10455 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10456 commit.
10457
104582015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10459
10460 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10461 New proc.
10462 (test_terminal_settings_preserved_after_sigterm): New test.
10463
104642015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10465
10466 * gdb.base/batch-preserve-term-settings.exp
10467 (test_terminal_settings_preserved_after_cli_exit): New test.
10468
104692015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10470
10471 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10472 manipulation of saved_gdbflags.
10473 (test_terminal_settings_preserved): Remove global declaration of
10474 the unused variable pagination_prompt. Remove manipulation of
10475 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10476 GDBFLAGS.
10477
104782015-07-29 Pedro Alves <palves@redhat.com>
10479
10480 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10481
104822015-07-29 Pedro Alves <palves@redhat.com>
10483
10484 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10485 at the top.
10486
104872015-07-29 Pedro Alves <palves@redhat.com>
10488
10489 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10490 (main): Call gdb_unbuffer_output.
10491 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10492 (main): Call gdb_unbuffer_output.
10493 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10494 (main): Call gdb_unbuffer_output.
10495 * gdb.base/call-strs.exp: Adjust to step over the
10496 gdb_unbuffer_output call.
10497 * gdb.base/catch-gdb-caused-signals.c: Include
10498 "../lib/unbuffer_output.c".
10499 (main): Call gdb_unbuffer_output.
10500 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10501 (main): Call gdb_unbuffer_output.
10502 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10503 (main): Call gdb_unbuffer_output.
10504 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10505 (main): Call gdb_unbuffer_output.
10506 * gdb.base/shlib-call.exp: Adjust to step over the
10507 gdb_unbuffer_output call.
10508 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10509 (main): Call gdb_unbuffer_output.
10510 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10511 (main): Call gdb_unbuffer_output.
10512 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10513 (main): Rename to ...
10514 (test): ... this.
10515 (main): Reimplement.
10516 * gdb.base/varargs.exp: Run to test instead of to main.
10517 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10518 (main): Call gdb_unbuffer_output.
10519
105202015-07-29 Pedro Alves <palves@redhat.com>
10521
10522 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10523 factore out from mi_continue_dprintf. For call-style dprintfs,
10524 expect dprintf output out of $inferior_spawn_id.
10525 (mi_continue_dprintf): Use mi_expect_dprintf.
10526 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10527 (main): Call gdb_unbuffer_output.
10528
105292015-07-29 Pedro Alves <palves@redhat.com>
10530
10531 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10532 (default_mi_gdb_start): Set inferior_spawn_id instead of
10533 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10534 gdb_spawn_id.
10535 (mi_gdb_test): Always expect inferior output from both
10536 $inferior_spawn_id and $gdb_spawn_id.
10537
105382015-07-29 Pedro Alves <palves@redhat.com>
10539
10540 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10541 send_inferior and $inferior_spawn_id.
10542
105432015-07-29 Pedro Alves <palves@redhat.com>
10544
10545 * gdb.gdb/complaints.exp (test_initial_complaints)
10546 (test_serial_complaints, test_short_complaints): Use
10547 gdb_test_stdio.
10548 (test_empty_complaint): Handle $inferior_spawn_id !=
10549 $gdb_spawn_id.
10550
105512015-07-29 Pedro Alves <palves@redhat.com>
10552
10553 * gdb.base/varargs.exp: Use gdb_test_stdio.
10554
105552015-07-29 Pedro Alves <palves@redhat.com>
10556
10557 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10558
105592015-07-29 Pedro Alves <palves@redhat.com>
10560
10561 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10562
105632015-07-29 Pedro Alves <palves@redhat.com>
10564
10565 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10566 parameter into two new parameters, "inf_result" and "gdb_result".
10567 Expect inferior output and gdb output from $inferior_spawn_id and
10568 $gdb_spawn_id, respectively. Adjust all callers.
10569
105702015-07-29 Pedro Alves <palves@redhat.com>
10571
10572 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10573 of gdb_test_sequence.
10574
105752015-07-29 Pedro Alves <palves@redhat.com>
10576
10577 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10578 (saw_spurious_output): Expect inferior output from
10579 $inferior_spawn_id. Use gdb_test_stdio.
10580
105812015-07-29 Pedro Alves <palves@redhat.com>
10582
10583 * gdb.base/dprintf.exp: Use standard_testfile. Change
10584 prepare_for_testing call.
10585 (srcfile): Don't set.
10586 (restart): New procedure.
10587 (test_dprintf): New procecure, use to continue over dprintfs.
10588 (test_call, test_agent): New procedures, tests moved here.
10589 Restart gdb and recreate dprintfs. Adjust expected output.
10590
105912015-07-29 Pedro Alves <palves@redhat.com>
10592
10593 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10594
105952015-07-29 Pedro Alves <palves@redhat.com>
10596
10597 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10598
105992015-07-29 Pedro Alves <palves@redhat.com>
10600
10601 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10602 gdb_test_stdio.
10603
106042015-07-29 Pedro Alves <palves@redhat.com>
10605
10606 * lib/gdb.exp (gdb_test_stdio): New procedure.
10607
106082015-07-29 Pedro Alves <palves@redhat.com>
10609
10610 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10611
106122015-07-29 Pedro Alves <palves@redhat.com>
10613
10614 * gdb.base/call-signal-resume.exp: Remove check for
10615 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10616 * gdb.base/unwindonsignal.exp: Likewise.
10617 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10618 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10619
106202015-07-29 Pedro Alves <palves@redhat.com>
10621
10622 * gdb.base/siginfo-addr.c (pass): New function.
10623 (handler): Call it iff si_addr is correct.
10624 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10625 Set a breakpoint at "pass" and continue to it.
10626
106272015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10628
10629 * gdb.python/py-objfile.exp: Make some tests have unique names.
10630 * gdb.python/py-pp-registration.exp: Likewise.
10631
106322015-07-28 Pedro Alves <palves@redhat.com>
10633
10634 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10635
106362015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10637
10638 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10639
106402015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10641
10642 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10643
106442015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10645
10646 * gdb.base/gdb-sigterm-2.exp: New test.
10647
106482015-07-25 Doug Evans <xdje42@gmail.com>
10649
10650 Revert:
10651 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10652 (workers/%.worker, build-perf): New rule.
10653 (GDB_PERFTEST_MODE): New variable.
10654 (check-perf): Use it.
10655 (clean): Clean up gdb.perf parallel build subdirs.
10656 * lib/build-piece.exp: New file.
10657 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10658 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10659 name.
10660 (standard_temp_file): Ditto.
10661 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10662 of $GDB_PARALLEL.
10663
106642015-07-24 Doug Evans <dje@google.com>
10665
10666 * gdb.perf/lib/perftest/utils.py: New file.
10667 * gdb.perf/gm-hello.cc: New file.
10668 * gdb.perf/gm-pervasive-typedef.cc: New file.
10669 * gdb.perf/gm-pervasive-typedef.h: New file.
10670 * gdb.perf/gm-std.cc: New file.
10671 * gdb.perf/gm-std.h: New file.
10672 * gdb.perf/gm-use-cerr.cc: New file.
10673 * gdb.perf/gm-utils.h: New file.
10674 * gdb.perf/gmonster-null-lookup.py: New file.
10675 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10676 * gdb.perf/gmonster-print-cerr.py: New file.
10677 * gdb.perf/gmonster-ptype-string.py: New file.
10678 * gdb.perf/gmonster-runto-main.py: New file.
10679 * gdb.perf/gmonster-select-file.py: New file.
10680 * gdb.perf/gmonster1-null-lookup.exp: New file.
10681 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10682 * gdb.perf/gmonster1-print-cerr.exp: New file.
10683 * gdb.perf/gmonster1-ptype-string.exp: New file.
10684 * gdb.perf/gmonster1-runto-main.exp: New file.
10685 * gdb.perf/gmonster1-select-file.exp: New file.
10686 * gdb.perf/gmonster1.cc: New file.
10687 * gdb.perf/gmonster1.exp: New file.
10688 * gdb.perf/gmonster2-null-lookup.exp: New file.
10689 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10690 * gdb.perf/gmonster2-print-cerr.exp: New file.
10691 * gdb.perf/gmonster2-ptype-string.exp: New file.
10692 * gdb.perf/gmonster2-runto-main.exp: New file.
10693 * gdb.perf/gmonster2-select-file.exp: New file.
10694 * gdb.perf/gmonster2.cc: New file.
10695 * gdb.perf/gmonster2.exp: New file.
10696
106972015-07-24 Doug Evans <dje@google.com>
10698
10699 * gdb.perf/README: New file.
10700 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10701 * lib/gen-perf-test.exp: New file.
10702
107032015-07-24 Doug Evans <dje@google.com>
10704
10705 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10706 (PerfTest::startup): New function.
10707 (PerfTest::run): Return result of calling body.
10708 (PerfTest::assemble): Rewrite.
10709 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10710 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10711 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10712 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10713 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10714
107152015-07-24 Doug Evans <dje@google.com>
10716
10717 * lib/gdb.exp (clean_restart): Make executable optional.
10718
107192015-07-24 Doug Evans <dje@google.com>
10720
10721 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10722 compiler_info references.
10723 * gdb.cp/temargs.exp: Ditto.
10724 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10725 (get_compiler_info): Early exit if already computed. Set compiler_info
10726 to "unknown" if there was a problem.
10727 (test_compiler_info): Add function comment. Call get_compiler_info.
10728
107292015-07-24 Doug Evans <dje@google.com>
10730
10731 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10732 (workers/%.worker, build-perf): New rule.
10733 (GDB_PERFTEST_MODE): New variable.
10734 (check-perf): Use it.
10735 (clean): Clean up gdb.perf parallel build subdirs.
10736 * lib/build-piece.exp: New file.
10737 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10738 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10739 name.
10740 (standard_temp_file): Ditto.
10741 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10742 of $GDB_PARALLEL.
10743
107442015-07-24 Doug Evans <dje@google.com>
10745
10746 * lib/future.exp (gdb_default_target_compile): New option
10747 "early_flags".
10748 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10749 --as-needed.
10750
107512015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10752
10753 * gdb.base/catch-syscall.exp: Call gdb_exit before
10754 gdb_skip_xml_test.
10755
107562015-07-24 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.python/py-events.exp: Accept output between the stop event
10759 and the prompt.
10760 * gdb.python/py-evsignal.exp: Likewise.
10761 * gdb.python/py-evthreads.exp: Likewise.
10762
107632015-07-24 Pedro Alves <palves@redhat.com>
10764
10765 PR gdb/18717
10766 * gdb.threads/non-ldr-exit.c: New file.
10767 * gdb.threads/non-ldr-exit.exp: New file.
10768
107692015-07-24 Yao Qi <yao.qi@linaro.org>
10770
10771 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10772 restarting process.
10773
107742015-07-24 Yao Qi <yao.qi@linaro.org>
10775
10776 * gdb.server/ext-restart.exp: New file.
10777
107782015-07-24 Yao Qi <yao.qi@linaro.org>
10779
10780 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10781 argument options.
10782 * gdb.server/ext-wrapper.exp: New file.
10783
107842015-07-23 Doug Evans <dje@google.com>
10785
10786 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10787 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10788
107892015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10790
10791 * gdb.ada/var_arr_typedef.exp: New testcase.
10792 * gdb.ada/var_arr_typedef/pack.adb: New file.
10793 * gdb.ada/var_arr_typedef/pack.ads: New file.
10794 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10795
107962015-07-20 Joel Brobecker <brobecker@adacore.com>
10797
10798 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10799
108002015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10801
10802 * gdb.arch/i386-biarch-core.exp: Replace istarget
10803 by "complete set gnutarget". Remove expectation for the "core-file"
10804 command.
10805
108062015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10807
10808 Revert the previous commit:
10809 Tests for validate symbol file using build-id.
10810
108112015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10812
10813 Tests for validate symbol file using build-id.
10814 * gdb.base/solib-mismatch-lib.c: New file.
10815 * gdb.base/solib-mismatch-libmod.c: New file.
10816 * gdb.base/solib-mismatch.c: New file.
10817 * gdb.base/solib-mismatch.exp: New file.
10818
108192015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10820
10821 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10822 nios2-*-linux*.
10823 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10824 * gdb.base/siginfo.exp: Likewise.
10825 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10826
108272015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10828
10829 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10830 Move it to ...
10831 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10832 ... here.
10833 * gdb.trace/range-stepping.exp: Check that the target supports
10834 range stepping.
10835
108362015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10837
10838 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10839
108402015-07-14 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.base/killed-outside.exp: New file.
10843 * gdb.base/killed-outside.c: New file.
10844
108452015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10846
10847 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10848 (n at main): New.
10849 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10850
108512015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10852
10853 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10854 infcall tests instead of setting up for KFAIL.
10855
108562015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10857
10858 * gdb.btrace/record_goto-step.exp: New.
10859
108602015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10861
10862 PR compile/18484
10863 * gdb.compile/compile.c (struct struct_type): Add volatile to
10864 selffield's type.
10865 * gdb.compile/compile.exp
10866 (compile code struct_object.selffield = &struct_object): Skip further
10867 struct_object tests if this one xfails.
10868
108692015-07-08 Robert O'Callahan <robert@ocallahan.org>
10870
10871 PR exp/18617
10872 * gdb.trace/ax.exp: Add test.
10873
108742015-07-07 Yao Qi <yao.qi@linaro.org>
10875
10876 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10877 instead of istarget "aarch64*-*-*".
10878 * gdb.arch/aarch64-fp.exp: Likewise.
10879 * gdb.base/float.exp: Likewise.
10880 * gdb.reverse/aarch64.exp: Likewise.
10881 * lib/gdb.exp (is_aarch64_target): New proc.
10882
108832015-07-07 Yao Qi <yao.qi@linaro.org>
10884
10885 * lib/gdb.exp (is_aarch32_target): New proc.
10886 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10887 instead of "istarget "arm*-*-*"".
10888 * gdb.arch/arm-disp-step.exp: Likewise.
10889 * gdb.arch/thumb-bx-pc.exp: Likewise.
10890 * gdb.arch/thumb-prologue.exp: Likewise.
10891 * gdb.arch/thumb-singlestep.exp: Likewise.
10892 * gdb.base/disp-step-syscall.exp: Likewise.
10893 * gdb.base/float.exp: Likewise.
10894
108952015-07-07 Yao Qi <yao.qi@linaro.org>
10896
10897 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10898 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10899
109002015-07-07 Yao Qi <yao.qi@linaro.org>
10901
10902 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10903 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10904 if it exists.
10905 * gdb.multi/multi-arch.exp: Likewise.
10906
109072015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10908
10909 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10910 print.
10911
109122015-07-07 Yao Qi <yao.qi@linaro.org>
10913
10914 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10915
109162015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10917
10918 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10919 '[' and ']' characters.
10920
109212015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10922
10923 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10924
109252015-06-29 Pedro Alves <palves@redhat.com>
10926
10927 PR threads/18127
10928 * gdb.threads/hand-call-new-thread.c: New file.
10929 * gdb.threads/hand-call-new-thread.c: New file.
10930
109312015-06-26 Keith Seitz <keiths@redhat.com>
10932 Doug Evans <dje@google.com>
10933
10934 PR 16253
10935 * gdb.cp/var-tag-2.cc: New file.
10936 * gdb.cp/var-tag-3.cc: New file.
10937 * gdb.cp/var-tag-4.cc: New file.
10938 * gdb.cp/var-tag.cc: New file.
10939 * gdb.cp/var-tag.exp: New file.
10940
109412015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10942
10943 * gdb.base/history-duplicates.exp: New test.
10944
109452015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10946
10947 * gdb.base/completion.exp: Test the completion of the "focus"
10948 command.
10949
109502015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10951
10952 * gdb.arch/amd64-prologue-skip.S: New file.
10953 * gdb.arch/amd64-prologue-skip.exp: New file.
10954
109552015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10956
10957 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10958 is_address_zero_readable check.
10959
109602015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10961
10962 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10963 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10964
109652015-06-24 Yao Qi <yao.qi@linaro.org>
10966
10967 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10968 linux targets.
10969
109702015-06-24 Yao Qi <yao.qi@linaro.org>
10971
10972 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10973 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10974 * gdb.base/siginfo-thread.exp: Likewise.
10975
109762015-06-22 Yao Qi <yao.qi@linaro.org>
10977
10978 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10979
109802015-06-22 Yao Qi <yao.qi@linaro.org>
10981
10982 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10983 aarch64*-*-*.
10984 (skip_hw_watchpoint_tests): Likewise.
10985
109862015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10987
10988 * gdb.base/gdbinit-history.exp: Test the interaction between
10989 setting GDBHISTSIZE and setting the history size via .gdbinit.
10990
109912015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10992
10993 PR gdb/16999
10994 * gdb.base/gdbhistsize-history.exp: New test.
10995
109962015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10997
10998 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10999 with GDBHISTSIZE.
11000 * gdb.base/readline.exp: Likewise.
11001
110022015-06-17 Yao Qi <yao.qi@linaro.org>
11003
11004 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11005 line.
11006
110072015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11008
11009 * gdb.base/gdbinit-history.exp: Add test case to check that
11010 an unlimited history file does not get truncated on exit.
11011
110122015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11013
11014 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11015 (VECTOR): New macro. Use it...
11016 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11017 ...for these typedefs.
11018 (int8, char1, int1, double1): New typedefs.
11019 (struct just_int2, struct two_int2): New structures.
11020 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11021 (add_structvecs, add_singlevecs): New functions.
11022 (main): Call add_some_intvecs twice.
11023 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11024 the compile and exit upon failure. Try compiling for the "native"
11025 architecture. Test inferior function calls with vector arguments
11026 and vector return value handling with "finish" and "return".
11027
110282015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11029
11030 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11031 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11032 PE file.
11033 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11034
110352015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11036
11037 PR breakpoints/16465
11038 * gdb.mi/mi-dprintf-pending.c: New file.
11039 * gdb.mi/mi-dprintf-pending.exp: New test.
11040 * gdb.mi/mi-dprintf-pendshr.c: New file.
11041
110422015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11043 Mircea Gherzan <mircea.gherzan@intel.com>
11044
11045 * gdb.arch/i386-mpx-map.c: New file.
11046 * gdb.arch/i386-mpx-map.exp: New File.
11047
110482015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11049
11050 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11051 * gdb.arch/i386-mpx.exp: Indentation fixed.
11052
110532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11054
11055 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11056 function and improved indentation.
11057 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11058 gdb_test_multiple. Added additional tests to skip the test.
11059
110602015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11061
11062 * gdb.arch/i386-avx512.c: Change path in include file.
11063 * gdb.arch/i386-avx512.exp: Change include dir path
11064 compilation flag.
11065 * gdb.arch/i386-mpx.c: Change path in include file.
11066 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11067 flag.
11068
110692015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11070
11071 * gdb.compile/compile-print.exp (compile print *vararray@3)
11072 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11073
110742015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11075
11076 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11077 (do not keep jit in memory): ... this.
11078 (expect 5): Change it to ...
11079 (expect no 5): ... this.
11080
110812015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11082
11083 PR gdb/15564
11084 * gdb.mi/mi-detach.exp: New file.
11085
110862015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11087
11088 PR symtab/18392
11089 * gdb.arch/amd64-tailcall-self.S: New file.
11090 * gdb.arch/amd64-tailcall-self.c: New file.
11091 * gdb.arch/amd64-tailcall-self.exp: New file.
11092
110932015-05-28 Don Breazeal <donb@codesourcery.com>
11094
11095 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11096 tests for remote targets by checking is_target_gdbserver.
11097
110982015-05-27 Doug Evans <dje@google.com>
11099
11100 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11101 * gdb.dwarf2/opaque-type-lookup.c: New file.
11102 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11103
111042015-05-26 Doug Evans <dje@google.com>
11105
11106 * gdb.cp/iostream.cc: New file.
11107 * gdb.cp/iostream.exp: New file.
11108
111092015-05-26 Doug Evans <dje@google.com>
11110
11111 * gdb.dwarf2/dw2-op-call.exp: Update.
11112 * gdb.dwarf2/dw4-sig-types.exp: Update.
11113 * gdb.dwarf2/implptr.exp: Update.
11114 * gdb.mi/mi-cmd-param-changed.exp: Update.
11115
111162015-05-26 Doug Evans <dje@google.com>
11117
11118 * gdb.python/py-lazy-string.c: New file.
11119 * gdb.python/py-lazy-string.exp: New file.
11120 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11121 (main): Update. Add estring3.
11122 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11123 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11124
111252015-05-26 Omair Javaid <omair.javaid@linaro.org>
11126 Yao Qi <yao.qi@linaro.org>
11127
11128 * gdb.reverse/aarch64.c: New.
11129 * gdb.reverse/aarch64.exp: New.
11130
111312015-05-26 Omair Javaid <omair.javaid@linaro.org>
11132
11133 * lib/gdb.exp (supports_process_record): Return true for
11134 aarch64*-linux*.
11135 (supports_reverse): Likewise.
11136
111372015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11138
11139 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11140 Use with_test_prefix.
11141
111422015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11143
11144 * gdb.base/completion.exp: Add test for completion of layout
11145 names.
11146
111472015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11148
11149 * lib/gdb.exp (skip_tui_tests): New proc.
11150 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11151
111522015-05-19 Pedro Alves <palves@redhat.com>
11153
11154 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11155 Save the whole env array instead of just HOME. Unset HISTSIZE in
11156 the environment while testing. Restore whole environment
11157 afterwards.
11158
111592015-05-16 Doug Evans <xdje42@gmail.com>
11160
11161 * gdb.guile/scm-ports.c: New file.
11162 * gdb.guile/scm-ports.exp: Add memory port tests.
11163
111642015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11165
11166 * gdb.compile/compile-print.c: New file.
11167 * gdb.compile/compile-print.exp: New file.
11168
111692015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11170
11171 * gdb.compile/compile-ops.exp: Cast param to void.
11172 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11173 (compile code struct_object.selffield = &struct_object): Add xfail.
11174
111752015-05-15 Joel Brobecker <brobecker@adacore.com>
11176
11177 * gdb.ada/arr_enum_with_gap: New testcase.
11178
111792015-05-15 Joel Brobecker <brobecker@adacore.com>
11180
11181 * gdb.ada/byte_packed_arr: New testcase.
11182
111832015-05-15 Joel Brobecker <brobecker@adacore.com>
11184
11185 * gdb.ada/pckd_neg: New testcase.
11186
111872015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11188
11189 PR gdb/17820
11190 * gdb.base/gdbinit-history.exp: New test.
11191 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11192 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11193
111942015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11195
11196 * gdb.python/py-xmethods.cc: Enhance test case.
11197 * gdb.python/py-xmethods.exp: New tests.
11198 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11199 function.
11200 (B_indexoper): Likewise.
11201 (global_dm_list) : Add new xmethod worker functions.
11202
112032015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11204
11205 * gdb.base/coredump-filter.exp: Correctly unset
11206 "coredump_var_addr" array.
11207
112082015-05-08 Pedro Alves <palves@redhat.com>
11209
11210 * gdb.server/non-existing-program.exp: Unset spawn_id.
11211
112122015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11213
11214 PR python/18291
11215 * gdb.python/py-xmethods.exp: Add tests.
11216
112172015-05-08 Yao Qi <yao.qi@linaro.org>
11218
11219 PR gdb/18208
11220 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11221 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11222 function set_coredump_filter, and remove remote_exec call.
11223 Remove argument ipid. Callers update.
11224 (top level): Don't get inferior's PID.
11225
112262015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11227
11228 * gdb.base/watch_thread_num.exp: Skip test on targets without
11229 access watchpoints.
11230
112312015-05-06 Pedro Alves <palves@redhat.com>
11232
11233 PR server/18081
11234 * gdb.server/non-existing-program.exp: New file.
11235
112362015-05-05 Joel Brobecker <brobecker@adacore.com>
11237
11238 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11239
112402015-05-05 Joel Brobecker <brobecker@adacore.com>
11241
11242 * gdb.ada/out_of_line_in_inlined: New testcase.
11243
112442015-05-05 Joel Brobecker <brobecker@adacore.com>
11245
11246 * gdb.ada/var_rec_arr: New testcase.
11247
112482015-04-30 Yao Qi <yao.qi@linaro.org>
11249
11250 * gdb.base/break-idempotent.exp: If
11251 skip_hw_watchpoint_multi_tests returns true, skip the tests
11252 on "rwatch" and "awatch".
11253
112542015-04-30 Yao Qi <yao.qi@linaro.org>
11255
11256 * gdb.base/relativedebug.exp: Invoke gdb command
11257 "info sharedlibrary", and if libc.so doesn't have debug info,
11258 skip the test.
11259
112602015-04-29 Doug Evans <dje@google.com>
11261
11262 * gdb.python/py-xmethods.exp: Add ptype tests.
11263 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11264 get_result_type method.
11265
112662015-04-29 Luis Machado <lgustavo@codesourcery.com>
11267
11268 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11269 the target does not support hardware watchpoints.
11270
112712015-04-29 Luis Machado <lgustavo@codesourcery.com>
11272
11273 * gdb.base/break-always.exp: Abort testing if writing to memory
11274 causes an error.
11275
112762015-04-28 Doug Evans <dje@google.com>
11277
11278 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11279 * gdb.python/py-pp-registration.exp: ... here. New file.
11280 * gdb.python/py-pp-registration.c: New file.
11281 * gdb.python/py-pp-registration.py: New file.
11282
112832015-04-28 Doug Evans <dje@google.com>
11284
11285 * gdb.python/py-bad-printers.c: New file.
11286 * gdb.python/py-bad-printers.py: New file.
11287 * gdb.python/py-bad-printers.exp: New file.
11288
112892015-04-28 Sasha Smundak <asmundak@google.com>
11290
11291 * gdb.python/py-type.exp: New test.
11292
112932015-04-28 Andy Wingo <wingo@igalia.com>
11294
11295 * gdb.python/py-parameter.exp:
11296 * gdb.guile/scm-parameter.exp: Escape the path that we are
11297 matching against, as it might contain characters that are special
11298 to regular expressions.
11299
113002015-04-27 Joel Brobecker <brobecker@adacore.com>
11301
11302 * gdb.ada/rec_comp: New testcase.
11303
113042015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11305
11306 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11307 before using it.
11308
113092015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11310
11311 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11312 new tests for verilog output.
11313
113142015-04-24 Yao Qi <yao.qi@linaro.org>
11315
11316 * boards/remote-gdbserver-on-localhost.exp: New file.
11317
113182015-04-23 Pedro Alves <palves@redhat.com>
11319
11320 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11321 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11322 "end of file", remove $inferior_spawn_id from the indirect list.
11323
113242015-04-23 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11327
113282015-04-23 Pedro Alves <palves@redhat.com>
11329
11330 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11331 on $any_spawn_id instead of only on $gdb_spawn_id.
11332
113332015-04-21 Pierre Muller <muller@sourceware.org>
11334
11335 PR pascal/17815
11336 * lib/pascal.exp (gpc_compile): Add new option "class".
11337 (fpc_compile): Likewise.
11338 * gdb.pascal/case-insensitive-symbols.pas: New file.
11339 * gdb.pascal/case-insensitive-symbols.exp: New file.
11340
113412015-04-20 Gary Benson <gbenson@redhat.com>
11342
11343 * gdb.base/attach.exp: Fix three extended remote failures.
11344
113452015-04-17 Gary Benson <gbenson@redhat.com>
11346
11347 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11348 the main executable over the remote protocol.
11349
113502015-04-16 Pedro Alves <palves@redhat.com>
11351
11352 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11353 a new gdbserver if gdbserver_reconnect_p is set.
11354
113552015-04-16 Pedro Alves <palves@redhat.com>
11356
11357 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11358 is set, don't exit gdbserver.
11359
113602015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11361
11362 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11363 appropriate .insn, such that an older assembler can be used.
11364 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11365 the z/Architecture instruction set on 31-bit targets as well.
11366
113672015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11368
11369 * gdb.go/handcall.exp: Remove all logic related to the first
11370 breakpoint and rely on go_runto_main instead.
11371 * gdb.go/strings.exp: Likewise.
11372 * gdb.go/unsafe.exp: Likewise.
11373 * gdb.go/hello.exp: Likewise. Also rename the remaining
11374 breakpoint marker to "breakpoint 1".
11375 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11376 * gdb.go/strings.go: Likewise.
11377 * gdb.go/unsafe.go: Likewise.
11378 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11379 "set breakpoint 2 here" and rename the remaining breakpoint marker
11380 to "breakpoint 1".
11381
113822015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11383
11384 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11385 if itertools.imap is not present.
11386 * gdb.python/py-objfile.exp: Add parentheses.
11387 * gdb.python/py-type.exp: Same.
11388 * gdb.python/py-unwind-maint.py: Same.
11389
113902015-04-15 Yao Qi <yao.qi@linaro.org>
11391
11392 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11393 of ":$ptr_size" and set its form explicitly.
11394
113952015-04-15 Pedro Alves <palves@redhat.com>
11396 Yao Qi <yao.qi@linaro.org>
11397
11398 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11399 timeout by factor of 4.
11400 (test_regular_watch): Likewise.
11401 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11402 * gdb.reverse/sigall-reverse.exp: Likewise.
11403 * gdb.reverse/until-precsave.exp: Likewise.
11404 * lib/gdb.exp (with_timeout_factor): New proc.
11405 (gdb_expect): Move some code to ...
11406 (get_largest_timeout): ... here. New procedure.
11407
114082015-04-14 Luis Machado <lgustavo@codesourcery.com>
11409
11410 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11411
114122015-04-13 Luis Machado <lgustavo@codesourcery.com>
11413
11414 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11415 to write to the .text section.
11416
114172015-04-13 Luis Machado <lgustavo@codesourcery.com>
11418
11419 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11420 Handle the case of targets that do not provide PID information.
11421
114222015-04-13 Yao Qi <yao.qi@linaro.org>
11423
11424 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11425 and use expect instead of gdb_expect.
11426
114272015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11428
11429 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11430 "coredump_var_addr" to avoid naming conflict with other testcases.
11431
114322015-04-10 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11435 gdb_test_sequence and gdb_assert.
11436
114372015-04-10 Pedro Alves <palves@redhat.com>
11438
11439 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11440 test messages that don't include the breakpoint address.
11441
114422015-04-10 Yao Qi <yao.qi@linaro.org>
11443
11444 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11445 false for some offset and width combinations which aren't
11446 supported by linux kernel.
11447
114482015-04-10 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11451 procedure, factored out from ...
11452 (top level): ... here. Add "set displaced-stepping" testing axis.
11453 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11454 parameter "displaced". Use it.
11455 (top level): Use foreach and add "set displaced-stepping" testing
11456 axis.
11457
114582015-04-10 Pedro Alves <palves@redhat.com>
11459
11460 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11461 Remove comment.
11462 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11463 both the address of the instruction that triggers the watchpoint
11464 and the address of the instruction immediately after, and use
11465 those addresses for the test. Fix comment.
11466
114672015-04-10 Pedro Alves <palves@redhat.com>
11468
11469 * gdb.base/sigstep.exp (breakpoint_to_handler)
11470 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11471 Test "backtrace" in handler.
11472 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11473 (top level): Add new "displaced" test axis to
11474 breakpoint_to_handler, breakpoint_to_handler_entry and
11475 breakpoint_over_handler.
11476
114772015-04-10 Pedro Alves <palves@redhat.com>
11478
11479 PR gdb/18216
11480 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11481
114822015-04-10 Yao Qi <yao.qi@linaro.org>
11483
11484 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11485 (test_add_rn_pc): New function.
11486 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11487 (top level): Invoke test_add_rn_pc.
11488
114892015-04-10 Pedro Alves <palves@redhat.com>
11490
11491 PR gdb/13858
11492 * gdb.base/step-over-no-symbols.exp: New file.
11493
114942015-04-09 Andy Wingo <wingo@igalia.com>
11495
11496 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11497 after the Python tests.
11498
114992015-04-08 Keith Seitz <keiths@redhat.com>
11500
11501 PR python/16699
11502 * gdb.python/py-completion.exp: New tests for completion.
11503 * gdb.python/py-completion.py (CompleteLimit1): New class.
11504 (CompleteLimit2): Likewise.
11505 (CompleteLimit3): Likewise.
11506 (CompleteLimit4): Likewise.
11507 (CompleteLimit5): Likewise.
11508 (CompleteLimit6): Likewise.
11509 (CompleteLimit7): Likewise.
11510
115112015-04-08 Pedro Alves <palves@redhat.com>
11512
11513 PR gdb/18214
11514 PR gdb/18216
11515 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11516 function.
11517 (main): Install it as SIGUSR1 handler.
11518 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11519 parameter. Always use "setup" as prefix. Toggle "set
11520 displaced-stepping" off/on depending on global. Don't switch to
11521 thread 1 here.
11522 (top level): Add displaced stepping "off/on" test axis. Update
11523 "setup" calls. Wrap each subtest with with_test_prefix. Test
11524 continuing with a queued signal in each thread.
11525
115262015-04-08 Pedro Alves <palves@redhat.com>
11527
11528 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11529 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11530 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11531 Return early if running to main fails.
11532 * gdb.trace/while-stepping.exp: Likewise.
11533
115342015-04-07 Pedro Alves <palves@redhat.com>
11535
11536 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11537 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11538 interact with inferior program.
11539
115402015-04-07 Pedro Alves <palves@redhat.com>
11541
11542 * lib/gdb.exp (inferior_spawn_id): New global.
11543 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11544 spawn id after processing the user code.
11545 (default_gdb_start): Set inferior_spawn_id.
11546 (send_inferior): New procedure.
11547 * lib/gdbserver-support.exp (gdbserver_start): Set
11548 inferior_spawn_id.
11549 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11550
115512015-04-07 Pedro Alves <palves@redhat.com>
11552
11553 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11554 * lib/gdbserver-support.exp (gdbserver_start): Make
11555 $server_spawn_id global.
11556 (gdbserver_start): Don't wait for gdbserver's spawn id with
11557 expect_background.
11558 (close_gdbserver): New procedure.
11559 (gdb_exit): Rename the default version and reimplement.
11560
115612015-04-07 Pedro Alves <palves@redhat.com>
11562
11563 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11564 append the substituted item, not the original item.
11565
115662015-04-07 Pedro Alves <palves@redhat.com>
11567
11568 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11569 gdb_expect.
11570
115712015-04-07 Pedro Alves <palves@redhat.com>
11572
11573 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11574 output appearing once only.
11575
115762015-04-07 Pedro Alves <palves@redhat.com>
11577
11578 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11579 that doesn't expect anything. Return early if running to main
11580 fails.
11581
115822015-04-07 Yao Qi <yao.qi@linaro.org>
11583
11584 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11585 (child_function): Call alarm.
11586 (main): Move call to alarm into the loop.
11587 * gdb.threads/non-stop-fair-events.exp: Build program with
11588 -DTIMEOUT=$timeout.
11589
115902015-04-06 Doug Evans <xdje42@gmail.com>
11591
11592 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11593 Fix dest parameter to board_info.
11594 (fpc_compile): Ditto.
11595 (gdb_compile_pascal): Rename dest arg to destfile.
11596
115972015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11598
11599 * gdb.ada/funcall_ref.exp: New file.
11600 * gdb.ada/funcall_ref/foo.adb: New file.
11601
116022015-04-02 Yao Qi <yao.qi@linaro.org>
11603
11604 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11605 is remote.
11606
116072015-04-02 Gary Benson <gbenson@redhat.com>
11608
11609 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11610
116112015-04-01 Sasha Smundak <asmundak@google.com>
11612
11613 * gdb.python/py-unwind-maint.c: New file.
11614 * gdb.python/py-unwind-maint.exp: New test.
11615 * gdb.python/py-unwind-maint.py: New file.
11616 * gdb.python/py-unwind.c: New file.
11617 * gdb.python/py-unwind.exp: New test.
11618 * gdb.python/py-unwind.py: New test.
11619
116202015-04-01 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11623 to fail instead of non-existent $test.
11624
116252015-04-01 Pedro Alves <palves@redhat.com>
11626
11627 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11628 GDBFLAGS if not empty.
11629
116302015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11631
11632 * gdb.ada/complete.exp: Remove "multi_line".
11633 * gdb.ada/info_exc.exp: Remove "multi_line".
11634 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11635 * gdb.ada/ptype_field.exp: Remove "multi_line".
11636 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11637 * gdb.ada/tagged.exp: Remove "multi_line".
11638 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11639 [multi_line ...]
11640 * gdb.btrace/delta.exp: Likewise.
11641 * gdb.btrace/exception.exp: Likewise.
11642 * gdb.btrace/function_call_history.exp: Likewise.
11643 * gdb.btrace/instruction_history.exp: Likewise.
11644 * gdb.btrace/nohist.exp: Likewise.
11645 * gdb.btrace/record_goto.exp: Likewise.
11646 * gdb.btrace/segv.exp: Likewise.
11647 * gdb.btrace/stepi.exp: Likewise.
11648 * gdb.btrace/tailcall.exp: Likewise.
11649 * gdb.btrace/unknown_functions.exp: Likewise.
11650 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11651 * lib/gdb.exp: Add the "multi_line" helper.
11652
116532015-04-01 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.threads/tid-reuse.c: New file.
11656 * gdb.threads/tid-reuse.exp: New file.
11657
116582015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11659
11660 PR corefiles/16092
11661 * gdb.base/coredump-filter.c: New file.
11662 * gdb.base/coredump-filter.exp: Likewise.
11663
116642015-03-27 Petr Machata <pmachata@redhat.com>
11665
11666 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11667 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11668 (Dwarf::assemble): Initialize them.
11669 (Dwarf::lines): New function.
11670
116712015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11672
11673 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11674 SYMBOL_PREFIX for x86_64-*-cygwin.
11675
116762015-03-26 Andy Wingo <wingo@igalia.com>
11677
11678 PR symtab/18148
11679 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11680 const_value but not a location.
11681 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11682 location defined in non-main CUs are visible.
11683
116842015-03-26 Yao Qi <yao.qi@linaro.org>
11685
11686 PR testsuite/18139
11687 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11688 Add a line number entry for the same line.
11689 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11690 Add a line number entry for the same line.
11691
116922015-03-26 Yao Qi <yao.qi@linaro.org>
11693
11694 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11695 .int 0.
11696 (func): Likewise. Add .Lfunc_1 label.
11697 Use .Lfunc_1 label.
11698 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11699 .int 0.
11700 (func): Likewise.
11701 Use .Lfunc_1 label.
11702
117032015-03-26 Yao Qi <yao.qi@linaro.org>
11704
11705 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11706 Call gdb_compile instead to compile each .s files without debug
11707 information.
11708
117092015-03-26 Yao Qi <yao.qi@linaro.org>
11710
11711 * gdb.base/savedregs.exp (process_saved_regs): Make
11712 "Saved registers:" optional in the pattern.
11713
117142015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11715
11716 * gdb.btrace/next.exp: Merged into step.exp.
11717 * gdb.btrace/finish.exp: Merged into step.exp.
11718 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11719 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11720 "record goto" and checking the exact replay position.
11721 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11722 check for "Recording format" in "info record" output.
11723 * gdb.btrace/record_goto.exp: Choose test file based on target.
11724 * gdb.btrace/x86-record_goto.S: Renamed into ...
11725 * gdb.btrace/x86_64-record_goto.S: ... this.
11726 * gdb.btrace/i686-record_goto.S: New.
11727 * gdb.btrace/x86-tailcall.S: Renamed into ...
11728 * gdb.btrace/x86_64-tailcall.S: ... this.
11729 * gdb.btrace/i686-tailcall.S: New.
11730 * gdb.btrace/x86-tailcall.c: Renamed into ...
11731 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11732 separate statements. Update test.
11733 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11734 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11735 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11736 * gdb.btrace/tailcall.exp: Choose test file based on target.
11737 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11738
117392015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11740
11741 * gdb.btrace/exception.exp: Increase BTS buffer size.
11742
117432015-03-24 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11746
117472015-03-24 Pedro Alves <palves@redhat.com>
11748
11749 * gdb.threads/schedlock.exp (test_step): No longer expect that
11750 "set scheduler-locking step" with "next" over a function call runs
11751 threads unlocked.
11752
117532015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11754
11755 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11756
117572015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11758
11759 PR breakpoints/16466
11760 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11761 * gdb.mi/mi-pending.c (thread_func): New function.
11762 (int main): Add threading support required.
11763 * gdb.mi/mi-pending.exp: Add tests for this issue.
11764 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11765 (pendfunc2): Remove stdio dependency.
11766 * gdb.mi/mi-pendshr2.c: New file.
11767
117682015-03-23 Keith Seitz <keiths@redhat.com>
11769
11770 * gdb.linespec/keywords.c: New file.
11771 * gdb.linespec/keywords.exp: New file.
11772
117732015-03-23 Keith Seitz <keiths@redhat.com>
11774
11775 PR gdb/18021
11776 * gdb.dwarf2/staticvirtual.exp: New test.
11777
117782015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11779
11780 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11781 * README: Remove HP-UX and gdb.hp.
11782 (configuration):
11783 * configure: Regenerate.
11784 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11785 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11786 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11787 gdb.hp/gdb.defects/Makefile.
11788 * gdb.hp/Makefile.in: File deleted.
11789 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11790 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11791 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11792 * gdb.hp/gdb.aCC/run.c: File deleted.
11793 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11794 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11795 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11796 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11797 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11798 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11799 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11800 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11801 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11802 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11803 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11804 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11805 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11806 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11807 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11808 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11809 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11810 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11811 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11812 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11813 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11814 * gdb.hp/gdb.compat/average.c: File deleted.
11815 * gdb.hp/gdb.compat/sum.c: File deleted.
11816 * gdb.hp/gdb.compat/xdb.c: File deleted.
11817 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11818 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11819 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11820 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11821 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11822 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11823 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11824 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11825 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11826 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11827 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11828 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11829 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11830 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11831 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11832 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11833 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11834 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11835 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11836 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11837 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11838 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11839 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11840 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11841 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11842 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11843 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11844 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11845 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11846 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11847 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11848 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11849 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11850 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11851 * gdb.hp/tools/odump: File deleted.
11852
118532015-03-19 Pedro Alves <palves@redhat.com>
11854
11855 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11856 (saw_thread_3): New globals.
11857 (top level): Increment them when an event for the corresponding
11858 thread is seen.
11859 (no thread starvation): New test.
11860
118612015-03-19 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.threads/continue-pending-status.c: New file.
11864 * gdb.threads/continue-pending-status.exp: New file.
11865
118662015-03-18 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11869 Use gdb_is_target_remote instead of is_remote. Use
11870 gdb_test_multiple instead of gdb_expect. Exit early if
11871 gdb_test_multiple hits its internal matches. Tighten stepi tests
11872 expected output. Fail on exit with any signal, instead of just
11873 SIGILL.
11874
118752015-03-18 Yao Qi <yao.qi@linaro.org>
11876
11877 PR tdep/18107
11878 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11879 variable.
11880 * gdb.base/catch-syscall.exp: Don't skip it on
11881 aarch64*-*-linux* target. Remove elements in all_syscalls.
11882 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11883 target.
11884 (setup_all_syscalls): New proc.
11885
118862015-03-16 Yao Qi <yao.qi@linaro.org>
11887
11888 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11889 (top level): Skip tests if valid_addr_p returns false for
11890 $cmd1 or $cmd2.
11891
118922015-03-11 Andy Wingo <wingo@igalia.com>
11893
11894 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11895
118962015-03-11 Yao Qi <yao.qi@linaro.org>
11897
11898 * gdb.base/catch-syscall.exp: Fix typo in comments.
11899
119002015-03-11 Yao Qi <yao.qi@linaro.org>
11901
11902 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11903
119042015-03-09 Pedro Alves <palves@redhat.com>
11905
11906 * dg-extract-results.py: Delete.
11907
119082015-03-09 Pedro Alves <palves@redhat.com>
11909
11910 Merge dg-extract-results.sh from GCC upstream (r218843).
11911
11912 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11913 * dg-extract-results.sh: Use --text with grep to avoid issues with
11914 binary files. Fall back to cat -v, if that doesn't work.
11915
119162015-03-05 Pedro Alves <palves@redhat.com>
11917
11918 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11919
119202015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11921
11922 * lib/mi-support.exp (mi_expect_interrupt): Accept
11923 alternative event for when in all-stop mode.
11924
119252015-03-04 Pedro Alves <palves@redhat.com>
11926
11927 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11928
119292015-03-04 Mark Kettenis <kettenis@gnu.org>
11930
11931 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11932
119332015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11934
11935 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11936 regexps for GDB's current line display, accept a hex address
11937 preceding the line number.
11938
119392015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11940
11941 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11942 the 'arch1' variable for "s390*-linux*" targets.
11943
119442015-03-04 Pedro Alves <palves@redhat.com>
11945
11946 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11947 (main): Pass missing retval argument to pthread_join call.
11948
119492015-03-02 Pedro Alves <palves@redhat.com>
11950
11951 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11952 (top level): Call do_test with non-stop as well.
11953
119542015-03-02 Pedro Alves <palves@redhat.com>
11955
11956 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11957 -1.
11958
119592015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11960
11961 * gdb.arch/s390-vregs.exp: New test.
11962 * gdb.arch/s390-vregs.S: New file.
11963
119642015-02-27 Pedro Alves <palves@redhat.com>
11965
11966 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11967 call to catch_command_errors.
11968 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11969 catch_command_errors.
11970
119712015-02-27 Pedro Alves <palves@redhat.com>
11972
11973 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11974 "true" for boolean result.
11975 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11976 prototype of main.
11977
119782015-02-27 Pedro Alves <palves@redhat.com>
11979
11980 * lib/unbuffer_output.c: New file.
11981 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11982 (main): Call gdb_unbuffer_output.
11983
119842015-02-27 Yao Qi <yao.qi@linaro.org>
11985
11986 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11987 target.
11988
119892015-02-26 Doug Evans <dje@google.com>
11990
11991 * gdb.cp/class2.cc (Dbase, D): New classes.
11992 (main): New local delta.
11993 * gdb.cp/class2.exp: Test printing delta.
11994 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11995 (dynbar): New global.
11996 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11997
119982015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11999
12000 * gdb.compile/compile-ifunc.c: New file.
12001 * gdb.compile/compile-ifunc.exp: New file.
12002
120032015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12004
12005 * gdb.base/structs.exp: Check for correct struct on finish.
12006
120072015-02-26 Yao Qi <yao.qi@linaro.org>
12008
12009 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12010 is zero.
12011
120122015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12013
12014 * gdb.arch/cordic.ko.bz2: New file.
12015 * gdb.arch/cordic.ko.debug.bz2: New file.
12016 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12017
120182015-02-25 Yao Qi <yao.qi@linaro.org>
12019
12020 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12021 aarch64*-*-* target.
12022
120232015-02-23 Pedro Alves <palves@redhat.com>
12024
12025 * lib/gdb.exp (delete_breakpoints): Rewrite using
12026 gdb_test_multiple.
12027
120282015-02-23 Pedro Alves <palves@redhat.com>
12029
12030 * gdb.base/info-os.c: Include stdlib.h.
12031
120322015-02-22 Doug Evans <xdje42@gmail.com>
12033
12034 PR symtab/17855
12035 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12036 is read after symbols have been re-read.
12037 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12038 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12039
120402015-02-21 Doug Evans <dje@google.com>
12041
12042 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12043
120442015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12045
12046 PR corefiles/17808
12047 * gdb.arch/i386-biarch-core.core.bz2: New file.
12048 * gdb.arch/i386-biarch-core.exp: New file.
12049
120502015-02-21 Pedro Alves <palves@redhat.com>
12051
12052 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12053 runto_main fails.
12054
120552015-02-20 Pedro Alves <palves@redhat.com>
12056
12057 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12058 info probes.
12059
120602015-02-20 Pedro Alves <palves@redhat.com>
12061
12062 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12063
120642015-02-20 Pedro Alves <palves@redhat.com>
12065
12066 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12067 clean_restart before gdb_target_supports_trace.
12068
120692015-02-20 Pedro Alves <palves@redhat.com>
12070
12071 PR threads/18006
12072 * gdb.threads/clone-thread_db.c: New file.
12073 * gdb.threads/clone-thread_db.exp: New file.
12074
120752015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12076
12077 PR breakpoints/16812
12078 * gdb.base/catch-gdb-caused-signals.c: New file.
12079 * gdb.base/catch-gdb-caused-signals.exp: New file.
12080
120812015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12082
12083 * configure: Regenerated.
12084 * configure.ac: Use GDB_AC_TRANSFORM.
12085 * aclocal.m4: sinclude ../transform.m4.
12086
120872015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12088
12089 * lib/dtrace.exp: New file.
12090 * gdb.base/dtrace-probe.exp: Likewise.
12091 * gdb.base/dtrace-probe.d: Likewise.
12092 * gdb.base/dtrace-probe.c: Likewise.
12093 * lib/pdtrace.in: Likewise.
12094 * configure.ac: Output variables with the transformed names of
12095 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12096 * configure: Regenerated.
12097
120982015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12099
12100 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12101 expected message when trying to access $_probe_* convenience
12102 variables while not on a probe.
12103
121042015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12105
12106 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12107
121082015-02-11 Pedro Alves <pedro@codesourcery.com>
12109
12110 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12111 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12112
121132015-02-10 Doug Evans <xdje42@gmail.com>
12114
12115 * lib/gdb.exp (gdb_load): Always return a result.
12116
121172015-02-10 Pedro Alves <palves@redhat.com>
12118
12119 * gdb.threads/signal-sigtrap.c: New file.
12120 * gdb.threads/signal-sigtrap.exp: New file.
12121
121222015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12123
12124 * gdb.trace/no-attach-trace.c: New file.
12125 * gdb.trace/no-attach-trace.exp: New file.
12126
121272015-02-09 Mark Wielaard <mjw@redhat.com>
12128
12129 * gdb.dwarf2/atomic.c: New file.
12130 * gdb.dwarf2/atomic-type.exp: Likewise.
12131
121322015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12133
12134 * gdb.btrace/buffer-size.exp: Update "info record" output.
12135 * gdb.btrace/delta.exp: Update "info record" output.
12136 * gdb.btrace/enable.exp: Update "info record" output.
12137 * gdb.btrace/finish.exp: Update "info record" output.
12138 * gdb.btrace/instruction_history.exp: Update "info record" output.
12139 * gdb.btrace/next.exp: Update "info record" output.
12140 * gdb.btrace/nexti.exp: Update "info record" output.
12141 * gdb.btrace/step.exp: Update "info record" output.
12142 * gdb.btrace/stepi.exp: Update "info record" output.
12143 * gdb.btrace/nohist.exp: Update "info record" output.
12144
121452015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12146
12147 * gdb.btrace/buffer-size: New.
12148
121492015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12150
12151 * gdb.btrace/delta.exp: Update "info record" output.
12152 * gdb.btrace/enable.exp: Update "info record" output.
12153 * gdb.btrace/finish.exp: Update "info record" output.
12154 * gdb.btrace/instruction_history.exp: Update "info record" output.
12155 * gdb.btrace/next.exp: Update "info record" output.
12156 * gdb.btrace/nexti.exp: Update "info record" output.
12157 * gdb.btrace/step.exp: Update "info record" output.
12158 * gdb.btrace/stepi.exp: Update "info record" output.
12159 * gdb.btrace/nohist.exp: Update "info record" output.
12160
121612015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12162
12163 PR gdb/15678
12164 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12165
121662015-02-06 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12169 macro.
12170 (seconds_left, again): New globals.
12171 (main): Wait seconds_left in a 1-second sleep loop instead of
12172 sleeping 180 seconds. If 'again' is set, reset the seconds
12173 counter.
12174 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12175 'again' in the inferior before detaching. Print the seconds left.
12176 (options): New global.
12177 (top level): Build program with -DTIMEOUT=$timeout.
12178
121792015-02-06 Pedro Alves <palves@redhat.com>
12180
12181 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12182 determine how many seconds to pass to 'alarm'.
12183 * gdb.base/gdb-sigterm.exp (top level): Build program with
12184 -DTIMEOUT=$timeout.
12185 (do_test): Return success/failure indication. Add more verbose
12186 logging. Don't fail if 200 single steps are seen. Instead, fail
12187 when the test times out.
12188 (passes): New global.
12189 (top level): Break the testing loop if testing fails on any
12190 iteration. Use gdb_assert.
12191
121922015-02-04 Don Breazeal <donb@codesourcery.com>
12193
12194 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12195 and initialize them.
12196 (ipc_cleanup): New function.
12197 (main): Don't declare shmid, semid, and msqid. Add a call to
12198 atexit so that we call ipc_cleanup on exit.
12199
122002015-02-04 Pedro Alves <palves@redhat.com>
12201
12202 * boards/native-extended-gdbserver.exp: Remove any target variant
12203 specifications from the board name before clearing the isremote
12204 flag from board_info.
12205
122062015-01-31 Doug Evans <xdje42@gmail.com>
12207
12208 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12209
122102015-01-31 Gary Benson <gbenson@redhat.com>
12211
12212 * gdb.base/completion.exp: Disable completion limiting for
12213 existing tests. Add new tests to check completion limiting.
12214 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12215
122162015-01-31 Doug Evans <xdje42@gmail.com>
12217
12218 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12219
122202015-01-31 Doug Evans <xdje42@gmail.com>
12221
12222 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12223 entries. Duplicate file section script entries.
12224 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12225 inlined entries. Add test for safe-path rejection.
12226 * gdb.python/py-section-script.c: Add duplicate inlined section script
12227 entries. Duplicate file section script entries.
12228 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12229 inlined entries. Add test for safe-path rejection.
12230
122312015-01-29 Joel Brobecker <brobecker@adacore.com>
12232
12233 * gdb.ada/disc_arr_bound: New testcase.
12234
122352015-01-29 Joel Brobecker <brobecker@adacore.com>
12236
12237 * gdb.ada/mi_var_array: New testcase.
12238
122392015-01-27 Doug Evans <dje@google.com>
12240
12241 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12242 Add test for objfile.filename, objfile.username after objfile
12243 has been unloaded.
12244
122452015-01-26 Joel Brobecker <brobecker@adacore.com>
12246
12247 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12248 the second test to print the name attribute of value
12249 returned by the call to gdb.lookup_type, and adjust
12250 the expected output accordingly.
12251
122522015-01-25 Mark Wielaard <mjw@redhat.com>
12253
12254 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12255 * gdb.base/disp-step-fork.c: Include unistd.h.
12256 * gdb.base/siginfo-obj.c: Include stdio.h.
12257 * gdb.base/siginfo-thread.c: Likewise.
12258 * gdb.mi/non-stop.c: Include unistd.h.
12259 * gdb.mi/nsthrexec.c: Include stdio.h.
12260 * gdb.mi/pthreads.c: Include unistd.h.
12261 * gdb.modula2/unbounded1.c (main): Declare returns int.
12262 * gdb.reverse/consecutive-reverse.c: Likewise.
12263 * gdb.threads/create-fail.c: Include unistd.h.
12264 * gdb.threads/killed.c: Likewise.
12265 * gdb.threads/linux-dp.c: Likewise.
12266 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12267 * gdb.threads/non-ldr-exc-2.c: Likewise.
12268 * gdb.threads/non-ldr-exc-3.c: Likewise.
12269 * gdb.threads/non-ldr-exc-4.c: Likewise.
12270 * gdb.threads/pthreads.c: Include unistd.h.
12271 (main): Declare returns int.
12272 * gdb.threads/tls-main.c (foo): New declaration.
12273 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12274
122752015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12276
12277 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12278 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12279
122802015-01-15 Mark Wielaard <mjw@redhat.com>
12281
12282 * gdb.base/noreturn-return.c: New file.
12283 * gdb.base/noreturn-return.exp: New file.
12284 * gdb.base/noreturn-finish.c: New file.
12285 * gdb.base/noreturn-finish.exp: New file.
12286
122872015-01-23 Pedro Alves <palves@redhat.com>
12288
12289 * gdb.threads/continue-pending-after-query.c: New file.
12290 * gdb.threads/continue-pending-after-query.exp: New file.
12291
122922015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12293 Simon Marchi <simon.marchi@ericsson.com>
12294
12295 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12296 * gdb.base/valgrind-db-attach.exp: Same.
12297 * gdb.base/valgrind-infcall.exp: Same.
12298 * lib/mi-support.exp (default_mi_gdb_start): Same.
12299 * lib/prompt.exp (default_prompt_gdb_start): Same.
12300 * lib/gdb.exp (default_gdb_spawn): Same.
12301 (gdb_interact): New.
12302
12303
123042015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12305
12306 * gdb.compile/compile.exp (pointer to jit function): New test.
12307
123082015-01-17 Wei-cheng Wang <cole945@gmail.com>
12309
12310 * lib/gdb.exp (supports_process_record): Return true for
12311 powerpc*-*-linux*.
12312 (supports_reverse): Likewise.
12313
123142015-01-15 Don Breazeal <donb@codesourcery.com>
12315
12316 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12317 instead of checking whether the target board is remote and
12318 use spawn_wait_for_attach instead of exec/sleep.
12319 * gdb.base/attach-twice.exp: Likewise.
12320
123212015-01-15 Joel Brobecker <brobecker@adacore.com>
12322
12323 * gdb.ada/var_arr_attrs: New testcase.
12324
123252015-01-14 Pedro Alves <palves@redhat.com>
12326 Joel Brobecker <brobecker@adacore.com>
12327
12328 PR gdb/17525
12329 * gdb.base/bp-cmds-execution-x-script.c: New file.
12330 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12331 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12332
123332015-01-14 Pedro Alves <palves@redhat.com>
12334
12335 PR cli/17828
12336 * gdb.base/batch-preserve-term-settings.c: New file.
12337 * gdb.base/batch-preserve-term-settings.exp: New file.
12338
123392015-01-13 Doug Evans <dje@google.com>
12340
12341 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12342 binary.
12343
123442015-01-13 Joel Brobecker <brobecker@adacore.com>
12345
12346 * Makefile.in (clean mostlyclean): Do not delete *.py.
12347
123482015-01-13 Joel Brobecker <brobecker@adacore.com>
12349
12350 * gdb.python/py-lookup-type.exp: New file.
12351
123522015-01-12 Pedro Alves <palves@redhat.com>
12353
12354 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12355 restore GDBFLAGS before returning.
12356
123572015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12358
12359 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12360 is_amd64_regs_target and is_x86_like_target.
12361
123622015-01-11 Doug Evans <xdje42@gmail.com>
12363
12364 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12365 is given without an explicit form.
12366 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12367 attributes.
12368 * gdb.dwarf/corrupt.exp: Ditto.
12369 * gdb.dwarf2/enum-type.exp: Ditto.
12370 * gdb.trace/entry-values.exp: Ditto.
12371 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12372
123732015-01-11 Doug Evans <xdje42@gmail.com>
12374
12375 PR gdb/15830
12376 * gdb.base/maint.exp: Remove references to "maint demangle".
12377 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12378 Add tests for explicitly specifying language to demangle.
12379 * gdb.dlang/demangle.exp: Ditto.
12380
123812015-01-09 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.threads/non-stop-fair-events.c: New file.
12384 * gdb.threads/non-stop-fair-events.exp: New file.
12385
123862015-01-09 Pedro Alves <palves@redhat.com>
12387
12388 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12389 the global scope. Set a breakpoint after all threads are started
12390 rather than stepping over two source lines. Expect the prompt.
12391 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12392 global.
12393 (NUM): Now 15.
12394 (main): Use threads_started_barrier to wait for all threads to
12395 start. Main thread no longer calls thread_function. Exit after
12396 180 seconds.
12397 (loop): New function.
12398 (thread_function): Wait on threads_started_barrier barrier. Call
12399 'loop' at each iteration.
12400 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12401 threads have started, instead of hardcoding number of "next"
12402 steps. Use an access watchpoint instead of a write watchpoint.
12403
124042015-01-09 Pedro Alves <palves@redhat.com>
12405
12406 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12407 (thread_func): Wait on barrier.
12408 (main): Wait for all threads to start before stopping GDB.
12409 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12410 global.
12411 (thread1_func, thread2_func): Wait on barrier.
12412 (main): Wait for all threads to start before stopping GDB.
12413 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12414 New global.
12415 (thread1_func, thread2_func): Wait on barrier.
12416 (main): Wait for all threads to start before stopping GDB.
12417
124182015-01-09 Pedro Alves <palves@redhat.com>
12419
12420 * gdb.threads/attach-many-short-lived-threads.c: New file.
12421 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12422
124232014-01-09 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12426 instead of to thread 2.
12427 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12428 Add barrier around each pthread_create call instead of around all
12429 calls.
12430 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12431 Set a break on thread_function and have the child threads hit it
12432 one at at a time.
12433
124342015-01-09 Pedro Alves <palves@redhat.com>
12435
12436 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12437 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12438 false.
12439 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12440 checking whether the target board is remote.
12441 * gdb.multi/multi-attach.exp: Likewise.
12442 * gdb.python/py-sync-interp.exp: Likewise.
12443 * gdb.server/ext-attach.exp: Likewise.
12444 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12445 tests that need to attach, instead of checking whether the target
12446 board is remote at the top of the file.
12447
124482015-01-08 Yao Qi <yao@codesourcery.com>
12449
12450 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12451
124522015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12453
12454 Fix testcase compilation.
12455 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12456
124572015-01-06 Joel Brobecker <brobecker@adacore.com>
12458
12459 * gdb.python/py-type.exp: Add a couple test about empty
12460 array creation, and negative-length array creation.
12461
124622015-01-02 Doug Evans <xdje42@gmail.com>
12463
12464 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12465
124662015-01-02 Doug Evans <dje@google.com>
12467
12468 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12469
124702014-12-29 Yao Qi <yao@codesourcery.com>
12471
12472 * gdb.trace/entry-values.exp: Update comments. Rename variable
12473 bar_call_foo to returned_from_foo.
12474
124752014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12476
12477 PR gdb/17394
12478 * gdb.linespec/break-asm-file.c: New file.
12479 * gdb.linespec/break-asm-file.exp: New file.
12480 * gdb.linespec/break-asm-file0.s: New file.
12481 * gdb.linespec/break-asm-file1.s: New file.
12482
124832014-12-18 Nigel Stephens <nigel@mips.com>
12484 Maciej W. Rozycki <macro@codesourcery.com>
12485
12486 * gdb.base/float.exp: Handle the new output from "info float" on
12487 MIPS targets.
12488
124892014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12490
12491 Fix MinGW compilation.
12492 * gdb.compile/compile-ops.exp: Update untested message if
12493 !skip_compile_feature_tests.
12494 * gdb.compile/compile-setjmp.exp: Likewise.
12495 * gdb.compile/compile-tls.exp: Likewise.
12496 * gdb.compile/compile.exp: Likewise.
12497 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12498 supported on this host".
12499
125002014-12-16 Doug Evans <xdje42@gmail.com>
12501
12502 * boards/stabs.exp: New file.
12503
125042014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12505
12506 * gdb.base/completion.exp: Adjust to format changes of "maint
12507 print user-registers".
12508
125092014-12-16 Catalin Udma <catalin.udma@freescale.com>
12510
12511 PR server/17457
12512 * gdb.arch/aarch64-fp.c: New file.
12513 * gdb.arch/aarch64-fp.exp: New file.
12514
125152014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12516
12517 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12518 r210637, r210913, r211666, r215400, r215817).
12519
12520 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12521 * dg-extract-results.py: New file.
12522 * dg-extract-results.sh: Use it if the environment seems
12523 suitable.
12524
12525 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12526
12527 * dg-extract-results.py (parse_run): Handle warnings that
12528 are printed before a test harness is run.
12529
12530 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12531
12532 * dg-extract-results.py (Named): Remove __cmp__ method.
12533 (output_variation): Use a key to sort variation.harnesses.
12534
12535 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12536
12537 * dg-extract-results.py: For Python 3, force sys.stdout to
12538 handle surrogate escape sequences.
12539 (safe_open): New function.
12540 (output_segment, main): Use it.
12541
12542 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12543
12544 * dg-extract-results.py (Prog.result_re): Include options
12545 in test name.
12546
12547 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12548
12549 * dg-extract-results.py (output_variation): Always sort if
12550 do_sum.
12551
125522014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12553
12554 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12555 as long as we get pagination notifications.
12556
125572014-12-15 Jason Merrill <jason@redhat.com>
12558
12559 * Makefile.in (check-gdb.%): Restore.
12560 * README: Mention it.
12561
125622014-12-13 Joel Brobecker <brobecker@adacore.com>
12563
12564 * gdb.ada/str_uninit: New testcase.
12565
125662014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12567
12568 PR symtab/17642
12569 * gdb.base/vla-stub-define.c: New file.
12570 * gdb.base/vla-stub.c: New file.
12571 * gdb.base/vla-stub.exp: New file.
12572
125732014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12574 Jan Kratochvil <jan.kratochvil@redhat.com>
12575 Tom Tromey <tromey@redhat.com>
12576
12577 * configure.ac: Add gdb.compile/.
12578 * configure: Regenerate.
12579 * gdb.compile/Makefile.in: New file.
12580 * gdb.compile/compile-ops.exp: New file.
12581 * gdb.compile/compile-ops.c: New file.
12582 * gdb.compile/compile-tls.c: New file.
12583 * gdb.compile/compile-tls.exp: New file.
12584 * gdb.compile/compile-constvar.S: New file.
12585 * gdb.compile/compile-constvar.c: New file.
12586 * gdb.compile/compile-mod.c: New file.
12587 * gdb.compile/compile-nodebug.c: New file.
12588 * gdb.compile/compile-setjmp-mod.c: New file.
12589 * gdb.compile/compile-setjmp.c: New file.
12590 * gdb.compile/compile-setjmp.exp: New file.
12591 * gdb.compile/compile-shlib.c: New file.
12592 * gdb.compile/compile.c: New file.
12593 * gdb.compile/compile.exp: New file.
12594 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12595
125962014-12-12 Tom Tromey <tromey@redhat.com>
12597
12598 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12599 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12600
126012014-12-12 Doug Evans <dje@google.com>
12602
12603 * lib/gdb-python.exp (get_python_valueof): New function.
12604 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12605
126062014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12607
12608 * gdb.base/completion.exp: Add test for completion of "info
12609 registers ".
12610
126112014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12612
12613 * gdb.base/func-ptrs.c: New file.
12614 * gdb.base/func-ptrs.exp: New file.
12615
126162014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12617
12618 PR breakpoints/17012
12619 * gdb.base/dprintf-detach.c: New file.
12620 * gdb.base/dprintf-detach.exp: New file.
12621
126222014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12623
12624 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12625 * lib/gdb.exp (target_is_gdbserver): New procedure.
12626
126272014-12-08 Doug Evans <dje@google.com>
12628
12629 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12630
126312014-12-05 Yao Qi <yao@codesourcery.com>
12632
12633 * gdb.guile/scm-error.exp: Remove the third argument to
12634 gdb_remote_download.
12635 * gdb.guile/scm-frame-args.exp: Likewise.
12636 * gdb.guile/scm-section-script.exp: Likewise.
12637
126382014-12-05 Yao Qi <yao@codesourcery.com>
12639
12640 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12641
126422014-12-04 Doug Evans <dje@google.com>
12643
12644 * gdb.python/py-objfile.exp: Add tests for
12645 objfile.add_separate_debug_file.
12646
126472014-12-04 Doug Evans <dje@google.com>
12648
12649 * lib/gdb.exp (get_build_id): New function.
12650 (build_id_debug_filename_get): Rewrite to use it.
12651 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12652
126532014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12654
12655 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12656 `method(long)', not just 0x0.
12657 * gdb.cp/nsalias.exp: Align code labels to 4.
12658 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12659 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12660 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12661 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12662 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12663 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12664
126652014-12-02 Doug Evans <dje@google.com>
12666
12667 PR symtab/17602
12668 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12669 * gdb.cp/anon-ns2.cc: ... here. New file.
12670 * gdb.cp/anon-ns.exp: Update.
12671
126722014-12-02 Nick Bull <nicholaspbull@gmail.com>
12673
12674 * gdb.python/py-events.py (inferior_call_handler): New.
12675 (register_changed_handler, memory_changed_handler): New.
12676 (test_events.invoke): Register new handlers.
12677 * gdb.python/py-events.exp: Add tests for inferior call,
12678 memory_changed and register_changed events.
12679
126802014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12681
12682 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12683 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12684 if the linker doesn't understand this.
12685
126862014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12687
12688 * gdb.python/python.exp: Change expected reply to help().
12689
126902014-12-01 Yao Qi <yao@codesourcery.com>
12691
12692 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12693 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12694 * configure: Re-generated.
12695
126962014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12697
12698 * gdb.cp/chained-calls.cc: New file.
12699 * gdb.cp/chained-calls.exp: New file.
12700 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12701
127022014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12703
12704 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12705 * gdb.dwarf2/symtab-producer.exp: Same.
12706 * gdb.gdb/python-interrupts.exp: Same.
12707 * gdb.gdb/python-selftest.exp: Same.
12708 * gdb.python/py-linetable.exp: Same.
12709 * gdb.python/py-type.exp: Same.
12710 * gdb.python/py-value-cc.exp: Same.
12711 * gdb.python/py-value.exp: Same.
12712
127132014-11-28 Yao Qi <yao@codesourcery.com>
12714
12715 * gdb.base/break-probes.exp: Match library name prefixed with
12716 sysroot.
12717
127182014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12719
12720 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12721 test expected output. Add parentheses for the call to print.
12722 Remove L suffix from integers.
12723
127242014-11-26 Doug Evans <dje@google.com>
12725
12726 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12727
127282014-11-22 Yao Qi <yao@codesourcery.com>
12729
12730 * gdb.trace/entry-values.c: Remove asms.
12731 (foo): Add foo_label.
12732 (bar): Add bar_label.
12733 * gdb.trace/entry-values.exp: Remove code computing foo's
12734 length and bar's length.
12735 (Dwarf::assemble): Invoke function_range for bar and use
12736 MACRO_AT_func for foo.
12737
127382014-11-22 Yao Qi <yao@codesourcery.com>
12739
12740 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12741 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12742 Use .Lgcc43_procstart instead of gcc43.
12743
127442014-11-21 Joel Brobecker <brobecker@adacore.com>
12745
12746 * gdb.ada/n_arr_bound: New testcase.
12747
127482014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12749
12750 PR breakpoints/10737
12751 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12752 test_catch_syscall_multi_arch.
12753 (test_catch_syscall_multi_arch): New function.
12754
127552014-11-20 Doug Evans <xdje42@gmail.com>
12756
12757 * gdb.base/maint.exp: Update expected output.
12758
127592014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12760
12761 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12762 4-byte instruction on S390.
12763
127642014-11-19 Joel Brobecker <brobecker@adacore.com>
12765
12766 * gdb.ada/arr_arr: New testcase.
12767
127682014-11-19 Joel Brobecker <brobecker@adacore.com>
12769
12770 * gdb.ada/pkd_arr_elem: New Testcase.
12771
127722014-11-18 Luis Machado <lgustavo@codesourcery.com>
12773
12774 * gdb.reverse/break-precsave: Expect completion message for
12775 core file reads.
12776 * gdb.reverse/consecutive-precsave.exp: Likewise.
12777 * gdb.reverse/finish-precsave.exp: Likewise.
12778 * gdb.reverse/i386-precsave.exp: Likewise.
12779 * gdb.reverse/machinestate-precsave.exp: Likewise.
12780 * gdb.reverse/sigall-precsave.exp: Likewise.
12781 * gdb.reverse/solib-precsave.exp: Likewise.
12782 * gdb.reverse/step-precsave.exp: Likewise.
12783 * gdb.reverse/until-precsave.exp: Likewise.
12784 * gdb.reverse/watch-precsave.exp: Likewise.
12785
127862014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12787
12788 * gdb.base/bp-permanent.c: Include unistd.h.
12789 * gdb.python/py-framefilter-mi.c (main): Add return type.
12790 * gdb.python/py-framefilter.c (main): Likewise.
12791 * gdb.trace/actions-changed.c (main): Likewise.
12792
127932014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12794
12795 * gdb.mi/until.c: Add eye-catchers.
12796 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12797 line numbers.
12798
127992014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12800
12801 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12802 function header variants in break1.c.
12803 * gdb.base/ena-dis-br.exp: Likewise.
12804 * gdb.base/hbreak2.exp: Likewise.
12805 * gdb.reverse/until-precsave.exp: Drop references to removed
12806 non-prototype function header variants in ur1.c.
12807 * gdb.reverse/until-reverse.exp: Likewise.
12808
128092014-11-17 Petr Machata <pmachata@redhat.com>
12810
12811 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12812 ${_cu_offset_size} bytes abbrev offset.
12813
128142014-11-15 Doug Evans <xdje42@gmail.com>
12815
12816 PR symtab/17559
12817 * gdb.base/line-symtabs.exp: New file.
12818 * gdb.base/line-symtabs.c: New file.
12819 * gdb.base/line-symtabs.h: New file.
12820
128212014-11-14 Yao Qi <yao@codesourcery.com>
12822
12823 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12824 (func): Add label func_label.
12825 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12826 Replace low_pc and high_pc with MACRO_AT_range.
12827 Replace name, low_pc and high_pc with MACRO_AT_func.
12828
128292014-11-14 Yao Qi <yao@codesourcery.com>
12830
12831 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12832 Replace name, low_pc and high_pc with MACRO_AT_func.
12833
128342014-11-14 Yao Qi <yao@codesourcery.com>
12835
12836 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12837 produce debug information.
12838 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12839
128402014-11-14 Yao Qi <yao@codesourcery.com>
12841
12842 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12843 object and get function length.
12844 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12845 with MACRO_AT_func.
12846 (top-level): Replace gdb_compile and clean_restart with
12847 prepare_for_testing.
12848 * gdb.dwarf2/main.c (main): Add label main_label.
12849
128502014-11-14 Yao Qi <yao@codesourcery.com>
12851
12852 * lib/dwarf.exp (function_range): New procedure.
12853 (Dwarf::_handle_macro_at_func): New procedure.
12854 (Dwarf::_handle_macro_at_range): New procedure.
12855 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12856
128572014-11-14 Yao Qi <yao@codesourcery.com>
12858
12859 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12860 (_handle_attribute): New procedure.
12861
128622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12863
12864 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12865 * gdb.base/call-sc.c (zed): Likewise.
12866 * gdb.base/checkpoint.c (main): Likewise.
12867 * gdb.base/dump.c (main): Likewise.
12868 * gdb.base/gcore.c (main): Likewise.
12869 * gdb.base/huge.c (main): Likewise.
12870 * gdb.base/multi-forks.c (main): Likewise.
12871 * gdb.base/pr10179-a.c (main): Likewise.
12872 * gdb.base/savedregs.c (main): Likewise.
12873 * gdb.base/sigaltstack.c (main): Likewise.
12874 * gdb.base/siginfo.c (main): Likewise.
12875 * gdb.base/structs.c (zed): Likewise.
12876 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12877 * gdb.mi/mi-syn-frame.c (main): Likewise.
12878 * gdb.mi/until.c (foo, main): Likewise.
12879 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12880 * gdb.base/solib-weak.c (foo): Declare.
12881 * gdb.base/attach-twice.c: Include stdio.h.
12882 * gdb.base/weaklib1.c: Likewise.
12883 * gdb.base/weaklib2.c: Likewise.
12884 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12885 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12886 unistd.h.
12887 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12888 * gdb.mi/mi-exit-code.c: Likewise.
12889 * gdb.base/break-interp-lib.c: Include string.h.
12890 * gdb.base/coremaker.c: Likewise.
12891 * gdb.base/testenv.c: Likewise.
12892 * gdb.python/py-finish-breakpoint.c: Likewise.
12893 * gdb.base/inferior-died.c: Include sys/wait.h.
12894 * gdb.base/fileio.c: Include time.h.
12895 * gdb.base/async-shell.c: Include unistd.h.
12896 * gdb.base/dprintf-non-stop.c: Likewise.
12897 * gdb.base/info-os.c: Likewise.
12898 * gdb.mi/mi-console.c: Likewise.
12899 * gdb.mi/watch-nonstop.c: Likewise.
12900 * gdb.python/py-events.c: Likewise.
12901 * gdb.base/async.c (baz): Move up before its invocation.
12902 * gdb.base/code_elim2.c (my_global_func): Likewise.
12903 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12904 * gdb.base/advance.c (func2): Likewise.
12905
129062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12907
12908 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12909 variant.
12910 * gdb.base/annota3.c: Likewise.
12911 * gdb.base/async.c: Likewise.
12912 * gdb.base/average.c: Likewise.
12913 * gdb.base/call-ar-st.c: Likewise.
12914 * gdb.base/call-rt-st.c: Likewise.
12915 * gdb.base/call-sc.c: Likewise.
12916 * gdb.base/call-strs.c: Likewise.
12917 * gdb.base/ending-run.c: Likewise.
12918 * gdb.base/execd-prog.c: Likewise.
12919 * gdb.base/exprs.c: Likewise.
12920 * gdb.base/foll-exec.c: Likewise.
12921 * gdb.base/foll-fork.c: Likewise.
12922 * gdb.base/foll-vfork.c: Likewise.
12923 * gdb.base/funcargs.c: Likewise.
12924 * gdb.base/gcore.c: Likewise.
12925 * gdb.base/jump.c: Likewise.
12926 * gdb.base/langs0.c: Likewise.
12927 * gdb.base/langs1.c: Likewise.
12928 * gdb.base/langs2.c: Likewise.
12929 * gdb.base/mips_pro.c: Likewise.
12930 * gdb.base/nodebug.c: Likewise.
12931 * gdb.base/opaque0.c: Likewise.
12932 * gdb.base/opaque1.c: Likewise.
12933 * gdb.base/recurse.c: Likewise.
12934 * gdb.base/run.c: Likewise.
12935 * gdb.base/scope0.c: Likewise.
12936 * gdb.base/scope1.c: Likewise.
12937 * gdb.base/setshow.c: Likewise.
12938 * gdb.base/setvar.c: Likewise.
12939 * gdb.base/shmain.c: Likewise.
12940 * gdb.base/shr1.c: Likewise.
12941 * gdb.base/shr2.c: Likewise.
12942 * gdb.base/sigall.c: Likewise.
12943 * gdb.base/signals.c: Likewise.
12944 * gdb.base/so-indr-cl.c: Likewise.
12945 * gdb.base/solib2.c: Likewise.
12946 * gdb.base/structs.c: Likewise.
12947 * gdb.base/sum.c: Likewise.
12948 * gdb.base/vforked-prog.c: Likewise.
12949 * gdb.base/watchpoint.c: Likewise.
12950 * gdb.reverse/shr2.c: Likewise.
12951 * gdb.reverse/until-reverse.c: Likewise.
12952 * gdb.reverse/ur1.c: Likewise.
12953 * gdb.reverse/watch-reverse.c: Likewise.
12954
129552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12956
12957 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12958 variant.
12959 * gdb.base/sepdebug.exp: Drop references to removed code.
12960
129612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12962
12963 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12964 variant. Preserve original line numbering.
12965 * gdb.base/list1.c: Likewise.
12966
129672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12968
12969 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12970 variant.
12971 * gdb.base/break1.c: Likewise.
12972 * gdb.base/break.exp: Drop references to removed code.
12973
129742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12975
12976 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12977 variant.
12978
129792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12980
12981 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12982
129832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12984
12985 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12986 logic into perform_all_tests() and invoke it with and without
12987 function header prototypes.
12988 (do_function_calls): Remove conditional XFAIL for PR 5318.
12989 (rerun_and_prepare): Remove duplicate code.
12990 (perform_all_tests): New. Main logic moved here.
12991
129922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12993
12994 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12995 code guarded by #ifdef NO_PROTOTYPES.
12996 (t_double_many_args): Likewise.
12997 (DEF_FUNC_MANY_ARGS_1): Likewise.
12998 (DEF_FUNC_VALUES_1): Likewise.
12999 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13000 guarded by #ifdef PROTOTYPES.
13001
130022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13003
13004 * gdb.mi/mi-console.c: Add eye-catcher.
13005 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13006 instead of literal line number.
13007
130082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13009
13010 * gdb.base/shr2.c: Add eye-catcher.
13011 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13012 line number.
13013
130142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13015
13016 * gdb.base/jump.c: Add eye-catchers.
13017 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13018 numbers.
13019
130202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13021
13022 * gdb.base/execd-prog.c: Add eye-catchers.
13023 * gdb.base/foll-exec.c: Likewise.
13024 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13025 line numbers.
13026
130272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13028
13029 * gdb.base/ending-run.c: Add eye-catchers.
13030 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13031 literal line numbers.
13032
130332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13034
13035 * gdb.base/call-rt-st.c: Add eye-catchers.
13036 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13037 literal line numbers.
13038
130392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13040
13041 * gdb.base/call-ar-st.c: Add eye-catchers.
13042 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13043 literal line numbers.
13044
130452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13046
13047 * gdb.base/average.c: Add eye-catchers.
13048 * gdb.base/sum.c: Likewise.
13049 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13050 regexps dynamically.
13051
130522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13053
13054 * gdb.base/solib1.c: Add eye-catchers.
13055 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13056 literal line numbers.
13057
130582014-11-12 Pedro Alves <palves@redhat.com>
13059
13060 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13061 leader has exited.
13062
130632014-11-12 Pedro Alves <palves@redhat.com>
13064
13065 * gdb.arch/i386-bp_permanent.c: New file.
13066 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13067 (srcfile): Set to i386-bp_permanent.c.
13068 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13069 that stepi does not execute the 'leave' instruction, instead of
13070 testing it does execute.
13071 * gdb.base/bp-permanent.c: New file.
13072 * gdb.base/bp-permanent.exp: New file.
13073
130742014-11-10 Doug Evans <xdje42@gmail.com>
13075
13076 PR symtab/17564
13077 * gdb.base/symtab-search-order.exp: New file.
13078 * gdb.base/symtab-search-order.c: New file.
13079 * gdb.base/symtab-search-order-1.c: New file.
13080 * gdb.base/symtab-search-order-shlib-1.c: New file.
13081
130822014-11-07 Pedro Alves <palves@redhat.com>
13083
13084 PR gdb/17511
13085 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13086 i?86-*-linux*.
13087
130882014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13089
13090 PR c++/17494
13091 * gdb.cp/pr17494.cc: New file.
13092 * gdb.cp/pr17494.exp: New file.
13093
130942014-11-02 Yao Qi <yao@codesourcery.com>
13095
13096 * gdb.python/python.exp: Get working directory and match the
13097 output of "set extended-prompt \\w " with it.
13098
130992014-10-30 Doug Evans <dje@google.com>
13100
13101 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13102 in objfiles.
13103 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13104 in progspaces.
13105
131062014-10-30 Janis Johnson <janisjo@codesourcery.com>
13107
13108 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13109 * gdb.base/realname-expand.exp: Likewise.
13110 * gdb.linespec/macro-relative.exp: Likewise.
13111
131122014-10-29 Pedro Alves <palves@redhat.com>
13113
13114 PR gdb/17408
13115 * gdb.threads/schedlock.c (some_function): New function.
13116 (call_function): New global.
13117 (MAYBE_CALL_SOME_FUNCTION): New macro.
13118 (thread_function): Call it.
13119 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13120 and use it instead of a global counter. Adjust all callers.
13121 (get_current_thread): Use "find current thread" for test message
13122 here rather than having all callers pass down the same string.
13123 (goto_loop): New procedure, factored out from ...
13124 (my_continue): ... this.
13125 (step_ten_loops): Change parameter from test message to command to
13126 use. Adjust.
13127 (list_count): Delete global.
13128 (check_result): New procedure, factored out from duplicate top
13129 level code.
13130 (continue tests): Wrap in with_test_prefix.
13131 (test_step): New procedure, factored out from duplicate top level
13132 code.
13133 (top level): Test "step" in combination with all scheduler-locking
13134 modes. Test "next" in combination with all scheduler-locking
13135 modes, and in combination with stepping over a function call or
13136 not.
13137 * gdb.threads/next-bp-other-thread.c: New file.
13138 * gdb.threads/next-bp-other-thread.exp: New file.
13139
131402014-10-29 Pedro Alves <palves@redhat.com>
13141
13142 PR python/17372
13143 * gdb.python/python.exp: Test a multi-line command that spawns
13144 interactive Python.
13145 * gdb.base/multi-line-starts-subshell.exp: New file.
13146
131472014-10-29 Yao Qi <yao@codesourcery.com>
13148
13149 * gdb.base/fileio.exp: Make directories on host.
13150
131512014-10-29 Yao Qi <yao@codesourcery.com>
13152
13153 * gdb.base/fileio.c (test_write): Close the file.
13154
131552014-10-28 Pedro Alves <palves@redhat.com>
13156
13157 PR gdb/12623
13158 * gdb.base/sigstep.c (no_handler): New global.
13159 (main): If 'no_handler is true, set the signal handlers to
13160 SIG_IGN.
13161 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13162 with_sw_watch and no_handler parameters. Handle them.
13163 (top level) <stepping over handler when stopped at a breakpoint
13164 test>: Add a test axis for testing with a software watchpoint, and
13165 another for testing with the signal handler set to SIG_IGN.
13166 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13167 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13168
131692014-10-28 Pedro Alves <palves@redhat.com>
13170
13171 PR gdb/17511
13172 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13173 * gdb.base/sigstep.exp (other_handler_location): New global.
13174 (advance): Support stepping into the signal handler, and running
13175 commands while in the handler.
13176 (in_handler_map): New global.
13177 (top level): In the advance test, add combinations for getting
13178 into the handler with stepping commands, and for running commands
13179 in the handler. Add comment descripting the advancei tests.
13180
131812014-10-28 Pedro Alves <palves@redhat.com>
13182
13183 * gdb.base/sigstep.exp: Use build_executable instead of
13184 prepare_for_testing.
13185 (top level): Move code that starts GDB, runs to main and creates a
13186 display to ...
13187 (restart): ... this new procedure.
13188 (top level): Move backtrace from signal handler test to ...
13189 (validate_backtrace): ... this new procedure.
13190 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13191 with_test_prefix. Always restart GDB.
13192 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13193 with_test_prefix. Always restart GDB. No need to delete
13194 breakpoints after the test.
13195 (test_skip_handler): Remove prefix parameter.
13196 (skip_over_handler, breakpoint_to_handler)
13197 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13198 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13199 restart GDB. No need to delete breakpoints after the test.
13200 (top level): Use foreach to call the test procedures with
13201 different commands.
13202
132032014-10-28 Pedro Alves <palves@redhat.com>
13204
13205 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13206 instead of GNATS numbers.
13207 * gdb.base/sigbpt.exp: Likewise.
13208 * gdb.base/siginfo.exp: Likewise.
13209 * gdb.base/sigstep.exp: Likewise.
13210
132112014-10-27 Pedro Alves <palves@redhat.com>
13212
13213 * gdb.base/sigstep.c (dummy): New global.
13214 (main): Issue a couple writes to the new global.
13215 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13216 procedures.
13217 (skip_over_handler): Use test_skip_handler.
13218 (top level): Call skip_over_handler for stepi and nexti too.
13219 (breakpoint_over_handler): Use test_skip_handler.
13220 (top level): Call breakpoint_over_handler for stepi and nexti too.
13221
132222014-10-27 Yao Qi <yao@codesourcery.com>
13223
13224 * gdb.trace/tfile.c (adjust_function_address)
13225 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13226 function descriptor.
13227
132282014-10-24 Don Breazeal <donb@codesourcery.com>
13229
13230 * gdb.base/foll-fork.exp (test_follow_fork,
13231 catch_fork_child_follow): Check for updated fork messages emitted
13232 from infrun.c.
13233 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13234 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13235 vfork_and_exec_child_follow_through_step): Check for updated vfork
13236 messages emitted from infrun.c.
13237
132382014-10-24 Pedro Alves <palves@redhat.com>
13239
13240 * gdb.base/corefile.exp: Remove references to ultrix.
13241 * gdb.base/interrupt.exp: Likewise.
13242 * gdb.base/whatis.exp: Likewise.
13243 * gdb.gdb/selftest.exp: Likewise.
13244 * gdb.threads/manythreads.exp: Likewise.
13245 * gdb.threads/print-threads.exp: Likewise.
13246 * gdb.threads/pthreads.exp:: Likewise.
13247 * gdb.threads/schedlock.exp: Likewise.
13248
132492014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13250
13251 * gdb.cp/non-trivial-retval.cc: Add a test case.
13252 * gdb.cp/non-trivial-retval.exp: Add a test.
13253
132542014-10-20 Yao Qi <yao@codesourcery.com>
13255
13256 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13257 * gdb.python/py-objfile-script-gdb.py: New file.
13258 * gdb.python/py-objfile-script.exp: Update reference to
13259 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13260 of remote_download. Remove the dest file.
13261
132622014-10-20 Yao Qi <yao@codesourcery.com>
13263
13264 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13265 * gdb.base/step-line.exp: Likewise.
13266 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13267 * gdb.dwarf2/dw2-basic.exp: Likewise.
13268 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13269 * gdb.dwarf2/dw2-filename.exp: Likewise.
13270 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13271 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13272 * gdb.dwarf2/dw2-producer.exp: Likewise.
13273 * gdb.dwarf2/mac-fileno.exp: Likewise.
13274 * gdb.python/py-frame-args.exp: Likewise.
13275 * gdb.python/py-framefilter.exp: Likewise.
13276 * gdb.python/py-mi.exp: Likewise.
13277 * gdb.python/py-objfile-script.exp: Likewise
13278 * gdb.python/py-pp-integral.exp: Likewise.
13279 * gdb.python/py-pp-re-notag.exp: Likewise.
13280 * gdb.python/py-prettyprint.exp: Likewise.
13281 * gdb.python/py-section-script.exp: Likewise.
13282 * gdb.python/py-typeprint.exp: Likewise.
13283 * gdb.python/py-xmethods.exp: Likewise.
13284 * gdb.stabs/weird.exp: Likewise.
13285 * gdb.xml/tdesc-regs.exp: Likewise.
13286
132872014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13288
13289 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13290 (out_cu): Use addr_len for the size of addresses.
13291 (out_line): Likewise. Size DW_LNE_set_address instruction
13292 according to addr_len.
13293 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13294 (FUNC): Add START_INSNS to definition.
13295
132962014-10-18 Yao Qi <yao@codesourcery.com>
13297
13298 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13299 gdb_has_argv0 return true.
13300 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13301 check [target_info exists noargs], check [gdb_has_argv0]
13302 instead.
13303 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13304 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13305 procedures.
13306
133072014-10-17 Doug Evans <dje@google.com>
13308
13309 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13310 event.
13311 * gdb.python/py-events.py: Add clear_objfiles event.
13312
133132014-10-17 Doug Evans <dje@google.com>
13314
13315 * gdb.python/py-objfile.exp: Test progspace attribute.
13316
133172014-10-17 Luis Machado <lgustavo@codesourcery.com>
13318
13319 * gdb.guile/scm-breakpoint.exp: Do not assume any
13320 directory separators when matching source file paths.
13321 * gdb.python/py-breakpoint.exp: Likewise.
13322 * gdb.reverse/break-precsave.exp: Likewise.
13323 * gdb.reverse/break-reverse.exp: Likewise.
13324 * gdb.reverse/consecutive-precsave.exp: Likewise.
13325 * gdb.reverse/finish-precsave.exp: Likewise.
13326 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13327 * gdb.reverse/finish-reverse.exp: Likewise.
13328 * gdb.reverse/i386-precsave.exp: Likewise.
13329 * gdb.reverse/i387-env-reverse.exp: Likewise.
13330 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13331 * gdb.reverse/machinestate-precsave.exp: Likewise.
13332 * gdb.reverse/machinestate.exp: Likewise.
13333 * gdb.reverse/sigall-precsave.exp: Likewise.
13334 * gdb.reverse/solib-precsave.exp: Likewise.
13335 * gdb.reverse/step-precsave.exp: Likewise.
13336 * gdb.reverse/until-precsave.exp: Likewise.
13337 * gdb.reverse/watch-precsave.exp: Likewise.
13338 * gdb.reverse/watch-reverse.exp: Likewise.
13339
133402014-10-17 Yao Qi <yao@codesourcery.com>
13341
13342 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13343 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13344
133452014-10-17 Pedro Alves <palves@redhat.com>
13346
13347 PR gdb/17471
13348 * gdb.base/bg-execution-repeat.c: New file.
13349 * gdb.base/bg-execution-repeat.exp: New file.
13350
133512014-10-17 Pedro Alves <palves@redhat.com>
13352
13353 PR gdb/17300
13354 * gdb.base/continue-all-already-running.c: New file.
13355 * gdb.base/continue-all-already-running.exp: New file.
13356
133572014-10-17 Pedro Alves <palves@redhat.com>
13358
13359 PR gdb/17472
13360 * gdb.base/annota-input-while-running.c: New file.
13361 * gdb.base/annota-input-while-running.exp: New file.
13362
133632014-10-17 Pedro Alves <palves@redhat.com>
13364
13365 * gdb.base/callfuncs.exp: emove references to osf.
13366 * gdb.base/sigall.exp: Likewise.
13367 * gdb.gdb/selftest.exp: Likewise.
13368 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13369 * gdb.mi/non-stop.c: Likewise.
13370 * gdb.mi/pthreads.c: Likewise.
13371 * gdb.reverse/sigall-precsave.exp: Likewise.
13372 * gdb.reverse/sigall-reverse.exp: Likewise.
13373 * gdb.threads/pthreads.c: Likewise.
13374 * gdb.threads/pthreads.exp: Likewise.
13375
133762014-10-17 Yao Qi <yao@codesourcery.com>
13377
13378 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13379 check 'target_info exists noargs'.
13380 (test_command_prompt_position): Likewise.
13381 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13382 Remove "set args".
13383 (progvar_simple_while_test): Likewise.
13384 (progvar_complex_if_while_test): Likewise.
13385 (if_while_breakpoint_command_test): Likewise.
13386 (infrun_breakpoint_command_test): Likewise.
13387 (breakpoint_command_test): Likewise.
13388 (watchpoint_command_test): Likewise.
13389 (bp_deleted_in_command_test): Likewise.
13390 (temporary_breakpoint_commands): Likewise.
13391
133922014-10-16 Yao Qi <yao@codesourcery.com>
13393
13394 * gdb.base/remotetimeout.exp: Remove noargs checking.
13395
133962014-10-15 Pedro Alves <palves@redhat.com>
13397
13398 PR breakpoints/9649
13399 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13400 * gdb.base/breakpoint-in-ro-region.exp
13401 (probe_target_hardware_step): New procedure.
13402 (top level): Probe hardware stepping and hardware breakpoint
13403 support. Test stepping through a read-only region, with both
13404 "breakpoint auto-hw" on and off and both "always-inserted" on and
13405 off.
13406
134072014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13408
13409 * gdb.dlang/demangle.exp: Update for demangling changes.
13410
134112014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13412
13413 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13414 * gdb.cp/non-trivial-retval.exp: Add new tests.
13415
134162014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13417
13418 PR c++/13403
13419 PR c++/15154
13420 * gdb.cp/non-trivial-retval.cc: New file.
13421 * gdb.cp/non-trivial-retval.exp: New file.
13422
134232014-10-15 Yao Qi <yao@codesourcery.com>
13424
13425 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13426 remote host.
13427
134282014-10-15 Yao Qi <yao@codesourcery.com>
13429
13430 * gdb.python/py-symbol.exp: Match file base name if host is
13431 remote, otherwise match file name with dir name.
13432 * gdb.python/py-symtab.exp: Likewise.
13433 * gdb.python/python.exp: Likewise.
13434
134352014-10-15 Yao Qi <yao@codesourcery.com>
13436
13437 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13438 pattern.
13439 * gdb.python/py-symtab.exp: Likewise.
13440 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13441 locationn.
13442
134432014-10-14 Joel Brobecker <brobecker@adacore.com>
13444
13445 * gdb.ada/addr_arith: New testcase.
13446
134472014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13448
13449 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13450 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13451 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13452 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13453
134542014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13455
13456 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13457 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13458 * gdb.arch/stap-eval-lang-ada.exp: New file.
13459
134602014-10-14 Yao Qi <yao@codesourcery.com>
13461
13462 * gdb.mi/mi-var-child.c (nothing1): New function.
13463 (nothing2): New function.
13464 (do_children_tests): Set function pointers by nothing1 and
13465 nothing2.
13466 * gdb.mi/mi-var-child.exp: Step over new added statements.
13467 Update test to match the new output.
13468 * gdb.mi/var-cmd.c (nothing1): New function.
13469 (nothing2): New function.
13470 (do_children_tests): Set function pointers by nothing1 and
13471 nothing2.
13472 * gdb.mi/mi-var-display.exp: Update test to match output.
13473 Step to the line specified by $line_dct_nothing.
13474 Increase the number of lines to step.
13475
134762014-10-14 Yao Qi <yao@codesourcery.com>
13477
13478 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13479 tests.
13480 * gdb.mi/mi2-var-child.exp: Likewise.
13481
134822014-10-13 Doug Evans <dje@google.com>
13483
13484 * gdb.python/py-objfile.exp: Change name of file name test.
13485
134862014-10-13 Doug Evans <dje@google.com>
13487
13488 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13489 from the start of the CU.
13490
134912014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13492 Yao Qi <yao@codesourcery.com>
13493
13494 Fix "save breakpoints" for "catch" command.
13495 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13496 Remove -nonewline. Match also the added "main" line.
13497
134982014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13499
13500 Fix "save breakpoints" for "disable $bpnum" command.
13501 * gdb.base/save-bp.c (main): Add label.
13502 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13503
135042014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13505
13506 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13507
135082014-10-11 Yao Qi <yao@codesourcery.com>
13509
13510 * gdb.server/server-kill.exp: Execute command
13511 "set remote trace-status-packet on" before "tstatus".
13512
135132014-10-11 Yao Qi <yao@codesourcery.com>
13514
13515 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13516 (main): Call getppid.
13517 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13518 and continue to it. Read variable "server_pid".
13519
135202014-10-11 Yao Qi <yao@codesourcery.com>
13521
13522 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13523
135242014-10-11 Yao Qi <yao@codesourcery.com>
13525
13526 * gdb.threads/thread-find.exp: Don't execute command
13527 "info threads".
13528 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13529 * gdb.threads/linux-dp.exp: Don't check the condition
13530 $threads_created equals to zero.
13531
135322014-10-10 Pedro Alves <palves@redhat.com>
13533
13534 * gdb.base/bigcore.exp: Remove references to IRIX.
13535 * gdb.base/funcargs.exp: Likewise.
13536 * gdb.base/interrupt.exp: Likewise.
13537 * gdb.base/mips_pro.exp: Likewise.
13538 * gdb.base/nodebug.exp: Likewise.
13539 * gdb.base/setvar.exp: Likewise.
13540 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13541
135422014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13543 Pedro Alves <palves@redhat.com>
13544
13545 PR symtab/14466
13546 * gdb.base/vdso-warning.c: New file.
13547 * gdb.base/vdso-warning.exp: New file.
13548
135492014-10-02 Doug Evans <dje@google.com>
13550
13551 * gdb.base/structs.c (main): Don't run forever.
13552
135532014-10-02 Pedro Alves <palves@redhat.com>
13554
13555 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13556 (top level) <stop threads 1, stop threads 2>: Use it.
13557
135582014-10-02 Pedro Alves <palves@redhat.com>
13559
13560 * gdb.threads/break-while-running.exp (test): Add new
13561 'update_thread_list' argument. Skip "info threads" if false.
13562 (top level): Add new 'update_thread_list' axis.
13563
135642014-10-02 Pedro Alves <palves@redhat.com>
13565
13566 PR breakpoints/17431
13567 * gdb.base/execl-update-breakpoints.c: New file.
13568 * gdb.base/execl-update-breakpoints.exp: New file.
13569
135702014-10-01 Pedro Alves <palves@redhat.com>
13571
13572 * gdb.base/breakpoint-in-ro-region.c: New file.
13573 * gdb.base/breakpoint-in-ro-region.exp: New file.
13574
135752014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13576
13577 * gdb.mi/mi-exit-code.exp: New file.
13578 * gdb.mi/mi-exit-code.c: New file.
13579
135802014-09-30 Yao Qi <yao@codesourcery.com>
13581
13582 * lib/prelink-support.exp (build_executable_own_libs): Error if
13583 the target isn't native.
13584
135852014-09-30 Yao Qi <yao@codesourcery.com>
13586
13587 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13588 false.
13589
135902014-09-22 Pedro Alves <palves@redhat.com>
13591
13592 * gdb.threads/break-while-running.exp: New file.
13593 * gdb.threads/break-while-running.c: New file.
13594
135952014-09-19 Yao Qi <yao@codesourcery.com>
13596
13597 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13598 Invoke test. Restart GDB with --readnow and invoke test again.
13599
136002014-09-19 Yao Qi <yao@codesourcery.com>
13601
13602 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13603 proc set_breakpoint_on_gcd_function. Invoke
13604 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13605 invoke set_breakpoint_on_gcd_function again.
13606
136072014-09-18 Doug Evans <dje@google.com>
13608
13609 * gdb.dwarf2/symtab-producer.exp: New file.
13610
136112014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13612
13613 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13614 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13615 * gdb.base/global-var-nested-by-dso.c: Likewise.
13616 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13617
136182014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13619 Pedro Alves <palves@redhat.com>
13620
13621 * gdb.base/watch-bitfields.exp: Pass string other than test file
13622 name to prepare_for_testing.
13623 (watch): New procedure.
13624 (expect_watchpoint): Use with_test_prefix.
13625 (top level): Factor out tests to ...
13626 (test_watch_location, test_regular_watch): ... these new
13627 procedures, and use with_test_prefix and gdb_continue_to_end.
13628
136292014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13630
13631 PR breakpoints/12526
13632 * gdb.base/watch-bitfields.exp: New file.
13633 * gdb.base/watch-bitfields.c: New file.
13634
136352014-09-16 Pedro Alves <palves@redhat.com>
13636
13637 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13638 software and hardware addresses, not software address against
13639 itself.
13640
136412014-09-16 Pedro Alves <palves@redhat.com>
13642
13643 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13644 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13645
136462014-09-16 Pedro Alves <palves@redhat.com>
13647
13648 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13649 files.
13650 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13651 "*-*-vxworks*" throughout.
13652 * gdb.base/break.exp: Likewise.
13653 * gdb.base/default.exp: Likewise.
13654 * gdb.base/scope.exp: Likewise.
13655 * gdb.base/sepdebug.exp: Likewise.
13656 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13657 throughout.
13658 * gdb.base/run.c: Likewise.
13659 * gdb.base/sepdebug.c: Likewise.
13660 * gdb.hp/gdb.aCC/run.c: Likewise.
13661 * gdb.reverse/until-reverse.c: Likewise.
13662 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13663
136642014-09-16 Yao Qi <yao@codesourcery.com>
13665
13666 * boards/local-remote-host-native.exp: New file.
13667
136682014-09-14 Doug Evans <xdje42@gmail.com>
13669
13670 * gdb.threads/queue-signal.c (thread_count): New variable.
13671 (thread_count_mutex, thread_count_condvar): New variables.
13672 (incr_thread_count, wait_all_threads_running): New functions.
13673 (main): Wait for all threads to be in their thread functions.
13674
136752014-09-13 Doug Evans <xdje42@gmail.com>
13676
13677 * gdb.threads/queue-signal.c: New file.
13678 * gdb.threads/queue-signal.exp: New file.
13679
136802014-09-13 Doug Evans <xdje42@gmail.com>
13681
13682 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13683 be consistent with what default_gdb_init uses.
13684 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13685 the plain text of the prompt. Add some logging printfs.
13686 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13687
136882014-09-12 Pedro Alves <palves@redhat.com>
13689
13690 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13691 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13692 * gdb.arch/i386-size-overlap.exp: Likewise.
13693 * gdb.arch/i386-size.exp: Likewise.
13694 * gdb.arch/i386-unwind.exp: Likewise.
13695 * gdb.base/a2-run.exp: Likewise.
13696 * gdb.base/break.exp: Likewise.
13697 * gdb.base/charset.exp: Likewise.
13698 * gdb.base/chng-syms.exp: Likewise.
13699 * gdb.base/commands.exp: Likewise.
13700 * gdb.base/dbx.exp: Likewise.
13701 * gdb.base/find.exp: Likewise.
13702 * gdb.base/funcargs.exp: Likewise.
13703 * gdb.base/jit-simple.exp: Likewise.
13704 * gdb.base/reread.exp: Likewise.
13705 * gdb.base/sepdebug.exp: Likewise.
13706 * gdb.base/step-bt.exp: Likewise.
13707 * gdb.cp/mb-inline.exp: Likewise.
13708 * gdb.cp/mb-templates.exp: Likewise.
13709 * gdb.objc/basicclass.exp: Likewise.
13710 * gdb.threads/killed.exp: Likewise.
13711
137122014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13713
13714 PR tdep/17379
13715 * gdb.arch/powerpc-stackless.S: New file.
13716 * gdb.arch/powerpc-stackless.exp: New file.
13717
137182014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13719
13720 * gdb.base/attach.c: Include unistd.h.
13721 (main): Call alarm. Add label postloop.
13722 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13723 gdb_breakpoint, gdb_continue_to_breakpoint.
13724 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13725
137262014-09-11 Pedro Alves <palves@redhat.com>
13727
13728 PR gdb/17347
13729 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13730 * gdb.base/attach.exp (test_command_line_attach_run): New
13731 procedure.
13732 (top level): Call it.
13733
137342014-09-11 Pedro Alves <palves@redhat.com>
13735
13736 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13737 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13738 (do_command_attach_tests): Use spawn_wait_for_attach.
13739 * gdb.base/solib-overlap.exp: Likewise.
13740 * gdb.multi/multi-attach.exp: Likewise.
13741 * gdb.python/py-prompt.exp: Likewise.
13742 * gdb.python/py-sync-interp.exp: Likewise.
13743 * gdb.server/ext-attach.exp: Likewise.
13744
137452014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13746
13747 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13748 command in testcase. Simplify testcase.
13749
137502014-09-10 Joel Brobecker <brobecker@adacore.com>
13751
13752 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13753
137542014-09-10 Joel Brobecker <brobecker@adacore.com>
13755
13756 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13757
137582014-09-10 Joel Brobecker <brobecker@adacore.com>
13759
13760 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13761
137622014-09-10 Joel Brobecker <brobecker@adacore.com>
13763
13764 * gdb.dwarf2/dynarr-ptr.c: New file.
13765 * gdb.dwarf2/dynarr-ptr.exp: New file.
13766
137672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13768
13769 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13770 of 30 rather than hardcoding 120 for a slow test case. Take the
13771 `gdb,timeout' target setting into account for this calculation.
13772 Don't extend the timeout for the test cases that don't need it.
13773
137742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13775
13776 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13777 a factor of 2 for a slow test case. Take the `gdb,timeout'
13778 target setting into account for this calculation.
13779 * gdb.reverse/until-precsave.exp: Increase the timeout by
13780 a factor of 15 and 3 respectively rather than adding 120
13781 for a pair of slow test cases. Take the `gdb,timeout'
13782 target setting into account for this calculation.
13783
137842014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13785
13786 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13787 timeout, don't pass one down to gdb_expect.
13788 (gdb_expect): Rework timeout selection.
13789
137902014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13791
13792 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13793 exception on timeout.
13794 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13795 (gdbserver_start_extended): Catch any `gdbserver_start' error
13796 exceptions.
13797 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13798 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13799 `gdbserver_gdb_load' error exceptions.
13800
138012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13802
13803 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13804 120 on waiting for the TCP socket to open.
13805
138062014-09-09 Doug Evans <xdje42@gmail.com>
13807
13808 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13809 _caller_matches, _any_caller_is, _any_caller_matches.
13810
138112014-09-09 Doug Evans <xdje42@gmail.com>
13812
13813 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13814
138152014-09-09 Yao Qi <yao@codesourcery.com>
13816
13817 * gdb.mi/mi-var-display.exp: Set print symbol off.
13818
138192014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13820
13821 PR gdb/17035
13822 * gdb.base/commands.exp: Add tests to verify user-defined
13823 commands with empty bodies.
13824 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13825 python commands in `show user command`.
13826 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13827 scheme commands in `show user command`.
13828
138292014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13830
13831 PR python/17355
13832 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13833 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13834 * gdb.python/py-framefilter-invalidarg.exp: New file.
13835 * gdb.python/py-framefilter-invalidarg.py: New file.
13836
138372014-09-06 Doug Evans <xdje42@gmail.com>
13838
13839 PR 15276
13840 * gdb.python/py-caller-is.c: New file.
13841 * gdb.python/py-caller-is.exp: New file.
13842
138432014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13844
13845 PR gdb/17235
13846 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13847 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13848
138492014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13850
13851 PR fortran/17237
13852 * gdb.fortran/print-formatted.exp: New file.
13853 * gdb.fortran/print-formatted.f90: Likewise.
13854
138552014-09-03 Sasha Smundak <asmundak@google.com>
13856
13857 * gdb.python/py-frame.exp: Test Frame.read_register.
13858
138592014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13860
13861 PR python/16699
13862 * gdb.python/py-completion.exp: New file.
13863 * gdb.python/py-completion.py: Likewise.
13864
138652014-08-28 Doug Evans <dje@google.com>
13866
13867 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13868 eax,etc. are live with values set by gdb and thus the compiler can't
13869 use them.
13870 * gdb.arch/i386-pseudo.c (main): Ditto.
13871
138722014-08-27 Doug Evans <dje@google.com>
13873
13874 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13875
138762014-08-25 Doug Evans <dje@google.com>
13877
13878 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13879 (main): Ditto.
13880
138812014-08-25 Doug Evans <dje@google.com>
13882
13883 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13884
138852014-08-24 Yao Qi <yao@codesourcery.com>
13886
13887 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13888 symbol off.
13889 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13890
138912014-08-22 Doug Evans <dje@google.com>
13892
13893 PR 17276
13894 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13895 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13896 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13897
138982014-08-22 Yao Qi <yao@codesourcery.com>
13899
13900 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13901 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13902 * gdb.python/python.exp: Likewise. Use .py file on the host
13903 instead of the build.
13904
139052014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13906
13907 * gdb.threads/gcore-stale-thread.c: New file.
13908 * gdb.threads/gcore-stale-thread.exp: New file.
13909
139102014-08-21 Pedro Alves <palves@redhat.com>
13911
13912 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13913 * gdb.base/gcore-relro-pie.exp: Likewise.
13914 * gdb.base/gcore-relro.exp: Likewise.
13915 * gdb.base/gcore.exp: Likewise.
13916 * gdb.base/print-symbol-loading.exp: Likewise.
13917 * gdb.threads/gcore-thread.exp: Likewise.
13918 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13919
139202014-08-20 Pedro Alves <palves@redhat.com>
13921 Jan Kratochvil <jan.kratochvil@redhat.com>
13922
13923 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13924 configure.
13925 (EXPECT): Handle READ1 being set.
13926 (all): Depend on EXTRA_RULES.
13927 (check-read1, expect-read1, read1.so, read1): New rules.
13928 * README (Testsuite Parameters): Document the READ1 make variable.
13929 (Race detection): New section.
13930 * configure: Regenerate.
13931 * configure.ac: If build==host==target, and running under a
13932 GNU/glibc system, add read1 to the extra Makefile rules.
13933 (EXTRA_RULES): AC_SUBST it.
13934 * lib/read1.c: New file.
13935
139362014-08-20 Joel Brobecker <brobecker@adacore.com>
13937
13938 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13939 the handling of variables declared as a typedef to an array
13940 which a DW_AT_data_location attribute.
13941
139422014-08-19 Andrew Burgess <aburgess@broadcom.com>
13943 Pedro Alves <palves@redhat.com>
13944
13945 PR symtab/14604
13946 PR symtab/14605
13947 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13948 gdb_test.
13949
139502014-08-19 Pedro Alves <palves@redhat.com>
13951
13952 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13953
139542014-08-19 Yao Qi <yao@codesourcery.com>
13955
13956 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13957 right line.
13958
139592014-08-18 David Blaikie <dblaikie@gmail.com>
13960
13961 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13962
139632014-08-18 Joel Brobecker <brobecker@adacore.com>
13964
13965 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13966 attribute in array range.
13967
139682014-08-18 Joel Brobecker <brobecker@adacore.com>
13969
13970 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13971
139722014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13973
13974 PR c++/17132
13975 * gdb.cp/pr17132.cc: New file.
13976 * gdb.cp/pr17132.exp: New file.
13977
139782014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13979
13980 * gdb.python/py-xmethods.py (A_getarrayind)
13981 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13982 Use 'print' with function call syntax.
13983 (E_method_matcher.match): Fix tab vs space indentation mixup.
13984
139852014-08-15 Yao Qi <yao@codesourcery.com>
13986
13987 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13988 false.
13989
139902014-08-15 Yao Qi <yao@codesourcery.com>
13991
13992 * gdb.cp/casts.exp: Set print symbol off.
13993 * gdb.cp/class2.exp: Likewise.
13994 * gdb.cp/overload.exp: Likewise.
13995 * gdb.cp/templates.exp: Likewise.
13996
139972014-08-11 Doug Evans <dje@google.com>
13998
13999 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14000 (test_load_shlib): Update.
14001
140022014-08-09 Yao Qi <yao@codesourcery.com>
14003
14004 * gdb.base/display.exp: Invoke is_address_zero_readable.
14005 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14006 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14007 * gdb.base/hbreak-unmapped.exp: Return if
14008 is_address_zero_readable returns true.
14009 * gdb.base/signest.exp: Likewise.
14010 * gdb.base/signull.exp: Likewise.
14011 * gdb.base/sigbpt.exp: Likewise.
14012 * gdb.guile/scm-disasm.exp: Do the test if
14013 is_address_zero_readable returns false.
14014 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14015 * gdb.python/py-arch.exp: Likewise.
14016 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14017 * lib/gdb.exp (is_address_zero_readable): New proc.
14018
140192014-08-09 Yao Qi <yao@codesourcery.com>
14020
14021 PR testsuite/13443
14022 * gdb.mi/mi-var-display.exp: Make test messages unique.
14023
140242014-08-04 Tom Tromey <tromey@redhat.com>
14025
14026 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14027 target 0".
14028
140292014-08-04 Tom Tromey <tromey@redhat.com>
14030
14031 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14032 "target_resume".
14033
140342014-08-01 Joel Brobecker <brobecker@adacore.com>
14035
14036 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14037 inner_vla_struct_object_size.
14038 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14039 as xfail.
14040
140412014-07-30 Pedro Alves <palves@redhat.com>
14042
14043 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14044 comment.
14045
140462014-07-29 Yao Qi <yao@codesourcery.com>
14047
14048 PR gdb/17206
14049 * gdb.base/until-nodebug.exp: New.
14050
140512014-07-28 Doug Evans <xdje42@gmail.com>
14052
14053 PR guile/17203
14054 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14055 previously existing parameter, and previously ambiguously spelled
14056 parameter.
14057
140582014-07-28 Will Newton <will.newton@linaro.org>
14059
14060 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14061
140622014-07-26 Ludovic Courtès <ludo@gnu.org>
14063 Doug Evans <xdje42@gmail.com>
14064
14065 PR guile/17146
14066 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14067
140682014-07-25 Pedro Alves <palves@redhat.com>
14069
14070 * gdb.threads/signal-command-handle-nopass.c: New file.
14071 * gdb.threads/signal-command-handle-nopass.exp: New file.
14072 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14073 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14074 * gdb.threads/signal-delivered-right-thread.c: New file.
14075 * gdb.threads/signal-delivered-right-thread.exp: New file.
14076
140772014-07-25 Pedro Alves <palves@redhat.com>
14078
14079 * gdb.base/double-prompt-target-event-error.exp
14080 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14081 match.
14082 (cancel_pagination_in_target_event): Rework double prompt
14083 detection.
14084 * gdb.base/paginate-after-ctrl-c-running.exp
14085 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14086 <return>' match.
14087 * gdb.base/paginate-bg-execution.exp
14088 (test_bg_execution_pagination_return)
14089 (test_bg_execution_pagination_cancel): Remove '-notransfer
14090 <return>' matches.
14091 * gdb.base/paginate-execution-startup.exp
14092 (test_fg_execution_pagination_return)
14093 (test_fg_execution_pagination_cancel): Remove '-notransfer
14094 <return>' matches.
14095 * gdb.base/paginate-inferior-exit.exp
14096 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14097 match.
14098 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14099 * lib/gdb.exp (pagination_prompt): Run text through
14100 string_to_regexp.
14101 (gdb_test_multiple): Match $pagination_prompt instead of
14102 "<return>".
14103 (string_to_regexp): Move to lib/gdb-utils.exp.
14104
141052014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14106
14107 * gdb.arch/amd64-entry-value-paramref.S: New file.
14108 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14109 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14110 * gdb.arch/amd64-optimout-repeat.S: New file.
14111 * gdb.arch/amd64-optimout-repeat.c: New file.
14112 * gdb.arch/amd64-optimout-repeat.exp: New file.
14113
141142014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14115
14116 PR gdb/17170
14117 * gdb.base/statistics.exp: New file.
14118
141192014-07-17 Doug Evans <dje@google.com>
14120
14121 PR gdb/17170
14122 * gdb.base/maint.exp: Update testing of per-command stats.
14123
141242014-07-16 Pedro Alves <palves@redhat.com>
14125
14126 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14127 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14128 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14129 (tfile_write_buf): New functions.
14130 (add_memory_block): Rewrite using the above.
14131 (adjust_function_address): New function.
14132 (FUNCTION_ADDRESS): New macro.
14133 (write_basic_trace_file): Remove short_x local, and use
14134 tfile_write_16. Change type of func_addr local to unsigned long
14135 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14136 here. Cast argument of add_memory_block to char pointer.
14137 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14138 (main): Remove parameters.
14139 * gdb.trace/tfile.exp: Remove nowarnings.
14140
141412014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14142
14143 * gdb.base/debug-expr.exp: Test string evaluation with
14144 "debug expression" on.
14145
141462014-07-15 Pedro Alves <palves@redhat.com>
14147
14148 * gdb.base/reread.exp: Use clean_restart.
14149
141502014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14151
14152 * gdb.arch/avr-flash-qualifer.c: New.
14153 * gdb.arch/avr-flash-qualifer.exp: New.
14154
141552014-07-14 Pedro Alves <palves@redhat.com>
14156
14157 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14158 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14159
141602014-07-14 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.base/double-prompt-target-event-error.c: New file.
14163 * gdb.base/double-prompt-target-event-error.exp: New file.
14164
141652014-07-14 Pedro Alves <palves@redhat.com>
14166
14167 PR gdb/17072
14168 * gdb.base/paginate-inferior-exit.c: New file.
14169 * gdb.base/paginate-inferior-exit.exp: New file.
14170
141712014-07-14 Pedro Alves <palves@redhat.com>
14172
14173 PR gdb/17072
14174 * gdb.base/paginate-bg-execution.c: New file.
14175 * gdb.base/paginate-bg-execution.exp: New file.
14176
141772014-07-14 Pedro Alves <palves@redhat.com>
14178
14179 PR gdb/17072
14180 * gdb.base/paginate-execution-startup.c: New file.
14181 * gdb.base/paginate-execution-startup.exp: New file.
14182 * lib/gdb.exp (pagination_prompt): New global.
14183 (default_gdb_spawn): New procedure, factored out from
14184 default_gdb_spawn.
14185 (default_gdb_start): Adjust to call default_gdb_spawn.
14186 (gdb_spawn): New procedure.
14187
141882014-07-14 Pedro Alves <palves@redhat.com>
14189
14190 * lib/gdb.exp (gdb_assert): New procedure.
14191 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14192
141932014-07-14 Pedro Alves <palves@redhat.com>
14194
14195 * gdb.base/execution-termios.c: New file.
14196 * gdb.base/execution-termios.exp: New file.
14197
141982014-07-14 Tom Tromey <tromey@redhat.com>
14199
14200 * gdb.cp/vla-cxx.cc: New file.
14201 * gdb.cp/vla-cxx.exp: New file.
14202
142032014-07-14 Tom Tromey <tromey@redhat.com>
14204
14205 * gdb.reverse/rerun-prec.c: New file.
14206 * gdb.reverse/rerun-prec.exp: New file.
14207
142082014-07-12 Maciej W. Rozycki <macro@mips.com>
14209 Maciej W. Rozycki <macro@codesourcery.com>
14210
14211 * lib/gdb-utils.exp: New file.
14212 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14213 inline `gdb_init_command' processing.
14214 (gdb_start_cmd): Likewise.
14215 * lib/mi-support.exp (mi_run_cmd): Likewise.
14216 * README: Document `gdb_init_command' and `gdb_init_commands'.
14217
142182014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14219
14220 Fix false FAIL running under a very long directory name.
14221 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14222 and "set print elements 10000". Twice.
14223
142242014-07-11 Yao Qi <yao@codesourcery.com>
14225
14226 * gdb.base/exprs.exp: "set print symbol off".
14227
142282014-07-11 Pedro Alves <palves@redhat.com>
14229
14230 * gdb.threads/kill.c: New file.
14231 * gdb.threads/kill.exp: New file.
14232
142332014-07-10 Yao Qi <yao@codesourcery.com>
14234
14235 * gdb.trace/tfile.c (write_basic_trace_file)
14236 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14237 address written to trace file.
14238
142392014-07-09 Pedro Alves <palves@redhat.com>
14240
14241 * gdb.base/attach-wait-input.exp: New file.
14242 * gdb.base/attach-wait-input.c: New file.
14243
142442014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14245
14246 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14247 setting up test structures.
14248 (main): Call new test function.
14249 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14250 test function, continue into test function and walk test
14251 structures.
14252
142532014-07-02 Yao Qi <yao@codesourcery.com>
14254
14255 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14256 'bar_start' at the beginning of functions 'foo' and 'bar'
14257 respectively.
14258 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14259 instead of 'foo' and 'bar'.
14260
142612014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14262
14263 * gdb.btrace/segv.exp: New.
14264 * gdb.btrace/segv.c: New.
14265
142662014-07-02 Luis Machado <lgustavo@codesourcery.com>
14267
14268 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14269 instruction.
14270
142712014-06-30 Mark Wielaard <mjw@redhat.com>
14272
14273 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14274 vulture, vilify, villar): New volatile array constants.
14275 (vindictive, vegetation): New const volatile array constants.
14276 * gdb.base/volatile.exp: Test volatile and const volatile array
14277 types.
14278
142792014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14280
14281 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14282 target lacks support for awatch, rwatch, or hbreak.
14283
142842014-06-27 Yao Qi <yao@codesourcery.com>
14285
14286 * gdb.multi/dummy-frame-restore.exp: New.
14287 * gdb.multi/dummy-frame-restore.c: New.
14288
142892014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14290
14291 * gdb.btrace/gcore.exp: New.
14292
142932014-06-23 Pedro Alves <palves@redhat.com>
14294
14295 * gdb.base/watchpoint-reuse-slot.c: New file.
14296 * gdb.base/watchpoint-reuse-slot.exp: New file.
14297
142982014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14299
14300 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14301 progspace's filename in 'info', 'enable' and 'disable' command
14302 tests.
14303
143042014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14305
14306 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14307 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14308 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14309
143102014-06-20 Gary Benson <gbenson@redhat.com>
14311
14312 * gdb.arch/i386-avx.exp: Fix include file location.
14313 * gdb.arch/i386-sse.exp: Likewise.
14314
143152014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14316
14317 * gdb.dlang/expression.exp: New file.
14318
143192014-06-19 Pedro Alves <palves@redhat.com>
14320
14321 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14322 out from ...
14323 (top level): ... here. Iterate running tests under different
14324 scheduler-locking settings.
14325
143262014-06-18 Luis Machado <lgustavo@codesourcery.com>
14327
14328 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14329 to DW_FORM_addr and use non-zero addresses.
14330
143312014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14332
14333 PR gdb/17017
14334 * gdb.python/py-xmethods.cc: Add global function call counters and
14335 increment them in their respective functions. Remove "cout"
14336 statements.
14337 * gdb.python/py-xmethods.exp: Make tests check the global function
14338 call counters instead of depending on inferior IO.
14339
143402014-06-18 Don Breazeal <donb@codesourcery.com>
14341
14342 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14343 Deleted procedure.
14344 (explicit_fork_parent_follow): Deleted procedure.
14345 (explicit_fork_child_follow): Deleted procedure.
14346 (test_follow_fork): New procedure.
14347 (do_fork_tests): Replace calls to deleted procedures with
14348 calls to test_follow_fork and reset GDB for subsequent
14349 procedure calls.
14350
143512014-06-17 Yao Qi <yao@codesourcery.com>
14352
14353 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14354 CP1252.
14355
143562014-06-17 Luis Machado <lgustavo@codesourcery.com>
14357
14358 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14359 Initialize ptr and S explicitly.
14360 (skip_type_update_when_not_use_rtti_test): Likewise.
14361
143622014-06-16 Keith Seitz <keiths@redhat.com>
14363
14364 PR mi/15863
14365 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14366 the inferior is started.
14367
143682014-06-16 Pedro Alves <palves@redhat.com>
14369
14370 * gdb.base/break-main-file-remove-fail.c: New file.
14371 * gdb.base/break-main-file-remove-fail.exp: New file.
14372 * gdb.base/break-unload-file.exp: Use build_executable instead of
14373 prepare_for_testing.
14374 (test_break): New parameter "initial_load". Handle it.
14375 (top level): Add initial_load cmdline/file axis.
14376
143772014-06-12 Tom Tromey <tromey@redhat.com>
14378
14379 * gdb.base/completion.exp: Don't use directory name in test.
14380
143812014-06-09 Gary Benson <gbenson@redhat.com>
14382
14383 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14384 separate the always-available ANSI-standard signals from the
14385 signals that require checking.
14386 (main): Likewise.
14387 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14388 Likewise.
14389 (main): Likewise.
14390
143912014-06-07 Keith Seitz <keiths@redhat.com>
14392
14393 Revert:
14394 PR c++/16253
14395 * gdb.cp/var-tag.cc: New file.
14396 * gdb.cp/var-tag.exp: New file.
14397 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14398 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14399 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14400 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14401
144022014-06-06 Doug Evans <xdje42@gmail.com>
14403
14404 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14405
144062014-06-06 Pedro Alves <palves@redhat.com>
14407
14408 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14409 in target debug output instead of looking at RSP packets,
14410 disabling the test on any target that uses hardware stepping.
14411 Update comments.
14412
144132014-06-06 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.base/break-unload-file.exp: Fix typo.
14416
144172014-06-06 Yao Qi <yao@codesourcery.com>
14418
14419 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14420 from "jit_function" to "^jit_function".
14421
144222014-06-06 Yao Qi <yao@codesourcery.com>
14423
14424 * gdb.base/async.c (foo): Add one statement.
14425 * gdb.base/async.exp: Get the next instruction address and
14426 match the output of "nexti" by instruction address. Match
14427 the hex address in the output of "finish".
14428
144292014-06-06 Gary Benson <gbenson@redhat.com>
14430
14431 * gdb.base/call-signals.c: Remove preprocessor conditionals
14432 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14433 SIGSEGV and SIGTERM.
14434 * gdb.base/sigall.c: Likewise.
14435 * gdb.base/unwindonsignal.c: Likewise.
14436 * gdb.reverse/sigall-reverse.c: Likewise.
14437
144382014-06-06 Yao Qi <yao@codesourcery.com>
14439
14440 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14441 readable, skip the test.
14442
144432014-06-06 Yao Qi <yao@codesourcery.com>
14444
14445 * gdb.threads/staticthreads.c (thread_function): Move the line
14446 setting breakpoint on forward.
14447 * gdb.threads/staticthreads.exp: Update comments.
14448
144492014-06-05 Ludovic Courtès <ludo@gnu.org>
14450
14451 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14452 "history-append! type error".
14453
144542014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14455
14456 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14457 erroneous dprintf expected input.
14458
144592014-06-04 Doug Evans <xdje42@gmail.com>
14460
14461 * gdb.guile/scm-generics.exp: Delete.
14462
144632014-06-04 Doug Evans <xdje42@gmail.com>
14464
14465 * gdb.guile/scm-breakpoint.exp: Update.
14466 Add tests for breakpoint registration.
14467
144682014-06-04 Tom Tromey <tromey@redhat.com>
14469
14470 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14471 VLA-in-union.
14472 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14473 inner_vla_struct, vla_union types. Initialize objects of those
14474 types and compute their sizes.
14475
144762014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14477 Hui Zhu <hui@codesourcery.com>
14478
14479 * gdb.base/fileio.exp: Add test for shell not available as well as
14480 available.
14481 * gdb.base/fileio.c (test_system): Check for shell twice.
14482
144832014-06-04 Yao Qi <yao@codesourcery.com>
14484
14485 * gdb.base/auto-connect-native-target.exp: Remove redundant
14486 space from the regexp pattern.
14487
144882014-06-04 Yao Qi <yao@codesourcery.com>
14489
14490 * gdb.base/default.exp: Replace "child" with "native" in
14491 regexp pattern.
14492
144932014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14494
14495 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14496 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14497 * gdb.python/py-xmethods.py: Python script supporting the
14498 new testcase and tests.
14499
145002014-06-03 Joel Brobecker <brobecker@adacore.com>
14501 Pedro Alves <palves@redhat.com>
14502
14503 PR breakpoints/17000
14504 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14505 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14506
145072014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14508
14509 * gdb.base/subst.exp: Add tests to verify partial path matching
14510 output.
14511
145122014-06-03 Pedro Alves <palves@redhat.com>
14513
14514 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14515 target that doesn't use software single-stepping.
14516
145172014-06-03 Pedro Alves <palves@redhat.com>
14518
14519 PR breakpoints/17000
14520 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14521 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14522
145232014-06-02 Doug Evans <xdje42@gmail.com>
14524
14525 * gdb.guile/scm-parameter.exp: New file.
14526
145272014-06-02 Doug Evans <xdje42@gmail.com>
14528
14529 * gdb.guile/scm-cmd.c: New file.
14530 * gdb.guile/scm-cmd.exp: New file.
14531
145322014-06-02 Doug Evans <xdje42@gmail.com>
14533
14534 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14535 pretty-printer lookup.
14536 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14537 (make-pp_s-printer): Call it.
14538 (make-pretty-printer-from-dict): New function.
14539 (lookup-pretty-printer-maker-from-dict): New function.
14540 (*pretty-printer*): Simplify.
14541 (make-objfile-pp_s-printer): New function.
14542 (install-objfile-pretty-printers!): New function.
14543 (make-progspace-pp_s-printer): New function.
14544 (install-progspace-pretty-printers!): New function.
14545 * gdb.guile/scm-progspace.c: New file.
14546 * gdb.guile/scm-progspace.exp: New file.
14547
145482014-06-02 Pedro Alves <palves@redhat.com>
14549
14550 * gdb.base/dprintf-bp-same-addr.c: New file.
14551 * gdb.base/dprintf-bp-same-addr.exp: New file.
14552
145532014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14554
14555 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14556 * gdb.arch/powerpc-power.s: Likewise.
14557
145582014-06-02 Joel Brobecker <brobecker@adacore.com>
14559
14560 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14561
145622014-06-01 Yao Qi <yao@codesourcery.com>
14563
14564 * gdb.base/watchpoint.exp (test_watch_location): Check null
14565 pointer can be dereferenced. If not, do the test, otherwise
14566 skip it.
14567
145682014-05-30 Andrew Burgess <aburgess@broadcom.com>
14569
14570 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14571 results.
14572 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14573
145742014-05-30 Andrew Burgess <aburgess@broadcom.com>
14575
14576 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14577 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14578 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14579 * gdb.arch/amd64-invalid-stack-top.c: New file.
14580 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14581
145822014-05-30 Pedro Alves <palves@redhat.com>
14583
14584 PR breakpoints/17000
14585 * gdb.base/sss-bp-on-user-bp.c: New file.
14586 * gdb.base/sss-bp-on-user-bp.exp: New file.
14587
145882014-05-30 David Blaikie <dblaikie@gmail.com>
14589
14590 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14591 gnu_inline semantics via attribute.
14592 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14593 source explicitly specifies the required semantics.
14594
145952014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14596
14597 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14598
145992014-05-29 Pedro Alves <palves@redhat.com>
14600 Tom Tromey <tromey@redhat.com>
14601
14602 * gdb.base/async-shell.exp: Don't enable target-async.
14603 * gdb.base/async.exp
14604 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14605 parameter. Adjust.
14606 (top level): Don't test with "target-async".
14607 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14608 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14609 * gdb.base/inferior-died.exp: Don't enable target-async.
14610 * gdb.base/interrupt-noterm.exp: Likewise.
14611 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14612 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14613 * gdb.mi/mi-nonstop.exp: Likewise.
14614 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14615 * gdb.mi/mi-nsintrall.exp: Likewise.
14616 * gdb.mi/mi-nsmoribund.exp: Likewise.
14617 * gdb.mi/mi-nsthrexec.exp: Likewise.
14618 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14619 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14620 * gdb.python/py-evsignal.exp: Don't enable target-async.
14621 * gdb.python/py-evthreads.exp: Likewise.
14622 * gdb.python/py-prompt.exp: Likewise.
14623 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14624 * gdb.server/solib-list.exp: Don't enable target-async.
14625 * gdb.threads/thread-specific-bp.exp: Likewise.
14626 * lib/mi-support.exp: Adjust to use mi-async.
14627
146282014-05-29 Pedro Alves <palves@redhat.com>
14629
14630 PR gdb/13860
14631 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14632 reason, even in sync mode.
14633
146342014-05-29 Pedro Alves <palves@redhat.com>
14635 Hui Zhu <hui@codesourcery.com>
14636
14637 PR PR15693
14638 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14639 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14640 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14641 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14642
146432014-05-28 Joel Brobecker <brobecker@adacore.com>
14644
14645 * config/monitor.exp (gdb_target_monitor): Replace use of
14646 "set remotebaud" by "set serial baud".
14647
146482014-05-26 Andy Wingo <wingo@igalia.com>
14649
14650 * gdb.guile/scm-breakpoint.exp:
14651 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14652 properties instead of gdb-object-properties.
14653
146542014-05-26 Yao Qi <yao@codesourcery.com>
14655
14656 * gdb.server/no-thread-db.exp: Specify source file name
14657 explicitly when setting a breakpoint.
14658
146592014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14660
14661 * gdb.btrace/vdso.c: New.
14662 * gdb.btrace/vdso.exp: New.
14663
146642014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14665
14666 * gdb.base/gcore.exp (capture_command_output): Move ...
14667 * lib/gdb.exp (capture_command_output): ... here.
14668
146692014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14670
14671 * gdb.btrace/data.exp: Test memory access during btrace replay.
14672
146732014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14674
14675 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14676
146772014-05-21 Pedro Alves <palves@redhat.com>
14678
14679 PR gdb/13860
14680 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14681 (top level): Test that output related to execution commands is
14682 sent to the console with CLI commands, but not with MI commands.
14683 Test that breakpoint events are always mirrored to the console.
14684 Also expect the new source line to be output after a "next" in
14685 async mode too. Make it a pass/fail test.
14686 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14687 output.
14688 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14689
146902014-05-21 Pedro Alves <palves@redhat.com>
14691
14692 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14693 Use them to test variations of "list" after reaching a breakpoint.
14694 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14695 Test "list" with listsize 10 after reaching a breakpoint.
14696 * gdb.python/python.exp (decode_line current location line
14697 number): Adjust expected line number.
14698
146992014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14700
14701 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14702 behavior for $args, pass it directly to "run".
14703
147042014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14705
14706 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14707 30000 to 65536.
14708
147092014-05-21 Pedro Alves <palves@redhat.com>
14710
14711 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14712 auto-connect-native-target off".
14713 * gdb.base/auto-connect-native-target.c: New file.
14714 * gdb.base/auto-connect-native-target.exp: New file.
14715
147162014-05-21 Pedro Alves <palves@redhat.com>
14717
14718 * gdb.base/default.exp: Test "target native" instead of "target
14719 child".
14720
147212014-05-21 Mark Wielaard <mjw@redhat.com>
14722
14723 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14724
147252014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14726
14727 Fix TLS access for -static -pthread.
14728 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14729 <HAVE_TLS> (thread_function, main): Initialize it.
14730 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14731 Add clean_restart.
14732 <$have_tls != "">: Check TLSVAR.
14733
147342014-05-21 Pedro Alves <palves@redhat.com>
14735
14736 * gdb.base/dcache-line-read-error.c: New.
14737 * gdb.base/dcache-line-read-error.exp: New.
14738
147392014-05-20 Pedro Alves <palves@redhat.com>
14740
14741 * gdb.base/compare-sections.c: New file.
14742 * gdb.base/compare-sections.exp: New file.
14743
147442014-05-20 Pedro Alves <palves@redhat.com>
14745
14746 * gdb.base/break-idempotent.c: New file.
14747 * gdb.base/break-idempotent.exp: New file.
14748
147492014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14750
14751 * gdb.btrace/nohist.exp: New.
14752
147532014-05-20 Yao Qi <yao@codesourcery.com>
14754
14755 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14756 gdb.reverse directory and gdb_reverse_timeout exists in board
14757 setting.
14758 * README: Document gdb_reverse_timeout.
14759
147602014-05-20 Yao Qi <yao@codesourcery.com>
14761
14762 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14763 'test_file_name'. Treat args as a string instead of a list.
14764 (gdb_init): Rename argument 'args' by 'test_file_name'.
14765
147662014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14767
14768 * gdb.arch/powerpc-power.exp: New file.
14769 * gdb.arch/powerpc-power.s: New file.
14770
147712014-05-16 Doug Evans <dje@google.com>
14772
14773 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14774 * gdb.base/completion.exp: Check that all expected files exist
14775 before doing file completion.
14776
147772014-05-16 Doug Evans <dje@google.com>
14778
14779 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14780 Update.
14781 (do_syscall_tests_without_xml): Update.
14782
147832014-05-16 Pedro Alves <palves@redhat.com>
14784
14785 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14786 instead of "unknown output after running".
14787
147882014-05-16 Yao Qi <yao@codesourcery.com>
14789
14790 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14791 file1.txt from host at the end.
14792 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14793
147942014-05-15 Doug Evans <dje@google.com>
14795
14796 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14797 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14798 loading file. Add test for TU lookup.
14799
148002014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14801
14802 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14803 calling "-exec-arguments" or "set args" before running the
14804 inferior.
14805
148062014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14807
14808 * lib/mi-support.exp (mi_expect_stop): Expect message for
14809 inferiors that exit with non-zero exit code.
14810
148112014-05-14 Yao Qi <yao@codesourcery.com>
14812
14813 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14814 match absolute path on remote host.
14815 (test_file_list_exec_source_files): Remove "/" from the
14816 pattern.
14817
148182014-05-14 Yao Qi <yao@codesourcery.com>
14819
14820 * boards/local-remote-host-notty.exp (${board}_file): New
14821 proc.
14822
148232014-05-07 Kyle McMartin <kyle@redhat.com>
14824
14825 Pushed by Joel Brobecker <brobecker@adacore.com>.
14826 * gdb.arch/aarch64-atomic-inst.c: New file.
14827 * gdb.arch/aarch64-atomic-inst.exp: New file.
14828
148292014-05-07 Yao Qi <yao@codesourcery.com>
14830
14831 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14832 in current context" too.
14833
148342014-05-05 Keith Seitz <keiths@redhat.com>
14835
14836 * gdb.linespec/ls-dollar.exp: Add test for linespec
14837 file:convenience_variable.
14838
148392014-05-05 Yao Qi <yao@codesourcery.com>
14840
14841 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14842 traceframes into tfile and ctf trace files. Read data from
14843 trace file and test collected data.
14844 (gdb_collect_locals_test): Likewise.
14845 (gdb_unavailable_registers_test): Likewise.
14846 (gdb_unavailable_floats): Likewise.
14847 (gdb_collect_globals_test): Likewise.
14848 (top-level): Append "ctf" to trace_file_targets if GDB
14849 supports.
14850
148512014-05-05 Yao Qi <yao@codesourcery.com>
14852
14853 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14854 code to ...
14855 (gdb_collect_args_test_1): ... it. New proc.
14856 (gdb_collect_locals_test): Move some code to ...
14857 (gdb_collect_locals_test_1): ... it. New proc.
14858 (gdb_unavailable_registers_test): Move some code to ...
14859 (gdb_unavailable_registers_test_1): ... it. New proc.
14860 (gdb_unavailable_floats): Move some code to ...
14861 (gdb_unavailable_floats_1): ... it. New proc.
14862
148632014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14864
14865 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14866 probes to test for bitness recognition.
14867 * gdb.arch/amd64-stap-optional-prefix.exp
14868 (test_probe_value_without_reg): New procedure.
14869 Add code to test for different kinds of bitness.
14870
148712014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14872
14873 PR breakpoints/16889
14874 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14875 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14876
148772014-05-01 Pedro Alves <palves@redhat.com>
14878
14879 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14880 gdb_file_cmd if no file is specified.
14881 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14882 last_loaded_file to set the remote exec-file.
14883
148842014-05-01 Pedro Alves <palves@redhat.com>
14885
14886 * boards/local-remote-host.exp: New file.
14887
148882014-05-01 Pedro Alves <palves@redhat.com>
14889
14890 * boards/local-remote-host.exp: Rename to ...
14891 * boards/local-remote-host-notty.exp: ... this.
14892
148932014-04-28 Joel Brobecker <brobecker@adacore.com>
14894
14895 * gdb.ada/dyn_arrayidx: New testcase.
14896
148972014-04-26 Yao Qi <yao@codesourcery.com>
14898
14899 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14900 and compute the length of function main. Save it in
14901 $main_length.
14902 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14903 (top-level): Use gdb_compile to compile objects into
14904 executable and restart GDB. Remove invocation to
14905 prepare_for_testing.
14906
149072014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14908 Pedro Alves <palves@redhat.com>
14909
14910 PR server/16255
14911 * gdb.multi/multi-attach.c: New file.
14912 * gdb.multi/multi-attach.exp: New file.
14913
149142014-04-25 Pedro Alves <palves@redhat.com>
14915
14916 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14917 user.
14918 (top level): Test that "set remote conditional-breakpoints-packet
14919 off" works as intended.
14920 * gdb.base/dprintf.exp: Test that "set remote
14921 breakpoint-commands-packet off" works as intended.
14922 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14923 New function.
14924 (top level): Call it.
14925 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14926 remote fast-tracepoints-packet off" works as intended.
14927 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14928 * lib/gdb.exp (gdb_is_target_remote): ... here.
14929
149302014-04-24 David Blaikie <dblaikie@gmail.com>
14931
14932 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14933 ensure clang would not discard them.
14934 * gdb.base/gdbvars.c: Ditto.
14935 * gdb.base/memattr.c: Ditto.
14936 * gdb.base/whatis.c: Ditto.
14937 * gdb.python/py-prettyprint.c: Ditto.
14938 * gdb.trace/actions.c: Ditto.
14939 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14940 ensure clang would not discard it.
14941
149422014-04-24 David Blaikie <dblaikie@gmail.com>
14943
14944 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14945 clang to emit the full definition of type required by the test
14946 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14947
149482014-04-24 David Blaikie <dblaikie@gmail.com>
14949
14950 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14951 coax Clang into emitting the definition of the type.
14952 * gdb.cp/pr10728-x.h (y): Ditto.
14953 * gdb.cp/pr10728-y.cc (y): Ditto.
14954
149552014-04-24 David Blaikie <dblaikie@gmail.com>
14956
14957 * gdb.base/label.exp: XFAIL label related tests under Clang.
14958 * gdb.cp/cplabel.exp: Ditto.
14959 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14960 under Clang those using labels.
14961
149622014-04-25 Yao Qi <yao@codesourcery.com>
14963
14964 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14965 double_label.
14966 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14967 partial_label and double_label.
14968
149692014-04-24 David Blaikie <dblaikie@gmail.com>
14970
14971 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14972
149732014-04-24 David Blaikie <dblaikie@gmail.com>
14974
14975 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14976 of the function to work across GCC and Clang.
14977 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14978 pointer types (const void ** const V void **).
14979
149802014-04-24 Michael Sturm <michael.sturm@mintel.com>
14981 Walfred Tedeschi <walfred.tedeschi@intel.com>
14982
14983 * Makefile.in (EXECUTABLES): Added i386-avx512.
14984 * gdb.arch/i386-avx512.c: New file.
14985 * gdb.arch/i386-avx512.exp: Likewise.
14986
149872014-04-23 Keith Seitz <keiths@redhat.com>
14988
14989 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14990 (mi_make_breakpoint_table): New procedure.
14991 (mi_create_breakpoint): Use mi_make_breakpoint
14992 and return the result.
14993 (mi_make_breakpoint): New procedure.
14994 (mi_build_kv_pairs): New procedure.
14995
14996 * gdb.mi/mi-break.exp: Remove unused globals,
14997 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14998 All callers updated.
14999 * gdb.mi/mi-dprintf.exp: Use variable to track command
15000 number.
15001 Update all callers of mi_create_breakpoint and use
15002 mi_make_breakpoint_table.
15003 Remove any unused global variables.
15004 * gdb.mi/mi-nonstop.exp: Likewise.
15005 * gdb.mi/mi-nsintrall.exp: Likewise.
15006 * gdb.mi/mi-nsmoribund.exp: Likewise.
15007 * gdb.mi/mi-nsthrexec.exp: Likewise.
15008 * gdb.mi/mi-reverse.exp: Likewise.
15009 * gdb.mi/mi-simplerun.exp: Likewise.
15010 * gdb.mi/mi-stepn.exp: Likewise.
15011 * gdb.mi/mi-syn-frame.exp: Likewise.
15012 * gdb.mi/mi-until.exp: Likewise.
15013 * gdb.mi/mi-var-cp.exp: Likewise.
15014 * gdb.mi/mi-var-display.exp: Likewise.
15015 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15016 * gdb.mi/mi2-var-child.exp: Likewise.
15017 * gdb.mi/mi-vla-c99.exp: Likewise.
15018 * lib/mi-support.exp: Likewise.
15019
15020 From Ian Lance Taylor <iant@cygnus.com>:
15021 * lib/gdb.exp (parse_args): New procedure.
15022
150232014-04-23 Pedro Alves <palves@redhat.com>
15024
15025 * gdb.base/break-unload-file.c: New file.
15026 * gdb.base/break-unload-file.exp: New file.
15027 * gdb.base/sym-file-lib.c (baz): New function.
15028 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15029 field.
15030 (load): Store the segment's mapped size.
15031 (unload): New function.
15032 (unload_shlib): New function.
15033 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15034 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15035 set a breakpoint at baz, and call it.
15036 * gdb.base/sym-file.exp: New tests for stale breakpoint
15037 instructions.
15038
150392014-04-23 Pedro Alves <palves@redhat.com>
15040
15041 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15042 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15043 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15044 * gdb.base/hbreak-unmapped.c: New file.
15045 * gdb.base/hbreak-unmapped.exp: New file.
15046 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15047 * lib/gdb.exp (gdb_is_target_remote): ... here.
15048
150492014-04-22 Pedro Alves <palves@redhat.com>
15050
15051 * gdb.base/consecutive-step-over.c: New file.
15052 * gdb.base/consecutive-step-over.exp: New file.
15053
150542014-04-22 Pedro Alves <palves@redhat.com>
15055
15056 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15057 instead of send_gdb/gdb_expect.
15058
150592014-04-22 Yao Qi <yao@codesourcery.com>
15060
15061 * lib/trace-support.exp (generate_tracefile): New procedure.
15062 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15063 return 0.
15064 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15065 if generate_tracefile returns 1.
15066
150672014-04-18 Tom Tromey <palves@redhat.com>
15068 Pedro alves <tromey@redhat.com>
15069
15070 PR backtrace/15558
15071 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15072 with a backtrace limit.
15073 * gdb.python/py-frame-inline.exp: Test running to an inline
15074 function with a backtrace limit, and printing the newest frame.
15075 * gdb.python/py-frame-inline.c (main): Call f.
15076
150772014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15078
15079 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15080
150812014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15082
15083 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15084 Drop prefix from unsupported source file path.
15085
150862014-04-17 Yao Qi <yao@codesourcery.com>
15087
15088 * lib/gdb.exp (with_target_charset): New proc.
15089 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15090 with_target_charset.
15091 (test_print_strings): Likewise.
15092 (test_repeat_bytes): Likewise.
15093 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15094 for some tests.
15095
150962014-04-16 Keith Seitz <keiths@redhat.com>
15097
15098 PR gdb/15827
15099 * gdb.dwarf2/corrupt.c: New file.
15100 * gdb.dwarf2/corrupt.exp: New file.
15101
151022014-04-16 Keith Seitz <keiths@redhat.com>
15103
15104 PR c++/16597
15105 * gdb.cp/namelessclass.cc: New file.
15106 * gdb.cp/namelessclass.exp: New file.
15107 * gdb.cp/namelessclass.S: New file.
15108
151092014-04-16 Doug Evans <dje@google.com>
15110
15111 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15112 Add comment.
15113 (gdbserver_default_get_comm_port): New function.
15114 (gdbserver_start): Check if board file provided
15115 "gdbserver,get_comm_port" and use it if so.
15116 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15117 (gdb,socketport): Set to "stdio".
15118 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15119 (stdio_gdbserver_template): Delete.
15120 (${board}_get_remote_address): Update.
15121 (${board}_build_remote_cmd): Delete.
15122 (${board}_get_comm_port): New function.
15123 (${board}_spawn): Update.
15124 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15125 Delete.
15126 (${board}_get_remote_address): Update.
15127 (${board}_get_comm_port): New function.
15128
151292014-04-16 Andrew Burgess <aburgess@broadcom.com>
15130
15131 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15132 appearing in any order.
15133
151342014-04-15 Doug Evans <dje@google.com>
15135
15136 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15137 uninitialized value of "description".
15138
151392014-04-15 Keith Seitz <keiths@redhat.com>
15140
15141 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15142 Remove unused globals.
15143 (test_running_the_program): Likewise.
15144 (test_controlled_execution): Likewise.
15145 (test_controlling_breakpoints): Likewise.
15146 (test_program_termination): Likewise.
15147
151482014-04-15 Keith Seitz <keiths@redhat.com>
15149
15150 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15151 unused globals.
15152 (test_rbreak_creation_and_listing): Likewise.
15153 (test_ignore_count): Likewise.
15154 (test_error): Likewise.
15155
151562014-04-15 Pedro Alves <palves@redhat.com>
15157
15158 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15159 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15160 sym-file-loader.c.
15161 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15162 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15163 to sym-file-loader.c.
15164 (struct library): Forward declare.
15165 (load_shlib, lookup_function): Change prototypes.
15166 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15167 (translate_offset): Remove declarations.
15168 (get_text_addr): New declaration.
15169 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15170 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15171 sym-file-loader.h.
15172 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15173 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15174 here from sym-file-loader.h.
15175 (struct library): New structure.
15176 (load_shlib, lookup_function): Change prototypes and adjust to
15177 work with a struct library.
15178 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15179 (translate_offset): Make static.
15180 (get_text_addr): New function.
15181 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15182
151832014-04-15 Pedro Alves <palves@redhat.com>
15184
15185 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15186
151872014-04-15 Pedro Alves <palves@redhat.com>
15188
15189 * gdb.base/sym-file-loader.c: Include <limits.h>.
15190 (SELF_LINK): New define.
15191 (get_origin): New function.
15192 (load_shlib): Use it.
15193 * gdb.base/sym-file.exp: Don't early return if the target is
15194 remote. Use runto_main, and issue fail is that fails. Use
15195 gdb_load_shlibs.
15196 (shlib_name): Delete.
15197 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15198
151992014-04-15 Pedro Alves <palves@redhat.com>
15200
15201 * gdb.base/sym-file.exp: Remove regex characters from test
15202 message. Don't refer to breakpoint numbers in test messages.
15203
152042014-04-14 Keith Seitz <keiths@redhat.com>
15205
15206 PR c++/16253
15207 * gdb.cp/var-tag.cc: New file.
15208 * gdb.cp/var-tag.exp: New file.
15209 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15210 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15211 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15212 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15213
152142014-04-14 Tom Tromey <tromey@redhat.com>
15215
15216 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15217 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15218 type.
15219 * gdb.cp/enum-class.exp: New file.
15220 * gdb.cp/enum-class.cc: New file.
15221
152222014-04-14 Tom Tromey <tromey@redhat.com>
15223
15224 * gdb.dwarf2/enum-type.exp: New file.
15225
152262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15227
15228 * gdb.mi/mi-vla-c99.exp: New file.
15229 * gdb.mi/vla.c: New file.
15230
152312014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15232
15233 * gdb.base/vla-datatypes.c: New file.
15234 * gdb.base/vla-datatypes.exp: New file.
15235
152362014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15237
15238 * gdb.base/vla-ptr.c: New file.
15239 * gdb.base/vla-ptr.exp: New file.
15240
152412014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15242
15243 * gdb.dwarf2/count.exp: New file.
15244
152452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15246
15247 * gdb.base/vla-sideeffect.c: New file.
15248 * gdb.base/vla-sideeffect.exp: New file.
15249
152502014-04-14 David Blaikie <dblaikie@gmail.com>
15251
15252 * gdb.mi/non-stop.c: Add return value for non-void function return
15253 statement.
15254 * gdb.threads/staticthreads.c: Ditto.
15255
152562014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15257 Doug Evans <xdje42@gmail.com>
15258
15259 * gdb.guile/scm-value.c: Improve test case.
15260 * gdb.guile/scm-value.exp: Add new test.
15261
152622014-04-11 David Blaikie <dblaikie@gmail.com>
15263
15264 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15265 override Clang's default.
15266
152672014-04-11 Joel Brobecker <brobecker@adacore.com>
15268
15269 Revert the following changes (regressions):
15270
15271 * gdb.base/vla-sideeffect.c: New file.
15272 * gdb.base/vla-sideeffect.exp: New file.
15273
15274 * gdb.dwarf2/count.exp: New file.
15275
15276 * gdb.base/vla-multi.c: New file.
15277 * gdb.base/vla-multi.exp: New file.
15278
15279 * gdb.base/vla-ptr.c: New file.
15280 * gdb.base/vla-ptr.exp: New file.
15281
15282 * gdb.base/vla-datatypes.c: New file.
15283 * gdb.base/vla-datatypes.exp: New file.
15284
15285 * gdb.mi/mi-vla-c99.exp: New file.
15286 * gdb.mi/vla.c: New file.
15287
152882014-04-11 Keith Seitz <keiths@redhat.com>
15289
15290 PR c++/16675
15291 * gdb.cp/cpsizeof.exp: New file.
15292 * gdb.cp/cpsizeof.cc: New file.
15293
152942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15295
15296 * gdb.mi/mi-vla-c99.exp: New file.
15297 * gdb.mi/vla.c: New file.
15298
152992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15300
15301 * gdb.base/vla-datatypes.c: New file.
15302 * gdb.base/vla-datatypes.exp: New file.
15303
153042014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15305
15306 * gdb.base/vla-ptr.c: New file.
15307 * gdb.base/vla-ptr.exp: New file.
15308
153092014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15310
15311 * gdb.base/vla-multi.c: New file.
15312 * gdb.base/vla-multi.exp: New file.
15313
153142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15315
15316 * gdb.dwarf2/count.exp: New file.
15317
153182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15319
15320 * gdb.base/vla-sideeffect.c: New file.
15321 * gdb.base/vla-sideeffect.exp: New file.
15322
153232014-04-11 Yao Qi <yao@codesourcery.com>
15324
15325 * gdb.base/completion.exp: Check file exists before running tests
15326 on file completion.
15327
153282014-04-10 Pedro Alves <palves@redhat.com>
15329
15330 * gdb.base/cond-eval-mode.c: New file.
15331 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15332 prepare_for_testing to build the new file. Check result of
15333 runto_main.
15334 (test_break, test_watch): New procedures.
15335 (top level): Use them.
15336
153372014-04-08 Pierre Muller <muller@sourceware.org>
15338
15339 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15340 Ctrl-V use for mingw hosts.
15341
153422014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15343
15344 * gdb.python/py-value.c: Improve test case.
15345 * gdb.python/py-value.exp: Add new test.
15346
153472014-04-07 David Blaikie <dblaikie@gmail.com>
15348
15349 * lib/compiler.c: Identify the clang compiler.
15350 * lib/compiler.cc: Ditto.
15351
153522014-04-03 Yao Qi <yao@codesourcery.com>
15353
15354 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15355
153562014-04-01 Anton Blanchard <anton@samba.org>
15357
15358 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15359 messages unique.
15360
153612014-04-01 Anton Blanchard <anton@samba.org>
15362
15363 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15364 prepare_for_testing.
15365
153662014-04-01 Anton Blanchard <anton@samba.org>
15367
15368 * gdb.arch/ppc64-atomic-inst.c: Remove.
15369 * gdb.arch/ppc64-atomic-inst.S: New file.
15370 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15371
153722014-03-31 Doug Evans <dje@google.com>
15373
15374 * gdb.base/print-symbol-loading-lib.c: New file.
15375 * gdb.base/print-symbol-loading-main.c: New file.
15376 * gdb.base/print-symbol-loading.exp: New file.
15377
153782014-03-31 Yao Qi <yao@codesourcery.com>
15379
15380 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15381
153822014-03-28 Joel Brobecker <brobecker@adacore.com>
15383
15384 * gdb.ada/mi_dyn_arr: New testcase.
15385
153862014-03-27 Doug Evans <dje@google.com>
15387
15388 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15389
153902014-03-27 Yao Qi <yao@codesourcery.com>
15391
15392 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15393 if target is nios2-*-*.
15394
153952014-03-26 Yao Qi <yao@codesourcery.com>
15396
15397 * lib/gdb.exp (readline_is_used): New proc.
15398 * gdb.base/completion.exp: Move tests on command complete up.
15399 Skip the rest of tests if readline is not used.
15400 * gdb.ada/complete.exp: Skp the test if readline is not
15401 used.
15402 * gdb.base/filesym.exp: Likewise.
15403 * gdb.base/macscp.exp: Likewise.
15404 * gdb.base/readline-ask.exp: Likewise.
15405 * gdb.base/readline.exp: Likewise.
15406 * gdb.python/py-cmd.exp: Likewise.
15407 * gdb.trace/tfile.exp: Likewise.
15408
154092014-03-26 Yao Qi <yao@codesourcery.com>
15410
15411 * gdb.base/macscp.exp: Fix code format issues.
15412
154132014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15414
15415 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15416 * gdb.asm/powerpc64le.inc: New file.
15417
154182014-03-25 Pedro Alves <palves@redhat.com>
15419 Doug Evans <dje@google.com>
15420
15421 * gdb.base/source-execution.c: New file.
15422 * gdb.base/source-execution.exp: New file.
15423 * gdb.base/source-execution.gdb: New file.
15424
154252014-03-24 Doug Evans <dje@google.com>
15426
15427 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15428 using fission.
15429
154302014-03-24 Hui Zhu <hui@codesourcery.com>
15431 Pedro Alves <palves@redhat.com>
15432
15433 PR breakpoints/16101
15434 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15435 test pass/fail messages. Detect missing support for dprintf when
15436 breakpoints are actually inserted.
15437 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15438 breakpoints are actually inserted.
15439 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15440 fails.
15441
154422014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15443
15444 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15445
154462014-03-22 Doug Evans <xdje42@gmail.com>
15447
15448 * gdb.python/python.exp (python not supported): Verify multi-line
15449 python command issues an error.
15450 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15451 guile command issues an error.
15452
154532014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15454
15455 * gdb.threads/thread-specific.exp: Handle the lack of usable
15456 $this_breakpoint and $this_thread.
15457
154582014-03-21 Hui Zhu <hui@codesourcery.com>
15459
15460 * gdb.base/attach.exp (do_command_attach_tests): New.
15461
154622014-03-20 Tom Tromey <tromey@redhat.com>
15463 Pedro Alves <palves@redhat.com>
15464
15465 PR cli/15718
15466 * gdb.base/condbreak-call-false.c: New file.
15467 * gdb.base/condbreak-call-false.exp: New file.
15468
154692014-03-20 Pedro Alves <palves@redhat.com>
15470
15471 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15472 Delete.
15473 (block_signals, unblock_signals): Delete.
15474 (child_function_2, main): Remove references to deleted variable
15475 and functions.
15476
154772014-03-20 Pedro Alves <palves@redhat.com>
15478
15479 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15480 Use pthread_kill to signal thread 2.
15481 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15482 Adjust to make the test send itself a signal rather than using the
15483 host's "kill" command.
15484
154852014-03-20 Pedro Alves <palves@redhat.com>
15486
15487 * gdb.threads/multiple-step-overs.c: New file.
15488 * gdb.threads/multiple-step-overs.exp: New file.
15489 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15490 Adjust expected infrun debug output.
15491
154922014-03-20 Pedro Alves <palves@redhat.com>
15493
15494 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15495 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15496
154972014-03-20 Pedro Alves <palves@redhat.com>
15498
15499 PR breakpoints/7143
15500 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15501 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15502 of gdb_test_multiple.
15503 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15504 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15505
155062014-03-20 Pedro Alves <palves@redhat.com>
15507
15508 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15509 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15510
155112014-03-19 Pedro Alves <palves@redhat.com>
15512
15513 * gdb.base/async.exp: Remove early return.
15514
155152014-03-19 Pedro Alves <palves@redhat.com>
15516
15517 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15518
155192014-03-19 Pedro Alves <palves@redhat.com>
15520
15521 * gdb.base/async.exp (test_background): Expect \r\n after
15522 "completed." in the fail pattern.
15523
155242014-03-19 Pedro Alves <palves@redhat.com>
15525
15526 * gdb.base/async.exp (test_background): New procedure.
15527 Use it for all background execution command tests.
15528
155292014-03-19 Pedro Alves <palves@redhat.com>
15530
15531 * gdb.base/async.exp: Use prepare_for_testing.
15532
155332014-03-19 Pedro Alves <palves@redhat.com>
15534
15535 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15536 the same line.
15537
155382014-03-19 Pedro Alves <palves@redhat.com>
15539
15540 * gdb.base/async.c (main): Add "jump here" and "until here" line
15541 marker comments.
15542 * gdb.base/async.exp (jump_here): New global.
15543 (jump& test): Use it.
15544 (until_here): New global.
15545 (until& test): Use it.
15546
155472014-03-19 Pedro Alves <palves@redhat.com>
15548
15549 * gdb.base/async.exp: Don't frob gdb_protocol.
15550
155512014-03-18 Doug Evans <xdje42@gmail.com>
15552
15553 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15554 Fix spelling of exec-done-display.
15555
155562014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15557
15558 PR gdb/15358
15559 * gdb.base/gdb-sigterm.c: New file.
15560 * gdb.base/gdb-sigterm.exp: New file.
15561
155622014-03-18 Pedro Alves <palves@redhat.com>
15563
15564 PR gdb/13860
15565 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15566 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15567 solib-event.
15568
155692014-03-17 Joel Brobecker <brobecker@adacore.com>
15570
15571 * gdb.ada/pckd_arr_ren: New testcase.
15572
155732014-03-13 Doug Evans <xdje42@gmail.com>
15574
15575 PR guile/16612
15576 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15577 collect after discarding symbols.
15578
155792014-03-13 Ludovic Courtès <ludo@gnu.org>
15580 Doug Evans <xdje42@gmail.com>
15581
15582 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15583 to history survives a gc.
15584
155852014-03-13 Pedro Alves <palves@redhat.com>
15586
15587 * gdb.base/default.exp: Don't test "target procfs".
15588
155892014-03-13 Pedro Alves <palves@redhat.com>
15590
15591 * gdb.base/default.exp: Update "target child" and "target procfs"
15592 tests to not expect "Unix".
15593
155942014-03-12 Tom Tromey <tromey@redhat.com>
15595
15596 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15597 New procs. Add target-async tests.
15598 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15599 Add target-async tests.
15600
156012014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15602
15603 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15604 'func_start' and 'func_end' for the beginning and end of the
15605 function code, respectively.
15606 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15607 'func_end' instead of 'func' and 'main'.
15608
156092014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15610
15611 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15612 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15613 generate the debug info assembler source.
15614
156152014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15616
15617 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15618 * gdb.dwarf2/arr-subrange.exp: Likewise.
15619 * gdb.dwarf2/dwz.exp: Likewise.
15620 * gdb.dwarf2/method-ptr.exp: Likewise.
15621 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15622 * gdb.dwarf2/subrange.exp: Likewise.
15623 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15624 * gdb.dwarf2/implptrpiece.exp: Likewise.
15625 * gdb.dwarf2/nostaticblock.exp: Likewise.
15626
156272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15628
15629 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15630 directory to absolute path name arguments.
15631
156322014-03-10 Joel Brobecker <brobecker@adacore.com>
15633
15634 * gdb.ada/tagged_access: New testcase.
15635
156362014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15637
15638 * gdb.btrace/data.exp: Update expected output.
15639
156402014-03-06 Yao Qi <yao@codesourcery.com>
15641
15642 * gdb.trace/pr16508.exp: New file.
15643
156442014-03-05 Pedro Alves <palves@redhat.com>
15645
15646 PR gdb/16575
15647 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15648 procedure.
15649 (top level): Adjust to use it. Add tests that exercise breakpoint
15650 interaction with the code-cache.
15651
156522014-02-26 Ludovic Courtès <ludo@gnu.org>
15653
15654 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15655 test for 'history-append!'.
15656
156572014-02-26 Joel Brobecker <brobecker@adacore.com>
15658
15659 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15660 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15661 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15662 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15663 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15664 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15665
156662014-02-26 Joel Brobecker <brobecker@adacore.com>
15667
15668 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15669 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15670 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15671
156722014-02-26 Joel Brobecker <brobecker@adacore.com>
15673
15674 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15675
156762014-02-26 Joel Brobecker <brobecker@adacore.com>
15677
15678 * gdb.dwarf2/arr-stride.c: New file.
15679 * gdb.dwarf2/arr-stride.exp: New file.
15680
156812014-02-26 Pedro Alves <palves@redhat.com>
15682
15683 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15684 that won't ever trigger. Make sure that GDB reports the correct
15685 breakpoint that caused the stop.
15686
156872014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15688
15689 PR gdb/16626
15690 * gdb.base/auto-load-script: New file.
15691 * gdb.base/auto-load.c: New file.
15692 * gdb.base/auto-load.exp: New file.
15693
15694 PR gdb/16626
15695 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15696
156972014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15698
15699 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15700 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15701
157022014-02-24 Doug Evans <dje@google.com>
15703
15704 * lib/gdb.exp (run_on_host): Log error output if program fails.
15705
157062014-02-21 Pedro Alves <palves@redhat.com>
15707
15708 * gdb.threads/step-after-sr-lock.c: Rename to ...
15709 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15710 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15711 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15712 ... this.
15713
157142014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15715
15716 PR tdep/16397
15717 * gdb.arch/amd64-stap-special-operands.exp: New file.
15718 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15719 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15720 * gdb.arch/amd64-stap-triplet.S: Likewise.
15721 * gdb.arch/amd64-stap-triplet.c: Likewise.
15722
157232014-02-20 Joel Brobecker <brobecker@adacore.com>
15724
15725 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15726 in .section pseudo-op.
15727
157282014-02-20 lin zuojian <manjian2006@gmail.com>
15729 Joel Brobecker <brobecker@adacore.com>
15730 Doug Evans <xdje42@gmail.com>
15731
15732 PR symtab/16581
15733 * gdb.dwarf2/dw2-icycle.S: New file.
15734 * gdb.dwarf2/dw2-icycle.c: New file.
15735 * gdb.dwarf2/dw2-icycle.exp: New file.
15736
157372014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15738
15739 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15740 operations on gdb.Value objects.
15741 * gdb.python/py-value-cc.exp: Add new test to test operations on
15742 gdb.Value objects.
15743
157442014-02-18 Doug Evans <dje@google.com>
15745
15746 * Makefile.in (TESTS): New variable.
15747 (expanded_tests, expanded_tests_or_none): New variables
15748 (check-single): Pass $(expanded_tests_or_none) to runtest.
15749 (check-parallel): Only run tests in $(TESTS) if non-empty.
15750 (check/no-matching-tests-found): New rule.
15751 * README: Document TESTS makefile variable.
15752
157532014-02-18 Doug Evans <dje@google.com>
15754
15755 * Makefile.in (check-parallel): rm -rf outputs temp.
15756
157572014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15758
15759 Fix "ERROR: no fileid for" in the testsuite.
15760 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15761
157622014-02-12 Doug Evans <dje@google.com>
15763
15764 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15765 (MISCELLANEOUS): New variable.
15766 (clean): rm -rf $(MISCELLANEOUS).
15767 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15768 dwp live in the same directory as symlinks, with each symlink pointed
15769 to a differently named file in a different directory.
15770
157712014-02-11 Doug Evans <dje@google.com>
15772
15773 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15774 of Tcl file commands.
15775
157762014-02-10 Mark Kettenis <kettenis@gnu.org>
15777
15778 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15779 "kill -SIGUSR1 -1".
15780
157812014-02-10 Joel Brobecker <brobecker@adacore.com>
15782
15783 * gdb.ada/tick_length_array_enum_idx: New testcase.
15784
157852014-02-10 Doug Evans <xdje42@gmail.com>
15786
15787 * configure.ac (AC_OUTPUT): Add gdb.guile.
15788 * configure: Regenerate.
15789 * lib/gdb-guile.exp: New file.
15790 * lib/gdb.exp (get_target_charset): New function.
15791 * gdb.base/help.exp: Update expected output from "apropos apropos".
15792 * gdb.guile/Makefile.in: New file.
15793 * gdb.guile/guile.exp: New file.
15794 * gdb.guile/scm-arch.c: New file.
15795 * gdb.guile/scm-arch.exp: New file.
15796 * gdb.guile/scm-block.c: New file.
15797 * gdb.guile/scm-block.exp: New file.
15798 * gdb.guile/scm-breakpoint.c: New file.
15799 * gdb.guile/scm-breakpoint.exp: New file.
15800 * gdb.guile/scm-disasm.c: New file.
15801 * gdb.guile/scm-disasm.exp: New file.
15802 * gdb.guile/scm-equal.c: New file.
15803 * gdb.guile/scm-equal.exp: New file.
15804 * gdb.guile/scm-error.exp: New file.
15805 * gdb.guile/scm-error.scm: New file.
15806 * gdb.guile/scm-frame-args.c: New file.
15807 * gdb.guile/scm-frame-args.exp: New file.
15808 * gdb.guile/scm-frame-args.scm: New file.
15809 * gdb.guile/scm-frame-inline.c: New file.
15810 * gdb.guile/scm-frame-inline.exp: New file.
15811 * gdb.guile/scm-frame.c: New file.
15812 * gdb.guile/scm-frame.exp: New file.
15813 * gdb.guile/scm-generics.exp: New file.
15814 * gdb.guile/scm-gsmob.exp: New file.
15815 * gdb.guile/scm-iterator.c: New file.
15816 * gdb.guile/scm-iterator.exp: New file.
15817 * gdb.guile/scm-math.c: New file.
15818 * gdb.guile/scm-math.exp: New file.
15819 * gdb.guile/scm-objfile-script-gdb.in: New file.
15820 * gdb.guile/scm-objfile-script.c: New file.
15821 * gdb.guile/scm-objfile-script.exp: New file.
15822 * gdb.guile/scm-objfile.c: New file.
15823 * gdb.guile/scm-objfile.exp: New file.
15824 * gdb.guile/scm-ports.exp: New file.
15825 * gdb.guile/scm-pretty-print.c: New file.
15826 * gdb.guile/scm-pretty-print.exp: New file.
15827 * gdb.guile/scm-pretty-print.scm: New file.
15828 * gdb.guile/scm-section-script.c: New file.
15829 * gdb.guile/scm-section-script.exp: New file.
15830 * gdb.guile/scm-section-script.scm: New file.
15831 * gdb.guile/scm-symbol.c: New file.
15832 * gdb.guile/scm-symbol.exp: New file.
15833 * gdb.guile/scm-symtab-2.c: New file.
15834 * gdb.guile/scm-symtab.c: New file.
15835 * gdb.guile/scm-symtab.exp: New file.
15836 * gdb.guile/scm-type.c: New file.
15837 * gdb.guile/scm-type.exp: New file.
15838 * gdb.guile/scm-value-cc.cc: New file.
15839 * gdb.guile/scm-value-cc.exp: New file.
15840 * gdb.guile/scm-value.c: New file.
15841 * gdb.guile/scm-value.exp: New file.
15842 * gdb.guile/source2.scm: New file.
15843 * gdb.guile/types-module.cc: New file.
15844 * gdb.guile/types-module.exp: New file.
15845
158462014-02-10 Yao Qi <yao@codesourcery.com>
15847
15848 PR testsuite/16543
15849 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15850 * configure: Regenerated.
15851 * Makefile.in: New file.
15852
158532014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15854
15855 * gdb.python/py-framefilter.exp: Fix typo.
15856
158572014-02-08 Yao Qi <yao@codesourcery.com>
15858
15859 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15860 that no =breakpoint-modified is emitted when breakpoints are
15861 modified through MI commands.
15862
158632014-02-07 Pedro Alves <pedro@codesourcery.com>
15864 Pedro Alves <palves@redhat.com>
15865
15866 * gdb.threads/step-after-sr-lock.c: New file.
15867 * gdb.threads/step-after-sr-lock.exp: New file.
15868
158692014-02-07 Pedro Alves <palves@redhat.com>
15870
15871 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15872
158732014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15874
15875 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15876 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15877
158782014-02-06 Doug Evans <xdje42@gmail.com>
15879
15880 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15881 output.
15882
15883 * gdb.gdb/python-interrupts.exp: New file.
15884
158852014-02-05 Yao Qi <yao@codesourcery.com>
15886
15887 * gdb.trace/report.exp (use_collected_data): Test the output
15888 of "info threads" and "info inferiors".
15889
158902014-02-05 Yao Qi <yao@codesourcery.com>
15891
15892 Revert this patch:
15893
15894 2013-05-24 Yao Qi <yao@codesourcery.com>
15895
15896 * gdb.trace/tfile.exp: Test inferior and thread.
15897
158982014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15899
15900 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15901 on a function.
15902 * gdb.base/step-bt.c: Call hello via function pointer to make
15903 sure its first instruction is executed on powerpc64le-linux.
15904
159052014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15906
15907 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15908
159092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15910
15911 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15912 of the test patterns for use on little-endian systems.
15913
159142014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15915
15916 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15917 (decimal_vector): Fix for little-endian.
15918
159192014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15920
15921 * gdb.arch/sparc-sysstep.exp: New file.
15922 * gdb.arch/sparc-sysstep.c: Likewise.
15923
15924 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15925
159262014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15927
15928 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15929
159302014-01-23 Tom Tromey <tromey@redhat.com>
15931
15932 * gdb.ada/array_char_idx: New testcase.
15933
159342014-01-23 Tom Tromey <tromey@redhat.com>
15935
15936 PR python/16487:
15937 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15938 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15939 classes.
15940
159412014-01-23 Tom Tromey <tromey@redhat.com>
15942
15943 PR python/16491:
15944 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15945 string from an inferior frame.
15946 * gdb.python/py-framefilter-mi.exp: Update.
15947
159482014-01-22 Doug Evans <dje@google.com>
15949
15950 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15951
159522014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15953
15954 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15955
159562014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15957
15958 * gdb.trace/entry-values.exp: Remove excess space character from
15959 regex patterns. Handle s390 call instruction.
15960
159612014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15962
15963 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15964 define "*_start" label. Make "name" static.
15965 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15966 ${name} by references to ${name}_start.
15967
159682014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15969
15970 * gdb.base/info-macros.exp: Remove "debug" from the compile
15971 options.
15972
159732014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15974
15975 * gdb.dlang/demangle.exp: New file.
15976
159772014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15978
15979 * gdb.dlang/primitive-types.exp: New file.
15980
159812014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15982
15983 * configure.ac: Create gdb.dlang/Makefile.
15984 * configure: Regenerate.
15985 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15986 * gdb.dlang/Makefile.in: New file.
15987 * lib/d-support.exp: New file.
15988 * lib/gdb.exp (skip_d_tests): New proc.
15989
159902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15991
15992 * gdb.btrace/delta.exp: Check reverse stepi.
15993 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15994 * gdb.btrace/finish.exp: New.
15995 * gdb.btrace/next.exp: New.
15996 * gdb.btrace/nexti.exp: New.
15997 * gdb.btrace/record_goto.c: Add comments.
15998 * gdb.btrace/step.exp: New.
15999 * gdb.btrace/stepi.exp: New.
16000 * gdb.btrace/multi-thread-step.c: New.
16001 * gdb.btrace/multi-thread-step.exp: New.
16002 * gdb.btrace/rn-dl-bind.c: New.
16003 * gdb.btrace/rn-dl-bind.exp: New.
16004 * gdb.btrace/data.c: New.
16005 * gdb.btrace/data.exp: New.
16006 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16007
160082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16009
16010 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16011 * gdb.btrace/exception.exp: Update.
16012 * gdb.btrace/instruction_history.exp: Update.
16013 * gdb.btrace/record_goto.exp: Update.
16014 * gdb.btrace/tailcall.exp: Update.
16015 * gdb.btrace/unknown_functions.exp: Update.
16016 * gdb.btrace/delta.exp: New.
16017
160182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16019
16020 * gdb.btrace/record_goto.exp: Add backtrace test.
16021 * gdb.btrace/tailcall.exp: Add backtrace test.
16022
160232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16024
16025 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16026 * gdb.btrace/record_goto.c: New.
16027 * gdb.btrace/record_goto.exp: New.
16028 * gdb.btrace/x86-record_goto.S: New.
16029
160302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16031
16032 * gdb.btrace/function_call_history.exp: Update tests.
16033 * gdb.btrace/instruction_history.exp: Update tests.
16034
160352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16036
16037 * gdb.btrace/function_call_history.exp: Fix expected field
16038 order for "record function-call-history".
16039 Add new tests for "record function-call-history /c".
16040 * gdb.btrace/exception.cc: New.
16041 * gdb.btrace/exception.exp: New.
16042 * gdb.btrace/tailcall.exp: New.
16043 * gdb.btrace/x86-tailcall.S: New.
16044 * gdb.btrace/x86-tailcall.c: New.
16045 * gdb.btrace/unknown_functions.c: New.
16046 * gdb.btrace/unknown_functions.exp: New.
16047 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16048
160492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16050
16051 * gdb.btrace/instruction_history.exp: Update.
16052 * gdb.btrace/function_call_history.exp: Update.
16053
160542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16055
16056 * gdb.btrace/function_call_history.exp: Fix expected function
16057 trace.
16058 * gdb.btrace/instruction_history.exp: Initialize traced.
16059 Remove traced_functions.
16060
160612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16062
16063 * gdb.btrace/function_call_history.exp: Update
16064 * gdb.btrace/instruction_history.exp: Update.
16065
160662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16067
16068 * gdb.btrace/enable.exp: Update expected text.
16069
160702014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16071
16072 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16073 bytes.
16074
160752014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16076
16077 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16078
160792014-01-15 Omair Javaid <omair.javaid@linaro.org>
16080
16081 * lib/gdb.exp (supports_process_record): Return true for
16082 arm*-linux*. (supports_reverse): Likewise.
16083
160842014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16085
16086 PR python/15464
16087 PR python/16113
16088 * gdb.python/py-type.c: Enhance test case.
16089 * gdb.python/py-value-cc.cc: Likewise
16090 * gdb.python/py-type.exp: Add new tests.
16091 * gdb.python/py-value-cc.exp: Likewise
16092
160932014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16094 Pedro Alves <palves@redhat.com>
16095
16096 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16097 Make "name" extern.
16098 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16099 references to ${name}_start by references to ${name}.
16100
161012014-01-10 Joel Brobecker <brobecker@adacore.com>
16102
16103 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16104
161052014-01-10 Joel Brobecker <brobecker@adacore.com>
16106
16107 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16108
161092014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16110 Pedro Alves <palves@redhat.com>
16111
16112 * gdb.mi/mi-info-os.exp: Connect to the target with
16113 mi_gdb_target_load.
16114
161152014-01-08 Pedro Alves <palves@redhat.com>
16116
16117 * gdb.threads/reconnect-signal.c: New file.
16118 * gdb.threads/reconnect-signal.exp: New file.
16119
161202014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16121
16122 * gdb.base/source-dir.exp: New file.
16123
161242014-01-07 Joel Brobecker <brobecker@adacore.com>
16125
16126 * gdb.ada/mi_interface: New testcase.
16127
161282014-01-07 Joel Brobecker <brobecker@adacore.com>
16129
16130 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16131 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16132 gdb.ada/pp-rec-component/pck.ads: New files.
16133
161342014-01-07 Joel Brobecker <brobecker@adacore.com>
16135
16136 * gdb.python/py-pp-integral.c: New file.
16137 * gdb.python/py-pp-integral.py: New file.
16138 * gdb.python/py-pp-integral.exp: New file.
16139
16140For older changes see ChangeLog-1993-2013.
16141\f
16142;; Local Variables:
16143;; mode: change-log
16144;; left-margin: 8
16145;; fill-column: 74
16146;; version-control: never
16147;; End:
16148
16149 Copyright 2014-2019 Free Software Foundation, Inc.
16150 Copying and distribution of this file, with or without modification,
16151 are permitted provided the copyright notice and this notice are preserved.
This page took 0.077171 seconds and 4 git commands to generate.