testsuite: Create .cmd files for gdb and gdbserver
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2
3 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4 (gdb_write_cmd_file): New procedure.
5 * lib/gdbserver-support.exp (gdbserver_start): Call
6 gdbserver_write_cmd_file.
7 (gdbserver_write_cmd_file): New procedure.
8
9 2019-05-17 Alan Hayward <alan.hayward@arm.com>
10
11 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
12 (delete_breakpoints): Likewise.
13 (gdb_run_cmd): Likewise.
14 (gdb_start_cmd): Likewise.
15 (gdb_starti_cmd): Likewise.
16 (gdb_internal_error_resync): Likewise.
17 (gdb_test_multiple): Likewise.
18 (gdb_reinitialize_dir): Likewise.
19 (default_gdb_exit): Likewise.
20 (gdb_file_cmd): Mark kill as optional.
21 (default_gdb_start): Call gdb_stdin_log_init.
22 (send_gdb): Call gdb_stdin_log_write.
23 (rerun_to_main): Mark Y as an answer.
24 (gdb_stdin_log_init): New function.
25 (gdb_stdin_log_write): Likewise.
26
27 2019-05-17 Alan Hayward <alan.hayward@arm.com>
28
29 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
30 * gdb.base/debug-expr.exp: Likewise.
31 * gdb.base/foll-fork.exp: Likewise.
32 * gdb.base/foll-vfork.exp: Likewise.
33 * gdb.base/fork-print-inferior-events.exp: Likewise.
34 * gdb.base/gdb-sigterm.exp: Likewise.
35 * gdb.base/gdbinit-history.exp: Likewise.
36 * gdb.base/osabi.exp: Likewise.
37 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
38 * gdb.base/ui-redirect.exp: Likewise.
39 * gdb.gdb/unittest.exp: Likewise.
40 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
41 * gdb.mi/mi-watch.exp: Likewise.
42 * gdb.mi/new-ui-mi-sync.exp: Likewise.
43 * gdb.mi/user-selected-context-sync.exp: Likewise.
44 * gdb.python/python.exp: Disable debug test when debugging.
45 * gdb.threads/check-libthread-db.exp: Disable when debugging.
46 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
47 Likewise.
48 * gdb.threads/stepi-random-signal.exp: Likewise.
49
50 2019-05-17 Alan Hayward <alan.hayward@arm.com>
51
52 * Makefile.in: Pass through GDB_DEBUG.
53 * README (Testsuite Parameters): Add GDB_DEBUG.
54 (gdb,debug): Add board setting.
55 * lib/gdb.exp (default_gdb_start): Start debugging.
56 (gdb_debug_enabled): New procedure.
57 (gdb_debug_init): Likewise.
58
59 2019-05-17 Alan Hayward <alan.hayward@arm.com>
60
61 * Makefile.in: Pass through GDB_DEBUG.
62 * README (Testsuite Parameters): Add GDB_DEBUG.
63 (gdb,debug): Add board setting.
64 * lib/gdb.exp (default_gdb_start): Start debugging.
65 (gdb_debug_enabled): New procedure.
66 (gdb_debug_init): Likewise.
67
68 2019-05-17 Alan Hayward <alan.hayward@arm.com>
69
70 * gdb.base/ui-redirect.exp: Add debug redirect tests.
71
72 2019-05-17 Alan Hayward <alan.hayward@arm.com>
73
74 * gdb.base/ui-redirect.exp: Test redirection.
75
76 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
77
78 * gdb.mi/mi-complete.exp: New file.
79 * gdb.mi/mi-complete.cc: Likewise.
80
81 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
82
83 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
84 indexed and sliced arrays, and pointers to arrays.
85
86 2019-05-14 Tom Tromey <tromey@adacore.com>
87
88 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
89 styling test.
90
91 2019-05-14 Tom de Vries <tdevries@suse.de>
92
93 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
94 selection entry encoding.
95
96 2019-05-10 Tom Tromey <tromey@adacore.com>
97
98 * gdb.ada/info_exc.exp: Add "complete" test.
99
100 2019-05-09 Tom de Vries <tdevries@suse.de>
101
102 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
103 CU-relative.
104
105 2019-05-09 Tom de Vries <tdevries@suse.de>
106
107 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
108 CU-relative.
109
110 2019-05-08 Joel Brobecker <brobecker@adacore.com>
111
112 * gdb.ada/frame_arg_lang.exp: New testcase.
113 * gdb.ada/frame_arg_lang/bla.adb: New file.
114 * gdb.ada/frame_arg_lang/pck.ads: New file.
115 * gdb.ada/frame_arg_lang/pck.adb: New file.
116 * gdb.ada/frame_arg_lang/foo.c: New file.
117
118 2019-05-08 Tom Tromey <tromey@adacore.com>
119
120 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
121
122 2019-05-08 Tom Tromey <tromey@adacore.com>
123
124 * gdb.base/ptype-offsets.exp: Update tests.
125
126 2019-05-08 Tom Tromey <tromey@adacore.com>
127
128 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
129 cases.
130 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
131 "short".
132
133 2019-05-08 Tom Tromey <tromey@adacore.com>
134
135 * gdb.ada/vla.exp: New file.
136 * gdb.ada/vla/vla.adb: New file.
137
138 2019-05-07 Tom de Vries <tdevries@suse.de>
139
140 * gdb.base/index-cache.exp (ls_host): Fix return statement.
141
142 2019-05-07 Tom de Vries <tdevries@suse.de>
143
144 PR testsuite/24522
145 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
146 section.
147
148 2019-05-07 Tom de Vries <tdevries@suse.de>
149
150 PR testsuite/24522
151 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
152 .debug_aranges section.
153
154 2019-05-07 Tom de Vries <tdevries@suse.de>
155
156 PR testsuite/24159
157 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
158
159 2019-05-06 Tom de Vries <tdevries@suse.de>
160
161 * lib/gdb.exp (exec_has_index_section): New proc.
162 * gdb.base/index-cache.exp: Handle case that binfile contains an index
163 section.
164
165 2019-05-04 Tom de Vries <tdevries@suse.de>
166
167 * boards/cc-with-debug-names.exp: New file.
168
169 2019-05-03 Tom Tromey <tromey@adacore.com>
170
171 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
172 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
173 * gdb.ada/char_enum.exp: Add test.
174
175 2019-05-03 Tom de Vries <tdevries@suse.de>
176
177 * boards/cc-with-gdb-index.exp: New file.
178
179 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.rust/simple.exp: Add new test case.
182 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
183 (main): Initialise an instance of the new struct.
184
185 2019-05-01 Tom Tromey <tromey@adacore.com>
186
187 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
188 record.
189 (NPR): New variable.
190 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
191 test.
192
193 2019-05-01 Tom Tromey <tromey@adacore.com>
194
195 * gdb.ada/packed_array_assign.exp: Add packed assignment
196 regression test.
197
198 2019-05-01 Tom de Vries <tdevries@suse.de>
199
200 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
201
202 2019-05-01 Tom de Vries <tdevries@suse.de>
203
204 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
205
206 2019-04-30 Ali Tamur <tamur@google.com>
207
208 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
209
210 2019-04-30 Tom Tromey <tromey@adacore.com>
211
212 * lib/ada.exp (find_ada_tool): New proc.
213 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
214 * gdb.ada/catch_ex_std.exp: New file.
215 * gdb.ada/catch_ex_std/foo.adb: New file.
216 * gdb.ada/catch_ex_std/some_package.adb: New file.
217 * gdb.ada/catch_ex_std/some_package.ads: New file.
218
219 2019-04-30 Tom Tromey <tromey@adacore.com>
220
221 PR c++/24470:
222 * gdb.cp/temargs.cc: Add test code from PR.
223
224 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.fortran/vla-datatypes.exp: Update expected results.
227 * gdb.fortran/vla-ptype.exp: Likewise.
228 * gdb.fortran/vla-type.exp: Likewise.
229 * gdb.fortran/vla-value.exp: Likewise.
230
231 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * gdb.fortran/ptr-indentation.exp: Update expected results.
234 * gdb.fortran/ptype-on-functions.exp: Likewise.
235 * gdb.fortran/vla-ptr-info.exp: Likewise.
236 * gdb.fortran/vla-value.exp: Likewise.
237
238 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
239
240 * gdb.fortran/ptype-on-functions.exp: New file.
241 * gdb.fortran/ptype-on-functions.f90: New file.
242
243 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
246 case void string.
247
248 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * gdb.fortran/complex.exp: Expand.
251 * gdb.fortran/complex.f: Renamed to...
252 * gdb.fortran/complex.f90: ...this, and extended to add more
253 complex values.
254
255 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
258 MODULO, CMPLX.
259
260 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
261 Richard Bunt <richard.bunt@arm.com>
262
263 * gdb.base/max-depth.c: New file.
264 * gdb.base/max-depth.exp: New file.
265 * gdb.python/py-nested-maps.c: New file.
266 * gdb.python/py-nested-maps.exp: New file.
267 * gdb.python/py-nested-maps.py: New file.
268 * gdb.python/py-format-string.exp (test_max_depth): New proc.
269 (test_all_common): Call test_max_depth.
270 * gdb.fortran/max-depth.exp: New file.
271 * gdb.fortran/max-depth.f90: New file.
272 * gdb.go/max-depth.exp: New file.
273 * gdb.go/max-depth.go: New file.
274 * gdb.modula2/max-depth.exp: New file.
275 * gdb.modula2/max-depth.c: New file.
276 * lib/gdb.exp (get_print_expr_at_depths): New proc.
277
278 2019-04-29 Tom de Vries <tdevries@suse.de>
279
280 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
281
282 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
283
284 * gdb.base/callexit.exp: Test may-call-functions off.
285
286 2019-04-25 Keith Seitz <keiths@redhat.com>
287
288 PR c++/24367
289 * gdb.cp/meth-typedefs.cc (incomplete_struct)
290 (another_incomplete_struct, test_incomplete): New definitions.
291 (main): Use new definitions.
292 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
293 functions.
294
295 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
296
297 PR corefiles/11608
298 PR corefiles/18187
299 * gdb.base/coredump-filter-build-id.exp: New file.
300
301 2019-04-25 Alan Hayward <alan.hayward@arm.com>
302
303 * Makefile.in: Pass through GDBSERVER_DEBUG.
304 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
305 (gdbserver,debug): Add board setting.
306 * gdb.trace/tspeed.exp: Skip when debugging.
307 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
308 * lib/gdbserver-support.exp: Likewise
309
310 2019-04-24 Tom Tromey <tromey@adacore.com>
311
312 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
313 Rust.
314
315 2019-04-24 Tom Tromey <tromey@adacore.com>
316
317 * gdb.arch/amd64-eval.exp: Test bitfield return.
318 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
319 (class Foo) <return_bitfields>: New method.
320 (main): Call it.
321
322 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
323
324 * gdb.cp/many-args.cc: New file.
325 * gdb.cp/many-args.exp: New file.
326
327 2019-04-23 Tom de Vries <tdevries@suse.de>
328
329 PR gdb/24433
330 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
331
332 2019-04-23 Alan Hayward <alan.hayward@arm.com>
333
334 * gdb.trace/backtrace.exp: Use nopie flag.
335 * gdb.trace/circ.exp: Likewise.
336 * gdb.trace/collection.exp: Likewise.
337 * gdb.trace/ftrace.exp: Likewise.
338 * gdb.trace/mi-trace-unavailable.exp: Likewise.
339 * gdb.trace/mi-traceframe-changed.exp: Likewise.
340 * gdb.trace/qtro.exp: Likewise.
341 * gdb.trace/read-memory.exp: Likewise.
342 * gdb.trace/report.exp: Likewise.
343 * gdb.trace/tfile.exp: Likewise.
344 * gdb.trace/tfind.exp: Likewise.
345 * gdb.trace/unavailable.exp: Likewise.
346
347 2019-04-22 Pedro Alves <palves@redhat.com>
348
349 * gdb.base/solib-probes-nosharedlibrary.c,
350 gdb.base/solib-probes-nosharedlibrary.exp: New files.
351
352 2019-04-19 Tom Tromey <tromey@adacore.com>
353
354 * gdb.ada/ptype_union.c: New file.
355 * gdb.ada/ptype_union.exp: New file.
356
357 2019-04-19 Tom Tromey <tromey@adacore.com>
358
359 PR symtab/24423:
360 * gdb.base/list0.h (foo): Add a control-l character.
361
362 2019-04-18 Tom de Vries <tdevries@suse.de>
363
364 PR gdb/24433
365 * boards/local-board.exp: Set sysroot to "".
366
367 2019-04-18 Tom de Vries <tdevries@suse.de>
368 Pedro Alves <palves@redhat.com>
369
370 PR gdb/24454
371 * gdb.threads/vfork-follow-child-exec.c: New file.
372 * gdb.threads/vfork-follow-child-exec.exp: New file.
373 * gdb.threads/vfork-follow-child-exit.c: New file.
374 * gdb.threads/vfork-follow-child-exit.exp: New file.
375
376 2019-04-15 Leszek Swirski <leszeks@google.com>
377
378 * gdb.arch/amd64-eval.cc: New file.
379 * gdb.arch/amd64-eval.exp: New file.
380
381 2019-04-11 Alan Hayward <alan.hayward@arm.com>
382
383 * gdb.server/sysroot.c: New test.
384 * gdb.server/sysroot.exp: New file.
385 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
386 matching param.
387
388 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * gdb.base/align.exp: Extend test to cover structures containing
391 only static fields.
392
393 2019-04-11 Tom de Vries <tdevries@suse.de>
394
395 * boards/cc-with-dwz-m.exp: New file.
396 * boards/cc-with-dwz.exp: New file.
397 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
398
399 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
400
401 * gdb.base/start-cpp.exp: New file.
402 * gdb.base/start-cpp.cc: New file.
403
404 2019-04-08 Kevin Buettner <kevinb@redhat.com>
405
406 * gdb.python/py-thrhandle.exp: Adjust tests to call
407 thread_from_handle instead of thread_from_thread_handle.
408
409 2019-04-08 Kevin Buettner <kevinb@redhat.com>
410
411 * gdb.python/py-thrhandle.exp: Add tests for
412 gdb.InferiorThread.handle.
413
414 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * gdb.python/py-function.exp: Check calling helper function from
417 all languages.
418 * lib/gdb.exp (gdb_supported_languages): New proc.
419
420 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
421
422 * gdb.base/complex-parts.c: New file.
423 * gdb.base/complex-parts.exp: New file.
424
425 2019-04-01 Tom Tromey <tromey@adacore.com>
426
427 PR symtab/23331:
428 * gdb.dwarf2/dw2-ranges-main.c: New file.
429 * gdb.dwarf2/dw2-ranges-psym.c: New file.
430 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
431
432 2019-03-30 Simon Marchi <simark@simark.ca>
433
434 * gdb.base/default.exp: Add values for $_gdb_major and
435 $_gdb_minor.
436
437 2019-03-29 Tom Tromey <tromey@adacore.com>
438
439 * gdb.base/help.exp: Tighten apropos regexp.
440
441 2019-03-29 Keith Seitz <keiths@redhat.com>
442
443 * gdb.fortran/array-bounds.exp: New file.
444 * gdb.fortran/array-bounds.f90: New file.
445
446 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
447
448 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
449
450 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
451
452 * gdb.multi/hello.c (main): Increase alarm timer.
453
454 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
455
456 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
457 factor when no hardware watchpoint support.
458
459 2019-03-28 Alan Hayward <alan.hayward@arm.com>
460 Pedro Alves <palves@redhat.com>
461
462 * boards/local-board.exp: set sysroot to /.
463
464 2019-03-27 Alan Hayward <alan.hayward@arm.com>
465
466 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
467 in child.
468
469 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
470
471 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
472 field.
473 (make_container): Initialise new field.
474 * gdb.python/py-prettyprint.exp: Add new tests.
475 * gdb.python/py-prettyprint.py (class ContainerPrinter)
476 <display_hint>: New method.
477
478 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
481 gdb_continue_to_breakpoint more throughout this test.
482 (run_lang_tests) Supply unique test names, and use
483 gdb_test_no_output.
484
485 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
486
487 * gdb.base/finish-pretty.exp: Update expected results.
488 * gdb.base/pretty-print.c: New file.
489 * gdb.base/pretty-print.exp: New file.
490
491 2019-03-25 Pedro Alves <palves@redhat.com>
492
493 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
494 move comments outside list. Append '-i "" eof' section.
495
496 2019-03-22 Alan Hayward <alan.hayward@arm.com>
497
498 * README: Add pie options.
499 * gdb.base/break-interp.exp: Ensure pie is disabled.
500 * gdb.base/dump.exp: Likewise.
501 * lib/gdb.exp (gdb_compile): Add pie option.
502
503 2019-03-19 Tom Tromey <tromey@adacore.com>
504
505 * gdb.mi/mi2-cli-display.c: New file.
506 * gdb.mi/mi2-cli-display.exp: New file.
507
508 2019-03-18 Joel Brobecker <brobecker@adacore.com>
509 Tom Tromey <tromey@adacore.com>
510
511 * gdb.ada/ptype_array/pck.adb: New file.
512 * gdb.ada/ptype_array/pck.ads: New file.
513 * gdb.ada/ptype_array/foo.adb: New file.
514 * gdb.ada/ptype_array.exp: New file.
515
516 2019-03-14 Tom Tromey <tromey@adacore.com>
517
518 * gdb.base/style.exp: Add "set style sources" test.
519
520 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
521
522 * mi-breakpoint-location-ena-dis.exp: Rename to ...
523 * mi-breakpoint-multiple-locations.exp: ... this.
524 (make_breakpoints_pattern): New proc.
525 (do_test): Add mi_version parameter, test -break-insert,
526 -break-info and =breakpoint-created.
527
528 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
529
530 * config/default.exp: Remove 'load_lib gdb.exp'.
531 * config/monitor.exp: Likewise.
532 * config/sid.exp: Likewise.
533 * config/sim.exp: Likewise.
534 * config/slite.exp: Likewise.
535 * config/unix.exp: Likewise.
536 * gdb.base/default.exp: Remove unhelpful comment.
537
538 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
541
542 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
543
544 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
545
546 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * gdb.fortran/type-kinds.exp: Update expected results.
549
550 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
551
552 * gdb.fortran/type-kinds.exp: Test new integer type kind.
553
554 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
555
556 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
557 function.
558 (test_basic_parsing_of_type_kinds): Expand types tested.
559 (test_parsing_invalid_type_kinds): New function.
560
561 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
562
563 * gdb.fortran/intrinsics.exp: New file.
564 * gdb.fortran/intrinsics.f90: New file.
565 * gdb.fortran/type-kinds.exp: New file.
566
567 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.fortran/dot-ops.exp: New file.
570
571 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
574 Check upper and lower case logical literals.
575
576 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * gdb.fortran/types.exp (test_float_literal_types_accepted):
579 Remove duplicate tests.
580
581 2019-03-06 Alan Hayward <alan.hayward@arm.com>
582
583 * lib/gdb.exp (builtin_cd): rename of cd.
584 (cd): Override builtin.
585
586 2019-03-06 Richard Bunt <richard.bunt@arm.com>
587
588 * gdb.fortran/function-calls.exp: New file.
589 * gdb.fortran/function-calls.f90: New test.
590
591 2019-03-04 Richard Bunt <richard.bunt@arm.com>
592
593 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
594 on user program standard output.
595 * gdb.fortran/short-circuit-argument-list.f90: Record function
596 calls.
597
598 2019-02-28 Alan Hayward <alan.hayward@arm.com>
599
600 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
601 failure.
602
603 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
604
605 PR gdb/8527
606 * gdb.base/interrupt-daemon-attach.c,
607 gdb.base/interrupt-daemon-attach.exp: New test.
608
609 2019-02-27 Pedro Alves <palves@redhat.com>
610
611 * gdb.base/page.exp: Add tests for "set width/height -1".
612
613 2019-02-27 Pedro Alves <palves@redhat.com>
614
615 * gdb.base/page.exp: Add tests for "set/show width/height" with
616 "infinite" values.
617
618 2019-02-27 Tom Tromey <tromey@adacore.com>
619
620 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
621 2.4.
622 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
623 workaround.
624
625 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * gdb.base/align.exp: Extend to compile in both C and C++, and add
628 tests for structs with static members.
629
630 2019-02-26 Tom Tromey <tromey@adacore.com>
631
632 * gdb.python/py-value.exp (test_value_from_buffer): Check for
633 ValueError, not TypeError.
634
635 2019-02-26 Kevin Buettner <kevinb@redhat.com>
636
637 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
638 call from main program.
639
640 2019-02-23 Joel Brobecker <brobecker@adacore.com>
641
642 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
643 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
644 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
645 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
646 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
647
648 2019-02-22 Keith Seitz <keiths@redhat.com>
649
650 PR symtab/23853
651 * gdb.base/symlink-sourcefile.c: New file.
652 * gdb.base/symlink-sourcefile.exp: New file.
653
654 2019-02-20 Tom Tromey <tom@tromey.com>
655
656 * gdb.base/info_qt.exp: Update.
657
658 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
659
660 * gdb.base/source.exp: Move "error in sourced script" code to
661 the end.
662 * gdb.base/source-error.gdb: Move contents to
663 source-error-1.gdb. Add new code to source source-error-1.gdb.
664 * gdb.base/source-error-1.gdb: New file, from previous
665 source-error.gdb.
666
667 2019-02-17 Tom Tromey <tom@tromey.com>
668
669 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
670 for macro styling.
671 * gdb.base/style.c (SOME_MACRO): New macro.
672
673 2019-02-17 Tom Tromey <tom@tromey.com>
674
675 * gdb.base/style.exp: Add line-wrapping tests.
676 * gdb.base/page.exp: Add test for quitting during pagination.
677
678 2019-02-17 Joel Brobecker <brobecker@adacore.com>
679
680 * gdb.ada/big_packed_array: New testcase.
681 * gdb.ada/homonym.exp: Fix incorrect expected output for
682 "break <homonym__get_value>" test.
683
684 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
685
686 PR breakpoints/21870
687 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
688 and prepare_for_testing. Add comment.
689 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
690 redundant cleanup call. Clean up comment.
691
692 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
693
694 PR breakpoints/21870
695 * gdb.arch/aarch64-dbreg-contents.exp: New file.
696 * gdb.arch/aarch64-dbreg-contents.c: New file.
697
698 2019-02-10 Joel Brobecker <brobecker@adacore.com>
699
700 * gdb.ada/mi_ref_changeable: New testcase.
701
702 2019-02-07 Alan Hayward <alan.hayward@arm.com>
703
704 * gdb.base/attach.exp: Add double attach test.
705
706 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
707
708 * lib/gdb.exp (default_gdb_start): Don't match pagination
709 prompt.
710 (gdb_init): Set stty_init.
711
712 2019-01-27 Tom Tromey <tom@tromey.com>
713
714 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
715 skip_python_tests.
716
717 2019-01-24 Alan Hayward <alan.hayward@arm.com>
718
719 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
720 New structure.
721 (struct struct_static_02_02): Likewise.
722 (struct struct_static_02_03): Likewise.
723 (struct struct_static_02_04): Likewise.
724 (struct struct_static_04_01): Likewise.
725 (struct struct_static_04_02): Likewise.
726 (struct struct_static_04_03): Likewise.
727 (struct struct_static_04_04): Likewise.
728 (struct struct_static_06_01): Likewise.
729 (struct struct_static_06_02): Likewise.
730 (struct struct_static_06_03): Likewise.
731 (struct struct_static_06_04): Likewise.
732 (cmp_struct_static_02_01): Likewise.
733 (cmp_struct_static_02_02): Likewise.
734 (cmp_struct_static_02_03): Likewise.
735 (cmp_struct_static_02_04): Likewise.
736 (cmp_struct_static_04_01): Likewise.
737 (cmp_struct_static_04_02): Likewise.
738 (cmp_struct_static_04_03): Likewise.
739 (cmp_struct_static_04_04): Likewise.
740 (cmp_struct_static_06_01): Likewise.
741 (cmp_struct_static_06_02): Likewise.
742 (cmp_struct_static_06_03): Likewise.
743 (cmp_struct_static_06_04): Likewise.
744 (call_all): Test new structs.
745 * gdb.base/infcall-nested-structs.exp: Likewise.
746
747 2019-01-21 Alan Hayward <alan.hayward@arm.com>
748 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
749
750 2019-01-21 Alan Hayward <alan.hayward@arm.com>
751 * gdb.base/stack-protector.c: New test.
752 * gdb.base/stack-protector.exp: New file.
753 * gdb.cp/ovldbreak.exp: Only allow a single break line.
754 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
755 option.
756 (gdb_compile): Remove stack protector for GCC and prevent
757 recursion.
758
759 2019-01-16 Keith Seitz <keiths@redhat.com>
760
761 PR gdb/23773
762 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
763
764 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
765
766 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
767 aliases.
768 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
769 tests.
770 * gdb.arch/powerpc-vector-regs.c: New file.
771 * gdb.arch/powerpc-vector-regs.exp: New file.
772
773 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
774
775 * gdb.arch/altivec-regs.exp: Fix the list passed to
776 gdb_expect_list when testing "info vector".
777
778 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * gdb.base/style.exp: Don't include path in testname.
781
782 2019-01-10 Keith Seitz <keiths@redhat.com>
783
784 PR gdb/23712
785 PR symtab/23010
786 * gdb.dwarf2/multidictionary.exp: New file.
787
788 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
789
790 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
791 (test_gnuv3_style_demangling): ... this.
792 (test_lucid_style_demangling): Remove.
793 (test_arm_style_demangling): Remove.
794 (test_hp_style_demangling): Remove.
795 (do_tests): Remove calls to the above.
796
797 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
798
799 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
800 case.
801
802 2019-01-06 Tom Tromey <tom@tromey.com>
803
804 PR gdb/28155:
805 * gdb.dwarf2/typedef-void-finish.exp: New file.
806
807 2018-12-28 Tom Tromey <tom@tromey.com>
808 Simon Marchi <simark@simark.ca>
809
810 * gdb.base/jit-exec.exp: New file.
811 * gdb.base/jit-exec.c: New file.
812 * gdb.base/jit-execd.c: New file.
813
814 2018-12-28 Tom Tromey <tom@tromey.com>
815
816 * gdb.base/style.exp: Update test to check for address styling.
817
818 2018-12-28 Tom Tromey <tom@tromey.com>
819
820 * gdb.base/style.exp: Add test for styling of "Reading symbols"
821 message.
822
823 2018-12-28 Tom Tromey <tom@tromey.com>
824
825 * gdb.base/style.exp: Add test for version number styling.
826
827 2018-12-28 Tom Tromey <tom@tromey.com>
828
829 * gdb.base/style.exp: Add test for print_address_symbolic.
830
831 2018-12-28 Tom Tromey <tom@tromey.com>
832
833 * gdb.base/style.exp: Add test for breakpoint setting.
834
835 2018-12-28 Tom Tromey <tom@tromey.com>
836
837 * gdb.base/style.exp: Add test for variable names.
838
839 2018-12-28 Tom Tromey <tom@tromey.com>
840
841 * gdb.base/style.exp: New file.
842 * gdb.base/style.c: New file.
843
844 2018-12-28 Tom Tromey <tom@tromey.com>
845
846 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
847 "dumb".
848 * gdb.base/readline.exp (operate_and_get_next): Save and restore
849 the TERM environment variable.
850
851 2018-12-27 Tom Tromey <tom@tromey.com>
852
853 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
854 pagination test.
855
856 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
857
858 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
859 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
860
861 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
862
863 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
864 Filename a.adb changed to bp_fun_addr.adb.
865 gdb.ada/bp_fun_addr.exp: Update test accordingly.
866
867 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
868
869 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
870 non-PIE executables.
871 * README: Mention the gdb,nopie_flag board setting.
872 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
873 non-PIE executable.
874 * gdb.arch/amd64-entry-value.exp: Likewise.
875 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
876 * gdb.arch/i386-float.exp: Likewise.
877 * gdb.arch/i386-signal.exp: Likewise.
878 * gdb.mi/mi-reg-undefined.exp: Likewise.
879
880 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
881
882 PR gdb/23974
883 * gdb.base/info-os.exp: Check return for unknown "info os" type.
884
885 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
886
887 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
888 Update order of results accordingly.
889
890 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * gdb.base/annota1.exp: Update a test regexp.
893
894 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
895
896 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
897
898 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
899
900 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
901 (reuse_time): Initialize to REUSE_TIME_CAP.
902 (check_rc): New function.
903 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
904 Check pthread_create rc.
905 (spawner_thread_func): Check pthread_create and pthread_join rc.
906
907 2018-12-08 Pedro Alves <palves@redhat.com>
908
909 * gdb.base/list.exp (test_forward_search): Rename to ...
910 (test_forward_reverse_search): ... this. Also test reverse-search
911 and the forward-search alias.
912
913 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
914
915 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
916 local timeout variable before return, and remove all local timeout
917 variable entirely.
918 (gdb_load): Likewise.
919
920 2018-12-01 Tom de Vries <tdevries@suse.de>
921
922 * gdb.base/gdb-caching-proc.exp: New file.
923
924 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
925
926 * Makefile.in (TIMESTAMP): New variable.
927 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
928 command.
929 (check-single-racy): Likewise.
930 (check/%.exp): Likewise.
931 (check-racy/%.exp): Likewise.
932 (workers/%.worker): Likewise.
933 (build-perf): Likewise.
934 (check-perf): Likewise.
935 * README: Describe new "TS" and "TS_FORMAT" variables.
936 * print-ts.py: New file.
937
938 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
939
940 PR python/23714
941 * gdb.python/python.exp: Test command repetition after
942 gdb.execute.
943
944 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * gdb.opt/inline-break.exp: Add test that info breakpoint output
947 is correctly aligned.
948
949 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
950
951 * gdb.ada/info_auto_lang.exp: New testcase.
952 * gdb.ada/info_auto_lang/global_pack.ads: New file.
953 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
954 * gdb.ada/info_auto_lang/some_c.c: New file.
955
956 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
957
958 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
959 FUNC_lang language syntax.
960
961 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
962
963 * gdb.base/info_minsym.c: New file.
964 * gdb.base/info_minsym.exp: New file.
965
966 2018-11-19 Tom Tromey <tom@tromey.com>
967
968 PR rust/23625:
969 * gdb.rust/simple.exp: Add ptype test. Update expected output.
970 * gdb.rust/expr.exp: Update expected output. Change one test.
971
972 2018-11-19 Tom Tromey <tom@tromey.com>
973
974 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
975
976 2018-11-19 Pedro Alves <palves@redhat.com>
977
978 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
979 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
980 see the expected warning.
981
982 2018-11-16 Alan Hayward <alan.hayward@arm.com>
983
984 PR gdb/22736:
985 * gdb.cp/infcall-nodebug-lib.c: New test.
986 * gdb.cp/infcall-nodebug-main.c: New test.
987 * gdb.cp/infcall-nodebug.exp: New file.
988
989 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
990
991 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
992 completer tests.
993
994 2018-11-09 Tom de Vries <tdevries@suse.de>
995
996 * gdb.base/msym-lang.c: New test.
997 * gdb.base/msym-lang.exp: New file.
998 * gdb.base/msym-lang-main.c: New test.
999
1000 2018-11-08 Tom Tromey <tom@tromey.com>
1001
1002 PR gdb/23555:
1003 PR gdb/23838:
1004 * gdb.base/warning.exp: New file.
1005
1006 2018-11-08 Jan Beulich <jbeulich@suse.com>
1007
1008 * testsuite/gdb.arch/i386-avx512.c,
1009 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1010
1011 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1014 point hardware.
1015
1016 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1017
1018 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1019 * gdb.dwarf2/missing-type-name.exp: New file.
1020
1021 2018-11-06 Tom de Vries <tdevries@suse.de>
1022
1023 * gdb.base/many-headers.c: New test.
1024 * gdb.base/many-headers.exp: New file.
1025
1026 2018-11-06 Jim Wilson <jimw@sifive.com>
1027
1028 * gdb.base/code_elim.exp: For riscv, set additional_flags
1029 to include -msmall-data-limit=0.
1030
1031 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1032
1033 * gdb.ada/watch_minus_l: New testcase.
1034
1035 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1036
1037 * gdb.arch/aix-sighandle.c: New file.
1038 * gdb.arch/aix-sighandle.exp: New file.
1039
1040 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1043 registers being unions.
1044
1045 2018-10-31 Tom de Vries <tdevries@suse.de>
1046
1047 * lib/valgrind.exp: New file.
1048 (vgdb_start, vgdb_stop): New procs, factored out of ...
1049 * gdb.base/valgrind-bt.exp: ... here, ...
1050 * gdb.base/valgrind-disp-step.exp: ... here and ...
1051 * gdb.base/valgrind-infcall.exp: ... here.
1052
1053 2018-10-31 Tom de Vries <tdevries@suse.de>
1054
1055 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1056
1057 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.dwarf2/void-type.c: New file.
1060 * gdb.dwarf2/void-type.exp: New file.
1061
1062 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1063
1064 * gdb.base/info_qt.c: New file.
1065 * gdb.base/info_qt.exp: New file.
1066
1067 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1068
1069 * gdb.arch/powerpc-htm-regs.c: New file.
1070 * gdb.arch/powerpc-htm-regs.exp: New file.
1071
1072 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1073
1074 * gdb.arch/powerpc-tar.c: New file.
1075 * gdb.arch/powerpc-tar.exp: New file.
1076
1077 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1078
1079 * gdb.arch/powerpc-ppr-dscr.c: New file.
1080 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1081
1082 2018-10-25 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1085
1086 2018-10-24 Tom de Vries <tdevries@suse.de>
1087
1088 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1089 longer exists error.
1090
1091 2018-10-24 Tom de Vries <tdevries@suse.de>
1092
1093 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1094
1095 2018-10-24 Tom de Vries <tdevries@suse.de>
1096
1097 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1098 --db-attach in valgrind.
1099
1100 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1101
1102 * gdb.arch/riscv-reg-aliases.c: New file.
1103 * gdb.arch/riscv-reg-aliases.exp: New file.
1104
1105 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1106
1107 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1108
1109 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1110
1111 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1112
1113 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1114
1115 * gdb.cp/ovldbreak.exp: Fix regexps.
1116
1117 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1118
1119 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1120
1121 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1122
1123 PR cli/23785
1124 * gdb.base/restore.exp: New test to check if "restore" with an
1125 invalid file doesn't segfault.
1126
1127 2018-10-18 Tom de Vries <tdevries@suse.de>
1128
1129 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1130 * gdb.ada/excep_handle.exp: Same.
1131 * gdb.ada/mi_string_access.exp: Same.
1132 * gdb.ada/mi_var_union.exp: Same.
1133 * gdb.arch/arc-analyze-prologue.exp: Same.
1134 * gdb.arch/arc-decode-insn.exp: Same.
1135 * gdb.base/readnever.exp: Same.
1136 * gdb.fortran/printing-types.exp: Same.
1137 * gdb.guile/scm-lazy-string.exp: Same.
1138
1139 2018-10-16 Tom de Vries <tdevries@suse.de>
1140
1141 PR gdb/23730
1142 * gdb.base/catch-follow-exec.c: Add copyright notice.
1143 * gdb.base/catch-follow-exec.exp: Rewrite to use
1144 gdb_spawn_with_cmdline_opts. Require gdb-native.
1145
1146 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1147
1148 * gdb.trace/actions-changed.exp: Check for arch support.
1149 * gdb.trace/actions.exp: Likewise.
1150 * gdb.trace/ax.exp: Likewise.
1151 * gdb.trace/backtrace.exp: Likewise.
1152 * gdb.trace/change-loc.exp: Likewise.
1153 * gdb.trace/deltrace.exp: Likewise.
1154 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1155 * gdb.trace/ftrace.exp: Likewise.
1156 * gdb.trace/infotrace.exp: Check for arch support.
1157 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1158 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1159 * gdb.trace/mi-tsv-changed.exp: Likewise.
1160 * gdb.trace/packetlen.exp: Likewise.
1161 * gdb.trace/passc-dyn.exp: Likewise.
1162 * gdb.trace/passcount.exp: Likewise.
1163 * gdb.trace/pending.exp: Likewise.
1164 * gdb.trace/range-stepping.exp: Check for shlib support.
1165 * gdb.trace/report.exp: Check for arch support.
1166 * gdb.trace/save-trace.exp: Likewise.
1167 * gdb.trace/signal.exp: Check for signal support.
1168 * gdb.trace/tfind.exp: Check for arch support.
1169 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1170 * gdb.trace/trace-common.h: Add comment.
1171 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1172 * gdb.trace/trace-enable-disable.exp: Likewise.
1173 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1174 * gdb.trace/tracecmd.exp: Check for arch support.
1175 * gdb.trace/tspeed.exp: Check for shlib and target support.
1176 * gdb.trace/tstatus.exp: Check for arch support.
1177 * gdb.trace/tsv.exp: Likewise.
1178 * gdb.trace/while-dyn.exp: Likewise.
1179 * gdb.trace/while-stepping.exp: Likewise.
1180 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1181
1182 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1183
1184 * gdb.trace/tspeed.exp: Remove nowarnings.
1185 (prepare_for_trace_test): Declare "global ipalib".
1186 * gdb.trace/tspeed.c: Include unistd.h.
1187 (main): Remove superfluous printf argument.
1188
1189 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1190
1191 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1192 directory prefix on the filename.
1193
1194 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1195
1196 * gdb.gdb/unittest.exp: Update expected message informing that
1197 selftests have been disabled.
1198 * gdb.server/unittest.exp: Likewise.
1199
1200 2018-10-09 Tom de Vries <tdevries@suse.de>
1201
1202 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1203 with runto_main.
1204
1205 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1206
1207 PR c++/16841
1208 * gdb.cp/virtbase2.cc: New file.
1209 * gdb.cp/virtbase2.exp: New file.
1210
1211 2018-10-06 Tom Tromey <tom@tromey.com>
1212
1213 PR python/19399:
1214 * gdb.python/py-inferior.exp: Add architecture test.
1215
1216 2018-10-06 Tom Tromey <tom@tromey.com>
1217
1218 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1219 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1220
1221 2018-10-06 Tom Tromey <tom@tromey.com>
1222
1223 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1224 of a "throw" catchpoint.
1225
1226 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1227
1228 * gdb.base/info-proc.exp: Update string expected from "help info
1229 proc".
1230
1231 2018-10-04 Tom Tromey <tom@tromey.com>
1232
1233 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1234 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1235 (test_initial_complaints, test_empty_complaints): Update.
1236 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1237
1238 2018-10-04 Tom Tromey <tom@tromey.com>
1239
1240 PR cli/19551:
1241 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1242 * lib/gdb.exp (gdb_file_cmd): Update.
1243 * gdb.stabs/weird.exp (print_weird_var): Update.
1244 * gdb.server/solib-list.exp: Update.
1245 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1246 * gdb.mi/mi-cli.exp: Update.
1247 * gdb.linespec/linespec.exp: Update.
1248 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1249 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1250 * gdb.cp/cp-relocate.exp: Update.
1251 * gdb.base/sym-file.exp: Update.
1252 * gdb.base/relocate.exp: Update.
1253 * gdb.base/readnever.exp: Update.
1254 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1255 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1256 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1257 * gdb.base/code_elim.exp: Update.
1258 * gdb.base/break-unload-file.exp (test_break): Update.
1259 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1260 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1261 Update.
1262 * gdb.base/attach.exp (do_attach_tests): Update.
1263 * gdb.base/sepdebug.exp: Update.
1264 * gdb.python/py-section-script.exp: Update.
1265
1266 2018-10-04 Tom Tromey <tom@tromey.com>
1267
1268 PR cli/22234:
1269 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1270 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1271 output.
1272
1273 2018-10-04 Tom Tromey <tom@tromey.com>
1274
1275 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1276 set width and height to 0.
1277 (test_command_line_attach_run): Use -quiet.
1278
1279 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1280
1281 * lib/gdb.exp (skip_ifunc_tests): New.
1282 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1283 other compile failures.
1284 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1285
1286 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1287
1288 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1289 is_amd64_regs_target.
1290
1291 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1292
1293 * gdb.arch/aarch64-sighandler-regs.c: New test.
1294 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1295 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1296
1297 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1298
1299 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1300 assembly.
1301
1302 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1303
1304 * gdb.base/frame-selection.exp: New file.
1305 * gdb.base/frame-selection.c: New file.
1306
1307 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1308
1309 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1310 pthread barrier.
1311 (main): Likewise.
1312
1313 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1314
1315 * gdb.base/large-frame-1.c: New file.
1316 * gdb.base/large-frame-2.c: New file.
1317 * gdb.base/large-frame.exp: New file.
1318 * gdb.base/large-frame.h: New file.
1319
1320 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1321
1322 PR gdb/20948
1323 * gdb.base/write_mem.exp: New test.
1324 * gdb.base/write_mem.c: Likewise.
1325
1326 2018-09-23 Tom Tromey <tom@tromey.com>
1327
1328 PR python/18852:
1329 * gdb.python/py-parameter.exp: Add test for parameter that throws
1330 on "set".
1331
1332 2018-09-23 Tom Tromey <tom@tromey.com>
1333
1334 PR python/17284:
1335 * gdb.python/py-template.exp (test_template_arg): Add test for
1336 negative template argument number.
1337
1338 2018-09-23 Tom Tromey <tom@tromey.com>
1339
1340 PR python/14062:
1341 * gdb.python/python.exp: Add test for post_event error.
1342
1343 2018-09-23 Tom Tromey <tom@tromey.com>
1344
1345 PR python/18170:
1346 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1347 convert pointers to int and long.
1348
1349 2018-09-23 Tom Tromey <tom@tromey.com>
1350
1351 PR python/20126:
1352 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1353 signed-ness conversion tests.
1354
1355 2018-09-23 Tom Tromey <tom@tromey.com>
1356
1357 PR python/18352;
1358 * gdb.python/py-value.exp (test_float_conversion): New proc.
1359 Use it.
1360
1361 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1362
1363 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1364
1365 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1366
1367 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1368 no readline.
1369 * gdb.base/utf8-identifiers.exp: Likewise.
1370 * gdb.cp/cpcompletion.exp: Likewise.
1371 * gdb.linespec/cpcompletion.exp: Likewise.
1372 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1373 * gdb.linespec/cpls-ops.exp: Likewise.
1374
1375 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1376 Chris January <chris.january@arm.com>
1377
1378 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1379 * gdb.fortran/short-circuit-argument-list.exp: New file.
1380 * gdb.fortran/short-circuit-argument-list.f90: New test.
1381
1382 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1383
1384 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1385 "arch=" keyword when executing "-stack-list-frames".
1386
1387 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1388
1389 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1390 "arch=" keyword when executing "-stack-list-frames".
1391
1392 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1393
1394 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1395 break ada".
1396
1397 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1398
1399 PR python/23669
1400 * gdb.python/python.exp: Test gdb.execute("show commands").
1401
1402 2018-09-16 Tom Tromey <tom@tromey.com>
1403
1404 * gdb.base/new-ui.exp (do_execution_tests): Update.
1405 * gdb.base/dbx.exp (test_breakpoints): Update.
1406
1407 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1408
1409 * lib/gdb.exp (gdb_simple_compile): Add proc.
1410 (is_elf_target): Use gdb_simple_compile.
1411 (skip_altivec_tests): Likewise.
1412 (skip_vsx_tests): Likewise.
1413 (skip_tsx_tests): Likewise.
1414 (skip_btrace_tests): Likewise.
1415 (skip_btrace_pt_tests): Likewise.
1416 (gdb_can_simple_compile): Likewise.
1417 (gdb_has_argv0): Likewise.
1418 (gdb_target_symbol_prefix): Likewise.
1419 (target_supports_scheduler_locking): Likewise.
1420
1421 2018-09-13 Tom Tromey <tom@tromey.com>
1422
1423 * Makefile.in (TAGS): Recognize proc_with_prefix and
1424 gdb_caching_proc.
1425
1426 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1427
1428 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1429 method.
1430
1431 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1432
1433 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1434 and a few other Inferior properties when the Inferior is no
1435 longer valid.
1436
1437 2018-09-13 Tom Tromey <tom@tromey.com>
1438
1439 PR rust/23650:
1440 * gdb.rust/simple.exp: Add test for enum field access error.
1441
1442 2018-09-13 Tom Tromey <tom@tromey.com>
1443
1444 PR rust/23626:
1445 * gdb.rust/simple.rs (EmptyEnum): New type.
1446 (main): Use it.
1447 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1448
1449 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1450
1451 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1452 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1453 * gdb.python/py-symtab.exp: Update test printing an objfile.
1454
1455 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1456
1457 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1458 object.
1459
1460 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1461
1462 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1463 (support_complex_tests): Use gdb_can_simple_compile.
1464 (is_ilp32_target): Likewise.
1465 (is_lp64_target): Likewise.
1466 (is_64_target): Likewise.
1467 (is_amd64_regs_target): Likewise.
1468 (is_aarch32_target): Likewise.
1469 (gdb_int128_helper): Likewise.
1470
1471 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1472
1473 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1474
1475 2018-09-10 Jerome Guitton <guitton@adacore.com>
1476
1477 * gdb.ada/same_component_name: Add test for case of tagged record
1478 with variable-length fields.
1479
1480 2018-09-10 Xavier Roirand <roirand@adacore.com>
1481
1482 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1483 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1484 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1485 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1486
1487 2018-09-10 Xavier Roirand <roirand@adacore.com>
1488
1489 * gdb.ada/mi_string_access.exp: New testcase.
1490 * gdb.ada/mi_string_access/bar.adb: New file.
1491 * gdb.ada/mi_string_access/pck.adb: New file.
1492 * gdb.ada/mi_string_access/pck.asd: New file.
1493
1494 2018-09-10 Xavier Roirand <roirand@adacore.com>
1495
1496 * gdb.ada/mi_var_union.exp: New testcase.
1497 * gdb.ada/mi_var_union/bar.adb: New file.
1498 * gdb.ada/mi_var_union/pck.adb: New file.
1499 * gdb.ada/mi_var_union/pck.asd: New file.
1500
1501 2018-09-08 Tom Tromey <tom@tromey.com>
1502
1503 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1504
1505 2018-09-08 Tom Tromey <tom@tromey.com>
1506
1507 PR python/16047:
1508 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1509 (register_pretty_printers): Register new printer.
1510 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1511 test.
1512 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1513 (an_int_type3): New global.
1514
1515 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1516
1517 * gdb.ada/expr_with_funcall: New testcase.
1518
1519 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1520
1521 * gdb.ada/packed_array_assign: New testcase.
1522
1523 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1524
1525 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1526 names, and add test prefixes to make test names unique.
1527
1528 2018-09-05 Tom de Vries <tdevries@suse.de>
1529
1530 * gdb.dwarf2/varval.exp: Add test.
1531
1532 2018-09-04 Gary Benson <gbenson@redhat.com>
1533
1534 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1535 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1536
1537 2018-08-31 Tom Tromey <tom@tromey.com>
1538
1539 * gdb.rust/simple.rs: Rename second variable "v".
1540
1541 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1542
1543 * gdb.base/funcargs.c (use_a): New function.
1544 (recurse): Call use_a.
1545
1546 2018-08-29 Keith Seitz <keiths@redhat.com>
1547
1548 * gdb.compile/compile-cplus-anonymous.cc: New file.
1549 * gdb.compile/compile-cplus-anonymous.exp: New file.
1550 * gdb.compile/compile-cplus-array-decay.cc: New file.
1551 * gdb.compile/compile-cplus-array-decay.exp: New file.
1552 * gdb.compile/compile-cplus-inherit.cc: New file.
1553 * gdb.compile/compile-cplus-inherit.exp: New file.
1554 * gdb.compile/compile-cplus-member.cc: New file.
1555 * gdb.compile/compile-cplus-member.exp: New file.
1556 * gdb.compile/compile-cplus-method.cc: New file.
1557 * gdb.compile/compile-cplus-method.exp: New file.
1558 * gdb.compile/compile-cplus-mod.c: "New" file.
1559 * gdb.compile/compile-cplus-namespace.cc: New file.
1560 * gdb.compile/compile-cplus-namespace.exp: New file.
1561 * gdb.compile/compile-cplus-nested.cc: New file.
1562 * gdb.compile/compile-cplus-nested.exp: New file.
1563 * gdb.compile/compile-cplus-print.c: "New" file.
1564 * gdb.compile/compile-cplus-print.exp: "New" file.
1565 * gdb.compile/compile-cplus-virtual.cc: New file.
1566 * gdb.compile/compile-cplus-virtual.exp: New file.
1567 * gdb.compile/compile-cplus.c: "New" file.
1568 * gdb.compile/compile-cplus.exp: "New" file.
1569 * lib/compile-support.exp: New file.
1570
1571 2018-08-16 Gary Benson <gbenson@redhat.com>
1572
1573 PR gdb/13000:
1574 * gdb.base/batch-exit-status.exp: New file.
1575 * gdb.base/batch-exit-status.good-commands: Likewise.
1576 * gdb.base/batch-exit-status.bad-commands: Likewise.
1577
1578 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1579
1580 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1581 (struct struct02): Likewise.
1582 (struct struct03): Likewise.
1583 (struct struct04): Likewise.
1584 (struct struct_01_01): New struct.
1585 (struct struct_01_02): Likewise.
1586 (struct struct_01_03): Likewise.
1587 (struct struct_01_04): Likewise.
1588 (struct struct_02_01): Likewise.
1589 (struct struct_02_02): Likewise.
1590 (struct struct_02_03): Likewise.
1591 (struct struct_02_04): Likewise.
1592 (struct struct_04_01): Likewise.
1593 (struct struct_04_02): Likewise.
1594 (struct struct_04_03): Likewise.
1595 (struct struct_04_04): Likewise.
1596 (struct struct_05_01): Likewise.
1597 (struct struct_05_02): Likewise.
1598 (struct struct_05_03): Likewise.
1599 (struct struct_05_04): Likewise.
1600 (cmp_struct01): Remove function.
1601 (cmp_struct02): Likewise.
1602 (cmp_struct03): Likewise.
1603 (cmp_struct04): Likewise.
1604 (cmp_struct_01_01): Add Function.
1605 (cmp_struct_01_02): Likewise.
1606 (cmp_struct_01_03): Likewise.
1607 (cmp_struct_01_04): Likewise.
1608 (cmp_struct_02_01): Likewise.
1609 (cmp_struct_02_02): Likewise.
1610 (cmp_struct_02_03): Likewise.
1611 (cmp_struct_02_04): Likewise.
1612 (cmp_struct_04_01): Likewise.
1613 (cmp_struct_04_02): Likewise.
1614 (cmp_struct_04_03): Likewise.
1615 (cmp_struct_04_04): Likewise.
1616 (cmp_struct_05_01): Likewise.
1617 (cmp_struct_05_02): Likewise.
1618 (cmp_struct_05_03): Likewise.
1619 (cmp_struct_05_04): Likewise.
1620 (call_all): Add new structs.
1621 * gdb.base/infcall-nested-structs.exp: Likewise.
1622
1623 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1624
1625 * gdb.python/py-framefilter-mi.exp: Update regexp to
1626 check for "arch" field in frame output.
1627
1628 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1629
1630 * gdb.dwarf2/dw2-ranges-func.c: New file.
1631 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1632
1633 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1634
1635 * gdb.base/term.exp: Compare terminal settings with values from
1636 the inferior.
1637 * gdb.base/term.c: Get and set terminal settings.
1638
1639 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1640
1641 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1642 accommodate new "arch" field in frame output.
1643 * gdb.mi/mi-return.exp: Likewise.
1644 * gdb.mi/mi-stack.exp: Likewise.
1645 * gdb.mi/mi-syn-frame.exp: Likewise.
1646 * gdb.mi/user-selected-context-sync.exp: Likewise.
1647
1648 2018-08-19 Michael Spang <spang@google.com>
1649
1650 PR gdb/11786
1651 * gdb.base/gcore-tls-pie.c: New file.
1652 * gdb.base/gcore-tls-pie.exp: New file.
1653
1654 2018-08-18 Kevin Buettner <kevinb@redhat.com>
1655
1656 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1657 * gdb.dwarf2/varval.c: New file.
1658 * gdb.dwarf2/varval.exp: New file.
1659
1660 2018-08-17 Alan Hayward <alan.hayward@arm.com>
1661
1662 PR gdb/18931
1663 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1664
1665 2018-08-16 Keith Seitz <keiths@redhat.com>
1666
1667 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1668 tests expected to pass.
1669
1670 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1671
1672 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1673 -data-disassemble -a.
1674 (test_disassembly_bogus_args): Likewise.
1675
1676 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1677
1678 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1679
1680 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1681
1682 * gdb.base/vla-optimized-out.exp: Add new test.
1683
1684 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1685
1686 * gdb.base/vla-optimized-out-o3.exp: Delete.
1687 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1688 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1689 deleted tests.
1690
1691 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1692
1693 PR gdb/18050:
1694 * gdb.server/extended-remote-restart.c: New file.
1695 * gdb.server/extended-remote-restart.exp: New file.
1696
1697 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1698
1699 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1700 "set variable index = 42".
1701
1702 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1703
1704 * boards/index-cache-gdb.exp: New file.
1705 * gdb.dwarf2/index-cache.exp: New file.
1706 * gdb.dwarf2/index-cache.c: New file.
1707 * gdb.base/maint.exp: Check if we are using the index cache.
1708
1709 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1710
1711 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1712 MAKEFLAGS.
1713
1714 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1715
1716 * dg-extract-results.sh: Move to toplevel contrib.
1717 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1718 * Makefile.in (check-parallel-racy): Likewise.
1719
1720 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1721
1722 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1723 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1724 tests if the target supports scheduler locking.
1725
1726 2018-08-04 Tom de Vries <tdevries@suse.de>
1727
1728 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1729
1730 2018-08-02 Tom Tromey <tom@tromey.com>
1731
1732 PR symtab/16842.
1733 * gdb.cp/temargs.exp: Test "info address" of a template
1734 parameter.
1735
1736 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1737
1738 * gdb.python/py-mi-var-info-path-expression.c: New file.
1739 * gdb.python/py-mi-var-info-path-expression.py: New file.
1740 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1741
1742 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1743
1744 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1745 error after "cannot resolve name" string.
1746
1747 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1748
1749 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1750 started.
1751 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1752
1753 2018-07-28 Tom de Vries <tdevries@suse.de>
1754
1755 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1756
1757 2018-07-26 Tom de Vries <tdevries@suse.de>
1758
1759 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1760
1761 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1764 is visible.
1765
1766 2018-07-26 Tom de Vries <tdevries@suse.de>
1767
1768 PR breakpoints/23366
1769 * gdb.base/catch-follow-exec.c: New test.
1770 * gdb.base/catch-follow-exec.exp: New file.
1771
1772 2018-07-25 Tom de Vries <tdevries@suse.de>
1773
1774 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1775 vla-optimized-out.c.
1776
1777 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1778
1779 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1780 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1781
1782 2018-07-20 Tom de Vries <tdevries@suse.de>
1783
1784 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1785 NOCLONE macro.
1786 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1787
1788 2018-07-19 Tom de Vries <tdevries@suse.de>
1789
1790 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1791 regular expression.
1792
1793 2018-07-18 Tom de Vries <tdevries@suse.de>
1794
1795 * gdb.base/vla-optimized-out.c: New test.
1796 * gdb.base/vla-optimized-out.exp: New file.
1797
1798 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1799
1800 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1801 message "No address associated with hostname" when gdbserver
1802 cannot resolve the hostname.
1803
1804 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1805
1806 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1807 Add some test prefixes to make tests unique.
1808
1809 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1810
1811 * gdb.base/frameapply.c: New file.
1812 * gdb.base/frameapply.exp: New file.
1813
1814 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1815
1816 * gdb.base/skip.exp: Update expected error message.
1817
1818 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1819 Jan Kratochvil <jan.kratochvil@redhat.com>
1820 Paul Fertser <fercerpav@gmail.com>
1821 Tsutomu Seki <sekiriki@gmail.com>
1822
1823 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1824 parameter.
1825 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1826 by default.
1827 * boards/native-gdbserver.exp: Likewise.
1828 * gdb.server/run-without-local-binary.exp: Improve regexp used
1829 for detecting when a remote debugging connection succeeds.
1830 * gdb.server/server-connect.exp: New file.
1831 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1832 Do not prefix the port number with ":".
1833 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1834 support for detecting and using it. Add '$debughost_gdbserver'
1835 to the list of arguments used to start gdbserver. Handle case
1836 when gdbserver cannot resolve a network name.
1837
1838 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1839
1840 PR c++/23373
1841 * gdb.base/ptype-offsets.cc (struct static_member): New
1842 struct.
1843 (main) <stmember>: New variable.
1844 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1845 with a static member in it.
1846
1847 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1848
1849 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1850 watchpoints enabled and disabled.
1851
1852 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * gdb.base/examine-backward.exp: Still run tests around address
1855 0x0, even if address 0x0 is not readable. Update the pattern for
1856 matching address 0x0 in expected output.
1857
1858 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1859
1860 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1861 malloc/free.
1862
1863 2018-07-04 Tom de Vries <tdevries@suse.de>
1864
1865 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1866
1867 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1868
1869 PR tdep/8282
1870 * gdb.arch/mips-disassembler-options.exp: New test.
1871 * gdb.arch/mips-disassembler-options.s: New test source.
1872
1873 2018-06-29 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.threads/names.exp: Adjust expected "info threads" output.
1876
1877 2018-06-29 Pedro Alves <palves@redhat.com>
1878
1879 * gdb.opt/inline-break.exp (line number, address): Add "info
1880 break" tests.
1881
1882 2018-06-29 Pedro Alves <palves@redhat.com>
1883
1884 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1885 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1886 number and address and running to them.
1887
1888 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1889
1890 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1891
1892 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1893
1894 * lib/compiler.c: Remove executable permission flag.
1895
1896 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1897
1898 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1899 code.
1900 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1901
1902 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1903
1904 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1905
1906 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1907
1908 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1909 address argument is omitted.
1910
1911 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1912
1913 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1914
1915 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1916
1917 PR gdb/21695
1918 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1919 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1920
1921 2018-06-26 Tom Tromey <tom@tromey.com>
1922
1923 PR rust/22574:
1924 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1925 * gdb.rust/simple.rs (struct SimpleLayout): New.
1926
1927 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1928
1929 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1930 "info registers" output.
1931
1932 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1933
1934 * gdb.base/watchpoint-hw-attach.c: New test.
1935 * gdb.base/watchpoint-hw-attach.exp: New file.
1936
1937 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1938
1939 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1940 through /bin/sh.
1941 * boards/dwarf4-gdb-index.exp: Likewise.
1942 * boards/fission-dwp.exp: Likewise.
1943
1944 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1945
1946 * gdb.base/float128.exp: Add comment and improved fail message
1947 to the failure case of "print large128" test.
1948
1949 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1950
1951 * configure.ac: Remove AC_PREREQ.
1952 * configure: Re-generate.
1953
1954 2018-06-19 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1957 (func_extern_caller): New.
1958 (main): Call func_extern_caller.
1959 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1960 logic change.
1961
1962 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1963
1964 PR gdb/16841
1965 * gdb.cp/typedef-base.cc: New file.
1966 * gdb.cp/typedef-base.exp: New file.
1967
1968 2018-06-18 Tom de Vries <tdevries@suse.de>
1969
1970 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1971
1972 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1973 Richard Bunt <Richard.Bunt@arm.com>
1974
1975 * gdb.threads/attach-slow-waitpid.c: New file.
1976 * gdb.threads/attach-slow-waitpid.exp: New file.
1977 * gdb.threads/slow-waitpid.c: New file.
1978
1979 2018-06-14 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.base/fork-running-state.c: Include <errno.h>.
1982 (exit_if_relative_exits): New.
1983 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1984 exits.
1985 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1986 child exits.
1987
1988 2018-06-14 Tom de Vries <tdevries@suse.de>
1989
1990 PR cli/22573
1991 * gdb.base/finish-pretty.c: New test.
1992 * gdb.base/finish-pretty.exp: New file.
1993
1994 2018-06-14 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1997 gdb's expected startup output.
1998
1999 2018-06-14 Pedro Alves <palves@redhat.com>
2000
2001 * lib/selftest-support.exp (selftest_setup): Remove inlined
2002 function handling.
2003
2004 2018-06-14 Tom de Vries <tdevries@suse.de>
2005
2006 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2007 matching of breakpoint printing.
2008
2009 2018-06-13 Tom de Vries <tdevries@suse.de>
2010
2011 PR testsuite/23269
2012 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2013 (fork_child): ... here, and ...
2014 (fork_parent): ... here.
2015
2016 2018-06-12 Tom de Vries <tdevries@suse.de>
2017
2018 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2019
2020 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2021 Stephen Roberts <stephen.roberts@arm.com>
2022
2023 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2024 rewrite test to describe action performed, rather than possible
2025 failure.
2026
2027 2018-06-08 Gary Benson <gbenson@redhat.com>
2028
2029 * gdb.threads/check-libthread-db.exp: New file.
2030 * gdb.threads/check-libthread-db.c: Likewise.
2031
2032 2018-06-05 Tom Tromey <tom@tromey.com>
2033
2034 * gdb.base/default.exp: Update expected "show version" output.
2035
2036 2018-06-05 Tom Tromey <tom@tromey.com>
2037
2038 PR cli/12326:
2039 * gdb.cp/static-print-quit.exp: Update.
2040 * lib/gdb.exp (pagination_prompt): Update.
2041 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2042 * gdb.python/python.exp: Update.
2043
2044 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2045
2046 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2047
2048 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2049
2050 * gdb.ada/bp_fun_addr: New testcase.
2051
2052 2018-06-01 Tom Tromey <tom@tromey.com>
2053
2054 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2055 results.
2056 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2057 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2058 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2059 * gdb.base/maint.exp (maint_pass_if): Update.
2060
2061 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2062
2063 * gdb.base/endian.exp: New test.
2064 * gdb.base/endian.c: New test source.
2065
2066 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2067
2068 PR gdb/23203
2069 * gdb.base/bt-selected-frame.c: New file.
2070 * gdb.base/bt-selected-frame.exp: New file.
2071 * lib/gdb.exp (get_current_frame_number): New function.
2072
2073 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2074 Pedro Alves <palves@redhat.com>
2075
2076 * gdb.threads/tls-core.c: Include <stdlib.h>
2077 (thread_proc): Call `abort'.
2078 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2079 (tls_core_test): New procedure, bits factored out from ...
2080 (top level): ... here. Test both native cores and gcore cores.
2081
2082 2018-05-23 Tom Tromey <tom@tromey.com>
2083
2084 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2085
2086 2018-05-23 Tom Tromey <tom@tromey.com>
2087
2088 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2089 symfile_complaints.
2090 (test_short_complaints): Likewise.
2091 (test_empty_complaints): Likewise.
2092 (test_initial_complaints): Update.
2093
2094 2018-05-23 Tom Tromey <tom@tromey.com>
2095
2096 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2097
2098 2018-05-23 Tom Tromey <tom@tromey.com>
2099
2100 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2101 (test_short_complaints): Update.
2102
2103 2018-05-22 Pedro Alves <palves@redhat.com>
2104
2105 * gdb.base/remote.exp: Only gdb_start after compiling the
2106 testcase. Issue "disconnect" before testing "set remote" command
2107 defaults. Issue clean_restart before running to main.
2108
2109 2018-05-22 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.base/remote.exp: Adjust expected output of "show remote
2112 memory-write-packet-size". Add tests for "set remote
2113 memory-write-packet-size 0" and "set remote
2114 memory-write-packet-size fixed/limit".
2115
2116 2018-05-22 Pedro Alves <palves@redhat.com>
2117
2118 PR gdb/22973
2119 * gdb.base/utf8-identifiers.c: New file.
2120 * gdb.base/utf8-identifiers.exp: New file.
2121
2122 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2123
2124 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2125
2126 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2127
2128 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2129
2130 2018-05-18 Tom Tromey <tom@tromey.com>
2131
2132 * gdb.base/ptype-offsets.exp: Update.
2133
2134 2018-05-17 Keith Seitz <keiths@redhat.com>
2135
2136 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2137 in expected breakpoint stop locations.
2138 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2139 move to proper scope to test variable values.
2140 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2141 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2142 New functions.
2143 (main): Call not_inline_func3.
2144 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2145 inline_func1, inline_func2, and inline_func3. Test that when each
2146 breakpoint is hit, GDB properly reports both the stop location
2147 and the backtrace. Repeat tests for temporary breakpoints.
2148
2149 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2150
2151 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2152 rather then trying to access it in determining whether the PID
2153 of `gdbserver' could have been retrieved.
2154
2155 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2156
2157 * gdb.arch/amd64-init-x87-values.S: New file.
2158 * gdb.arch/amd64-init-x87-values.exp: New file.
2159
2160 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2161
2162 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2163
2164 2018-05-04 Tom Tromey <tom@tromey.com>
2165
2166 PR python/22730:
2167 * gdb.python/python.exp: Test multi-line execute.
2168
2169 2018-05-04 Tom Tromey <tom@tromey.com>
2170
2171 PR python/22731:
2172 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2173
2174 2018-05-04 Tom Tromey <tom@tromey.com>
2175
2176 PR gdb/11750:
2177 * gdb.base/define.exp: Test defining a user command inside a user
2178 command.
2179 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2180
2181 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2182 Pedro Alves <palves@redhat.com>
2183
2184 PR breakpoints/19806 and support for PR external/20207.
2185 * gdb.base/watchpoint-unaligned.c: New file.
2186 * gdb.base/watchpoint-unaligned.exp: New file.
2187
2188 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2189
2190 * gdb.base/maint.exp: Make test names unique, use
2191 test_prefix_command_help to test 'help maint info', and remove
2192 repeated test of 'help maint'.
2193
2194 2018-05-04 Tom Tromey <tom@tromey.com>
2195
2196 PR gdb/22619:
2197 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2198 behavior.
2199
2200 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2201
2202 * gdb.base/maint.exp: Process output from 'maint print registers'
2203 line at a time.
2204
2205 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2206
2207 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2208 timeout.
2209
2210 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2211
2212 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2213 filter pattern.
2214
2215 2018-05-02 Pedro Alves <palves@redhat.com>
2216
2217 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2218 to_log_command renames.
2219 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2220
2221 2018-05-02 Tom Tromey <tom@tromey.com>
2222
2223 * gdb.python/py-parameter.exp: Set test message.
2224
2225 2018-05-02 Tom Tromey <tom@tromey.com>
2226
2227 PR python/20084:
2228 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2229 PARAM_ZUINTEGER_UNLIMITED tests.
2230
2231 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2232
2233 PR rust/23124
2234 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2235 when casting.
2236
2237 2018-04-30 Tom Tromey <tom@tromey.com>
2238
2239 * gdb.python/py-type.exp: Check align attribute.
2240 * gdb.python/py-type.c: New "aligncheck" global.
2241
2242 2018-04-30 Tom Tromey <tom@tromey.com>
2243
2244 PR exp/17095:
2245 * gdb.dwarf2/dw2-align.exp: New file.
2246 * gdb.cp/align.exp: New file.
2247 * gdb.base/align.exp: New file.
2248 * lib/gdb.exp (gdb_int128_helper): New proc.
2249 (has_int128_c, has_int128_cxx): New caching procs.
2250
2251 2018-04-27 Tom Tromey <tom@tromey.com>
2252
2253 PR rust/22545:
2254 * gdb.rust/simple.exp: Add inclusive range tests.
2255
2256 2018-04-26 Pedro Alves <palves@redhat.com>
2257
2258 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2259 ifunc breakpoint locations correctly of ifunc breakpoints set
2260 while the program resolves the ifunc.
2261
2262 2018-04-26 Pedro Alves <palves@redhat.com>
2263
2264 * gdb.base/gnu-ifunc-final.c: New file.
2265 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2266 * gdb.base/gnu-ifunc.exp (executable): Delete.
2267 (staticexecutable): Adjust.
2268 (lib_opts, exec_opts): Delete.
2269 (make_binsuffix, build, set-break): New procedures.
2270 (misc_tests): New, with tests factored out from the top level.
2271 (top level): Test different combinations of ifunc resolver name,
2272 resolver with and with debug info, and ifunc target with and
2273 without debug info. Wrap static tests with with_target_prefix.
2274
2275 2018-04-26 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2278 return type" warnings.
2279
2280 2018-04-25 Pedro Alves <palves@redhat.com>
2281
2282 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2283 killed".
2284 * gdb.base/kill-after-signal.exp: Likewise.
2285 * gdb.threads/kill.exp: Likewise.
2286
2287 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2288 Sergio Durigan Junior <sergiodj@redhat.com>
2289 Pedro Alves <palves@redhat.com>
2290
2291 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2292 regexps to expect for '[Inferior ... detached]' as well.
2293 * gdb.base/attach.exp: Likewise.
2294 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2295 "gdb_continue_to_end".
2296 (test_catch_syscall_with_wrong_args): Likewise.
2297 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2298 ']'. Don't set 'verbose' on.
2299 * gdb.base/foll-vfork.exp: Likewise.
2300 * gdb.base/fork-print-inferior-events.c: New file.
2301 * gdb.base/fork-print-inferior-events.exp: New file.
2302 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2303 '[Inferior ... has been killed]' message.
2304 * gdb.base/kill-after-signal.exp: Likewise.
2305 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2306 detach message.
2307 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2308 message.
2309 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2310 regexps to expect for '[Inferior ... detached]' as well.
2311 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2312
2313 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2314
2315 PR gdb/23104
2316 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2317
2318 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2319
2320 * gdb.threads/multiple-successive-infcall.c: New test.
2321 * gdb.threads/multiple-successive-infcall.exp: New file.
2322
2323 2018-04-17 Tom Tromey <tom@tromey.com>
2324
2325 * gdb.rust/simple.rs (Union): New type.
2326 (main): New local "u".
2327 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2328
2329 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2330
2331 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2332 number information in output of "whereis" command.
2333 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2334
2335 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2336
2337 * gdb.ada/info_types.exp: Adjust expected output to the line
2338 numbers now printed by "info var/func/type".
2339 * gdb.base/completion.exp: Likewise.
2340 * gdb.base/included.exp: Likewise.
2341 * gdb.cp/cp-relocate.exp: Likewise.
2342 * gdb.cp/cplusfuncs.exp: Likewise.
2343 * gdb.cp/namespace.exp: Likewise.
2344 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2345
2346 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2347
2348 * gdb.btrace/cpu.exp: New.
2349
2350 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2351
2352 * gdb.base/step-indirect-call-thunk.exp: New.
2353 * gdb.base/step-indirect-call-thunk.c: New.
2354 * gdb.reverse/step-indirect-call-thunk.exp: New.
2355 * gdb.reverse/step-indirect-call-thunk.c: New.
2356
2357 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2358
2359 * gdb.base/pie-fork.c: New file.
2360 * gdb.base/pie-fork.exp: New file.
2361
2362 2018-04-11 Tom Tromey <tom@tromey.com>
2363
2364 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2365
2366 2018-04-10 Pedro Alves <palves@redhat.com>
2367
2368 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2369 exits. Instead loop running forever.
2370 (fork_parent): Run forever too.
2371
2372 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2373
2374 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2375 mi_continue_to_line.
2376 * gdb.mi/mi-stack.c (callee4): Add comment.
2377
2378 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2379
2380 * gdb.mi/mi-stack.exp: Fix indentation.
2381
2382 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2383
2384 PR gdb/22979
2385 * gdb.arch/amd64-osabi.exp: New file.
2386
2387 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2388
2389 PR gdb/22980
2390 * gdb.base/osabi.exp: New file.
2391
2392 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2393
2394 * gdb.cp/static-typedef-print.exp: New file.
2395 * gdb.cp/static-typedef-print.cc: New file.
2396
2397 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2398
2399 * gdb.ada/varsize_limit: New testcase.
2400
2401 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2402
2403 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2404
2405 * gdb.ada/notcplusplus: New testcase.
2406
2407 * gdb.base/c-linkage-name.c: New file.
2408 * gdb.base/c-linkage-name.exp: New testcase.
2409
2410 2018-03-26 Tom Tromey <tom@tromey.com>
2411
2412 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2413 * gdb.python/py-framefilter.py (name_error): New global.
2414 (ErrorInName.function): Use name_error.
2415
2416 2018-03-26 Tom Tromey <tom@tromey.com>
2417
2418 PR backtrace/15582:
2419 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2420
2421 2018-03-23 Keith Seitz <keiths@redhat.com>
2422
2423 PR c++/22968
2424 * gdb.cp/subtypes.exp: New file.
2425 * gdb.cp/subtypes.h: New file.
2426 * gdb.cp/subtypes.cc: New file.
2427 * gdb.cp/subtypes-2.cc: New file.
2428
2429 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2430
2431 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2432 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2433 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2434 -nostartfiles when compiling the test. Confirm that all registers
2435 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2436
2437 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2438
2439 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2440 option, syntax was wrong anyway.
2441 * gdb.arch/arm-disp-step.exp: Likewise.
2442 * gdb.arch/sparc64-regs.exp: Likewise.
2443 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2444 option, syntax was wrong anyway, switch to use
2445 prepare_for_testing.
2446 * gdb.arch/i386-disp-step.exp: Likewise.
2447
2448 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2449
2450 * gdb.ada/exec_changed.exp: Replace "target_info exists
2451 use_gdb_stub" by "use_gdb_stub".
2452 * gdb.ada/start.exp: Likewise.
2453 * gdb.base/async-shell.exp: Likewise.
2454 * gdb.base/attach-pie-misread.exp: Likewise.
2455 * gdb.base/attach-wait-input.exp: Likewise.
2456 * gdb.base/break-entry.exp: Likewise.
2457 * gdb.base/break-interp.exp: Likewise.
2458 * gdb.base/dprintf-detach.exp: Likewise.
2459 * gdb.base/nostdlib.exp: Likewise.
2460 * gdb.base/solib-nodir.exp: Likewise.
2461 * gdb.base/statistics.exp: Likewise.
2462 * gdb.base/testenv.exp: Likewise.
2463 * gdb.mi/mi-exec-run.exp: Likewise.
2464 * gdb.mi/mi-start.exp: Likewise.
2465 * gdb.multi/dummy-frame-restore.exp: Likewise.
2466 * gdb.multi/multi-arch-exec.exp: Likewise.
2467 * gdb.multi/multi-arch.exp: Likewise.
2468 * gdb.multi/tids.exp: Likewise.
2469 * gdb.multi/watchpoint-multi.exp: Likewise.
2470 * gdb.python/py-events.exp: Likewise.
2471 * gdb.threads/attach-into-signal.exp: Likewise.
2472 * gdb.threads/attach-stopped.exp: Likewise.
2473 * gdb.threads/threadapply.exp: Likewise.
2474 * lib/selftest-support.exp: Likewise.
2475
2476 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2477
2478 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2479
2480 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2481
2482 * gdb.perf/template-breakpoints.cc: New file.
2483 * gdb.perf/template-breakpoints.exp: New file.
2484 * gdb.perf/template-breakpoints.py: New file.
2485
2486 2018-03-19 Tom Tromey <tom@tromey.com>
2487
2488 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2489 y0.
2490 * gdb.rust/simple.exp: Test bare identifier form of struct
2491 initializer.
2492
2493 2018-03-19 Tom Tromey <tom@tromey.com>
2494
2495 * gdb.gdb/observer.exp: Remove.
2496
2497 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2498
2499 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2500 "qualified" option when setting breakpoints.
2501 * gdb.trace/backtrace.exp: Likewise.
2502 * gdb.trace/circ.exp: Likewise.
2503 * gdb.trace/collection.exp: Likewise.
2504 * gdb.trace/disconnected-tracing.exp: Likewise.
2505 * gdb.trace/ftrace-lock.exp: Likewise.
2506 * gdb.trace/ftrace.exp: Likewise.
2507 * gdb.trace/infotrace.exp: Likewise.
2508 * gdb.trace/packetlen.exp: Likewise.
2509 * gdb.trace/passc-dyn.exp: Likewise.
2510 * gdb.trace/qtro.exp: Likewise.
2511 * gdb.trace/read-memory.exp: Likewise.
2512 * gdb.trace/report.exp: Likewise.
2513 * gdb.trace/signal.exp: Likewise.
2514 * gdb.trace/status-stop.exp: Likewise.
2515 * gdb.trace/strace.exp: Likewise.
2516 * gdb.trace/tfind.exp: Likewise.
2517 * gdb.trace/trace-break.exp: Likewise.
2518 * gdb.trace/trace-condition.exp: Likewise.
2519 * gdb.trace/trace-mt.exp: Likewise.
2520 * gdb.trace/tstatus.exp: Likewise.
2521 * gdb.trace/tsv.exp: Likewise.
2522 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2523 * gdb.trace/unavailable.exp: Likewise.
2524 * gdb.trace/while-dyn.exp: Likewise.
2525
2526 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2527
2528 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2529 that libinproctrace is copied to the target.
2530
2531 2018-03-14 Tom Tromey <tom@tromey.com>
2532
2533 PR cli/14977:
2534 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2535 a null pointer.
2536 * gdb.base/wchar.exp: Likewise.
2537
2538 2018-03-14 Tom Tromey <tom@tromey.com>
2539
2540 PR cli/19918:
2541 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2542 flag.
2543
2544 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2545
2546 PR gdb/22841
2547 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2548 "target" to remote_exec.
2549
2550 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2551
2552 PR gdb/22841
2553 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2554 ${board}_upload): Remove.
2555
2556 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2557
2558 * gdb.cp/watch-cp.cc: New test.
2559 * gdb.cp/watch-cp.exp: New file.
2560
2561 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2562
2563 * gdb.base/infcall-nested-structs.exp: New file.
2564 * gdb.base/infcall-nested-structs.c: New file.
2565 * gdb.base/float.exp: Add riscv support.
2566
2567 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2568
2569 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2570 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2571
2572 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2573
2574 * gdb.server/abspath.exp: New file.
2575 * lib/gdb.exp (with_cwd): New procedure.
2576
2577 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2578
2579 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2580 use it.
2581 (gdb_is_target_remote_prompt): New proc.
2582 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2583 (gdb_is_target_native): Pass prompt parameter to
2584 gdb_is_target_1.
2585
2586 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2587
2588 * gdb.base/load-command.c: New file.
2589 * gdb.base/load-command.exp: New file.
2590 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2591 (gdb_is_target_1): ...this, and generalize for other targets
2592 than just remote.
2593 (gdb_is_target_remote): Use gdb_is_target_1.
2594 (gdb_is_target_native): use gdb_is_target_1.
2595
2596 2018-02-26 Tom Tromey <tom@tromey.com>
2597
2598 PR python/16497:
2599 * gdb.python/py-framefilter.exp: Update test.
2600
2601 2018-02-26 Tom Tromey <tom@tromey.com>
2602
2603 * gdb.dwarf2/variant.c: New file.
2604 * gdb.dwarf2/variant.exp: New file.
2605
2606 2018-02-26 Tom Tromey <tom@tromey.com>
2607
2608 * gdb.rust/simple.exp: Accept more possible results in enum test.
2609
2610 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2611
2612 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2613 parentheses.
2614
2615 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2616
2617 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2618 name of a variable: $actual_linejj -> $actual_line.
2619
2620 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2621
2622 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2623
2624 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2625
2626 * gdb.btrace/buffer-size.exp: Do not force BTS.
2627
2628 2018-02-14 Pedro Alves <palves@redhat.com>
2629
2630 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2631 getting a "Quit".
2632
2633 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2634
2635 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2636 Fix test name.
2637
2638 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2639
2640 * gdb.cp/m-static.exp: Check type of optimized out static
2641 member.
2642
2643 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2646 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2647
2648 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2649 Leszek Swirski <leszeks@google.com>
2650
2651 * gdb.python/py-prettyprint.c
2652 (struct to_string_returns_value_inner,
2653 struct to_string_returns_value_wrapper): New.
2654 (main): Add tsrvw variable.
2655 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2656 ToStringReturnsValueWrapper): New classes.
2657 (register_pretty_printers): Register new pretty-printers.
2658 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2659 recursive pretty printer.
2660 * gdb.python/py-mi.exp: Likewise.
2661
2662 2018-02-01 Leszek Swirski <leszeks@google.com>
2663
2664 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2665 functions with the same name as an include file are parsed
2666 correctly.
2667
2668 2018-02-01 Yao Qi <yao.qi@linaro.org>
2669
2670 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2671 "\[^\r\n\]*".
2672
2673 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2674
2675 * gdb.arch/powerpc-prologue-frame.s: New file.
2676 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2677 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2678
2679 2018-01-31 Joel Brobecker <brobecker@adacore.com>
2680
2681 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2682
2683 2018-01-30 Pedro Alves <palves@redhat.com>
2684
2685 PR gdb/13211
2686 * gdb.base/interrupt-daemon.c: New.
2687 * gdb.base/interrupt-daemon.exp: New.
2688 * gdb.multi/multi-term-settings.c: New.
2689 * gdb.multi/multi-term-settings.exp: New.
2690
2691 2018-01-30 Joel Brobecker <brobecker@adacore.com>
2692
2693 * gdb.base/break.exp: Save the location where the breakpoint
2694 on break.c:47 was actually inserted when debugging the version
2695 compiled at -O2 and use it in the expected output of the "info
2696 break" test performed soon after.
2697
2698 2018-01-22 Pedro Alves <palves@redhat.com>
2699 Sergio Durigan Junior <sergiodj@redhat.com>
2700
2701 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2702 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2703
2704 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2705
2706 * gdb.base/break-include.c, gdb.base/break-include.inc,
2707 gdb.base/break-include.exp: New files.
2708 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2709 line number now being the actual line number where the breakpoint
2710 was inserted.
2711 * gdb.mi/mi-break.exp: Likewise.
2712 * gdb.mi/mi-reverse.exp: Likewise.
2713 * gdb.mi/mi-simplerun.exp: Ditto.
2714
2715 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2716
2717 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2718 varobj.
2719 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2720
2721 2018-01-21 Don Breazeal <donb@codesourcery.com>
2722 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * gdb.mi/basics.c: Add new global.
2725 * gdb.mi/mi-frame-regs.exp: New file.
2726 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2727 case.
2728
2729 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2730
2731 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2732 non-parameter, and on an unknown symbol.
2733
2734 2018-01-19 Tom Tromey <tom@tromey.com>
2735
2736 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2737 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2738
2739 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2740
2741 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2742 setrlimit and chdir to int.
2743
2744 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2745
2746 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2747 function.
2748 (my_tend): Likewise.
2749 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2750 rationale of avoiding FP- and vector instructions.
2751
2752 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2753
2754 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2755 "info reg" with "\[ \t\]*".
2756 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2757 "\[ \t\]+".
2758 * gdb.arch/s390-multiarch.exp: Ditto.
2759 * gdb.base/pc-fp.exp: Ditto.
2760 * gdb.reverse/i386-precsave.exp: Ditto.
2761 * gdb.reverse/i386-reverse.exp: Ditto.
2762 * gdb.reverse/i387-env-reverse.exp: Ditto.
2763 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2764
2765 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2766
2767 * lib/gdb.exp (gdb_compile): Re-enable use of
2768 universal_compile_options for languages other than Rust.
2769
2770 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2771
2772 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2773
2774 2018-01-17 Mike Gulick <mgulick@mathworks.com>
2775
2776 PR gdb/16577
2777 * gdb.base/solib-vanish.exp: New.
2778 * gdb.base/solib-vanish-main.c: New.
2779 * gdb.base/solib-vanish-lib1.c: New.
2780 * gdb.base/solib-vanish-lib2.c: New.
2781
2782 2018-01-17 Yao Qi <yao.qi@linaro.org>
2783
2784 * gdb.compile/compile.exp: Match the address printed for
2785 frame in the output of command "bt".
2786
2787 2018-01-15 Tom Tromey <tom@tromey.com>
2788
2789 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2790 compute sp_reg.
2791
2792 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2793
2794 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2795 to prepare.
2796 (prepare): Return 0 on error, 1 on success.
2797
2798 2018-01-12 Pedro Alves <palves@redhat.com>
2799
2800 * gdb.base/continue-after-aborted-step-over.c: New.
2801 * gdb.base/continue-after-aborted-step-over.exp: New.
2802
2803 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2804
2805 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2806 options when not creating an executable.
2807
2808 2018-01-11 Pedro Alves <palves@redhat.com>
2809
2810 PR remote/22597
2811 * gdb.server/stop-reply-no-thread.c: New file.
2812 * gdb.server/stop-reply-no-thread.exp: New file.
2813
2814 2018-01-10 Pedro Alves <palves@redhat.com>
2815
2816 PR gdb/22670
2817 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2818 functions too. Test setting breakpoints and printing C functions
2819 with no debug info too.
2820 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2821
2822 2018-01-10 Pedro Alves <palves@redhat.com>
2823
2824 PR gdb/22670
2825 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2826 a fail.
2827
2828 2018-01-10 Pedro Alves <palves@redhat.com>
2829
2830 PR gdb/22670
2831 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2832
2833 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2834
2835 * gdb.server/unittest.exp: Match the output in non-development
2836 mode.
2837
2838 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2839
2840 * gdb.gdb/unittest.exp: Match output in non-development mode.
2841
2842 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2843
2844 * gdb.ada/access_tagged_param.exp: Relax expected output
2845 for value of "ObjL" in "continue" to pck.inspect breakpoint
2846 test.
2847
2848 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2849
2850 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2851 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2852
2853 2018-01-05 Pedro Alves <palves@redhat.com>
2854
2855 PR gdb/18653
2856 * gdb.base/libsegfault.exp: New.
2857
2858 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2859
2860 PR gdb/22670
2861 * gdb.ada/access_tagged_param.exp: New file.
2862 * gdb.ada/access_tagged_param/foo.adb: New file.
2863
2864 2018-01-05 Pedro Alves <palves@redhat.com>
2865
2866 PR gdb/22670
2867 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2868 exercise lower case too, and to exercise both full matching and
2869 wild matching.
2870
2871 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2872
2873 * gdb.ada/rename_subscript_param: New testcase.
2874
2875 2018-01-05 Jerome Guitton <guitton@adacore.com>
2876
2877 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2878
2879 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2880
2881 * gdb.ada/convvar_comp: New testcase.
2882
2883 2018-01-05 Xavier Roirand <roirand@adacore.com>
2884
2885 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2886 (My_Table): New global variable.
2887 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2888
2889 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2890
2891 PR gdb/22670
2892 * gdb.ada/maint_with_ada: New testcase.
2893
2894 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2895
2896 PR gdb/22670
2897 * gdb.ada/bp_c_mixed_case: New testcase.
2898
2899 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2900
2901 PR gdb/22670
2902 * gdb.ada/complete.exp: Add "complete break ada" test.
2903
2904 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2905
2906 PR gdb/22670
2907 * gdb.ada/info_addr_mixed_case: New testcase.
2908
2909 2018-01-03 Xavier Roirand <roirand@adacore.com>
2910
2911 * gdb.ada/excep_handle.exp: New testcase.
2912 * gdb.ada/excep_handle/foo.adb: New file.
2913 * gdb.ada/excep_handle/pck.ads: New file.
2914
2915 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2916
2917 * gdb.base/step-line.c: Add extra empty line in copyright header.
2918 * gdb.base/step-line.inp: Likewise.
2919
2920 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2921
2922 * gdb.ada/dyn_stride.exp: Add slice test.
2923
2924 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2925
2926 * gdb.ada/dyn_stride: New testcase.
2927
2928 2017-12-27 Stafford Horne <shorne@gmail.com>
2929
2930 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2931 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2932
2933 2017-12-27 Stafford Horne <shorne@gmail.com>
2934
2935 * gdb.base/reggroups.c: New file.
2936 * gdb.base/reggroups.exp: New file.
2937
2938 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2939
2940 * gdb.dwarf2/ada-valprint-error.c: New file.
2941 * gdb.dwarf2/ada-valprint-error.exp: New file.
2942
2943 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2944
2945 * gdb.ada/assign_arr: New testcase.
2946
2947 2017-12-18 Xavier Roirand <roirand@adacore.com>
2948
2949 * gdb.ada/funcall_ptr: New testcase.
2950
2951 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2952
2953 PR cli/16224
2954 * gdb.base/ptype-offsets.cc: New file.
2955 * gdb.base/ptype-offsets.exp: New file.
2956
2957 2017-12-15 Yao Qi <yao.qi@linaro.org>
2958
2959 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2960 if XML is disabled.
2961
2962 2017-12-15 Xavier Roirand <roirand@adacore.com>
2963
2964 * gdb.ada/same_component_name: New testcase.
2965
2966 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2967
2968 * gdb.ada/str_binop_equal: New testcase.
2969
2970 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2971
2972 * gdb.ada/task_switch_in_core: New testcase.
2973
2974 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2975
2976 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2977 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2978 call test_bkpt_qualified.
2979 (test_bkpt_qualified): New proc.
2980
2981 2017-12-13 Pedro Alves <palves@redhat.com>
2982
2983 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2984 Tighten regexp by matching with an anchor.
2985
2986 2017-12-13 Pedro Alves <palves@redhat.com>
2987
2988 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2989 ("expression with namespace"): New set of tests.
2990 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2991 (Nested::Test_NS::qux): New.
2992 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2993 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2994
2995 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2996
2997 * gdb.base/server-del-break.c: New file.
2998 * gdb.base/server-del-break.exp: New file.
2999
3000 2017-12-12 Stafford Horne <shorne@gmail.com>
3001
3002 * gdb.xml/tdesc-regs.exp: Add or1k support.
3003
3004 2017-12-12 Stafford Horne <shorne@gmail.com>
3005
3006 * gdb.base/bp-permanent.c: Define nop of or1k.
3007
3008 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3009
3010 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3011 output with components being reordered.
3012
3013 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3014
3015 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3016 output with components being reordered.
3017
3018 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3019 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.base/maint.exp (check for .gdb_index): Check also for
3022 .debug_names.
3023 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3024 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3025 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3026 (.gdb_index used after symbol reloading): Support also .debug_names.
3027 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3028
3029 2017-12-08 Yao Qi <yao.qi@linaro.org>
3030
3031 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3032 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3033
3034 2017-12-08 Yao Qi <yao.qi@linaro.org>
3035
3036 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3037 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3038
3039 2017-12-08 Yao Qi <yao.qi@linaro.org>
3040
3041 * gdb.arch/aarch64-tagged-pointer.c: New file.
3042 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3043
3044 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3045
3046 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3047 "int".
3048
3049 2017-12-07 Keith Seitz <keiths@redhat.com>
3050
3051 PR breakpoints/22569
3052 * gdb.linespec/ls-errs.exp: Change expected result of "break
3053 -source this file has spaces.c -line 3".
3054 Check that an explicit source file followed by whitespace is
3055 identified as an invalid explicit location.
3056
3057 2017-12-07 Keith Seitz <keiths@redhat.com>
3058
3059 * gdb.cp/nested-types.cc: New file.
3060 * gdb.cp/nested-types.exp: New file.
3061 * lib/cp-support.exp: Load data-structures.exp library.
3062 (debug_cp_test_ptype_class): New global.
3063 (cp_ptype_class_verbose, next_line): New procedures.
3064 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3065 Add and document new return value.
3066 Switch the list of lines to a queue.
3067 Add support for new `type' key for nested type definitions.
3068 Add debugging/troubleshooting messages.
3069 * lib/data-structures.exp: New file.
3070
3071 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3072
3073 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3074 with proc_with_prefix, don't use with_test_prefix.
3075
3076 2017-12-07 Tom Tromey <tom@tromey.com>
3077
3078 * gdb.base/break.exp: Add test for empty "commands".
3079
3080 2017-12-07 Yao Qi <yao.qi@linaro.org>
3081
3082 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3083 malloc and catch syscall.
3084
3085 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3086
3087 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3088 tests for explicit locations.
3089
3090 2017-12-06 Pedro Alves <palves@redhat.com>
3091
3092 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3093 force-disabling XML descriptions.
3094
3095 2017-12-04 Pedro Alves <palves@redhat.com>
3096
3097 PR gdb/22499
3098 * gdb.arch/amd64-disp-step-avx.S: New file.
3099 * gdb.arch/amd64-disp-step-avx.exp: New file.
3100
3101 2017-12-03 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3104 and <string.h>.
3105 (parent_function): Print distinct messages when waitpid fails, or
3106 the child exits with a signal, or the child exits for an unhandled
3107 reason.
3108 * gdb.threads/process-dies-while-detaching.exp
3109 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3110 it. Wait for both inferior output and GDB's prompt. Use an
3111 indirect spawn id list.
3112 (do_detach): New parameter 'child_exit'. Use it to compute
3113 expected inferior output.
3114 (test_detach, test_detach_watch, test_detach_killed_outside):
3115 Adjust to pass down the expected child exit kind.
3116
3117 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3118 Sergio Durigan Junior <sergiodj@redhat.com>
3119 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3122
3123 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3124
3125 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3126 to 'symbol-file' and 'add-symbol-file' can be
3127 position-independent.
3128
3129 2017-12-01 Yao Qi <yao.qi@linaro.org>
3130
3131 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3132 the URL in copyright header.
3133 * gdb.arch/aarch64-fp.exp: Likewise.
3134 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3135 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3136 * gdb.base/expand-psymtabs.exp: Likewise.
3137 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3138 * gdb.fortran/common-block.exp: Likewise.
3139 * gdb.fortran/common-block.f90: Likewise.
3140 * gdb.fortran/logical.exp: Likewise.
3141 * gdb.fortran/vla-datatypes.f90: Likewise.
3142 * gdb.fortran/vla-sub.f90: Likewise.
3143
3144 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3145
3146 * gdb.ada/repeat_dyn: New testcase.
3147
3148 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3149
3150 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3151 Update for changed thread numbering.
3152 * gdb.cell/bt.exp: Update for changed GDB output.
3153
3154 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3155
3156 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3157 setting isremote by hand.
3158 * boards/dwarf4-gdb-index.exp: Likewise.
3159 * boards/fission.exp: Likewise.
3160 * boards/stabs.exp: Likewise.
3161
3162 2017-11-30 Pedro Alves <palves@redhat.com>
3163
3164 * gdb.linespec/cpls-ops.exp
3165 (check_explicit_skips_function_argument): Extract the underlying
3166 type of size_t instead of hardcoding it.
3167
3168 2017-11-29 Pedro Alves <palves@redhat.com>
3169
3170 PR c++/19436
3171 * gdb.linespec/cpls-abi-tag.cc: New file.
3172 * gdb.linespec/cpls-abi-tag.exp: New file.
3173
3174 2017-11-29 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.base/langs.exp: Use -qualified.
3177 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3178 it.
3179 * gdb.cp/namespace.exp: Use -qualified.
3180 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3181 (overload-3, template-overload, template-ret-type, const-overload)
3182 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3183 procedures.
3184 (test_driver): Call them.
3185 * gdb.cp/save-bp-qualified.cc: New.
3186 * gdb.cp/save-bp-qualified.exp: New.
3187 * gdb.linespec/explicit.exp: Test -qualified.
3188 * lib/completion-support.exp (completion::explicit_opts_list): Add
3189 "-qualified".
3190 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3191
3192 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3193
3194 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3195
3196 2017-11-29 Tom Tromey <tom@tromey.com>
3197
3198 * gdb.base/relocate.exp: Update invalid argument test.
3199 Add new tests for invalid arguments.
3200
3201 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3202
3203 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3204 Return 0 as a long.
3205 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3206
3207 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3208
3209 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3210 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3211 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3212 func ().
3213 * gdb.cp/shadow.cc (B.func): Return 0.
3214
3215 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3216
3217 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3218 expected output in gdb_expect call to allow the exception
3219 message to be present as well. Fix syntax confusion to avoid
3220 TCL thinking that exception_name is an array.
3221
3222 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3223
3224 * gdb.arch/spu-info.c: Include <unistd.h>.
3225 (do_signal_test): Fix broken calls to write.
3226 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3227 Fix checks for empty mailboxes. Update signal tests for corrected
3228 do_signal_test routine. Allow nonzero event status.
3229 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3230 * gdb.cell/arch.exp: Use standard_output_file.
3231 * gdb.cell/break.exp: Likewise.
3232 * gdb.cell/bt.exp: Likewise.
3233 * gdb.cell/core.exp: Likewise.
3234 * gdb.cell/dwarfaddr.exp: Likewise.
3235 * gdb.cell/ea-cache.exp: Likewise.
3236 * gdb.cell/ea-standalone.exp: Likewise.
3237 * gdb.cell/f-regs.exp: Likewise.
3238 * gdb.cell/fork.exp: Likewise.
3239 * gdb.cell/gcore.exp: Likewise.
3240 * gdb.cell/mem-access.exp: Likewise.
3241 * gdb.cell/ptype.exp: Likewise.
3242 * gdb.cell/registers.exp: Likewise.
3243 * gdb.cell/sizeof.exp: Likewise.
3244 * gdb.cell/solib-symbol.exp: Likewise.
3245 * gdb.cell/solib.exp: Likewise.
3246
3247 2017-11-25 Pedro Alves <palves@redhat.com>
3248
3249 * gdb.base/complete-empty.exp: New file.
3250 * gdb.base/completion.exp: Adjust.
3251
3252 2017-11-25 Pedro Alves <palves@redhat.com>
3253
3254 * gdb.linespec/cpls-ops.cc: New file.
3255 * gdb.linespec/cpls-ops.exp: New file.
3256 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3257 factored out from ...
3258 (test_complete_prefix_range): ... this.
3259
3260 2017-11-24 Pedro Alves <palves@redhat.com>
3261
3262 * gdb.linespec/cpcompletion.exp: New file.
3263 * gdb.linespec/cpls-hyphen.cc: New file.
3264 * gdb.linespec/cpls.cc: New file.
3265 * gdb.linespec/cpls2.cc: New file.
3266 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3267 test to use test_gdb_complete_unique. Add label completion,
3268 keyword completion and explicit location completion tests.
3269 * lib/completion-support.exp: New file.
3270
3271 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3272
3273 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3274 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3275 when hitting an exception catchpoint.
3276
3277 2017-11-22 Yao Qi <yao.qi@linaro.org>
3278
3279 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3280
3281 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3282
3283 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3284 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3285 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3286
3287 2017-11-22 Yao Qi <yao.qi@linaro.org>
3288
3289 * gdb.base/info-os.exp: Pass pthreads.
3290 * gdb.multi/multi-attach.exp: Likewise.
3291
3292 2017-11-22 Yao Qi <yao.qi@linaro.org>
3293
3294 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3295 compiler.
3296
3297 2017-11-22 Yao Qi <yao.qi@linaro.org>
3298
3299 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3300 * gdb.base/break-interp.exp: Likewise.
3301 * gdb.base/jit-attach-pie.exp: Likewise.
3302
3303 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3304
3305 * gdb.base/float128.c (large128): New variable.
3306 * gdb.base/float128.exp: Add test to print largest __float128 value.
3307
3308 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3309
3310 * gdb.arch/vsx-regs.exp: Update register content checks.
3311
3312 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3313
3314 * gdb.arch/ppc-longdouble.exp: New file.
3315 * gdb.arch/ppc-longdouble.c: Likewise.
3316
3317 2017-11-21 Pedro Alves <palves@redhat.com>
3318
3319 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3320
3321 2017-11-20 Pedro Alves <palves@redhat.com>
3322
3323 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3324 (long_double_typedef): New typedefs.
3325 Use DEF on double and long double.
3326 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3327 cases.
3328 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3329 and 'long_double_ptr_same_size' locals. Use them to decide
3330 whether cast from array/function to float is valid/invalid.
3331
3332 2017-11-17 Tom Tromey <tom@tromey.com>
3333
3334 * gdb.rust/traits.rs: New file.
3335 * gdb.rust/traits.exp: New file.
3336
3337 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3338
3339 * gdb.ada/minsyms: New testcase.
3340
3341 2017-11-16 Pedro Alves <palves@redhat.com>
3342
3343 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3344 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3345
3346 2017-11-16 Pedro Alves <palves@redhat.com>
3347
3348 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3349 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3350
3351 2017-11-16 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.server/reconnect-ctrl-c.c: New file.
3354 * gdb.server/reconnect-ctrl-c.exp: New file.
3355
3356 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3357
3358 * gdb.python/py-rbreak.exp: New file.
3359 * gdb.python/py-rbreak.c: New file.
3360 * gdb.python/py-rbreak-func2.c: New file.
3361
3362 2017-11-16 Pedro Alves <palves@redhat.com>
3363
3364 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3365 pattern.
3366 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3367 GDB.
3368
3369 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3370
3371 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3372 regex.
3373
3374 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3375
3376 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3377 test names.
3378
3379 2017-11-09 Pedro Alves <palves@redhat.com>
3380
3381 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3382 factored out from ...
3383 (top level): ... here, and adjusted to avoid expecting beyond the
3384 prompt in a single gdb_test_multiple.
3385
3386 2017-11-09 Pedro Alves <palves@redhat.com>
3387
3388 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3389 output.
3390 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3391 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3392 * gdb.server/ext-run.exp ("kill" test): Likewise.
3393 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3394
3395 2017-11-09 Pedro Alves <palves@redhat.com>
3396
3397 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3398 match till end of line.
3399
3400 2017-11-09 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3403
3404 2017-11-09 Pedro Alves <palves@redhat.com>
3405
3406 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3407 New procedures, factored out from ...
3408 (top level): ... here, and adjusted to avoid expecting beyond the
3409 prompt in one go.
3410
3411 2017-11-09 Pedro Alves <palves@redhat.com>
3412
3413 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3414 output. Fix '?' match.
3415
3416 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3417
3418 * gdb.ada/scoped_watch: New testcase.
3419 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3420 which is actually correct.
3421 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3422 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3423
3424 2017-11-08 Pedro Alves <palves@redhat.com>
3425
3426 * gdb.gdb/complaints.exp (test_initial_complaints)
3427 (test_serial_complaints, test_short_complaints): Call
3428 complaint_internal instead of complaint.
3429
3430 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3431
3432 * gdb.threads/tls-core.c: New file.
3433 * gdb.threads/tls-core.exp: Likewise.
3434
3435 2017-11-08 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3438 (p Exported_Capitalized): New test.
3439 (p exported_capitalized): New test.
3440
3441 2017-11-07 Pedro Alves <palves@redhat.com>
3442
3443 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3444
3445 2017-11-07 Pedro Alves <palves@redhat.com>
3446
3447 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3448 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3449 (disable_invalid, disable_inverted, disable_negative): New
3450 procedures.
3451 ("bad numbers"): New set of tests.
3452
3453 2017-11-07 Pedro Alves <palves@redhat.com>
3454
3455 * gdb.cp/ena-dis-br-range.exp: Add tests.
3456
3457 2017-11-07 Pedro Alves <palves@redhat.com>
3458
3459 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3460
3461 2017-11-07 Xavier Roirand <roirand@adacore.com>
3462 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.base/ena-dis-br.exp: Add reference to
3465 gdb.cp/ena-dis-br-range.exp.
3466 * gdb.cp/ena-dis-br-range.exp: New file.
3467 * gdb.cp/ena-dis-br-range.cc: New file.
3468
3469 2017-11-06 Pedro Alves <palves@redhat.com>
3470
3471 * gdb.base/attach-non-pgrp-leader.c: New.
3472 * gdb.base/attach-non-pgrp-leader.exp: New.
3473
3474 2017-11-06 Pedro Alves <palves@redhat.com>
3475
3476 * configure.ac: No longer check for termio.h and sgtty.h.
3477 * configure: Regenerate.
3478 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3479 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3480 Remove termio and sgtty code.
3481
3482 2017-11-03 Yao Qi <yao.qi@linaro.org>
3483
3484 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3485 in GDB is disabled.
3486
3487 2017-11-03 Yao Qi <yao.qi@linaro.org>
3488
3489 * gdb.python/py-thrhandle.exp: Skip it if python is not
3490 enabled.
3491
3492 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3493
3494 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3495 as a breakpoint command.
3496
3497 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3498
3499 PR python/21213
3500 * gdb.python/py-infthread.exp: Test calling
3501 InferiorThread.inferior () multiple times in a row.
3502
3503 2017-10-27 Keith Seitz <keiths@redhat.com>
3504
3505 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3506 Test "info break" for every inlined function breakpoint.
3507
3508 2017-10-27 Yao Qi <yao.qi@linaro.org>
3509
3510 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3511
3512 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3513
3514 * gdb.cp/classes.exp (test_static_members): Test printing
3515 Outer::instance.
3516 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3517 (Inner::instance, Outer::instance): New.
3518
3519 2017-10-24 Pedro Alves <palves@redhat.com>
3520
3521 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3522 extra console" test in two stages.
3523
3524 2017-10-24 Pedro Alves <palves@redhat.com>
3525
3526 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3527
3528 2017-10-24 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3531 loop.
3532
3533 2017-10-24 Pedro Alves <palves@redhat.com>
3534
3535 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3536 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3537
3538 2017-10-24 Pedro Alves <palves@redhat.com>
3539
3540 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3541 parameter and handle it. Don't output read value in test name.
3542
3543 2017-10-24 Pedro Alves <palves@redhat.com>
3544
3545 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3546 custom test name.
3547
3548 2017-10-24 Pedro Alves <palves@redhat.com>
3549
3550 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3551 include the unstable output directory name in the test's name.
3552 (initial_setup_simple) <'set args'>: Use custom test name.
3553
3554 2017-10-24 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3557 with explicit test name.
3558
3559 2017-10-20 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3562 'wait -i'. Use gdb_assert and remote_close.
3563
3564 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3565
3566 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3567 number from variable rather than hard-coded.
3568
3569 2017-10-19 Pedro Alves <palves@redhat.com>
3570
3571 * gdb.base/long-inferior-output.c: New file.
3572 * gdb.base/long-inferior-output.exp: New file.
3573
3574 2017-11-18 Keith Seitz <keiths@redhat.com>
3575
3576 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3577 method.
3578 (main): Call it.
3579 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3580 Add additional user-defined conversion operator tests.
3581
3582 2017-10-17 Pedro Alves <palves@redhat.com>
3583
3584 * boards/native-stdio-gdbserver.exp: Load "local-board".
3585
3586 2017-10-17 Pedro Alves <palves@redhat.com>
3587
3588 * gdb.base/quit-live.c: New file.
3589 * gdb.base/quit-live.exp: New file.
3590
3591 2017-10-16 Keith Seitz <keiths@redhat.com>
3592
3593 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3594 (class_with_protected_typedef, class_with_private_typedef)
3595 (struct_with_public_typedef, struct_with_protected_typedef)
3596 (struct_with_private_typedef): New classes/structs.
3597 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3598 typedefs and access specifiers.
3599
3600 2017-10-16 Pedro Alves <palves@redhat.com>
3601 Simon Marchi <simon.marchi@polymtl.ca>
3602
3603 * README (Local vs Remote vs Native): New section.
3604 * boards/local-board.exp: New file, with bits factored out from
3605 ...
3606 * boards/native-extended-gdbserver.exp: ... here. Load
3607 "local-board".
3608 * boards/native-gdbserver.exp: Load "local-board".
3609 (${board}_spawn, ${board}_exec): Delete.
3610 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3611 ...
3612 * boards/stdio-gdbserver-base.exp: ... this new file.
3613 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3614 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3615 procedure.
3616 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3617 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3618 stdio_gdbserver_command.
3619 (${board}_get_remote_address, ${board}_get_comm_port)
3620 (${board}_download, ${board}_upload): Delete.
3621 (get_target_remote_pipe_cmd): New.
3622
3623 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3624
3625 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3626 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3627 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3628 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3629 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3630 remove with_test_prefix.
3631
3632 2017-10-13 Pedro Alves <palves@redhat.com>
3633
3634 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3635 * gdb.base/annota1.exp: Use it instead of is_remote.
3636 * gdb.base/annota3.exp: Use it instead of is_remote.
3637 * gdb.cp/annota2.exp: Use it instead of is_remote.
3638 * gdb.cp/annota3.exp: Use it instead of is_remote.
3639 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3640
3641 2017-10-13 Pedro Alves <palves@redhat.com>
3642
3643 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3644 (test_num_test_vars, run_and_count_vars, find_env)
3645 (test_set_unset_env, test_inherit_env_var): New procedures.
3646 (top level): Use them.
3647
3648 2017-10-13 Pedro Alves <palves@redhat.com>
3649
3650 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3651 also skip on stub-like targets.
3652
3653 2017-10-13 Pedro Alves <palves@redhat.com>
3654
3655 PR gdb/22293
3656 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3657 (top level): Move some tests to ...
3658 (test_not_found): ... this new procedure.
3659 (top level): Call it.
3660
3661 2017-10-13 Pedro Alves <palves@redhat.com>
3662
3663 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3664 expect different "info terminal" output if testing with a
3665 non-native target.
3666
3667 2017-10-13 Pedro Alves <palves@redhat.com>
3668 Simon Marchi <simon.marchi@polymtl.ca>
3669
3670 PR python/12966
3671 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3672
3673 2017-10-13 Pedro Alves <palves@redhat.com>
3674
3675 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3676 already.
3677
3678 2017-10-13 Pedro Alves <palves@redhat.com>
3679
3680 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3681 is_remote.
3682
3683 2017-10-13 Pedro Alves <palves@redhat.com>
3684
3685 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3686 is_remote.
3687
3688 2017-10-13 Pedro Alves <palves@redhat.com>
3689
3690 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3691 is set.
3692 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3693 instead of is_remote.
3694
3695 2017-10-13 Pedro Alves <palves@redhat.com>
3696
3697 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3698 (top level): Add comment.
3699
3700 2017-10-13 Pedro Alves <palves@redhat.com>
3701
3702 * gdb.base/remote.exp (top level): Fix comment typo and add
3703 missing return.
3704
3705 2017-10-13 Pedro Alves <palves@redhat.com>
3706 Simon Marchi <simon.marchi@polymtl.ca>
3707
3708 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3709 calls and add comments. Skip test if use_gdb_stub is set.
3710 (top level): Use "set cwd" command instead of "cd" command.
3711
3712 2017-10-13 Pedro Alves <palves@redhat.com>
3713
3714 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3715 is_remote target check.
3716
3717 2017-10-13 Pedro Alves <palves@redhat.com>
3718
3719 * gdb.base/scope.exp: Use build_executable + clean_restart +
3720 gdb_file_cmd instead of prepare_for_testing and no longer skip
3721 "before run" tests on is_remote target boards. Update comments.
3722 * boards/native-extended-gdbserver.exp
3723 (extended_gdbserver_load_last_file): New, factored out from ...
3724 (gdb_load): ... this. Move further below and add comment.
3725 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3726
3727 2017-10-12 Pedro Alves <palves@redhat.com>
3728
3729 * gdb.base/attach.exp: Remove references to gdb64.
3730 * gdb.base/dbx.exp: Remove references to gdb64.
3731
3732 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3733 Pedro Alves <palves@redhat.com>
3734
3735 * gdb.base/label.exp: Remove is_remote target check.
3736
3737 2017-10-12 Pedro Alves <palves@redhat.com>
3738
3739 * gdb.base/auvx.exp (coredir): Update comment.
3740 (top level) <core_works>: Use "set cwd" command instead of "cd"
3741 command.
3742
3743 2017-10-12 Pedro Alves <palves@redhat.com>
3744 Simon Marchi <simon.marchi@polymtl.ca>
3745
3746 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3747 target boards.
3748
3749 2017-10-12 Pedro Alves <palves@redhat.com>
3750 Simon Marchi <simon.marchi@polymtl.ca>
3751
3752 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3753 Instead skip if there's any gdb_protocol set.
3754
3755 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3756 Pedro Alves <palves@redhat.com>
3757
3758 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3759
3760 2017-10-12 Pedro Alves <palves@redhat.com>
3761 Simon Marchi <simon.marchi@polymtl.ca>
3762
3763 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3764 instead of on dejagnu remote boards.
3765
3766 2017-10-12 Pedro Alves <palves@redhat.com>
3767 Simon Marchi <simon.marchi@polymtl.ca>
3768
3769 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3770 checks. Use build_executable + clean_restart instead of
3771 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3772 of enabling non-stop after starting gdb.
3773
3774 2017-10-12 Pedro Alves <palves@redhat.com>
3775
3776 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3777 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3778 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3779 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3780
3781 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3782
3783 * gdb.arch/arc-tdesc-cpu.exp: New file.
3784 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3785
3786 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3787
3788 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3789
3790 2017-10-10 Pedro Alves <palves@redhat.com>
3791
3792 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3793 expect CLI output.
3794
3795 2017-10-10 Pedro Alves <palves@redhat.com>
3796
3797 * lib/selftest-support.exp (selftest_setup): Update for
3798 captured_command_loop's prototype change.
3799
3800 2017-10-09 Pedro Alves <palves@redhat.com>
3801
3802 Test both arch1=>arch2 and arch2=>arch1.
3803
3804 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3805 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3806 factored out to...
3807 (append_arch1_options, append_arch2_options, append_arch_options)
3808 (build_executables): New procedures.
3809 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3810 local.
3811 (top level): Add new 'first_arch' testing axis.
3812
3813 2017-10-09 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3816 (barrier): New.
3817 (thread_start, all_started): New functions.
3818 (main): Spawn new thread and wait until it is scheduled.
3819 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3820 option.
3821 (do_test): Add 'selected_thread' parameter. Run to all_started
3822 instead of main. Explicitly set the breakpoint at main. Switch
3823 to the SELECTED_THREAD thread.
3824 (top level): Test handling the exec event with either the main
3825 thread or the second thread selected.
3826
3827 2017-10-09 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3830 logic. Move STOP marker after the value checks.
3831 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3832 regexp.
3833
3834 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3835
3836 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3837
3838 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3839
3840 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3841 integer-to-dfp conversion.
3842 * gdb.base/dfp-test.exp: Likewise.
3843
3844 2017-10-04 Pedro Alves <palves@redhat.com>
3845
3846 * gdb.multi/hangout.c: Include <unistd.h>.
3847 (hangout_loop): New function.
3848 (main): Call alarm. Call hangout_loop in a loop.
3849 * gdb.multi/hello.c: Include <unistd.h>.
3850 (hello_loop): New function.
3851 (main): Call alarm. Call hangout_loop in a loop.
3852 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3853 inferior with the other selected.
3854
3855 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3856
3857 * gdb.mi/list-thread-groups-available.exp: New file.
3858 * gdb.mi/list-thread-groups-available.c: New file.
3859
3860 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3861
3862 * gdb.base/set-cwd.exp: Make it available on
3863 native-extended-gdbserver.
3864
3865 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3866
3867 * gdb.base/set-cwd.c: New file.
3868 * gdb.base/set-cwd.exp: Likewise.
3869
3870 2017-10-02 Tom Tromey <tom@tromey.com>
3871
3872 PR rust/22236:
3873 * gdb.rust/simple.rs (main): New variable "fslice".
3874 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3875
3876 2017-10-02 Tom Tromey <tom@tromey.com>
3877
3878 * gdb.rust/simple.exp: Test ptype of a slice.
3879
3880 2017-10-02 Tom Tromey <tom@tromey.com>
3881
3882 * gdb.rust/simple.exp: Test index of slice.
3883
3884 2017-09-27 Tom Tromey <tom@tromey.com>
3885
3886 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3887
3888 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3889 Pedro Alves <palves@redhat.com>
3890
3891 * gdb.base/compare-sections.exp (get value of read-only section): Read
3892 as unsigned value.
3893 (corrupt read-only section): Likewise and don't set written if patching
3894 failed.
3895
3896 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3897
3898 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3899 files.
3900
3901 2017-09-20 Pedro Alves <palves@redhat.com>
3902
3903 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3904 symbol names in gdb's output.
3905 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3906
3907 2017-09-20 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3910 Rename to ...
3911 (test_list_ambiguous_symbol): ... this and add a symbol name
3912 parameter. Adjust.
3913 (test_list_ambiguous_function): Reimplement on top of
3914 test_list_ambiguous_symbol and also test listing ambiguous
3915 variables.
3916 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3917 (ambiguous_fun): ... this.
3918 (ambiguous_var): New.
3919 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3920 (ambiguous_fun): ... this.
3921 (ambiguous_var): New.
3922
3923 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3924
3925 * gdb.base/starti.c: New file.
3926 * gdb.base/starti.exp: New file.
3927 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3928
3929 2017-09-14 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3932 (top level): Use it instead of runto.
3933
3934 2017-09-11 Tom Tromey <tom@tromey.com>
3935
3936 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3937
3938 2017-09-11 Tom Tromey <tom@tromey.com>
3939
3940 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3941 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3942
3943 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3944
3945 * gdb.fortran/printing-types.exp: New file.
3946 * gdb.fortran/printing-types.exp: New file.
3947
3948 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3949
3950 * gdb.fortran/vla-ptype.exp: Fix typos.
3951 * gdb.fortran/vla-value.exp: Same.
3952
3953 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3954
3955 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3956 * gdb.mi/mi-var-child-f.exp: Likewise.
3957 * gdb.mi/mi-vla-fortran.exp: Likewise.
3958
3959 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3960 Christoph Weinmann <christoph.t.weinmann@intel.com>
3961 Bernhard Heckel <bernhard.heckel@intel.com>
3962
3963 * gdb.fortran/ptr-indentation.f90: New file.
3964 * gdb.fortran/ptr-indentation.exp: New file.
3965
3966 2017-09-05 Tom Tromey <tom@tromey.com>
3967
3968 PR gdb/22010:
3969 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3970
3971 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3972
3973 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3974
3975 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3976
3977 * gdb.threads/tls-nodebug-pie.c: New file.
3978 * gdb.threads/tls-nodebug-pie.exp: New file.
3979
3980 2017-09-05 Tom Tromey <tom@tromey.com>
3981
3982 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3983 for rust.
3984
3985 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3986
3987 * gdb.multi/multi-arch-exec.exp: Test with different
3988 "follow-exec-mode" settings.
3989 (do_test): New procedure.
3990
3991 2017-09-04 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.base/func-static.c (S::method const, S::method volatile)
3994 (S::method volatile const): New methods.
3995 (c_s, v_s, cv_s): New instances.
3996 (main): Call method() on them.
3997 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3998 (cannot_resolve): New procedure.
3999 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4000 print-quote-unquoted columns.
4001 (do_test): Test printing each scope too.
4002
4003 2017-09-04 Pedro Alves <palves@redhat.com>
4004
4005 * gdb.base/local-static.exp: Also test with
4006 class::method::variable wholly quoted.
4007 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4008
4009 2017-09-04 Pedro Alves <palves@redhat.com>
4010
4011 * gdb.base/local-static.c: New.
4012 * gdb.base/local-static.cc: New.
4013 * gdb.base/local-static.exp: New.
4014
4015 2017-09-04 Pedro Alves <palves@redhat.com>
4016
4017 * gdb.asm/asm-source.exp: Add casts to int.
4018 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4019 (dataglobal64_1, dataglobal64_2): New globals.
4020 * gdb.base/nodebug.exp: Test different expressions involving the
4021 new globals, with print, whatis and ptype. Add casts to int.
4022 * gdb.base/solib-display.exp: Add casts to int.
4023 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4024 * gdb.cp/m-static.exp: Add cast to int.
4025 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4026 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4027 tls variable with no debug info without a cast. Test with a cast
4028 to int too.
4029 * gdb.trace/entry-values.exp: Add casts.
4030
4031 2017-09-04 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.base/nodebug.exp: Test that ptype's error about functions
4034 with unknown return type includes the function name too.
4035
4036 2017-09-04 Pedro Alves <palves@redhat.com>
4037
4038 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4039 return type of munmap in infcall.
4040 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4041 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4042 type of ftell in infcall.
4043 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4044 type of getpid in infcall.
4045 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4046 infcall.
4047 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4048 Bail on failure to extract the pid.
4049 * gdb.base/nodebug.c: #include <stdint.h>.
4050 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4051 New functions.
4052 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4053 Change expected output of print/whatis/ptype with functions with
4054 no debug info. Test all supported languages. Call
4055 test_call_promotion.
4056 * gdb.compile/compile.exp: Adjust expected output to expect
4057 warning.
4058 * gdb.threads/siginfo-threads.exp: Likewise.
4059
4060 2017-09-04 Pedro Alves <palves@redhat.com>
4061
4062 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4063 "prototypes". Test calling float functions via prototyped and
4064 unprototyped function pointers.
4065 (perform_all_tests): New parameter "prototypes". Pass it down.
4066 (top level): Pass down "prototypes" parameter to
4067 perform_all_tests.
4068
4069 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4070
4071 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4072 Test with nested loops.
4073
4074 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4075
4076 * gdb.base/commands.exp: Call the new procedures.
4077 (loop_break_test, loop_continue_test): New procedures.
4078
4079 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4080
4081 * gdb.base/commands.exp: Call new procedure.
4082 (define_if_without_arg_test): New procedure.
4083
4084 2017-09-04 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.base/list-ambiguous.exp: New file.
4087 * gdb.base/list-ambiguous0.c: New file.
4088 * gdb.base/list-ambiguous1.c: New file.
4089 * gdb.base/list.exp (test_list_range): Adjust expected output.
4090
4091 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4092
4093 * gdb.base/share-env-with-gdbserver.c: New file.
4094 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4095
4096 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4097
4098 * gdb.base/commands.exp (gdbvar_simple_if_test,
4099 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4100 progvar_simple_if_test, progvar_simple_while_test,
4101 progvar_complex_if_while_test, user_defined_command_test,
4102 user_defined_command_args_eval,
4103 user_defined_command_args_stack_test,
4104 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4105 temporary_breakpoint_commands,
4106 gdb_test_no_prompt, redefine_hook_test,
4107 redefine_backtrace_test): Remove "global gdb_prompt".
4108
4109 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4110
4111 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4112 New proc, call it from toplevel.
4113
4114 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4115
4116 PR remote/21852
4117 * gdb.server/normal.c: New file, copied from gdb.base.
4118 * gdb.server/run-without-local-binary.exp: New file.
4119
4120 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4121
4122 * gdb.arch/sparc64-adi.exp: New file.
4123 * gdb.arch/sparc64-adi.c: New file.
4124
4125 2017-08-22 Pedro Alves <palves@redhat.com>
4126
4127 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4128 (top level): Add "list all overloads" tests.
4129
4130 2017-08-22 Tom Tromey <tom@tromey.com>
4131
4132 * gdb.gdb/xfullpath.exp: Remove.
4133
4134 2017-08-21 Pedro Alves <palves@redhat.com>
4135
4136 PR gdb/19487
4137 * gdb.base/symbol-alias.c: New.
4138 * gdb.base/symbol-alias2.c: New.
4139 * gdb.base/symbol-alias.exp: New.
4140
4141 2017-08-21 Pedro Alves <palves@redhat.com>
4142
4143 * gdb.base/dfp-test.c
4144 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4145 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4146 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4147 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4148 * gdb.base/whatis-ptype-typedefs.c: New.
4149 * gdb.base/whatis-ptype-typedefs.exp: New.
4150 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4151 (an_int, an_int_type, an_int_type2): New globals.
4152 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4153 involving typedefs and cast expressions.
4154 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4155 (lookup_typedefs_function): New.
4156 (typedefs_pretty_printers_dict): New.
4157 (top level): Register lookup_typedefs_function in
4158 gdb.pretty_printers.
4159
4160 2017-08-18 Yao Qi <yao.qi@linaro.org>
4161
4162 * gdb.server/unittest.exp: New.
4163
4164 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4165
4166 PR gdb/21954
4167 * gdb.base/environ.exp: Add test to check if 'unset environment'
4168 works.
4169
4170 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4171
4172 * lib/gdb.exp (universal_compile_options): New caching proc.
4173 (gdb_compile): Suppress GCC's coloring of messages.
4174
4175 2017-08-14 Tom Tromey <tom@tromey.com>
4176
4177 PR gdb/21675:
4178 * gdb.base/printcmds.exp (test_radices): New function.
4179 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4180 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4181 * lib/gdb.exp (get_integer_valueof): Use p/d.
4182
4183 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4184
4185 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4186 characters.
4187
4188 2017-08-05 Tom Tromey <tom@tromey.com>
4189
4190 * gdb.rust/simple.exp: Allow String to appear in a different
4191 namespace.
4192
4193 2017-07-26 Yao Qi <yao.qi@linaro.org>
4194
4195 * gdb.gdb/unittest.exp: Invoke command
4196 "maintenance check xml-descriptions".
4197
4198 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4199
4200 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4201 calling context.
4202 (hex128): Drop erroneous calculation of parameters.
4203
4204 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4205
4206 * gdb.python/py-unwind.exp: Disable stack protection when
4207 building test file.
4208
4209 2017-07-20 Pedro Alves <palves@redhat.com>
4210
4211 * gdb.base/default.exp (set language): Adjust expected output.
4212
4213 2017-07-20 Pedro Alves <palves@redhat.com>
4214
4215 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4216 (test_minsym): ... this, and make static.
4217 (get_pck__foo__bar__minsym): Rename to ...
4218 (get_test_minsym): ... this.
4219 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4220 symbol names and comments.
4221 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4222 (get_test_minsym): ... this.
4223 (pck__foo__bar__minsym__2): Rename to ...
4224 (test_minsym): ... this.
4225 (main): Adjust.
4226
4227 2017-07-17 Pedro Alves <palves@redhat.com>
4228
4229 * gdb.base/completion.exp: Adjust expected output.
4230 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4231 the completer works.
4232
4233 2017-07-17 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4236
4237 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4238
4239 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4240
4241 2017-07-14 Tom Tromey <tom@tromey.com>
4242
4243 PR rust/21764:
4244 * gdb.rust/simple.exp: Add tests.
4245
4246 2017-07-14 Tom Tromey <tom@tromey.com>
4247
4248 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4249
4250 2017-07-14 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.linespec/base/one/thefile.cc (z1): New function.
4253 * gdb.linespec/base/two/thefile.cc (z2): New function.
4254 * gdb.linespec/linespec.exp: Add tests.
4255
4256 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4257
4258 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4259 to mi_create_breakpoint.
4260
4261 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4262
4263 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4264 mi_create_breakpoint.
4265
4266 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4267
4268 * gdb.dlang/demangle.exp: Update for demangling changes.
4269
4270 2017-07-09 Tom Tromey <tom@tromey.com>
4271
4272 * gdb.dwarf2/shortpiece.exp: New file.
4273
4274 2017-07-06 David Blaikie <dblaikie@gmail.com>
4275
4276 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4277 built from fissiont-multi-cu{1,2}.c.
4278 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4279 except putting 'main' and 'func' in separate CUs in the same DWO file.
4280 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4281 test.
4282 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4283 test.
4284
4285 2017-07-06 Pedro Alves <palves@redhat.com>
4286
4287 * gdb.python/py-unwind.exp: Test flushregs.
4288
4289 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4290
4291 PR cli/21688
4292 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4293 tests for alias commands and trailing whitespace.
4294
4295 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4296
4297 PR cli/21688
4298 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4299 procedure. Call it.
4300
4301 2017-06-29 Pedro Alves <palves@redhat.com>
4302
4303 * gdb.base/printcmds.exp: Add tests.
4304
4305 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4306
4307 PR gdb/21337
4308 * gdb.base/reread-readsym.exp: New file.
4309 * gdb.base/reread-readsym.c: New file.
4310
4311 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4312
4313 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4314 subpattern.
4315
4316 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4317
4318 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4319 extended mnemonic.
4320 * gdb.arch/powerpc-power9.s: Likewise.
4321
4322 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4323
4324 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4325 on 32-bit x86 targets. Exploit is_*_target macros where
4326 appropriate.
4327
4328 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4329
4330 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4331 register pieces.
4332
4333 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4334
4335 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4336 located in one or more DWARF pieces.
4337
4338 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4339
4340 * lib/gdb.exp (get_endianness): New proc.
4341 * gdb.arch/aarch64-fp.exp: Use it.
4342 * gdb.arch/altivec-regs.exp: Likewise.
4343 * gdb.arch/e500-regs.exp: Likewise.
4344 * gdb.arch/vsx-regs.exp: Likewise.
4345 * gdb.base/dump.exp: Likewise.
4346 * gdb.base/funcargs.exp: Likewise.
4347 * gdb.base/gnu_vector.exp: Likewise.
4348 * gdb.dwarf2/formdata16.exp: Likewise.
4349 * gdb.dwarf2/implptrpiece.exp: Likewise.
4350 * gdb.dwarf2/nonvar-access.exp: Likewise.
4351 * gdb.python/py-inferior.exp: Likewise.
4352 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4353
4354 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4355
4356 PR gdb/21226
4357 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4358 stack value pieces are taken from the LSB end.
4359
4360 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4361
4362 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4363 variable at nonzero offset.
4364
4365 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4366
4367 * gdb.dwarf2/var-access.c: New file.
4368 * gdb.dwarf2/var-access.exp: New test.
4369 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4370
4371 2017-06-12 Tom Tromey <tom@tromey.com>
4372
4373 * gdb.dwarf2/formdata16.exp: Add tests.
4374
4375 2017-06-12 Tom Tromey <tom@tromey.com>
4376
4377 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4378
4379 2017-06-12 Tom Tromey <tom@tromey.com>
4380
4381 PR exp/16225:
4382 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4383 * gdb.arch/vsx-regs.exp: Update tests.
4384 * gdb.arch/s390-vregs.exp (hex128): New proc.
4385 Update test.
4386 * gdb.arch/altivec-regs.exp: Update tests.
4387
4388 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4389
4390 * gdb.base/startup-with-shell.c: New file.
4391 * gdb.base/startup-with-shell.exp: Likewise.
4392
4393 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4394
4395 * gdb.server/non-existing-program.exp: Update regex in order to
4396 reflect the fact that gdbserver is now using fork_inferior (with a
4397 shell) to startup the inferior.
4398
4399 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4400
4401 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4402 support function calls from GDB.
4403
4404 2017-05-21 Tom Tromey <tom@tromey.com>
4405
4406 PR rust/21466:
4407 * gdb.rust/unsized.exp: New file.
4408 * gdb.rust/unsized.rs: New file.
4409
4410 2017-05-19 Tom Tromey <tom@tromey.com>
4411
4412 PR rust/21484:
4413 * gdb.rust/watch.exp: New file.
4414 * gdb.rust/watch.rs: New file.
4415
4416 2017-05-18 Tom Tromey <tom@tromey.com>
4417
4418 * gdb.rust/simple.exp: Allow Box to be qualified.
4419
4420 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4421
4422 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4423
4424 2017-05-18 Pedro Alves <palves@redhat.com>
4425
4426 * gdb.base/fileio.c (test_write, test_read, test_close)
4427 (test_fstat): Don't print 'ret' in the fail path.
4428
4429 2017-05-18 Pedro Alves <palves@redhat.com>
4430
4431 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4432 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4433 (test_system, test_rename, test_unlink, test_time): Change
4434 prototypes.
4435 * gdb.base/fileio.exp (stop_msg): Adjust.
4436
4437 2017-05-18 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.base/fileio.c (null_str): New global.
4440 (test_stat): Use it.
4441 * gdb.base/fileio.exp: Remove nowarnings.
4442
4443 2017-05-17 Yao Qi <yao.qi@linaro.org>
4444
4445 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4446
4447 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4448
4449 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4450 argument command.
4451 (top-level): Invoke test_set_inferior_tty.
4452
4453 2017-05-04 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4456 Add parens to print call for Python 3.
4457
4458 2017-05-03 Keith Seitz <keiths@redhat.com>
4459
4460 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4461 (main): Call it.
4462
4463 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4464
4465 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4466 to prev and next.
4467
4468 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4469
4470 * gdb.python/py-record-btrace.exp: Remove test for
4471 gdb.BtraceInstruction.error.
4472
4473 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4474
4475 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4476
4477 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4478
4479 * gdb.python/py-record-btrace-threads.c: New file.
4480 * gdb.python/py-record-btrace-threads.exp: New file.
4481
4482 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4483
4484 PR testsuite/8595
4485 * gdb.base/environ.exp: Make test available in all architectures.
4486 Move bits related to "info program" testing to
4487 gdb.base/info-program.exp. Rewrite tests to use the two new
4488 procedures mentione below.
4489 (test_set_show_env_var) New procedure.
4490 (test_set_show_env_var_equal): Likewise.
4491 * gdb.base/info-program.exp: New file.
4492
4493 2017-04-27 Keith Seitz <keiths@redhat.com>
4494
4495 * gdb.cp/oranking.cc (test15): New function.
4496 (main): Call test15 and declare additional variables for testing.
4497 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4498 "p foo101('abc')" tests.
4499 Add tests for cv qualifier overloads.
4500 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4501 "lvalue reference overload" test.
4502 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4503 "print value of f1 on Child&& in f2" test.
4504
4505 2017-04-19 Pedro Alves <palves@redhat.com>
4506
4507 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4508 procedure.
4509 (top level): Call it.
4510 * lib/gdb.exp (gdb_define_cmd): New procedure.
4511
4512 2017-04-12 Pedro Alves <palves@redhat.com>
4513
4514 PR gdb/21323
4515 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4516 (wchar): New global.
4517 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4518 (do_test_wide_char, wide_char_types_no_program, top level): Add
4519 wchar_t testing.
4520
4521 2017-04-12 Pedro Alves <palves@redhat.com>
4522
4523 PR c++/21323
4524 * gdb.cp/wide_char_types.c: New file.
4525 * gdb.cp/wide_char_types.exp: New file.
4526
4527 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4528
4529 PR gdb/21352
4530 * gdb.trace/tsv.exp: Add test for "tsave -r".
4531
4532 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4533
4534 * gdb.dlang/watch-loc.c: New file.
4535 * gdb.dlang/watch-loc.exp: New file.
4536
4537 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4538
4539 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4540
4541 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4542
4543 * gdb.arch/arc-analyze-prologue.S: New file.
4544 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4545
4546 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4547
4548 * gdb.arch/arc-decode-insn.S: New file.
4549 * gdb.arch/arc-decode-insn.exp: Likewise.
4550
4551 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4552
4553 PR tdep/20928
4554 * gdb.arch/sparc64-regs.exp: New file.
4555 * gdb.arch/sparc64-regs.S: Likewise.
4556
4557 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4558
4559 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4560 and memory view on Python 3.
4561
4562 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4563 Keith Seitz <keiths@redhat.com>
4564
4565 PR gdb/14441
4566 * gdb.cp/demangle.exp: Add rvalue reference tests.
4567 * gdb.cp/rvalue-ref-casts.cc: New file.
4568 * gdb.cp/rvalue-ref-casts.exp: New file.
4569 * gdb.cp/rvalue-ref-overload.cc: New file.
4570 * gdb.cp/rvalue-ref-overload.exp: New file.
4571 * gdb.cp/rvalue-ref-params.cc: New file.
4572 * gdb.cp/rvalue-ref-params.exp: New file.
4573 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4574 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4575 * gdb.cp/rvalue-ref-types.cc: New file.
4576 * gdb.cp/rvalue-ref-types.exp: New file.
4577 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4578 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4579
4580 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4581
4582 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4583 New procedure.
4584
4585 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4586
4587 * lib/mi-support.exp (mi_gdb_test): Add additional message
4588 for unexpected output.
4589
4590 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4591
4592 * gdb.base/examine-backward.c (Barrier): New character array
4593 constant, to ensure that TestStrings is preceded by a string
4594 terminator.
4595
4596 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4597
4598 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4599 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4600 and implicit pointer into such a location.
4601
4602 2017-03-16 Doug Evans <dje@google.com>
4603
4604 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4605
4606 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4607
4608 * gdb.cp/m-static.exp: Fix expectation for prototype of
4609 test5.single_constructor and single_constructor::single_constructor.
4610
4611 2017-03-16 Doug Evans <dje@google.com>
4612
4613 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4614 * gdb.guile/scm-lazy-string.c: New file.
4615 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4616 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4617 for pointer, array, typedef lazy strings.
4618
4619 2017-03-16 Doug Evans <dje@google.com>
4620
4621 PR python/17728, python/18439, python/18779
4622 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4623 * gdb.python/py-lazy-string.c (pointer): New typedef.
4624 (main): New locals ptr, array, typedef_ptr.
4625 * gdb.python/py-value.exp: Move lazy string tests to ...
4626 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4627 array, typedef lazy strings.
4628
4629 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4630
4631 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4632 Add optional 'test' parameter.
4633
4634 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4635
4636 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4637 Skip for versions of DejaGnu < 1.5.
4638
4639 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4640
4641 * lib/gdb.exp (dejagnu_version): New proc.
4642 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4643 Use dejagnu_version.
4644
4645 2017-03-10 Keith Seitz <keiths@redhat.com>
4646
4647 PR c++/8128
4648 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4649 type from destructor regexps.
4650 Add a branch which actually passes the test.
4651 Adjust "ptype t5i" test names.
4652
4653 2017-03-08 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.base/step-over-exit.exp: Add explicit test message.
4656
4657 2017-03-08 Pedro Alves <palves@redhat.com>
4658
4659 PR gdb/18360
4660 * gdb.threads/interrupt-while-step-over.c: New file.
4661 * gdb.threads/interrupt-while-step-over.exp: New file.
4662
4663 2017-03-08 Pedro Alves <palves@redhat.com>
4664
4665 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4666 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4667
4668 2017-03-08 Pedro Alves <palves@redhat.com>
4669
4670 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4671 PKRU as not supported as a PASS.
4672
4673 2017-03-08 Pedro Alves <palves@redhat.com>
4674
4675 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4676 prefix instead of $binfile1/$binfile2.
4677 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4678 in test message.
4679 * gdb.python/py-completion.exp: Use "load python file" as test
4680 messages instead of unstable path names.
4681
4682 2017-03-08 Pedro Alves <palves@redhat.com>
4683 Jan Kratochvil <jan.kratochvil@redhat.com>
4684
4685 PR cli/21218
4686 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4687 New proc.
4688 (top level): Call it.
4689
4690 2017-03-08 Pedro Alves <palves@redhat.com>
4691
4692 PR tui/21216
4693 * gdb.tui/tui-nl-filtered-output.exp: New file.
4694
4695 2017-03-08 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.base/completion.exp: Move TUI completion tests to ...
4698 * gdb.tui/completion.exp: ... this new file.
4699
4700 2017-03-08 Pedro Alves <palves@redhat.com>
4701
4702 * gdb.base/tui-disasm-long-lines.c,
4703 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4704 gdb.base/tui-layout.exp: Move to ...
4705 * gdb.tui/: ... this new directory.
4706
4707 2017-03-07 Pedro Alves <palves@redhat.com>
4708
4709 * gdb.base/tui-layout.c: New file.
4710 * gdb.base/tui-layout.exp: New file.
4711
4712 2017-03-07 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.base/tui-layout.c: Rename to ...
4715 * gdb.base/tui-disasm-long-lines.c: ... this.
4716 * gdb.base/tui-layout.exp: Rename to ...
4717 * gdb.base/tui-disasm-long-lines.exp: ... this.
4718
4719 2017-03-07 Pedro Alves <palves@redhat.com>
4720
4721 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4722
4723 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4724
4725 * i386-mpx-call.c: New file.
4726 * i386-mpx-call.exp: New file.
4727
4728 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4729
4730 * gdb.arch/powerpc-power.exp: Delete test.
4731 * gdb.arch/powerpc-power.s: Likewise.
4732 * gdb.disasm/disassembler-options.exp: New test.
4733 * gdb.arch/powerpc-altivec.exp: Likewise.
4734 * gdb.arch/powerpc-altivec.s: Likewise.
4735 * gdb.arch/powerpc-altivec2.exp: Likewise.
4736 * gdb.arch/powerpc-altivec2.s: Likewise.
4737 * gdb.arch/powerpc-altivec3.exp: Likewise.
4738 * gdb.arch/powerpc-altivec3.s: Likewise.
4739 * gdb.arch/powerpc-power7.exp: Likewise.
4740 * gdb.arch/powerpc-power7.s: Likewise.
4741 * gdb.arch/powerpc-power8.exp: Likewise.
4742 * gdb.arch/powerpc-power8.s: Likewise.
4743 * gdb.arch/powerpc-power9.exp: Likewise.
4744 * gdb.arch/powerpc-power9.s: Likewise.
4745 * gdb.arch/powerpc-vsx.exp: Likewise.
4746 * gdb.arch/powerpc-vsx.s: Likewise.
4747 * gdb.arch/powerpc-vsx2.exp: Likewise.
4748 * gdb.arch/powerpc-vsx2.s: Likewise.
4749 * gdb.arch/powerpc-vsx3.exp: Likewise.
4750 * gdb.arch/powerpc-vsx3.s: Likewise.
4751 * gdb.arch/arm-disassembler-options.exp: Likewise.
4752 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4753 * gdb.arch/s390-disassembler-options.exp: Likewise.
4754
4755 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
4756
4757 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4758 (check_supported_features): ... this. Changed return type to void.
4759 (supports_rdseed): New static global.
4760 (rdseed): Check supports_rdseed.
4761 (initialize): Call check_supported_features.
4762
4763 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4764
4765 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4766 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4767 and lqarx/stqcx.
4768 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4769 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4770
4771 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4772
4773 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4774 uppercase.
4775
4776 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4777
4778 * gdb.dwarf2/formdata16.c: New file.
4779 * gdb.dwarf2/formdata16.exp: New file.
4780 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4781
4782 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4783
4784 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4785 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4786 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4787 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4788 DW_AT_GNU_*.
4789
4790 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4791
4792 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4793
4794 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4795
4796 PR gdb/21164
4797 * gdb.base/maint.exp: Add testcases for when the commands do
4798 not have arguments.
4799
4800 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4801
4802 * gdb.cp/chained-calls.exp: Use p instead of P.
4803
4804 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4805
4806 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4807 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4808
4809 2017-02-14 Tom Tromey <tom@tromey.com>
4810
4811 PR python/13598:
4812 * gdb.python/py-events.exp: Add before_prompt event tests.
4813
4814 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4815
4816 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4817
4818 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4819
4820 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4821 (main): Call my_unique_function_name.
4822 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4823 completion of patterns with a single match.
4824 Add missing -re switches to gdb_test_multiple calls.
4825
4826 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4827
4828 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4829 return if core file is not recognized.
4830
4831 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4832
4833 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4834 and extra UIs.
4835
4836 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4837
4838 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4839 proc_with_prefix.
4840
4841 2017-02-10 Tom Tromey <tom@tromey.com>
4842
4843 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4844
4845 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
4846
4847 PR gdb/21122
4848 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4849
4850 2017-02-08 Jerome Guitton <guitton@adacore.com>
4851
4852 * gdb.base/define.exp: Add test for command abbreviations
4853 in define.
4854
4855 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
4856
4857 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4858 * gdb.reverse/insn-reverse-x86.c: New file.
4859
4860 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4861
4862 PR tdep/20936
4863 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4864
4865 2017-02-03 Tom Tromey <tom@tromey.com>
4866
4867 PR rust/21097:
4868 * gdb.rust/simple.exp: Add new tests.
4869
4870 2017-02-02 Pedro Alves <palves@redhat.com>
4871
4872 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4873 tests.
4874
4875 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4876
4877 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4878 taking a 2-byte value out of a 4-byte DWARF implicit value on
4879 big-endian targets.
4880 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4881 logic. Add test cases for DW_OP_implicit.
4882
4883 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4884
4885 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4886
4887 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4888
4889 * gdb.btrace/enable.exp: Call gdb_exit before
4890 skip_gdbserver_tests.
4891
4892 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4893
4894 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4895 GDBFLAGS.
4896
4897 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4898
4899 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4900 the test is skipped.
4901 * gdb.btrace/data.exp: Likewise.
4902 * gdb.btrace/delta.exp: Likewise.
4903 * gdb.btrace/dlopen.exp: Likewise.
4904 * gdb.btrace/enable-running.exp: Likewise.
4905 * gdb.btrace/enable.exp: Likewise.
4906 * gdb.btrace/exception.exp: Likewise.
4907 * gdb.btrace/function_call_history.exp: Likewise.
4908 * gdb.btrace/gcore.exp: Likewise.
4909 * gdb.btrace/instruction_history.exp: Likewise.
4910 * gdb.btrace/multi-thread-step.exp: Likewise.
4911 * gdb.btrace/nohist.exp: Likewise.
4912 * gdb.btrace/non-stop.exp: Likewise.
4913 * gdb.btrace/reconnect.exp: Likewise.
4914 * gdb.btrace/record_goto-step.exp: Likewise.
4915 * gdb.btrace/record_goto.exp: Likewise.
4916 * gdb.btrace/rn-dl-bind.exp: Likewise.
4917 * gdb.btrace/segv.exp: Likewise.
4918 * gdb.btrace/step.exp: Likewise.
4919 * gdb.btrace/stepi.exp: Likewise.
4920 * gdb.btrace/tailcall-only.exp: Likewise.
4921 * gdb.btrace/tailcall.exp: Likewise.
4922 * gdb.btrace/tsx.exp: Likewise.
4923 * gdb.btrace/unknown_functions.exp: Likewise.
4924 * gdb.btrace/vdso.exp: Likewise.
4925
4926 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4927
4928 * gdb.btrace/enable-running.c: New.
4929 * gdb.btrace/enable-running.exp: New.
4930
4931 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4932
4933 * gdb.arch/amd64-gs_base.c: New file.
4934 * gdb.arch/amd64-gs_base.exp: New file.
4935
4936 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4937
4938 * lib/memory.exp: Remove spurious empty newlines.
4939
4940 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4941
4942 * gdb.python/py-bad-printers.exp: Load python file using "source".
4943 * gdb.python/py-events.exp: Likewise.
4944 * gdb.python/py-evsignal.exp: Likewise.
4945 * gdb.python/py-evthreads.exp: Likewise.
4946 * gdb.python/py-frame-args.exp: Likewise.
4947 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4948 * gdb.python/py-framefilter-mi.exp: Likewise.
4949 * gdb.python/py-framefilter.exp: Likewise.
4950 * gdb.python/py-mi.exp: Likewise.
4951 * gdb.python/py-pp-maint.exp: Likewise.
4952 * gdb.python/py-pp-registration.exp: Likewise.
4953 * gdb.python/py-prettyprint.exp: Likewise.
4954 (run_lang_tests): Likewise.
4955 * gdb.python/py-typeprint.exp: Likewise.
4956
4957 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4958
4959 * lib/memory.exp: New file.
4960 * lib/gdb.exp: Load memory.exp.
4961 * gdb.base/memattr.exp (delete_memory): Move proc to
4962 lib/memory.exp and rename to delete_memory_regions.
4963 Replace delete_memory with delete_memory_regions.
4964 Cleanup memory regions before tests.
4965 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4966 before tests.
4967
4968 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4969
4970 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4971 files.
4972 (initialize): New function conditionally defined.
4973 (testcases): Move within conditional block.
4974 (main): Call initialize.
4975 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4976 of gdb.reverse/insn-reverse.c.
4977 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4978 gdb.reverse/insn-reverse.c.
4979
4980 2017-01-26 Yao Qi <yao.qi@linaro.org>
4981
4982 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4983 disassemble on address 0.
4984
4985 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4986 Yao Qi <yao.qi@linaro.org>
4987
4988 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4989 * gdb.dwarf2/implptr-64bit.S: Remove.
4990 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4991 variables in caller's context. Add DW_OP_implicit_value.
4992
4993 2017-01-25 Yao Qi <yao.qi@linaro.org>
4994
4995 * lib/dwarf.exp (Dwarf::_location): Handle
4996 DW_OP_GNU_implicit_pointer with proper size.
4997
4998 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4999
5000 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5001 and add untested calls.
5002
5003 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5004
5005 * gdb.python/python.exp: Check line number against what GDB thinks
5006 the line number is for func1.
5007
5008 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5009
5010 * gdb.dlang/debug-expr.exp: New file.
5011
5012 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5013
5014 Fix test names for the following files:
5015
5016 * gdb.ada/exec_changed.exp
5017 * gdb.ada/info_types.exp
5018 * gdb.arch/aarch64-atomic-inst.exp
5019 * gdb.arch/aarch64-fp.exp
5020 * gdb.arch/altivec-abi.exp
5021 * gdb.arch/altivec-regs.exp
5022 * gdb.arch/amd64-byte.exp
5023 * gdb.arch/amd64-disp-step.exp
5024 * gdb.arch/amd64-dword.exp
5025 * gdb.arch/amd64-entry-value-inline.exp
5026 * gdb.arch/amd64-entry-value-param.exp
5027 * gdb.arch/amd64-entry-value-paramref.exp
5028 * gdb.arch/amd64-entry-value.exp
5029 * gdb.arch/amd64-i386-address.exp
5030 * gdb.arch/amd64-invalid-stack-middle.exp
5031 * gdb.arch/amd64-invalid-stack-top.exp
5032 * gdb.arch/amd64-optimout-repeat.exp
5033 * gdb.arch/amd64-prologue-skip.exp
5034 * gdb.arch/amd64-prologue-xmm.exp
5035 * gdb.arch/amd64-stap-special-operands.exp
5036 * gdb.arch/amd64-stap-wrong-subexp.exp
5037 * gdb.arch/amd64-tailcall-cxx.exp
5038 * gdb.arch/amd64-tailcall-noret.exp
5039 * gdb.arch/amd64-tailcall-ret.exp
5040 * gdb.arch/amd64-tailcall-self.exp
5041 * gdb.arch/amd64-word.exp
5042 * gdb.arch/arm-bl-branch-dest.exp
5043 * gdb.arch/arm-disp-step.exp
5044 * gdb.arch/arm-neon.exp
5045 * gdb.arch/arm-single-step-kernel-helper.exp
5046 * gdb.arch/avr-flash-qualifier.exp
5047 * gdb.arch/disp-step-insn-reloc.exp
5048 * gdb.arch/e500-abi.exp
5049 * gdb.arch/e500-regs.exp
5050 * gdb.arch/ftrace-insn-reloc.exp
5051 * gdb.arch/i386-avx512.exp
5052 * gdb.arch/i386-bp_permanent.exp
5053 * gdb.arch/i386-byte.exp
5054 * gdb.arch/i386-cfi-notcurrent.exp
5055 * gdb.arch/i386-disp-step.exp
5056 * gdb.arch/i386-dr3-watch.exp
5057 * gdb.arch/i386-float.exp
5058 * gdb.arch/i386-gnu-cfi.exp
5059 * gdb.arch/i386-mpx-map.exp
5060 * gdb.arch/i386-mpx-sigsegv.exp
5061 * gdb.arch/i386-mpx-simple_segv.exp
5062 * gdb.arch/i386-mpx.exp
5063 * gdb.arch/i386-permbkpt.exp
5064 * gdb.arch/i386-prologue.exp
5065 * gdb.arch/i386-signal.exp
5066 * gdb.arch/i386-size-overlap.exp
5067 * gdb.arch/i386-unwind.exp
5068 * gdb.arch/i386-word.exp
5069 * gdb.arch/mips-fcr.exp
5070 * gdb.arch/powerpc-d128-regs.exp
5071 * gdb.arch/powerpc-stackless.exp
5072 * gdb.arch/ppc64-atomic-inst.exp
5073 * gdb.arch/s390-stackless.exp
5074 * gdb.arch/s390-tdbregs.exp
5075 * gdb.arch/s390-vregs.exp
5076 * gdb.arch/sparc-sysstep.exp
5077 * gdb.arch/thumb-bx-pc.exp
5078 * gdb.arch/thumb-singlestep.exp
5079 * gdb.arch/thumb2-it.exp
5080 * gdb.arch/vsx-regs.exp
5081 * gdb.asm/asm-source.exp
5082 * gdb.base/a2-run.exp
5083 * gdb.base/advance.exp
5084 * gdb.base/all-bin.exp
5085 * gdb.base/anon.exp
5086 * gdb.base/args.exp
5087 * gdb.base/arithmet.exp
5088 * gdb.base/async-shell.exp
5089 * gdb.base/async.exp
5090 * gdb.base/attach-pie-noexec.exp
5091 * gdb.base/attach-twice.exp
5092 * gdb.base/auto-load.exp
5093 * gdb.base/bang.exp
5094 * gdb.base/bitfields.exp
5095 * gdb.base/break-always.exp
5096 * gdb.base/break-caller-line.exp
5097 * gdb.base/break-entry.exp
5098 * gdb.base/break-inline.exp
5099 * gdb.base/break-on-linker-gcd-function.exp
5100 * gdb.base/break-probes.exp
5101 * gdb.base/break.exp
5102 * gdb.base/breakpoint-shadow.exp
5103 * gdb.base/call-ar-st.exp
5104 * gdb.base/call-sc.exp
5105 * gdb.base/call-signal-resume.exp
5106 * gdb.base/call-strs.exp
5107 * gdb.base/callfuncs.exp
5108 * gdb.base/catch-fork-static.exp
5109 * gdb.base/catch-gdb-caused-signals.exp
5110 * gdb.base/catch-load.exp
5111 * gdb.base/catch-signal-fork.exp
5112 * gdb.base/catch-signal.exp
5113 * gdb.base/catch-syscall.exp
5114 * gdb.base/charset.exp
5115 * gdb.base/checkpoint.exp
5116 * gdb.base/chng-syms.exp
5117 * gdb.base/code-expr.exp
5118 * gdb.base/code_elim.exp
5119 * gdb.base/commands.exp
5120 * gdb.base/completion.exp
5121 * gdb.base/complex.exp
5122 * gdb.base/cond-expr.exp
5123 * gdb.base/condbreak.exp
5124 * gdb.base/consecutive.exp
5125 * gdb.base/continue-all-already-running.exp
5126 * gdb.base/coredump-filter.exp
5127 * gdb.base/corefile.exp
5128 * gdb.base/dbx.exp
5129 * gdb.base/debug-expr.exp
5130 * gdb.base/define.exp
5131 * gdb.base/del.exp
5132 * gdb.base/disabled-location.exp
5133 * gdb.base/disasm-end-cu.exp
5134 * gdb.base/disasm-optim.exp
5135 * gdb.base/display.exp
5136 * gdb.base/duplicate-bp.exp
5137 * gdb.base/ena-dis-br.exp
5138 * gdb.base/ending-run.exp
5139 * gdb.base/enumval.exp
5140 * gdb.base/environ.exp
5141 * gdb.base/eu-strip-infcall.exp
5142 * gdb.base/eval-avoid-side-effects.exp
5143 * gdb.base/eval-skip.exp
5144 * gdb.base/exitsignal.exp
5145 * gdb.base/expand-psymtabs.exp
5146 * gdb.base/filesym.exp
5147 * gdb.base/find-unmapped.exp
5148 * gdb.base/finish.exp
5149 * gdb.base/float.exp
5150 * gdb.base/foll-exec-mode.exp
5151 * gdb.base/foll-exec.exp
5152 * gdb.base/foll-fork.exp
5153 * gdb.base/fortran-sym-case.exp
5154 * gdb.base/freebpcmd.exp
5155 * gdb.base/func-ptr.exp
5156 * gdb.base/func-ptrs.exp
5157 * gdb.base/funcargs.exp
5158 * gdb.base/gcore-buffer-overflow.exp
5159 * gdb.base/gcore-relro-pie.exp
5160 * gdb.base/gcore-relro.exp
5161 * gdb.base/gcore.exp
5162 * gdb.base/gdb1090.exp
5163 * gdb.base/gdb11530.exp
5164 * gdb.base/gdb11531.exp
5165 * gdb.base/gdb1821.exp
5166 * gdb.base/gdbindex-stabs.exp
5167 * gdb.base/gdbvars.exp
5168 * gdb.base/hbreak.exp
5169 * gdb.base/hbreak2.exp
5170 * gdb.base/included.exp
5171 * gdb.base/infcall-input.exp
5172 * gdb.base/inferior-died.exp
5173 * gdb.base/infnan.exp
5174 * gdb.base/info-macros.exp
5175 * gdb.base/info-os.exp
5176 * gdb.base/info-proc.exp
5177 * gdb.base/info-shared.exp
5178 * gdb.base/info-target.exp
5179 * gdb.base/infoline.exp
5180 * gdb.base/interp.exp
5181 * gdb.base/interrupt.exp
5182 * gdb.base/jit-reader.exp
5183 * gdb.base/jit-simple.exp
5184 * gdb.base/kill-after-signal.exp
5185 * gdb.base/kill-detach-inferiors-cmd.exp
5186 * gdb.base/label.exp
5187 * gdb.base/langs.exp
5188 * gdb.base/ldbl_e308.exp
5189 * gdb.base/line-symtabs.exp
5190 * gdb.base/linespecs.exp
5191 * gdb.base/list.exp
5192 * gdb.base/long_long.exp
5193 * gdb.base/longest-types.exp
5194 * gdb.base/maint.exp
5195 * gdb.base/max-value-size.exp
5196 * gdb.base/memattr.exp
5197 * gdb.base/mips_pro.exp
5198 * gdb.base/morestack.exp
5199 * gdb.base/moribund-step.exp
5200 * gdb.base/multi-forks.exp
5201 * gdb.base/nested-addr.exp
5202 * gdb.base/nextoverexit.exp
5203 * gdb.base/noreturn-finish.exp
5204 * gdb.base/noreturn-return.exp
5205 * gdb.base/nostdlib.exp
5206 * gdb.base/offsets.exp
5207 * gdb.base/opaque.exp
5208 * gdb.base/pc-fp.exp
5209 * gdb.base/permissions.exp
5210 * gdb.base/print-symbol-loading.exp
5211 * gdb.base/prologue-include.exp
5212 * gdb.base/psymtab.exp
5213 * gdb.base/ptype.exp
5214 * gdb.base/random-signal.exp
5215 * gdb.base/randomize.exp
5216 * gdb.base/range-stepping.exp
5217 * gdb.base/readline-ask.exp
5218 * gdb.base/recpar.exp
5219 * gdb.base/recurse.exp
5220 * gdb.base/relational.exp
5221 * gdb.base/restore.exp
5222 * gdb.base/return-nodebug.exp
5223 * gdb.base/return.exp
5224 * gdb.base/run-after-attach.exp
5225 * gdb.base/save-bp.exp
5226 * gdb.base/scope.exp
5227 * gdb.base/sect-cmd.exp
5228 * gdb.base/set-lang-auto.exp
5229 * gdb.base/set-noassign.exp
5230 * gdb.base/setvar.exp
5231 * gdb.base/sigall.exp
5232 * gdb.base/sigbpt.exp
5233 * gdb.base/siginfo-addr.exp
5234 * gdb.base/siginfo-infcall.exp
5235 * gdb.base/siginfo-obj.exp
5236 * gdb.base/siginfo.exp
5237 * gdb.base/signals-state-child.exp
5238 * gdb.base/signest.exp
5239 * gdb.base/sigstep.exp
5240 * gdb.base/sizeof.exp
5241 * gdb.base/skip.exp
5242 * gdb.base/solib-corrupted.exp
5243 * gdb.base/solib-nodir.exp
5244 * gdb.base/solib-search.exp
5245 * gdb.base/stack-checking.exp
5246 * gdb.base/stale-infcall.exp
5247 * gdb.base/stap-probe.exp
5248 * gdb.base/start.exp
5249 * gdb.base/step-break.exp
5250 * gdb.base/step-bt.exp
5251 * gdb.base/step-line.exp
5252 * gdb.base/step-over-exit.exp
5253 * gdb.base/step-over-syscall.exp
5254 * gdb.base/step-resume-infcall.exp
5255 * gdb.base/step-test.exp
5256 * gdb.base/store.exp
5257 * gdb.base/structs3.exp
5258 * gdb.base/sym-file.exp
5259 * gdb.base/symbol-without-target_section.exp
5260 * gdb.base/term.exp
5261 * gdb.base/testenv.exp
5262 * gdb.base/ui-redirect.exp
5263 * gdb.base/until.exp
5264 * gdb.base/unwindonsignal.exp
5265 * gdb.base/value-double-free.exp
5266 * gdb.base/vla-datatypes.exp
5267 * gdb.base/vla-ptr.exp
5268 * gdb.base/vla-sideeffect.exp
5269 * gdb.base/volatile.exp
5270 * gdb.base/watch-cond-infcall.exp
5271 * gdb.base/watch-cond.exp
5272 * gdb.base/watch-non-mem.exp
5273 * gdb.base/watch-read.exp
5274 * gdb.base/watch-vfork.exp
5275 * gdb.base/watchpoint-cond-gone.exp
5276 * gdb.base/watchpoint-delete.exp
5277 * gdb.base/watchpoint-hw-hit-once.exp
5278 * gdb.base/watchpoint-hw.exp
5279 * gdb.base/watchpoint-stops-at-right-insn.exp
5280 * gdb.base/watchpoints.exp
5281 * gdb.base/wchar.exp
5282 * gdb.base/whatis-exp.exp
5283 * gdb.btrace/buffer-size.exp
5284 * gdb.btrace/data.exp
5285 * gdb.btrace/delta.exp
5286 * gdb.btrace/dlopen.exp
5287 * gdb.btrace/enable.exp
5288 * gdb.btrace/exception.exp
5289 * gdb.btrace/function_call_history.exp
5290 * gdb.btrace/gcore.exp
5291 * gdb.btrace/instruction_history.exp
5292 * gdb.btrace/nohist.exp
5293 * gdb.btrace/reconnect.exp
5294 * gdb.btrace/record_goto-step.exp
5295 * gdb.btrace/record_goto.exp
5296 * gdb.btrace/rn-dl-bind.exp
5297 * gdb.btrace/segv.exp
5298 * gdb.btrace/step.exp
5299 * gdb.btrace/stepi.exp
5300 * gdb.btrace/tailcall-only.exp
5301 * gdb.btrace/tailcall.exp
5302 * gdb.btrace/tsx.exp
5303 * gdb.btrace/unknown_functions.exp
5304 * gdb.btrace/vdso.exp
5305 * gdb.compile/compile-ifunc.exp
5306 * gdb.compile/compile-ops.exp
5307 * gdb.compile/compile-print.exp
5308 * gdb.compile/compile-setjmp.exp
5309 * gdb.cp/abstract-origin.exp
5310 * gdb.cp/ambiguous.exp
5311 * gdb.cp/annota2.exp
5312 * gdb.cp/annota3.exp
5313 * gdb.cp/anon-ns.exp
5314 * gdb.cp/anon-struct.exp
5315 * gdb.cp/anon-union.exp
5316 * gdb.cp/arg-reference.exp
5317 * gdb.cp/baseenum.exp
5318 * gdb.cp/bool.exp
5319 * gdb.cp/breakpoint.exp
5320 * gdb.cp/bs15503.exp
5321 * gdb.cp/call-c.exp
5322 * gdb.cp/casts.exp
5323 * gdb.cp/chained-calls.exp
5324 * gdb.cp/class2.exp
5325 * gdb.cp/classes.exp
5326 * gdb.cp/cmpd-minsyms.exp
5327 * gdb.cp/converts.exp
5328 * gdb.cp/cp-relocate.exp
5329 * gdb.cp/cpcompletion.exp
5330 * gdb.cp/cpexprs.exp
5331 * gdb.cp/cplabel.exp
5332 * gdb.cp/cplusfuncs.exp
5333 * gdb.cp/cpsizeof.exp
5334 * gdb.cp/ctti.exp
5335 * gdb.cp/derivation.exp
5336 * gdb.cp/destrprint.exp
5337 * gdb.cp/dispcxx.exp
5338 * gdb.cp/enum-class.exp
5339 * gdb.cp/exception.exp
5340 * gdb.cp/exceptprint.exp
5341 * gdb.cp/expand-psymtabs-cxx.exp
5342 * gdb.cp/expand-sals.exp
5343 * gdb.cp/extern-c.exp
5344 * gdb.cp/filename.exp
5345 * gdb.cp/formatted-ref.exp
5346 * gdb.cp/fpointer.exp
5347 * gdb.cp/gdb1355.exp
5348 * gdb.cp/gdb2495.exp
5349 * gdb.cp/hang.exp
5350 * gdb.cp/impl-this.exp
5351 * gdb.cp/infcall-dlopen.exp
5352 * gdb.cp/inherit.exp
5353 * gdb.cp/iostream.exp
5354 * gdb.cp/koenig.exp
5355 * gdb.cp/local.exp
5356 * gdb.cp/m-data.exp
5357 * gdb.cp/m-static.exp
5358 * gdb.cp/mb-ctor.exp
5359 * gdb.cp/mb-inline.exp
5360 * gdb.cp/mb-templates.exp
5361 * gdb.cp/member-name.exp
5362 * gdb.cp/member-ptr.exp
5363 * gdb.cp/meth-typedefs.exp
5364 * gdb.cp/method.exp
5365 * gdb.cp/method2.exp
5366 * gdb.cp/minsym-fallback.exp
5367 * gdb.cp/misc.exp
5368 * gdb.cp/namelessclass.exp
5369 * gdb.cp/namespace-enum.exp
5370 * gdb.cp/namespace-nested-import.exp
5371 * gdb.cp/namespace.exp
5372 * gdb.cp/nextoverthrow.exp
5373 * gdb.cp/no-dmgl-verbose.exp
5374 * gdb.cp/non-trivial-retval.exp
5375 * gdb.cp/noparam.exp
5376 * gdb.cp/nsdecl.exp
5377 * gdb.cp/nsimport.exp
5378 * gdb.cp/nsnested.exp
5379 * gdb.cp/nsnoimports.exp
5380 * gdb.cp/nsrecurs.exp
5381 * gdb.cp/nsstress.exp
5382 * gdb.cp/nsusing.exp
5383 * gdb.cp/operator.exp
5384 * gdb.cp/oranking.exp
5385 * gdb.cp/overload-const.exp
5386 * gdb.cp/overload.exp
5387 * gdb.cp/ovldbreak.exp
5388 * gdb.cp/ovsrch.exp
5389 * gdb.cp/paren-type.exp
5390 * gdb.cp/parse-lang.exp
5391 * gdb.cp/pass-by-ref.exp
5392 * gdb.cp/pr-1023.exp
5393 * gdb.cp/pr-1210.exp
5394 * gdb.cp/pr-574.exp
5395 * gdb.cp/pr10687.exp
5396 * gdb.cp/pr12028.exp
5397 * gdb.cp/pr17132.exp
5398 * gdb.cp/pr17494.exp
5399 * gdb.cp/pr9067.exp
5400 * gdb.cp/pr9167.exp
5401 * gdb.cp/pr9631.exp
5402 * gdb.cp/printmethod.exp
5403 * gdb.cp/psmang.exp
5404 * gdb.cp/psymtab-parameter.exp
5405 * gdb.cp/ptype-cv-cp.exp
5406 * gdb.cp/ptype-flags.exp
5407 * gdb.cp/re-set-overloaded.exp
5408 * gdb.cp/ref-types.exp
5409 * gdb.cp/rtti.exp
5410 * gdb.cp/scope-err.exp
5411 * gdb.cp/shadow.exp
5412 * gdb.cp/smartp.exp
5413 * gdb.cp/static-method.exp
5414 * gdb.cp/static-print-quit.exp
5415 * gdb.cp/temargs.exp
5416 * gdb.cp/templates.exp
5417 * gdb.cp/try_catch.exp
5418 * gdb.cp/typedef-operator.exp
5419 * gdb.cp/typeid.exp
5420 * gdb.cp/userdef.exp
5421 * gdb.cp/using-crash.exp
5422 * gdb.cp/var-tag.exp
5423 * gdb.cp/virtbase.exp
5424 * gdb.cp/virtfunc.exp
5425 * gdb.cp/virtfunc2.exp
5426 * gdb.cp/vla-cxx.exp
5427 * gdb.disasm/t01_mov.exp
5428 * gdb.disasm/t02_mova.exp
5429 * gdb.disasm/t03_add.exp
5430 * gdb.disasm/t04_sub.exp
5431 * gdb.disasm/t05_cmp.exp
5432 * gdb.disasm/t06_ari2.exp
5433 * gdb.disasm/t07_ari3.exp
5434 * gdb.disasm/t08_or.exp
5435 * gdb.disasm/t09_xor.exp
5436 * gdb.disasm/t10_and.exp
5437 * gdb.disasm/t11_logs.exp
5438 * gdb.disasm/t12_bit.exp
5439 * gdb.disasm/t13_otr.exp
5440 * gdb.dlang/circular.exp
5441 * gdb.dwarf2/arr-stride.exp
5442 * gdb.dwarf2/arr-subrange.exp
5443 * gdb.dwarf2/atomic-type.exp
5444 * gdb.dwarf2/bad-regnum.exp
5445 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5446 * gdb.dwarf2/callframecfa.exp
5447 * gdb.dwarf2/clztest.exp
5448 * gdb.dwarf2/corrupt.exp
5449 * gdb.dwarf2/data-loc.exp
5450 * gdb.dwarf2/dup-psym.exp
5451 * gdb.dwarf2/dw2-anon-mptr.exp
5452 * gdb.dwarf2/dw2-anonymous-func.exp
5453 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5454 * gdb.dwarf2/dw2-bad-unresolved.exp
5455 * gdb.dwarf2/dw2-basic.exp
5456 * gdb.dwarf2/dw2-canonicalize-type.exp
5457 * gdb.dwarf2/dw2-case-insensitive.exp
5458 * gdb.dwarf2/dw2-common-block.exp
5459 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5460 * gdb.dwarf2/dw2-compressed.exp
5461 * gdb.dwarf2/dw2-const.exp
5462 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5463 * gdb.dwarf2/dw2-cu-size.exp
5464 * gdb.dwarf2/dw2-dup-frame.exp
5465 * gdb.dwarf2/dw2-entry-value.exp
5466 * gdb.dwarf2/dw2-icycle.exp
5467 * gdb.dwarf2/dw2-ifort-parameter.exp
5468 * gdb.dwarf2/dw2-inline-break.exp
5469 * gdb.dwarf2/dw2-inline-param.exp
5470 * gdb.dwarf2/dw2-intercu.exp
5471 * gdb.dwarf2/dw2-intermix.exp
5472 * gdb.dwarf2/dw2-lexical-block-bare.exp
5473 * gdb.dwarf2/dw2-linkage-name-trust.exp
5474 * gdb.dwarf2/dw2-minsym-in-cu.exp
5475 * gdb.dwarf2/dw2-noloc.exp
5476 * gdb.dwarf2/dw2-op-call.exp
5477 * gdb.dwarf2/dw2-op-out-param.exp
5478 * gdb.dwarf2/dw2-opt-structptr.exp
5479 * gdb.dwarf2/dw2-param-error.exp
5480 * gdb.dwarf2/dw2-producer.exp
5481 * gdb.dwarf2/dw2-ranges-base.exp
5482 * gdb.dwarf2/dw2-ref-missing-frame.exp
5483 * gdb.dwarf2/dw2-reg-undefined.exp
5484 * gdb.dwarf2/dw2-regno-invalid.exp
5485 * gdb.dwarf2/dw2-restore.exp
5486 * gdb.dwarf2/dw2-restrict.exp
5487 * gdb.dwarf2/dw2-single-line-discriminators.exp
5488 * gdb.dwarf2/dw2-strp.exp
5489 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5490 * gdb.dwarf2/dw2-unresolved.exp
5491 * gdb.dwarf2/dw2-var-zero-addr.exp
5492 * gdb.dwarf2/dw4-sig-types.exp
5493 * gdb.dwarf2/dwz.exp
5494 * gdb.dwarf2/dynarr-ptr.exp
5495 * gdb.dwarf2/enum-type.exp
5496 * gdb.dwarf2/gdb-index.exp
5497 * gdb.dwarf2/implptr-64bit.exp
5498 * gdb.dwarf2/implptr-optimized-out.exp
5499 * gdb.dwarf2/implptr.exp
5500 * gdb.dwarf2/implref-array.exp
5501 * gdb.dwarf2/implref-const.exp
5502 * gdb.dwarf2/implref-global.exp
5503 * gdb.dwarf2/implref-struct.exp
5504 * gdb.dwarf2/mac-fileno.exp
5505 * gdb.dwarf2/main-subprogram.exp
5506 * gdb.dwarf2/member-ptr-forwardref.exp
5507 * gdb.dwarf2/method-ptr.exp
5508 * gdb.dwarf2/missing-sig-type.exp
5509 * gdb.dwarf2/nonvar-access.exp
5510 * gdb.dwarf2/opaque-type-lookup.exp
5511 * gdb.dwarf2/pieces-optimized-out.exp
5512 * gdb.dwarf2/pieces.exp
5513 * gdb.dwarf2/pr10770.exp
5514 * gdb.dwarf2/pr13961.exp
5515 * gdb.dwarf2/staticvirtual.exp
5516 * gdb.dwarf2/subrange.exp
5517 * gdb.dwarf2/symtab-producer.exp
5518 * gdb.dwarf2/trace-crash.exp
5519 * gdb.dwarf2/typeddwarf.exp
5520 * gdb.dwarf2/valop.exp
5521 * gdb.dwarf2/watch-notconst.exp
5522 * gdb.fortran/array-element.exp
5523 * gdb.fortran/charset.exp
5524 * gdb.fortran/common-block.exp
5525 * gdb.fortran/complex.exp
5526 * gdb.fortran/derived-type-function.exp
5527 * gdb.fortran/derived-type.exp
5528 * gdb.fortran/logical.exp
5529 * gdb.fortran/module.exp
5530 * gdb.fortran/multi-dim.exp
5531 * gdb.fortran/nested-funcs.exp
5532 * gdb.fortran/print-formatted.exp
5533 * gdb.fortran/subarray.exp
5534 * gdb.fortran/vla-alloc-assoc.exp
5535 * gdb.fortran/vla-datatypes.exp
5536 * gdb.fortran/vla-history.exp
5537 * gdb.fortran/vla-ptr-info.exp
5538 * gdb.fortran/vla-ptype-sub.exp
5539 * gdb.fortran/vla-ptype.exp
5540 * gdb.fortran/vla-sizeof.exp
5541 * gdb.fortran/vla-type.exp
5542 * gdb.fortran/vla-value-sub-arbitrary.exp
5543 * gdb.fortran/vla-value-sub-finish.exp
5544 * gdb.fortran/vla-value-sub.exp
5545 * gdb.fortran/vla-value.exp
5546 * gdb.fortran/whatis_type.exp
5547 * gdb.go/chan.exp
5548 * gdb.go/handcall.exp
5549 * gdb.go/hello.exp
5550 * gdb.go/integers.exp
5551 * gdb.go/methods.exp
5552 * gdb.go/package.exp
5553 * gdb.go/strings.exp
5554 * gdb.go/types.exp
5555 * gdb.go/unsafe.exp
5556 * gdb.guile/scm-arch.exp
5557 * gdb.guile/scm-block.exp
5558 * gdb.guile/scm-breakpoint.exp
5559 * gdb.guile/scm-cmd.exp
5560 * gdb.guile/scm-disasm.exp
5561 * gdb.guile/scm-equal.exp
5562 * gdb.guile/scm-frame-args.exp
5563 * gdb.guile/scm-frame-inline.exp
5564 * gdb.guile/scm-frame.exp
5565 * gdb.guile/scm-iterator.exp
5566 * gdb.guile/scm-math.exp
5567 * gdb.guile/scm-objfile.exp
5568 * gdb.guile/scm-ports.exp
5569 * gdb.guile/scm-symbol.exp
5570 * gdb.guile/scm-symtab.exp
5571 * gdb.guile/scm-value-cc.exp
5572 * gdb.guile/types-module.exp
5573 * gdb.linespec/break-ask.exp
5574 * gdb.linespec/cpexplicit.exp
5575 * gdb.linespec/explicit.exp
5576 * gdb.linespec/keywords.exp
5577 * gdb.linespec/linespec.exp
5578 * gdb.linespec/ls-dollar.exp
5579 * gdb.linespec/ls-errs.exp
5580 * gdb.linespec/skip-two.exp
5581 * gdb.linespec/thread.exp
5582 * gdb.mi/mi-async.exp
5583 * gdb.mi/mi-basics.exp
5584 * gdb.mi/mi-break.exp
5585 * gdb.mi/mi-catch-load.exp
5586 * gdb.mi/mi-cli.exp
5587 * gdb.mi/mi-cmd-param-changed.exp
5588 * gdb.mi/mi-console.exp
5589 * gdb.mi/mi-detach.exp
5590 * gdb.mi/mi-disassemble.exp
5591 * gdb.mi/mi-eval.exp
5592 * gdb.mi/mi-file-transfer.exp
5593 * gdb.mi/mi-file.exp
5594 * gdb.mi/mi-fill-memory.exp
5595 * gdb.mi/mi-inheritance-syntax-error.exp
5596 * gdb.mi/mi-linespec-err-cp.exp
5597 * gdb.mi/mi-logging.exp
5598 * gdb.mi/mi-memory-changed.exp
5599 * gdb.mi/mi-read-memory.exp
5600 * gdb.mi/mi-record-changed.exp
5601 * gdb.mi/mi-reg-undefined.exp
5602 * gdb.mi/mi-regs.exp
5603 * gdb.mi/mi-return.exp
5604 * gdb.mi/mi-reverse.exp
5605 * gdb.mi/mi-simplerun.exp
5606 * gdb.mi/mi-solib.exp
5607 * gdb.mi/mi-stack.exp
5608 * gdb.mi/mi-stepi.exp
5609 * gdb.mi/mi-syn-frame.exp
5610 * gdb.mi/mi-until.exp
5611 * gdb.mi/mi-var-block.exp
5612 * gdb.mi/mi-var-child.exp
5613 * gdb.mi/mi-var-cmd.exp
5614 * gdb.mi/mi-var-cp.exp
5615 * gdb.mi/mi-var-display.exp
5616 * gdb.mi/mi-var-invalidate.exp
5617 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5618 * gdb.mi/mi-vla-fortran.exp
5619 * gdb.mi/mi-watch.exp
5620 * gdb.mi/mi2-var-child.exp
5621 * gdb.mi/user-selected-context-sync.exp
5622 * gdb.modula2/unbounded-array.exp
5623 * gdb.multi/dummy-frame-restore.exp
5624 * gdb.multi/multi-arch-exec.exp
5625 * gdb.multi/multi-arch.exp
5626 * gdb.multi/tids.exp
5627 * gdb.multi/watchpoint-multi.exp
5628 * gdb.opencl/callfuncs.exp
5629 * gdb.opencl/convs_casts.exp
5630 * gdb.opencl/datatypes.exp
5631 * gdb.opencl/operators.exp
5632 * gdb.opencl/vec_comps.exp
5633 * gdb.opt/clobbered-registers-O2.exp
5634 * gdb.opt/inline-break.exp
5635 * gdb.opt/inline-bt.exp
5636 * gdb.opt/inline-cmds.exp
5637 * gdb.opt/inline-locals.exp
5638 * gdb.pascal/case-insensitive-symbols.exp
5639 * gdb.pascal/floats.exp
5640 * gdb.pascal/gdb11492.exp
5641 * gdb.python/lib-types.exp
5642 * gdb.python/py-arch.exp
5643 * gdb.python/py-as-string.exp
5644 * gdb.python/py-bad-printers.exp
5645 * gdb.python/py-block.exp
5646 * gdb.python/py-breakpoint-create-fail.exp
5647 * gdb.python/py-breakpoint.exp
5648 * gdb.python/py-caller-is.exp
5649 * gdb.python/py-cmd.exp
5650 * gdb.python/py-explore-cc.exp
5651 * gdb.python/py-explore.exp
5652 * gdb.python/py-finish-breakpoint.exp
5653 * gdb.python/py-finish-breakpoint2.exp
5654 * gdb.python/py-frame-args.exp
5655 * gdb.python/py-frame-inline.exp
5656 * gdb.python/py-frame.exp
5657 * gdb.python/py-framefilter-mi.exp
5658 * gdb.python/py-infthread.exp
5659 * gdb.python/py-lazy-string.exp
5660 * gdb.python/py-linetable.exp
5661 * gdb.python/py-mi-events.exp
5662 * gdb.python/py-mi-objfile.exp
5663 * gdb.python/py-mi.exp
5664 * gdb.python/py-objfile.exp
5665 * gdb.python/py-pp-integral.exp
5666 * gdb.python/py-pp-maint.exp
5667 * gdb.python/py-pp-re-notag.exp
5668 * gdb.python/py-pp-registration.exp
5669 * gdb.python/py-recurse-unwind.exp
5670 * gdb.python/py-strfns.exp
5671 * gdb.python/py-symbol.exp
5672 * gdb.python/py-symtab.exp
5673 * gdb.python/py-sync-interp.exp
5674 * gdb.python/py-typeprint.exp
5675 * gdb.python/py-unwind-maint.exp
5676 * gdb.python/py-unwind.exp
5677 * gdb.python/py-value-cc.exp
5678 * gdb.python/py-xmethods.exp
5679 * gdb.reverse/amd64-tailcall-reverse.exp
5680 * gdb.reverse/break-precsave.exp
5681 * gdb.reverse/break-reverse.exp
5682 * gdb.reverse/consecutive-precsave.exp
5683 * gdb.reverse/consecutive-reverse.exp
5684 * gdb.reverse/finish-precsave.exp
5685 * gdb.reverse/finish-reverse-bkpt.exp
5686 * gdb.reverse/finish-reverse.exp
5687 * gdb.reverse/fstatat-reverse.exp
5688 * gdb.reverse/getresuid-reverse.exp
5689 * gdb.reverse/i386-precsave.exp
5690 * gdb.reverse/i386-reverse.exp
5691 * gdb.reverse/i386-sse-reverse.exp
5692 * gdb.reverse/i387-env-reverse.exp
5693 * gdb.reverse/i387-stack-reverse.exp
5694 * gdb.reverse/insn-reverse.exp
5695 * gdb.reverse/machinestate-precsave.exp
5696 * gdb.reverse/machinestate.exp
5697 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5698 * gdb.reverse/pipe-reverse.exp
5699 * gdb.reverse/readv-reverse.exp
5700 * gdb.reverse/recvmsg-reverse.exp
5701 * gdb.reverse/rerun-prec.exp
5702 * gdb.reverse/s390-mvcle.exp
5703 * gdb.reverse/step-precsave.exp
5704 * gdb.reverse/step-reverse.exp
5705 * gdb.reverse/time-reverse.exp
5706 * gdb.reverse/until-precsave.exp
5707 * gdb.reverse/until-reverse.exp
5708 * gdb.reverse/waitpid-reverse.exp
5709 * gdb.reverse/watch-precsave.exp
5710 * gdb.reverse/watch-reverse.exp
5711 * gdb.rust/generics.exp
5712 * gdb.rust/methods.exp
5713 * gdb.rust/modules.exp
5714 * gdb.rust/simple.exp
5715 * gdb.server/connect-with-no-symbol-file.exp
5716 * gdb.server/ext-attach.exp
5717 * gdb.server/ext-restart.exp
5718 * gdb.server/ext-wrapper.exp
5719 * gdb.server/file-transfer.exp
5720 * gdb.server/server-exec-info.exp
5721 * gdb.server/server-kill.exp
5722 * gdb.server/server-mon.exp
5723 * gdb.server/wrapper.exp
5724 * gdb.stabs/exclfwd.exp
5725 * gdb.stabs/gdb11479.exp
5726 * gdb.threads/clone-new-thread-event.exp
5727 * gdb.threads/corethreads.exp
5728 * gdb.threads/current-lwp-dead.exp
5729 * gdb.threads/dlopen-libpthread.exp
5730 * gdb.threads/gcore-thread.exp
5731 * gdb.threads/sigstep-threads.exp
5732 * gdb.threads/watchpoint-fork.exp
5733 * gdb.trace/actions-changed.exp
5734 * gdb.trace/backtrace.exp
5735 * gdb.trace/change-loc.exp
5736 * gdb.trace/circ.exp
5737 * gdb.trace/collection.exp
5738 * gdb.trace/disconnected-tracing.exp
5739 * gdb.trace/ftrace.exp
5740 * gdb.trace/mi-trace-frame-collected.exp
5741 * gdb.trace/mi-trace-unavailable.exp
5742 * gdb.trace/mi-traceframe-changed.exp
5743 * gdb.trace/mi-tsv-changed.exp
5744 * gdb.trace/no-attach-trace.exp
5745 * gdb.trace/passc-dyn.exp
5746 * gdb.trace/qtro.exp
5747 * gdb.trace/range-stepping.exp
5748 * gdb.trace/read-memory.exp
5749 * gdb.trace/save-trace.exp
5750 * gdb.trace/signal.exp
5751 * gdb.trace/status-stop.exp
5752 * gdb.trace/tfile.exp
5753 * gdb.trace/trace-break.exp
5754 * gdb.trace/trace-buffer-size.exp
5755 * gdb.trace/trace-condition.exp
5756 * gdb.trace/tracefile-pseudo-reg.exp
5757 * gdb.trace/tstatus.exp
5758 * gdb.trace/unavailable.exp
5759 * gdb.trace/while-dyn.exp
5760 * gdb.trace/while-stepping.exp
5761
5762 2016-12-22 Doug Evans <xdje42@gmail.com>
5763
5764 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5765 and msymbols.
5766
5767 2016-12-19 Yao Qi <yao.qi@linaro.org>
5768
5769 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5770 (test_with_self): Don't call do_steps_and_nexts, and remove
5771 code about stepping into xmalloc.
5772
5773 2016-12-09 Yao Qi <yao.qi@linaro.org>
5774
5775 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5776
5777 2016-12-09 Yao Qi <yao.qi@linaro.org>
5778
5779 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5780
5781 2016-12-09 Pedro Alves <palves@redhat.com>
5782
5783 * gdb.base/all-architectures-0.exp: New file.
5784 * gdb.base/all-architectures-1.exp: New file.
5785 * gdb.base/all-architectures-2.exp: New file.
5786 * gdb.base/all-architectures-3.exp: New file.
5787 * gdb.base/all-architectures-4.exp: New file.
5788 * gdb.base/all-architectures-5.exp: New file.
5789 * gdb.base/all-architectures-6.exp: New file.
5790 * gdb.base/all-architectures-7.exp: New file.
5791 * gdb.base/all-architectures.exp.in: New file.
5792
5793 2016-12-09 Yao Qi <yao.qi@linaro.org>
5794
5795 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5796
5797 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5798
5799 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5800 possible.
5801 Remove useless pattern-matching code.
5802
5803 2016-12-02 Pedro Alves <palves@redhat.com>
5804
5805 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5806 procedure.
5807 (top level): Call it.
5808
5809 2016-12-02 Pedro Alves <palves@redhat.com>
5810
5811 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5812 New procedure.
5813 (top level): Call it.
5814
5815 2016-12-02 Pedro Alves <palves@redhat.com>
5816
5817 PR cli/20559
5818 * gdb.base/commands.exp (user_defined_command_args_eval): New
5819 procedure.
5820 (top level): Call it.
5821
5822 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5823
5824 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5825 timeout handling.
5826
5827 2016-12-02 Tom Tromey <tom@tromey.com>
5828
5829 * gdb.dwarf2/main-subprogram.c: New file.
5830 * gdb.dwarf2/main-subprogram.exp: New file.
5831
5832 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5833
5834 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5835 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5836 gdb_test_no_output for a couple of cases.
5837 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5838
5839 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5840
5841 Fix test names and standardize compilation error messages throughout
5842 the following files:
5843
5844 * gdb.ada/start.exp
5845 * gdb.arch/alpha-step.exp
5846 * gdb.arch/e500-prologue.exp
5847 * gdb.arch/ftrace-insn-reloc.exp
5848 * gdb.arch/gdb1291.exp
5849 * gdb.arch/gdb1431.exp
5850 * gdb.arch/gdb1558.exp
5851 * gdb.arch/i386-dr3-watch.exp
5852 * gdb.arch/i386-sse-stack-align.exp
5853 * gdb.arch/ia64-breakpoint-shadow.exp
5854 * gdb.arch/pa-nullify.exp
5855 * gdb.arch/powerpc-aix-prologue.exp
5856 * gdb.arch/thumb-bx-pc.exp
5857 * gdb.base/annota1.exp
5858 * gdb.base/annota3.exp
5859 * gdb.base/arrayidx.exp
5860 * gdb.base/assign.exp
5861 * gdb.base/attach.exp
5862 * gdb.base/auxv.exp
5863 * gdb.base/bang.exp
5864 * gdb.base/bfp-test.exp
5865 * gdb.base/bigcore.exp
5866 * gdb.base/bitfields2.exp
5867 * gdb.base/break-fun-addr.exp
5868 * gdb.base/break-probes.exp
5869 * gdb.base/call-rt-st.exp
5870 * gdb.base/callexit.exp
5871 * gdb.base/catch-fork-kill.exp
5872 * gdb.base/charset.exp
5873 * gdb.base/checkpoint.exp
5874 * gdb.base/comprdebug.exp
5875 * gdb.base/constvars.exp
5876 * gdb.base/coredump-filter.exp
5877 * gdb.base/cursal.exp
5878 * gdb.base/cvexpr.exp
5879 * gdb.base/detach.exp
5880 * gdb.base/display.exp
5881 * gdb.base/dmsym.exp
5882 * gdb.base/dprintf-pending.exp
5883 * gdb.base/dso2dso.exp
5884 * gdb.base/dtrace-probe.exp
5885 * gdb.base/dump.exp
5886 * gdb.base/enum_cond.exp
5887 * gdb.base/exe-lock.exp
5888 * gdb.base/exec-invalid-sysroot.exp
5889 * gdb.base/execl-update-breakpoints.exp
5890 * gdb.base/exprs.exp
5891 * gdb.base/fileio.exp
5892 * gdb.base/find.exp
5893 * gdb.base/finish.exp
5894 * gdb.base/fixsection.exp
5895 * gdb.base/foll-vfork.exp
5896 * gdb.base/frame-args.exp
5897 * gdb.base/gcore.exp
5898 * gdb.base/gdb1250.exp
5899 * gdb.base/global-var-nested-by-dso.exp
5900 * gdb.base/gnu-ifunc.exp
5901 * gdb.base/hashline1.exp
5902 * gdb.base/hashline2.exp
5903 * gdb.base/hashline3.exp
5904 * gdb.base/hbreak-in-shr-unsupported.exp
5905 * gdb.base/huge.exp
5906 * gdb.base/infcall-input.exp
5907 * gdb.base/info-fun.exp
5908 * gdb.base/info-shared.exp
5909 * gdb.base/jit-simple.exp
5910 * gdb.base/jit-so.exp
5911 * gdb.base/jit.exp
5912 * gdb.base/jump.exp
5913 * gdb.base/label.exp
5914 * gdb.base/lineinc.exp
5915 * gdb.base/logical.exp
5916 * gdb.base/longjmp.exp
5917 * gdb.base/macscp.exp
5918 * gdb.base/miscexprs.exp
5919 * gdb.base/new-ui-echo.exp
5920 * gdb.base/new-ui-pending-input.exp
5921 * gdb.base/new-ui.exp
5922 * gdb.base/nodebug.exp
5923 * gdb.base/nofield.exp
5924 * gdb.base/offsets.exp
5925 * gdb.base/overlays.exp
5926 * gdb.base/pending.exp
5927 * gdb.base/pointers.exp
5928 * gdb.base/pr11022.exp
5929 * gdb.base/printcmds.exp
5930 * gdb.base/prologue.exp
5931 * gdb.base/ptr-typedef.exp
5932 * gdb.base/realname-expand.exp
5933 * gdb.base/relativedebug.exp
5934 * gdb.base/relocate.exp
5935 * gdb.base/remote.exp
5936 * gdb.base/reread.exp
5937 * gdb.base/return2.exp
5938 * gdb.base/savedregs.exp
5939 * gdb.base/sep.exp
5940 * gdb.base/sepdebug.exp
5941 * gdb.base/sepsymtab.exp
5942 * gdb.base/set-inferior-tty.exp
5943 * gdb.base/setshow.exp
5944 * gdb.base/shlib-call.exp
5945 * gdb.base/sigaltstack.exp
5946 * gdb.base/siginfo-addr.exp
5947 * gdb.base/signals.exp
5948 * gdb.base/signull.exp
5949 * gdb.base/sigrepeat.exp
5950 * gdb.base/so-impl-ld.exp
5951 * gdb.base/solib-display.exp
5952 * gdb.base/solib-overlap.exp
5953 * gdb.base/solib-search.exp
5954 * gdb.base/solib-symbol.exp
5955 * gdb.base/structs.exp
5956 * gdb.base/structs2.exp
5957 * gdb.base/symtab-search-order.exp
5958 * gdb.base/twice.exp
5959 * gdb.base/unload.exp
5960 * gdb.base/varargs.exp
5961 * gdb.base/watchpoint-solib.exp
5962 * gdb.base/watchpoint.exp
5963 * gdb.base/whatis.exp
5964 * gdb.base/wrong_frame_bt_full.exp
5965 * gdb.btrace/dlopen.exp
5966 * gdb.cell/ea-standalone.exp
5967 * gdb.cell/ea-test.exp
5968 * gdb.cp/dispcxx.exp
5969 * gdb.cp/gdb2384.exp
5970 * gdb.cp/method2.exp
5971 * gdb.cp/nextoverthrow.exp
5972 * gdb.cp/pr10728.exp
5973 * gdb.disasm/am33.exp
5974 * gdb.disasm/h8300s.exp
5975 * gdb.disasm/mn10300.exp
5976 * gdb.disasm/sh3.exp
5977 * gdb.dwarf2/dw2-dir-file-name.exp
5978 * gdb.fortran/complex.exp
5979 * gdb.fortran/library-module.exp
5980 * gdb.guile/scm-pretty-print.exp
5981 * gdb.guile/scm-symbol.exp
5982 * gdb.guile/scm-type.exp
5983 * gdb.guile/scm-value.exp
5984 * gdb.linespec/linespec.exp
5985 * gdb.mi/gdb701.exp
5986 * gdb.mi/gdb792.exp
5987 * gdb.mi/mi-breakpoint-changed.exp
5988 * gdb.mi/mi-dprintf-pending.exp
5989 * gdb.mi/mi-dprintf.exp
5990 * gdb.mi/mi-exit-code.exp
5991 * gdb.mi/mi-pending.exp
5992 * gdb.mi/mi-solib.exp
5993 * gdb.mi/new-ui-mi-sync.exp
5994 * gdb.mi/pr11022.exp
5995 * gdb.mi/user-selected-context-sync.exp
5996 * gdb.opt/solib-intra-step.exp
5997 * gdb.python/py-events.exp
5998 * gdb.python/py-finish-breakpoint.exp
5999 * gdb.python/py-mi.exp
6000 * gdb.python/py-prettyprint.exp
6001 * gdb.python/py-shared.exp
6002 * gdb.python/py-symbol.exp
6003 * gdb.python/py-template.exp
6004 * gdb.python/py-type.exp
6005 * gdb.python/py-value.exp
6006 * gdb.reverse/solib-precsave.exp
6007 * gdb.reverse/solib-reverse.exp
6008 * gdb.server/solib-list.exp
6009 * gdb.stabs/weird.exp
6010 * gdb.threads/reconnect-signal.exp
6011 * gdb.threads/stepi-random-signal.exp
6012 * gdb.trace/actions.exp
6013 * gdb.trace/ax.exp
6014 * gdb.trace/backtrace.exp
6015 * gdb.trace/change-loc.exp
6016 * gdb.trace/deltrace.exp
6017 * gdb.trace/ftrace-lock.exp
6018 * gdb.trace/ftrace.exp
6019 * gdb.trace/infotrace.exp
6020 * gdb.trace/mi-tracepoint-changed.exp
6021 * gdb.trace/packetlen.exp
6022 * gdb.trace/passcount.exp
6023 * gdb.trace/pending.exp
6024 * gdb.trace/range-stepping.exp
6025 * gdb.trace/report.exp
6026 * gdb.trace/stap-trace.exp
6027 * gdb.trace/tfind.exp
6028 * gdb.trace/trace-break.exp
6029 * gdb.trace/trace-condition.exp
6030 * gdb.trace/trace-enable-disable.exp
6031 * gdb.trace/trace-mt.exp
6032 * gdb.trace/tracecmd.exp
6033 * gdb.trace/tspeed.exp
6034 * gdb.trace/tsv.exp
6035 * lib/perftest.exp
6036
6037 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6038
6039 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6040 with gdb_test_no_output.
6041 Use command as test name.
6042
6043 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6044
6045 Fix test names starting with uppercase throughout the files.
6046
6047 * gdb.ada/assign_1.exp
6048 * gdb.ada/boolean_expr.exp
6049 * gdb.base/arrayidx.exp
6050 * gdb.base/del.exp
6051 * gdb.base/gcore-buffer-overflow.exp
6052 * gdb.base/testenv.exp
6053 * gdb.compile/compile.exp
6054 * gdb.python/py-framefilter-invalidarg.exp
6055 * gdb.python/py-framefilter.exp
6056
6057 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6058
6059 Fix test names starting with uppercase throughout the files.
6060
6061 * gdb.ada/array_return.exp
6062 * gdb.ada/expr_delims.exp
6063 * gdb.ada/mi_dyn_arr.exp
6064 * gdb.ada/mi_interface.exp
6065 * gdb.ada/mi_var_array.exp
6066 * gdb.ada/watch_arg.exp
6067 * gdb.arch/alpha-step.exp
6068 * gdb.arch/altivec-regs.exp
6069 * gdb.arch/e500-regs.exp
6070 * gdb.arch/powerpc-d128-regs.exp
6071 * gdb.base/arrayidx.exp
6072 * gdb.base/break.exp
6073 * gdb.base/checkpoint.exp
6074 * gdb.base/debug-expr.exp
6075 * gdb.base/dmsym.exp
6076 * gdb.base/radix.exp
6077 * gdb.base/sepdebug.exp
6078 * gdb.base/testenv.exp
6079 * gdb.base/watch_thread_num.exp
6080 * gdb.base/watchpoint-cond-gone.exp
6081 * gdb.cell/break.exp
6082 * gdb.cell/ea-cache.exp
6083 * gdb.compile/compile.exp
6084 * gdb.cp/gdb2495.exp
6085 * gdb.gdb/selftest.exp
6086 * gdb.gdb/xfullpath.exp
6087 * gdb.go/hello.exp
6088 * gdb.go/integers.exp
6089 * gdb.objc/basicclass.exp
6090 * gdb.pascal/hello.exp
6091 * gdb.pascal/integers.exp
6092 * gdb.python/py-breakpoint.exp
6093 * gdb.python/py-cmd.exp
6094 * gdb.python/py-linetable.exp
6095 * gdb.python/py-xmethods.exp
6096 * gdb.python/python.exp
6097 * gdb.reverse/consecutive-precsave.exp
6098 * gdb.reverse/finish-precsave.exp
6099 * gdb.reverse/i386-precsave.exp
6100 * gdb.reverse/machinestate-precsave.exp
6101 * gdb.reverse/sigall-precsave.exp
6102 * gdb.reverse/solib-precsave.exp
6103 * gdb.reverse/step-precsave.exp
6104 * gdb.reverse/until-precsave.exp
6105 * gdb.reverse/watch-precsave.exp
6106 * gdb.threads/leader-exit.exp
6107 * gdb.threads/pthreads.exp
6108 * gdb.threads/wp-replication.exp
6109 * gdb.trace/actions.exp
6110 * gdb.trace/mi-tsv-changed.exp
6111 * gdb.trace/tsv.exp
6112
6113 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6114
6115 Fix test names starting with uppercase throughout the files.
6116
6117 * gdb.arch/i386-bp_permanent.exp
6118 * gdb.arch/i386-gnu-cfi.exp
6119 * gdb.base/disasm-end-cu.exp
6120 * gdb.base/macscp.exp
6121 * gdb.base/pending.exp
6122 * gdb.base/watch_thread_num.exp
6123 * gdb.cp/exception.exp
6124 * gdb.cp/gdb2495.exp
6125 * gdb.cp/local.exp
6126 * gdb.python/py-evsignal.exp
6127 * gdb.python/python.exp
6128 * gdb.trace/tracecmd.exp
6129
6130 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6131
6132 Fix test names starting with uppercase throughout the files.
6133
6134 * gdb.base/charset.exp
6135 * gdb.base/eval.exp
6136 * gdb.base/multi-forks.exp
6137 * gdb.guile/scm-progspace.exp
6138 * gdb.opencl/datatypes.exp
6139 * gdb.python/py-block.exp
6140 * gdb.python/py-function.exp
6141 * gdb.python/py-symbol.exp
6142 * gdb.python/py-symtab.exp
6143 * gdb.python/py-xmethods.exp
6144 * gdb.reverse/break-precsave.exp
6145 * gdb.reverse/break-reverse.exp
6146 * gdb.reverse/consecutive-precsave.exp
6147 * gdb.reverse/consecutive-reverse.exp
6148 * gdb.reverse/finish-precsave.exp
6149 * gdb.reverse/finish-reverse-bkpt.exp
6150 * gdb.reverse/finish-reverse.exp
6151 * gdb.reverse/fstatat-reverse.exp
6152 * gdb.reverse/getresuid-reverse.exp
6153 * gdb.reverse/i386-precsave.exp
6154 * gdb.reverse/i386-reverse.exp
6155 * gdb.reverse/i386-sse-reverse.exp
6156 * gdb.reverse/i387-stack-reverse.exp
6157 * gdb.reverse/insn-reverse.exp
6158 * gdb.reverse/machinestate-precsave.exp
6159 * gdb.reverse/machinestate.exp
6160 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6161 * gdb.reverse/pipe-reverse.exp
6162 * gdb.reverse/readv-reverse.exp
6163 * gdb.reverse/recvmsg-reverse.exp
6164 * gdb.reverse/rerun-prec.exp
6165 * gdb.reverse/s390-mvcle.exp
6166 * gdb.reverse/sigall-precsave.exp
6167 * gdb.reverse/sigall-reverse.exp
6168 * gdb.reverse/solib-precsave.exp
6169 * gdb.reverse/solib-reverse.exp
6170 * gdb.reverse/step-precsave.exp
6171 * gdb.reverse/step-reverse.exp
6172 * gdb.reverse/time-reverse.exp
6173 * gdb.reverse/until-precsave.exp
6174 * gdb.reverse/until-reverse.exp
6175 * gdb.reverse/waitpid-reverse.exp
6176 * gdb.reverse/watch-precsave.exp
6177 * gdb.reverse/watch-reverse.exp
6178
6179 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6180
6181 Fix test names starting with uppercase throughout the files.
6182
6183 * gdb.arch/i386-mpx-simple_segv.exp
6184 * gdb.arch/i386-mpx.exp
6185 * gdb.arch/i386-permbkpt.exp
6186 * gdb.arch/pa-nullify.exp
6187 * gdb.arch/powerpc-d128-regs.exp
6188 * gdb.arch/vsx-regs.exp
6189 * gdb.base/bfp-test.exp
6190 * gdb.base/break.exp
6191 * gdb.base/breakpoint-shadow.exp
6192 * gdb.base/callfuncs.exp
6193 * gdb.base/charset.exp
6194 * gdb.base/commands.exp
6195 * gdb.base/completion.exp
6196 * gdb.base/dfp-test.exp
6197 * gdb.base/echo.exp
6198 * gdb.base/ending-run.exp
6199 * gdb.base/eval.exp
6200 * gdb.base/expand-psymtabs.exp
6201 * gdb.base/float128.exp
6202 * gdb.base/floatn.exp
6203 * gdb.base/foll-exec-mode.exp
6204 * gdb.base/gdb1056.exp
6205 * gdb.base/gdb11531.exp
6206 * gdb.base/kill-after-signal.exp
6207 * gdb.base/multi-forks.exp
6208 * gdb.base/overlays.exp
6209 * gdb.base/pending.exp
6210 * gdb.base/sepdebug.exp
6211 * gdb.base/testenv.exp
6212 * gdb.base/valgrind-db-attach.exp
6213 * gdb.base/watch_thread_num.exp
6214 * gdb.base/watchpoint-cond-gone.exp
6215 * gdb.base/watchpoint.exp
6216 * gdb.base/watchpoints.exp
6217 * gdb.cp/arg-reference.exp
6218 * gdb.cp/baseenum.exp
6219 * gdb.cp/operator.exp
6220 * gdb.cp/shadow.exp
6221 * gdb.dwarf2/dw2-op-out-param.exp
6222 * gdb.dwarf2/dw2-reg-undefined.exp
6223 * gdb.go/chan.exp
6224 * gdb.go/hello.exp
6225 * gdb.go/integers.exp
6226 * gdb.go/methods.exp
6227 * gdb.go/package.exp
6228 * gdb.guile/scm-parameter.exp
6229 * gdb.guile/scm-progspace.exp
6230 * gdb.guile/scm-value.exp
6231 * gdb.mi/mi-pending.exp
6232 * gdb.mi/user-selected-context-sync.exp
6233 * gdb.multi/multi-attach.exp
6234 * gdb.multi/tids.exp
6235 * gdb.opt/clobbered-registers-O2.exp
6236 * gdb.pascal/floats.exp
6237 * gdb.pascal/integers.exp
6238 * gdb.python/py-block.exp
6239 * gdb.python/py-events.exp
6240 * gdb.python/py-parameter.exp
6241 * gdb.python/py-symbol.exp
6242 * gdb.python/py-symtab.exp
6243 * gdb.python/py-type.exp
6244 * gdb.python/py-value.exp
6245 * gdb.python/py-xmethods.exp
6246 * gdb.python/python.exp
6247 * gdb.reverse/break-precsave.exp
6248 * gdb.reverse/consecutive-precsave.exp
6249 * gdb.reverse/finish-precsave.exp
6250 * gdb.reverse/i386-precsave.exp
6251 * gdb.reverse/machinestate-precsave.exp
6252 * gdb.reverse/sigall-precsave.exp
6253 * gdb.reverse/solib-precsave.exp
6254 * gdb.reverse/step-precsave.exp
6255 * gdb.reverse/until-precsave.exp
6256 * gdb.reverse/watch-precsave.exp
6257 * gdb.server/ext-attach.exp
6258 * gdb.server/ext-restart.exp
6259 * gdb.server/ext-run.exp
6260 * gdb.server/ext-wrapper.exp
6261 * gdb.stabs/gdb11479.exp
6262 * gdb.stabs/weird.exp
6263 * gdb.threads/attach-many-short-lived-threads.exp
6264 * gdb.threads/kill.exp
6265 * gdb.threads/watchpoint-fork.exp
6266
6267 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6268
6269 Fix test names starting with uppercase throughout all the files below.
6270
6271 * gdb.ada/array_return.exp
6272 * gdb.ada/catch_ex.exp
6273 * gdb.ada/info_exc.exp
6274 * gdb.ada/mi_catch_ex.exp
6275 * gdb.ada/mi_dyn_arr.exp
6276 * gdb.ada/mi_ex_cond.exp
6277 * gdb.ada/mi_exc_info.exp
6278 * gdb.ada/mi_interface.exp
6279 * gdb.ada/mi_task_arg.exp
6280 * gdb.ada/mi_task_info.exp
6281 * gdb.ada/mi_var_array.exp
6282 * gdb.arch/alpha-step.exp
6283 * gdb.arch/amd64-disp-step.exp
6284 * gdb.arch/arm-disp-step.exp
6285 * gdb.arch/disp-step-insn-reloc.exp
6286 * gdb.arch/e500-prologue.exp
6287 * gdb.arch/ftrace-insn-reloc.exp
6288 * gdb.arch/gdb1558.exp
6289 * gdb.arch/i386-bp_permanent.exp
6290 * gdb.arch/i386-disp-step.exp
6291 * gdb.arch/i386-float.exp
6292 * gdb.arch/i386-gnu-cfi.exp
6293 * gdb.arch/ia64-breakpoint-shadow.exp
6294 * gdb.arch/mips16-thunks.exp
6295 * gdb.arch/pa-nullify.exp
6296 * gdb.arch/powerpc-aix-prologue.exp
6297 * gdb.arch/powerpc-power.exp
6298 * gdb.arch/ppc-dfp.exp
6299 * gdb.arch/s390-tdbregs.exp
6300 * gdb.arch/spu-info.exp
6301 * gdb.arch/spu-ls.exp
6302 * gdb.arch/thumb-bx-pc.exp
6303 * gdb.base/advance.exp
6304 * gdb.base/annota-input-while-running.exp
6305 * gdb.base/arrayidx.exp
6306 * gdb.base/asmlabel.exp
6307 * gdb.base/async.exp
6308 * gdb.base/attach-wait-input.exp
6309 * gdb.base/auto-connect-native-target.exp
6310 * gdb.base/batch-preserve-term-settings.exp
6311 * gdb.base/bfp-test.exp
6312 * gdb.base/bigcore.exp
6313 * gdb.base/bp-permanent.exp
6314 * gdb.base/break-always.exp
6315 * gdb.base/break-fun-addr.exp
6316 * gdb.base/break-idempotent.exp
6317 * gdb.base/break-main-file-remove-fail.exp
6318 * gdb.base/break-probes.exp
6319 * gdb.base/break-unload-file.exp
6320 * gdb.base/break.exp
6321 * gdb.base/call-ar-st.exp
6322 * gdb.base/call-rt-st.exp
6323 * gdb.base/call-sc.exp
6324 * gdb.base/call-signal-resume.exp
6325 * gdb.base/call-strs.exp
6326 * gdb.base/callexit.exp
6327 * gdb.base/callfuncs.exp
6328 * gdb.base/catch-gdb-caused-signals.exp
6329 * gdb.base/catch-signal-siginfo-cond.exp
6330 * gdb.base/catch-syscall.exp
6331 * gdb.base/compare-sections.exp
6332 * gdb.base/cond-eval-mode.exp
6333 * gdb.base/condbreak-call-false.exp
6334 * gdb.base/consecutive-step-over.exp
6335 * gdb.base/cursal.exp
6336 * gdb.base/disabled-location.exp
6337 * gdb.base/disasm-end-cu.exp
6338 * gdb.base/display.exp
6339 * gdb.base/double-prompt-target-event-error.exp
6340 * gdb.base/dprintf-bp-same-addr.exp
6341 * gdb.base/dprintf-detach.exp
6342 * gdb.base/dprintf-next.exp
6343 * gdb.base/dprintf-non-stop.exp
6344 * gdb.base/dprintf-pending.exp
6345 * gdb.base/dso2dso.exp
6346 * gdb.base/ending-run.exp
6347 * gdb.base/enum_cond.exp
6348 * gdb.base/examine-backward.exp
6349 * gdb.base/exe-lock.exp
6350 * gdb.base/exec-invalid-sysroot.exp
6351 * gdb.base/execl-update-breakpoints.exp
6352 * gdb.base/execution-termios.exp
6353 * gdb.base/fileio.exp
6354 * gdb.base/fixsection.exp
6355 * gdb.base/foll-exec-mode.exp
6356 * gdb.base/foll-exec.exp
6357 * gdb.base/fork-running-state.exp
6358 * gdb.base/frame-args.exp
6359 * gdb.base/fullpath-expand.exp
6360 * gdb.base/func-ptr.exp
6361 * gdb.base/gcore-relro-pie.exp
6362 * gdb.base/gdb1090.exp
6363 * gdb.base/gdb1555.exp
6364 * gdb.base/global-var-nested-by-dso.exp
6365 * gdb.base/gnu-ifunc.exp
6366 * gdb.base/hbreak-in-shr-unsupported.exp
6367 * gdb.base/hbreak-unmapped.exp
6368 * gdb.base/hook-stop.exp
6369 * gdb.base/infcall-input.exp
6370 * gdb.base/info-fun.exp
6371 * gdb.base/info-shared.exp
6372 * gdb.base/interrupt-noterm.exp
6373 * gdb.base/jit-so.exp
6374 * gdb.base/jit.exp
6375 * gdb.base/line-symtabs.exp
6376 * gdb.base/list.exp
6377 * gdb.base/longjmp.exp
6378 * gdb.base/macscp.exp
6379 * gdb.base/max-value-size.exp
6380 * gdb.base/nodebug.exp
6381 * gdb.base/nofield.exp
6382 * gdb.base/overlays.exp
6383 * gdb.base/paginate-after-ctrl-c-running.exp
6384 * gdb.base/paginate-bg-execution.exp
6385 * gdb.base/paginate-inferior-exit.exp
6386 * gdb.base/pending.exp
6387 * gdb.base/pr11022.exp
6388 * gdb.base/printcmds.exp
6389 * gdb.base/ptr-typedef.exp
6390 * gdb.base/ptype.exp
6391 * gdb.base/randomize.exp
6392 * gdb.base/range-stepping.exp
6393 * gdb.base/realname-expand.exp
6394 * gdb.base/relativedebug.exp
6395 * gdb.base/remote.exp
6396 * gdb.base/savedregs.exp
6397 * gdb.base/sepdebug.exp
6398 * gdb.base/set-noassign.exp
6399 * gdb.base/shlib-call.exp
6400 * gdb.base/shreloc.exp
6401 * gdb.base/sigaltstack.exp
6402 * gdb.base/sigbpt.exp
6403 * gdb.base/siginfo-addr.exp
6404 * gdb.base/siginfo-obj.exp
6405 * gdb.base/siginfo-thread.exp
6406 * gdb.base/signest.exp
6407 * gdb.base/signull.exp
6408 * gdb.base/sigrepeat.exp
6409 * gdb.base/skip.exp
6410 * gdb.base/so-impl-ld.exp
6411 * gdb.base/solib-corrupted.exp
6412 * gdb.base/solib-disc.exp
6413 * gdb.base/solib-display.exp
6414 * gdb.base/solib-overlap.exp
6415 * gdb.base/solib-search.exp
6416 * gdb.base/solib-symbol.exp
6417 * gdb.base/source-execution.exp
6418 * gdb.base/sss-bp-on-user-bp-2.exp
6419 * gdb.base/sss-bp-on-user-bp.exp
6420 * gdb.base/stack-checking.exp
6421 * gdb.base/stale-infcall.exp
6422 * gdb.base/step-break.exp
6423 * gdb.base/step-line.exp
6424 * gdb.base/step-over-exit.exp
6425 * gdb.base/step-test.exp
6426 * gdb.base/structs.exp
6427 * gdb.base/sym-file.exp
6428 * gdb.base/symtab-search-order.exp
6429 * gdb.base/term.exp
6430 * gdb.base/type-opaque.exp
6431 * gdb.base/unload.exp
6432 * gdb.base/until-nodebug.exp
6433 * gdb.base/until.exp
6434 * gdb.base/unwindonsignal.exp
6435 * gdb.base/watch-cond.exp
6436 * gdb.base/watch-non-mem.exp
6437 * gdb.base/watch_thread_num.exp
6438 * gdb.base/watchpoint-reuse-slot.exp
6439 * gdb.base/watchpoint-solib.exp
6440 * gdb.base/watchpoint.exp
6441 * gdb.btrace/dlopen.exp
6442 * gdb.cell/arch.exp
6443 * gdb.cell/break.exp
6444 * gdb.cell/bt.exp
6445 * gdb.cell/core.exp
6446 * gdb.cell/data.exp
6447 * gdb.cell/dwarfaddr.exp
6448 * gdb.cell/ea-cache.exp
6449 * gdb.cell/ea-standalone.exp
6450 * gdb.cell/ea-test.exp
6451 * gdb.cell/f-regs.exp
6452 * gdb.cell/fork.exp
6453 * gdb.cell/gcore.exp
6454 * gdb.cell/mem-access.exp
6455 * gdb.cell/ptype.exp
6456 * gdb.cell/registers.exp
6457 * gdb.cell/sizeof.exp
6458 * gdb.cell/solib-symbol.exp
6459 * gdb.cell/solib.exp
6460 * gdb.compile/compile-tls.exp
6461 * gdb.cp/exception.exp
6462 * gdb.cp/gdb2495.exp
6463 * gdb.cp/local.exp
6464 * gdb.cp/mb-inline.exp
6465 * gdb.cp/mb-templates.exp
6466 * gdb.cp/pr10687.exp
6467 * gdb.cp/pr9167.exp
6468 * gdb.cp/scope-err.exp
6469 * gdb.cp/templates.exp
6470 * gdb.cp/virtfunc.exp
6471 * gdb.dwarf2/dw2-dir-file-name.exp
6472 * gdb.dwarf2/dw2-single-line-discriminators.exp
6473 * gdb.fortran/complex.exp
6474 * gdb.fortran/library-module.exp
6475 * gdb.guile/guile.exp
6476 * gdb.guile/scm-cmd.exp
6477 * gdb.guile/scm-frame-inline.exp
6478 * gdb.guile/scm-objfile.exp
6479 * gdb.guile/scm-pretty-print.exp
6480 * gdb.guile/scm-symbol.exp
6481 * gdb.guile/scm-type.exp
6482 * gdb.guile/scm-value.exp
6483 * gdb.linespec/keywords.exp
6484 * gdb.linespec/ls-errs.exp
6485 * gdb.linespec/macro-relative.exp
6486 * gdb.linespec/thread.exp
6487 * gdb.mi/mi-breakpoint-changed.exp
6488 * gdb.mi/mi-dprintf-pending.exp
6489 * gdb.mi/mi-fullname-deleted.exp
6490 * gdb.mi/mi-logging.exp
6491 * gdb.mi/mi-pending.exp
6492 * gdb.mi/mi-solib.exp
6493 * gdb.mi/new-ui-mi-sync.exp
6494 * gdb.mi/user-selected-context-sync.exp
6495 * gdb.multi/dummy-frame-restore.exp
6496 * gdb.multi/multi-arch-exec.exp
6497 * gdb.multi/remove-inferiors.exp
6498 * gdb.multi/watchpoint-multi-exit.exp
6499 * gdb.opt/solib-intra-step.exp
6500 * gdb.perf/backtrace.exp
6501 * gdb.perf/single-step.exp
6502 * gdb.perf/skip-command.exp
6503 * gdb.perf/skip-prologue.exp
6504 * gdb.perf/solib.exp
6505 * gdb.python/lib-types.exp
6506 * gdb.python/py-as-string.exp
6507 * gdb.python/py-bad-printers.exp
6508 * gdb.python/py-block.exp
6509 * gdb.python/py-breakpoint.exp
6510 * gdb.python/py-cmd.exp
6511 * gdb.python/py-events.exp
6512 * gdb.python/py-evthreads.exp
6513 * gdb.python/py-finish-breakpoint.exp
6514 * gdb.python/py-finish-breakpoint2.exp
6515 * gdb.python/py-frame-inline.exp
6516 * gdb.python/py-frame.exp
6517 * gdb.python/py-inferior.exp
6518 * gdb.python/py-infthread.exp
6519 * gdb.python/py-mi.exp
6520 * gdb.python/py-objfile.exp
6521 * gdb.python/py-pp-maint.exp
6522 * gdb.python/py-pp-registration.exp
6523 * gdb.python/py-prettyprint.exp
6524 * gdb.python/py-recurse-unwind.exp
6525 * gdb.python/py-shared.exp
6526 * gdb.python/py-symbol.exp
6527 * gdb.python/py-symtab.exp
6528 * gdb.python/py-template.exp
6529 * gdb.python/py-type.exp
6530 * gdb.python/py-unwind-maint.exp
6531 * gdb.python/py-unwind.exp
6532 * gdb.python/py-value.exp
6533 * gdb.python/python.exp
6534 * gdb.reverse/finish-reverse-bkpt.exp
6535 * gdb.reverse/insn-reverse.exp
6536 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6537 * gdb.reverse/solib-precsave.exp
6538 * gdb.reverse/solib-reverse.exp
6539 * gdb.stabs/gdb11479.exp
6540 * gdb.stabs/weird.exp
6541 * gdb.threads/fork-child-threads.exp
6542 * gdb.threads/fork-plus-threads.exp
6543 * gdb.threads/fork-thread-pending.exp
6544 * gdb.threads/forking-threads-plus-breakpoint.exp
6545 * gdb.threads/hand-call-in-threads.exp
6546 * gdb.threads/interrupted-hand-call.exp
6547 * gdb.threads/linux-dp.exp
6548 * gdb.threads/local-watch-wrong-thread.exp
6549 * gdb.threads/next-while-other-thread-longjmps.exp
6550 * gdb.threads/non-ldr-exit.exp
6551 * gdb.threads/pending-step.exp
6552 * gdb.threads/print-threads.exp
6553 * gdb.threads/process-dies-while-detaching.exp
6554 * gdb.threads/process-dies-while-handling-bp.exp
6555 * gdb.threads/pthreads.exp
6556 * gdb.threads/queue-signal.exp
6557 * gdb.threads/reconnect-signal.exp
6558 * gdb.threads/signal-command-handle-nopass.exp
6559 * gdb.threads/signal-command-multiple-signals-pending.exp
6560 * gdb.threads/signal-delivered-right-thread.exp
6561 * gdb.threads/signal-sigtrap.exp
6562 * gdb.threads/sigthread.exp
6563 * gdb.threads/staticthreads.exp
6564 * gdb.threads/stepi-random-signal.exp
6565 * gdb.threads/thread-unwindonsignal.exp
6566 * gdb.threads/thread_check.exp
6567 * gdb.threads/thread_events.exp
6568 * gdb.threads/tid-reuse.exp
6569 * gdb.threads/tls-nodebug.exp
6570 * gdb.threads/tls-shared.exp
6571 * gdb.threads/tls-so_extern.exp
6572 * gdb.threads/tls.exp
6573 * gdb.threads/wp-replication.exp
6574 * gdb.trace/actions-changed.exp
6575 * gdb.trace/actions.exp
6576 * gdb.trace/backtrace.exp
6577 * gdb.trace/change-loc.exp
6578 * gdb.trace/collection.exp
6579 * gdb.trace/deltrace.exp
6580 * gdb.trace/disconnected-tracing.exp
6581 * gdb.trace/entry-values.exp
6582 * gdb.trace/ftrace-lock.exp
6583 * gdb.trace/ftrace.exp
6584 * gdb.trace/infotrace.exp
6585 * gdb.trace/mi-trace-frame-collected.exp
6586 * gdb.trace/mi-trace-unavailable.exp
6587 * gdb.trace/mi-traceframe-changed.exp
6588 * gdb.trace/mi-tracepoint-changed.exp
6589 * gdb.trace/mi-tsv-changed.exp
6590 * gdb.trace/no-attach-trace.exp
6591 * gdb.trace/packetlen.exp
6592 * gdb.trace/passc-dyn.exp
6593 * gdb.trace/passcount.exp
6594 * gdb.trace/pending.exp
6595 * gdb.trace/pr16508.exp
6596 * gdb.trace/qtro.exp
6597 * gdb.trace/range-stepping.exp
6598 * gdb.trace/read-memory.exp
6599 * gdb.trace/report.exp
6600 * gdb.trace/save-trace.exp
6601 * gdb.trace/signal.exp
6602 * gdb.trace/stap-trace.exp
6603 * gdb.trace/status-stop.exp
6604 * gdb.trace/strace.exp
6605 * gdb.trace/tfile.exp
6606 * gdb.trace/tfind.exp
6607 * gdb.trace/trace-break.exp
6608 * gdb.trace/trace-condition.exp
6609 * gdb.trace/trace-enable-disable.exp
6610 * gdb.trace/trace-mt.exp
6611 * gdb.trace/tracecmd.exp
6612 * gdb.trace/tracefile-pseudo-reg.exp
6613 * gdb.trace/tspeed.exp
6614 * gdb.trace/tstatus.exp
6615 * gdb.trace/tsv.exp
6616 * gdb.trace/unavailable.exp
6617 * gdb.trace/while-dyn.exp
6618 * gdb.trace/while-stepping.exp
6619 * lib/gdb-guile.exp
6620 * lib/gdb.exp
6621 * lib/mi-support.exp
6622 * lib/pascal.exp
6623 * lib/perftest.exp
6624 * lib/prelink-support.exp
6625 * lib/selftest-support.exp
6626
6627 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6628
6629 * Makefile.in: Include disable-implicit-rules.mk.
6630
6631 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6632
6633 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6634 non-byte-aligned bit fields.
6635
6636 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6637
6638 PR gdb/12616
6639 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6640 respects the DW_AT_data_bit_offset attribute.
6641
6642 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6643
6644 * gdb.base/default.exp: Fix output of "set language".
6645
6646 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6647
6648 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6649 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6650 make.
6651 * configure.ac: Remove checks for the make program.
6652 * configure: Re-generate.
6653
6654 2016-11-16 Kevin Buettner <kevinb@redhat.com>
6655
6656 * gdb.python/py-recurse-unwind.c (main): Add loop.
6657 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6658 to read_register() and gdb.parse_and_eval(). Make each code
6659 call a separate case that can be individually tested.
6660 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6661 proc. Call cont_and_backtrace for each of the code paths that
6662 we want to test in the unwinder.
6663
6664 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6665
6666 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6667 the definition of struct S.
6668
6669 2016-11-11 Catherine Moore <clm@codesourcery.com>
6670
6671 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6672
6673 2016-11-09 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.base/commands.exp (runto_or_return): New procedure.
6676 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6677 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6678 (progvar_simple_while_test, progvar_complex_if_while_test)
6679 (if_while_breakpoint_command_test)
6680 (infrun_breakpoint_command_test, breakpoint_command_test)
6681 (user_defined_command_test, watchpoint_command_test)
6682 (test_command_prompt_position, redefine_hook_test)
6683 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6684 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6685 multi_line_input and multi_line. Remove gdb_expect and
6686 gdb_stop_suppressing_tests uses.
6687 * lib/gdb.exp (valnum_re): New global.
6688 (multi_line_input): New procedure.
6689
6690 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6691
6692 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6693 Remove.
6694 (test_setup): Define with proc_with_prefix.
6695 (test_cli_inferior): Likewise.
6696 (test_cli_thread): Likewise.
6697 (test_cli_frame): Likewise.
6698 (test_cli_select_frame): Likewise.
6699 (test_cli_up_down): Likewise.
6700 (test_mi_thread_select): Likewise.
6701 (test_mi_stack_select_frame): Likewise.
6702 (test_cli_in_mi_inferior): Likewise.
6703 (test_cli_in_mi_thread): Likewise.
6704 (test_cli_in_mi_frame): Likewise.
6705 (top level): Do not use with_test_prefix_procname.
6706
6707 2016-11-09 Pedro Alves <palves@redhat.com>
6708
6709 * gdb.base/commands.exp (gdbvar_simple_if_test)
6710 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6711 (progvar_simple_if_test, progvar_simple_while_test)
6712 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6713 (infrun_breakpoint_command_test, breakpoint_command_test)
6714 (user_defined_command_test, watchpoint_command_test)
6715 (test_command_prompt_position, deprecated_command_test)
6716 (bp_deleted_in_command, temporary_breakpoint_commands)
6717 (stray_arg0_test, source_file_with_indented_comment)
6718 (recursive_source_test, if_commands_test)
6719 (error_clears_commands_left, redefine_hook_test)
6720 (redefine_backtrace_test): Use proc_with_prefix.
6721 * lib/gdb.exp (proc_with_prefix): New proc.
6722
6723 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6724
6725 * gdb.base/tui-layout.c: New file.
6726 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6727 disassembly window contains very long lines.
6728
6729 2016-11-08 Tom Tromey <tom@tromey.com>
6730
6731 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6732 depend on Python 2.
6733
6734 2016-11-08 Tom Tromey <tom@tromey.com>
6735
6736 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6737 New method.
6738
6739 2016-10-29 Manish Goregaokar <manish@mozilla.com>
6740
6741 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6742
6743 2016-10-27 Manish Goregaokar <manish@mozilla.com>
6744
6745 * gdb.rust/simple.rs: Add test for univariant enums without
6746 discriminants and for encoded struct-like enums.
6747
6748 2016-10-28 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6751 gdb_test_multiple, tighten regexps and match symtabs and line
6752 tables incrementally.
6753
6754 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
6755
6756 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6757 general.
6758
6759 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
6760
6761 * gdb.base/exec-invalid-sysroot.exp: New file.
6762
6763 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6764
6765 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6766
6767 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6768
6769 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6770
6771 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6772
6773 * gdb.base/killed-outside.exp: Remove $options from a call to
6774 `prepare_for_testing'.
6775
6776 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6777
6778 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6779 Change test message.
6780
6781 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6782
6783 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6784 Update comment.
6785
6786 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6787
6788 * gdb.trace/mi-trace-save.exp: New file.
6789
6790 2016-10-13 Yao Qi <yao.qi@linaro.org>
6791
6792 * gdb.base/code_elim.exp (get_var_address): Remove.
6793 * gdb.base/relocate.exp: Likewise.
6794 * gdb.base/shreloc.exp: Likewise.
6795 * lib/gdb.exp (get_var_address): New.
6796
6797 2016-10-13 Yao Qi <yao.qi@linaro.org>
6798
6799 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6800 floating point tests if $skip_float_test is false.
6801
6802 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
6803
6804 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6805 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6806 argc values.
6807 Add 1 to argc so we guarantee distinct initial/modified argc values.
6808
6809 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6810
6811 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6812
6813 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6814
6815 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6816 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6817 * gdb.arch/vsx-regs.exp: Likewise.
6818
6819 2016-10-07 Yao Qi <yao.qi@linaro.org>
6820
6821 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6822
6823 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6824
6825 * gdb.python/python.exp: Test decode_line("*0").
6826
6827 2016-10-06 Doug Evans <dje@google.com>
6828
6829 * gdb.python/py-value.exp (test_value_creation): Add test for large
6830 unsigned 64-bit value.
6831
6832 2016-10-06 Tom Tromey <tom@tromey.com>
6833
6834 * gdb.compile/compile.exp: Change java tests to rust.
6835 * gdb.base/setshow.exp: Change java tests to rust.
6836 * gdb.base/default.exp: Remove java from language list.
6837 * README (Examples): Update language example.
6838 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6839 test.
6840 * lib/gdb.exp (skip_java_tests): Remove.
6841 * lib/java.exp: Remove.
6842 * gdb.java: Remove.
6843
6844 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6845
6846 * gdb.arch/mips-fcr.exp: New test.
6847 * gdb.arch/mips-fcr.c: Source for the new test.
6848
6849 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6850
6851 * gdb.base/solib-disc.exp: Use `standard_output_file'
6852 throughout.
6853
6854 2016-10-06 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.base/jit-simple-dl.c: New file.
6857 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6858 * gdb.base/jit-simple.c: ... this.
6859 * gdb.base/jit-simple.exp (jit_run): Delete.
6860 (build_jit): New proc.
6861 (jit_test_reread): Recompile either the main program or the shared
6862 library, depending on what is being tested. Skip changing address
6863 if caller wants to. Compare before/after addresses. If testing
6864 standalone, explicitly load the binary. Test "maint info
6865 breakpoints".
6866 (top level): Add "standalone vs shared lib" and "change address"
6867 vs "same address" axes.
6868
6869 2016-10-06 Pedro Alves <palves@redhat.com>
6870
6871 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6872 call.
6873 (jit_run): Delete.
6874 (jit_test_reread): Use with_test_prefix. Reload the main binary
6875 explicitly. Compare the before/after addresses of the JIT
6876 descriptor.
6877
6878 2016-08-15 Doug Evans <dje@google.com>
6879
6880 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6881 for single bitfields is bool.
6882 * gdb.xml/tdesc-regs.exp: Ditto.
6883
6884 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6885
6886 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6887
6888 2016-10-05 Yao Qi <yao.qi@linaro.org>
6889
6890 * lib/gdb.exp (support_complex_tests): Return zero if
6891 gdb_skip_float_test return true.
6892
6893 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6894 Simon Marchi <simon.marchi@ericsson.com>
6895
6896 PR gdb/20487
6897 * gdb.mi/user-selected-context-sync.exp: New file.
6898 * gdb.mi/user-selected-context-sync.c: New file.
6899
6900 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6901 Simon Marchi <simon.marchi@ericsson.com>
6902
6903 PR gdb/20487
6904 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6905 =thread-select-event check.
6906
6907 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6908
6909 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6910 the compulsory L operand changes.
6911 * gdb.arch/powerpc-power.s: Likewise.
6912
6913 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6914
6915 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6916 * gdb.base/jit-attach-pie.c: New file.
6917 * gdb.base/jit-attach-pie.exp: New file.
6918
6919 2016-09-28 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.base/infcall-input.c: New file.
6922 * gdb.base/infcall-input.exp: New file.
6923
6924 2016-09-22 Yao Qi <yao.qi@linaro.org>
6925
6926 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6927 (gdb_exit): Rename it to ...
6928 (gdbserver_gdb_exit): ... Close GDBserver.
6929 (gdb_exit): New proc, call gdbserver_gdb_exit.
6930 (mi_gdb_exit): Likewise.
6931
6932 2016-09-22 Yao Qi <yao.qi@linaro.org>
6933
6934 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6935 path.
6936 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6937 Remove duplication.
6938
6939 2016-09-22 Yao Qi <yao.qi@linaro.org>
6940
6941 * lib/gdbserver-support.exp: Check the existence of
6942 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6943
6944 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6945
6946 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6947
6948 2016-09-21 Tom Tromey <tom@tromey.com>
6949
6950 PR gdb/20604:
6951 * gdb.base/quit.exp: New file.
6952
6953 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6954
6955 * .gitignore: New file.
6956
6957 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6958
6959 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6960 throughout.
6961
6962 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6963
6964 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6965
6966 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6967
6968 * gdb.cp/casts.cc (decltype): Move it ...
6969 (main): ... with its call to ...
6970 * gdb.cp/casts03.cc: ... a new file.
6971 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6972
6973 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6974
6975 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6976
6977 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6978
6979 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6980 and sync up the test with tests in gas/testsuite/gas/ppc.
6981 * gdb.arch/powerpc-power.exp: Likewise.
6982
6983 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6984
6985 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6986
6987 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6988 Jan Kratochvil <jan.kratochvil@redhat.com>
6989
6990 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6991 make m1's definition to be different from m2's. Use 'dummy' as an
6992 argument for probe 'two'.
6993
6994 2016-09-10 Jon Beniston <jon@beniston.com>
6995
6996 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6997 for sim target.
6998
6999 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7000
7001 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7002 variable declaration.
7003 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7004 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7005 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7006 received HWCAP as its argument.
7007
7008 2016-09-06 Pedro Alves <palves@redhat.com>
7009
7010 * gdb.base/new-ui-pending-input.c: New file.
7011 * gdb.base/new-ui-pending-input.exp: New file.
7012 * gdb.exp (clear_gdb_spawn_id): New procedure.
7013 (with_spawn_id): Check whether gdb_spawn_id exists before
7014 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7015 on exit.
7016
7017 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7018
7019 * gdb.base/float128.c: New file.
7020 * gdb.base/float128.exp: Likewise.
7021 * gdb.base/floatn.c: Likewise.
7022 * gdb.base/floatn.exp: Likewise.
7023
7024 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7025
7026 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7027
7028 2016-09-05 Pedro Alves <palves@redhat.com>
7029
7030 PR backtrace/19927
7031 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7032 unwinders are immediately called as side effect of "source" or
7033 "disable unwinder" commands.
7034 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7035
7036 2016-09-02 Yao Qi <yao.qi@linaro.org>
7037
7038 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7039 is true and $type is "float" or "double".
7040
7041 2016-09-02 Yao Qi <yao.qi@linaro.org>
7042
7043 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7044 true.
7045 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7046 * gdb.base/call-rt-st.exp: Likewise.
7047 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7048 return value instead of gdb,skip_float_test.
7049 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7050 (do_function_calls): Use its return value instead of
7051 gdb,skip_float_test.
7052 * gdb.base/finish.exp: Likewise.
7053 * gdb.base/funcargs.exp: Likewise.
7054 * gdb.base/return.exp: Likewise.
7055 * gdb.base/return2.exp: Likewise.
7056 * gdb.base/varargs.exp: Likewise.
7057 * lib/gdb.exp (gdb_skip_float_test): Change it to
7058 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7059
7060 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7061
7062 * gdb.multi/tids.exp: Test "thread apply all".
7063
7064 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7065
7066 * gdb.base/default.exp (tty): Remove.
7067
7068 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7069
7070 * gdb.python/py-recurse-unwind.c: New file.
7071 * gdb.python/py-recurse-unwind.py: New file.
7072 * gdb.python/py-recurse-unwind.exp: New file.
7073
7074 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7075
7076 * gdb.base/set-inferior-tty.exp: New file.
7077 * gdb.base/set-inferior-tty.c: New file.
7078
7079 2016-08-23 Pedro Alves <palves@redhat.com>
7080
7081 PR gdb/20494
7082 * gdb.base/new-ui-echo.c: New file.
7083 * gdb.base/new-ui-echo.exp: New file.
7084
7085 2016-08-23 Yao Qi <yao.qi@linaro.org>
7086
7087 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7088 gdbserver_spawn.
7089 * gdb.server/connect-without-multi-process.exp (do_test):
7090 Likewise.
7091
7092 2016-08-23 Yao Qi <yao.qi@linaro.org>
7093
7094 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7095 standalone_txt. Delete gdb_txt and standalone_txt on host
7096 and target. Spawn the binary on target. Copy files from
7097 target to host.
7098
7099 2016-08-22 Pedro Alves <palves@redhat.com>
7100
7101 PR gdb/20505
7102 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7103 with_test_prefix. Factor out bits to ...
7104 (test_no_vdso): ... this new procedure.
7105
7106 2016-08-19 Carl Love <cel@us.ibm.com>
7107
7108 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7109 maintaining separate logic for constructing the output path.
7110 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7111 * gdb.arch/ppc-dfp.exp: Likewise.
7112 * gdb.arch/ppc-fp.exp: Likewise.
7113 * gdb.arch/vsx-regs.exp: Likewise.
7114 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7115 binprefix for generating the additional binary files.
7116
7117 2016-08-19 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.trace/mi-trace-frame-collected.exp
7120 (test_trace_frame_collected): On x32, expect two registers.
7121
7122 2016-08-18 Carl Love <cel@us.ibm.com>
7123
7124 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7125 and sync up the test with tests in gas/testsuite/gas/ppc.
7126 * gdb.arch/powerpc-power.exp: Likewise.
7127
7128 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7129
7130 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7131 expected error message.
7132
7133 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7134
7135 * gdb.multi/remove-inferiors.exp: New file.
7136 * gdb.multi/remove-inferiors.c: New file.
7137
7138 2016-08-12 Yao Qi <yao.qi@linaro.org>
7139
7140 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7141 argument list.
7142
7143 2016-08-10 Pedro Alves <palves@redhat.com>
7144
7145 PR gdb/19187
7146 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7147 setup_kfails.
7148
7149 2016-08-09 Pedro Alves <palves@redhat.com>
7150 Simon Marchi <simon.marchi@ericsson.com>
7151
7152 PR gdb/20418
7153 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7154 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7155
7156 2016-08-09 Pedro Alves <palves@redhat.com>
7157
7158 PR mi/20431
7159 * gdb.mi/mi-cmd-error.exp: New file.
7160
7161 2016-08-09 Pedro Alves <palves@redhat.com>
7162
7163 PR gdb/18653
7164 * gdb.base/signals-state-child.c: New file.
7165 * gdb.base/signals-state-child.exp: New file.
7166 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7167
7168 2016-08-09 Pedro Alves <palves@redhat.com>
7169
7170 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7171
7172 2016-08-03 Tom Tromey <tom@tromey.com>
7173
7174 PR python/18565:
7175 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7176
7177 2016-08-01 Yao Qi <yao.qi@linaro.org>
7178
7179 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7180 variable mode to "multi-process" if $multi_process is 1, otherwise
7181 set it to "single-process".
7182
7183 2016-08-01 Yao Qi <yao.qi@linaro.org>
7184
7185 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7186 * gdb.cp/cpexprs.exp: Likewise.
7187 * gdb.cp/m-static.exp: Likewise.
7188
7189 2016-07-26 Tom Tromey <tom@tromey.com>
7190
7191 PR python/20190:
7192 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7193 test.
7194
7195 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7196
7197 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7198 selecting assembly source files.
7199 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7200 assembly source files.
7201 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7202 assembly source files.
7203 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7204 selecting assembly source files.
7205
7206 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7207
7208 * gdb.base/new-ui.exp (do_test_invalid_args): New
7209 procedure.
7210
7211 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7212
7213 * gdb.btrace/reconnect.c: New file.
7214 * gdb.btrace/reconnect.exp: New file.
7215
7216 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7217
7218 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7219 to test_catch_syscall_group.
7220 (test_catch_syscall_group): New.
7221
7222 2016-07-21 Tom Tromey <tom@tromey.com>
7223
7224 * gdb.rust/simple.rs (main): Use empty struct expression.
7225 * gdb.rust/simple.exp: Add tests for empty struct expression.
7226
7227 2016-07-21 Yao Qi <yao.qi@linaro.org>
7228
7229 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7230 if gdb_skip_xml_test is true on some targets.
7231
7232 2016-07-21 Yao Qi <yao.qi@linaro.org>
7233
7234 * gdb.server/solib-list.exp: Unset last_loaded_file.
7235
7236 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7237
7238 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7239 "step into captured_main (args)".
7240
7241 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7242
7243 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7244
7245 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7246
7247 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7248
7249 2016-07-19 Pedro Alves <palves@redhat.com>
7250
7251 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7252 * gdb.opt/inline-bt.exp: Likewise.
7253 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7254 additional_flags=-Winline.
7255 * gdb.opt/inline-locals.exp: Likewise.
7256 * gdb.opt/inline-markers.c (ATTR): Define.
7257 (inlined_fn): Use it.
7258
7259 2016-07-19 Yao Qi <yao.qi@linaro.org>
7260
7261 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7262 (test_with_self): Remove some code. Remove argument executable.
7263 (top-level): Use do_self_tests.
7264
7265 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7266 Don Breazeal <donb@codesourcery.com>
7267
7268 * gdb.base/maint.exp: Escape paths used in regular expressions.
7269 * gdb.stabs/weird.exp: Likewise.
7270
7271 2016-07-13 Tom Tromey <tom@tromey.com>
7272
7273 PR python/15620, PR python/18620:
7274 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7275 (test_bkpt_events): New procs.
7276
7277 2016-07-13 Tom Tromey <tom@tromey.com>
7278
7279 PR python/17698:
7280 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7281 test.
7282 (test_watchpoints): Likewise.
7283 (test_bkpt_pending): New proc.
7284
7285 2016-07-13 Tom Tromey <tom@tromey.com>
7286
7287 PR cli/18053:
7288 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7289 completion test.
7290
7291 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7292
7293 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7294 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7295 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7296 f_label.
7297 (g): Rename g_end_lbl to g_label.
7298 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7299 low_pc and high_pc.
7300 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7301
7302 2016-07-12 Tom Tromey <tom@tromey.com>
7303
7304 PR python/19293:
7305 * gdb.python/py-unwind-maint.exp: Update tests.
7306
7307 2016-07-12 Yao Qi <yao.qi@linaro.org>
7308
7309 * lib/selftest-support.exp (selftest_setup): Match the output
7310 when captured_main is inlined.
7311
7312 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7313
7314 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7315 New variables.
7316 (print this%a, print this%b, print this): New tests.
7317 * gdb.fortran/derived-types.f90 (this): New object and
7318 initialization.
7319
7320 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7321
7322 * gdb.ada/arraydim.exp: Remove extra directory level in build
7323 directory.
7324
7325 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7326
7327 * lib/ada.exp: Remove extra directory level in build directory.
7328 * gdb.ada/cond_lang.exp: Likewise.
7329 * gdb.ada/exec_changed.exp: Likewise.
7330 * gdb.ada/lang_switch.exp: Likewise.
7331
7332 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7333
7334 * simple.rs: Add test for raw pointer subscripting.
7335 * simple.exp: Add test expectations.
7336
7337 2016-07-05 Yao Qi <yao.qi@linaro.org>
7338
7339 * gdb.mi/mi-reverse.exp: Match =record-started output.
7340
7341 2016-07-01 Pedro Alves <palves@redhat.com>
7342
7343 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7344 procedure.
7345 (jit_reader_test): Test the jit reader's unwinder.
7346 * gdb.base/jithost.c (jit_function_00_code): New global.
7347 (main): Use memcpy to fill in the mmapped code, instead of poking
7348 bytes manually here.
7349 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7350 value.
7351 (read_debug_info): Save the function's range.
7352 (read_sp): New function.
7353 (unwind_frame): Use it. Also unwind RBP.
7354 (get_frame_id): Use read_sp.
7355 (gdb_init_reader): Use calloc instead of malloc.
7356 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7357 parameter. Use gdb_test_multiple.
7358
7359 2016-07-01 Pedro Alves <palves@redhat.com>
7360 Antoine Tremblay <antoine.tremblay@ericsson.com>
7361
7362 * gdb.threads/process-dies-while-detaching.c: New file.
7363 * gdb.threads/process-dies-while-detaching.exp: New file.
7364
7365 2016-07-01 Pedro Alves <palves@redhat.com>
7366
7367 * gdb.multi/watchpoint-multi-exit.c: New file.
7368 * gdb.multi/watchpoint-multi-exit.exp: New file.
7369
7370 2016-06-30 Pedro Alves <palves@redhat.com>
7371
7372 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7373 unset inferior_spawn_id.
7374
7375 2016-06-30 Pedro Alves <palves@redhat.com>
7376
7377 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7378 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7379
7380 2016-06-29 Yao Qi <yao.qi@linaro.org>
7381
7382 * gdb.base/return.c: Add copyright header.
7383
7384 2016-06-29 Tom Tromey <tom@tromey.com>
7385
7386 PR python/20129:
7387 * gdb.python/py-framefilter.exp: Add tests for setting priority
7388 and disabling of non-existent frame filter.
7389
7390 2016-06-29 Yao Qi <yao.qi@linaro.org>
7391
7392 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7393 0x0f07ff.
7394
7395 2016-06-28 Yao Qi <yao.qi@linaro.org>
7396
7397 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7398 triplets. Start gdb, execute catch syscall, and continue. Check
7399 gdb's output to determine catch syscall is supported.
7400
7401 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7402
7403 * gdb.rust/simple.rs: Add test for returning unit in a function.
7404 * gdb.rust/simple.exp: Add expectation for functions returning
7405 unit.
7406
7407 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7408
7409 * gdb.python/py-breakpoint-create-fail.c,
7410 gdb.python/py-breakpoint-create-fail.exp,
7411 gdb.python/py-breakpoint-create-fail.py: New testcase.
7412
7413 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7414
7415 PR gdb/20239
7416 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7417 * gdb.rust/simple.exp: Add test expectations for new NonZero
7418 tests.
7419
7420 2016-06-24 David Taylor <dtaylor@emc.com>
7421
7422 * gdb.base/offsets.exp: New file.
7423 * gdb.base/offsets.c: New file.
7424
7425 2016-06-23 Tom Tromey <tom@tromey.com>
7426
7427 PR gdb/16483:
7428 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7429 before any filters are loaded.
7430
7431 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7432
7433 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7434 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7435 structs.
7436 * gdb.fortran/derived-type-function.exp: New file.
7437 * gdb.fortran/derived-type-function.f90: New file.
7438
7439
7440 2016-06-21 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.base/new-ui.exp: New file.
7443 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7444 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7445 (with_spawn_id): New procedure.
7446
7447 2016-06-21 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.mi/mi-exec-run.exp: New file.
7450
7451 2016-06-21 Pedro Alves <palves@redhat.com>
7452
7453 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7454 breakpoint command's output on the main UI.
7455 (test_break): New procedure, factored out from calls in the top
7456 level.
7457 (top level): Use foreach_with_prefix to test MI as main UI and as
7458 separate UI.
7459
7460 2016-06-21 Pedro Alves <palves@redhat.com>
7461
7462 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7463 (test_awatch_creation_and_listing)
7464 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7465 Remove 'type' parameter.
7466 (test_watchpoint_all): New parameter mi_mode. Remove
7467 with_test_prefix.
7468 (top level): Use foreach_with_prefix, and add main/separate UI MI
7469 testing axis.
7470
7471 2016-06-21 Pedro Alves <palves@redhat.com>
7472
7473 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7474 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7475 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7476 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7477 (gdb_main_spawn_id, mi_spawn_id): Declare and
7478 comment.
7479 (mi_create_inferior_pty): New procedure,
7480 factored out from default_mi_gdb_start.
7481 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7482 procedures.
7483 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7484 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7485 Use mi_create_inferior_pty.
7486 (mi_gdb_start): Use eval to pass down args list.
7487
7488 2016-06-21 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7491 * gdb.opt/inline-cmds.exp: Add MI tests.
7492
7493 2016-06-21 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7496
7497 2016-06-21 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7500 (top level): Use it instead of mi_execute_to.
7501
7502 2016-06-21 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7505 (cont_handler_str): New.
7506 (signal_stop_handler): Set stop_handler_str instead of printing to
7507 stdout.
7508 (continue_handler): Set cont_handler_str instead of printing to
7509 stdout.
7510 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7511 mi_send_resuming_command. Print stop_handler_str and
7512 cont_handler_str instead of expecting the python events print
7513 directly.
7514
7515 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7516
7517 * gdb.base/jit-reader.exp: New file.
7518 * gdb.base/jithost.c: New file.
7519 * gdb.base/jithost.h: New file.
7520 * gdb.base/jitreader.c : New file.
7521 * gdb.base/jit-protocol.h: New file.
7522
7523 2016-06-17 Yao Qi <yao.qi@linaro.org>
7524
7525 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7526 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7527 and detach-on-fork. Adjust tests.
7528 (top level): Invoke break_cond_on_syscall with combinations of
7529 syscall, follow-fork-mode and detach-on-fork.
7530
7531 2016-06-17 Yao Qi <yao.qi@linaro.org>
7532
7533 * gdb.base/step-over-exit.c: New.
7534 * gdb.base/step-over-exit.exp: New.
7535
7536 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7537
7538 * gdb.base/float.exp: Add target check for nds32*-*-*.
7539 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7540
7541 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7542
7543 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7544 for unsupported target features.
7545 * gdb.base/call-rt-st.exp: Likewise.
7546 * gdb.base/call-sc.exp: Likewise.
7547 * gdb.base/call-signal-resume.exp: Likewise.
7548 * gdb.base/call-strs.exp: Likewise.
7549 * gdb.base/callexit.exp: Likewise.
7550 * gdb.base/callfuncs.exp: Likewise.
7551 * gdb.base/nodebug.exp: Likewise.
7552 * gdb.base/printcmds.exp: Likewise.
7553 * gdb.base/ptype.exp: Likewise.
7554 * gdb.base/structs.exp: Likewise.
7555 * gdb.base/unwindonsignal.exp: Likewise.
7556 * gdb.cp/gdb2495.exp: Likewise.
7557 * gdb.cp/templates.exp: Likewise.
7558 * gdb.cp/virtfunc.exp: Likewise.
7559 * gdb.threads/hand-call-in-threads.exp: Likewise.
7560 * gdb.threads/interrupted-hand-call.exp: Likewise.
7561 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7562
7563 2016-06-10 Tom Tromey <tom@tromey.com>
7564
7565 PR rust/20110:
7566 * gdb.rust/expr.exp: Add test for integer constant larger than
7567 i32.
7568
7569 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7570
7571 * gdb.fortran/nested-funcs.exp: New.
7572 * gdb.fortran/nested-funcs.f90: New.
7573
7574 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7575
7576 * gdb.base/examine-backward.c: New file.
7577 * gdb.base/examine-backward.exp: New file.
7578
7579 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7580
7581 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7582 matching.
7583
7584 2016-06-02 Tom Tromey <tom@tromey.com>
7585
7586 PR python/18984:
7587 * gdb.python/py-shared.exp: Add solib_name test.
7588
7589 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7590
7591 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7592
7593 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7594
7595 PR c++/19893
7596 * gdb.dwarf2/implref.exp: Rename to...
7597 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7598 * gdb.dwarf2/implref-array.c: New file.
7599 * gdb.dwarf2/implref-array.exp: Likewise.
7600 * gdb.dwarf2/implref-global.c: Likewise.
7601 * gdb.dwarf2/implref-global.exp: Likewise.
7602 * gdb.dwarf2/implref-struct.c: Likewise.
7603 * gdb.dwarf2/implref-struct.exp: Likewise.
7604
7605 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7606
7607 * gdb.trace/trace-condition.exp: Add 64bit tests.
7608
7609 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7610
7611 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7612 bits types.
7613 (main): Adapt to 8 to 64 bits types.
7614 * gdb.trace/trace-condition.exp: Add new tests.
7615
7616 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7617
7618 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7619
7620 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7621
7622 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7623 Move condition tests...
7624 * gdb.trace/trace-condition.exp: Here.
7625
7626 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7627
7628 * gdb.trace/trace-condition.exp: Add counter-case tests.
7629
7630 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7631
7632 PR c++/15231
7633 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7634 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7635
7636 2016-05-27 Pedro Alves <palves@redhat.com>
7637
7638 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7639 New procedure.
7640 (top level): Call it, and bail out of DejaGnu is known to be bad.
7641
7642 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7643
7644 * gdb.base/whatis.c: Extend the test case.
7645 * gdb.base/whatis.exp: Add additional tests.
7646
7647 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7648
7649 * gdb.fortran/type.f90: Add pointer variable.
7650 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7651
7652 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7653
7654 * gdb.fortran/vla-type.exp: Fix testcase name.
7655
7656 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7657
7658 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7659
7660 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7661
7662 * gdb.fortran/type.f90: Add nested structures.
7663 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7664 * gdb.fortran/derived-type.exp: Adapt expected output.
7665 * gdb.fortran/vla-type.exp: Adapt expected output.
7666
7667 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7668
7669 * gdb.fortran/whatis_type.exp: Adapt expected output.
7670
7671 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7672
7673 * gdb.fortran/print_type.exp: Fix expected output.
7674 * gdb.fortran/whatis_type.exp: Fix expected output.
7675
7676 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7677
7678 * gdb.fortran/whatis_type.exp: Use multi_line.
7679
7680 2016-05-24 Tom Tromey <tom@tromey.com>
7681
7682 PR python/17386:
7683 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7684 use value as an index.
7685
7686 2016-05-23 Tom Tromey <tom@tromey.com>
7687
7688 PR python/17981:
7689 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7690 no-breakpoint case.
7691
7692 2016-05-24 Pedro Alves <palves@redhat.com>
7693
7694 PR gdb/19828
7695 * gdb.threads/clone-attach-detach.c: New file.
7696 * gdb.threads/clone-attach-detach.exp: New file.
7697
7698 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7699
7700 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7701
7702 2016-05-23 Tom Tromey <tom@tromey.com>
7703
7704 PR python/19438, PR python/18393:
7705 * gdb.python/py-progspace.exp: Add "dir" test.
7706 * gdb.python/py-objfile.exp: Add "dir" test.
7707
7708 2016-05-23 Yao Qi <yao.qi@linaro.org>
7709
7710 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7711 * gdb.arch/thumb2-it.exp: Likewise.
7712
7713 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7714
7715 * gdb.mi/mi-threads-interrupt.c: New file.
7716 * gdb.mi/mi-threads-interrupt.exp: New file.
7717
7718 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7719
7720 PR gdb/18077
7721 * gdb.mi/mi-async-run.exp: New file.
7722 * gdb.mi/mi-async-run.c: New file.
7723
7724 2016-05-17 Tom Tromey <tom@tromey.com>
7725 Manish Goregaokar <manishsmail@gmail.com>
7726
7727 * lib/rust-support.exp: New file.
7728 * lib/gdb.exp (skip_rust_tests): New proc.
7729 (build_executable_from_specs): Handle rust.
7730 * lib/future.exp (gdb_find_rustc): New proc.
7731 (gdb_default_target_compile): Handle rust.
7732 * gdb.rust/expr.exp: New file.
7733 * gdb.rust/generics.exp: New file.
7734 * gdb.rust/generics.rs: New file.
7735 * gdb.rust/methods.exp: New file.
7736 * gdb.rust/methods.rs: New file.
7737 * gdb.rust/modules.exp: New file.
7738 * gdb.rust/modules.rs: New file.
7739 * gdb.rust/simple.exp: New file.
7740 * gdb.rust/simple.rs: New file.
7741
7742 2016-05-17 Tom Tromey <tom@tromey.com>
7743
7744 * gdb.base/default.exp (set language): Add rust.
7745
7746 2016-05-17 Tom Tromey <tom@tromey.com>
7747
7748 * gdb.gdb/unittest.exp: New file.
7749
7750 2016-05-16 Yao Qi <yao.qi@linaro.org>
7751
7752 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7753 shell_prompt. Update shell_prompt_re.
7754
7755 2016-05-12 Doug Evans <dje@google.com>
7756
7757 PR symtab/19999
7758 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7759 $options when building executable.
7760 * gdb.dwarf2/fission-loclists-pie.S: New file.
7761 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7762
7763 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7764
7765 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7766 of [is_remote target],
7767
7768 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7769
7770 * lib/gdb.exp (use_gdb_stub): New procedure.
7771
7772 2016-05-03 Yunlian Jiang <yunlian@google.com>
7773 Doug Evans <dje@google.com>
7774
7775 PR symtab/19914
7776 * gdb.dwarf2/dwp-sepdebug.c: New file.
7777 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7778
7779 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7780
7781 * gdb.base/detach.exp: Remove is_remote check.
7782
7783 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7784
7785 * gdb.base/annota-input-while-running.exp: Don't check for
7786 [is_remote target]. Enable annotations after running to main.
7787 Remove unused "set test..." line.
7788
7789 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7790
7791 * gdb.trace/trace-enable-disable.exp: New file.
7792 * gdb.trace/trace-enable-disable.c: New file.
7793
7794 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7795
7796 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7797 use it in info sharedlibrary test.
7798 * gdb.trace/ftrace-lock.exp: Likewise.
7799 * gdb.trace/ftrace.exp: Likewise.
7800 * gdb.trace/range-stepping.exp: Likewise.
7801 * gdb.trace/trace-break.exp: Likewise.
7802 * gdb.trace/trace-condition.exp: Likewise.
7803 * gdb.trace/trace-mt.exp: Likewise.
7804
7805 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7806
7807 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7808 (gdb_load_shlib): ... this.
7809 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7810 gdb_load_shlib.
7811 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7812 * gdb.base/ctxobj.exp: Likewise.
7813 * gdb.base/dprintf-pending.exp: Likewise.
7814 * gdb.base/dso2dso.exp: Likewise.
7815 * gdb.base/fixsection.exp: Likewise.
7816 * gdb.base/gcore-relro.exp: Likewise.
7817 * gdb.base/gdb1555.exp: Likewise.
7818 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7819 * gdb.base/gnu-ifunc.exp: Likewise.
7820 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7821 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7822 * gdb.base/pending.exp: Likewise.
7823 * gdb.base/print-file-var.exp: Likewise.
7824 * gdb.base/print-symbol-loading.exp: Likewise.
7825 * gdb.base/shlib-call.exp: Likewise.
7826 * gdb.base/shreloc.exp: Likewise.
7827 * gdb.base/so-impl-ld.exp: Likewise.
7828 * gdb.base/solib-disc.exp: Likewise.
7829 * gdb.base/solib-nodir.exp: Likewise.
7830 * gdb.base/solib-overlap.exp: Likewise.
7831 * gdb.base/solib-symbol.exp: Likewise.
7832 * gdb.base/solib-weak.exp (do_test): Likewise.
7833 * gdb.base/sym-file.exp: Likewise.
7834 * gdb.base/symtab-search-order.exp: Likewise.
7835 * gdb.base/type-opaque.exp: Likewise.
7836 * gdb.base/unload.exp: Likewise.
7837 * gdb.base/watchpoint-solib.exp: Likewise.
7838 * gdb.compile/compile.exp: Likewise.
7839 * gdb.cp/gdb2384.exp: Likewise.
7840 * gdb.cp/infcall-dlopen.exp: Likewise.
7841 * gdb.cp/re-set-overloaded.exp: Likewise.
7842 * gdb.fortran/library-module.exp: Likewise.
7843 * gdb.opt/solib-intra-step.exp: Likewise.
7844 * gdb.python/py-finish-breakpoint.exp: Likewise.
7845 * gdb.python/py-shared.exp: Likewise.
7846 * gdb.reverse/solib-precsave.exp: Likewise.
7847 * gdb.reverse/solib-reverse.exp: Likewise.
7848 * gdb.server/solib-list.exp: Likewise.
7849 * gdb.threads/dlopen-libpthread.exp: Likewise.
7850 * gdb.threads/tls-shared.exp: Likewise.
7851 * gdb.threads/tls-so_extern.exp: Likewise.
7852 * gdb.trace/change-loc.exp: Likewise.
7853 * gdb.trace/ftrace-lock.exp: Likewise.
7854 * gdb.trace/ftrace.exp: Likewise.
7855 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7856 * gdb.trace/pending.exp: Likewise.
7857 * gdb.trace/range-stepping.exp: Likewise.
7858 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7859 (strace_info_marker): Likewise.
7860 (strace_probe_marker): Likewise.
7861 (strace_trace_on_same_addr): Likewise.
7862 (strace_trace_on_diff_addr): Likewise.
7863 * gdb.trace/trace-break.exp: Likewise.
7864 * gdb.trace/trace-condition.exp: Likewise.
7865 * gdb.trace/trace-mt.exp: Likewise.
7866
7867 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7868
7869 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7870 result of gdb_remote_download.
7871 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7872 * gdb.base/dso2dso.exp: Likewise.
7873 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7874 * gdb.base/print-file-var.exp: Likewise.
7875 * gdb.base/shlib-call.exp: Likewise.
7876 * gdb.base/shreloc.exp: Likewise.
7877 * gdb.base/solib-overlap.exp: Likewise.
7878 * gdb.base/solib-weak.exp (do_test): Likewise.
7879 * gdb.base/unload.exp: Likewise.
7880
7881 2016-04-27 Yao Qi <yao.qi@linaro.org>
7882
7883 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7884 exists.
7885
7886 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7887
7888 * vla-type.exp: Print structure from toplevel.
7889
7890 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7891
7892 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7893 of dynamic types.
7894 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7895 of dynamic types.
7896
7897 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7898
7899 * gdb.fortran/vla-type.f90: New file.
7900 * gdb.fortran/vla-type.exp: New file.
7901
7902 2016-04-25 Yao Qi <yao.qi@linaro.org>
7903
7904 * gdb.base/branch-to-self.c: New file.
7905 * gdb.base/branch-to-self.exp: New file.
7906
7907 2016-04-22 Yao Qi <yao.qi@linaro.org>
7908
7909 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7910 more after $hex.
7911
7912 2016-04-22 Yao Qi <yao.qi@linaro.org>
7913
7914 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7915 * gdb.base/annota3.exp: Likewise.
7916
7917 2016-04-22 Yao Qi <yao.qi@linaro.org>
7918
7919 * gdb.reverse/step-precsave.exp: Do one step and test program
7920 stops in "callee" and do multiple steps until program goes out
7921 of "callee".
7922 * gdb.reverse/step-reverse.exp: Likewise.
7923
7924 2016-04-22 Yao Qi <yao.qi@linaro.org>
7925
7926 * gdb.trace/signal.exp: Also pass if
7927 $tracepoint_hits($i) > $iterations.
7928
7929 2016-04-22 Yao Qi <yao.qi@linaro.org>
7930
7931 * gdb.trace/signal.c: New file.
7932 * gdb.trace/signal.exp: New file.
7933
7934 2016-04-19 Doug Evans <xdje42@gmail.com>
7935
7936 * gdb.base/bad-file.exp: New file.
7937
7938 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7939
7940 * gdb.dwarf2/implref.exp: New file.
7941
7942 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7943
7944 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7945 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7946 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7947 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7948 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7949 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7950 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7951 * lib/fortran.exp (fortran_int4): New procedure.
7952 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7953 (fortran_logical4): Likewise.
7954
7955 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7956
7957 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7958
7959 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7960
7961 * lib/compiler.c: Add Intel specific preprocessor macros.
7962 * lib/compiler.cc: Likewise.
7963
7964 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7965
7966 * gdb.server/connect-with-no-symbol-file.c: New file.
7967 * gdb.server/connect-with-no-symbol-file.exp: New file.
7968
7969 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7970
7971 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7972
7973 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7974
7975 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7976 standard output directory.
7977
7978 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7979
7980 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7981
7982 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7983
7984 * gdb.btrace/instruction_history.c (loop): Add declaration.
7985
7986 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7987
7988 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7989
7990 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7991
7992 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7993 parentheses to print.
7994 (continue_handler): Likewise.
7995
7996 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7997
7998 * gdb.server/solib-list.exp: Remove is_remote check.
7999 Pass shlib= to gdb_compile. Don't link shared library with
8000 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8001 Run binary filename through "readlink -f" on the target.
8002
8003 2016-04-08 Pedro Alves <palves@redhat.com>
8004
8005 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8006 interpreter filename as argument to gdbserver_spawn.
8007 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8008 Return empty if $last_loaded_file does not exist.
8009
8010 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8011
8012 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8013 * gdb.base/jit-main.c: Use exit after usage.
8014
8015 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8016
8017 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8018 GDBHISTSIZE prior to the tests.
8019 * gdb.base/gdbinit-history.exp: Likewise.
8020
8021 2016-04-07 Pedro Alves <palves@redhat.com>
8022
8023 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8024 instead of build_executable. Use gdb_load_shlibs.
8025
8026 2016-04-07 Yao Qi <yao.qi@linaro.org>
8027
8028 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8029 Execute "si" command.
8030
8031 2016-04-07 Yao Qi <yao.qi@linaro.org>
8032
8033 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8034 number instead of the comments on some line.
8035
8036 2016-04-06 Don Breazeal <donb@codesourcery.com>
8037
8038 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8039 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8040
8041 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8042
8043 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8044 standard_output_file. Remove unused binfile variable.
8045
8046 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8047
8048 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8049 * gdb.python/py-mi-objfile.exp: Match "list main" output
8050 in console format.
8051
8052 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8053
8054 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8055 absolute.
8056
8057 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8058
8059 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8060 absolute.
8061 * gdb.trace/ftrace.exp: Likewise.
8062 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8063 targets as well.
8064 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8065 (gdb_load_shlibs): Copy libraries to test directory when testing
8066 natively. Only set solib-search-path if testing remotely.
8067 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8068
8069 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8070
8071 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8072 gdb_download. Use it even if the target is not remote.
8073 * gdb.base/jit.exp (compile_jit_test): Likewise.
8074 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8075 output directory if the destination board is local, otherwise use
8076 the standard remote_download from DejaGnu.
8077 (gdb_download): Remove.
8078 (gdb_load_shlibs): Use gdb_remote_download instead of
8079 gdb_download.
8080 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8081 Use gdb_remote_download instead of gdb_download. Use it even if
8082 the target is not remote.
8083 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8084 instead of gdb_download.
8085
8086 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8087
8088 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8089 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8090 run.
8091
8092 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8093
8094 PR gdb/19820
8095 * gdb.base/printcmds.exp: Add artificial arrays tests.
8096
8097 2016-03-31 Pedro Alves <palves@redhat.com>
8098
8099 PR gdb/19858
8100 * gdb.base/jit-main.c: Include unistd.h.
8101 (ATTACH): Define to 0 if not already defined.
8102 (wait_for_gdb, mypid): New globals.
8103 (WAIT_FOR_GDB): New macro.
8104 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8105 some breakpoint locations.
8106 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8107 New procedures.
8108 (one_jit_test): Add REATTACH parameter, and handle it. Use
8109 continue_to_test_location.
8110 (top level): Test attach, and adjusts calls to one_jit_test.
8111
8112 2016-03-31 Pedro Alves <palves@redhat.com>
8113
8114 PR gdb/19858
8115 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8116 BINSUFFIX parameter, and handle it.
8117 (top level): Adjust calls compile_jit_test.
8118
8119 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8120
8121 PR python/19743
8122 * gdb.python/py-mi-events-gdb.py: New file.
8123 * gdb.python/py-mi-events.c: New file.
8124 * gdb.python/py-mi-events.exp: New file.
8125
8126 2016-03-30 Yao Qi <yao.qi@linaro.org>
8127
8128 * gdb.reverse/until-precsave.exp: Match function name only.
8129 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8130 Move malloc to a condition block.
8131 * gdb.reverse/until-reverse.exp: Match function name only.
8132
8133 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8134
8135 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8136 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8137 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8138 variable for GPR 0 instead of assuming it is register 0.
8139 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8140 * lib/trace-support.exp: Add s390 registers.
8141
8142 2016-03-29 Yao Qi <yao.qi@linaro.org>
8143
8144 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8145
8146 2016-03-24 Yao Qi <yao.qi@linaro.org>
8147
8148 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8149 test message.
8150
8151 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8152
8153 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8154 maintaining separate logic for constructing the output path.
8155
8156 2016-03-16 Don Breazeal <donb@codesourcery.com>
8157
8158 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8159 Retry fork and waitpid on interrupted system call errors.
8160 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8161 Use with_timeout_factor to increase timeout by factor of 10.
8162
8163 2016-03-15 Don Breazeal <donb@codesourcery.com>
8164
8165 * gdb.cp/scope-err.cc: New test program.
8166 * gdb.cp/scope-err.exp: New test script.
8167 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8168 lines and "set breakpoint here" comment.
8169 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8170 Fixed some whitespace and format issues.
8171 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8172 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8173
8174 2016-03-15 Doug Evans <dje@google.com>
8175
8176 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8177 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8178 All callers updated. Add tests for enums, mixed flags register.
8179
8180 2016-03-15 Doug Evans <dje@google.com>
8181
8182 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8183 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8184
8185 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8186
8187 * gdb.base/default.exp: Add $_as_string to the list of expected
8188 convenience functions.
8189
8190 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8191
8192 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8193
8194 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8195
8196 * gdb.python/py-as-string.exp: New file.
8197 * gdb.python/py-as-string.c: New file.
8198
8199 2016-03-09 Pedro Alves <palves@redhat.com>
8200
8201 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8202 signal" -> "Thread NN received signal" output change.
8203 * gdb.threads/ia64-sigill.exp: Likewise.
8204 * gdb.threads/linux-dp.exp: Likewise.
8205 * gdb.threads/manythreads.exp: Likewise.
8206 * gdb.threads/pending-step.exp: Likewise.
8207 * gdb.threads/print-threads.exp: Likewise.
8208 * gdb.threads/sigstep-threads.exp: Likewise.
8209 * gdb.threads/staticthreads.exp: Likewise.
8210 * gdb.threads/tls.exp: Likewise.
8211
8212 2016-03-09 Pedro Alves <palves@redhat.com>
8213
8214 * gdb.base/command-line-input.exp: New file.
8215
8216 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8217
8218 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8219 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8220 * gdb.trace/pending.exp: Accept leading dot before function name.
8221 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8222 * lib/trace-support.exp: Set registers for ppc.
8223
8224 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8225
8226 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8227 use it for disassembly; accept .main in addition to main in backtrace.
8228
8229 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8230 Marcin Kościelnicki <koriakin@0x04.net>
8231
8232 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8233 (gdb_recursion_test_ptr): New global variable.
8234 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8235 gdb_recursion_test.
8236 (gdb_c_test): Ditto.
8237
8238 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8239
8240 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8241 ordering.
8242
8243 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8244
8245 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8246 (bar): Add bar_start_lbl label.
8247 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8248 of foo/bar for emitting DWARF and tracing.
8249
8250 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8251
8252 * analyze-racy-logs.py: Set executable bit.
8253
8254 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8255
8256 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8257 (CHECK_TARGET_TMP): Likewise.
8258 (check-single-racy): New rule.
8259 (check-parallel-racy): Likewise.
8260 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8261 (do-check-parallel-racy): New rule.
8262 (check-racy/%.exp): Likewise.
8263 * README (Racy testcases): New section.
8264 * analyze-racy-logs.py: New file.
8265
8266 2016-03-03 Doug Evans <dje@google.com>
8267
8268 * gdb.base/skip.exp: Use with_test_prefix.
8269
8270 2016-03-03 Yao Qi <yao.qi@linaro.org>
8271
8272 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8273 Invoke step_over_syscall "clone" and break_cond_on_syscall
8274 "clone".
8275 * gdb.base/step-over-clone.c: New file.
8276
8277 2016-03-03 Yao Qi <yao.qi@linaro.org>
8278
8279 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8280 code format.
8281
8282 2016-03-03 Yao Qi <yao.qi@linaro.org>
8283
8284 * gdb.base/disp-step-fork.c: Rename to ...
8285 * gdb.base/step-over-fork.c: ... it. New file.
8286 * gdb.base/disp-step-vfork.c: Rename to ...
8287 * gdb.base/step-over-vfork.c: ... it. New file.
8288 * gdb.base/disp-step-syscall.exp: Rename to ...
8289 * gdb.base/step-over-syscall.exp: ... it. New file.
8290 (disp_step_cross_syscall): Rename to ...
8291 (step_over_syscall): ... it.
8292
8293 2016-03-03 Yao Qi <yao.qi@linaro.org>
8294
8295 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8296 If target supports condition evaluation on target, invoke
8297 break_cond_on_syscall for fork and vfork.
8298
8299 2016-03-03 Yao Qi <yao.qi@linaro.org>
8300
8301 * gdb.base/disp-step-syscall.exp: Don't invoke
8302 support_displaced_stepping.
8303 (disp_step_cross_syscall): Test with displaced stepping off and
8304 on if supported.
8305
8306 2016-03-03 Yao Qi <yao.qi@linaro.org>
8307
8308 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8309 proc.
8310 (setup): New proc.
8311 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8312 and setup.
8313
8314 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8315
8316 * gdb.fortran/vla-history.exp: Remove breakpoint.
8317
8318 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8319
8320 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8321 exceeds timeout.
8322
8323 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8324
8325 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8326 breakpoint.
8327
8328 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8329
8330 * gdb.mi/vla.f90: Nullify pointer after declaration.
8331
8332 2016-03-01 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8335
8336 2016-03-01 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8339 before anything else.
8340 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8341 _GNU_SOURCE here.
8342 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8343 before anything else.
8344 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8345
8346 2016-03-01 Pedro Alves <palves@redhat.com>
8347
8348 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8349
8350 2016-03-01 Yao Qi <yao.qi@linaro.org>
8351
8352 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8353 prepare_for_testing.
8354
8355 2016-03-01 Yao Qi <yao.qi@linaro.org>
8356
8357 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8358
8359 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8360
8361 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8362 manually constructing the output path.
8363
8364 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8365
8366 * gdb.arch/s390-stackless.S: New.
8367 * gdb.arch/s390-stackless.exp: New.
8368
8369 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8370
8371 * gdb.dlang/circular.c: New file.
8372 * gdb.dlang/circular.exp: New file.
8373
8374 2016-02-26 Yao Qi <yao.qi@linaro.org>
8375
8376 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8377 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8378 (testcases): Update.
8379
8380 2016-02-26 Yao Qi <yao.qi@linaro.org>
8381
8382 * gdb.reverse/aarch64.c: Rename to ...
8383 * gdb.reverse/insn-reverse.c: ... it.
8384 * gdb.reverse/aarch64.exp: Rename to ...
8385 * gdb.reverse/insn-reverse.exp: ... it.
8386
8387 2016-02-26 Yao Qi <yao.qi@linaro.org>
8388
8389 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8390 (testcase_ftype): New.
8391 (testcases): New array.
8392 (n_testcases): New.
8393 (main): Call each element in testcases.
8394 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8395 (read_testcase): New.
8396 Do the tests in a loop.
8397
8398 2016-02-25 Yao Qi <yao.qi@linaro.org>
8399
8400 * gdb.base/branches.c: Remove.
8401
8402 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8403
8404 PR gdb/13808
8405 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8406
8407 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8408
8409 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8410
8411 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8412
8413 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8414 change x86_64 call_insn to 'callq'.
8415
8416 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8417
8418 * gdb.trace/tfile-avx.c: Move to...
8419 * gdb.trace/tracefile-pseudo-reg.c: Here.
8420 * gdb.trace/tfile-avx.exp: Move to...
8421 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8422
8423 2016-02-24 Gary Benson <gbenson@redhat.com>
8424
8425 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8426 message on attach.
8427
8428 2016-02-23 Doug Evans <dje@google.com>
8429
8430 * gdb.base/skip.c (test_skip): New function.
8431 (end_test_skip_file_and_function): New function.
8432 (test_skip_file_and_function): New function.
8433 * gdb.base/skip1.c (test_skip): New function.
8434 (skip1_test_skip_file_and_function): New function.
8435 * gdb.base/skip.exp: Add tests for new skip options.
8436 * gdb.base/skip-solib.exp: Update expected output.
8437 * gdb.perf/skip-command.cc: New file.
8438 * gdb.perf/skip-command.exp: New file.
8439 * gdb.perf/skip-command.py: New file.
8440
8441 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8442
8443 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8444 info registers pattern.
8445
8446 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8447
8448 * lib/future.exp: Add D support.
8449 (gdb_find_gdc): New proc.
8450 (gdb_default_target_compile): Add D support.
8451
8452 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8453
8454 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8455 user+system time.
8456 (trace_speed_test): Determine the iteration count for a time
8457 between 15..30 seconds.
8458
8459 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8460
8461 * gdb.arch/i386-mpx-sigsegv.c: New file.
8462 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8463 * gdb.arch/i386-mpx-simple_segv.c: New file.
8464 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8465
8466 2016-02-18 Yao Qi <yao.qi@linaro.org>
8467
8468 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8469 Don't call setup_kfail.
8470
8471 2016-02-18 Yao Qi <yao.qi@linaro.org>
8472
8473 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8474 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8475
8476 2016-02-16 Doug Evans <dje@google.com>
8477
8478 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8479 * gdb.base/skip1.c: Ditto.
8480 * gdb.base/skip.exp: Whitespace cleanup.
8481
8482 2016-02-16 Don Breazeal <donb@codesourcery.com>
8483
8484 PR remote/19496
8485 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8486 Remove kfail for PR remote/19496.
8487
8488 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8489
8490 * lib/gdb.exp (standard_temp_file): Return a path specific to
8491 the runtest invocation.
8492
8493 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8494
8495 * gdb.trace/save-trace.exp: Change relative path to be in the
8496 standard output directory.
8497
8498 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8499
8500 * gdb.arch/i386-prologue.c: Add missing prototypes.
8501
8502 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8503
8504 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8505 * gdb.arch/i386-prologue.exp: Likewise.
8506 * gdb.arch/i386-size.exp: Likewise.
8507
8508 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8509
8510 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8511 define object file path.
8512 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8513 file path.
8514 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8515 standard_output_file to define binfile.
8516
8517 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8518
8519 Fix compatibility with recent gfortran-5.3.1.
8520 * gdb.fortran/vla-history.exp (print vla1 allocated)
8521 (print vla2 allocated, print $2, print $3): Remove
8522 (print $4): Rename to ...
8523 (print $2): ... here.
8524 (print $9): Rename to ...
8525 (print $5): ... here.
8526 (print $10): Rename to ...
8527 (print $6): ... here.
8528 * gdb.fortran/vla.f90: Add pvla initialization.
8529
8530 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8531
8532 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8533 New test.
8534 * gdb.fortran/vla-value-sub.exp: Likewise.
8535
8536 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8537
8538 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8539
8540 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8541
8542 * i386-biarch-core.exp: Define corefile using
8543 standard_output_file.
8544
8545 2016-02-12 Yao Qi <yao.qi@linaro.org>
8546
8547 * gdb.arch/arm-single-step-kernel-helper.c: New.
8548 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8549
8550 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8551
8552 * gdb.btrace/tailcall-only.exp: New.
8553 * gdb.btrace/tailcall-only.c: New.
8554 * gdb.btrace/x86_64-tailcall-only.S: New.
8555 * gdb.btrace/i686-tailcall-only.S: New.
8556
8557 2016-02-11 Pedro Alves <palves@redhat.com>
8558
8559 * README (Parallel testing): Add missing double quotes.
8560
8561 2016-02-11 Pedro Alves <palves@redhat.com>
8562
8563 * README (Parallel testing): New section.
8564 (GDB_PARALLEL): Rewrite.
8565 (FORCE_PARALLEL): Document.
8566
8567 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8568
8569 * gdb.trace/tfile-avx.c: New test.
8570 * gdb.trace/tfile-avx.exp: New test.
8571
8572 2016-02-09 Keith Seitz <keiths@redhat.com>
8573
8574 PR breakpoints/19546
8575 * gdb.base/infcall-exec.c: New file.
8576 * gdb.base/infcall-exec2.c: New file.
8577 * gdb.base/infcall-exec.exp: New file.
8578
8579 2016-02-09 Keith Seitz <keiths@redhat.com>
8580
8581 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8582 (toplevel): Call test_bkpt_address.
8583
8584 2016-02-09 Keith Seitz <keiths@redhat.com>
8585
8586 PR python/19506
8587 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8588 (toplevel): Call test_bkpt_address.
8589
8590 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8591
8592 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8593 to AC_OUTPUT.
8594 * configure: Regenerate.
8595
8596 2016-02-09 Pedro Alves <palves@redhat.com>
8597
8598 PR breakpoints/19548
8599 * gdb.base/execl-update-breakpoints.c (some_function): New
8600 function.
8601 (main): Call it.
8602 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8603 Tighten expected GDB output.
8604
8605 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8606
8607 * Makefile.in (ALL_SUBDIRS): Remove.
8608 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8609 (distclean maintainer-clean realclean): Likewise.
8610 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8611 * configure: Regenerate.
8612 * gdb.ada/Makefile.in: Delete.
8613 * gdb.arch/Makefile.in: Likewise.
8614 * gdb.asm/Makefile.in: Likewise.
8615 * gdb.base/Makefile.in: Likewise.
8616 * gdb.btrace/Makefile.in: Likewise.
8617 * gdb.cell/Makefile.in: Likewise.
8618 * gdb.compile/Makefile.in: Likewise.
8619 * gdb.cp/Makefile.in: Likewise.
8620 * gdb.disasm/Makefile.in: Likewise.
8621 * gdb.dlang/Makefile.in: Likewise.
8622 * gdb.dwarf2/Makefile.in: Likewise.
8623 * gdb.fortran/Makefile.in: Likewise.
8624 * gdb.gdb/Makefile.in: Likewise.
8625 * gdb.go/Makefile.in: Likewise.
8626 * gdb.guile/Makefile.in: Likewise.
8627 * gdb.java/Makefile.in: Likewise.
8628 * gdb.linespec/Makefile.in: Likewise.
8629 * gdb.mi/Makefile.in: Likewise.
8630 * gdb.modula2/Makefile.in: Likewise.
8631 * gdb.multi/Makefile.in: Likewise.
8632 * gdb.objc/Makefile.in: Likewise.
8633 * gdb.opencl/Makefile.in: Likewise.
8634 * gdb.opt/Makefile.in: Likewise.
8635 * gdb.pascal/Makefile.in: Likewise.
8636 * gdb.perf/Makefile.in: Likewise.
8637 * gdb.python/Makefile.in: Likewise.
8638 * gdb.reverse/Makefile.in: Likewise.
8639 * gdb.server/Makefile.in: Likewise.
8640 * gdb.stabs/Makefile.in: Likewise.
8641 * gdb.threads/Makefile.in: Likewise.
8642 * gdb.trace/Makefile.in: Likewise.
8643 * gdb.xml/Makefile.in: Likewise.
8644 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8645 GDB_PARALLEL.
8646 (standard_output_file): Remove check for GDB_PARALLEL, always
8647 return path in outputs/$subdir/$testname.
8648
8649 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8650
8651 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8652 (site.exp): Assign abs_srcdir to tcl's srcdir.
8653
8654 2016-02-04 Yao Qi <yao.qi@linaro.org>
8655
8656 * gdb.base/foll-exec-mode.c: Include limits.h.
8657 (main): Add parameters argc and argv. Get directory from
8658 argv[0].
8659 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8660 compilation.
8661 * gdb.base/foll-exec.c: Include limits.h.
8662 (main): Add parameters argc and argv.
8663 Get directory from argv[0].
8664 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8665 Adjust tests on the number of lines as source code changed.
8666 * gdb.base/foll-vfork-exit.c: Include limits.h.
8667 (main): Add one line of statement before vfork.
8668 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8669 (main): Add parameters argc and argv. Get directory from
8670 argv[0].
8671 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8672 (setup_gdb): Set tbreak to skip some source lines.
8673 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8674 (main): Add parameters argc and argv. Get directory from
8675 argv[0].
8676 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8677 compilation.
8678 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8679 (main): Add parameters argc and argv. Get directory from
8680 argv[0].
8681 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8682 compilation.
8683
8684 2016-02-01 Doug Evans <dje@google.com>
8685
8686 * gdb.base/skip.exp: Clean up multiple references to same test name.
8687
8688 2016-02-01 Pedro Alves <palves@redhat.com>
8689
8690 PR remote/19496
8691 * gdb.threads/forking-threads-plus-breakpoint.exp
8692 (displaced_stepping_supported): New global.
8693 (probe_displaced_stepping_support): New procedure.
8694 (do_test): Add 'displaced' parameter, and use it.
8695 (top level): Check for displaced stepping support. Add displaced
8696 stepping on/off testing axis.
8697
8698 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8699
8700 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8701 pointer. Don't perform further tests on the unassociated pointer
8702 if the first test fails.
8703
8704 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8705
8706 * gdb.base/max-value-size.c: New file.
8707 * gdb.base/max-value-size.exp: New file.
8708 * gdb.base/huge.exp: Disable max-value-size for this test.
8709
8710 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8711
8712 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8713
8714 2016-01-28 Yao Qi <yao.qi@linaro.org>
8715
8716 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8717
8718 2016-01-25 Pedro Alves <palves@redhat.com>
8719
8720 PR threads/19461
8721 * gdb.base/fork-running-state.c: New file.
8722 * gdb.base/fork-running-state.exp: New file.
8723
8724 2016-01-25 Pedro Alves <palves@redhat.com>
8725
8726 PR gdb/19494
8727 * gdb.base/catch-fork-kill.c: New file.
8728 * gdb.base/catch-fork-kill.exp: New file.
8729
8730 2016-01-25 Pedro Alves <palves@redhat.com>
8731
8732 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8733 Delete, moved to lib/gdb.exp.
8734 * gdb.threads/forking-threads-plus-breakpoint.exp
8735 (foreach_with_prefix): Likewise.
8736 * gdb.threads/process-dies-while-handling-bp.exp
8737 (foreach_with_prefix): Likewise.
8738 * lib/gdb.exp (foreach_with_prefix): New procedure.
8739
8740 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8741
8742 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8743 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8744
8745 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8746
8747 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8748 endian targets.
8749
8750 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8751 Pedro Alves <palves@redhat.com>
8752
8753 Fix testsuite compatibility with Guile.
8754 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8755 number.
8756
8757 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8758
8759 Fix testsuite compatibility with Guile.
8760 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8761 (thread 1): New test for backtrace through signal handler.
8762
8763 2016-01-22 Yao Qi <yao.qi@linaro.org>
8764
8765 PR testsuite/19491
8766 * gdb.base/multi-forks.c: Include
8767 ../lib/unbuffer_output.c
8768 (main): Call gdb_unbuffer_output.
8769
8770 2016-01-21 Doug Evans <dje@google.com>
8771
8772 * lib/ada.exp (gdb_compile_ada): Fix typo.
8773
8774 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8775
8776 * gdb.base/break-fun-addr.exp: New file.
8777 * gdb.base/break-fun-addr1.c: New file.
8778 * gdb.base/break-fun-addr2.c: New file.
8779
8780 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8781
8782 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8783 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8784 enum flag values.
8785
8786 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8787
8788 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8789 when GDB can not set the vector return value. Add more comments
8790 for clarification.
8791
8792 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8793
8794 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8795 command.
8796
8797 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8798
8799 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8800
8801 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8802
8803 * Makefile.in (check-single): Pass --status to runtest.
8804 (check/%.exp): Likewise.
8805
8806 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8807
8808 * Makefile.in (check-parallel): Propagate return code from make
8809 do-check-parallel.
8810
8811 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8812
8813 * gdb.trace/ftrace.exp: Fix expected message on continue.
8814 * gdb.trace/pending.exp: Fix expected message on continue.
8815 * gdb.trace/trace-break.exp: Fix expected message on continue.
8816
8817 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8818
8819 * lib/gdb.exp (gdb_test): Remove unused global references.
8820
8821 2016-01-18 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.base/async-shell.exp: Adjust expected output.
8824 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8825 * gdb.base/siginfo-thread.exp: Adjust expected output.
8826 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8827 * gdb.java/jnpe.exp: Adjust expected output.
8828 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8829 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8830 * gdb.threads/leader-exit.exp: Adjust expected output.
8831 * gdb.threads/manythreads.exp: Adjust expected output.
8832 * gdb.threads/pthreads.exp: Adjust expected output.
8833 * gdb.threads/schedlock.exp: Adjust expected output.
8834 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8835 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8836 expected output.
8837 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8838 output.
8839 * gdb.threads/sigthread.exp: Adjust expected output.
8840 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8841
8842 2016-01-18 Yao Qi <yao.qi@linaro.org>
8843
8844 * gdb.guile/scm-section-script.c: Replace @progbits with
8845 %progbits.
8846 * gdb.python/py-section-script.c: Likewise.
8847
8848 2016-01-15 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.multi/tids.exp: Test star wildcard ranges.
8851
8852 2016-01-15 Pedro Alves <palves@redhat.com>
8853
8854 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8855 command from "thread apply" invocation.
8856 (thr_apply_info_thr_invalid): Default the expected output to the
8857 input tid list.
8858 (top level): Add tests that use convenience variables. Add tests
8859 for "thread apply" with a valid TID list, but missing the command.
8860
8861 2016-01-13 Pedro Alves <palves@redhat.com>
8862
8863 * gdb.base/default.exp: Expect $_gthread as well.
8864 * gdb.multi/tids.exp: Test $_gthread.
8865 * gdb.threads/thread-specific.exp: Test $_gthread.
8866
8867 2016-01-13 Pedro Alves <palves@redhat.com>
8868
8869 * gdb.multi/tids.exp: Test "info threads -gid".
8870
8871 2016-01-13 Pedro Alves <palves@redhat.com>
8872
8873 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8874 Breakpoint.thread.
8875 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8876
8877 2016-01-07 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.base/break.exp: Adjust to output changes.
8880 * gdb.base/hbreak2.exp: Likewise.
8881 * gdb.base/sepdebug.exp: Likewise.
8882 * gdb.base/watch_thread_num.exp: Likewise.
8883 * gdb.linespec/keywords.exp: Likewise.
8884 * gdb.multi/info-threads.exp: Likewise.
8885 * gdb.threads/thread-find.exp: Likewise.
8886 * gdb.multi/tids.c: New file.
8887 * gdb.multi/tids.exp: New file.
8888
8889 2016-01-13 Pedro Alves <palves@redhat.com>
8890
8891 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8892
8893 2016-01-13 Pedro Alves <palves@redhat.com>
8894
8895 * gdb.base/default.exp: Expect $_inferior as well.
8896 * gdb.multi/base.exp: Test $_inferior.
8897
8898 2016-01-13 Pedro Alves <palves@redhat.com>
8899
8900 PR breakpoints/19388
8901 * gdb.base/catch-signal-siginfo-cond.c: New file.
8902 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8903
8904 2016-01-12 Josh Stone <jistone@redhat.com>
8905 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8906
8907 * gdb.base/catch-syscall.c (do_execve): New variable.
8908 (main): Conditionally trigger an execve.
8909 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8910 (test_catch_syscall_execve): New, check entry/return across execve.
8911 (do_syscall_tests): Call test_catch_syscall_execve.
8912
8913 2016-01-12 Pedro Alves <palves@redhat.com>
8914
8915 * gdb.base/random-signal.exp (do_test): New procedure, with body
8916 of testcase moved in.
8917
8918 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8919 Pedro Alves <palves@redhat.com>
8920
8921 * gdb.base/funcargs.exp (finish from indirectly called function):
8922 Reintroduce the case for 'First'.
8923
8924 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8925 Pedro Alves <palves@redhat.com>
8926
8927 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8928 (tcatch_vfork_then_child_follow_exec)
8929 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8930 identification.
8931
8932 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8933
8934 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8935 and repeats to unlimited.
8936 * gdb.python/py-value.exp: Likewise.
8937 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8938 and repeats to unlimited.
8939
8940 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8941
8942 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8943 and reordering the functions.
8944 * gdb.multi/hangout.c: Likewise.
8945 * gdb.multi/hello.c: Likewise.
8946
8947 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8948
8949 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8950 absolute.
8951 (SingleStatisticTestResult.report): Use dict.keys instead of
8952 dict.iterkeys.
8953
8954 2016-01-06 Pedro Alves <palves@redhat.com>
8955
8956 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8957
8958 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8959
8960 * gdb.btrace/dlopen.exp: New.
8961 * gdb.btrace/dlopen.c: New.
8962 * gdb.btrace/dlopen-dso.c: New.
8963
8964 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8965
8966 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8967 PATTERN argument is optional.
8968
8969 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8970
8971 * lib/ada.exp (target_compile_ada_from_dir): New function.
8972 (gdb_compile_ada): Reimplement avoiding the use of project files.
8973 * gdb.ada/gnat_ada.gpr: Delete.
8974 * gdb.ada/cond_lang.exp: Adjust test to make path before
8975 filename optional.
8976 * gdb.ada/small_reg_param.exp: Likewise.
8977
8978 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8979
8980 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8981
8982 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8983
8984 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8985 case.
8986
8987 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8988
8989 * gdb.base/break.exp: Remove dead code.
8990 * gdb.base/sepdebug.exp: Likewise.
8991
8992 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8993
8994 * gdb.asm/asm-source.exp: Remove HP-UX references.
8995 * gdb.base/annota1.exp: Likewise.
8996 * gdb.base/annota3.exp: Likewise.
8997 * gdb.base/attach.exp: Likewise.
8998 * gdb.base/bigcore.exp: Likewise.
8999 * gdb.base/break.exp: Likewise.
9000 * gdb.base/call-ar-st.exp: Likewise.
9001 * gdb.base/callfuncs.exp: Likewise.
9002 * gdb.base/catch-fork-static.exp: Likewise.
9003 * gdb.base/display.exp: Likewise.
9004 * gdb.base/foll-exec-mode.exp: Likewise.
9005 * gdb.base/foll-exec.exp: Likewise.
9006 * gdb.base/foll-fork.exp: Likewise.
9007 * gdb.base/foll-vfork.exp: Likewise.
9008 * gdb.base/funcargs.exp: Likewise.
9009 * gdb.base/hbreak2.exp: Likewise.
9010 * gdb.base/inferior-died.exp: Likewise.
9011 * gdb.base/interrupt.exp: Likewise.
9012 * gdb.base/multi-forks.exp: Likewise.
9013 * gdb.base/nodebug.exp: Likewise.
9014 * gdb.base/sepdebug.exp: Likewise.
9015 * gdb.base/solib1.c: Likewise.
9016 * gdb.base/step-test.exp: Likewise.
9017 * gdb.mi/non-stop.c: Likewise.
9018 * gdb.mi/pthreads.c: Likewise.
9019 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9020 * gdb.threads/pthreads.c: Likewise.
9021 * gdb.threads/staticthreads.exp: Likewise.
9022 * lib/future.exp: Likewise.
9023 * lib/gdb.exp: Likewise.
9024 * gdb.base/so-indr-cl.c: Remove.
9025 * gdb.base/so-indr-cl.exp: Likewise.
9026 * gdb.base/solib.c: Likewise.
9027 * gdb.base/solib.exp: Likewise.
9028 * gdb.base/solib2.c: Likewise.
9029
9030 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9031
9032 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9033 * gdb.base/call-ar-st.exp: Likewise.
9034 * gdb.base/callfuncs.exp: Likewise.
9035 * gdb.base/condbreak.exp: Likewise.
9036 * gdb.base/constvars.exp: Likewise.
9037 * gdb.base/hbreak2.exp: Likewise.
9038 * gdb.base/langs.exp: Likewise.
9039 * gdb.base/list.exp: Likewise.
9040 * gdb.base/long_long.exp: Likewise.
9041 * gdb.base/ptype.exp: Likewise.
9042 * gdb.base/scope.exp: Likewise.
9043 * gdb.base/signals.exp: Likewise.
9044 * gdb.base/so-impl-ld.exp: Likewise.
9045 * gdb.base/varargs.exp: Likewise.
9046 * gdb.base/volatile.exp: Likewise.
9047 * gdb.base/whatis.exp: Likewise.
9048 * gdb.cp/cplusfuncs.exp: Likewise.
9049 * gdb.cp/inherit.exp: Likewise.
9050 * gdb.cp/local.exp: Likewise.
9051 * gdb.cp/member-ptr.exp: Likewise.
9052 * gdb.cp/method.exp: Likewise.
9053 * gdb.cp/overload.exp: Likewise.
9054 * gdb.cp/templates.exp: Likewise.
9055 * gdb.stabs/weird.exp: Likewise.
9056 * lib/compiler.c: Likewise.
9057 * lib/compiler.cc: Likewise.
9058 * lib/cp-support.exp: Likewise.
9059 * lib/gdb.exp: Likewise.
9060
9061 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9062
9063 * configure.ac: Remove HP-UX case.
9064 * configure: Regenerate.
9065
9066 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9067
9068 * lib/gdb.exp (gdb_compile): Add function doc.
9069
9070 2015-12-17 Pedro Alves <palves@redhat.com>
9071
9072 PR threads/19354
9073 * gdb.multi/info-threads.exp: New file.
9074
9075 2015-12-15 Yao Qi <yao.qi@linaro.org>
9076
9077 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9078 is aarch64*-*-*.
9079
9080 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9081
9082 * gdb.base/history-duplicates.exp: Skip if no readline support.
9083
9084 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9085
9086 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9087
9088 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9089
9090 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9091
9092 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9093
9094 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9095 ctrl-C if nointerrupts target property is set.
9096 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9097 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9098 * gdb.base/paginate-bg-execution.exp: Likewise.
9099 * gdb.base/paginate-execution-startup.exp: Likewise.
9100 * gdb.base/random-signal.exp: Likewise.
9101 * gdb.base/range-stepping.exp: Likewise.
9102 * gdb.cp/annota2.exp: Likewise.
9103 * gdb.cp/annota3.exp: Likewise.
9104 * gdb.gdb/selftest.exp: Likewise.
9105 * gdb.threads/continue-pending-status.exp: Likewise.
9106 * gdb.threads/leader-exit.exp: Likewise.
9107 * gdb.threads/manythreads.exp: Likewise.
9108 * gdb.threads/pthreads.exp: Likewise.
9109 * gdb.threads/schedlock.exp: Likewise.
9110 * gdb.threads/sigthread.exp: Likewise.
9111
9112 2015-12-11 Don Breazeal <donb@codesourcery.com>
9113
9114 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9115 remote.
9116 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9117 * gdb.base/foll-exec.exp (main): Enable for target remote.
9118 * gdb.base/foll-fork.exp (main): Likewise.
9119 * gdb.base/foll-vfork.exp (main): Likewise.
9120 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9121 (proc continue_to_exit_bp_loc): Use clean_restart.
9122 * gdb.base/pie-execl.exp (main): Disable for target remote.
9123 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9124 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9125 * gdb.threads/execl.exp (main): Likewise.
9126 * gdb.threads/fork-child-threads.exp (main): Likewise.
9127 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9128 remote.
9129 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9130 remote.
9131 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9132 pid.tid style ptids, instead of just tid.
9133 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9134 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9135 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9136 ptids, instead of just tid.
9137
9138 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9139
9140 * gdb.base/list.exp (test_list_forward): Add end of file error
9141 test.
9142 (test_repeat_list_command): Add end of file error test.
9143 (test_list_backwards): Add beginning of file error test.
9144
9145 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9146
9147 * gdb.base/list.exp (test_list_invalid_args): New function,
9148 defined, and called.
9149
9150 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9151
9152 * gdb.base/list.exp (test_list): Make test names unique.
9153
9154 2015-12-11 Yao Qi <yao.qi@linaro.org>
9155
9156 * gdb.base/coremaker2.c: Remove.
9157
9158 2015-12-10 Pedro Alves <palves@redhat.com>
9159
9160 * gdb.multi/base.exp: Remove stale "spaces" references.
9161
9162 2015-12-10 Pedro Alves <palves@redhat.com>
9163
9164 * gdb.multi/base.exp: Don't use nowarnings.
9165 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9166 * gdb.multi/hangout.c: Include stdio.h.
9167 * gdb.multi/hello.c: Include stdlib.h.
9168 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9169 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9170 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9171
9172 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9173
9174 * gdb.dwarf2/dw2-ranges-base.c: New file.
9175 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9176 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9177 support additional line table, and debug ranges generation.
9178 (Dwarf::ranges): New function, generate .debug_ranges.
9179 (Dwarf::lines): Support generating simple line table programs.
9180 (Dwarf::assemble): Initialise new namespace variables.
9181
9182 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9183
9184 * gdb.base/async.exp (proc test_background): Add case for
9185 asynchronous execution not supported.
9186
9187 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9188
9189 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9190 format and change test names to make them unique.
9191
9192 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9193 Pedro Alves <pedro@redhat.com>
9194
9195 PR gdb/18702
9196 Add checking of floatformats setup on x86_64 hosts.
9197 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9198 (smallval, bigval): New labels/constants.
9199 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9200 float" after loading bigval and smallval.
9201
9202 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9203
9204 * gdb.ada/fun_overload_menu.exp: New testcase.
9205 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9206
9207 2015-12-04 Josh Stone <jistone@redhat.com>
9208
9209 * gdb.base/catch-fork-static.exp: New.
9210
9211 2015-12-03 Yao Qi <yao.qi@linaro.org>
9212
9213 * gdb.base/sizeof.c: Don't include stdio.h and
9214 ../lib/unbuffer_output.c.
9215 (main): New variable 'size' and 'value'. Remove printf and
9216 gdb_unbuffer_output. Assign return value to size and value.
9217 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9218 at the beginning.
9219 (check_sizeof): Check the result by printing variable 'size'.
9220 (check_valueof): Check the result by printing variable 'value'.
9221
9222 2015-12-01 Yao Qi <yao.qi@linaro.org>
9223
9224 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9225 for aarch64*-*-linux* target.
9226
9227 2015-11-30 Pedro Alves <palves@redhat.com>
9228
9229 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9230
9231 2015-11-30 Pedro Alves <palves@redhat.com>
9232
9233 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9234 Handle non-stop mode vCont replies.
9235
9236 2015-11-30 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9239 prepare_for_testing. Start gdb with "set non-stop on" appended to
9240 GDBFLAGS. Lax expected stop output.
9241
9242 2015-11-27 Yao Qi <yao.qi@linaro.org>
9243
9244 * gdb.arch/arm-neon.exp: New.
9245 * gdb.arch/arm-neon.c: New.
9246
9247 2015-11-27 Yao Qi <yao.qi@linaro.org>
9248
9249 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9250
9251 2015-11-27 Yao Qi <yao.qi@linaro.org>
9252
9253 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9254 frames-invalid annotation.
9255
9256 2015-11-27 Yao Qi <yao.qi@linaro.org>
9257
9258 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9259
9260 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9261
9262 * gdb.threads/names.exp: New file.
9263 * gdb.threads/names.c: New file.
9264 * README: Mention gdb,no_thread_names.
9265
9266 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9267
9268 PR 19297
9269 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9270 support" error.
9271
9272 2015-11-24 Pedro Alves <palves@redhat.com>
9273
9274 PR 17539
9275 * gdb.base/display.exp: Expect displays to be sorted in ascending
9276 order. Use multi_line.
9277 * gdb.base/solib-display.exp: Likewise.
9278
9279 2015-11-24 Pedro Alves <palves@redhat.com>
9280
9281 PR 17539
9282 * gdb.base/display.exp: Expect displays to be sorted in ascending
9283 order. Use multi_line.
9284 * gdb.base/solib-display.exp: Likewise.
9285
9286 2015-11-24 Pedro Alves <palves@redhat.com>
9287
9288 PR 17539
9289 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9290 threads in ascending order.
9291 * gdb.base/foll-fork.exp: Likewise.
9292 * gdb.base/foll-vfork.exp: Likewise.
9293 * gdb.base/multi-forks.exp: Likewise.
9294 * gdb.mi/mi-nonstop.exp: Likewise.
9295 * gdb.mi/mi-nsintrall.exp: Likewise.
9296 * gdb.multi/base.exp: Likewise.
9297 * gdb.multi/multi-arch.exp: Likewise.
9298 * gdb.python/py-inferior.exp: Likewise.
9299 * gdb.threads/break-while-running.exp: Likewise.
9300 * gdb.threads/execl.exp: Likewise.
9301 * gdb.threads/gcore-thread.exp: Likewise.
9302 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9303 * gdb.threads/kill.exp: Likewise.
9304 * gdb.threads/linux-dp.exp: Likewise.
9305 * gdb.threads/multiple-step-overs.exp: Likewise.
9306 * gdb.threads/next-bp-other-thread.exp: Likewise.
9307 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9308 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9309 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9310 * gdb.threads/thread-find.exp: Likewise.
9311 * gdb.threads/tls.exp: Likewise.
9312 * lib/mi-support.exp (mi_reverse_list): Delete.
9313 (mi_check_thread_states): No longer reverse list.
9314
9315 2015-11-24 Pedro Alves <palves@redhat.com>
9316
9317 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9318 use lowercase.
9319
9320 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9321
9322 * gdb.trace/actions.c: Include trace-common.h.
9323 (main): Add a location for a fast tracepoint.
9324 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9325 the normal tracepoints.
9326 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9327
9328 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9329
9330 * save-trace.exp: Factor out code to these...
9331 (gdb_save_tracepoints): New.
9332 (gdb_load_tracepoints): New.
9333 (do_save_load_test): New.
9334
9335 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9336
9337 * gdb.base/asmlabel.exp: New test.
9338 * gdb.base/asmlabel.c: New test case.
9339
9340 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9341
9342 * gdb.base/wrong_frame_bt_full-main.c: New file.
9343 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9344 * gdb.base/wrong_frame_bt_full.exp: New file.
9345
9346 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9347
9348 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9349
9350 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9351
9352 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9353 pstate register when comparing registers values in
9354 sparc64-*-linux-gnu targets to avoid spurious differences.
9355
9356 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9357
9358 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9359
9360 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9361
9362 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9363 as type argument to gdb_compile.
9364 * gdb.base/nested-subp2.exp: Likewise.
9365 * gdb.base/nested-subp3.exp: Likewise.
9366
9367 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9368
9369 * lib/dwarf.exp (_note): Fix left shift of negative value.
9370 * gdb.trace/trace-condition.exp: Likewise.
9371
9372 2015-11-13 Yao Qi <yao.qi@linaro.org>
9373
9374 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9375 comments about d10v.
9376 (test_scalar_returns): Likewise.
9377 * gdb.base/d10v.ld: Remove.
9378 * gdb.base/overlays.exp: Remove the target triplet checking for
9379 d10v-*-*.
9380 * gdb.base/structs.exp (test_struct_returns): Remove the
9381 comments about d10v.
9382 (test_struct_calls): Likewise.
9383
9384 2015-11-13 Yao Qi <yao.qi@linaro.org>
9385
9386 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9387 * gdb.base/gnu_vector.c: Don't include stdio.h.
9388 (main): Don't print res and call add_some_intvecs.
9389
9390 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9391
9392 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9393 macro.
9394 (func5): Removed.
9395 (func4): Use FAST_TRACEPOINT_LABEL.
9396 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9397 macro.
9398 (func): Removed.
9399 (thread_function): Use FAST_TRACEPOINT_LABEL.
9400 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9401 (func): Remove.
9402 (marker): Use FAST_TRACEPOINT_LABEL.
9403 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9404 (pendfunc1): Remove.
9405 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9406 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9407 (foo): Remove.
9408 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9409 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9410 macro.
9411 (func): Remove.
9412 (marker): Use FAST_TRACEPOINT_LABEL.
9413 * gdb.trace/trace-common.h: New header.
9414 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9415 macro.
9416 (func): Remove.
9417 (marker): Use FAST_TRACEPOINT_LABEL.
9418 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9419 (func): Remove.
9420 (thread_function): Use FAST_TRACEPOINT_LABEL.
9421
9422 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9423
9424 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9425 in front.
9426 * gdb.trace/change-loc.exp: Use global pcreg definition.
9427 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9428 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9429 in front.
9430 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9431 * gdb.trace/pending.exp: Likewise.
9432 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9433 * gdb.trace/trace-break.exp: Likewise.
9434 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9435 in front.
9436 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9437 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9438 in front.
9439 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9440
9441 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9442
9443 * gdb.ada/fin_fun_out: New testcase.
9444
9445 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9446
9447 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9448 value associated with DW_AT_byte_size.
9449 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9450 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9451 DW_AT_upper_bound.
9452
9453 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9454
9455 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9456 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9457 version.
9458 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9459 gdb.dwarf2/dw2-canonicalize-type.exp,
9460 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9461 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9462 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9463 provided by gdb_target_symbol_prefix_flags_asm.
9464 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9465 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9466 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9467 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9468 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9469 macros where needed). Use this macro for symbols which require
9470 the prefix provided by SYMBOL_PREFIX.
9471
9472 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9473
9474 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9475 New procs.
9476 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9477 representing expressions, of more than one list element.
9478 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9479 to prepend linker symbol prefix to f.
9480 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9481 table_1 and table_2.
9482 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9483 Likewise, for f and g.
9484 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9485 for ptr.
9486 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9487 for main.
9488 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9489 table_1_ptr and table_2_ptr.
9490
9491 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9492 Joel Brobecker <brobecker@adacore.com>
9493
9494 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9495
9496 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9497
9498 * gdb.reverse/s390-mvcle.c: New test.
9499 * gdb.reverse/s390-mvcle.exp: New file.
9500 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9501
9502 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9503
9504 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9505
9506 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9507
9508 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9509 reaching marker2.
9510 * gdb.reverse/getresuid-reverse.exp: Likewise.
9511 * gdb.reverse/pipe-reverse.exp: Likewise.
9512 * gdb.reverse/readv-reverse.exp: Likewise.
9513 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9514 * gdb.reverse/time-reverse.exp: Likewise.
9515 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9516
9517 2015-10-30 Yao Qi <yao.qi@linaro.org>
9518
9519 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9520 (empty_cycle): Remove.
9521 (main): Don't call empty_cycle. Don't use watch_count_done.
9522 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9523 empty_cycle. Rewrite the code counting HW watchpoints.
9524
9525 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9526
9527 * gdb.reverse/fstatat-reverse.c: New test.
9528 * gdb.reverse/fstatat-reverse.exp: New file.
9529 * gdb.reverse/getresuid-reverse.c: New test.
9530 * gdb.reverse/getresuid-reverse.exp: New file.
9531 * gdb.reverse/pipe-reverse.c: New test.
9532 * gdb.reverse/pipe-reverse.exp: New file.
9533 * gdb.reverse/readv-reverse.c: New test.
9534 * gdb.reverse/readv-reverse.exp: New file.
9535 * gdb.reverse/recvmsg-reverse.c: New test.
9536 * gdb.reverse/recvmsg-reverse.exp: New file.
9537 * gdb.reverse/time-reverse.c: New test.
9538 * gdb.reverse/time-reverse.exp: New file.
9539 * gdb.reverse/waitpid-reverse.c: New test.
9540 * gdb.reverse/waitpid-reverse.exp: New file.
9541
9542 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9543
9544 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9545
9546 2015-10-26 Doug Evans <dje@google.com>
9547
9548 PR symtab/17391
9549 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9550 * gdb.dwarf2/bad-regnum.c: New file.
9551 * gdb.dwarf2/bad-regnum.exp: New file.
9552
9553 2015-10-26 Doug Evans <dje@google.com>
9554
9555 PR python/18938
9556 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9557 file.
9558
9559 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9560
9561 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9562 for a change by "Mention language in compile error message".
9563
9564 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9565
9566 PR python/18073
9567 * gdb.python/py-type.c (C::a_method): New.
9568 (C::a_const_method): New.
9569 (C::a_static_method): New.
9570 (a_function): New.
9571 * gdb.python/py-type.exp (test_fields): Test getting fields
9572 from function and method.
9573
9574 2015-10-21 Keven Boell <keven.boell@intel.com>
9575
9576 * gdb.fortran/vla-alloc-assoc.exp: New file.
9577 * gdb.fortran/vla-datatypes.exp: New file.
9578 * gdb.fortran/vla-datatypes.f90: New file.
9579 * gdb.fortran/vla-history.exp: New file.
9580 * gdb.fortran/vla-ptype-sub.exp: New file.
9581 * gdb.fortran/vla-ptype.exp: New file.
9582 * gdb.fortran/vla-sizeof.exp: New file.
9583 * gdb.fortran/vla-sub.f90: New file.
9584 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9585 * gdb.fortran/vla-value-sub-finish.exp: New file.
9586 * gdb.fortran/vla-value-sub.exp: New file.
9587 * gdb.fortran/vla-value.exp: New file.
9588 * gdb.fortran/vla-ptr-info.exp: New file.
9589 * gdb.mi/mi-vla-fortran.exp: New file.
9590 * gdb.mi/vla.f90: New file.
9591
9592 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9593
9594 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9595 of hardwired timeout value.
9596
9597 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9598 Pedro Alves <palves@redhat.com>
9599
9600 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9601 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9602
9603 2015-10-19 Josh Stone <jistone@redhat.com>
9604
9605 * gdb.base/catch-syscall.c: Include <sched.h>.
9606 (unknown_syscall): New variable.
9607 (main): Trigger a vfork and an unknown syscall.
9608 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9609 (unknown_syscall_number): Likewise.
9610 (check_call_to_syscall): Accept an optional syscall pattern.
9611 (check_return_from_syscall): Likewise.
9612 (check_continue): Likewise.
9613 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9614 (test_catch_syscall_skipping_return): New test toggling off 'catch
9615 syscall' to step over the syscall return, then toggling back on.
9616 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9617 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9618 (do_syscall_tests): Call test_catch_syscall_without_args and
9619 test_catch_syscall_mid_vfork.
9620 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9621 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9622
9623 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9624
9625 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9626 print g_vE): Add new pass patterns.
9627 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9628 print various symbol names for vptr fields.
9629
9630 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9631
9632 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9633 results.
9634
9635 2015-10-12 Yao Qi <yao.qi@linaro.org>
9636
9637 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9638
9639 2015-10-12 Yao Qi <yao.qi@linaro.org>
9640
9641 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9642 is aarch64*-*-linux*.
9643
9644 2015-10-12 Yao Qi <yao.qi@linaro.org>
9645
9646 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9647 (can_relocate_bcond_true): ... it.
9648 (can_relocate_bcond_false): New function.
9649 (foo): Likewise.
9650 (can_relocate_bl): Likewise.
9651 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9652 can_relocate_bl.
9653
9654 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9655
9656 * gdb.base/nested-addr.c: New file.
9657 * gdb.base/nested-addr.exp: New testcase.
9658
9659 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9660
9661 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9662 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9663 its output. Ignore the output of "record goto begin" and instead
9664 check that GDB is replaying.
9665
9666 2015-10-09 Pedro Alves <palves@redhat.com>
9667
9668 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9669 (top level): Use it in the run with no args test.
9670
9671 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9672
9673 * gdb.dlang/properties.exp: New file.
9674
9675 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9676
9677 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9678 whether or not address 0x1000 is mapped on the target.
9679
9680 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9681
9682 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9683 build.
9684
9685 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9686
9687 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9688 instruction-history test.
9689
9690 2015-09-28 Doug Evans <dje@google.com>
9691
9692 * gdb.base/gcore.c (array_func): Add reference to static_array.
9693
9694 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9695
9696 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9697 source line.
9698
9699 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9700
9701 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9702 short or char as base type.
9703
9704 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9705
9706 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9707 to allow any size enum.
9708
9709 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9710
9711 * gdb.ada/array_ptr_renaming.exp: New testcase.
9712 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9713 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9714
9715 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9716
9717 * gdb.trace/ftrace-lock.c: New file.
9718 * gdb.trace/ftrace-lock.exp: New file.
9719
9720 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9721
9722 * gdb.arch/insn-reloc.c: New file.
9723 * gdb.arch/ftrace-insn-reloc.exp: New file.
9724
9725 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9726
9727 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9728 instruction.
9729 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9730 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9731 * gdb.trace/range-stepping.c: Likewise.
9732 * gdb.trace/trace-break.c: Likewise.
9733 * gdb.trace/trace-mt.c (thread_function): Likewise.
9734 * gdb.trace/ftrace.c (marker): Likewise.
9735 * gdb.trace/trace-condition.c (marker): Likewise.
9736 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9737 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9738 is_aarch64_target.
9739
9740 2015-09-18 Doug Evans <xdje42@gmail.com>
9741
9742 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9743 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9744
9745 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9746
9747 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9748 the breakpoint.
9749
9750 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9751
9752 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9753 the pending breakpoint. Remove timeout override for "Run till
9754 MI pending breakpoint on pendfunc3 on thread 2" test.
9755
9756 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9757
9758 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9759 filename pattern.
9760
9761 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9762
9763 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9764 in breakpoint filename pattern.
9765
9766 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9767
9768 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9769
9770 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9771
9772 * gdb.linespec/explicit.exp: Check for readline support for
9773 tab-completion tests. Fix obvious typo.
9774
9775 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9776
9777 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9778 and replay.
9779
9780 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9781
9782 * gdb.btrace/non-stop.c: New.
9783 * gdb.btrace/non-stop.exp: New.
9784
9785 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9786 Yao Qi <yao.qi@linaro.org>
9787
9788 * gdb.trace/trace-condition.c: New file.
9789 * gdb.trace/trace-condition.exp: New file.
9790
9791 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
9792
9793 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9794 for testing bytecode compilation.
9795
9796 2015-09-16 Pedro Alves <palves@redhat.com>
9797 Sandra Loosemore <sandra@codesourcery.com>
9798
9799 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9800 (SECONDS): Redefine.
9801 (main): Call pthread_kill and alarm early.
9802 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9803 support.
9804 (test): If the target can't hardware step and doesn't support
9805 displaced stepping, increase the timeout.
9806
9807 2015-09-16 Pedro Alves <palves@redhat.com>
9808
9809 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9810 (enable_debug): New procedures.
9811 (test): Use them. Bail out if waiting for threads fails.
9812 (top level): Bail out if a test fails.
9813
9814 2015-09-16 Yao Qi <yao.qi@linaro.org>
9815
9816 * gdb.asm/asm-source.exp: Set asm-arch for
9817 aarch64*-*-* target.
9818 * gdb.asm/aarch64.inc: New file.
9819
9820 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9821
9822 * gdb.ada/array_of_variable_length.exp: New testcase.
9823 * gdb.ada/array_of_variable_length/foo.adb: New file.
9824 * gdb.ada/array_of_variable_length/pck.adb: New file.
9825 * gdb.ada/array_of_variable_length/pck.ads: New file.
9826
9827 2015-09-15 Doug Evans <dje@google.com>
9828
9829 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9830 of function static local variable.
9831
9832 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9833
9834 * gdb.threads/tls-so_extern.exp: New test file.
9835 * gdb.threads/tls-so_extern.c: New test file.
9836 * gdb.threads/tls-so_extern_main.c: New test file.
9837
9838 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9839
9840 * gdb.opt/solib-intra-step-lib.c: New file.
9841 * gdb.opt/solib-intra-step-main.c: New file.
9842 * gdb.opt/solib-intra-step.exp: New file.
9843
9844 2015-09-15 Pedro Alves <palves@redhat.com>
9845
9846 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9847 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9848
9849 2015-09-14 Pedro Alves <palves@redhat.com>
9850
9851 * gdb.base/hook-stop-continue.c: Delete.
9852 * gdb.base/hook-stop-continue.exp: Delete.
9853 * gdb.base/hook-stop-frame.c: Delete.
9854 * gdb.base/hook-stop-frame.exp: Delete.
9855 * gdb.base/hook-stop.c: New file.
9856 * gdb.base/hook-stop.exp: New file.
9857
9858 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9859
9860 * gdb.ada/access_to_packed_array.exp: New testcase.
9861 * gdb.ada/access_to_packed_array/foo.adb: New file.
9862 * gdb.ada/access_to_packed_array/pack.adb: New file.
9863 * gdb.ada/access_to_packed_array/pack.ads: New file.
9864
9865 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9866
9867 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9868 buffer size test.
9869
9870 2015-09-11 Don Breazeal <donb@codesourcery.com>
9871
9872 * gdb.base/foll-exec.c: Add copyright header. Fix
9873 formatting issues.
9874 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9875 (do_exec_tests): Use clean_restart in place of zap_session,
9876 and for test initialization. Fix formatting issues. Use
9877 fail in place of perror.
9878 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9879 an expect statement to match an expression with output from
9880 the program under debug.
9881 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9882 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9883 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9884 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9885 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9886
9887 2015-09-09 Doug Evans <dje@google.com>
9888
9889 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9890
9891 2015-09-09 Doug Evans <dje@google.com>
9892
9893 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9894
9895 2015-09-09 Doug Evans <dje@google.com>
9896
9897 * gdb.base/savedregs.exp: Fix typo.
9898
9899 2015-09-09 Pedro Alves <palves@redhat.com>
9900
9901 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9902
9903 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9904
9905 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9906 command actually switches threads. Give up on remaining
9907 tests if target fails to stop at breakpoint.
9908
9909 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9910
9911 * gdb.ada/funcall_char.exp: New testcase.
9912 * gdb.ada/funcall_char/foo.adb: New file.
9913
9914 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9915
9916 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9917 expected outputs. Add two testcases for completing ambiguous
9918 functions.
9919 * gdb.ada/complete/aux_pck.adb: New file.
9920 * gdb.ada/complete/aux_pck.ads: New file.
9921 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9922 Ambiguous_Func functions.
9923 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9924 * gdb.ada/complete/pck.adb: Likewise.
9925
9926 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9927
9928 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9929 failures to run the test program under GDB.
9930
9931 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9932
9933 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9934 to C.
9935
9936 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9937
9938 * gdb.base/run-after-attach.exp: New test file.
9939 * gdb.base/run-after-attach.c: New test file.
9940
9941 2015-08-26 Don Breazeal <donb@codesourcery.com>
9942
9943 * gdb.base/foll-exec-2.c: New test program.
9944 * gdb.base/foll-exec-2.exp: New test.
9945
9946 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9947
9948 * gdb.base/nested-subp1.exp: New file.
9949 * gdb.base/nested-subp1.c: New file.
9950 * gdb.base/nested-subp2.exp: New file.
9951 * gdb.base/nested-subp2.c: New file.
9952 * gdb.base/nested-subp3.exp: New file.
9953 * gdb.base/nested-subp3.c: New file.
9954
9955 2015-08-24 Pedro Alves <palves@redhat.com>
9956
9957 * gdb.server/connect-without-multi-process.c: New file.
9958 * gdb.server/connect-without-multi-process.exp: New file.
9959
9960 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9961
9962 * gdb.opt/inline-markers.c: Make z int.
9963
9964 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9965
9966 * gdb.opt/inline-markers.c: Make z volatile.
9967
9968 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9969
9970 * gdb.opt/inline-bt.c: New volatile global z.
9971 * gdb.opt/inline-cmds.c: Likewise.
9972 * gdb.opt/inline-locals.c: Likewise.
9973 * gdb.opt/inline-markers.c: New extern global z.
9974 (marker): Use z.
9975 (inline_fn): Likewise.
9976
9977 2015-08-24 Pedro Alves <palves@redhat.com>
9978
9979 * config/m32r-stub.exp: Remove file.
9980 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9981 * gdb.base/call-rt-st.exp: Likewise.
9982 * gdb.base/call-strs.exp: Likewise.
9983 * gdb.base/default.exp: Remove references to h8300-*-hms and
9984 *-*-udi*.
9985 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9986
9987 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9988
9989 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9990 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9991 and "return" use KFAIL when GDB can not read/write the vector
9992 return value.
9993
9994 2015-08-21 Gary Benson <gbenson@redhat.com>
9995
9996 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9997
9998 2015-08-20 Pedro Alves <palves@redhat.com>
9999
10000 * gdb.server/solib-list.exp: No longer expect an interior stop in
10001 non-stop mode.
10002
10003 2015-08-20 Pedro Alves <palves@redhat.com>
10004
10005 * gdb.server/connect-stopped-target.c: New file.
10006 * gdb.server/connect-stopped-target.exp: New file.
10007
10008 2015-08-20 Pedro Alves <palves@redhat.com>
10009
10010 * gdb.dwarf2/comp-unit-lang.exp: New file.
10011 * gdb.dwarf2/comp-unit-lang.c: New file.
10012
10013 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10014
10015 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10016 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10017
10018 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10019
10020 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10021 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10022
10023 2015-08-18 Doug Evans <dje@google.com>
10024 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10025
10026 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10027 skip_python_tests. New arg prompt_regexp.
10028 (skip_python_tests): New function.
10029 * lib/mi-support.exp (mi_skip_python_tests): New function.
10030 * gdb.python/py-mi-objfile-gdb.py: New file.
10031 * gdb.python/py-mi-objfile.c: New file.
10032 * gdb.python/py-mi-objfile.exp: New file.
10033
10034 2015-08-17 Keith Seitz <keiths@redhat.com>
10035
10036 * gdb.linespec/explicit.exp: Move strace test from here ...
10037 * gdb.trace/strace.exp: ... to here.
10038
10039 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10040
10041 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10042 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10043
10044 2015-08-14 Doug Evans <xdje42@gmail.com>
10045
10046 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10047 inferior before selecting a new file.
10048
10049 2015-08-14 Doug Evans <xdje42@gmail.com>
10050
10051 * gdb.mi/mi-disassemble.exp: Update.
10052 * gdb.base/disasm-optim.S: New file.
10053 * gdb.base/disasm-optim.c: New file.
10054 * gdb.base/disasm-optim.h: New file.
10055 * gdb.base/disasm-optim.exp: New file.
10056
10057 2015-08-14 Keith Seitz <keiths@redhat.com>
10058
10059 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10060 "evaluated-by".
10061
10062 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10063
10064 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10065
10066 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10067
10068 * gdb.ada/fun_renaming.exp: New testcase.
10069 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10070 * gdb.ada/fun_renaming/pack.adb: New file.
10071 * gdb.ada/fun_renaming/pack.ads: New file.
10072
10073 2015-08-12 Keith Seitz <keiths@redhat.com>
10074
10075 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10076 gdb_get_line_number.
10077
10078 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10079
10080 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10081 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10082 gdb.base/dso2dso.exp: New files.
10083
10084 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10085 Pedro Alves <palves@redhat.com>
10086 Keith Seitz <keiths@redhat.com>
10087
10088 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10089 GDBFLAGS.
10090
10091 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10092
10093 * gdb.base/gdbhistsize-history.exp
10094 (test_histsize_history_setting): Use save_vars.
10095 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10096 Use save_vars.
10097 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10098 * gdb.base/readline.exp: Use save_vars.
10099
10100 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10101
10102 * lib/gdb.exp (save_vars): New proc.
10103
10104 2015-08-11 Keith Seitz <keiths@redhat.com>
10105
10106 * gdb.base/help.exp: Update help_breakpoint_text.
10107
10108 2015-08-11 Keith Seitz <keiths@redhat.com>
10109
10110 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10111 (at toplevel): Call test_explicit_breakpoints.
10112 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10113 breakpoints.
10114 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10115 breakpoint conditions, "-cond".
10116
10117 2015-08-11 Keith Seitz <keiths@redhat.com>
10118
10119 * gdb.linespec/3explicit.c: New file.
10120 * gdb.linespec/cpexplicit.cc: New file.
10121 * gdb.linespec/cpexplicit.exp: New file.
10122 * gdb.linespec/explicit.c: New file.
10123 * gdb.linespec/explicit.exp: New file.
10124 * gdb.linespec/explicit2.c: New file.
10125 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10126 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10127 before using in the matching pattern.
10128 Clarify that `prefix' is a regular expression.
10129
10130 2015-08-11 Keith Seitz <keiths@redhat.com>
10131
10132 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10133 test.
10134 Add tests for missing ",FMT" and ",".
10135
10136 2015-08-10 Doug Evans <dje@google.com>
10137 Keith Seitz <keiths@redhat.com>
10138
10139 PR gdb/17960
10140 * gdb.base/completion.exp: Add location completer tests.
10141
10142 2015-08-07 Pedro Alves <palves@redhat.com>
10143
10144 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10145 tests here.
10146 (top level): Run do_test with and without displaced stepping.
10147
10148 2015-08-07 Pedro Alves <palves@redhat.com>
10149
10150 * gdb.base/valgrind-disp-step.c: New file.
10151 * gdb.base/valgrind-disp-step.exp: New file.
10152
10153 2015-08-07 Pedro Alves <palves@redhat.com>
10154
10155 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10156 Delete function.
10157 (main): Add alarm. Run an infinite loop instead of calling
10158 wait_threads.
10159 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10160 comment.
10161 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10162 Delete function.
10163 (main): Add alarm. Run an infinite loop instead of calling
10164 wait_threads.
10165 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10166 comment.
10167
10168 2015-08-07 Pedro Alves <palves@redhat.com>
10169
10170 * gdb.base/checkpoint-ns.exp: New file.
10171 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10172 standard_testfile.
10173
10174 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10175
10176 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10177 * gdb.btrace/instruction_history.exp: Update.
10178 * gdb.btrace/tsx.exp: New.
10179 * gdb.btrace/tsx.c: New.
10180
10181 2015-08-06 Pedro Alves <palves@redhat.com>
10182
10183 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10184 increase timeout.
10185 * gdb.reverse/until-precsave.exp: Bump timeouts.
10186
10187 2015-08-06 Pedro Alves <palves@redhat.com>
10188
10189 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10190
10191 2015-08-06 Pedro Alves <palves@redhat.com>
10192
10193 PR gdb/18749
10194 * gdb.threads/process-dies-while-handling-bp.c: New file.
10195 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10196
10197 2015-08-06 Pedro Alves <palves@redhat.com>
10198
10199 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10200 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10201
10202 2015-08-05 Pedro Alves <palves@redhat.com>
10203
10204 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10205 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10206
10207 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10208
10209 * gdb.base/bp-permanent.exp: Report test as unsupported if
10210 the target cannot stop at the permanent breakpoint.
10211
10212 2015-08-03 Doug Evans <dje@google.com>
10213
10214 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10215 10000.
10216
10217 2015-08-03 Doug Evans <dje@google.com>
10218
10219 * Makefile.in (workers/%.worker, build-perf): New rule.
10220 (GDB_PERFTEST_MODE): New variable.
10221 (check-perf): Use it.
10222 (clean): Clean up gdb.perf parallel build subdirs.
10223 * lib/build-piece.exp: New file.
10224 * lib/gdb.exp (make_gdb_parallel_path): New function
10225 (standard_output_file, standard_temp_file): Call it.
10226 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10227 of $GDB_PARALLEL.
10228 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10229
10230 2015-08-03 Doug Evans <dje@google.com>
10231
10232 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10233 (LOG_FILE_NAME): New global.
10234 (TextReporter.__init__): Initialize self.txt_sum.
10235 (TextReporter.report): Add support for multiple data-points.
10236 Move report to perftest.sum, put raw data in perftest.log.
10237 (TextReporter.start): Open sum and log files.
10238 (TextReporter.end): Close sum and log files.
10239 * gdb.perf/lib/perftest/testresult.py
10240 (SingleStatisticTestResult.record): Handle multiple data-points.
10241
10242 2015-07-31 Pedro Alves <palves@redhat.com>
10243
10244 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10245 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10246 kill_wait_spawned_process instead of explicit "kill -9".
10247 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10248 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10249 kill_wait_spawned_process.
10250 * gdb.base/attach-twice.exp: Likewise.
10251 * gdb.base/attach.exp: Likewise.
10252 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10253 gdb_test_multiple.
10254 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10255 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10256 kill_wait_spawned_process.
10257 * gdb.base/valgrind-infcall.exp: Likewise.
10258 * gdb.multi/multi-attach.exp: Likewise.
10259 * gdb.python/py-prompt.exp: Likewise.
10260 * gdb.python/py-sync-interp.exp: Likewise.
10261 * gdb.server/ext-attach.exp: Likewise.
10262 * gdb.threads/attach-into-signal.exp (corefunc): Use
10263 spawn_wait_for_attach, spawn_id_get_pid and
10264 kill_wait_spawned_process.
10265 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10266 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10267 spawn_id_get_pid and kill_wait_spawned_process.
10268 * gdb.threads/attach-stopped.exp (corefunc): Use
10269 spawn_wait_for_attach, spawn_id_get_pid and
10270 kill_wait_spawned_process.
10271 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10272 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10273 kill_wait_spawned_process instead of explicit "kill -9".
10274 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10275 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10276 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10277 processes. Don't map cygwin/windows pids here. Now returns a
10278 spawn id list.
10279
10280 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10281
10282 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10283 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10284 correct patch.
10285
10286 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10287
10288 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10289
10290 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10291
10292 Reapply:
10293 2014-05-21 Mark Wielaard <mjw@redhat.com>
10294
10295 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10296
10297 2015-07-30 Pedro Alves <palves@redhat.com>
10298
10299 * linux-low.c (handle_extended_wait): Set the child's last
10300 reported status to TARGET_WAITKIND_STOPPED.
10301
10302 2015-07-30 Pedro Alves <palves@redhat.com>
10303
10304 PR threads/18600
10305 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10306 only shows inferior 1.
10307
10308 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10309 Pedro Alves <palves@redhat.com>
10310
10311 PR threads/18600
10312 * gdb.threads/fork-plus-threads.c: New file.
10313 * gdb.threads/fork-plus-threads.exp: New file.
10314
10315 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10316
10317 * gdb.base/batch-preserve-term-settings.exp
10318 (test_terminal_settings_preserved_after_cli_exit): Use
10319 send_quit_command.
10320
10321 2015-07-29 Pedro Alves <palves@redhat.com>
10322 Don Breazeal <donb@codesourcery.com>
10323
10324 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10325 output from both inferior_spawn_id and gdb_spawn_id.
10326
10327 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10328
10329 * gdb.threads/attach-into-signal.exp (corefunc): Use
10330 with_test_prefix on nested loops, uniquefying the test messages.
10331
10332 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10333
10334 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10335 commit.
10336
10337 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10338
10339 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10340 New proc.
10341 (test_terminal_settings_preserved_after_sigterm): New test.
10342
10343 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10344
10345 * gdb.base/batch-preserve-term-settings.exp
10346 (test_terminal_settings_preserved_after_cli_exit): New test.
10347
10348 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10349
10350 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10351 manipulation of saved_gdbflags.
10352 (test_terminal_settings_preserved): Remove global declaration of
10353 the unused variable pagination_prompt. Remove manipulation of
10354 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10355 GDBFLAGS.
10356
10357 2015-07-29 Pedro Alves <palves@redhat.com>
10358
10359 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10360
10361 2015-07-29 Pedro Alves <palves@redhat.com>
10362
10363 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10364 at the top.
10365
10366 2015-07-29 Pedro Alves <palves@redhat.com>
10367
10368 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10369 (main): Call gdb_unbuffer_output.
10370 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10371 (main): Call gdb_unbuffer_output.
10372 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10373 (main): Call gdb_unbuffer_output.
10374 * gdb.base/call-strs.exp: Adjust to step over the
10375 gdb_unbuffer_output call.
10376 * gdb.base/catch-gdb-caused-signals.c: Include
10377 "../lib/unbuffer_output.c".
10378 (main): Call gdb_unbuffer_output.
10379 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10380 (main): Call gdb_unbuffer_output.
10381 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10382 (main): Call gdb_unbuffer_output.
10383 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10384 (main): Call gdb_unbuffer_output.
10385 * gdb.base/shlib-call.exp: Adjust to step over the
10386 gdb_unbuffer_output call.
10387 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10388 (main): Call gdb_unbuffer_output.
10389 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10390 (main): Call gdb_unbuffer_output.
10391 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10392 (main): Rename to ...
10393 (test): ... this.
10394 (main): Reimplement.
10395 * gdb.base/varargs.exp: Run to test instead of to main.
10396 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10397 (main): Call gdb_unbuffer_output.
10398
10399 2015-07-29 Pedro Alves <palves@redhat.com>
10400
10401 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10402 factore out from mi_continue_dprintf. For call-style dprintfs,
10403 expect dprintf output out of $inferior_spawn_id.
10404 (mi_continue_dprintf): Use mi_expect_dprintf.
10405 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10406 (main): Call gdb_unbuffer_output.
10407
10408 2015-07-29 Pedro Alves <palves@redhat.com>
10409
10410 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10411 (default_mi_gdb_start): Set inferior_spawn_id instead of
10412 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10413 gdb_spawn_id.
10414 (mi_gdb_test): Always expect inferior output from both
10415 $inferior_spawn_id and $gdb_spawn_id.
10416
10417 2015-07-29 Pedro Alves <palves@redhat.com>
10418
10419 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10420 send_inferior and $inferior_spawn_id.
10421
10422 2015-07-29 Pedro Alves <palves@redhat.com>
10423
10424 * gdb.gdb/complaints.exp (test_initial_complaints)
10425 (test_serial_complaints, test_short_complaints): Use
10426 gdb_test_stdio.
10427 (test_empty_complaint): Handle $inferior_spawn_id !=
10428 $gdb_spawn_id.
10429
10430 2015-07-29 Pedro Alves <palves@redhat.com>
10431
10432 * gdb.base/varargs.exp: Use gdb_test_stdio.
10433
10434 2015-07-29 Pedro Alves <palves@redhat.com>
10435
10436 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10437
10438 2015-07-29 Pedro Alves <palves@redhat.com>
10439
10440 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10441
10442 2015-07-29 Pedro Alves <palves@redhat.com>
10443
10444 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10445 parameter into two new parameters, "inf_result" and "gdb_result".
10446 Expect inferior output and gdb output from $inferior_spawn_id and
10447 $gdb_spawn_id, respectively. Adjust all callers.
10448
10449 2015-07-29 Pedro Alves <palves@redhat.com>
10450
10451 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10452 of gdb_test_sequence.
10453
10454 2015-07-29 Pedro Alves <palves@redhat.com>
10455
10456 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10457 (saw_spurious_output): Expect inferior output from
10458 $inferior_spawn_id. Use gdb_test_stdio.
10459
10460 2015-07-29 Pedro Alves <palves@redhat.com>
10461
10462 * gdb.base/dprintf.exp: Use standard_testfile. Change
10463 prepare_for_testing call.
10464 (srcfile): Don't set.
10465 (restart): New procedure.
10466 (test_dprintf): New procecure, use to continue over dprintfs.
10467 (test_call, test_agent): New procedures, tests moved here.
10468 Restart gdb and recreate dprintfs. Adjust expected output.
10469
10470 2015-07-29 Pedro Alves <palves@redhat.com>
10471
10472 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10473
10474 2015-07-29 Pedro Alves <palves@redhat.com>
10475
10476 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10477
10478 2015-07-29 Pedro Alves <palves@redhat.com>
10479
10480 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10481 gdb_test_stdio.
10482
10483 2015-07-29 Pedro Alves <palves@redhat.com>
10484
10485 * lib/gdb.exp (gdb_test_stdio): New procedure.
10486
10487 2015-07-29 Pedro Alves <palves@redhat.com>
10488
10489 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10490
10491 2015-07-29 Pedro Alves <palves@redhat.com>
10492
10493 * gdb.base/call-signal-resume.exp: Remove check for
10494 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10495 * gdb.base/unwindonsignal.exp: Likewise.
10496 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10497 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10498
10499 2015-07-29 Pedro Alves <palves@redhat.com>
10500
10501 * gdb.base/siginfo-addr.c (pass): New function.
10502 (handler): Call it iff si_addr is correct.
10503 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10504 Set a breakpoint at "pass" and continue to it.
10505
10506 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10507
10508 * gdb.python/py-objfile.exp: Make some tests have unique names.
10509 * gdb.python/py-pp-registration.exp: Likewise.
10510
10511 2015-07-28 Pedro Alves <palves@redhat.com>
10512
10513 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10514
10515 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10516
10517 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10518
10519 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10520
10521 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10522
10523 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10524
10525 * gdb.base/gdb-sigterm-2.exp: New test.
10526
10527 2015-07-25 Doug Evans <xdje42@gmail.com>
10528
10529 Revert:
10530 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10531 (workers/%.worker, build-perf): New rule.
10532 (GDB_PERFTEST_MODE): New variable.
10533 (check-perf): Use it.
10534 (clean): Clean up gdb.perf parallel build subdirs.
10535 * lib/build-piece.exp: New file.
10536 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10537 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10538 name.
10539 (standard_temp_file): Ditto.
10540 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10541 of $GDB_PARALLEL.
10542
10543 2015-07-24 Doug Evans <dje@google.com>
10544
10545 * gdb.perf/lib/perftest/utils.py: New file.
10546 * gdb.perf/gm-hello.cc: New file.
10547 * gdb.perf/gm-pervasive-typedef.cc: New file.
10548 * gdb.perf/gm-pervasive-typedef.h: New file.
10549 * gdb.perf/gm-std.cc: New file.
10550 * gdb.perf/gm-std.h: New file.
10551 * gdb.perf/gm-use-cerr.cc: New file.
10552 * gdb.perf/gm-utils.h: New file.
10553 * gdb.perf/gmonster-null-lookup.py: New file.
10554 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10555 * gdb.perf/gmonster-print-cerr.py: New file.
10556 * gdb.perf/gmonster-ptype-string.py: New file.
10557 * gdb.perf/gmonster-runto-main.py: New file.
10558 * gdb.perf/gmonster-select-file.py: New file.
10559 * gdb.perf/gmonster1-null-lookup.exp: New file.
10560 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10561 * gdb.perf/gmonster1-print-cerr.exp: New file.
10562 * gdb.perf/gmonster1-ptype-string.exp: New file.
10563 * gdb.perf/gmonster1-runto-main.exp: New file.
10564 * gdb.perf/gmonster1-select-file.exp: New file.
10565 * gdb.perf/gmonster1.cc: New file.
10566 * gdb.perf/gmonster1.exp: New file.
10567 * gdb.perf/gmonster2-null-lookup.exp: New file.
10568 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10569 * gdb.perf/gmonster2-print-cerr.exp: New file.
10570 * gdb.perf/gmonster2-ptype-string.exp: New file.
10571 * gdb.perf/gmonster2-runto-main.exp: New file.
10572 * gdb.perf/gmonster2-select-file.exp: New file.
10573 * gdb.perf/gmonster2.cc: New file.
10574 * gdb.perf/gmonster2.exp: New file.
10575
10576 2015-07-24 Doug Evans <dje@google.com>
10577
10578 * gdb.perf/README: New file.
10579 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10580 * lib/gen-perf-test.exp: New file.
10581
10582 2015-07-24 Doug Evans <dje@google.com>
10583
10584 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10585 (PerfTest::startup): New function.
10586 (PerfTest::run): Return result of calling body.
10587 (PerfTest::assemble): Rewrite.
10588 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10589 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10590 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10591 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10592 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10593
10594 2015-07-24 Doug Evans <dje@google.com>
10595
10596 * lib/gdb.exp (clean_restart): Make executable optional.
10597
10598 2015-07-24 Doug Evans <dje@google.com>
10599
10600 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10601 compiler_info references.
10602 * gdb.cp/temargs.exp: Ditto.
10603 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10604 (get_compiler_info): Early exit if already computed. Set compiler_info
10605 to "unknown" if there was a problem.
10606 (test_compiler_info): Add function comment. Call get_compiler_info.
10607
10608 2015-07-24 Doug Evans <dje@google.com>
10609
10610 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10611 (workers/%.worker, build-perf): New rule.
10612 (GDB_PERFTEST_MODE): New variable.
10613 (check-perf): Use it.
10614 (clean): Clean up gdb.perf parallel build subdirs.
10615 * lib/build-piece.exp: New file.
10616 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10617 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10618 name.
10619 (standard_temp_file): Ditto.
10620 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10621 of $GDB_PARALLEL.
10622
10623 2015-07-24 Doug Evans <dje@google.com>
10624
10625 * lib/future.exp (gdb_default_target_compile): New option
10626 "early_flags".
10627 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10628 --as-needed.
10629
10630 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10631
10632 * gdb.base/catch-syscall.exp: Call gdb_exit before
10633 gdb_skip_xml_test.
10634
10635 2015-07-24 Pedro Alves <palves@redhat.com>
10636
10637 * gdb.python/py-events.exp: Accept output between the stop event
10638 and the prompt.
10639 * gdb.python/py-evsignal.exp: Likewise.
10640 * gdb.python/py-evthreads.exp: Likewise.
10641
10642 2015-07-24 Pedro Alves <palves@redhat.com>
10643
10644 PR gdb/18717
10645 * gdb.threads/non-ldr-exit.c: New file.
10646 * gdb.threads/non-ldr-exit.exp: New file.
10647
10648 2015-07-24 Yao Qi <yao.qi@linaro.org>
10649
10650 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10651 restarting process.
10652
10653 2015-07-24 Yao Qi <yao.qi@linaro.org>
10654
10655 * gdb.server/ext-restart.exp: New file.
10656
10657 2015-07-24 Yao Qi <yao.qi@linaro.org>
10658
10659 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10660 argument options.
10661 * gdb.server/ext-wrapper.exp: New file.
10662
10663 2015-07-23 Doug Evans <dje@google.com>
10664
10665 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10666 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10667
10668 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10669
10670 * gdb.ada/var_arr_typedef.exp: New testcase.
10671 * gdb.ada/var_arr_typedef/pack.adb: New file.
10672 * gdb.ada/var_arr_typedef/pack.ads: New file.
10673 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10674
10675 2015-07-20 Joel Brobecker <brobecker@adacore.com>
10676
10677 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10678
10679 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10680
10681 * gdb.arch/i386-biarch-core.exp: Replace istarget
10682 by "complete set gnutarget". Remove expectation for the "core-file"
10683 command.
10684
10685 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10686
10687 Revert the previous commit:
10688 Tests for validate symbol file using build-id.
10689
10690 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10691
10692 Tests for validate symbol file using build-id.
10693 * gdb.base/solib-mismatch-lib.c: New file.
10694 * gdb.base/solib-mismatch-libmod.c: New file.
10695 * gdb.base/solib-mismatch.c: New file.
10696 * gdb.base/solib-mismatch.exp: New file.
10697
10698 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10699
10700 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10701 nios2-*-linux*.
10702 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10703 * gdb.base/siginfo.exp: Likewise.
10704 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10705
10706 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10707
10708 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10709 Move it to ...
10710 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10711 ... here.
10712 * gdb.trace/range-stepping.exp: Check that the target supports
10713 range stepping.
10714
10715 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10716
10717 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10718
10719 2015-07-14 Pedro Alves <palves@redhat.com>
10720
10721 * gdb.base/killed-outside.exp: New file.
10722 * gdb.base/killed-outside.c: New file.
10723
10724 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10725
10726 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10727 (n at main): New.
10728 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10729
10730 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10731
10732 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10733 infcall tests instead of setting up for KFAIL.
10734
10735 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10736
10737 * gdb.btrace/record_goto-step.exp: New.
10738
10739 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10740
10741 PR compile/18484
10742 * gdb.compile/compile.c (struct struct_type): Add volatile to
10743 selffield's type.
10744 * gdb.compile/compile.exp
10745 (compile code struct_object.selffield = &struct_object): Skip further
10746 struct_object tests if this one xfails.
10747
10748 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
10749
10750 PR exp/18617
10751 * gdb.trace/ax.exp: Add test.
10752
10753 2015-07-07 Yao Qi <yao.qi@linaro.org>
10754
10755 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10756 instead of istarget "aarch64*-*-*".
10757 * gdb.arch/aarch64-fp.exp: Likewise.
10758 * gdb.base/float.exp: Likewise.
10759 * gdb.reverse/aarch64.exp: Likewise.
10760 * lib/gdb.exp (is_aarch64_target): New proc.
10761
10762 2015-07-07 Yao Qi <yao.qi@linaro.org>
10763
10764 * lib/gdb.exp (is_aarch32_target): New proc.
10765 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10766 instead of "istarget "arm*-*-*"".
10767 * gdb.arch/arm-disp-step.exp: Likewise.
10768 * gdb.arch/thumb-bx-pc.exp: Likewise.
10769 * gdb.arch/thumb-prologue.exp: Likewise.
10770 * gdb.arch/thumb-singlestep.exp: Likewise.
10771 * gdb.base/disp-step-syscall.exp: Likewise.
10772 * gdb.base/float.exp: Likewise.
10773
10774 2015-07-07 Yao Qi <yao.qi@linaro.org>
10775
10776 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10777 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10778
10779 2015-07-07 Yao Qi <yao.qi@linaro.org>
10780
10781 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10782 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10783 if it exists.
10784 * gdb.multi/multi-arch.exp: Likewise.
10785
10786 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10787
10788 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10789 print.
10790
10791 2015-07-07 Yao Qi <yao.qi@linaro.org>
10792
10793 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10794
10795 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10796
10797 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10798 '[' and ']' characters.
10799
10800 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10801
10802 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10803
10804 2015-06-29 Pedro Alves <palves@redhat.com>
10805
10806 PR threads/18127
10807 * gdb.threads/hand-call-new-thread.c: New file.
10808 * gdb.threads/hand-call-new-thread.c: New file.
10809
10810 2015-06-26 Keith Seitz <keiths@redhat.com>
10811 Doug Evans <dje@google.com>
10812
10813 PR 16253
10814 * gdb.cp/var-tag-2.cc: New file.
10815 * gdb.cp/var-tag-3.cc: New file.
10816 * gdb.cp/var-tag-4.cc: New file.
10817 * gdb.cp/var-tag.cc: New file.
10818 * gdb.cp/var-tag.exp: New file.
10819
10820 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10821
10822 * gdb.base/history-duplicates.exp: New test.
10823
10824 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10825
10826 * gdb.base/completion.exp: Test the completion of the "focus"
10827 command.
10828
10829 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10830
10831 * gdb.arch/amd64-prologue-skip.S: New file.
10832 * gdb.arch/amd64-prologue-skip.exp: New file.
10833
10834 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10835
10836 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10837 is_address_zero_readable check.
10838
10839 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10840
10841 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10842 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10843
10844 2015-06-24 Yao Qi <yao.qi@linaro.org>
10845
10846 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10847 linux targets.
10848
10849 2015-06-24 Yao Qi <yao.qi@linaro.org>
10850
10851 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10852 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10853 * gdb.base/siginfo-thread.exp: Likewise.
10854
10855 2015-06-22 Yao Qi <yao.qi@linaro.org>
10856
10857 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10858
10859 2015-06-22 Yao Qi <yao.qi@linaro.org>
10860
10861 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10862 aarch64*-*-*.
10863 (skip_hw_watchpoint_tests): Likewise.
10864
10865 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10866
10867 * gdb.base/gdbinit-history.exp: Test the interaction between
10868 setting GDBHISTSIZE and setting the history size via .gdbinit.
10869
10870 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10871
10872 PR gdb/16999
10873 * gdb.base/gdbhistsize-history.exp: New test.
10874
10875 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10876
10877 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10878 with GDBHISTSIZE.
10879 * gdb.base/readline.exp: Likewise.
10880
10881 2015-06-17 Yao Qi <yao.qi@linaro.org>
10882
10883 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10884 line.
10885
10886 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10887
10888 * gdb.base/gdbinit-history.exp: Add test case to check that
10889 an unlimited history file does not get truncated on exit.
10890
10891 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10892
10893 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10894 (VECTOR): New macro. Use it...
10895 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10896 ...for these typedefs.
10897 (int8, char1, int1, double1): New typedefs.
10898 (struct just_int2, struct two_int2): New structures.
10899 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10900 (add_structvecs, add_singlevecs): New functions.
10901 (main): Call add_some_intvecs twice.
10902 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10903 the compile and exit upon failure. Try compiling for the "native"
10904 architecture. Test inferior function calls with vector arguments
10905 and vector return value handling with "finish" and "return".
10906
10907 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10908
10909 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10910 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10911 PE file.
10912 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10913
10914 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10915
10916 PR breakpoints/16465
10917 * gdb.mi/mi-dprintf-pending.c: New file.
10918 * gdb.mi/mi-dprintf-pending.exp: New test.
10919 * gdb.mi/mi-dprintf-pendshr.c: New file.
10920
10921 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10922 Mircea Gherzan <mircea.gherzan@intel.com>
10923
10924 * gdb.arch/i386-mpx-map.c: New file.
10925 * gdb.arch/i386-mpx-map.exp: New File.
10926
10927 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10928
10929 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10930 * gdb.arch/i386-mpx.exp: Indentation fixed.
10931
10932 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10933
10934 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10935 function and improved indentation.
10936 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10937 gdb_test_multiple. Added additional tests to skip the test.
10938
10939 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10940
10941 * gdb.arch/i386-avx512.c: Change path in include file.
10942 * gdb.arch/i386-avx512.exp: Change include dir path
10943 compilation flag.
10944 * gdb.arch/i386-mpx.c: Change path in include file.
10945 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10946 flag.
10947
10948 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10949
10950 * gdb.compile/compile-print.exp (compile print *vararray@3)
10951 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10952
10953 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10954
10955 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10956 (do not keep jit in memory): ... this.
10957 (expect 5): Change it to ...
10958 (expect no 5): ... this.
10959
10960 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10961
10962 PR gdb/15564
10963 * gdb.mi/mi-detach.exp: New file.
10964
10965 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10966
10967 PR symtab/18392
10968 * gdb.arch/amd64-tailcall-self.S: New file.
10969 * gdb.arch/amd64-tailcall-self.c: New file.
10970 * gdb.arch/amd64-tailcall-self.exp: New file.
10971
10972 2015-05-28 Don Breazeal <donb@codesourcery.com>
10973
10974 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10975 tests for remote targets by checking is_target_gdbserver.
10976
10977 2015-05-27 Doug Evans <dje@google.com>
10978
10979 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10980 * gdb.dwarf2/opaque-type-lookup.c: New file.
10981 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10982
10983 2015-05-26 Doug Evans <dje@google.com>
10984
10985 * gdb.cp/iostream.cc: New file.
10986 * gdb.cp/iostream.exp: New file.
10987
10988 2015-05-26 Doug Evans <dje@google.com>
10989
10990 * gdb.dwarf2/dw2-op-call.exp: Update.
10991 * gdb.dwarf2/dw4-sig-types.exp: Update.
10992 * gdb.dwarf2/implptr.exp: Update.
10993 * gdb.mi/mi-cmd-param-changed.exp: Update.
10994
10995 2015-05-26 Doug Evans <dje@google.com>
10996
10997 * gdb.python/py-lazy-string.c: New file.
10998 * gdb.python/py-lazy-string.exp: New file.
10999 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11000 (main): Update. Add estring3.
11001 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11002 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11003
11004 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11005 Yao Qi <yao.qi@linaro.org>
11006
11007 * gdb.reverse/aarch64.c: New.
11008 * gdb.reverse/aarch64.exp: New.
11009
11010 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11011
11012 * lib/gdb.exp (supports_process_record): Return true for
11013 aarch64*-linux*.
11014 (supports_reverse): Likewise.
11015
11016 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11017
11018 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11019 Use with_test_prefix.
11020
11021 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11022
11023 * gdb.base/completion.exp: Add test for completion of layout
11024 names.
11025
11026 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11027
11028 * lib/gdb.exp (skip_tui_tests): New proc.
11029 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11030
11031 2015-05-19 Pedro Alves <palves@redhat.com>
11032
11033 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11034 Save the whole env array instead of just HOME. Unset HISTSIZE in
11035 the environment while testing. Restore whole environment
11036 afterwards.
11037
11038 2015-05-16 Doug Evans <xdje42@gmail.com>
11039
11040 * gdb.guile/scm-ports.c: New file.
11041 * gdb.guile/scm-ports.exp: Add memory port tests.
11042
11043 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11044
11045 * gdb.compile/compile-print.c: New file.
11046 * gdb.compile/compile-print.exp: New file.
11047
11048 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11049
11050 * gdb.compile/compile-ops.exp: Cast param to void.
11051 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11052 (compile code struct_object.selffield = &struct_object): Add xfail.
11053
11054 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11055
11056 * gdb.ada/arr_enum_with_gap: New testcase.
11057
11058 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11059
11060 * gdb.ada/byte_packed_arr: New testcase.
11061
11062 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11063
11064 * gdb.ada/pckd_neg: New testcase.
11065
11066 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11067
11068 PR gdb/17820
11069 * gdb.base/gdbinit-history.exp: New test.
11070 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11071 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11072
11073 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11074
11075 * gdb.python/py-xmethods.cc: Enhance test case.
11076 * gdb.python/py-xmethods.exp: New tests.
11077 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11078 function.
11079 (B_indexoper): Likewise.
11080 (global_dm_list) : Add new xmethod worker functions.
11081
11082 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11083
11084 * gdb.base/coredump-filter.exp: Correctly unset
11085 "coredump_var_addr" array.
11086
11087 2015-05-08 Pedro Alves <palves@redhat.com>
11088
11089 * gdb.server/non-existing-program.exp: Unset spawn_id.
11090
11091 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11092
11093 PR python/18291
11094 * gdb.python/py-xmethods.exp: Add tests.
11095
11096 2015-05-08 Yao Qi <yao.qi@linaro.org>
11097
11098 PR gdb/18208
11099 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11100 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11101 function set_coredump_filter, and remove remote_exec call.
11102 Remove argument ipid. Callers update.
11103 (top level): Don't get inferior's PID.
11104
11105 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11106
11107 * gdb.base/watch_thread_num.exp: Skip test on targets without
11108 access watchpoints.
11109
11110 2015-05-06 Pedro Alves <palves@redhat.com>
11111
11112 PR server/18081
11113 * gdb.server/non-existing-program.exp: New file.
11114
11115 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11116
11117 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11118
11119 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11120
11121 * gdb.ada/out_of_line_in_inlined: New testcase.
11122
11123 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11124
11125 * gdb.ada/var_rec_arr: New testcase.
11126
11127 2015-04-30 Yao Qi <yao.qi@linaro.org>
11128
11129 * gdb.base/break-idempotent.exp: If
11130 skip_hw_watchpoint_multi_tests returns true, skip the tests
11131 on "rwatch" and "awatch".
11132
11133 2015-04-30 Yao Qi <yao.qi@linaro.org>
11134
11135 * gdb.base/relativedebug.exp: Invoke gdb command
11136 "info sharedlibrary", and if libc.so doesn't have debug info,
11137 skip the test.
11138
11139 2015-04-29 Doug Evans <dje@google.com>
11140
11141 * gdb.python/py-xmethods.exp: Add ptype tests.
11142 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11143 get_result_type method.
11144
11145 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11146
11147 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11148 the target does not support hardware watchpoints.
11149
11150 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11151
11152 * gdb.base/break-always.exp: Abort testing if writing to memory
11153 causes an error.
11154
11155 2015-04-28 Doug Evans <dje@google.com>
11156
11157 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11158 * gdb.python/py-pp-registration.exp: ... here. New file.
11159 * gdb.python/py-pp-registration.c: New file.
11160 * gdb.python/py-pp-registration.py: New file.
11161
11162 2015-04-28 Doug Evans <dje@google.com>
11163
11164 * gdb.python/py-bad-printers.c: New file.
11165 * gdb.python/py-bad-printers.py: New file.
11166 * gdb.python/py-bad-printers.exp: New file.
11167
11168 2015-04-28 Sasha Smundak <asmundak@google.com>
11169
11170 * gdb.python/py-type.exp: New test.
11171
11172 2015-04-28 Andy Wingo <wingo@igalia.com>
11173
11174 * gdb.python/py-parameter.exp:
11175 * gdb.guile/scm-parameter.exp: Escape the path that we are
11176 matching against, as it might contain characters that are special
11177 to regular expressions.
11178
11179 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11180
11181 * gdb.ada/rec_comp: New testcase.
11182
11183 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11184
11185 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11186 before using it.
11187
11188 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11189
11190 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11191 new tests for verilog output.
11192
11193 2015-04-24 Yao Qi <yao.qi@linaro.org>
11194
11195 * boards/remote-gdbserver-on-localhost.exp: New file.
11196
11197 2015-04-23 Pedro Alves <palves@redhat.com>
11198
11199 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11200 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11201 "end of file", remove $inferior_spawn_id from the indirect list.
11202
11203 2015-04-23 Pedro Alves <palves@redhat.com>
11204
11205 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11206
11207 2015-04-23 Pedro Alves <palves@redhat.com>
11208
11209 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11210 on $any_spawn_id instead of only on $gdb_spawn_id.
11211
11212 2015-04-21 Pierre Muller <muller@sourceware.org>
11213
11214 PR pascal/17815
11215 * lib/pascal.exp (gpc_compile): Add new option "class".
11216 (fpc_compile): Likewise.
11217 * gdb.pascal/case-insensitive-symbols.pas: New file.
11218 * gdb.pascal/case-insensitive-symbols.exp: New file.
11219
11220 2015-04-20 Gary Benson <gbenson@redhat.com>
11221
11222 * gdb.base/attach.exp: Fix three extended remote failures.
11223
11224 2015-04-17 Gary Benson <gbenson@redhat.com>
11225
11226 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11227 the main executable over the remote protocol.
11228
11229 2015-04-16 Pedro Alves <palves@redhat.com>
11230
11231 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11232 a new gdbserver if gdbserver_reconnect_p is set.
11233
11234 2015-04-16 Pedro Alves <palves@redhat.com>
11235
11236 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11237 is set, don't exit gdbserver.
11238
11239 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11240
11241 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11242 appropriate .insn, such that an older assembler can be used.
11243 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11244 the z/Architecture instruction set on 31-bit targets as well.
11245
11246 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11247
11248 * gdb.go/handcall.exp: Remove all logic related to the first
11249 breakpoint and rely on go_runto_main instead.
11250 * gdb.go/strings.exp: Likewise.
11251 * gdb.go/unsafe.exp: Likewise.
11252 * gdb.go/hello.exp: Likewise. Also rename the remaining
11253 breakpoint marker to "breakpoint 1".
11254 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11255 * gdb.go/strings.go: Likewise.
11256 * gdb.go/unsafe.go: Likewise.
11257 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11258 "set breakpoint 2 here" and rename the remaining breakpoint marker
11259 to "breakpoint 1".
11260
11261 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11262
11263 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11264 if itertools.imap is not present.
11265 * gdb.python/py-objfile.exp: Add parentheses.
11266 * gdb.python/py-type.exp: Same.
11267 * gdb.python/py-unwind-maint.py: Same.
11268
11269 2015-04-15 Yao Qi <yao.qi@linaro.org>
11270
11271 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11272 of ":$ptr_size" and set its form explicitly.
11273
11274 2015-04-15 Pedro Alves <palves@redhat.com>
11275 Yao Qi <yao.qi@linaro.org>
11276
11277 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11278 timeout by factor of 4.
11279 (test_regular_watch): Likewise.
11280 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11281 * gdb.reverse/sigall-reverse.exp: Likewise.
11282 * gdb.reverse/until-precsave.exp: Likewise.
11283 * lib/gdb.exp (with_timeout_factor): New proc.
11284 (gdb_expect): Move some code to ...
11285 (get_largest_timeout): ... here. New procedure.
11286
11287 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11288
11289 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11290
11291 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11292
11293 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11294 to write to the .text section.
11295
11296 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11297
11298 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11299 Handle the case of targets that do not provide PID information.
11300
11301 2015-04-13 Yao Qi <yao.qi@linaro.org>
11302
11303 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11304 and use expect instead of gdb_expect.
11305
11306 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11307
11308 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11309 "coredump_var_addr" to avoid naming conflict with other testcases.
11310
11311 2015-04-10 Pedro Alves <palves@redhat.com>
11312
11313 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11314 gdb_test_sequence and gdb_assert.
11315
11316 2015-04-10 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11319 test messages that don't include the breakpoint address.
11320
11321 2015-04-10 Yao Qi <yao.qi@linaro.org>
11322
11323 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11324 false for some offset and width combinations which aren't
11325 supported by linux kernel.
11326
11327 2015-04-10 Pedro Alves <palves@redhat.com>
11328
11329 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11330 procedure, factored out from ...
11331 (top level): ... here. Add "set displaced-stepping" testing axis.
11332 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11333 parameter "displaced". Use it.
11334 (top level): Use foreach and add "set displaced-stepping" testing
11335 axis.
11336
11337 2015-04-10 Pedro Alves <palves@redhat.com>
11338
11339 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11340 Remove comment.
11341 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11342 both the address of the instruction that triggers the watchpoint
11343 and the address of the instruction immediately after, and use
11344 those addresses for the test. Fix comment.
11345
11346 2015-04-10 Pedro Alves <palves@redhat.com>
11347
11348 * gdb.base/sigstep.exp (breakpoint_to_handler)
11349 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11350 Test "backtrace" in handler.
11351 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11352 (top level): Add new "displaced" test axis to
11353 breakpoint_to_handler, breakpoint_to_handler_entry and
11354 breakpoint_over_handler.
11355
11356 2015-04-10 Pedro Alves <palves@redhat.com>
11357
11358 PR gdb/18216
11359 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11360
11361 2015-04-10 Yao Qi <yao.qi@linaro.org>
11362
11363 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11364 (test_add_rn_pc): New function.
11365 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11366 (top level): Invoke test_add_rn_pc.
11367
11368 2015-04-10 Pedro Alves <palves@redhat.com>
11369
11370 PR gdb/13858
11371 * gdb.base/step-over-no-symbols.exp: New file.
11372
11373 2015-04-09 Andy Wingo <wingo@igalia.com>
11374
11375 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11376 after the Python tests.
11377
11378 2015-04-08 Keith Seitz <keiths@redhat.com>
11379
11380 PR python/16699
11381 * gdb.python/py-completion.exp: New tests for completion.
11382 * gdb.python/py-completion.py (CompleteLimit1): New class.
11383 (CompleteLimit2): Likewise.
11384 (CompleteLimit3): Likewise.
11385 (CompleteLimit4): Likewise.
11386 (CompleteLimit5): Likewise.
11387 (CompleteLimit6): Likewise.
11388 (CompleteLimit7): Likewise.
11389
11390 2015-04-08 Pedro Alves <palves@redhat.com>
11391
11392 PR gdb/18214
11393 PR gdb/18216
11394 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11395 function.
11396 (main): Install it as SIGUSR1 handler.
11397 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11398 parameter. Always use "setup" as prefix. Toggle "set
11399 displaced-stepping" off/on depending on global. Don't switch to
11400 thread 1 here.
11401 (top level): Add displaced stepping "off/on" test axis. Update
11402 "setup" calls. Wrap each subtest with with_test_prefix. Test
11403 continuing with a queued signal in each thread.
11404
11405 2015-04-08 Pedro Alves <palves@redhat.com>
11406
11407 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11408 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11409 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11410 Return early if running to main fails.
11411 * gdb.trace/while-stepping.exp: Likewise.
11412
11413 2015-04-07 Pedro Alves <palves@redhat.com>
11414
11415 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11416 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11417 interact with inferior program.
11418
11419 2015-04-07 Pedro Alves <palves@redhat.com>
11420
11421 * lib/gdb.exp (inferior_spawn_id): New global.
11422 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11423 spawn id after processing the user code.
11424 (default_gdb_start): Set inferior_spawn_id.
11425 (send_inferior): New procedure.
11426 * lib/gdbserver-support.exp (gdbserver_start): Set
11427 inferior_spawn_id.
11428 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11429
11430 2015-04-07 Pedro Alves <palves@redhat.com>
11431
11432 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11433 * lib/gdbserver-support.exp (gdbserver_start): Make
11434 $server_spawn_id global.
11435 (gdbserver_start): Don't wait for gdbserver's spawn id with
11436 expect_background.
11437 (close_gdbserver): New procedure.
11438 (gdb_exit): Rename the default version and reimplement.
11439
11440 2015-04-07 Pedro Alves <palves@redhat.com>
11441
11442 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11443 append the substituted item, not the original item.
11444
11445 2015-04-07 Pedro Alves <palves@redhat.com>
11446
11447 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11448 gdb_expect.
11449
11450 2015-04-07 Pedro Alves <palves@redhat.com>
11451
11452 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11453 output appearing once only.
11454
11455 2015-04-07 Pedro Alves <palves@redhat.com>
11456
11457 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11458 that doesn't expect anything. Return early if running to main
11459 fails.
11460
11461 2015-04-07 Yao Qi <yao.qi@linaro.org>
11462
11463 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11464 (child_function): Call alarm.
11465 (main): Move call to alarm into the loop.
11466 * gdb.threads/non-stop-fair-events.exp: Build program with
11467 -DTIMEOUT=$timeout.
11468
11469 2015-04-06 Doug Evans <xdje42@gmail.com>
11470
11471 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11472 Fix dest parameter to board_info.
11473 (fpc_compile): Ditto.
11474 (gdb_compile_pascal): Rename dest arg to destfile.
11475
11476 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11477
11478 * gdb.ada/funcall_ref.exp: New file.
11479 * gdb.ada/funcall_ref/foo.adb: New file.
11480
11481 2015-04-02 Yao Qi <yao.qi@linaro.org>
11482
11483 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11484 is remote.
11485
11486 2015-04-02 Gary Benson <gbenson@redhat.com>
11487
11488 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11489
11490 2015-04-01 Sasha Smundak <asmundak@google.com>
11491
11492 * gdb.python/py-unwind-maint.c: New file.
11493 * gdb.python/py-unwind-maint.exp: New test.
11494 * gdb.python/py-unwind-maint.py: New file.
11495 * gdb.python/py-unwind.c: New file.
11496 * gdb.python/py-unwind.exp: New test.
11497 * gdb.python/py-unwind.py: New test.
11498
11499 2015-04-01 Pedro Alves <palves@redhat.com>
11500
11501 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11502 to fail instead of non-existent $test.
11503
11504 2015-04-01 Pedro Alves <palves@redhat.com>
11505
11506 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11507 GDBFLAGS if not empty.
11508
11509 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11510
11511 * gdb.ada/complete.exp: Remove "multi_line".
11512 * gdb.ada/info_exc.exp: Remove "multi_line".
11513 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11514 * gdb.ada/ptype_field.exp: Remove "multi_line".
11515 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11516 * gdb.ada/tagged.exp: Remove "multi_line".
11517 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11518 [multi_line ...]
11519 * gdb.btrace/delta.exp: Likewise.
11520 * gdb.btrace/exception.exp: Likewise.
11521 * gdb.btrace/function_call_history.exp: Likewise.
11522 * gdb.btrace/instruction_history.exp: Likewise.
11523 * gdb.btrace/nohist.exp: Likewise.
11524 * gdb.btrace/record_goto.exp: Likewise.
11525 * gdb.btrace/segv.exp: Likewise.
11526 * gdb.btrace/stepi.exp: Likewise.
11527 * gdb.btrace/tailcall.exp: Likewise.
11528 * gdb.btrace/unknown_functions.exp: Likewise.
11529 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11530 * lib/gdb.exp: Add the "multi_line" helper.
11531
11532 2015-04-01 Pedro Alves <palves@redhat.com>
11533
11534 * gdb.threads/tid-reuse.c: New file.
11535 * gdb.threads/tid-reuse.exp: New file.
11536
11537 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11538
11539 PR corefiles/16092
11540 * gdb.base/coredump-filter.c: New file.
11541 * gdb.base/coredump-filter.exp: Likewise.
11542
11543 2015-03-27 Petr Machata <pmachata@redhat.com>
11544
11545 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11546 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11547 (Dwarf::assemble): Initialize them.
11548 (Dwarf::lines): New function.
11549
11550 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11551
11552 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11553 SYMBOL_PREFIX for x86_64-*-cygwin.
11554
11555 2015-03-26 Andy Wingo <wingo@igalia.com>
11556
11557 PR symtab/18148
11558 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11559 const_value but not a location.
11560 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11561 location defined in non-main CUs are visible.
11562
11563 2015-03-26 Yao Qi <yao.qi@linaro.org>
11564
11565 PR testsuite/18139
11566 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11567 Add a line number entry for the same line.
11568 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11569 Add a line number entry for the same line.
11570
11571 2015-03-26 Yao Qi <yao.qi@linaro.org>
11572
11573 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11574 .int 0.
11575 (func): Likewise. Add .Lfunc_1 label.
11576 Use .Lfunc_1 label.
11577 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11578 .int 0.
11579 (func): Likewise.
11580 Use .Lfunc_1 label.
11581
11582 2015-03-26 Yao Qi <yao.qi@linaro.org>
11583
11584 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11585 Call gdb_compile instead to compile each .s files without debug
11586 information.
11587
11588 2015-03-26 Yao Qi <yao.qi@linaro.org>
11589
11590 * gdb.base/savedregs.exp (process_saved_regs): Make
11591 "Saved registers:" optional in the pattern.
11592
11593 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11594
11595 * gdb.btrace/next.exp: Merged into step.exp.
11596 * gdb.btrace/finish.exp: Merged into step.exp.
11597 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11598 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11599 "record goto" and checking the exact replay position.
11600 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11601 check for "Recording format" in "info record" output.
11602 * gdb.btrace/record_goto.exp: Choose test file based on target.
11603 * gdb.btrace/x86-record_goto.S: Renamed into ...
11604 * gdb.btrace/x86_64-record_goto.S: ... this.
11605 * gdb.btrace/i686-record_goto.S: New.
11606 * gdb.btrace/x86-tailcall.S: Renamed into ...
11607 * gdb.btrace/x86_64-tailcall.S: ... this.
11608 * gdb.btrace/i686-tailcall.S: New.
11609 * gdb.btrace/x86-tailcall.c: Renamed into ...
11610 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11611 separate statements. Update test.
11612 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11613 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11614 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11615 * gdb.btrace/tailcall.exp: Choose test file based on target.
11616 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11617
11618 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11619
11620 * gdb.btrace/exception.exp: Increase BTS buffer size.
11621
11622 2015-03-24 Pedro Alves <palves@redhat.com>
11623
11624 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11625
11626 2015-03-24 Pedro Alves <palves@redhat.com>
11627
11628 * gdb.threads/schedlock.exp (test_step): No longer expect that
11629 "set scheduler-locking step" with "next" over a function call runs
11630 threads unlocked.
11631
11632 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11633
11634 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11635
11636 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11637
11638 PR breakpoints/16466
11639 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11640 * gdb.mi/mi-pending.c (thread_func): New function.
11641 (int main): Add threading support required.
11642 * gdb.mi/mi-pending.exp: Add tests for this issue.
11643 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11644 (pendfunc2): Remove stdio dependency.
11645 * gdb.mi/mi-pendshr2.c: New file.
11646
11647 2015-03-23 Keith Seitz <keiths@redhat.com>
11648
11649 * gdb.linespec/keywords.c: New file.
11650 * gdb.linespec/keywords.exp: New file.
11651
11652 2015-03-23 Keith Seitz <keiths@redhat.com>
11653
11654 PR gdb/18021
11655 * gdb.dwarf2/staticvirtual.exp: New test.
11656
11657 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11658
11659 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11660 * README: Remove HP-UX and gdb.hp.
11661 (configuration):
11662 * configure: Regenerate.
11663 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11664 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11665 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11666 gdb.hp/gdb.defects/Makefile.
11667 * gdb.hp/Makefile.in: File deleted.
11668 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11669 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11670 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11671 * gdb.hp/gdb.aCC/run.c: File deleted.
11672 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11673 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11674 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11675 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11676 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11677 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11678 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11679 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11680 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11681 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11682 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11683 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11684 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11685 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11686 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11687 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11688 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11689 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11690 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11691 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11692 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11693 * gdb.hp/gdb.compat/average.c: File deleted.
11694 * gdb.hp/gdb.compat/sum.c: File deleted.
11695 * gdb.hp/gdb.compat/xdb.c: File deleted.
11696 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11697 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11698 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11699 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11700 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11701 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11702 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11703 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11704 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11705 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11706 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11707 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11708 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11709 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11710 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11711 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11712 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11713 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11714 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11715 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11716 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11717 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11718 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11719 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11720 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11721 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11722 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11723 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11724 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11725 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11726 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11727 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11728 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11729 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11730 * gdb.hp/tools/odump: File deleted.
11731
11732 2015-03-19 Pedro Alves <palves@redhat.com>
11733
11734 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11735 (saw_thread_3): New globals.
11736 (top level): Increment them when an event for the corresponding
11737 thread is seen.
11738 (no thread starvation): New test.
11739
11740 2015-03-19 Pedro Alves <palves@redhat.com>
11741
11742 * gdb.threads/continue-pending-status.c: New file.
11743 * gdb.threads/continue-pending-status.exp: New file.
11744
11745 2015-03-18 Pedro Alves <palves@redhat.com>
11746
11747 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11748 Use gdb_is_target_remote instead of is_remote. Use
11749 gdb_test_multiple instead of gdb_expect. Exit early if
11750 gdb_test_multiple hits its internal matches. Tighten stepi tests
11751 expected output. Fail on exit with any signal, instead of just
11752 SIGILL.
11753
11754 2015-03-18 Yao Qi <yao.qi@linaro.org>
11755
11756 PR tdep/18107
11757 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11758 variable.
11759 * gdb.base/catch-syscall.exp: Don't skip it on
11760 aarch64*-*-linux* target. Remove elements in all_syscalls.
11761 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11762 target.
11763 (setup_all_syscalls): New proc.
11764
11765 2015-03-16 Yao Qi <yao.qi@linaro.org>
11766
11767 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11768 (top level): Skip tests if valid_addr_p returns false for
11769 $cmd1 or $cmd2.
11770
11771 2015-03-11 Andy Wingo <wingo@igalia.com>
11772
11773 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11774
11775 2015-03-11 Yao Qi <yao.qi@linaro.org>
11776
11777 * gdb.base/catch-syscall.exp: Fix typo in comments.
11778
11779 2015-03-11 Yao Qi <yao.qi@linaro.org>
11780
11781 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11782
11783 2015-03-09 Pedro Alves <palves@redhat.com>
11784
11785 * dg-extract-results.py: Delete.
11786
11787 2015-03-09 Pedro Alves <palves@redhat.com>
11788
11789 Merge dg-extract-results.sh from GCC upstream (r218843).
11790
11791 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11792 * dg-extract-results.sh: Use --text with grep to avoid issues with
11793 binary files. Fall back to cat -v, if that doesn't work.
11794
11795 2015-03-05 Pedro Alves <palves@redhat.com>
11796
11797 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11798
11799 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11800
11801 * lib/mi-support.exp (mi_expect_interrupt): Accept
11802 alternative event for when in all-stop mode.
11803
11804 2015-03-04 Pedro Alves <palves@redhat.com>
11805
11806 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11807
11808 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11809
11810 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11811
11812 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11813
11814 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11815 regexps for GDB's current line display, accept a hex address
11816 preceding the line number.
11817
11818 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11819
11820 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11821 the 'arch1' variable for "s390*-linux*" targets.
11822
11823 2015-03-04 Pedro Alves <palves@redhat.com>
11824
11825 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11826 (main): Pass missing retval argument to pthread_join call.
11827
11828 2015-03-02 Pedro Alves <palves@redhat.com>
11829
11830 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11831 (top level): Call do_test with non-stop as well.
11832
11833 2015-03-02 Pedro Alves <palves@redhat.com>
11834
11835 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11836 -1.
11837
11838 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11839
11840 * gdb.arch/s390-vregs.exp: New test.
11841 * gdb.arch/s390-vregs.S: New file.
11842
11843 2015-02-27 Pedro Alves <palves@redhat.com>
11844
11845 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11846 call to catch_command_errors.
11847 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11848 catch_command_errors.
11849
11850 2015-02-27 Pedro Alves <palves@redhat.com>
11851
11852 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11853 "true" for boolean result.
11854 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11855 prototype of main.
11856
11857 2015-02-27 Pedro Alves <palves@redhat.com>
11858
11859 * lib/unbuffer_output.c: New file.
11860 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11861 (main): Call gdb_unbuffer_output.
11862
11863 2015-02-27 Yao Qi <yao.qi@linaro.org>
11864
11865 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11866 target.
11867
11868 2015-02-26 Doug Evans <dje@google.com>
11869
11870 * gdb.cp/class2.cc (Dbase, D): New classes.
11871 (main): New local delta.
11872 * gdb.cp/class2.exp: Test printing delta.
11873 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11874 (dynbar): New global.
11875 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11876
11877 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11878
11879 * gdb.compile/compile-ifunc.c: New file.
11880 * gdb.compile/compile-ifunc.exp: New file.
11881
11882 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11883
11884 * gdb.base/structs.exp: Check for correct struct on finish.
11885
11886 2015-02-26 Yao Qi <yao.qi@linaro.org>
11887
11888 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11889 is zero.
11890
11891 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11892
11893 * gdb.arch/cordic.ko.bz2: New file.
11894 * gdb.arch/cordic.ko.debug.bz2: New file.
11895 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11896
11897 2015-02-25 Yao Qi <yao.qi@linaro.org>
11898
11899 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11900 aarch64*-*-* target.
11901
11902 2015-02-23 Pedro Alves <palves@redhat.com>
11903
11904 * lib/gdb.exp (delete_breakpoints): Rewrite using
11905 gdb_test_multiple.
11906
11907 2015-02-23 Pedro Alves <palves@redhat.com>
11908
11909 * gdb.base/info-os.c: Include stdlib.h.
11910
11911 2015-02-22 Doug Evans <xdje42@gmail.com>
11912
11913 PR symtab/17855
11914 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11915 is read after symbols have been re-read.
11916 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11917 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11918
11919 2015-02-21 Doug Evans <dje@google.com>
11920
11921 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11922
11923 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11924
11925 PR corefiles/17808
11926 * gdb.arch/i386-biarch-core.core.bz2: New file.
11927 * gdb.arch/i386-biarch-core.exp: New file.
11928
11929 2015-02-21 Pedro Alves <palves@redhat.com>
11930
11931 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11932 runto_main fails.
11933
11934 2015-02-20 Pedro Alves <palves@redhat.com>
11935
11936 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11937 info probes.
11938
11939 2015-02-20 Pedro Alves <palves@redhat.com>
11940
11941 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11942
11943 2015-02-20 Pedro Alves <palves@redhat.com>
11944
11945 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11946 clean_restart before gdb_target_supports_trace.
11947
11948 2015-02-20 Pedro Alves <palves@redhat.com>
11949
11950 PR threads/18006
11951 * gdb.threads/clone-thread_db.c: New file.
11952 * gdb.threads/clone-thread_db.exp: New file.
11953
11954 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11955
11956 PR breakpoints/16812
11957 * gdb.base/catch-gdb-caused-signals.c: New file.
11958 * gdb.base/catch-gdb-caused-signals.exp: New file.
11959
11960 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11961
11962 * configure: Regenerated.
11963 * configure.ac: Use GDB_AC_TRANSFORM.
11964 * aclocal.m4: sinclude ../transform.m4.
11965
11966 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11967
11968 * lib/dtrace.exp: New file.
11969 * gdb.base/dtrace-probe.exp: Likewise.
11970 * gdb.base/dtrace-probe.d: Likewise.
11971 * gdb.base/dtrace-probe.c: Likewise.
11972 * lib/pdtrace.in: Likewise.
11973 * configure.ac: Output variables with the transformed names of
11974 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11975 * configure: Regenerated.
11976
11977 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11978
11979 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11980 expected message when trying to access $_probe_* convenience
11981 variables while not on a probe.
11982
11983 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11984
11985 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11986
11987 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11988
11989 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11990 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11991
11992 2015-02-10 Doug Evans <xdje42@gmail.com>
11993
11994 * lib/gdb.exp (gdb_load): Always return a result.
11995
11996 2015-02-10 Pedro Alves <palves@redhat.com>
11997
11998 * gdb.threads/signal-sigtrap.c: New file.
11999 * gdb.threads/signal-sigtrap.exp: New file.
12000
12001 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12002
12003 * gdb.trace/no-attach-trace.c: New file.
12004 * gdb.trace/no-attach-trace.exp: New file.
12005
12006 2015-02-09 Mark Wielaard <mjw@redhat.com>
12007
12008 * gdb.dwarf2/atomic.c: New file.
12009 * gdb.dwarf2/atomic-type.exp: Likewise.
12010
12011 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12012
12013 * gdb.btrace/buffer-size.exp: Update "info record" output.
12014 * gdb.btrace/delta.exp: Update "info record" output.
12015 * gdb.btrace/enable.exp: Update "info record" output.
12016 * gdb.btrace/finish.exp: Update "info record" output.
12017 * gdb.btrace/instruction_history.exp: Update "info record" output.
12018 * gdb.btrace/next.exp: Update "info record" output.
12019 * gdb.btrace/nexti.exp: Update "info record" output.
12020 * gdb.btrace/step.exp: Update "info record" output.
12021 * gdb.btrace/stepi.exp: Update "info record" output.
12022 * gdb.btrace/nohist.exp: Update "info record" output.
12023
12024 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12025
12026 * gdb.btrace/buffer-size: New.
12027
12028 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12029
12030 * gdb.btrace/delta.exp: Update "info record" output.
12031 * gdb.btrace/enable.exp: Update "info record" output.
12032 * gdb.btrace/finish.exp: Update "info record" output.
12033 * gdb.btrace/instruction_history.exp: Update "info record" output.
12034 * gdb.btrace/next.exp: Update "info record" output.
12035 * gdb.btrace/nexti.exp: Update "info record" output.
12036 * gdb.btrace/step.exp: Update "info record" output.
12037 * gdb.btrace/stepi.exp: Update "info record" output.
12038 * gdb.btrace/nohist.exp: Update "info record" output.
12039
12040 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12041
12042 PR gdb/15678
12043 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12044
12045 2015-02-06 Pedro Alves <palves@redhat.com>
12046
12047 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12048 macro.
12049 (seconds_left, again): New globals.
12050 (main): Wait seconds_left in a 1-second sleep loop instead of
12051 sleeping 180 seconds. If 'again' is set, reset the seconds
12052 counter.
12053 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12054 'again' in the inferior before detaching. Print the seconds left.
12055 (options): New global.
12056 (top level): Build program with -DTIMEOUT=$timeout.
12057
12058 2015-02-06 Pedro Alves <palves@redhat.com>
12059
12060 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12061 determine how many seconds to pass to 'alarm'.
12062 * gdb.base/gdb-sigterm.exp (top level): Build program with
12063 -DTIMEOUT=$timeout.
12064 (do_test): Return success/failure indication. Add more verbose
12065 logging. Don't fail if 200 single steps are seen. Instead, fail
12066 when the test times out.
12067 (passes): New global.
12068 (top level): Break the testing loop if testing fails on any
12069 iteration. Use gdb_assert.
12070
12071 2015-02-04 Don Breazeal <donb@codesourcery.com>
12072
12073 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12074 and initialize them.
12075 (ipc_cleanup): New function.
12076 (main): Don't declare shmid, semid, and msqid. Add a call to
12077 atexit so that we call ipc_cleanup on exit.
12078
12079 2015-02-04 Pedro Alves <palves@redhat.com>
12080
12081 * boards/native-extended-gdbserver.exp: Remove any target variant
12082 specifications from the board name before clearing the isremote
12083 flag from board_info.
12084
12085 2015-01-31 Doug Evans <xdje42@gmail.com>
12086
12087 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12088
12089 2015-01-31 Gary Benson <gbenson@redhat.com>
12090
12091 * gdb.base/completion.exp: Disable completion limiting for
12092 existing tests. Add new tests to check completion limiting.
12093 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12094
12095 2015-01-31 Doug Evans <xdje42@gmail.com>
12096
12097 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12098
12099 2015-01-31 Doug Evans <xdje42@gmail.com>
12100
12101 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12102 entries. Duplicate file section script entries.
12103 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12104 inlined entries. Add test for safe-path rejection.
12105 * gdb.python/py-section-script.c: Add duplicate inlined section script
12106 entries. Duplicate file section script entries.
12107 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12108 inlined entries. Add test for safe-path rejection.
12109
12110 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12111
12112 * gdb.ada/disc_arr_bound: New testcase.
12113
12114 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12115
12116 * gdb.ada/mi_var_array: New testcase.
12117
12118 2015-01-27 Doug Evans <dje@google.com>
12119
12120 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12121 Add test for objfile.filename, objfile.username after objfile
12122 has been unloaded.
12123
12124 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12125
12126 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12127 the second test to print the name attribute of value
12128 returned by the call to gdb.lookup_type, and adjust
12129 the expected output accordingly.
12130
12131 2015-01-25 Mark Wielaard <mjw@redhat.com>
12132
12133 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12134 * gdb.base/disp-step-fork.c: Include unistd.h.
12135 * gdb.base/siginfo-obj.c: Include stdio.h.
12136 * gdb.base/siginfo-thread.c: Likewise.
12137 * gdb.mi/non-stop.c: Include unistd.h.
12138 * gdb.mi/nsthrexec.c: Include stdio.h.
12139 * gdb.mi/pthreads.c: Include unistd.h.
12140 * gdb.modula2/unbounded1.c (main): Declare returns int.
12141 * gdb.reverse/consecutive-reverse.c: Likewise.
12142 * gdb.threads/create-fail.c: Include unistd.h.
12143 * gdb.threads/killed.c: Likewise.
12144 * gdb.threads/linux-dp.c: Likewise.
12145 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12146 * gdb.threads/non-ldr-exc-2.c: Likewise.
12147 * gdb.threads/non-ldr-exc-3.c: Likewise.
12148 * gdb.threads/non-ldr-exc-4.c: Likewise.
12149 * gdb.threads/pthreads.c: Include unistd.h.
12150 (main): Declare returns int.
12151 * gdb.threads/tls-main.c (foo): New declaration.
12152 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12153
12154 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12155
12156 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12157 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12158
12159 2015-01-15 Mark Wielaard <mjw@redhat.com>
12160
12161 * gdb.base/noreturn-return.c: New file.
12162 * gdb.base/noreturn-return.exp: New file.
12163 * gdb.base/noreturn-finish.c: New file.
12164 * gdb.base/noreturn-finish.exp: New file.
12165
12166 2015-01-23 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.threads/continue-pending-after-query.c: New file.
12169 * gdb.threads/continue-pending-after-query.exp: New file.
12170
12171 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12172 Simon Marchi <simon.marchi@ericsson.com>
12173
12174 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12175 * gdb.base/valgrind-db-attach.exp: Same.
12176 * gdb.base/valgrind-infcall.exp: Same.
12177 * lib/mi-support.exp (default_mi_gdb_start): Same.
12178 * lib/prompt.exp (default_prompt_gdb_start): Same.
12179 * lib/gdb.exp (default_gdb_spawn): Same.
12180 (gdb_interact): New.
12181
12182
12183 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12184
12185 * gdb.compile/compile.exp (pointer to jit function): New test.
12186
12187 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12188
12189 * lib/gdb.exp (supports_process_record): Return true for
12190 powerpc*-*-linux*.
12191 (supports_reverse): Likewise.
12192
12193 2015-01-15 Don Breazeal <donb@codesourcery.com>
12194
12195 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12196 instead of checking whether the target board is remote and
12197 use spawn_wait_for_attach instead of exec/sleep.
12198 * gdb.base/attach-twice.exp: Likewise.
12199
12200 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12201
12202 * gdb.ada/var_arr_attrs: New testcase.
12203
12204 2015-01-14 Pedro Alves <palves@redhat.com>
12205 Joel Brobecker <brobecker@adacore.com>
12206
12207 PR gdb/17525
12208 * gdb.base/bp-cmds-execution-x-script.c: New file.
12209 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12210 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12211
12212 2015-01-14 Pedro Alves <palves@redhat.com>
12213
12214 PR cli/17828
12215 * gdb.base/batch-preserve-term-settings.c: New file.
12216 * gdb.base/batch-preserve-term-settings.exp: New file.
12217
12218 2015-01-13 Doug Evans <dje@google.com>
12219
12220 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12221 binary.
12222
12223 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12224
12225 * Makefile.in (clean mostlyclean): Do not delete *.py.
12226
12227 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12228
12229 * gdb.python/py-lookup-type.exp: New file.
12230
12231 2015-01-12 Pedro Alves <palves@redhat.com>
12232
12233 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12234 restore GDBFLAGS before returning.
12235
12236 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12237
12238 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12239 is_amd64_regs_target and is_x86_like_target.
12240
12241 2015-01-11 Doug Evans <xdje42@gmail.com>
12242
12243 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12244 is given without an explicit form.
12245 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12246 attributes.
12247 * gdb.dwarf/corrupt.exp: Ditto.
12248 * gdb.dwarf2/enum-type.exp: Ditto.
12249 * gdb.trace/entry-values.exp: Ditto.
12250 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12251
12252 2015-01-11 Doug Evans <xdje42@gmail.com>
12253
12254 PR gdb/15830
12255 * gdb.base/maint.exp: Remove references to "maint demangle".
12256 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12257 Add tests for explicitly specifying language to demangle.
12258 * gdb.dlang/demangle.exp: Ditto.
12259
12260 2015-01-09 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.threads/non-stop-fair-events.c: New file.
12263 * gdb.threads/non-stop-fair-events.exp: New file.
12264
12265 2015-01-09 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12268 the global scope. Set a breakpoint after all threads are started
12269 rather than stepping over two source lines. Expect the prompt.
12270 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12271 global.
12272 (NUM): Now 15.
12273 (main): Use threads_started_barrier to wait for all threads to
12274 start. Main thread no longer calls thread_function. Exit after
12275 180 seconds.
12276 (loop): New function.
12277 (thread_function): Wait on threads_started_barrier barrier. Call
12278 'loop' at each iteration.
12279 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12280 threads have started, instead of hardcoding number of "next"
12281 steps. Use an access watchpoint instead of a write watchpoint.
12282
12283 2015-01-09 Pedro Alves <palves@redhat.com>
12284
12285 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12286 (thread_func): Wait on barrier.
12287 (main): Wait for all threads to start before stopping GDB.
12288 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12289 global.
12290 (thread1_func, thread2_func): Wait on barrier.
12291 (main): Wait for all threads to start before stopping GDB.
12292 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12293 New global.
12294 (thread1_func, thread2_func): Wait on barrier.
12295 (main): Wait for all threads to start before stopping GDB.
12296
12297 2015-01-09 Pedro Alves <palves@redhat.com>
12298
12299 * gdb.threads/attach-many-short-lived-threads.c: New file.
12300 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12301
12302 2014-01-09 Pedro Alves <palves@redhat.com>
12303
12304 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12305 instead of to thread 2.
12306 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12307 Add barrier around each pthread_create call instead of around all
12308 calls.
12309 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12310 Set a break on thread_function and have the child threads hit it
12311 one at at a time.
12312
12313 2015-01-09 Pedro Alves <palves@redhat.com>
12314
12315 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12316 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12317 false.
12318 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12319 checking whether the target board is remote.
12320 * gdb.multi/multi-attach.exp: Likewise.
12321 * gdb.python/py-sync-interp.exp: Likewise.
12322 * gdb.server/ext-attach.exp: Likewise.
12323 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12324 tests that need to attach, instead of checking whether the target
12325 board is remote at the top of the file.
12326
12327 2015-01-08 Yao Qi <yao@codesourcery.com>
12328
12329 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12330
12331 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12332
12333 Fix testcase compilation.
12334 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12335
12336 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12337
12338 * gdb.python/py-type.exp: Add a couple test about empty
12339 array creation, and negative-length array creation.
12340
12341 2015-01-02 Doug Evans <xdje42@gmail.com>
12342
12343 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12344
12345 2015-01-02 Doug Evans <dje@google.com>
12346
12347 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12348
12349 2014-12-29 Yao Qi <yao@codesourcery.com>
12350
12351 * gdb.trace/entry-values.exp: Update comments. Rename variable
12352 bar_call_foo to returned_from_foo.
12353
12354 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12355
12356 PR gdb/17394
12357 * gdb.linespec/break-asm-file.c: New file.
12358 * gdb.linespec/break-asm-file.exp: New file.
12359 * gdb.linespec/break-asm-file0.s: New file.
12360 * gdb.linespec/break-asm-file1.s: New file.
12361
12362 2014-12-18 Nigel Stephens <nigel@mips.com>
12363 Maciej W. Rozycki <macro@codesourcery.com>
12364
12365 * gdb.base/float.exp: Handle the new output from "info float" on
12366 MIPS targets.
12367
12368 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12369
12370 Fix MinGW compilation.
12371 * gdb.compile/compile-ops.exp: Update untested message if
12372 !skip_compile_feature_tests.
12373 * gdb.compile/compile-setjmp.exp: Likewise.
12374 * gdb.compile/compile-tls.exp: Likewise.
12375 * gdb.compile/compile.exp: Likewise.
12376 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12377 supported on this host".
12378
12379 2014-12-16 Doug Evans <xdje42@gmail.com>
12380
12381 * boards/stabs.exp: New file.
12382
12383 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12384
12385 * gdb.base/completion.exp: Adjust to format changes of "maint
12386 print user-registers".
12387
12388 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12389
12390 PR server/17457
12391 * gdb.arch/aarch64-fp.c: New file.
12392 * gdb.arch/aarch64-fp.exp: New file.
12393
12394 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12395
12396 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12397 r210637, r210913, r211666, r215400, r215817).
12398
12399 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12400 * dg-extract-results.py: New file.
12401 * dg-extract-results.sh: Use it if the environment seems
12402 suitable.
12403
12404 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12405
12406 * dg-extract-results.py (parse_run): Handle warnings that
12407 are printed before a test harness is run.
12408
12409 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12410
12411 * dg-extract-results.py (Named): Remove __cmp__ method.
12412 (output_variation): Use a key to sort variation.harnesses.
12413
12414 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12415
12416 * dg-extract-results.py: For Python 3, force sys.stdout to
12417 handle surrogate escape sequences.
12418 (safe_open): New function.
12419 (output_segment, main): Use it.
12420
12421 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12422
12423 * dg-extract-results.py (Prog.result_re): Include options
12424 in test name.
12425
12426 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12427
12428 * dg-extract-results.py (output_variation): Always sort if
12429 do_sum.
12430
12431 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12432
12433 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12434 as long as we get pagination notifications.
12435
12436 2014-12-15 Jason Merrill <jason@redhat.com>
12437
12438 * Makefile.in (check-gdb.%): Restore.
12439 * README: Mention it.
12440
12441 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12442
12443 * gdb.ada/str_uninit: New testcase.
12444
12445 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12446
12447 PR symtab/17642
12448 * gdb.base/vla-stub-define.c: New file.
12449 * gdb.base/vla-stub.c: New file.
12450 * gdb.base/vla-stub.exp: New file.
12451
12452 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12453 Jan Kratochvil <jan.kratochvil@redhat.com>
12454 Tom Tromey <tromey@redhat.com>
12455
12456 * configure.ac: Add gdb.compile/.
12457 * configure: Regenerate.
12458 * gdb.compile/Makefile.in: New file.
12459 * gdb.compile/compile-ops.exp: New file.
12460 * gdb.compile/compile-ops.c: New file.
12461 * gdb.compile/compile-tls.c: New file.
12462 * gdb.compile/compile-tls.exp: New file.
12463 * gdb.compile/compile-constvar.S: New file.
12464 * gdb.compile/compile-constvar.c: New file.
12465 * gdb.compile/compile-mod.c: New file.
12466 * gdb.compile/compile-nodebug.c: New file.
12467 * gdb.compile/compile-setjmp-mod.c: New file.
12468 * gdb.compile/compile-setjmp.c: New file.
12469 * gdb.compile/compile-setjmp.exp: New file.
12470 * gdb.compile/compile-shlib.c: New file.
12471 * gdb.compile/compile.c: New file.
12472 * gdb.compile/compile.exp: New file.
12473 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12474
12475 2014-12-12 Tom Tromey <tromey@redhat.com>
12476
12477 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12478 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12479
12480 2014-12-12 Doug Evans <dje@google.com>
12481
12482 * lib/gdb-python.exp (get_python_valueof): New function.
12483 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12484
12485 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12486
12487 * gdb.base/completion.exp: Add test for completion of "info
12488 registers ".
12489
12490 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12491
12492 * gdb.base/func-ptrs.c: New file.
12493 * gdb.base/func-ptrs.exp: New file.
12494
12495 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12496
12497 PR breakpoints/17012
12498 * gdb.base/dprintf-detach.c: New file.
12499 * gdb.base/dprintf-detach.exp: New file.
12500
12501 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12502
12503 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12504 * lib/gdb.exp (target_is_gdbserver): New procedure.
12505
12506 2014-12-08 Doug Evans <dje@google.com>
12507
12508 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12509
12510 2014-12-05 Yao Qi <yao@codesourcery.com>
12511
12512 * gdb.guile/scm-error.exp: Remove the third argument to
12513 gdb_remote_download.
12514 * gdb.guile/scm-frame-args.exp: Likewise.
12515 * gdb.guile/scm-section-script.exp: Likewise.
12516
12517 2014-12-05 Yao Qi <yao@codesourcery.com>
12518
12519 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12520
12521 2014-12-04 Doug Evans <dje@google.com>
12522
12523 * gdb.python/py-objfile.exp: Add tests for
12524 objfile.add_separate_debug_file.
12525
12526 2014-12-04 Doug Evans <dje@google.com>
12527
12528 * lib/gdb.exp (get_build_id): New function.
12529 (build_id_debug_filename_get): Rewrite to use it.
12530 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12531
12532 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12533
12534 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12535 `method(long)', not just 0x0.
12536 * gdb.cp/nsalias.exp: Align code labels to 4.
12537 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12538 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12539 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12540 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12541 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12542 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12543
12544 2014-12-02 Doug Evans <dje@google.com>
12545
12546 PR symtab/17602
12547 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12548 * gdb.cp/anon-ns2.cc: ... here. New file.
12549 * gdb.cp/anon-ns.exp: Update.
12550
12551 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12552
12553 * gdb.python/py-events.py (inferior_call_handler): New.
12554 (register_changed_handler, memory_changed_handler): New.
12555 (test_events.invoke): Register new handlers.
12556 * gdb.python/py-events.exp: Add tests for inferior call,
12557 memory_changed and register_changed events.
12558
12559 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12560
12561 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12562 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12563 if the linker doesn't understand this.
12564
12565 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12566
12567 * gdb.python/python.exp: Change expected reply to help().
12568
12569 2014-12-01 Yao Qi <yao@codesourcery.com>
12570
12571 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12572 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12573 * configure: Re-generated.
12574
12575 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12576
12577 * gdb.cp/chained-calls.cc: New file.
12578 * gdb.cp/chained-calls.exp: New file.
12579 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12580
12581 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12582
12583 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12584 * gdb.dwarf2/symtab-producer.exp: Same.
12585 * gdb.gdb/python-interrupts.exp: Same.
12586 * gdb.gdb/python-selftest.exp: Same.
12587 * gdb.python/py-linetable.exp: Same.
12588 * gdb.python/py-type.exp: Same.
12589 * gdb.python/py-value-cc.exp: Same.
12590 * gdb.python/py-value.exp: Same.
12591
12592 2014-11-28 Yao Qi <yao@codesourcery.com>
12593
12594 * gdb.base/break-probes.exp: Match library name prefixed with
12595 sysroot.
12596
12597 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12598
12599 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12600 test expected output. Add parentheses for the call to print.
12601 Remove L suffix from integers.
12602
12603 2014-11-26 Doug Evans <dje@google.com>
12604
12605 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12606
12607 2014-11-22 Yao Qi <yao@codesourcery.com>
12608
12609 * gdb.trace/entry-values.c: Remove asms.
12610 (foo): Add foo_label.
12611 (bar): Add bar_label.
12612 * gdb.trace/entry-values.exp: Remove code computing foo's
12613 length and bar's length.
12614 (Dwarf::assemble): Invoke function_range for bar and use
12615 MACRO_AT_func for foo.
12616
12617 2014-11-22 Yao Qi <yao@codesourcery.com>
12618
12619 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12620 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12621 Use .Lgcc43_procstart instead of gcc43.
12622
12623 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12624
12625 * gdb.ada/n_arr_bound: New testcase.
12626
12627 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12628
12629 PR breakpoints/10737
12630 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12631 test_catch_syscall_multi_arch.
12632 (test_catch_syscall_multi_arch): New function.
12633
12634 2014-11-20 Doug Evans <xdje42@gmail.com>
12635
12636 * gdb.base/maint.exp: Update expected output.
12637
12638 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12639
12640 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12641 4-byte instruction on S390.
12642
12643 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12644
12645 * gdb.ada/arr_arr: New testcase.
12646
12647 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12648
12649 * gdb.ada/pkd_arr_elem: New Testcase.
12650
12651 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
12652
12653 * gdb.reverse/break-precsave: Expect completion message for
12654 core file reads.
12655 * gdb.reverse/consecutive-precsave.exp: Likewise.
12656 * gdb.reverse/finish-precsave.exp: Likewise.
12657 * gdb.reverse/i386-precsave.exp: Likewise.
12658 * gdb.reverse/machinestate-precsave.exp: Likewise.
12659 * gdb.reverse/sigall-precsave.exp: Likewise.
12660 * gdb.reverse/solib-precsave.exp: Likewise.
12661 * gdb.reverse/step-precsave.exp: Likewise.
12662 * gdb.reverse/until-precsave.exp: Likewise.
12663 * gdb.reverse/watch-precsave.exp: Likewise.
12664
12665 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12666
12667 * gdb.base/bp-permanent.c: Include unistd.h.
12668 * gdb.python/py-framefilter-mi.c (main): Add return type.
12669 * gdb.python/py-framefilter.c (main): Likewise.
12670 * gdb.trace/actions-changed.c (main): Likewise.
12671
12672 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12673
12674 * gdb.mi/until.c: Add eye-catchers.
12675 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12676 line numbers.
12677
12678 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12679
12680 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12681 function header variants in break1.c.
12682 * gdb.base/ena-dis-br.exp: Likewise.
12683 * gdb.base/hbreak2.exp: Likewise.
12684 * gdb.reverse/until-precsave.exp: Drop references to removed
12685 non-prototype function header variants in ur1.c.
12686 * gdb.reverse/until-reverse.exp: Likewise.
12687
12688 2014-11-17 Petr Machata <pmachata@redhat.com>
12689
12690 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12691 ${_cu_offset_size} bytes abbrev offset.
12692
12693 2014-11-15 Doug Evans <xdje42@gmail.com>
12694
12695 PR symtab/17559
12696 * gdb.base/line-symtabs.exp: New file.
12697 * gdb.base/line-symtabs.c: New file.
12698 * gdb.base/line-symtabs.h: New file.
12699
12700 2014-11-14 Yao Qi <yao@codesourcery.com>
12701
12702 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12703 (func): Add label func_label.
12704 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12705 Replace low_pc and high_pc with MACRO_AT_range.
12706 Replace name, low_pc and high_pc with MACRO_AT_func.
12707
12708 2014-11-14 Yao Qi <yao@codesourcery.com>
12709
12710 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12711 Replace name, low_pc and high_pc with MACRO_AT_func.
12712
12713 2014-11-14 Yao Qi <yao@codesourcery.com>
12714
12715 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12716 produce debug information.
12717 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12718
12719 2014-11-14 Yao Qi <yao@codesourcery.com>
12720
12721 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12722 object and get function length.
12723 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12724 with MACRO_AT_func.
12725 (top-level): Replace gdb_compile and clean_restart with
12726 prepare_for_testing.
12727 * gdb.dwarf2/main.c (main): Add label main_label.
12728
12729 2014-11-14 Yao Qi <yao@codesourcery.com>
12730
12731 * lib/dwarf.exp (function_range): New procedure.
12732 (Dwarf::_handle_macro_at_func): New procedure.
12733 (Dwarf::_handle_macro_at_range): New procedure.
12734 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12735
12736 2014-11-14 Yao Qi <yao@codesourcery.com>
12737
12738 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12739 (_handle_attribute): New procedure.
12740
12741 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12742
12743 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12744 * gdb.base/call-sc.c (zed): Likewise.
12745 * gdb.base/checkpoint.c (main): Likewise.
12746 * gdb.base/dump.c (main): Likewise.
12747 * gdb.base/gcore.c (main): Likewise.
12748 * gdb.base/huge.c (main): Likewise.
12749 * gdb.base/multi-forks.c (main): Likewise.
12750 * gdb.base/pr10179-a.c (main): Likewise.
12751 * gdb.base/savedregs.c (main): Likewise.
12752 * gdb.base/sigaltstack.c (main): Likewise.
12753 * gdb.base/siginfo.c (main): Likewise.
12754 * gdb.base/structs.c (zed): Likewise.
12755 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12756 * gdb.mi/mi-syn-frame.c (main): Likewise.
12757 * gdb.mi/until.c (foo, main): Likewise.
12758 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12759 * gdb.base/solib-weak.c (foo): Declare.
12760 * gdb.base/attach-twice.c: Include stdio.h.
12761 * gdb.base/weaklib1.c: Likewise.
12762 * gdb.base/weaklib2.c: Likewise.
12763 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12764 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12765 unistd.h.
12766 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12767 * gdb.mi/mi-exit-code.c: Likewise.
12768 * gdb.base/break-interp-lib.c: Include string.h.
12769 * gdb.base/coremaker.c: Likewise.
12770 * gdb.base/testenv.c: Likewise.
12771 * gdb.python/py-finish-breakpoint.c: Likewise.
12772 * gdb.base/inferior-died.c: Include sys/wait.h.
12773 * gdb.base/fileio.c: Include time.h.
12774 * gdb.base/async-shell.c: Include unistd.h.
12775 * gdb.base/dprintf-non-stop.c: Likewise.
12776 * gdb.base/info-os.c: Likewise.
12777 * gdb.mi/mi-console.c: Likewise.
12778 * gdb.mi/watch-nonstop.c: Likewise.
12779 * gdb.python/py-events.c: Likewise.
12780 * gdb.base/async.c (baz): Move up before its invocation.
12781 * gdb.base/code_elim2.c (my_global_func): Likewise.
12782 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12783 * gdb.base/advance.c (func2): Likewise.
12784
12785 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12786
12787 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12788 variant.
12789 * gdb.base/annota3.c: Likewise.
12790 * gdb.base/async.c: Likewise.
12791 * gdb.base/average.c: Likewise.
12792 * gdb.base/call-ar-st.c: Likewise.
12793 * gdb.base/call-rt-st.c: Likewise.
12794 * gdb.base/call-sc.c: Likewise.
12795 * gdb.base/call-strs.c: Likewise.
12796 * gdb.base/ending-run.c: Likewise.
12797 * gdb.base/execd-prog.c: Likewise.
12798 * gdb.base/exprs.c: Likewise.
12799 * gdb.base/foll-exec.c: Likewise.
12800 * gdb.base/foll-fork.c: Likewise.
12801 * gdb.base/foll-vfork.c: Likewise.
12802 * gdb.base/funcargs.c: Likewise.
12803 * gdb.base/gcore.c: Likewise.
12804 * gdb.base/jump.c: Likewise.
12805 * gdb.base/langs0.c: Likewise.
12806 * gdb.base/langs1.c: Likewise.
12807 * gdb.base/langs2.c: Likewise.
12808 * gdb.base/mips_pro.c: Likewise.
12809 * gdb.base/nodebug.c: Likewise.
12810 * gdb.base/opaque0.c: Likewise.
12811 * gdb.base/opaque1.c: Likewise.
12812 * gdb.base/recurse.c: Likewise.
12813 * gdb.base/run.c: Likewise.
12814 * gdb.base/scope0.c: Likewise.
12815 * gdb.base/scope1.c: Likewise.
12816 * gdb.base/setshow.c: Likewise.
12817 * gdb.base/setvar.c: Likewise.
12818 * gdb.base/shmain.c: Likewise.
12819 * gdb.base/shr1.c: Likewise.
12820 * gdb.base/shr2.c: Likewise.
12821 * gdb.base/sigall.c: Likewise.
12822 * gdb.base/signals.c: Likewise.
12823 * gdb.base/so-indr-cl.c: Likewise.
12824 * gdb.base/solib2.c: Likewise.
12825 * gdb.base/structs.c: Likewise.
12826 * gdb.base/sum.c: Likewise.
12827 * gdb.base/vforked-prog.c: Likewise.
12828 * gdb.base/watchpoint.c: Likewise.
12829 * gdb.reverse/shr2.c: Likewise.
12830 * gdb.reverse/until-reverse.c: Likewise.
12831 * gdb.reverse/ur1.c: Likewise.
12832 * gdb.reverse/watch-reverse.c: Likewise.
12833
12834 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12835
12836 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12837 variant.
12838 * gdb.base/sepdebug.exp: Drop references to removed code.
12839
12840 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12841
12842 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12843 variant. Preserve original line numbering.
12844 * gdb.base/list1.c: Likewise.
12845
12846 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12847
12848 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12849 variant.
12850 * gdb.base/break1.c: Likewise.
12851 * gdb.base/break.exp: Drop references to removed code.
12852
12853 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12854
12855 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12856 variant.
12857
12858 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12859
12860 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12861
12862 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12863
12864 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12865 logic into perform_all_tests() and invoke it with and without
12866 function header prototypes.
12867 (do_function_calls): Remove conditional XFAIL for PR 5318.
12868 (rerun_and_prepare): Remove duplicate code.
12869 (perform_all_tests): New. Main logic moved here.
12870
12871 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12872
12873 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12874 code guarded by #ifdef NO_PROTOTYPES.
12875 (t_double_many_args): Likewise.
12876 (DEF_FUNC_MANY_ARGS_1): Likewise.
12877 (DEF_FUNC_VALUES_1): Likewise.
12878 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12879 guarded by #ifdef PROTOTYPES.
12880
12881 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12882
12883 * gdb.mi/mi-console.c: Add eye-catcher.
12884 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12885 instead of literal line number.
12886
12887 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12888
12889 * gdb.base/shr2.c: Add eye-catcher.
12890 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12891 line number.
12892
12893 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12894
12895 * gdb.base/jump.c: Add eye-catchers.
12896 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12897 numbers.
12898
12899 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12900
12901 * gdb.base/execd-prog.c: Add eye-catchers.
12902 * gdb.base/foll-exec.c: Likewise.
12903 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12904 line numbers.
12905
12906 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12907
12908 * gdb.base/ending-run.c: Add eye-catchers.
12909 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12910 literal line numbers.
12911
12912 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12913
12914 * gdb.base/call-rt-st.c: Add eye-catchers.
12915 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12916 literal line numbers.
12917
12918 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12919
12920 * gdb.base/call-ar-st.c: Add eye-catchers.
12921 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12922 literal line numbers.
12923
12924 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12925
12926 * gdb.base/average.c: Add eye-catchers.
12927 * gdb.base/sum.c: Likewise.
12928 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12929 regexps dynamically.
12930
12931 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12932
12933 * gdb.base/solib1.c: Add eye-catchers.
12934 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12935 literal line numbers.
12936
12937 2014-11-12 Pedro Alves <palves@redhat.com>
12938
12939 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12940 leader has exited.
12941
12942 2014-11-12 Pedro Alves <palves@redhat.com>
12943
12944 * gdb.arch/i386-bp_permanent.c: New file.
12945 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12946 (srcfile): Set to i386-bp_permanent.c.
12947 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12948 that stepi does not execute the 'leave' instruction, instead of
12949 testing it does execute.
12950 * gdb.base/bp-permanent.c: New file.
12951 * gdb.base/bp-permanent.exp: New file.
12952
12953 2014-11-10 Doug Evans <xdje42@gmail.com>
12954
12955 PR symtab/17564
12956 * gdb.base/symtab-search-order.exp: New file.
12957 * gdb.base/symtab-search-order.c: New file.
12958 * gdb.base/symtab-search-order-1.c: New file.
12959 * gdb.base/symtab-search-order-shlib-1.c: New file.
12960
12961 2014-11-07 Pedro Alves <palves@redhat.com>
12962
12963 PR gdb/17511
12964 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12965 i?86-*-linux*.
12966
12967 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12968
12969 PR c++/17494
12970 * gdb.cp/pr17494.cc: New file.
12971 * gdb.cp/pr17494.exp: New file.
12972
12973 2014-11-02 Yao Qi <yao@codesourcery.com>
12974
12975 * gdb.python/python.exp: Get working directory and match the
12976 output of "set extended-prompt \\w " with it.
12977
12978 2014-10-30 Doug Evans <dje@google.com>
12979
12980 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12981 in objfiles.
12982 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12983 in progspaces.
12984
12985 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12986
12987 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12988 * gdb.base/realname-expand.exp: Likewise.
12989 * gdb.linespec/macro-relative.exp: Likewise.
12990
12991 2014-10-29 Pedro Alves <palves@redhat.com>
12992
12993 PR gdb/17408
12994 * gdb.threads/schedlock.c (some_function): New function.
12995 (call_function): New global.
12996 (MAYBE_CALL_SOME_FUNCTION): New macro.
12997 (thread_function): Call it.
12998 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12999 and use it instead of a global counter. Adjust all callers.
13000 (get_current_thread): Use "find current thread" for test message
13001 here rather than having all callers pass down the same string.
13002 (goto_loop): New procedure, factored out from ...
13003 (my_continue): ... this.
13004 (step_ten_loops): Change parameter from test message to command to
13005 use. Adjust.
13006 (list_count): Delete global.
13007 (check_result): New procedure, factored out from duplicate top
13008 level code.
13009 (continue tests): Wrap in with_test_prefix.
13010 (test_step): New procedure, factored out from duplicate top level
13011 code.
13012 (top level): Test "step" in combination with all scheduler-locking
13013 modes. Test "next" in combination with all scheduler-locking
13014 modes, and in combination with stepping over a function call or
13015 not.
13016 * gdb.threads/next-bp-other-thread.c: New file.
13017 * gdb.threads/next-bp-other-thread.exp: New file.
13018
13019 2014-10-29 Pedro Alves <palves@redhat.com>
13020
13021 PR python/17372
13022 * gdb.python/python.exp: Test a multi-line command that spawns
13023 interactive Python.
13024 * gdb.base/multi-line-starts-subshell.exp: New file.
13025
13026 2014-10-29 Yao Qi <yao@codesourcery.com>
13027
13028 * gdb.base/fileio.exp: Make directories on host.
13029
13030 2014-10-29 Yao Qi <yao@codesourcery.com>
13031
13032 * gdb.base/fileio.c (test_write): Close the file.
13033
13034 2014-10-28 Pedro Alves <palves@redhat.com>
13035
13036 PR gdb/12623
13037 * gdb.base/sigstep.c (no_handler): New global.
13038 (main): If 'no_handler is true, set the signal handlers to
13039 SIG_IGN.
13040 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13041 with_sw_watch and no_handler parameters. Handle them.
13042 (top level) <stepping over handler when stopped at a breakpoint
13043 test>: Add a test axis for testing with a software watchpoint, and
13044 another for testing with the signal handler set to SIG_IGN.
13045 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13046 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13047
13048 2014-10-28 Pedro Alves <palves@redhat.com>
13049
13050 PR gdb/17511
13051 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13052 * gdb.base/sigstep.exp (other_handler_location): New global.
13053 (advance): Support stepping into the signal handler, and running
13054 commands while in the handler.
13055 (in_handler_map): New global.
13056 (top level): In the advance test, add combinations for getting
13057 into the handler with stepping commands, and for running commands
13058 in the handler. Add comment descripting the advancei tests.
13059
13060 2014-10-28 Pedro Alves <palves@redhat.com>
13061
13062 * gdb.base/sigstep.exp: Use build_executable instead of
13063 prepare_for_testing.
13064 (top level): Move code that starts GDB, runs to main and creates a
13065 display to ...
13066 (restart): ... this new procedure.
13067 (top level): Move backtrace from signal handler test to ...
13068 (validate_backtrace): ... this new procedure.
13069 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13070 with_test_prefix. Always restart GDB.
13071 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13072 with_test_prefix. Always restart GDB. No need to delete
13073 breakpoints after the test.
13074 (test_skip_handler): Remove prefix parameter.
13075 (skip_over_handler, breakpoint_to_handler)
13076 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13077 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13078 restart GDB. No need to delete breakpoints after the test.
13079 (top level): Use foreach to call the test procedures with
13080 different commands.
13081
13082 2014-10-28 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13085 instead of GNATS numbers.
13086 * gdb.base/sigbpt.exp: Likewise.
13087 * gdb.base/siginfo.exp: Likewise.
13088 * gdb.base/sigstep.exp: Likewise.
13089
13090 2014-10-27 Pedro Alves <palves@redhat.com>
13091
13092 * gdb.base/sigstep.c (dummy): New global.
13093 (main): Issue a couple writes to the new global.
13094 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13095 procedures.
13096 (skip_over_handler): Use test_skip_handler.
13097 (top level): Call skip_over_handler for stepi and nexti too.
13098 (breakpoint_over_handler): Use test_skip_handler.
13099 (top level): Call breakpoint_over_handler for stepi and nexti too.
13100
13101 2014-10-27 Yao Qi <yao@codesourcery.com>
13102
13103 * gdb.trace/tfile.c (adjust_function_address)
13104 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13105 function descriptor.
13106
13107 2014-10-24 Don Breazeal <donb@codesourcery.com>
13108
13109 * gdb.base/foll-fork.exp (test_follow_fork,
13110 catch_fork_child_follow): Check for updated fork messages emitted
13111 from infrun.c.
13112 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13113 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13114 vfork_and_exec_child_follow_through_step): Check for updated vfork
13115 messages emitted from infrun.c.
13116
13117 2014-10-24 Pedro Alves <palves@redhat.com>
13118
13119 * gdb.base/corefile.exp: Remove references to ultrix.
13120 * gdb.base/interrupt.exp: Likewise.
13121 * gdb.base/whatis.exp: Likewise.
13122 * gdb.gdb/selftest.exp: Likewise.
13123 * gdb.threads/manythreads.exp: Likewise.
13124 * gdb.threads/print-threads.exp: Likewise.
13125 * gdb.threads/pthreads.exp:: Likewise.
13126 * gdb.threads/schedlock.exp: Likewise.
13127
13128 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13129
13130 * gdb.cp/non-trivial-retval.cc: Add a test case.
13131 * gdb.cp/non-trivial-retval.exp: Add a test.
13132
13133 2014-10-20 Yao Qi <yao@codesourcery.com>
13134
13135 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13136 * gdb.python/py-objfile-script-gdb.py: New file.
13137 * gdb.python/py-objfile-script.exp: Update reference to
13138 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13139 of remote_download. Remove the dest file.
13140
13141 2014-10-20 Yao Qi <yao@codesourcery.com>
13142
13143 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13144 * gdb.base/step-line.exp: Likewise.
13145 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13146 * gdb.dwarf2/dw2-basic.exp: Likewise.
13147 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13148 * gdb.dwarf2/dw2-filename.exp: Likewise.
13149 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13150 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13151 * gdb.dwarf2/dw2-producer.exp: Likewise.
13152 * gdb.dwarf2/mac-fileno.exp: Likewise.
13153 * gdb.python/py-frame-args.exp: Likewise.
13154 * gdb.python/py-framefilter.exp: Likewise.
13155 * gdb.python/py-mi.exp: Likewise.
13156 * gdb.python/py-objfile-script.exp: Likewise
13157 * gdb.python/py-pp-integral.exp: Likewise.
13158 * gdb.python/py-pp-re-notag.exp: Likewise.
13159 * gdb.python/py-prettyprint.exp: Likewise.
13160 * gdb.python/py-section-script.exp: Likewise.
13161 * gdb.python/py-typeprint.exp: Likewise.
13162 * gdb.python/py-xmethods.exp: Likewise.
13163 * gdb.stabs/weird.exp: Likewise.
13164 * gdb.xml/tdesc-regs.exp: Likewise.
13165
13166 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13167
13168 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13169 (out_cu): Use addr_len for the size of addresses.
13170 (out_line): Likewise. Size DW_LNE_set_address instruction
13171 according to addr_len.
13172 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13173 (FUNC): Add START_INSNS to definition.
13174
13175 2014-10-18 Yao Qi <yao@codesourcery.com>
13176
13177 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13178 gdb_has_argv0 return true.
13179 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13180 check [target_info exists noargs], check [gdb_has_argv0]
13181 instead.
13182 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13183 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13184 procedures.
13185
13186 2014-10-17 Doug Evans <dje@google.com>
13187
13188 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13189 event.
13190 * gdb.python/py-events.py: Add clear_objfiles event.
13191
13192 2014-10-17 Doug Evans <dje@google.com>
13193
13194 * gdb.python/py-objfile.exp: Test progspace attribute.
13195
13196 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13197
13198 * gdb.guile/scm-breakpoint.exp: Do not assume any
13199 directory separators when matching source file paths.
13200 * gdb.python/py-breakpoint.exp: Likewise.
13201 * gdb.reverse/break-precsave.exp: Likewise.
13202 * gdb.reverse/break-reverse.exp: Likewise.
13203 * gdb.reverse/consecutive-precsave.exp: Likewise.
13204 * gdb.reverse/finish-precsave.exp: Likewise.
13205 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13206 * gdb.reverse/finish-reverse.exp: Likewise.
13207 * gdb.reverse/i386-precsave.exp: Likewise.
13208 * gdb.reverse/i387-env-reverse.exp: Likewise.
13209 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13210 * gdb.reverse/machinestate-precsave.exp: Likewise.
13211 * gdb.reverse/machinestate.exp: Likewise.
13212 * gdb.reverse/sigall-precsave.exp: Likewise.
13213 * gdb.reverse/solib-precsave.exp: Likewise.
13214 * gdb.reverse/step-precsave.exp: Likewise.
13215 * gdb.reverse/until-precsave.exp: Likewise.
13216 * gdb.reverse/watch-precsave.exp: Likewise.
13217 * gdb.reverse/watch-reverse.exp: Likewise.
13218
13219 2014-10-17 Yao Qi <yao@codesourcery.com>
13220
13221 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13222 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13223
13224 2014-10-17 Pedro Alves <palves@redhat.com>
13225
13226 PR gdb/17471
13227 * gdb.base/bg-execution-repeat.c: New file.
13228 * gdb.base/bg-execution-repeat.exp: New file.
13229
13230 2014-10-17 Pedro Alves <palves@redhat.com>
13231
13232 PR gdb/17300
13233 * gdb.base/continue-all-already-running.c: New file.
13234 * gdb.base/continue-all-already-running.exp: New file.
13235
13236 2014-10-17 Pedro Alves <palves@redhat.com>
13237
13238 PR gdb/17472
13239 * gdb.base/annota-input-while-running.c: New file.
13240 * gdb.base/annota-input-while-running.exp: New file.
13241
13242 2014-10-17 Pedro Alves <palves@redhat.com>
13243
13244 * gdb.base/callfuncs.exp: emove references to osf.
13245 * gdb.base/sigall.exp: Likewise.
13246 * gdb.gdb/selftest.exp: Likewise.
13247 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13248 * gdb.mi/non-stop.c: Likewise.
13249 * gdb.mi/pthreads.c: Likewise.
13250 * gdb.reverse/sigall-precsave.exp: Likewise.
13251 * gdb.reverse/sigall-reverse.exp: Likewise.
13252 * gdb.threads/pthreads.c: Likewise.
13253 * gdb.threads/pthreads.exp: Likewise.
13254
13255 2014-10-17 Yao Qi <yao@codesourcery.com>
13256
13257 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13258 check 'target_info exists noargs'.
13259 (test_command_prompt_position): Likewise.
13260 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13261 Remove "set args".
13262 (progvar_simple_while_test): Likewise.
13263 (progvar_complex_if_while_test): Likewise.
13264 (if_while_breakpoint_command_test): Likewise.
13265 (infrun_breakpoint_command_test): Likewise.
13266 (breakpoint_command_test): Likewise.
13267 (watchpoint_command_test): Likewise.
13268 (bp_deleted_in_command_test): Likewise.
13269 (temporary_breakpoint_commands): Likewise.
13270
13271 2014-10-16 Yao Qi <yao@codesourcery.com>
13272
13273 * gdb.base/remotetimeout.exp: Remove noargs checking.
13274
13275 2014-10-15 Pedro Alves <palves@redhat.com>
13276
13277 PR breakpoints/9649
13278 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13279 * gdb.base/breakpoint-in-ro-region.exp
13280 (probe_target_hardware_step): New procedure.
13281 (top level): Probe hardware stepping and hardware breakpoint
13282 support. Test stepping through a read-only region, with both
13283 "breakpoint auto-hw" on and off and both "always-inserted" on and
13284 off.
13285
13286 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13287
13288 * gdb.dlang/demangle.exp: Update for demangling changes.
13289
13290 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13291
13292 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13293 * gdb.cp/non-trivial-retval.exp: Add new tests.
13294
13295 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13296
13297 PR c++/13403
13298 PR c++/15154
13299 * gdb.cp/non-trivial-retval.cc: New file.
13300 * gdb.cp/non-trivial-retval.exp: New file.
13301
13302 2014-10-15 Yao Qi <yao@codesourcery.com>
13303
13304 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13305 remote host.
13306
13307 2014-10-15 Yao Qi <yao@codesourcery.com>
13308
13309 * gdb.python/py-symbol.exp: Match file base name if host is
13310 remote, otherwise match file name with dir name.
13311 * gdb.python/py-symtab.exp: Likewise.
13312 * gdb.python/python.exp: Likewise.
13313
13314 2014-10-15 Yao Qi <yao@codesourcery.com>
13315
13316 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13317 pattern.
13318 * gdb.python/py-symtab.exp: Likewise.
13319 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13320 locationn.
13321
13322 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13323
13324 * gdb.ada/addr_arith: New testcase.
13325
13326 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13327
13328 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13329 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13330 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13331 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13332
13333 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13334
13335 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13336 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13337 * gdb.arch/stap-eval-lang-ada.exp: New file.
13338
13339 2014-10-14 Yao Qi <yao@codesourcery.com>
13340
13341 * gdb.mi/mi-var-child.c (nothing1): New function.
13342 (nothing2): New function.
13343 (do_children_tests): Set function pointers by nothing1 and
13344 nothing2.
13345 * gdb.mi/mi-var-child.exp: Step over new added statements.
13346 Update test to match the new output.
13347 * gdb.mi/var-cmd.c (nothing1): New function.
13348 (nothing2): New function.
13349 (do_children_tests): Set function pointers by nothing1 and
13350 nothing2.
13351 * gdb.mi/mi-var-display.exp: Update test to match output.
13352 Step to the line specified by $line_dct_nothing.
13353 Increase the number of lines to step.
13354
13355 2014-10-14 Yao Qi <yao@codesourcery.com>
13356
13357 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13358 tests.
13359 * gdb.mi/mi2-var-child.exp: Likewise.
13360
13361 2014-10-13 Doug Evans <dje@google.com>
13362
13363 * gdb.python/py-objfile.exp: Change name of file name test.
13364
13365 2014-10-13 Doug Evans <dje@google.com>
13366
13367 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13368 from the start of the CU.
13369
13370 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13371 Yao Qi <yao@codesourcery.com>
13372
13373 Fix "save breakpoints" for "catch" command.
13374 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13375 Remove -nonewline. Match also the added "main" line.
13376
13377 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13378
13379 Fix "save breakpoints" for "disable $bpnum" command.
13380 * gdb.base/save-bp.c (main): Add label.
13381 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13382
13383 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13384
13385 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13386
13387 2014-10-11 Yao Qi <yao@codesourcery.com>
13388
13389 * gdb.server/server-kill.exp: Execute command
13390 "set remote trace-status-packet on" before "tstatus".
13391
13392 2014-10-11 Yao Qi <yao@codesourcery.com>
13393
13394 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13395 (main): Call getppid.
13396 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13397 and continue to it. Read variable "server_pid".
13398
13399 2014-10-11 Yao Qi <yao@codesourcery.com>
13400
13401 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13402
13403 2014-10-11 Yao Qi <yao@codesourcery.com>
13404
13405 * gdb.threads/thread-find.exp: Don't execute command
13406 "info threads".
13407 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13408 * gdb.threads/linux-dp.exp: Don't check the condition
13409 $threads_created equals to zero.
13410
13411 2014-10-10 Pedro Alves <palves@redhat.com>
13412
13413 * gdb.base/bigcore.exp: Remove references to IRIX.
13414 * gdb.base/funcargs.exp: Likewise.
13415 * gdb.base/interrupt.exp: Likewise.
13416 * gdb.base/mips_pro.exp: Likewise.
13417 * gdb.base/nodebug.exp: Likewise.
13418 * gdb.base/setvar.exp: Likewise.
13419 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13420
13421 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13422 Pedro Alves <palves@redhat.com>
13423
13424 PR symtab/14466
13425 * gdb.base/vdso-warning.c: New file.
13426 * gdb.base/vdso-warning.exp: New file.
13427
13428 2014-10-02 Doug Evans <dje@google.com>
13429
13430 * gdb.base/structs.c (main): Don't run forever.
13431
13432 2014-10-02 Pedro Alves <palves@redhat.com>
13433
13434 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13435 (top level) <stop threads 1, stop threads 2>: Use it.
13436
13437 2014-10-02 Pedro Alves <palves@redhat.com>
13438
13439 * gdb.threads/break-while-running.exp (test): Add new
13440 'update_thread_list' argument. Skip "info threads" if false.
13441 (top level): Add new 'update_thread_list' axis.
13442
13443 2014-10-02 Pedro Alves <palves@redhat.com>
13444
13445 PR breakpoints/17431
13446 * gdb.base/execl-update-breakpoints.c: New file.
13447 * gdb.base/execl-update-breakpoints.exp: New file.
13448
13449 2014-10-01 Pedro Alves <palves@redhat.com>
13450
13451 * gdb.base/breakpoint-in-ro-region.c: New file.
13452 * gdb.base/breakpoint-in-ro-region.exp: New file.
13453
13454 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13455
13456 * gdb.mi/mi-exit-code.exp: New file.
13457 * gdb.mi/mi-exit-code.c: New file.
13458
13459 2014-09-30 Yao Qi <yao@codesourcery.com>
13460
13461 * lib/prelink-support.exp (build_executable_own_libs): Error if
13462 the target isn't native.
13463
13464 2014-09-30 Yao Qi <yao@codesourcery.com>
13465
13466 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13467 false.
13468
13469 2014-09-22 Pedro Alves <palves@redhat.com>
13470
13471 * gdb.threads/break-while-running.exp: New file.
13472 * gdb.threads/break-while-running.c: New file.
13473
13474 2014-09-19 Yao Qi <yao@codesourcery.com>
13475
13476 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13477 Invoke test. Restart GDB with --readnow and invoke test again.
13478
13479 2014-09-19 Yao Qi <yao@codesourcery.com>
13480
13481 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13482 proc set_breakpoint_on_gcd_function. Invoke
13483 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13484 invoke set_breakpoint_on_gcd_function again.
13485
13486 2014-09-18 Doug Evans <dje@google.com>
13487
13488 * gdb.dwarf2/symtab-producer.exp: New file.
13489
13490 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13491
13492 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13493 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13494 * gdb.base/global-var-nested-by-dso.c: Likewise.
13495 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13496
13497 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13498 Pedro Alves <palves@redhat.com>
13499
13500 * gdb.base/watch-bitfields.exp: Pass string other than test file
13501 name to prepare_for_testing.
13502 (watch): New procedure.
13503 (expect_watchpoint): Use with_test_prefix.
13504 (top level): Factor out tests to ...
13505 (test_watch_location, test_regular_watch): ... these new
13506 procedures, and use with_test_prefix and gdb_continue_to_end.
13507
13508 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13509
13510 PR breakpoints/12526
13511 * gdb.base/watch-bitfields.exp: New file.
13512 * gdb.base/watch-bitfields.c: New file.
13513
13514 2014-09-16 Pedro Alves <palves@redhat.com>
13515
13516 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13517 software and hardware addresses, not software address against
13518 itself.
13519
13520 2014-09-16 Pedro Alves <palves@redhat.com>
13521
13522 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13523 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13524
13525 2014-09-16 Pedro Alves <palves@redhat.com>
13526
13527 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13528 files.
13529 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13530 "*-*-vxworks*" throughout.
13531 * gdb.base/break.exp: Likewise.
13532 * gdb.base/default.exp: Likewise.
13533 * gdb.base/scope.exp: Likewise.
13534 * gdb.base/sepdebug.exp: Likewise.
13535 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13536 throughout.
13537 * gdb.base/run.c: Likewise.
13538 * gdb.base/sepdebug.c: Likewise.
13539 * gdb.hp/gdb.aCC/run.c: Likewise.
13540 * gdb.reverse/until-reverse.c: Likewise.
13541 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13542
13543 2014-09-16 Yao Qi <yao@codesourcery.com>
13544
13545 * boards/local-remote-host-native.exp: New file.
13546
13547 2014-09-14 Doug Evans <xdje42@gmail.com>
13548
13549 * gdb.threads/queue-signal.c (thread_count): New variable.
13550 (thread_count_mutex, thread_count_condvar): New variables.
13551 (incr_thread_count, wait_all_threads_running): New functions.
13552 (main): Wait for all threads to be in their thread functions.
13553
13554 2014-09-13 Doug Evans <xdje42@gmail.com>
13555
13556 * gdb.threads/queue-signal.c: New file.
13557 * gdb.threads/queue-signal.exp: New file.
13558
13559 2014-09-13 Doug Evans <xdje42@gmail.com>
13560
13561 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13562 be consistent with what default_gdb_init uses.
13563 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13564 the plain text of the prompt. Add some logging printfs.
13565 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13566
13567 2014-09-12 Pedro Alves <palves@redhat.com>
13568
13569 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13570 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13571 * gdb.arch/i386-size-overlap.exp: Likewise.
13572 * gdb.arch/i386-size.exp: Likewise.
13573 * gdb.arch/i386-unwind.exp: Likewise.
13574 * gdb.base/a2-run.exp: Likewise.
13575 * gdb.base/break.exp: Likewise.
13576 * gdb.base/charset.exp: Likewise.
13577 * gdb.base/chng-syms.exp: Likewise.
13578 * gdb.base/commands.exp: Likewise.
13579 * gdb.base/dbx.exp: Likewise.
13580 * gdb.base/find.exp: Likewise.
13581 * gdb.base/funcargs.exp: Likewise.
13582 * gdb.base/jit-simple.exp: Likewise.
13583 * gdb.base/reread.exp: Likewise.
13584 * gdb.base/sepdebug.exp: Likewise.
13585 * gdb.base/step-bt.exp: Likewise.
13586 * gdb.cp/mb-inline.exp: Likewise.
13587 * gdb.cp/mb-templates.exp: Likewise.
13588 * gdb.objc/basicclass.exp: Likewise.
13589 * gdb.threads/killed.exp: Likewise.
13590
13591 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13592
13593 PR tdep/17379
13594 * gdb.arch/powerpc-stackless.S: New file.
13595 * gdb.arch/powerpc-stackless.exp: New file.
13596
13597 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13598
13599 * gdb.base/attach.c: Include unistd.h.
13600 (main): Call alarm. Add label postloop.
13601 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13602 gdb_breakpoint, gdb_continue_to_breakpoint.
13603 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13604
13605 2014-09-11 Pedro Alves <palves@redhat.com>
13606
13607 PR gdb/17347
13608 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13609 * gdb.base/attach.exp (test_command_line_attach_run): New
13610 procedure.
13611 (top level): Call it.
13612
13613 2014-09-11 Pedro Alves <palves@redhat.com>
13614
13615 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13616 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13617 (do_command_attach_tests): Use spawn_wait_for_attach.
13618 * gdb.base/solib-overlap.exp: Likewise.
13619 * gdb.multi/multi-attach.exp: Likewise.
13620 * gdb.python/py-prompt.exp: Likewise.
13621 * gdb.python/py-sync-interp.exp: Likewise.
13622 * gdb.server/ext-attach.exp: Likewise.
13623
13624 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13625
13626 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13627 command in testcase. Simplify testcase.
13628
13629 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13630
13631 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13632
13633 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13634
13635 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13636
13637 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13638
13639 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13640
13641 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13642
13643 * gdb.dwarf2/dynarr-ptr.c: New file.
13644 * gdb.dwarf2/dynarr-ptr.exp: New file.
13645
13646 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13647
13648 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13649 of 30 rather than hardcoding 120 for a slow test case. Take the
13650 `gdb,timeout' target setting into account for this calculation.
13651 Don't extend the timeout for the test cases that don't need it.
13652
13653 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13654
13655 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13656 a factor of 2 for a slow test case. Take the `gdb,timeout'
13657 target setting into account for this calculation.
13658 * gdb.reverse/until-precsave.exp: Increase the timeout by
13659 a factor of 15 and 3 respectively rather than adding 120
13660 for a pair of slow test cases. Take the `gdb,timeout'
13661 target setting into account for this calculation.
13662
13663 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13664
13665 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13666 timeout, don't pass one down to gdb_expect.
13667 (gdb_expect): Rework timeout selection.
13668
13669 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13670
13671 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13672 exception on timeout.
13673 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13674 (gdbserver_start_extended): Catch any `gdbserver_start' error
13675 exceptions.
13676 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13677 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13678 `gdbserver_gdb_load' error exceptions.
13679
13680 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13681
13682 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13683 120 on waiting for the TCP socket to open.
13684
13685 2014-09-09 Doug Evans <xdje42@gmail.com>
13686
13687 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13688 _caller_matches, _any_caller_is, _any_caller_matches.
13689
13690 2014-09-09 Doug Evans <xdje42@gmail.com>
13691
13692 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13693
13694 2014-09-09 Yao Qi <yao@codesourcery.com>
13695
13696 * gdb.mi/mi-var-display.exp: Set print symbol off.
13697
13698 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13699
13700 PR gdb/17035
13701 * gdb.base/commands.exp: Add tests to verify user-defined
13702 commands with empty bodies.
13703 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13704 python commands in `show user command`.
13705 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13706 scheme commands in `show user command`.
13707
13708 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13709
13710 PR python/17355
13711 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13712 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13713 * gdb.python/py-framefilter-invalidarg.exp: New file.
13714 * gdb.python/py-framefilter-invalidarg.py: New file.
13715
13716 2014-09-06 Doug Evans <xdje42@gmail.com>
13717
13718 PR 15276
13719 * gdb.python/py-caller-is.c: New file.
13720 * gdb.python/py-caller-is.exp: New file.
13721
13722 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13723
13724 PR gdb/17235
13725 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13726 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13727
13728 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13729
13730 PR fortran/17237
13731 * gdb.fortran/print-formatted.exp: New file.
13732 * gdb.fortran/print-formatted.f90: Likewise.
13733
13734 2014-09-03 Sasha Smundak <asmundak@google.com>
13735
13736 * gdb.python/py-frame.exp: Test Frame.read_register.
13737
13738 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13739
13740 PR python/16699
13741 * gdb.python/py-completion.exp: New file.
13742 * gdb.python/py-completion.py: Likewise.
13743
13744 2014-08-28 Doug Evans <dje@google.com>
13745
13746 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13747 eax,etc. are live with values set by gdb and thus the compiler can't
13748 use them.
13749 * gdb.arch/i386-pseudo.c (main): Ditto.
13750
13751 2014-08-27 Doug Evans <dje@google.com>
13752
13753 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13754
13755 2014-08-25 Doug Evans <dje@google.com>
13756
13757 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13758 (main): Ditto.
13759
13760 2014-08-25 Doug Evans <dje@google.com>
13761
13762 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13763
13764 2014-08-24 Yao Qi <yao@codesourcery.com>
13765
13766 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13767 symbol off.
13768 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13769
13770 2014-08-22 Doug Evans <dje@google.com>
13771
13772 PR 17276
13773 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13774 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13775 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13776
13777 2014-08-22 Yao Qi <yao@codesourcery.com>
13778
13779 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13780 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13781 * gdb.python/python.exp: Likewise. Use .py file on the host
13782 instead of the build.
13783
13784 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13785
13786 * gdb.threads/gcore-stale-thread.c: New file.
13787 * gdb.threads/gcore-stale-thread.exp: New file.
13788
13789 2014-08-21 Pedro Alves <palves@redhat.com>
13790
13791 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13792 * gdb.base/gcore-relro-pie.exp: Likewise.
13793 * gdb.base/gcore-relro.exp: Likewise.
13794 * gdb.base/gcore.exp: Likewise.
13795 * gdb.base/print-symbol-loading.exp: Likewise.
13796 * gdb.threads/gcore-thread.exp: Likewise.
13797 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13798
13799 2014-08-20 Pedro Alves <palves@redhat.com>
13800 Jan Kratochvil <jan.kratochvil@redhat.com>
13801
13802 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13803 configure.
13804 (EXPECT): Handle READ1 being set.
13805 (all): Depend on EXTRA_RULES.
13806 (check-read1, expect-read1, read1.so, read1): New rules.
13807 * README (Testsuite Parameters): Document the READ1 make variable.
13808 (Race detection): New section.
13809 * configure: Regenerate.
13810 * configure.ac: If build==host==target, and running under a
13811 GNU/glibc system, add read1 to the extra Makefile rules.
13812 (EXTRA_RULES): AC_SUBST it.
13813 * lib/read1.c: New file.
13814
13815 2014-08-20 Joel Brobecker <brobecker@adacore.com>
13816
13817 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13818 the handling of variables declared as a typedef to an array
13819 which a DW_AT_data_location attribute.
13820
13821 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
13822 Pedro Alves <palves@redhat.com>
13823
13824 PR symtab/14604
13825 PR symtab/14605
13826 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13827 gdb_test.
13828
13829 2014-08-19 Pedro Alves <palves@redhat.com>
13830
13831 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13832
13833 2014-08-19 Yao Qi <yao@codesourcery.com>
13834
13835 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13836 right line.
13837
13838 2014-08-18 David Blaikie <dblaikie@gmail.com>
13839
13840 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13841
13842 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13843
13844 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13845 attribute in array range.
13846
13847 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13848
13849 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13850
13851 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13852
13853 PR c++/17132
13854 * gdb.cp/pr17132.cc: New file.
13855 * gdb.cp/pr17132.exp: New file.
13856
13857 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13858
13859 * gdb.python/py-xmethods.py (A_getarrayind)
13860 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13861 Use 'print' with function call syntax.
13862 (E_method_matcher.match): Fix tab vs space indentation mixup.
13863
13864 2014-08-15 Yao Qi <yao@codesourcery.com>
13865
13866 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13867 false.
13868
13869 2014-08-15 Yao Qi <yao@codesourcery.com>
13870
13871 * gdb.cp/casts.exp: Set print symbol off.
13872 * gdb.cp/class2.exp: Likewise.
13873 * gdb.cp/overload.exp: Likewise.
13874 * gdb.cp/templates.exp: Likewise.
13875
13876 2014-08-11 Doug Evans <dje@google.com>
13877
13878 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13879 (test_load_shlib): Update.
13880
13881 2014-08-09 Yao Qi <yao@codesourcery.com>
13882
13883 * gdb.base/display.exp: Invoke is_address_zero_readable.
13884 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13885 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13886 * gdb.base/hbreak-unmapped.exp: Return if
13887 is_address_zero_readable returns true.
13888 * gdb.base/signest.exp: Likewise.
13889 * gdb.base/signull.exp: Likewise.
13890 * gdb.base/sigbpt.exp: Likewise.
13891 * gdb.guile/scm-disasm.exp: Do the test if
13892 is_address_zero_readable returns false.
13893 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13894 * gdb.python/py-arch.exp: Likewise.
13895 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13896 * lib/gdb.exp (is_address_zero_readable): New proc.
13897
13898 2014-08-09 Yao Qi <yao@codesourcery.com>
13899
13900 PR testsuite/13443
13901 * gdb.mi/mi-var-display.exp: Make test messages unique.
13902
13903 2014-08-04 Tom Tromey <tromey@redhat.com>
13904
13905 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13906 target 0".
13907
13908 2014-08-04 Tom Tromey <tromey@redhat.com>
13909
13910 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13911 "target_resume".
13912
13913 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13914
13915 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13916 inner_vla_struct_object_size.
13917 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13918 as xfail.
13919
13920 2014-07-30 Pedro Alves <palves@redhat.com>
13921
13922 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13923 comment.
13924
13925 2014-07-29 Yao Qi <yao@codesourcery.com>
13926
13927 PR gdb/17206
13928 * gdb.base/until-nodebug.exp: New.
13929
13930 2014-07-28 Doug Evans <xdje42@gmail.com>
13931
13932 PR guile/17203
13933 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13934 previously existing parameter, and previously ambiguously spelled
13935 parameter.
13936
13937 2014-07-28 Will Newton <will.newton@linaro.org>
13938
13939 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13940
13941 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13942 Doug Evans <xdje42@gmail.com>
13943
13944 PR guile/17146
13945 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13946
13947 2014-07-25 Pedro Alves <palves@redhat.com>
13948
13949 * gdb.threads/signal-command-handle-nopass.c: New file.
13950 * gdb.threads/signal-command-handle-nopass.exp: New file.
13951 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13952 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13953 * gdb.threads/signal-delivered-right-thread.c: New file.
13954 * gdb.threads/signal-delivered-right-thread.exp: New file.
13955
13956 2014-07-25 Pedro Alves <palves@redhat.com>
13957
13958 * gdb.base/double-prompt-target-event-error.exp
13959 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13960 match.
13961 (cancel_pagination_in_target_event): Rework double prompt
13962 detection.
13963 * gdb.base/paginate-after-ctrl-c-running.exp
13964 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13965 <return>' match.
13966 * gdb.base/paginate-bg-execution.exp
13967 (test_bg_execution_pagination_return)
13968 (test_bg_execution_pagination_cancel): Remove '-notransfer
13969 <return>' matches.
13970 * gdb.base/paginate-execution-startup.exp
13971 (test_fg_execution_pagination_return)
13972 (test_fg_execution_pagination_cancel): Remove '-notransfer
13973 <return>' matches.
13974 * gdb.base/paginate-inferior-exit.exp
13975 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13976 match.
13977 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13978 * lib/gdb.exp (pagination_prompt): Run text through
13979 string_to_regexp.
13980 (gdb_test_multiple): Match $pagination_prompt instead of
13981 "<return>".
13982 (string_to_regexp): Move to lib/gdb-utils.exp.
13983
13984 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13985
13986 * gdb.arch/amd64-entry-value-paramref.S: New file.
13987 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13988 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13989 * gdb.arch/amd64-optimout-repeat.S: New file.
13990 * gdb.arch/amd64-optimout-repeat.c: New file.
13991 * gdb.arch/amd64-optimout-repeat.exp: New file.
13992
13993 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13994
13995 PR gdb/17170
13996 * gdb.base/statistics.exp: New file.
13997
13998 2014-07-17 Doug Evans <dje@google.com>
13999
14000 PR gdb/17170
14001 * gdb.base/maint.exp: Update testing of per-command stats.
14002
14003 2014-07-16 Pedro Alves <palves@redhat.com>
14004
14005 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14006 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14007 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14008 (tfile_write_buf): New functions.
14009 (add_memory_block): Rewrite using the above.
14010 (adjust_function_address): New function.
14011 (FUNCTION_ADDRESS): New macro.
14012 (write_basic_trace_file): Remove short_x local, and use
14013 tfile_write_16. Change type of func_addr local to unsigned long
14014 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14015 here. Cast argument of add_memory_block to char pointer.
14016 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14017 (main): Remove parameters.
14018 * gdb.trace/tfile.exp: Remove nowarnings.
14019
14020 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14021
14022 * gdb.base/debug-expr.exp: Test string evaluation with
14023 "debug expression" on.
14024
14025 2014-07-15 Pedro Alves <palves@redhat.com>
14026
14027 * gdb.base/reread.exp: Use clean_restart.
14028
14029 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14030
14031 * gdb.arch/avr-flash-qualifer.c: New.
14032 * gdb.arch/avr-flash-qualifer.exp: New.
14033
14034 2014-07-14 Pedro Alves <palves@redhat.com>
14035
14036 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14037 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14038
14039 2014-07-14 Pedro Alves <palves@redhat.com>
14040
14041 * gdb.base/double-prompt-target-event-error.c: New file.
14042 * gdb.base/double-prompt-target-event-error.exp: New file.
14043
14044 2014-07-14 Pedro Alves <palves@redhat.com>
14045
14046 PR gdb/17072
14047 * gdb.base/paginate-inferior-exit.c: New file.
14048 * gdb.base/paginate-inferior-exit.exp: New file.
14049
14050 2014-07-14 Pedro Alves <palves@redhat.com>
14051
14052 PR gdb/17072
14053 * gdb.base/paginate-bg-execution.c: New file.
14054 * gdb.base/paginate-bg-execution.exp: New file.
14055
14056 2014-07-14 Pedro Alves <palves@redhat.com>
14057
14058 PR gdb/17072
14059 * gdb.base/paginate-execution-startup.c: New file.
14060 * gdb.base/paginate-execution-startup.exp: New file.
14061 * lib/gdb.exp (pagination_prompt): New global.
14062 (default_gdb_spawn): New procedure, factored out from
14063 default_gdb_spawn.
14064 (default_gdb_start): Adjust to call default_gdb_spawn.
14065 (gdb_spawn): New procedure.
14066
14067 2014-07-14 Pedro Alves <palves@redhat.com>
14068
14069 * lib/gdb.exp (gdb_assert): New procedure.
14070 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14071
14072 2014-07-14 Pedro Alves <palves@redhat.com>
14073
14074 * gdb.base/execution-termios.c: New file.
14075 * gdb.base/execution-termios.exp: New file.
14076
14077 2014-07-14 Tom Tromey <tromey@redhat.com>
14078
14079 * gdb.cp/vla-cxx.cc: New file.
14080 * gdb.cp/vla-cxx.exp: New file.
14081
14082 2014-07-14 Tom Tromey <tromey@redhat.com>
14083
14084 * gdb.reverse/rerun-prec.c: New file.
14085 * gdb.reverse/rerun-prec.exp: New file.
14086
14087 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14088 Maciej W. Rozycki <macro@codesourcery.com>
14089
14090 * lib/gdb-utils.exp: New file.
14091 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14092 inline `gdb_init_command' processing.
14093 (gdb_start_cmd): Likewise.
14094 * lib/mi-support.exp (mi_run_cmd): Likewise.
14095 * README: Document `gdb_init_command' and `gdb_init_commands'.
14096
14097 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14098
14099 Fix false FAIL running under a very long directory name.
14100 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14101 and "set print elements 10000". Twice.
14102
14103 2014-07-11 Yao Qi <yao@codesourcery.com>
14104
14105 * gdb.base/exprs.exp: "set print symbol off".
14106
14107 2014-07-11 Pedro Alves <palves@redhat.com>
14108
14109 * gdb.threads/kill.c: New file.
14110 * gdb.threads/kill.exp: New file.
14111
14112 2014-07-10 Yao Qi <yao@codesourcery.com>
14113
14114 * gdb.trace/tfile.c (write_basic_trace_file)
14115 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14116 address written to trace file.
14117
14118 2014-07-09 Pedro Alves <palves@redhat.com>
14119
14120 * gdb.base/attach-wait-input.exp: New file.
14121 * gdb.base/attach-wait-input.c: New file.
14122
14123 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14124
14125 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14126 setting up test structures.
14127 (main): Call new test function.
14128 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14129 test function, continue into test function and walk test
14130 structures.
14131
14132 2014-07-02 Yao Qi <yao@codesourcery.com>
14133
14134 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14135 'bar_start' at the beginning of functions 'foo' and 'bar'
14136 respectively.
14137 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14138 instead of 'foo' and 'bar'.
14139
14140 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14141
14142 * gdb.btrace/segv.exp: New.
14143 * gdb.btrace/segv.c: New.
14144
14145 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14146
14147 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14148 instruction.
14149
14150 2014-06-30 Mark Wielaard <mjw@redhat.com>
14151
14152 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14153 vulture, vilify, villar): New volatile array constants.
14154 (vindictive, vegetation): New const volatile array constants.
14155 * gdb.base/volatile.exp: Test volatile and const volatile array
14156 types.
14157
14158 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14159
14160 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14161 target lacks support for awatch, rwatch, or hbreak.
14162
14163 2014-06-27 Yao Qi <yao@codesourcery.com>
14164
14165 * gdb.multi/dummy-frame-restore.exp: New.
14166 * gdb.multi/dummy-frame-restore.c: New.
14167
14168 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14169
14170 * gdb.btrace/gcore.exp: New.
14171
14172 2014-06-23 Pedro Alves <palves@redhat.com>
14173
14174 * gdb.base/watchpoint-reuse-slot.c: New file.
14175 * gdb.base/watchpoint-reuse-slot.exp: New file.
14176
14177 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14178
14179 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14180 progspace's filename in 'info', 'enable' and 'disable' command
14181 tests.
14182
14183 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14184
14185 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14186 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14187 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14188
14189 2014-06-20 Gary Benson <gbenson@redhat.com>
14190
14191 * gdb.arch/i386-avx.exp: Fix include file location.
14192 * gdb.arch/i386-sse.exp: Likewise.
14193
14194 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14195
14196 * gdb.dlang/expression.exp: New file.
14197
14198 2014-06-19 Pedro Alves <palves@redhat.com>
14199
14200 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14201 out from ...
14202 (top level): ... here. Iterate running tests under different
14203 scheduler-locking settings.
14204
14205 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14206
14207 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14208 to DW_FORM_addr and use non-zero addresses.
14209
14210 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14211
14212 PR gdb/17017
14213 * gdb.python/py-xmethods.cc: Add global function call counters and
14214 increment them in their respective functions. Remove "cout"
14215 statements.
14216 * gdb.python/py-xmethods.exp: Make tests check the global function
14217 call counters instead of depending on inferior IO.
14218
14219 2014-06-18 Don Breazeal <donb@codesourcery.com>
14220
14221 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14222 Deleted procedure.
14223 (explicit_fork_parent_follow): Deleted procedure.
14224 (explicit_fork_child_follow): Deleted procedure.
14225 (test_follow_fork): New procedure.
14226 (do_fork_tests): Replace calls to deleted procedures with
14227 calls to test_follow_fork and reset GDB for subsequent
14228 procedure calls.
14229
14230 2014-06-17 Yao Qi <yao@codesourcery.com>
14231
14232 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14233 CP1252.
14234
14235 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14236
14237 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14238 Initialize ptr and S explicitly.
14239 (skip_type_update_when_not_use_rtti_test): Likewise.
14240
14241 2014-06-16 Keith Seitz <keiths@redhat.com>
14242
14243 PR mi/15863
14244 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14245 the inferior is started.
14246
14247 2014-06-16 Pedro Alves <palves@redhat.com>
14248
14249 * gdb.base/break-main-file-remove-fail.c: New file.
14250 * gdb.base/break-main-file-remove-fail.exp: New file.
14251 * gdb.base/break-unload-file.exp: Use build_executable instead of
14252 prepare_for_testing.
14253 (test_break): New parameter "initial_load". Handle it.
14254 (top level): Add initial_load cmdline/file axis.
14255
14256 2014-06-12 Tom Tromey <tromey@redhat.com>
14257
14258 * gdb.base/completion.exp: Don't use directory name in test.
14259
14260 2014-06-09 Gary Benson <gbenson@redhat.com>
14261
14262 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14263 separate the always-available ANSI-standard signals from the
14264 signals that require checking.
14265 (main): Likewise.
14266 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14267 Likewise.
14268 (main): Likewise.
14269
14270 2014-06-07 Keith Seitz <keiths@redhat.com>
14271
14272 Revert:
14273 PR c++/16253
14274 * gdb.cp/var-tag.cc: New file.
14275 * gdb.cp/var-tag.exp: New file.
14276 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14277 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14278 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14279 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14280
14281 2014-06-06 Doug Evans <xdje42@gmail.com>
14282
14283 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14284
14285 2014-06-06 Pedro Alves <palves@redhat.com>
14286
14287 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14288 in target debug output instead of looking at RSP packets,
14289 disabling the test on any target that uses hardware stepping.
14290 Update comments.
14291
14292 2014-06-06 Pedro Alves <palves@redhat.com>
14293
14294 * gdb.base/break-unload-file.exp: Fix typo.
14295
14296 2014-06-06 Yao Qi <yao@codesourcery.com>
14297
14298 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14299 from "jit_function" to "^jit_function".
14300
14301 2014-06-06 Yao Qi <yao@codesourcery.com>
14302
14303 * gdb.base/async.c (foo): Add one statement.
14304 * gdb.base/async.exp: Get the next instruction address and
14305 match the output of "nexti" by instruction address. Match
14306 the hex address in the output of "finish".
14307
14308 2014-06-06 Gary Benson <gbenson@redhat.com>
14309
14310 * gdb.base/call-signals.c: Remove preprocessor conditionals
14311 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14312 SIGSEGV and SIGTERM.
14313 * gdb.base/sigall.c: Likewise.
14314 * gdb.base/unwindonsignal.c: Likewise.
14315 * gdb.reverse/sigall-reverse.c: Likewise.
14316
14317 2014-06-06 Yao Qi <yao@codesourcery.com>
14318
14319 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14320 readable, skip the test.
14321
14322 2014-06-06 Yao Qi <yao@codesourcery.com>
14323
14324 * gdb.threads/staticthreads.c (thread_function): Move the line
14325 setting breakpoint on forward.
14326 * gdb.threads/staticthreads.exp: Update comments.
14327
14328 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14329
14330 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14331 "history-append! type error".
14332
14333 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14334
14335 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14336 erroneous dprintf expected input.
14337
14338 2014-06-04 Doug Evans <xdje42@gmail.com>
14339
14340 * gdb.guile/scm-generics.exp: Delete.
14341
14342 2014-06-04 Doug Evans <xdje42@gmail.com>
14343
14344 * gdb.guile/scm-breakpoint.exp: Update.
14345 Add tests for breakpoint registration.
14346
14347 2014-06-04 Tom Tromey <tromey@redhat.com>
14348
14349 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14350 VLA-in-union.
14351 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14352 inner_vla_struct, vla_union types. Initialize objects of those
14353 types and compute their sizes.
14354
14355 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14356 Hui Zhu <hui@codesourcery.com>
14357
14358 * gdb.base/fileio.exp: Add test for shell not available as well as
14359 available.
14360 * gdb.base/fileio.c (test_system): Check for shell twice.
14361
14362 2014-06-04 Yao Qi <yao@codesourcery.com>
14363
14364 * gdb.base/auto-connect-native-target.exp: Remove redundant
14365 space from the regexp pattern.
14366
14367 2014-06-04 Yao Qi <yao@codesourcery.com>
14368
14369 * gdb.base/default.exp: Replace "child" with "native" in
14370 regexp pattern.
14371
14372 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14373
14374 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14375 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14376 * gdb.python/py-xmethods.py: Python script supporting the
14377 new testcase and tests.
14378
14379 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14380 Pedro Alves <palves@redhat.com>
14381
14382 PR breakpoints/17000
14383 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14384 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14385
14386 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14387
14388 * gdb.base/subst.exp: Add tests to verify partial path matching
14389 output.
14390
14391 2014-06-03 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14394 target that doesn't use software single-stepping.
14395
14396 2014-06-03 Pedro Alves <palves@redhat.com>
14397
14398 PR breakpoints/17000
14399 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14400 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14401
14402 2014-06-02 Doug Evans <xdje42@gmail.com>
14403
14404 * gdb.guile/scm-parameter.exp: New file.
14405
14406 2014-06-02 Doug Evans <xdje42@gmail.com>
14407
14408 * gdb.guile/scm-cmd.c: New file.
14409 * gdb.guile/scm-cmd.exp: New file.
14410
14411 2014-06-02 Doug Evans <xdje42@gmail.com>
14412
14413 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14414 pretty-printer lookup.
14415 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14416 (make-pp_s-printer): Call it.
14417 (make-pretty-printer-from-dict): New function.
14418 (lookup-pretty-printer-maker-from-dict): New function.
14419 (*pretty-printer*): Simplify.
14420 (make-objfile-pp_s-printer): New function.
14421 (install-objfile-pretty-printers!): New function.
14422 (make-progspace-pp_s-printer): New function.
14423 (install-progspace-pretty-printers!): New function.
14424 * gdb.guile/scm-progspace.c: New file.
14425 * gdb.guile/scm-progspace.exp: New file.
14426
14427 2014-06-02 Pedro Alves <palves@redhat.com>
14428
14429 * gdb.base/dprintf-bp-same-addr.c: New file.
14430 * gdb.base/dprintf-bp-same-addr.exp: New file.
14431
14432 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14433
14434 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14435 * gdb.arch/powerpc-power.s: Likewise.
14436
14437 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14438
14439 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14440
14441 2014-06-01 Yao Qi <yao@codesourcery.com>
14442
14443 * gdb.base/watchpoint.exp (test_watch_location): Check null
14444 pointer can be dereferenced. If not, do the test, otherwise
14445 skip it.
14446
14447 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14448
14449 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14450 results.
14451 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14452
14453 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14454
14455 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14456 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14457 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14458 * gdb.arch/amd64-invalid-stack-top.c: New file.
14459 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14460
14461 2014-05-30 Pedro Alves <palves@redhat.com>
14462
14463 PR breakpoints/17000
14464 * gdb.base/sss-bp-on-user-bp.c: New file.
14465 * gdb.base/sss-bp-on-user-bp.exp: New file.
14466
14467 2014-05-30 David Blaikie <dblaikie@gmail.com>
14468
14469 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14470 gnu_inline semantics via attribute.
14471 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14472 source explicitly specifies the required semantics.
14473
14474 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14475
14476 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14477
14478 2014-05-29 Pedro Alves <palves@redhat.com>
14479 Tom Tromey <tromey@redhat.com>
14480
14481 * gdb.base/async-shell.exp: Don't enable target-async.
14482 * gdb.base/async.exp
14483 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14484 parameter. Adjust.
14485 (top level): Don't test with "target-async".
14486 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14487 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14488 * gdb.base/inferior-died.exp: Don't enable target-async.
14489 * gdb.base/interrupt-noterm.exp: Likewise.
14490 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14491 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14492 * gdb.mi/mi-nonstop.exp: Likewise.
14493 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14494 * gdb.mi/mi-nsintrall.exp: Likewise.
14495 * gdb.mi/mi-nsmoribund.exp: Likewise.
14496 * gdb.mi/mi-nsthrexec.exp: Likewise.
14497 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14498 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14499 * gdb.python/py-evsignal.exp: Don't enable target-async.
14500 * gdb.python/py-evthreads.exp: Likewise.
14501 * gdb.python/py-prompt.exp: Likewise.
14502 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14503 * gdb.server/solib-list.exp: Don't enable target-async.
14504 * gdb.threads/thread-specific-bp.exp: Likewise.
14505 * lib/mi-support.exp: Adjust to use mi-async.
14506
14507 2014-05-29 Pedro Alves <palves@redhat.com>
14508
14509 PR gdb/13860
14510 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14511 reason, even in sync mode.
14512
14513 2014-05-29 Pedro Alves <palves@redhat.com>
14514 Hui Zhu <hui@codesourcery.com>
14515
14516 PR PR15693
14517 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14518 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14519 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14520 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14521
14522 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14523
14524 * config/monitor.exp (gdb_target_monitor): Replace use of
14525 "set remotebaud" by "set serial baud".
14526
14527 2014-05-26 Andy Wingo <wingo@igalia.com>
14528
14529 * gdb.guile/scm-breakpoint.exp:
14530 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14531 properties instead of gdb-object-properties.
14532
14533 2014-05-26 Yao Qi <yao@codesourcery.com>
14534
14535 * gdb.server/no-thread-db.exp: Specify source file name
14536 explicitly when setting a breakpoint.
14537
14538 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14539
14540 * gdb.btrace/vdso.c: New.
14541 * gdb.btrace/vdso.exp: New.
14542
14543 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14544
14545 * gdb.base/gcore.exp (capture_command_output): Move ...
14546 * lib/gdb.exp (capture_command_output): ... here.
14547
14548 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14549
14550 * gdb.btrace/data.exp: Test memory access during btrace replay.
14551
14552 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14553
14554 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14555
14556 2014-05-21 Pedro Alves <palves@redhat.com>
14557
14558 PR gdb/13860
14559 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14560 (top level): Test that output related to execution commands is
14561 sent to the console with CLI commands, but not with MI commands.
14562 Test that breakpoint events are always mirrored to the console.
14563 Also expect the new source line to be output after a "next" in
14564 async mode too. Make it a pass/fail test.
14565 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14566 output.
14567 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14568
14569 2014-05-21 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14572 Use them to test variations of "list" after reaching a breakpoint.
14573 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14574 Test "list" with listsize 10 after reaching a breakpoint.
14575 * gdb.python/python.exp (decode_line current location line
14576 number): Adjust expected line number.
14577
14578 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14579
14580 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14581 behavior for $args, pass it directly to "run".
14582
14583 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14584
14585 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14586 30000 to 65536.
14587
14588 2014-05-21 Pedro Alves <palves@redhat.com>
14589
14590 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14591 auto-connect-native-target off".
14592 * gdb.base/auto-connect-native-target.c: New file.
14593 * gdb.base/auto-connect-native-target.exp: New file.
14594
14595 2014-05-21 Pedro Alves <palves@redhat.com>
14596
14597 * gdb.base/default.exp: Test "target native" instead of "target
14598 child".
14599
14600 2014-05-21 Mark Wielaard <mjw@redhat.com>
14601
14602 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14603
14604 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14605
14606 Fix TLS access for -static -pthread.
14607 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14608 <HAVE_TLS> (thread_function, main): Initialize it.
14609 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14610 Add clean_restart.
14611 <$have_tls != "">: Check TLSVAR.
14612
14613 2014-05-21 Pedro Alves <palves@redhat.com>
14614
14615 * gdb.base/dcache-line-read-error.c: New.
14616 * gdb.base/dcache-line-read-error.exp: New.
14617
14618 2014-05-20 Pedro Alves <palves@redhat.com>
14619
14620 * gdb.base/compare-sections.c: New file.
14621 * gdb.base/compare-sections.exp: New file.
14622
14623 2014-05-20 Pedro Alves <palves@redhat.com>
14624
14625 * gdb.base/break-idempotent.c: New file.
14626 * gdb.base/break-idempotent.exp: New file.
14627
14628 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14629
14630 * gdb.btrace/nohist.exp: New.
14631
14632 2014-05-20 Yao Qi <yao@codesourcery.com>
14633
14634 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14635 gdb.reverse directory and gdb_reverse_timeout exists in board
14636 setting.
14637 * README: Document gdb_reverse_timeout.
14638
14639 2014-05-20 Yao Qi <yao@codesourcery.com>
14640
14641 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14642 'test_file_name'. Treat args as a string instead of a list.
14643 (gdb_init): Rename argument 'args' by 'test_file_name'.
14644
14645 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14646
14647 * gdb.arch/powerpc-power.exp: New file.
14648 * gdb.arch/powerpc-power.s: New file.
14649
14650 2014-05-16 Doug Evans <dje@google.com>
14651
14652 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14653 * gdb.base/completion.exp: Check that all expected files exist
14654 before doing file completion.
14655
14656 2014-05-16 Doug Evans <dje@google.com>
14657
14658 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14659 Update.
14660 (do_syscall_tests_without_xml): Update.
14661
14662 2014-05-16 Pedro Alves <palves@redhat.com>
14663
14664 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14665 instead of "unknown output after running".
14666
14667 2014-05-16 Yao Qi <yao@codesourcery.com>
14668
14669 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14670 file1.txt from host at the end.
14671 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14672
14673 2014-05-15 Doug Evans <dje@google.com>
14674
14675 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14676 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14677 loading file. Add test for TU lookup.
14678
14679 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14680
14681 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14682 calling "-exec-arguments" or "set args" before running the
14683 inferior.
14684
14685 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14686
14687 * lib/mi-support.exp (mi_expect_stop): Expect message for
14688 inferiors that exit with non-zero exit code.
14689
14690 2014-05-14 Yao Qi <yao@codesourcery.com>
14691
14692 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14693 match absolute path on remote host.
14694 (test_file_list_exec_source_files): Remove "/" from the
14695 pattern.
14696
14697 2014-05-14 Yao Qi <yao@codesourcery.com>
14698
14699 * boards/local-remote-host-notty.exp (${board}_file): New
14700 proc.
14701
14702 2014-05-07 Kyle McMartin <kyle@redhat.com>
14703
14704 Pushed by Joel Brobecker <brobecker@adacore.com>.
14705 * gdb.arch/aarch64-atomic-inst.c: New file.
14706 * gdb.arch/aarch64-atomic-inst.exp: New file.
14707
14708 2014-05-07 Yao Qi <yao@codesourcery.com>
14709
14710 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14711 in current context" too.
14712
14713 2014-05-05 Keith Seitz <keiths@redhat.com>
14714
14715 * gdb.linespec/ls-dollar.exp: Add test for linespec
14716 file:convenience_variable.
14717
14718 2014-05-05 Yao Qi <yao@codesourcery.com>
14719
14720 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14721 traceframes into tfile and ctf trace files. Read data from
14722 trace file and test collected data.
14723 (gdb_collect_locals_test): Likewise.
14724 (gdb_unavailable_registers_test): Likewise.
14725 (gdb_unavailable_floats): Likewise.
14726 (gdb_collect_globals_test): Likewise.
14727 (top-level): Append "ctf" to trace_file_targets if GDB
14728 supports.
14729
14730 2014-05-05 Yao Qi <yao@codesourcery.com>
14731
14732 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14733 code to ...
14734 (gdb_collect_args_test_1): ... it. New proc.
14735 (gdb_collect_locals_test): Move some code to ...
14736 (gdb_collect_locals_test_1): ... it. New proc.
14737 (gdb_unavailable_registers_test): Move some code to ...
14738 (gdb_unavailable_registers_test_1): ... it. New proc.
14739 (gdb_unavailable_floats): Move some code to ...
14740 (gdb_unavailable_floats_1): ... it. New proc.
14741
14742 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14743
14744 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14745 probes to test for bitness recognition.
14746 * gdb.arch/amd64-stap-optional-prefix.exp
14747 (test_probe_value_without_reg): New procedure.
14748 Add code to test for different kinds of bitness.
14749
14750 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14751
14752 PR breakpoints/16889
14753 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14754 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14755
14756 2014-05-01 Pedro Alves <palves@redhat.com>
14757
14758 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14759 gdb_file_cmd if no file is specified.
14760 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14761 last_loaded_file to set the remote exec-file.
14762
14763 2014-05-01 Pedro Alves <palves@redhat.com>
14764
14765 * boards/local-remote-host.exp: New file.
14766
14767 2014-05-01 Pedro Alves <palves@redhat.com>
14768
14769 * boards/local-remote-host.exp: Rename to ...
14770 * boards/local-remote-host-notty.exp: ... this.
14771
14772 2014-04-28 Joel Brobecker <brobecker@adacore.com>
14773
14774 * gdb.ada/dyn_arrayidx: New testcase.
14775
14776 2014-04-26 Yao Qi <yao@codesourcery.com>
14777
14778 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14779 and compute the length of function main. Save it in
14780 $main_length.
14781 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14782 (top-level): Use gdb_compile to compile objects into
14783 executable and restart GDB. Remove invocation to
14784 prepare_for_testing.
14785
14786 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14787 Pedro Alves <palves@redhat.com>
14788
14789 PR server/16255
14790 * gdb.multi/multi-attach.c: New file.
14791 * gdb.multi/multi-attach.exp: New file.
14792
14793 2014-04-25 Pedro Alves <palves@redhat.com>
14794
14795 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14796 user.
14797 (top level): Test that "set remote conditional-breakpoints-packet
14798 off" works as intended.
14799 * gdb.base/dprintf.exp: Test that "set remote
14800 breakpoint-commands-packet off" works as intended.
14801 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14802 New function.
14803 (top level): Call it.
14804 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14805 remote fast-tracepoints-packet off" works as intended.
14806 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14807 * lib/gdb.exp (gdb_is_target_remote): ... here.
14808
14809 2014-04-24 David Blaikie <dblaikie@gmail.com>
14810
14811 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14812 ensure clang would not discard them.
14813 * gdb.base/gdbvars.c: Ditto.
14814 * gdb.base/memattr.c: Ditto.
14815 * gdb.base/whatis.c: Ditto.
14816 * gdb.python/py-prettyprint.c: Ditto.
14817 * gdb.trace/actions.c: Ditto.
14818 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14819 ensure clang would not discard it.
14820
14821 2014-04-24 David Blaikie <dblaikie@gmail.com>
14822
14823 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14824 clang to emit the full definition of type required by the test
14825 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14826
14827 2014-04-24 David Blaikie <dblaikie@gmail.com>
14828
14829 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14830 coax Clang into emitting the definition of the type.
14831 * gdb.cp/pr10728-x.h (y): Ditto.
14832 * gdb.cp/pr10728-y.cc (y): Ditto.
14833
14834 2014-04-24 David Blaikie <dblaikie@gmail.com>
14835
14836 * gdb.base/label.exp: XFAIL label related tests under Clang.
14837 * gdb.cp/cplabel.exp: Ditto.
14838 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14839 under Clang those using labels.
14840
14841 2014-04-25 Yao Qi <yao@codesourcery.com>
14842
14843 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14844 double_label.
14845 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14846 partial_label and double_label.
14847
14848 2014-04-24 David Blaikie <dblaikie@gmail.com>
14849
14850 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14851
14852 2014-04-24 David Blaikie <dblaikie@gmail.com>
14853
14854 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14855 of the function to work across GCC and Clang.
14856 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14857 pointer types (const void ** const V void **).
14858
14859 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14860 Walfred Tedeschi <walfred.tedeschi@intel.com>
14861
14862 * Makefile.in (EXECUTABLES): Added i386-avx512.
14863 * gdb.arch/i386-avx512.c: New file.
14864 * gdb.arch/i386-avx512.exp: Likewise.
14865
14866 2014-04-23 Keith Seitz <keiths@redhat.com>
14867
14868 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14869 (mi_make_breakpoint_table): New procedure.
14870 (mi_create_breakpoint): Use mi_make_breakpoint
14871 and return the result.
14872 (mi_make_breakpoint): New procedure.
14873 (mi_build_kv_pairs): New procedure.
14874
14875 * gdb.mi/mi-break.exp: Remove unused globals,
14876 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14877 All callers updated.
14878 * gdb.mi/mi-dprintf.exp: Use variable to track command
14879 number.
14880 Update all callers of mi_create_breakpoint and use
14881 mi_make_breakpoint_table.
14882 Remove any unused global variables.
14883 * gdb.mi/mi-nonstop.exp: Likewise.
14884 * gdb.mi/mi-nsintrall.exp: Likewise.
14885 * gdb.mi/mi-nsmoribund.exp: Likewise.
14886 * gdb.mi/mi-nsthrexec.exp: Likewise.
14887 * gdb.mi/mi-reverse.exp: Likewise.
14888 * gdb.mi/mi-simplerun.exp: Likewise.
14889 * gdb.mi/mi-stepn.exp: Likewise.
14890 * gdb.mi/mi-syn-frame.exp: Likewise.
14891 * gdb.mi/mi-until.exp: Likewise.
14892 * gdb.mi/mi-var-cp.exp: Likewise.
14893 * gdb.mi/mi-var-display.exp: Likewise.
14894 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14895 * gdb.mi/mi2-var-child.exp: Likewise.
14896 * gdb.mi/mi-vla-c99.exp: Likewise.
14897 * lib/mi-support.exp: Likewise.
14898
14899 From Ian Lance Taylor <iant@cygnus.com>:
14900 * lib/gdb.exp (parse_args): New procedure.
14901
14902 2014-04-23 Pedro Alves <palves@redhat.com>
14903
14904 * gdb.base/break-unload-file.c: New file.
14905 * gdb.base/break-unload-file.exp: New file.
14906 * gdb.base/sym-file-lib.c (baz): New function.
14907 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14908 field.
14909 (load): Store the segment's mapped size.
14910 (unload): New function.
14911 (unload_shlib): New function.
14912 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14913 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14914 set a breakpoint at baz, and call it.
14915 * gdb.base/sym-file.exp: New tests for stale breakpoint
14916 instructions.
14917
14918 2014-04-23 Pedro Alves <palves@redhat.com>
14919
14920 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14921 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14922 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14923 * gdb.base/hbreak-unmapped.c: New file.
14924 * gdb.base/hbreak-unmapped.exp: New file.
14925 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14926 * lib/gdb.exp (gdb_is_target_remote): ... here.
14927
14928 2014-04-22 Pedro Alves <palves@redhat.com>
14929
14930 * gdb.base/consecutive-step-over.c: New file.
14931 * gdb.base/consecutive-step-over.exp: New file.
14932
14933 2014-04-22 Pedro Alves <palves@redhat.com>
14934
14935 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14936 instead of send_gdb/gdb_expect.
14937
14938 2014-04-22 Yao Qi <yao@codesourcery.com>
14939
14940 * lib/trace-support.exp (generate_tracefile): New procedure.
14941 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14942 return 0.
14943 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14944 if generate_tracefile returns 1.
14945
14946 2014-04-18 Tom Tromey <palves@redhat.com>
14947 Pedro alves <tromey@redhat.com>
14948
14949 PR backtrace/15558
14950 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14951 with a backtrace limit.
14952 * gdb.python/py-frame-inline.exp: Test running to an inline
14953 function with a backtrace limit, and printing the newest frame.
14954 * gdb.python/py-frame-inline.c (main): Call f.
14955
14956 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14957
14958 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14959
14960 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14961
14962 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14963 Drop prefix from unsupported source file path.
14964
14965 2014-04-17 Yao Qi <yao@codesourcery.com>
14966
14967 * lib/gdb.exp (with_target_charset): New proc.
14968 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14969 with_target_charset.
14970 (test_print_strings): Likewise.
14971 (test_repeat_bytes): Likewise.
14972 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14973 for some tests.
14974
14975 2014-04-16 Keith Seitz <keiths@redhat.com>
14976
14977 PR gdb/15827
14978 * gdb.dwarf2/corrupt.c: New file.
14979 * gdb.dwarf2/corrupt.exp: New file.
14980
14981 2014-04-16 Keith Seitz <keiths@redhat.com>
14982
14983 PR c++/16597
14984 * gdb.cp/namelessclass.cc: New file.
14985 * gdb.cp/namelessclass.exp: New file.
14986 * gdb.cp/namelessclass.S: New file.
14987
14988 2014-04-16 Doug Evans <dje@google.com>
14989
14990 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14991 Add comment.
14992 (gdbserver_default_get_comm_port): New function.
14993 (gdbserver_start): Check if board file provided
14994 "gdbserver,get_comm_port" and use it if so.
14995 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14996 (gdb,socketport): Set to "stdio".
14997 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14998 (stdio_gdbserver_template): Delete.
14999 (${board}_get_remote_address): Update.
15000 (${board}_build_remote_cmd): Delete.
15001 (${board}_get_comm_port): New function.
15002 (${board}_spawn): Update.
15003 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15004 Delete.
15005 (${board}_get_remote_address): Update.
15006 (${board}_get_comm_port): New function.
15007
15008 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15009
15010 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15011 appearing in any order.
15012
15013 2014-04-15 Doug Evans <dje@google.com>
15014
15015 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15016 uninitialized value of "description".
15017
15018 2014-04-15 Keith Seitz <keiths@redhat.com>
15019
15020 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15021 Remove unused globals.
15022 (test_running_the_program): Likewise.
15023 (test_controlled_execution): Likewise.
15024 (test_controlling_breakpoints): Likewise.
15025 (test_program_termination): Likewise.
15026
15027 2014-04-15 Keith Seitz <keiths@redhat.com>
15028
15029 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15030 unused globals.
15031 (test_rbreak_creation_and_listing): Likewise.
15032 (test_ignore_count): Likewise.
15033 (test_error): Likewise.
15034
15035 2014-04-15 Pedro Alves <palves@redhat.com>
15036
15037 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15038 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15039 sym-file-loader.c.
15040 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15041 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15042 to sym-file-loader.c.
15043 (struct library): Forward declare.
15044 (load_shlib, lookup_function): Change prototypes.
15045 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15046 (translate_offset): Remove declarations.
15047 (get_text_addr): New declaration.
15048 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15049 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15050 sym-file-loader.h.
15051 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15052 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15053 here from sym-file-loader.h.
15054 (struct library): New structure.
15055 (load_shlib, lookup_function): Change prototypes and adjust to
15056 work with a struct library.
15057 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15058 (translate_offset): Make static.
15059 (get_text_addr): New function.
15060 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15061
15062 2014-04-15 Pedro Alves <palves@redhat.com>
15063
15064 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15065
15066 2014-04-15 Pedro Alves <palves@redhat.com>
15067
15068 * gdb.base/sym-file-loader.c: Include <limits.h>.
15069 (SELF_LINK): New define.
15070 (get_origin): New function.
15071 (load_shlib): Use it.
15072 * gdb.base/sym-file.exp: Don't early return if the target is
15073 remote. Use runto_main, and issue fail is that fails. Use
15074 gdb_load_shlibs.
15075 (shlib_name): Delete.
15076 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15077
15078 2014-04-15 Pedro Alves <palves@redhat.com>
15079
15080 * gdb.base/sym-file.exp: Remove regex characters from test
15081 message. Don't refer to breakpoint numbers in test messages.
15082
15083 2014-04-14 Keith Seitz <keiths@redhat.com>
15084
15085 PR c++/16253
15086 * gdb.cp/var-tag.cc: New file.
15087 * gdb.cp/var-tag.exp: New file.
15088 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15089 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15090 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15091 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15092
15093 2014-04-14 Tom Tromey <tromey@redhat.com>
15094
15095 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15096 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15097 type.
15098 * gdb.cp/enum-class.exp: New file.
15099 * gdb.cp/enum-class.cc: New file.
15100
15101 2014-04-14 Tom Tromey <tromey@redhat.com>
15102
15103 * gdb.dwarf2/enum-type.exp: New file.
15104
15105 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15106
15107 * gdb.mi/mi-vla-c99.exp: New file.
15108 * gdb.mi/vla.c: New file.
15109
15110 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15111
15112 * gdb.base/vla-datatypes.c: New file.
15113 * gdb.base/vla-datatypes.exp: New file.
15114
15115 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15116
15117 * gdb.base/vla-ptr.c: New file.
15118 * gdb.base/vla-ptr.exp: New file.
15119
15120 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15121
15122 * gdb.dwarf2/count.exp: New file.
15123
15124 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15125
15126 * gdb.base/vla-sideeffect.c: New file.
15127 * gdb.base/vla-sideeffect.exp: New file.
15128
15129 2014-04-14 David Blaikie <dblaikie@gmail.com>
15130
15131 * gdb.mi/non-stop.c: Add return value for non-void function return
15132 statement.
15133 * gdb.threads/staticthreads.c: Ditto.
15134
15135 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15136 Doug Evans <xdje42@gmail.com>
15137
15138 * gdb.guile/scm-value.c: Improve test case.
15139 * gdb.guile/scm-value.exp: Add new test.
15140
15141 2014-04-11 David Blaikie <dblaikie@gmail.com>
15142
15143 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15144 override Clang's default.
15145
15146 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15147
15148 Revert the following changes (regressions):
15149
15150 * gdb.base/vla-sideeffect.c: New file.
15151 * gdb.base/vla-sideeffect.exp: New file.
15152
15153 * gdb.dwarf2/count.exp: New file.
15154
15155 * gdb.base/vla-multi.c: New file.
15156 * gdb.base/vla-multi.exp: New file.
15157
15158 * gdb.base/vla-ptr.c: New file.
15159 * gdb.base/vla-ptr.exp: New file.
15160
15161 * gdb.base/vla-datatypes.c: New file.
15162 * gdb.base/vla-datatypes.exp: New file.
15163
15164 * gdb.mi/mi-vla-c99.exp: New file.
15165 * gdb.mi/vla.c: New file.
15166
15167 2014-04-11 Keith Seitz <keiths@redhat.com>
15168
15169 PR c++/16675
15170 * gdb.cp/cpsizeof.exp: New file.
15171 * gdb.cp/cpsizeof.cc: New file.
15172
15173 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15174
15175 * gdb.mi/mi-vla-c99.exp: New file.
15176 * gdb.mi/vla.c: New file.
15177
15178 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15179
15180 * gdb.base/vla-datatypes.c: New file.
15181 * gdb.base/vla-datatypes.exp: New file.
15182
15183 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15184
15185 * gdb.base/vla-ptr.c: New file.
15186 * gdb.base/vla-ptr.exp: New file.
15187
15188 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15189
15190 * gdb.base/vla-multi.c: New file.
15191 * gdb.base/vla-multi.exp: New file.
15192
15193 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15194
15195 * gdb.dwarf2/count.exp: New file.
15196
15197 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15198
15199 * gdb.base/vla-sideeffect.c: New file.
15200 * gdb.base/vla-sideeffect.exp: New file.
15201
15202 2014-04-11 Yao Qi <yao@codesourcery.com>
15203
15204 * gdb.base/completion.exp: Check file exists before running tests
15205 on file completion.
15206
15207 2014-04-10 Pedro Alves <palves@redhat.com>
15208
15209 * gdb.base/cond-eval-mode.c: New file.
15210 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15211 prepare_for_testing to build the new file. Check result of
15212 runto_main.
15213 (test_break, test_watch): New procedures.
15214 (top level): Use them.
15215
15216 2014-04-08 Pierre Muller <muller@sourceware.org>
15217
15218 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15219 Ctrl-V use for mingw hosts.
15220
15221 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15222
15223 * gdb.python/py-value.c: Improve test case.
15224 * gdb.python/py-value.exp: Add new test.
15225
15226 2014-04-07 David Blaikie <dblaikie@gmail.com>
15227
15228 * lib/compiler.c: Identify the clang compiler.
15229 * lib/compiler.cc: Ditto.
15230
15231 2014-04-03 Yao Qi <yao@codesourcery.com>
15232
15233 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15234
15235 2014-04-01 Anton Blanchard <anton@samba.org>
15236
15237 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15238 messages unique.
15239
15240 2014-04-01 Anton Blanchard <anton@samba.org>
15241
15242 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15243 prepare_for_testing.
15244
15245 2014-04-01 Anton Blanchard <anton@samba.org>
15246
15247 * gdb.arch/ppc64-atomic-inst.c: Remove.
15248 * gdb.arch/ppc64-atomic-inst.S: New file.
15249 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15250
15251 2014-03-31 Doug Evans <dje@google.com>
15252
15253 * gdb.base/print-symbol-loading-lib.c: New file.
15254 * gdb.base/print-symbol-loading-main.c: New file.
15255 * gdb.base/print-symbol-loading.exp: New file.
15256
15257 2014-03-31 Yao Qi <yao@codesourcery.com>
15258
15259 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15260
15261 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15262
15263 * gdb.ada/mi_dyn_arr: New testcase.
15264
15265 2014-03-27 Doug Evans <dje@google.com>
15266
15267 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15268
15269 2014-03-27 Yao Qi <yao@codesourcery.com>
15270
15271 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15272 if target is nios2-*-*.
15273
15274 2014-03-26 Yao Qi <yao@codesourcery.com>
15275
15276 * lib/gdb.exp (readline_is_used): New proc.
15277 * gdb.base/completion.exp: Move tests on command complete up.
15278 Skip the rest of tests if readline is not used.
15279 * gdb.ada/complete.exp: Skp the test if readline is not
15280 used.
15281 * gdb.base/filesym.exp: Likewise.
15282 * gdb.base/macscp.exp: Likewise.
15283 * gdb.base/readline-ask.exp: Likewise.
15284 * gdb.base/readline.exp: Likewise.
15285 * gdb.python/py-cmd.exp: Likewise.
15286 * gdb.trace/tfile.exp: Likewise.
15287
15288 2014-03-26 Yao Qi <yao@codesourcery.com>
15289
15290 * gdb.base/macscp.exp: Fix code format issues.
15291
15292 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15293
15294 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15295 * gdb.asm/powerpc64le.inc: New file.
15296
15297 2014-03-25 Pedro Alves <palves@redhat.com>
15298 Doug Evans <dje@google.com>
15299
15300 * gdb.base/source-execution.c: New file.
15301 * gdb.base/source-execution.exp: New file.
15302 * gdb.base/source-execution.gdb: New file.
15303
15304 2014-03-24 Doug Evans <dje@google.com>
15305
15306 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15307 using fission.
15308
15309 2014-03-24 Hui Zhu <hui@codesourcery.com>
15310 Pedro Alves <palves@redhat.com>
15311
15312 PR breakpoints/16101
15313 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15314 test pass/fail messages. Detect missing support for dprintf when
15315 breakpoints are actually inserted.
15316 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15317 breakpoints are actually inserted.
15318 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15319 fails.
15320
15321 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15322
15323 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15324
15325 2014-03-22 Doug Evans <xdje42@gmail.com>
15326
15327 * gdb.python/python.exp (python not supported): Verify multi-line
15328 python command issues an error.
15329 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15330 guile command issues an error.
15331
15332 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15333
15334 * gdb.threads/thread-specific.exp: Handle the lack of usable
15335 $this_breakpoint and $this_thread.
15336
15337 2014-03-21 Hui Zhu <hui@codesourcery.com>
15338
15339 * gdb.base/attach.exp (do_command_attach_tests): New.
15340
15341 2014-03-20 Tom Tromey <tromey@redhat.com>
15342 Pedro Alves <palves@redhat.com>
15343
15344 PR cli/15718
15345 * gdb.base/condbreak-call-false.c: New file.
15346 * gdb.base/condbreak-call-false.exp: New file.
15347
15348 2014-03-20 Pedro Alves <palves@redhat.com>
15349
15350 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15351 Delete.
15352 (block_signals, unblock_signals): Delete.
15353 (child_function_2, main): Remove references to deleted variable
15354 and functions.
15355
15356 2014-03-20 Pedro Alves <palves@redhat.com>
15357
15358 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15359 Use pthread_kill to signal thread 2.
15360 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15361 Adjust to make the test send itself a signal rather than using the
15362 host's "kill" command.
15363
15364 2014-03-20 Pedro Alves <palves@redhat.com>
15365
15366 * gdb.threads/multiple-step-overs.c: New file.
15367 * gdb.threads/multiple-step-overs.exp: New file.
15368 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15369 Adjust expected infrun debug output.
15370
15371 2014-03-20 Pedro Alves <palves@redhat.com>
15372
15373 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15374 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15375
15376 2014-03-20 Pedro Alves <palves@redhat.com>
15377
15378 PR breakpoints/7143
15379 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15380 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15381 of gdb_test_multiple.
15382 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15383 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15384
15385 2014-03-20 Pedro Alves <palves@redhat.com>
15386
15387 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15388 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15389
15390 2014-03-19 Pedro Alves <palves@redhat.com>
15391
15392 * gdb.base/async.exp: Remove early return.
15393
15394 2014-03-19 Pedro Alves <palves@redhat.com>
15395
15396 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15397
15398 2014-03-19 Pedro Alves <palves@redhat.com>
15399
15400 * gdb.base/async.exp (test_background): Expect \r\n after
15401 "completed." in the fail pattern.
15402
15403 2014-03-19 Pedro Alves <palves@redhat.com>
15404
15405 * gdb.base/async.exp (test_background): New procedure.
15406 Use it for all background execution command tests.
15407
15408 2014-03-19 Pedro Alves <palves@redhat.com>
15409
15410 * gdb.base/async.exp: Use prepare_for_testing.
15411
15412 2014-03-19 Pedro Alves <palves@redhat.com>
15413
15414 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15415 the same line.
15416
15417 2014-03-19 Pedro Alves <palves@redhat.com>
15418
15419 * gdb.base/async.c (main): Add "jump here" and "until here" line
15420 marker comments.
15421 * gdb.base/async.exp (jump_here): New global.
15422 (jump& test): Use it.
15423 (until_here): New global.
15424 (until& test): Use it.
15425
15426 2014-03-19 Pedro Alves <palves@redhat.com>
15427
15428 * gdb.base/async.exp: Don't frob gdb_protocol.
15429
15430 2014-03-18 Doug Evans <xdje42@gmail.com>
15431
15432 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15433 Fix spelling of exec-done-display.
15434
15435 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15436
15437 PR gdb/15358
15438 * gdb.base/gdb-sigterm.c: New file.
15439 * gdb.base/gdb-sigterm.exp: New file.
15440
15441 2014-03-18 Pedro Alves <palves@redhat.com>
15442
15443 PR gdb/13860
15444 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15445 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15446 solib-event.
15447
15448 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15449
15450 * gdb.ada/pckd_arr_ren: New testcase.
15451
15452 2014-03-13 Doug Evans <xdje42@gmail.com>
15453
15454 PR guile/16612
15455 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15456 collect after discarding symbols.
15457
15458 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15459 Doug Evans <xdje42@gmail.com>
15460
15461 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15462 to history survives a gc.
15463
15464 2014-03-13 Pedro Alves <palves@redhat.com>
15465
15466 * gdb.base/default.exp: Don't test "target procfs".
15467
15468 2014-03-13 Pedro Alves <palves@redhat.com>
15469
15470 * gdb.base/default.exp: Update "target child" and "target procfs"
15471 tests to not expect "Unix".
15472
15473 2014-03-12 Tom Tromey <tromey@redhat.com>
15474
15475 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15476 New procs. Add target-async tests.
15477 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15478 Add target-async tests.
15479
15480 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15481
15482 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15483 'func_start' and 'func_end' for the beginning and end of the
15484 function code, respectively.
15485 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15486 'func_end' instead of 'func' and 'main'.
15487
15488 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15489
15490 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15491 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15492 generate the debug info assembler source.
15493
15494 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15495
15496 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15497 * gdb.dwarf2/arr-subrange.exp: Likewise.
15498 * gdb.dwarf2/dwz.exp: Likewise.
15499 * gdb.dwarf2/method-ptr.exp: Likewise.
15500 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15501 * gdb.dwarf2/subrange.exp: Likewise.
15502 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15503 * gdb.dwarf2/implptrpiece.exp: Likewise.
15504 * gdb.dwarf2/nostaticblock.exp: Likewise.
15505
15506 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15507
15508 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15509 directory to absolute path name arguments.
15510
15511 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15512
15513 * gdb.ada/tagged_access: New testcase.
15514
15515 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15516
15517 * gdb.btrace/data.exp: Update expected output.
15518
15519 2014-03-06 Yao Qi <yao@codesourcery.com>
15520
15521 * gdb.trace/pr16508.exp: New file.
15522
15523 2014-03-05 Pedro Alves <palves@redhat.com>
15524
15525 PR gdb/16575
15526 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15527 procedure.
15528 (top level): Adjust to use it. Add tests that exercise breakpoint
15529 interaction with the code-cache.
15530
15531 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15532
15533 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15534 test for 'history-append!'.
15535
15536 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15537
15538 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15539 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15540 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15541 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15542 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15543 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15544
15545 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15546
15547 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15548 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15549 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15550
15551 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15552
15553 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15554
15555 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15556
15557 * gdb.dwarf2/arr-stride.c: New file.
15558 * gdb.dwarf2/arr-stride.exp: New file.
15559
15560 2014-02-26 Pedro Alves <palves@redhat.com>
15561
15562 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15563 that won't ever trigger. Make sure that GDB reports the correct
15564 breakpoint that caused the stop.
15565
15566 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15567
15568 PR gdb/16626
15569 * gdb.base/auto-load-script: New file.
15570 * gdb.base/auto-load.c: New file.
15571 * gdb.base/auto-load.exp: New file.
15572
15573 PR gdb/16626
15574 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15575
15576 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15577
15578 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15579 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15580
15581 2014-02-24 Doug Evans <dje@google.com>
15582
15583 * lib/gdb.exp (run_on_host): Log error output if program fails.
15584
15585 2014-02-21 Pedro Alves <palves@redhat.com>
15586
15587 * gdb.threads/step-after-sr-lock.c: Rename to ...
15588 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15589 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15590 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15591 ... this.
15592
15593 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15594
15595 PR tdep/16397
15596 * gdb.arch/amd64-stap-special-operands.exp: New file.
15597 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15598 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15599 * gdb.arch/amd64-stap-triplet.S: Likewise.
15600 * gdb.arch/amd64-stap-triplet.c: Likewise.
15601
15602 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15603
15604 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15605 in .section pseudo-op.
15606
15607 2014-02-20 lin zuojian <manjian2006@gmail.com>
15608 Joel Brobecker <brobecker@adacore.com>
15609 Doug Evans <xdje42@gmail.com>
15610
15611 PR symtab/16581
15612 * gdb.dwarf2/dw2-icycle.S: New file.
15613 * gdb.dwarf2/dw2-icycle.c: New file.
15614 * gdb.dwarf2/dw2-icycle.exp: New file.
15615
15616 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15617
15618 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15619 operations on gdb.Value objects.
15620 * gdb.python/py-value-cc.exp: Add new test to test operations on
15621 gdb.Value objects.
15622
15623 2014-02-18 Doug Evans <dje@google.com>
15624
15625 * Makefile.in (TESTS): New variable.
15626 (expanded_tests, expanded_tests_or_none): New variables
15627 (check-single): Pass $(expanded_tests_or_none) to runtest.
15628 (check-parallel): Only run tests in $(TESTS) if non-empty.
15629 (check/no-matching-tests-found): New rule.
15630 * README: Document TESTS makefile variable.
15631
15632 2014-02-18 Doug Evans <dje@google.com>
15633
15634 * Makefile.in (check-parallel): rm -rf outputs temp.
15635
15636 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15637
15638 Fix "ERROR: no fileid for" in the testsuite.
15639 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15640
15641 2014-02-12 Doug Evans <dje@google.com>
15642
15643 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15644 (MISCELLANEOUS): New variable.
15645 (clean): rm -rf $(MISCELLANEOUS).
15646 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15647 dwp live in the same directory as symlinks, with each symlink pointed
15648 to a differently named file in a different directory.
15649
15650 2014-02-11 Doug Evans <dje@google.com>
15651
15652 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15653 of Tcl file commands.
15654
15655 2014-02-10 Mark Kettenis <kettenis@gnu.org>
15656
15657 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15658 "kill -SIGUSR1 -1".
15659
15660 2014-02-10 Joel Brobecker <brobecker@adacore.com>
15661
15662 * gdb.ada/tick_length_array_enum_idx: New testcase.
15663
15664 2014-02-10 Doug Evans <xdje42@gmail.com>
15665
15666 * configure.ac (AC_OUTPUT): Add gdb.guile.
15667 * configure: Regenerate.
15668 * lib/gdb-guile.exp: New file.
15669 * lib/gdb.exp (get_target_charset): New function.
15670 * gdb.base/help.exp: Update expected output from "apropos apropos".
15671 * gdb.guile/Makefile.in: New file.
15672 * gdb.guile/guile.exp: New file.
15673 * gdb.guile/scm-arch.c: New file.
15674 * gdb.guile/scm-arch.exp: New file.
15675 * gdb.guile/scm-block.c: New file.
15676 * gdb.guile/scm-block.exp: New file.
15677 * gdb.guile/scm-breakpoint.c: New file.
15678 * gdb.guile/scm-breakpoint.exp: New file.
15679 * gdb.guile/scm-disasm.c: New file.
15680 * gdb.guile/scm-disasm.exp: New file.
15681 * gdb.guile/scm-equal.c: New file.
15682 * gdb.guile/scm-equal.exp: New file.
15683 * gdb.guile/scm-error.exp: New file.
15684 * gdb.guile/scm-error.scm: New file.
15685 * gdb.guile/scm-frame-args.c: New file.
15686 * gdb.guile/scm-frame-args.exp: New file.
15687 * gdb.guile/scm-frame-args.scm: New file.
15688 * gdb.guile/scm-frame-inline.c: New file.
15689 * gdb.guile/scm-frame-inline.exp: New file.
15690 * gdb.guile/scm-frame.c: New file.
15691 * gdb.guile/scm-frame.exp: New file.
15692 * gdb.guile/scm-generics.exp: New file.
15693 * gdb.guile/scm-gsmob.exp: New file.
15694 * gdb.guile/scm-iterator.c: New file.
15695 * gdb.guile/scm-iterator.exp: New file.
15696 * gdb.guile/scm-math.c: New file.
15697 * gdb.guile/scm-math.exp: New file.
15698 * gdb.guile/scm-objfile-script-gdb.in: New file.
15699 * gdb.guile/scm-objfile-script.c: New file.
15700 * gdb.guile/scm-objfile-script.exp: New file.
15701 * gdb.guile/scm-objfile.c: New file.
15702 * gdb.guile/scm-objfile.exp: New file.
15703 * gdb.guile/scm-ports.exp: New file.
15704 * gdb.guile/scm-pretty-print.c: New file.
15705 * gdb.guile/scm-pretty-print.exp: New file.
15706 * gdb.guile/scm-pretty-print.scm: New file.
15707 * gdb.guile/scm-section-script.c: New file.
15708 * gdb.guile/scm-section-script.exp: New file.
15709 * gdb.guile/scm-section-script.scm: New file.
15710 * gdb.guile/scm-symbol.c: New file.
15711 * gdb.guile/scm-symbol.exp: New file.
15712 * gdb.guile/scm-symtab-2.c: New file.
15713 * gdb.guile/scm-symtab.c: New file.
15714 * gdb.guile/scm-symtab.exp: New file.
15715 * gdb.guile/scm-type.c: New file.
15716 * gdb.guile/scm-type.exp: New file.
15717 * gdb.guile/scm-value-cc.cc: New file.
15718 * gdb.guile/scm-value-cc.exp: New file.
15719 * gdb.guile/scm-value.c: New file.
15720 * gdb.guile/scm-value.exp: New file.
15721 * gdb.guile/source2.scm: New file.
15722 * gdb.guile/types-module.cc: New file.
15723 * gdb.guile/types-module.exp: New file.
15724
15725 2014-02-10 Yao Qi <yao@codesourcery.com>
15726
15727 PR testsuite/16543
15728 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15729 * configure: Regenerated.
15730 * Makefile.in: New file.
15731
15732 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15733
15734 * gdb.python/py-framefilter.exp: Fix typo.
15735
15736 2014-02-08 Yao Qi <yao@codesourcery.com>
15737
15738 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15739 that no =breakpoint-modified is emitted when breakpoints are
15740 modified through MI commands.
15741
15742 2014-02-07 Pedro Alves <pedro@codesourcery.com>
15743 Pedro Alves <palves@redhat.com>
15744
15745 * gdb.threads/step-after-sr-lock.c: New file.
15746 * gdb.threads/step-after-sr-lock.exp: New file.
15747
15748 2014-02-07 Pedro Alves <palves@redhat.com>
15749
15750 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15751
15752 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15753
15754 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15755 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15756
15757 2014-02-06 Doug Evans <xdje42@gmail.com>
15758
15759 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15760 output.
15761
15762 * gdb.gdb/python-interrupts.exp: New file.
15763
15764 2014-02-05 Yao Qi <yao@codesourcery.com>
15765
15766 * gdb.trace/report.exp (use_collected_data): Test the output
15767 of "info threads" and "info inferiors".
15768
15769 2014-02-05 Yao Qi <yao@codesourcery.com>
15770
15771 Revert this patch:
15772
15773 2013-05-24 Yao Qi <yao@codesourcery.com>
15774
15775 * gdb.trace/tfile.exp: Test inferior and thread.
15776
15777 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15778
15779 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15780 on a function.
15781 * gdb.base/step-bt.c: Call hello via function pointer to make
15782 sure its first instruction is executed on powerpc64le-linux.
15783
15784 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15785
15786 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15787
15788 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15789
15790 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15791 of the test patterns for use on little-endian systems.
15792
15793 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15794
15795 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15796 (decimal_vector): Fix for little-endian.
15797
15798 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15799
15800 * gdb.arch/sparc-sysstep.exp: New file.
15801 * gdb.arch/sparc-sysstep.c: Likewise.
15802
15803 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15804
15805 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15806
15807 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15808
15809 2014-01-23 Tom Tromey <tromey@redhat.com>
15810
15811 * gdb.ada/array_char_idx: New testcase.
15812
15813 2014-01-23 Tom Tromey <tromey@redhat.com>
15814
15815 PR python/16487:
15816 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15817 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15818 classes.
15819
15820 2014-01-23 Tom Tromey <tromey@redhat.com>
15821
15822 PR python/16491:
15823 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15824 string from an inferior frame.
15825 * gdb.python/py-framefilter-mi.exp: Update.
15826
15827 2014-01-22 Doug Evans <dje@google.com>
15828
15829 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15830
15831 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15832
15833 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15834
15835 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15836
15837 * gdb.trace/entry-values.exp: Remove excess space character from
15838 regex patterns. Handle s390 call instruction.
15839
15840 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15841
15842 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15843 define "*_start" label. Make "name" static.
15844 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15845 ${name} by references to ${name}_start.
15846
15847 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15848
15849 * gdb.base/info-macros.exp: Remove "debug" from the compile
15850 options.
15851
15852 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15853
15854 * gdb.dlang/demangle.exp: New file.
15855
15856 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15857
15858 * gdb.dlang/primitive-types.exp: New file.
15859
15860 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15861
15862 * configure.ac: Create gdb.dlang/Makefile.
15863 * configure: Regenerate.
15864 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15865 * gdb.dlang/Makefile.in: New file.
15866 * lib/d-support.exp: New file.
15867 * lib/gdb.exp (skip_d_tests): New proc.
15868
15869 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15870
15871 * gdb.btrace/delta.exp: Check reverse stepi.
15872 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15873 * gdb.btrace/finish.exp: New.
15874 * gdb.btrace/next.exp: New.
15875 * gdb.btrace/nexti.exp: New.
15876 * gdb.btrace/record_goto.c: Add comments.
15877 * gdb.btrace/step.exp: New.
15878 * gdb.btrace/stepi.exp: New.
15879 * gdb.btrace/multi-thread-step.c: New.
15880 * gdb.btrace/multi-thread-step.exp: New.
15881 * gdb.btrace/rn-dl-bind.c: New.
15882 * gdb.btrace/rn-dl-bind.exp: New.
15883 * gdb.btrace/data.c: New.
15884 * gdb.btrace/data.exp: New.
15885 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15886
15887 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15888
15889 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15890 * gdb.btrace/exception.exp: Update.
15891 * gdb.btrace/instruction_history.exp: Update.
15892 * gdb.btrace/record_goto.exp: Update.
15893 * gdb.btrace/tailcall.exp: Update.
15894 * gdb.btrace/unknown_functions.exp: Update.
15895 * gdb.btrace/delta.exp: New.
15896
15897 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15898
15899 * gdb.btrace/record_goto.exp: Add backtrace test.
15900 * gdb.btrace/tailcall.exp: Add backtrace test.
15901
15902 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15903
15904 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15905 * gdb.btrace/record_goto.c: New.
15906 * gdb.btrace/record_goto.exp: New.
15907 * gdb.btrace/x86-record_goto.S: New.
15908
15909 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15910
15911 * gdb.btrace/function_call_history.exp: Update tests.
15912 * gdb.btrace/instruction_history.exp: Update tests.
15913
15914 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15915
15916 * gdb.btrace/function_call_history.exp: Fix expected field
15917 order for "record function-call-history".
15918 Add new tests for "record function-call-history /c".
15919 * gdb.btrace/exception.cc: New.
15920 * gdb.btrace/exception.exp: New.
15921 * gdb.btrace/tailcall.exp: New.
15922 * gdb.btrace/x86-tailcall.S: New.
15923 * gdb.btrace/x86-tailcall.c: New.
15924 * gdb.btrace/unknown_functions.c: New.
15925 * gdb.btrace/unknown_functions.exp: New.
15926 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15927
15928 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15929
15930 * gdb.btrace/instruction_history.exp: Update.
15931 * gdb.btrace/function_call_history.exp: Update.
15932
15933 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15934
15935 * gdb.btrace/function_call_history.exp: Fix expected function
15936 trace.
15937 * gdb.btrace/instruction_history.exp: Initialize traced.
15938 Remove traced_functions.
15939
15940 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15941
15942 * gdb.btrace/function_call_history.exp: Update
15943 * gdb.btrace/instruction_history.exp: Update.
15944
15945 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15946
15947 * gdb.btrace/enable.exp: Update expected text.
15948
15949 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15950
15951 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15952 bytes.
15953
15954 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15955
15956 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15957
15958 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15959
15960 * lib/gdb.exp (supports_process_record): Return true for
15961 arm*-linux*. (supports_reverse): Likewise.
15962
15963 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15964
15965 PR python/15464
15966 PR python/16113
15967 * gdb.python/py-type.c: Enhance test case.
15968 * gdb.python/py-value-cc.cc: Likewise
15969 * gdb.python/py-type.exp: Add new tests.
15970 * gdb.python/py-value-cc.exp: Likewise
15971
15972 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15973 Pedro Alves <palves@redhat.com>
15974
15975 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15976 Make "name" extern.
15977 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15978 references to ${name}_start by references to ${name}.
15979
15980 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15981
15982 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15983
15984 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15985
15986 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15987
15988 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15989 Pedro Alves <palves@redhat.com>
15990
15991 * gdb.mi/mi-info-os.exp: Connect to the target with
15992 mi_gdb_target_load.
15993
15994 2014-01-08 Pedro Alves <palves@redhat.com>
15995
15996 * gdb.threads/reconnect-signal.c: New file.
15997 * gdb.threads/reconnect-signal.exp: New file.
15998
15999 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16000
16001 * gdb.base/source-dir.exp: New file.
16002
16003 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16004
16005 * gdb.ada/mi_interface: New testcase.
16006
16007 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16008
16009 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16010 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16011 gdb.ada/pp-rec-component/pck.ads: New files.
16012
16013 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16014
16015 * gdb.python/py-pp-integral.c: New file.
16016 * gdb.python/py-pp-integral.py: New file.
16017 * gdb.python/py-pp-integral.exp: New file.
16018
16019 For older changes see ChangeLog-1993-2013.
16020 \f
16021 ;; Local Variables:
16022 ;; mode: change-log
16023 ;; left-margin: 8
16024 ;; fill-column: 74
16025 ;; version-control: never
16026 ;; End:
16027
16028 Copyright 2014-2019 Free Software Foundation, Inc.
16029 Copying and distribution of this file, with or without modification,
16030 are permitted provided the copyright notice and this notice are preserved.