gdb/rust: Handle printing structures containing strings
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.rust/simple.exp: Add new test case.
4 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5 (main): Initialise an instance of the new struct.
6
7 2019-05-01 Tom Tromey <tromey@adacore.com>
8
9 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
10 record.
11 (NPR): New variable.
12 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
13 test.
14
15 2019-05-01 Tom Tromey <tromey@adacore.com>
16
17 * gdb.ada/packed_array_assign.exp: Add packed assignment
18 regression test.
19
20 2019-05-01 Tom de Vries <tdevries@suse.de>
21
22 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
23
24 2019-05-01 Tom de Vries <tdevries@suse.de>
25
26 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
27
28 2019-04-30 Ali Tamur <tamur@google.com>
29
30 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
31
32 2019-04-30 Tom Tromey <tromey@adacore.com>
33
34 * lib/ada.exp (find_ada_tool): New proc.
35 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
36 * gdb.ada/catch_ex_std.exp: New file.
37 * gdb.ada/catch_ex_std/foo.adb: New file.
38 * gdb.ada/catch_ex_std/some_package.adb: New file.
39 * gdb.ada/catch_ex_std/some_package.ads: New file.
40
41 2019-04-30 Tom Tromey <tromey@adacore.com>
42
43 PR c++/24470:
44 * gdb.cp/temargs.cc: Add test code from PR.
45
46 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.fortran/vla-datatypes.exp: Update expected results.
49 * gdb.fortran/vla-ptype.exp: Likewise.
50 * gdb.fortran/vla-type.exp: Likewise.
51 * gdb.fortran/vla-value.exp: Likewise.
52
53 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * gdb.fortran/ptr-indentation.exp: Update expected results.
56 * gdb.fortran/ptype-on-functions.exp: Likewise.
57 * gdb.fortran/vla-ptr-info.exp: Likewise.
58 * gdb.fortran/vla-value.exp: Likewise.
59
60 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.fortran/ptype-on-functions.exp: New file.
63 * gdb.fortran/ptype-on-functions.f90: New file.
64
65 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
68 case void string.
69
70 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * gdb.fortran/complex.exp: Expand.
73 * gdb.fortran/complex.f: Renamed to...
74 * gdb.fortran/complex.f90: ...this, and extended to add more
75 complex values.
76
77 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
80 MODULO, CMPLX.
81
82 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
83 Richard Bunt <richard.bunt@arm.com>
84
85 * gdb.base/max-depth.c: New file.
86 * gdb.base/max-depth.exp: New file.
87 * gdb.python/py-nested-maps.c: New file.
88 * gdb.python/py-nested-maps.exp: New file.
89 * gdb.python/py-nested-maps.py: New file.
90 * gdb.python/py-format-string.exp (test_max_depth): New proc.
91 (test_all_common): Call test_max_depth.
92 * gdb.fortran/max-depth.exp: New file.
93 * gdb.fortran/max-depth.f90: New file.
94 * gdb.go/max-depth.exp: New file.
95 * gdb.go/max-depth.go: New file.
96 * gdb.modula2/max-depth.exp: New file.
97 * gdb.modula2/max-depth.c: New file.
98 * lib/gdb.exp (get_print_expr_at_depths): New proc.
99
100 2019-04-29 Tom de Vries <tdevries@suse.de>
101
102 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
103
104 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
105
106 * gdb.base/callexit.exp: Test may-call-functions off.
107
108 2019-04-25 Keith Seitz <keiths@redhat.com>
109
110 PR c++/24367
111 * gdb.cp/meth-typedefs.cc (incomplete_struct)
112 (another_incomplete_struct, test_incomplete): New definitions.
113 (main): Use new definitions.
114 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
115 functions.
116
117 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
118
119 PR corefiles/11608
120 PR corefiles/18187
121 * gdb.base/coredump-filter-build-id.exp: New file.
122
123 2019-04-25 Alan Hayward <alan.hayward@arm.com>
124
125 * Makefile.in: Pass through GDBSERVER_DEBUG.
126 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
127 (gdbserver,debug): Add board setting.
128 * gdb.trace/tspeed.exp: Skip when debugging.
129 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
130 * lib/gdbserver-support.exp: Likewise
131
132 2019-04-24 Tom Tromey <tromey@adacore.com>
133
134 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
135 Rust.
136
137 2019-04-24 Tom Tromey <tromey@adacore.com>
138
139 * gdb.arch/amd64-eval.exp: Test bitfield return.
140 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
141 (class Foo) <return_bitfields>: New method.
142 (main): Call it.
143
144 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.cp/many-args.cc: New file.
147 * gdb.cp/many-args.exp: New file.
148
149 2019-04-23 Tom de Vries <tdevries@suse.de>
150
151 PR gdb/24433
152 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
153
154 2019-04-23 Alan Hayward <alan.hayward@arm.com>
155
156 * gdb.trace/backtrace.exp: Use nopie flag.
157 * gdb.trace/circ.exp: Likewise.
158 * gdb.trace/collection.exp: Likewise.
159 * gdb.trace/ftrace.exp: Likewise.
160 * gdb.trace/mi-trace-unavailable.exp: Likewise.
161 * gdb.trace/mi-traceframe-changed.exp: Likewise.
162 * gdb.trace/qtro.exp: Likewise.
163 * gdb.trace/read-memory.exp: Likewise.
164 * gdb.trace/report.exp: Likewise.
165 * gdb.trace/tfile.exp: Likewise.
166 * gdb.trace/tfind.exp: Likewise.
167 * gdb.trace/unavailable.exp: Likewise.
168
169 2019-04-22 Pedro Alves <palves@redhat.com>
170
171 * gdb.base/solib-probes-nosharedlibrary.c,
172 gdb.base/solib-probes-nosharedlibrary.exp: New files.
173
174 2019-04-19 Tom Tromey <tromey@adacore.com>
175
176 * gdb.ada/ptype_union.c: New file.
177 * gdb.ada/ptype_union.exp: New file.
178
179 2019-04-19 Tom Tromey <tromey@adacore.com>
180
181 PR symtab/24423:
182 * gdb.base/list0.h (foo): Add a control-l character.
183
184 2019-04-18 Tom de Vries <tdevries@suse.de>
185
186 PR gdb/24433
187 * boards/local-board.exp: Set sysroot to "".
188
189 2019-04-18 Tom de Vries <tdevries@suse.de>
190 Pedro Alves <palves@redhat.com>
191
192 PR gdb/24454
193 * gdb.threads/vfork-follow-child-exec.c: New file.
194 * gdb.threads/vfork-follow-child-exec.exp: New file.
195 * gdb.threads/vfork-follow-child-exit.c: New file.
196 * gdb.threads/vfork-follow-child-exit.exp: New file.
197
198 2019-04-15 Leszek Swirski <leszeks@google.com>
199
200 * gdb.arch/amd64-eval.cc: New file.
201 * gdb.arch/amd64-eval.exp: New file.
202
203 2019-04-11 Alan Hayward <alan.hayward@arm.com>
204
205 * gdb.server/sysroot.c: New test.
206 * gdb.server/sysroot.exp: New file.
207 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
208 matching param.
209
210 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * gdb.base/align.exp: Extend test to cover structures containing
213 only static fields.
214
215 2019-04-11 Tom de Vries <tdevries@suse.de>
216
217 * boards/cc-with-dwz-m.exp: New file.
218 * boards/cc-with-dwz.exp: New file.
219 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
220
221 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
222
223 * gdb.base/start-cpp.exp: New file.
224 * gdb.base/start-cpp.cc: New file.
225
226 2019-04-08 Kevin Buettner <kevinb@redhat.com>
227
228 * gdb.python/py-thrhandle.exp: Adjust tests to call
229 thread_from_handle instead of thread_from_thread_handle.
230
231 2019-04-08 Kevin Buettner <kevinb@redhat.com>
232
233 * gdb.python/py-thrhandle.exp: Add tests for
234 gdb.InferiorThread.handle.
235
236 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 * gdb.python/py-function.exp: Check calling helper function from
239 all languages.
240 * lib/gdb.exp (gdb_supported_languages): New proc.
241
242 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.base/complex-parts.c: New file.
245 * gdb.base/complex-parts.exp: New file.
246
247 2019-04-01 Tom Tromey <tromey@adacore.com>
248
249 PR symtab/23331:
250 * gdb.dwarf2/dw2-ranges-main.c: New file.
251 * gdb.dwarf2/dw2-ranges-psym.c: New file.
252 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
253
254 2019-03-30 Simon Marchi <simark@simark.ca>
255
256 * gdb.base/default.exp: Add values for $_gdb_major and
257 $_gdb_minor.
258
259 2019-03-29 Tom Tromey <tromey@adacore.com>
260
261 * gdb.base/help.exp: Tighten apropos regexp.
262
263 2019-03-29 Keith Seitz <keiths@redhat.com>
264
265 * gdb.fortran/array-bounds.exp: New file.
266 * gdb.fortran/array-bounds.f90: New file.
267
268 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
269
270 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
271
272 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
273
274 * gdb.multi/hello.c (main): Increase alarm timer.
275
276 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
277
278 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
279 factor when no hardware watchpoint support.
280
281 2019-03-28 Alan Hayward <alan.hayward@arm.com>
282 Pedro Alves <palves@redhat.com>
283
284 * boards/local-board.exp: set sysroot to /.
285
286 2019-03-27 Alan Hayward <alan.hayward@arm.com>
287
288 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
289 in child.
290
291 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
294 field.
295 (make_container): Initialise new field.
296 * gdb.python/py-prettyprint.exp: Add new tests.
297 * gdb.python/py-prettyprint.py (class ContainerPrinter)
298 <display_hint>: New method.
299
300 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
303 gdb_continue_to_breakpoint more throughout this test.
304 (run_lang_tests) Supply unique test names, and use
305 gdb_test_no_output.
306
307 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * gdb.base/finish-pretty.exp: Update expected results.
310 * gdb.base/pretty-print.c: New file.
311 * gdb.base/pretty-print.exp: New file.
312
313 2019-03-25 Pedro Alves <palves@redhat.com>
314
315 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
316 move comments outside list. Append '-i "" eof' section.
317
318 2019-03-22 Alan Hayward <alan.hayward@arm.com>
319
320 * README: Add pie options.
321 * gdb.base/break-interp.exp: Ensure pie is disabled.
322 * gdb.base/dump.exp: Likewise.
323 * lib/gdb.exp (gdb_compile): Add pie option.
324
325 2019-03-19 Tom Tromey <tromey@adacore.com>
326
327 * gdb.mi/mi2-cli-display.c: New file.
328 * gdb.mi/mi2-cli-display.exp: New file.
329
330 2019-03-18 Joel Brobecker <brobecker@adacore.com>
331 Tom Tromey <tromey@adacore.com>
332
333 * gdb.ada/ptype_array/pck.adb: New file.
334 * gdb.ada/ptype_array/pck.ads: New file.
335 * gdb.ada/ptype_array/foo.adb: New file.
336 * gdb.ada/ptype_array.exp: New file.
337
338 2019-03-14 Tom Tromey <tromey@adacore.com>
339
340 * gdb.base/style.exp: Add "set style sources" test.
341
342 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
343
344 * mi-breakpoint-location-ena-dis.exp: Rename to ...
345 * mi-breakpoint-multiple-locations.exp: ... this.
346 (make_breakpoints_pattern): New proc.
347 (do_test): Add mi_version parameter, test -break-insert,
348 -break-info and =breakpoint-created.
349
350 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
351
352 * config/default.exp: Remove 'load_lib gdb.exp'.
353 * config/monitor.exp: Likewise.
354 * config/sid.exp: Likewise.
355 * config/sim.exp: Likewise.
356 * config/slite.exp: Likewise.
357 * config/unix.exp: Likewise.
358 * gdb.base/default.exp: Remove unhelpful comment.
359
360 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
363
364 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
367
368 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * gdb.fortran/type-kinds.exp: Update expected results.
371
372 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.fortran/type-kinds.exp: Test new integer type kind.
375
376 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
379 function.
380 (test_basic_parsing_of_type_kinds): Expand types tested.
381 (test_parsing_invalid_type_kinds): New function.
382
383 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
384
385 * gdb.fortran/intrinsics.exp: New file.
386 * gdb.fortran/intrinsics.f90: New file.
387 * gdb.fortran/type-kinds.exp: New file.
388
389 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * gdb.fortran/dot-ops.exp: New file.
392
393 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
396 Check upper and lower case logical literals.
397
398 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.fortran/types.exp (test_float_literal_types_accepted):
401 Remove duplicate tests.
402
403 2019-03-06 Alan Hayward <alan.hayward@arm.com>
404
405 * lib/gdb.exp (builtin_cd): rename of cd.
406 (cd): Override builtin.
407
408 2019-03-06 Richard Bunt <richard.bunt@arm.com>
409
410 * gdb.fortran/function-calls.exp: New file.
411 * gdb.fortran/function-calls.f90: New test.
412
413 2019-03-04 Richard Bunt <richard.bunt@arm.com>
414
415 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
416 on user program standard output.
417 * gdb.fortran/short-circuit-argument-list.f90: Record function
418 calls.
419
420 2019-02-28 Alan Hayward <alan.hayward@arm.com>
421
422 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
423 failure.
424
425 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
426
427 PR gdb/8527
428 * gdb.base/interrupt-daemon-attach.c,
429 gdb.base/interrupt-daemon-attach.exp: New test.
430
431 2019-02-27 Pedro Alves <palves@redhat.com>
432
433 * gdb.base/page.exp: Add tests for "set width/height -1".
434
435 2019-02-27 Pedro Alves <palves@redhat.com>
436
437 * gdb.base/page.exp: Add tests for "set/show width/height" with
438 "infinite" values.
439
440 2019-02-27 Tom Tromey <tromey@adacore.com>
441
442 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
443 2.4.
444 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
445 workaround.
446
447 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.base/align.exp: Extend to compile in both C and C++, and add
450 tests for structs with static members.
451
452 2019-02-26 Tom Tromey <tromey@adacore.com>
453
454 * gdb.python/py-value.exp (test_value_from_buffer): Check for
455 ValueError, not TypeError.
456
457 2019-02-26 Kevin Buettner <kevinb@redhat.com>
458
459 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
460 call from main program.
461
462 2019-02-23 Joel Brobecker <brobecker@adacore.com>
463
464 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
465 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
466 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
467 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
468 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
469
470 2019-02-22 Keith Seitz <keiths@redhat.com>
471
472 PR symtab/23853
473 * gdb.base/symlink-sourcefile.c: New file.
474 * gdb.base/symlink-sourcefile.exp: New file.
475
476 2019-02-20 Tom Tromey <tom@tromey.com>
477
478 * gdb.base/info_qt.exp: Update.
479
480 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
481
482 * gdb.base/source.exp: Move "error in sourced script" code to
483 the end.
484 * gdb.base/source-error.gdb: Move contents to
485 source-error-1.gdb. Add new code to source source-error-1.gdb.
486 * gdb.base/source-error-1.gdb: New file, from previous
487 source-error.gdb.
488
489 2019-02-17 Tom Tromey <tom@tromey.com>
490
491 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
492 for macro styling.
493 * gdb.base/style.c (SOME_MACRO): New macro.
494
495 2019-02-17 Tom Tromey <tom@tromey.com>
496
497 * gdb.base/style.exp: Add line-wrapping tests.
498 * gdb.base/page.exp: Add test for quitting during pagination.
499
500 2019-02-17 Joel Brobecker <brobecker@adacore.com>
501
502 * gdb.ada/big_packed_array: New testcase.
503 * gdb.ada/homonym.exp: Fix incorrect expected output for
504 "break <homonym__get_value>" test.
505
506 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
507
508 PR breakpoints/21870
509 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
510 and prepare_for_testing. Add comment.
511 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
512 redundant cleanup call. Clean up comment.
513
514 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
515
516 PR breakpoints/21870
517 * gdb.arch/aarch64-dbreg-contents.exp: New file.
518 * gdb.arch/aarch64-dbreg-contents.c: New file.
519
520 2019-02-10 Joel Brobecker <brobecker@adacore.com>
521
522 * gdb.ada/mi_ref_changeable: New testcase.
523
524 2019-02-07 Alan Hayward <alan.hayward@arm.com>
525
526 * gdb.base/attach.exp: Add double attach test.
527
528 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
529
530 * lib/gdb.exp (default_gdb_start): Don't match pagination
531 prompt.
532 (gdb_init): Set stty_init.
533
534 2019-01-27 Tom Tromey <tom@tromey.com>
535
536 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
537 skip_python_tests.
538
539 2019-01-24 Alan Hayward <alan.hayward@arm.com>
540
541 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
542 New structure.
543 (struct struct_static_02_02): Likewise.
544 (struct struct_static_02_03): Likewise.
545 (struct struct_static_02_04): Likewise.
546 (struct struct_static_04_01): Likewise.
547 (struct struct_static_04_02): Likewise.
548 (struct struct_static_04_03): Likewise.
549 (struct struct_static_04_04): Likewise.
550 (struct struct_static_06_01): Likewise.
551 (struct struct_static_06_02): Likewise.
552 (struct struct_static_06_03): Likewise.
553 (struct struct_static_06_04): Likewise.
554 (cmp_struct_static_02_01): Likewise.
555 (cmp_struct_static_02_02): Likewise.
556 (cmp_struct_static_02_03): Likewise.
557 (cmp_struct_static_02_04): Likewise.
558 (cmp_struct_static_04_01): Likewise.
559 (cmp_struct_static_04_02): Likewise.
560 (cmp_struct_static_04_03): Likewise.
561 (cmp_struct_static_04_04): Likewise.
562 (cmp_struct_static_06_01): Likewise.
563 (cmp_struct_static_06_02): Likewise.
564 (cmp_struct_static_06_03): Likewise.
565 (cmp_struct_static_06_04): Likewise.
566 (call_all): Test new structs.
567 * gdb.base/infcall-nested-structs.exp: Likewise.
568
569 2019-01-21 Alan Hayward <alan.hayward@arm.com>
570 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
571
572 2019-01-21 Alan Hayward <alan.hayward@arm.com>
573 * gdb.base/stack-protector.c: New test.
574 * gdb.base/stack-protector.exp: New file.
575 * gdb.cp/ovldbreak.exp: Only allow a single break line.
576 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
577 option.
578 (gdb_compile): Remove stack protector for GCC and prevent
579 recursion.
580
581 2019-01-16 Keith Seitz <keiths@redhat.com>
582
583 PR gdb/23773
584 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
585
586 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
587
588 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
589 aliases.
590 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
591 tests.
592 * gdb.arch/powerpc-vector-regs.c: New file.
593 * gdb.arch/powerpc-vector-regs.exp: New file.
594
595 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
596
597 * gdb.arch/altivec-regs.exp: Fix the list passed to
598 gdb_expect_list when testing "info vector".
599
600 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.base/style.exp: Don't include path in testname.
603
604 2019-01-10 Keith Seitz <keiths@redhat.com>
605
606 PR gdb/23712
607 PR symtab/23010
608 * gdb.dwarf2/multidictionary.exp: New file.
609
610 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
611
612 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
613 (test_gnuv3_style_demangling): ... this.
614 (test_lucid_style_demangling): Remove.
615 (test_arm_style_demangling): Remove.
616 (test_hp_style_demangling): Remove.
617 (do_tests): Remove calls to the above.
618
619 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
620
621 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
622 case.
623
624 2019-01-06 Tom Tromey <tom@tromey.com>
625
626 PR gdb/28155:
627 * gdb.dwarf2/typedef-void-finish.exp: New file.
628
629 2018-12-28 Tom Tromey <tom@tromey.com>
630 Simon Marchi <simark@simark.ca>
631
632 * gdb.base/jit-exec.exp: New file.
633 * gdb.base/jit-exec.c: New file.
634 * gdb.base/jit-execd.c: New file.
635
636 2018-12-28 Tom Tromey <tom@tromey.com>
637
638 * gdb.base/style.exp: Update test to check for address styling.
639
640 2018-12-28 Tom Tromey <tom@tromey.com>
641
642 * gdb.base/style.exp: Add test for styling of "Reading symbols"
643 message.
644
645 2018-12-28 Tom Tromey <tom@tromey.com>
646
647 * gdb.base/style.exp: Add test for version number styling.
648
649 2018-12-28 Tom Tromey <tom@tromey.com>
650
651 * gdb.base/style.exp: Add test for print_address_symbolic.
652
653 2018-12-28 Tom Tromey <tom@tromey.com>
654
655 * gdb.base/style.exp: Add test for breakpoint setting.
656
657 2018-12-28 Tom Tromey <tom@tromey.com>
658
659 * gdb.base/style.exp: Add test for variable names.
660
661 2018-12-28 Tom Tromey <tom@tromey.com>
662
663 * gdb.base/style.exp: New file.
664 * gdb.base/style.c: New file.
665
666 2018-12-28 Tom Tromey <tom@tromey.com>
667
668 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
669 "dumb".
670 * gdb.base/readline.exp (operate_and_get_next): Save and restore
671 the TERM environment variable.
672
673 2018-12-27 Tom Tromey <tom@tromey.com>
674
675 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
676 pagination test.
677
678 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
681 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
682
683 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
684
685 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
686 Filename a.adb changed to bp_fun_addr.adb.
687 gdb.ada/bp_fun_addr.exp: Update test accordingly.
688
689 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
690
691 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
692 non-PIE executables.
693 * README: Mention the gdb,nopie_flag board setting.
694 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
695 non-PIE executable.
696 * gdb.arch/amd64-entry-value.exp: Likewise.
697 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
698 * gdb.arch/i386-float.exp: Likewise.
699 * gdb.arch/i386-signal.exp: Likewise.
700 * gdb.mi/mi-reg-undefined.exp: Likewise.
701
702 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
703
704 PR gdb/23974
705 * gdb.base/info-os.exp: Check return for unknown "info os" type.
706
707 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
708
709 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
710 Update order of results accordingly.
711
712 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * gdb.base/annota1.exp: Update a test regexp.
715
716 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
717
718 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
719
720 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
721
722 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
723 (reuse_time): Initialize to REUSE_TIME_CAP.
724 (check_rc): New function.
725 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
726 Check pthread_create rc.
727 (spawner_thread_func): Check pthread_create and pthread_join rc.
728
729 2018-12-08 Pedro Alves <palves@redhat.com>
730
731 * gdb.base/list.exp (test_forward_search): Rename to ...
732 (test_forward_reverse_search): ... this. Also test reverse-search
733 and the forward-search alias.
734
735 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
738 local timeout variable before return, and remove all local timeout
739 variable entirely.
740 (gdb_load): Likewise.
741
742 2018-12-01 Tom de Vries <tdevries@suse.de>
743
744 * gdb.base/gdb-caching-proc.exp: New file.
745
746 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
747
748 * Makefile.in (TIMESTAMP): New variable.
749 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
750 command.
751 (check-single-racy): Likewise.
752 (check/%.exp): Likewise.
753 (check-racy/%.exp): Likewise.
754 (workers/%.worker): Likewise.
755 (build-perf): Likewise.
756 (check-perf): Likewise.
757 * README: Describe new "TS" and "TS_FORMAT" variables.
758 * print-ts.py: New file.
759
760 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
761
762 PR python/23714
763 * gdb.python/python.exp: Test command repetition after
764 gdb.execute.
765
766 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * gdb.opt/inline-break.exp: Add test that info breakpoint output
769 is correctly aligned.
770
771 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
772
773 * gdb.ada/info_auto_lang.exp: New testcase.
774 * gdb.ada/info_auto_lang/global_pack.ads: New file.
775 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
776 * gdb.ada/info_auto_lang/some_c.c: New file.
777
778 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
779
780 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
781 FUNC_lang language syntax.
782
783 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
784
785 * gdb.base/info_minsym.c: New file.
786 * gdb.base/info_minsym.exp: New file.
787
788 2018-11-19 Tom Tromey <tom@tromey.com>
789
790 PR rust/23625:
791 * gdb.rust/simple.exp: Add ptype test. Update expected output.
792 * gdb.rust/expr.exp: Update expected output. Change one test.
793
794 2018-11-19 Tom Tromey <tom@tromey.com>
795
796 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
797
798 2018-11-19 Pedro Alves <palves@redhat.com>
799
800 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
801 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
802 see the expected warning.
803
804 2018-11-16 Alan Hayward <alan.hayward@arm.com>
805
806 PR gdb/22736:
807 * gdb.cp/infcall-nodebug-lib.c: New test.
808 * gdb.cp/infcall-nodebug-main.c: New test.
809 * gdb.cp/infcall-nodebug.exp: New file.
810
811 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
812
813 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
814 completer tests.
815
816 2018-11-09 Tom de Vries <tdevries@suse.de>
817
818 * gdb.base/msym-lang.c: New test.
819 * gdb.base/msym-lang.exp: New file.
820 * gdb.base/msym-lang-main.c: New test.
821
822 2018-11-08 Tom Tromey <tom@tromey.com>
823
824 PR gdb/23555:
825 PR gdb/23838:
826 * gdb.base/warning.exp: New file.
827
828 2018-11-08 Jan Beulich <jbeulich@suse.com>
829
830 * testsuite/gdb.arch/i386-avx512.c,
831 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
832
833 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
836 point hardware.
837
838 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
839
840 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
841 * gdb.dwarf2/missing-type-name.exp: New file.
842
843 2018-11-06 Tom de Vries <tdevries@suse.de>
844
845 * gdb.base/many-headers.c: New test.
846 * gdb.base/many-headers.exp: New file.
847
848 2018-11-06 Jim Wilson <jimw@sifive.com>
849
850 * gdb.base/code_elim.exp: For riscv, set additional_flags
851 to include -msmall-data-limit=0.
852
853 2018-11-01 Joel Brobecker <brobecker@adacore.com>
854
855 * gdb.ada/watch_minus_l: New testcase.
856
857 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
858
859 * gdb.arch/aix-sighandle.c: New file.
860 * gdb.arch/aix-sighandle.exp: New file.
861
862 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
863
864 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
865 registers being unions.
866
867 2018-10-31 Tom de Vries <tdevries@suse.de>
868
869 * lib/valgrind.exp: New file.
870 (vgdb_start, vgdb_stop): New procs, factored out of ...
871 * gdb.base/valgrind-bt.exp: ... here, ...
872 * gdb.base/valgrind-disp-step.exp: ... here and ...
873 * gdb.base/valgrind-infcall.exp: ... here.
874
875 2018-10-31 Tom de Vries <tdevries@suse.de>
876
877 * lib/gdb.exp (get_valueof): Don't output read value in test name.
878
879 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
880
881 * gdb.dwarf2/void-type.c: New file.
882 * gdb.dwarf2/void-type.exp: New file.
883
884 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
885
886 * gdb.base/info_qt.c: New file.
887 * gdb.base/info_qt.exp: New file.
888
889 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
890
891 * gdb.arch/powerpc-htm-regs.c: New file.
892 * gdb.arch/powerpc-htm-regs.exp: New file.
893
894 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
895
896 * gdb.arch/powerpc-tar.c: New file.
897 * gdb.arch/powerpc-tar.exp: New file.
898
899 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
900
901 * gdb.arch/powerpc-ppr-dscr.c: New file.
902 * gdb.arch/powerpc-ppr-dscr.exp: New file.
903
904 2018-10-25 Tom de Vries <tdevries@suse.de>
905
906 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
907
908 2018-10-24 Tom de Vries <tdevries@suse.de>
909
910 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
911 longer exists error.
912
913 2018-10-24 Tom de Vries <tdevries@suse.de>
914
915 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
916
917 2018-10-24 Tom de Vries <tdevries@suse.de>
918
919 * gdb.base/valgrind-db-attach.exp: Handle removed support for
920 --db-attach in valgrind.
921
922 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
923
924 * gdb.arch/riscv-reg-aliases.c: New file.
925 * gdb.arch/riscv-reg-aliases.exp: New file.
926
927 2018-10-19 Alan Hayward <alan.hayward@arm.com>
928
929 * gdb.python/py-cmd.exp: Check for gdb_prompt.
930
931 2018-10-19 Alan Hayward <alan.hayward@arm.com>
932
933 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
934
935 2018-10-19 Alan Hayward <alan.hayward@arm.com>
936
937 * gdb.cp/ovldbreak.exp: Fix regexps.
938
939 2018-10-19 Alan Hayward <alan.hayward@arm.com>
940
941 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
942
943 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
944
945 PR cli/23785
946 * gdb.base/restore.exp: New test to check if "restore" with an
947 invalid file doesn't segfault.
948
949 2018-10-18 Tom de Vries <tdevries@suse.de>
950
951 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
952 * gdb.ada/excep_handle.exp: Same.
953 * gdb.ada/mi_string_access.exp: Same.
954 * gdb.ada/mi_var_union.exp: Same.
955 * gdb.arch/arc-analyze-prologue.exp: Same.
956 * gdb.arch/arc-decode-insn.exp: Same.
957 * gdb.base/readnever.exp: Same.
958 * gdb.fortran/printing-types.exp: Same.
959 * gdb.guile/scm-lazy-string.exp: Same.
960
961 2018-10-16 Tom de Vries <tdevries@suse.de>
962
963 PR gdb/23730
964 * gdb.base/catch-follow-exec.c: Add copyright notice.
965 * gdb.base/catch-follow-exec.exp: Rewrite to use
966 gdb_spawn_with_cmdline_opts. Require gdb-native.
967
968 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
969
970 * gdb.trace/actions-changed.exp: Check for arch support.
971 * gdb.trace/actions.exp: Likewise.
972 * gdb.trace/ax.exp: Likewise.
973 * gdb.trace/backtrace.exp: Likewise.
974 * gdb.trace/change-loc.exp: Likewise.
975 * gdb.trace/deltrace.exp: Likewise.
976 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
977 * gdb.trace/ftrace.exp: Likewise.
978 * gdb.trace/infotrace.exp: Check for arch support.
979 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
980 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
981 * gdb.trace/mi-tsv-changed.exp: Likewise.
982 * gdb.trace/packetlen.exp: Likewise.
983 * gdb.trace/passc-dyn.exp: Likewise.
984 * gdb.trace/passcount.exp: Likewise.
985 * gdb.trace/pending.exp: Likewise.
986 * gdb.trace/range-stepping.exp: Check for shlib support.
987 * gdb.trace/report.exp: Check for arch support.
988 * gdb.trace/save-trace.exp: Likewise.
989 * gdb.trace/signal.exp: Check for signal support.
990 * gdb.trace/tfind.exp: Check for arch support.
991 * gdb.trace/trace-break.exp: Check for arch and shlib support.
992 * gdb.trace/trace-common.h: Add comment.
993 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
994 * gdb.trace/trace-enable-disable.exp: Likewise.
995 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
996 * gdb.trace/tracecmd.exp: Check for arch support.
997 * gdb.trace/tspeed.exp: Check for shlib and target support.
998 * gdb.trace/tstatus.exp: Check for arch support.
999 * gdb.trace/tsv.exp: Likewise.
1000 * gdb.trace/while-dyn.exp: Likewise.
1001 * gdb.trace/while-stepping.exp: Likewise.
1002 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1003
1004 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1005
1006 * gdb.trace/tspeed.exp: Remove nowarnings.
1007 (prepare_for_trace_test): Declare "global ipalib".
1008 * gdb.trace/tspeed.c: Include unistd.h.
1009 (main): Remove superfluous printf argument.
1010
1011 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1012
1013 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1014 directory prefix on the filename.
1015
1016 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1017
1018 * gdb.gdb/unittest.exp: Update expected message informing that
1019 selftests have been disabled.
1020 * gdb.server/unittest.exp: Likewise.
1021
1022 2018-10-09 Tom de Vries <tdevries@suse.de>
1023
1024 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1025 with runto_main.
1026
1027 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1028
1029 PR c++/16841
1030 * gdb.cp/virtbase2.cc: New file.
1031 * gdb.cp/virtbase2.exp: New file.
1032
1033 2018-10-06 Tom Tromey <tom@tromey.com>
1034
1035 PR python/19399:
1036 * gdb.python/py-inferior.exp: Add architecture test.
1037
1038 2018-10-06 Tom Tromey <tom@tromey.com>
1039
1040 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1041 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1042
1043 2018-10-06 Tom Tromey <tom@tromey.com>
1044
1045 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1046 of a "throw" catchpoint.
1047
1048 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1049
1050 * gdb.base/info-proc.exp: Update string expected from "help info
1051 proc".
1052
1053 2018-10-04 Tom Tromey <tom@tromey.com>
1054
1055 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1056 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1057 (test_initial_complaints, test_empty_complaints): Update.
1058 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1059
1060 2018-10-04 Tom Tromey <tom@tromey.com>
1061
1062 PR cli/19551:
1063 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1064 * lib/gdb.exp (gdb_file_cmd): Update.
1065 * gdb.stabs/weird.exp (print_weird_var): Update.
1066 * gdb.server/solib-list.exp: Update.
1067 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1068 * gdb.mi/mi-cli.exp: Update.
1069 * gdb.linespec/linespec.exp: Update.
1070 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1071 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1072 * gdb.cp/cp-relocate.exp: Update.
1073 * gdb.base/sym-file.exp: Update.
1074 * gdb.base/relocate.exp: Update.
1075 * gdb.base/readnever.exp: Update.
1076 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1077 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1078 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1079 * gdb.base/code_elim.exp: Update.
1080 * gdb.base/break-unload-file.exp (test_break): Update.
1081 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1082 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1083 Update.
1084 * gdb.base/attach.exp (do_attach_tests): Update.
1085 * gdb.base/sepdebug.exp: Update.
1086 * gdb.python/py-section-script.exp: Update.
1087
1088 2018-10-04 Tom Tromey <tom@tromey.com>
1089
1090 PR cli/22234:
1091 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1092 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1093 output.
1094
1095 2018-10-04 Tom Tromey <tom@tromey.com>
1096
1097 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1098 set width and height to 0.
1099 (test_command_line_attach_run): Use -quiet.
1100
1101 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1102
1103 * lib/gdb.exp (skip_ifunc_tests): New.
1104 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1105 other compile failures.
1106 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1107
1108 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1109
1110 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1111 is_amd64_regs_target.
1112
1113 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1114
1115 * gdb.arch/aarch64-sighandler-regs.c: New test.
1116 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1117 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1118
1119 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1120
1121 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1122 assembly.
1123
1124 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * gdb.base/frame-selection.exp: New file.
1127 * gdb.base/frame-selection.c: New file.
1128
1129 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1130
1131 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1132 pthread barrier.
1133 (main): Likewise.
1134
1135 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.base/large-frame-1.c: New file.
1138 * gdb.base/large-frame-2.c: New file.
1139 * gdb.base/large-frame.exp: New file.
1140 * gdb.base/large-frame.h: New file.
1141
1142 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1143
1144 PR gdb/20948
1145 * gdb.base/write_mem.exp: New test.
1146 * gdb.base/write_mem.c: Likewise.
1147
1148 2018-09-23 Tom Tromey <tom@tromey.com>
1149
1150 PR python/18852:
1151 * gdb.python/py-parameter.exp: Add test for parameter that throws
1152 on "set".
1153
1154 2018-09-23 Tom Tromey <tom@tromey.com>
1155
1156 PR python/17284:
1157 * gdb.python/py-template.exp (test_template_arg): Add test for
1158 negative template argument number.
1159
1160 2018-09-23 Tom Tromey <tom@tromey.com>
1161
1162 PR python/14062:
1163 * gdb.python/python.exp: Add test for post_event error.
1164
1165 2018-09-23 Tom Tromey <tom@tromey.com>
1166
1167 PR python/18170:
1168 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1169 convert pointers to int and long.
1170
1171 2018-09-23 Tom Tromey <tom@tromey.com>
1172
1173 PR python/20126:
1174 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1175 signed-ness conversion tests.
1176
1177 2018-09-23 Tom Tromey <tom@tromey.com>
1178
1179 PR python/18352;
1180 * gdb.python/py-value.exp (test_float_conversion): New proc.
1181 Use it.
1182
1183 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1184
1185 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1186
1187 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1188
1189 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1190 no readline.
1191 * gdb.base/utf8-identifiers.exp: Likewise.
1192 * gdb.cp/cpcompletion.exp: Likewise.
1193 * gdb.linespec/cpcompletion.exp: Likewise.
1194 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1195 * gdb.linespec/cpls-ops.exp: Likewise.
1196
1197 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1198 Chris January <chris.january@arm.com>
1199
1200 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1201 * gdb.fortran/short-circuit-argument-list.exp: New file.
1202 * gdb.fortran/short-circuit-argument-list.f90: New test.
1203
1204 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1205
1206 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1207 "arch=" keyword when executing "-stack-list-frames".
1208
1209 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1210
1211 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1212 "arch=" keyword when executing "-stack-list-frames".
1213
1214 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1215
1216 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1217 break ada".
1218
1219 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1220
1221 PR python/23669
1222 * gdb.python/python.exp: Test gdb.execute("show commands").
1223
1224 2018-09-16 Tom Tromey <tom@tromey.com>
1225
1226 * gdb.base/new-ui.exp (do_execution_tests): Update.
1227 * gdb.base/dbx.exp (test_breakpoints): Update.
1228
1229 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1230
1231 * lib/gdb.exp (gdb_simple_compile): Add proc.
1232 (is_elf_target): Use gdb_simple_compile.
1233 (skip_altivec_tests): Likewise.
1234 (skip_vsx_tests): Likewise.
1235 (skip_tsx_tests): Likewise.
1236 (skip_btrace_tests): Likewise.
1237 (skip_btrace_pt_tests): Likewise.
1238 (gdb_can_simple_compile): Likewise.
1239 (gdb_has_argv0): Likewise.
1240 (gdb_target_symbol_prefix): Likewise.
1241 (target_supports_scheduler_locking): Likewise.
1242
1243 2018-09-13 Tom Tromey <tom@tromey.com>
1244
1245 * Makefile.in (TAGS): Recognize proc_with_prefix and
1246 gdb_caching_proc.
1247
1248 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1249
1250 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1251 method.
1252
1253 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1254
1255 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1256 and a few other Inferior properties when the Inferior is no
1257 longer valid.
1258
1259 2018-09-13 Tom Tromey <tom@tromey.com>
1260
1261 PR rust/23650:
1262 * gdb.rust/simple.exp: Add test for enum field access error.
1263
1264 2018-09-13 Tom Tromey <tom@tromey.com>
1265
1266 PR rust/23626:
1267 * gdb.rust/simple.rs (EmptyEnum): New type.
1268 (main): Use it.
1269 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1270
1271 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1272
1273 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1274 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1275 * gdb.python/py-symtab.exp: Update test printing an objfile.
1276
1277 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1278
1279 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1280 object.
1281
1282 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1283
1284 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1285 (support_complex_tests): Use gdb_can_simple_compile.
1286 (is_ilp32_target): Likewise.
1287 (is_lp64_target): Likewise.
1288 (is_64_target): Likewise.
1289 (is_amd64_regs_target): Likewise.
1290 (is_aarch32_target): Likewise.
1291 (gdb_int128_helper): Likewise.
1292
1293 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1294
1295 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1296
1297 2018-09-10 Jerome Guitton <guitton@adacore.com>
1298
1299 * gdb.ada/same_component_name: Add test for case of tagged record
1300 with variable-length fields.
1301
1302 2018-09-10 Xavier Roirand <roirand@adacore.com>
1303
1304 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1305 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1306 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1307 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1308
1309 2018-09-10 Xavier Roirand <roirand@adacore.com>
1310
1311 * gdb.ada/mi_string_access.exp: New testcase.
1312 * gdb.ada/mi_string_access/bar.adb: New file.
1313 * gdb.ada/mi_string_access/pck.adb: New file.
1314 * gdb.ada/mi_string_access/pck.asd: New file.
1315
1316 2018-09-10 Xavier Roirand <roirand@adacore.com>
1317
1318 * gdb.ada/mi_var_union.exp: New testcase.
1319 * gdb.ada/mi_var_union/bar.adb: New file.
1320 * gdb.ada/mi_var_union/pck.adb: New file.
1321 * gdb.ada/mi_var_union/pck.asd: New file.
1322
1323 2018-09-08 Tom Tromey <tom@tromey.com>
1324
1325 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1326
1327 2018-09-08 Tom Tromey <tom@tromey.com>
1328
1329 PR python/16047:
1330 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1331 (register_pretty_printers): Register new printer.
1332 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1333 test.
1334 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1335 (an_int_type3): New global.
1336
1337 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1338
1339 * gdb.ada/expr_with_funcall: New testcase.
1340
1341 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1342
1343 * gdb.ada/packed_array_assign: New testcase.
1344
1345 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1346
1347 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1348 names, and add test prefixes to make test names unique.
1349
1350 2018-09-05 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.dwarf2/varval.exp: Add test.
1353
1354 2018-09-04 Gary Benson <gbenson@redhat.com>
1355
1356 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1357 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1358
1359 2018-08-31 Tom Tromey <tom@tromey.com>
1360
1361 * gdb.rust/simple.rs: Rename second variable "v".
1362
1363 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.base/funcargs.c (use_a): New function.
1366 (recurse): Call use_a.
1367
1368 2018-08-29 Keith Seitz <keiths@redhat.com>
1369
1370 * gdb.compile/compile-cplus-anonymous.cc: New file.
1371 * gdb.compile/compile-cplus-anonymous.exp: New file.
1372 * gdb.compile/compile-cplus-array-decay.cc: New file.
1373 * gdb.compile/compile-cplus-array-decay.exp: New file.
1374 * gdb.compile/compile-cplus-inherit.cc: New file.
1375 * gdb.compile/compile-cplus-inherit.exp: New file.
1376 * gdb.compile/compile-cplus-member.cc: New file.
1377 * gdb.compile/compile-cplus-member.exp: New file.
1378 * gdb.compile/compile-cplus-method.cc: New file.
1379 * gdb.compile/compile-cplus-method.exp: New file.
1380 * gdb.compile/compile-cplus-mod.c: "New" file.
1381 * gdb.compile/compile-cplus-namespace.cc: New file.
1382 * gdb.compile/compile-cplus-namespace.exp: New file.
1383 * gdb.compile/compile-cplus-nested.cc: New file.
1384 * gdb.compile/compile-cplus-nested.exp: New file.
1385 * gdb.compile/compile-cplus-print.c: "New" file.
1386 * gdb.compile/compile-cplus-print.exp: "New" file.
1387 * gdb.compile/compile-cplus-virtual.cc: New file.
1388 * gdb.compile/compile-cplus-virtual.exp: New file.
1389 * gdb.compile/compile-cplus.c: "New" file.
1390 * gdb.compile/compile-cplus.exp: "New" file.
1391 * lib/compile-support.exp: New file.
1392
1393 2018-08-16 Gary Benson <gbenson@redhat.com>
1394
1395 PR gdb/13000:
1396 * gdb.base/batch-exit-status.exp: New file.
1397 * gdb.base/batch-exit-status.good-commands: Likewise.
1398 * gdb.base/batch-exit-status.bad-commands: Likewise.
1399
1400 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1401
1402 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1403 (struct struct02): Likewise.
1404 (struct struct03): Likewise.
1405 (struct struct04): Likewise.
1406 (struct struct_01_01): New struct.
1407 (struct struct_01_02): Likewise.
1408 (struct struct_01_03): Likewise.
1409 (struct struct_01_04): Likewise.
1410 (struct struct_02_01): Likewise.
1411 (struct struct_02_02): Likewise.
1412 (struct struct_02_03): Likewise.
1413 (struct struct_02_04): Likewise.
1414 (struct struct_04_01): Likewise.
1415 (struct struct_04_02): Likewise.
1416 (struct struct_04_03): Likewise.
1417 (struct struct_04_04): Likewise.
1418 (struct struct_05_01): Likewise.
1419 (struct struct_05_02): Likewise.
1420 (struct struct_05_03): Likewise.
1421 (struct struct_05_04): Likewise.
1422 (cmp_struct01): Remove function.
1423 (cmp_struct02): Likewise.
1424 (cmp_struct03): Likewise.
1425 (cmp_struct04): Likewise.
1426 (cmp_struct_01_01): Add Function.
1427 (cmp_struct_01_02): Likewise.
1428 (cmp_struct_01_03): Likewise.
1429 (cmp_struct_01_04): Likewise.
1430 (cmp_struct_02_01): Likewise.
1431 (cmp_struct_02_02): Likewise.
1432 (cmp_struct_02_03): Likewise.
1433 (cmp_struct_02_04): Likewise.
1434 (cmp_struct_04_01): Likewise.
1435 (cmp_struct_04_02): Likewise.
1436 (cmp_struct_04_03): Likewise.
1437 (cmp_struct_04_04): Likewise.
1438 (cmp_struct_05_01): Likewise.
1439 (cmp_struct_05_02): Likewise.
1440 (cmp_struct_05_03): Likewise.
1441 (cmp_struct_05_04): Likewise.
1442 (call_all): Add new structs.
1443 * gdb.base/infcall-nested-structs.exp: Likewise.
1444
1445 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1446
1447 * gdb.python/py-framefilter-mi.exp: Update regexp to
1448 check for "arch" field in frame output.
1449
1450 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1451
1452 * gdb.dwarf2/dw2-ranges-func.c: New file.
1453 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1454
1455 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1456
1457 * gdb.base/term.exp: Compare terminal settings with values from
1458 the inferior.
1459 * gdb.base/term.c: Get and set terminal settings.
1460
1461 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1462
1463 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1464 accommodate new "arch" field in frame output.
1465 * gdb.mi/mi-return.exp: Likewise.
1466 * gdb.mi/mi-stack.exp: Likewise.
1467 * gdb.mi/mi-syn-frame.exp: Likewise.
1468 * gdb.mi/user-selected-context-sync.exp: Likewise.
1469
1470 2018-08-19 Michael Spang <spang@google.com>
1471
1472 PR gdb/11786
1473 * gdb.base/gcore-tls-pie.c: New file.
1474 * gdb.base/gcore-tls-pie.exp: New file.
1475
1476 2018-08-18 Kevin Buettner <kevinb@redhat.com>
1477
1478 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1479 * gdb.dwarf2/varval.c: New file.
1480 * gdb.dwarf2/varval.exp: New file.
1481
1482 2018-08-17 Alan Hayward <alan.hayward@arm.com>
1483
1484 PR gdb/18931
1485 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1486
1487 2018-08-16 Keith Seitz <keiths@redhat.com>
1488
1489 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1490 tests expected to pass.
1491
1492 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1493
1494 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1495 -data-disassemble -a.
1496 (test_disassembly_bogus_args): Likewise.
1497
1498 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1499
1500 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1501
1502 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.base/vla-optimized-out.exp: Add new test.
1505
1506 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1507
1508 * gdb.base/vla-optimized-out-o3.exp: Delete.
1509 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1510 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1511 deleted tests.
1512
1513 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 PR gdb/18050:
1516 * gdb.server/extended-remote-restart.c: New file.
1517 * gdb.server/extended-remote-restart.exp: New file.
1518
1519 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1520
1521 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1522 "set variable index = 42".
1523
1524 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1525
1526 * boards/index-cache-gdb.exp: New file.
1527 * gdb.dwarf2/index-cache.exp: New file.
1528 * gdb.dwarf2/index-cache.c: New file.
1529 * gdb.base/maint.exp: Check if we are using the index cache.
1530
1531 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1532
1533 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1534 MAKEFLAGS.
1535
1536 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1537
1538 * dg-extract-results.sh: Move to toplevel contrib.
1539 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1540 * Makefile.in (check-parallel-racy): Likewise.
1541
1542 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1545 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1546 tests if the target supports scheduler locking.
1547
1548 2018-08-04 Tom de Vries <tdevries@suse.de>
1549
1550 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1551
1552 2018-08-02 Tom Tromey <tom@tromey.com>
1553
1554 PR symtab/16842.
1555 * gdb.cp/temargs.exp: Test "info address" of a template
1556 parameter.
1557
1558 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1559
1560 * gdb.python/py-mi-var-info-path-expression.c: New file.
1561 * gdb.python/py-mi-var-info-path-expression.py: New file.
1562 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1563
1564 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1565
1566 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1567 error after "cannot resolve name" string.
1568
1569 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1572 started.
1573 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1574
1575 2018-07-28 Tom de Vries <tdevries@suse.de>
1576
1577 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1578
1579 2018-07-26 Tom de Vries <tdevries@suse.de>
1580
1581 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1582
1583 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1584
1585 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1586 is visible.
1587
1588 2018-07-26 Tom de Vries <tdevries@suse.de>
1589
1590 PR breakpoints/23366
1591 * gdb.base/catch-follow-exec.c: New test.
1592 * gdb.base/catch-follow-exec.exp: New file.
1593
1594 2018-07-25 Tom de Vries <tdevries@suse.de>
1595
1596 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1597 vla-optimized-out.c.
1598
1599 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1600
1601 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1602 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1603
1604 2018-07-20 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1607 NOCLONE macro.
1608 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1609
1610 2018-07-19 Tom de Vries <tdevries@suse.de>
1611
1612 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1613 regular expression.
1614
1615 2018-07-18 Tom de Vries <tdevries@suse.de>
1616
1617 * gdb.base/vla-optimized-out.c: New test.
1618 * gdb.base/vla-optimized-out.exp: New file.
1619
1620 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1621
1622 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1623 message "No address associated with hostname" when gdbserver
1624 cannot resolve the hostname.
1625
1626 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1627
1628 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1629 Add some test prefixes to make tests unique.
1630
1631 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1632
1633 * gdb.base/frameapply.c: New file.
1634 * gdb.base/frameapply.exp: New file.
1635
1636 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1637
1638 * gdb.base/skip.exp: Update expected error message.
1639
1640 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1641 Jan Kratochvil <jan.kratochvil@redhat.com>
1642 Paul Fertser <fercerpav@gmail.com>
1643 Tsutomu Seki <sekiriki@gmail.com>
1644
1645 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1646 parameter.
1647 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1648 by default.
1649 * boards/native-gdbserver.exp: Likewise.
1650 * gdb.server/run-without-local-binary.exp: Improve regexp used
1651 for detecting when a remote debugging connection succeeds.
1652 * gdb.server/server-connect.exp: New file.
1653 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1654 Do not prefix the port number with ":".
1655 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1656 support for detecting and using it. Add '$debughost_gdbserver'
1657 to the list of arguments used to start gdbserver. Handle case
1658 when gdbserver cannot resolve a network name.
1659
1660 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1661
1662 PR c++/23373
1663 * gdb.base/ptype-offsets.cc (struct static_member): New
1664 struct.
1665 (main) <stmember>: New variable.
1666 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1667 with a static member in it.
1668
1669 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1670
1671 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1672 watchpoints enabled and disabled.
1673
1674 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1675
1676 * gdb.base/examine-backward.exp: Still run tests around address
1677 0x0, even if address 0x0 is not readable. Update the pattern for
1678 matching address 0x0 in expected output.
1679
1680 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1681
1682 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1683 malloc/free.
1684
1685 2018-07-04 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1688
1689 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1690
1691 PR tdep/8282
1692 * gdb.arch/mips-disassembler-options.exp: New test.
1693 * gdb.arch/mips-disassembler-options.s: New test source.
1694
1695 2018-06-29 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.threads/names.exp: Adjust expected "info threads" output.
1698
1699 2018-06-29 Pedro Alves <palves@redhat.com>
1700
1701 * gdb.opt/inline-break.exp (line number, address): Add "info
1702 break" tests.
1703
1704 2018-06-29 Pedro Alves <palves@redhat.com>
1705
1706 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1707 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1708 number and address and running to them.
1709
1710 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1711
1712 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1713
1714 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1715
1716 * lib/compiler.c: Remove executable permission flag.
1717
1718 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1719
1720 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1721 code.
1722 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1723
1724 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1725
1726 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1727
1728 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1729
1730 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1731 address argument is omitted.
1732
1733 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1734
1735 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1736
1737 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1738
1739 PR gdb/21695
1740 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1741 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1742
1743 2018-06-26 Tom Tromey <tom@tromey.com>
1744
1745 PR rust/22574:
1746 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1747 * gdb.rust/simple.rs (struct SimpleLayout): New.
1748
1749 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1750
1751 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1752 "info registers" output.
1753
1754 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1755
1756 * gdb.base/watchpoint-hw-attach.c: New test.
1757 * gdb.base/watchpoint-hw-attach.exp: New file.
1758
1759 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1760
1761 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1762 through /bin/sh.
1763 * boards/dwarf4-gdb-index.exp: Likewise.
1764 * boards/fission-dwp.exp: Likewise.
1765
1766 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1767
1768 * gdb.base/float128.exp: Add comment and improved fail message
1769 to the failure case of "print large128" test.
1770
1771 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1772
1773 * configure.ac: Remove AC_PREREQ.
1774 * configure: Re-generate.
1775
1776 2018-06-19 Pedro Alves <palves@redhat.com>
1777
1778 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1779 (func_extern_caller): New.
1780 (main): Call func_extern_caller.
1781 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1782 logic change.
1783
1784 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1785
1786 PR gdb/16841
1787 * gdb.cp/typedef-base.cc: New file.
1788 * gdb.cp/typedef-base.exp: New file.
1789
1790 2018-06-18 Tom de Vries <tdevries@suse.de>
1791
1792 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1793
1794 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1795 Richard Bunt <Richard.Bunt@arm.com>
1796
1797 * gdb.threads/attach-slow-waitpid.c: New file.
1798 * gdb.threads/attach-slow-waitpid.exp: New file.
1799 * gdb.threads/slow-waitpid.c: New file.
1800
1801 2018-06-14 Pedro Alves <palves@redhat.com>
1802
1803 * gdb.base/fork-running-state.c: Include <errno.h>.
1804 (exit_if_relative_exits): New.
1805 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1806 exits.
1807 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1808 child exits.
1809
1810 2018-06-14 Tom de Vries <tdevries@suse.de>
1811
1812 PR cli/22573
1813 * gdb.base/finish-pretty.c: New test.
1814 * gdb.base/finish-pretty.exp: New file.
1815
1816 2018-06-14 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1819 gdb's expected startup output.
1820
1821 2018-06-14 Pedro Alves <palves@redhat.com>
1822
1823 * lib/selftest-support.exp (selftest_setup): Remove inlined
1824 function handling.
1825
1826 2018-06-14 Tom de Vries <tdevries@suse.de>
1827
1828 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1829 matching of breakpoint printing.
1830
1831 2018-06-13 Tom de Vries <tdevries@suse.de>
1832
1833 PR testsuite/23269
1834 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1835 (fork_child): ... here, and ...
1836 (fork_parent): ... here.
1837
1838 2018-06-12 Tom de Vries <tdevries@suse.de>
1839
1840 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1841
1842 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1843 Stephen Roberts <stephen.roberts@arm.com>
1844
1845 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1846 rewrite test to describe action performed, rather than possible
1847 failure.
1848
1849 2018-06-08 Gary Benson <gbenson@redhat.com>
1850
1851 * gdb.threads/check-libthread-db.exp: New file.
1852 * gdb.threads/check-libthread-db.c: Likewise.
1853
1854 2018-06-05 Tom Tromey <tom@tromey.com>
1855
1856 * gdb.base/default.exp: Update expected "show version" output.
1857
1858 2018-06-05 Tom Tromey <tom@tromey.com>
1859
1860 PR cli/12326:
1861 * gdb.cp/static-print-quit.exp: Update.
1862 * lib/gdb.exp (pagination_prompt): Update.
1863 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1864 * gdb.python/python.exp: Update.
1865
1866 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1867
1868 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1869
1870 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1871
1872 * gdb.ada/bp_fun_addr: New testcase.
1873
1874 2018-06-01 Tom Tromey <tom@tromey.com>
1875
1876 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1877 results.
1878 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1879 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1880 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1881 * gdb.base/maint.exp (maint_pass_if): Update.
1882
1883 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1884
1885 * gdb.base/endian.exp: New test.
1886 * gdb.base/endian.c: New test source.
1887
1888 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1889
1890 PR gdb/23203
1891 * gdb.base/bt-selected-frame.c: New file.
1892 * gdb.base/bt-selected-frame.exp: New file.
1893 * lib/gdb.exp (get_current_frame_number): New function.
1894
1895 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1896 Pedro Alves <palves@redhat.com>
1897
1898 * gdb.threads/tls-core.c: Include <stdlib.h>
1899 (thread_proc): Call `abort'.
1900 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1901 (tls_core_test): New procedure, bits factored out from ...
1902 (top level): ... here. Test both native cores and gcore cores.
1903
1904 2018-05-23 Tom Tromey <tom@tromey.com>
1905
1906 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1907
1908 2018-05-23 Tom Tromey <tom@tromey.com>
1909
1910 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1911 symfile_complaints.
1912 (test_short_complaints): Likewise.
1913 (test_empty_complaints): Likewise.
1914 (test_initial_complaints): Update.
1915
1916 2018-05-23 Tom Tromey <tom@tromey.com>
1917
1918 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1919
1920 2018-05-23 Tom Tromey <tom@tromey.com>
1921
1922 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1923 (test_short_complaints): Update.
1924
1925 2018-05-22 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.base/remote.exp: Only gdb_start after compiling the
1928 testcase. Issue "disconnect" before testing "set remote" command
1929 defaults. Issue clean_restart before running to main.
1930
1931 2018-05-22 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.base/remote.exp: Adjust expected output of "show remote
1934 memory-write-packet-size". Add tests for "set remote
1935 memory-write-packet-size 0" and "set remote
1936 memory-write-packet-size fixed/limit".
1937
1938 2018-05-22 Pedro Alves <palves@redhat.com>
1939
1940 PR gdb/22973
1941 * gdb.base/utf8-identifiers.c: New file.
1942 * gdb.base/utf8-identifiers.exp: New file.
1943
1944 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1945
1946 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1947
1948 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1949
1950 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1951
1952 2018-05-18 Tom Tromey <tom@tromey.com>
1953
1954 * gdb.base/ptype-offsets.exp: Update.
1955
1956 2018-05-17 Keith Seitz <keiths@redhat.com>
1957
1958 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1959 in expected breakpoint stop locations.
1960 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1961 move to proper scope to test variable values.
1962 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1963 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1964 New functions.
1965 (main): Call not_inline_func3.
1966 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1967 inline_func1, inline_func2, and inline_func3. Test that when each
1968 breakpoint is hit, GDB properly reports both the stop location
1969 and the backtrace. Repeat tests for temporary breakpoints.
1970
1971 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1972
1973 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1974 rather then trying to access it in determining whether the PID
1975 of `gdbserver' could have been retrieved.
1976
1977 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1978
1979 * gdb.arch/amd64-init-x87-values.S: New file.
1980 * gdb.arch/amd64-init-x87-values.exp: New file.
1981
1982 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1983
1984 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1985
1986 2018-05-04 Tom Tromey <tom@tromey.com>
1987
1988 PR python/22730:
1989 * gdb.python/python.exp: Test multi-line execute.
1990
1991 2018-05-04 Tom Tromey <tom@tromey.com>
1992
1993 PR python/22731:
1994 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1995
1996 2018-05-04 Tom Tromey <tom@tromey.com>
1997
1998 PR gdb/11750:
1999 * gdb.base/define.exp: Test defining a user command inside a user
2000 command.
2001 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2002
2003 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2004 Pedro Alves <palves@redhat.com>
2005
2006 PR breakpoints/19806 and support for PR external/20207.
2007 * gdb.base/watchpoint-unaligned.c: New file.
2008 * gdb.base/watchpoint-unaligned.exp: New file.
2009
2010 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2011
2012 * gdb.base/maint.exp: Make test names unique, use
2013 test_prefix_command_help to test 'help maint info', and remove
2014 repeated test of 'help maint'.
2015
2016 2018-05-04 Tom Tromey <tom@tromey.com>
2017
2018 PR gdb/22619:
2019 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2020 behavior.
2021
2022 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2023
2024 * gdb.base/maint.exp: Process output from 'maint print registers'
2025 line at a time.
2026
2027 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2028
2029 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2030 timeout.
2031
2032 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2033
2034 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2035 filter pattern.
2036
2037 2018-05-02 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2040 to_log_command renames.
2041 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2042
2043 2018-05-02 Tom Tromey <tom@tromey.com>
2044
2045 * gdb.python/py-parameter.exp: Set test message.
2046
2047 2018-05-02 Tom Tromey <tom@tromey.com>
2048
2049 PR python/20084:
2050 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2051 PARAM_ZUINTEGER_UNLIMITED tests.
2052
2053 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2054
2055 PR rust/23124
2056 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2057 when casting.
2058
2059 2018-04-30 Tom Tromey <tom@tromey.com>
2060
2061 * gdb.python/py-type.exp: Check align attribute.
2062 * gdb.python/py-type.c: New "aligncheck" global.
2063
2064 2018-04-30 Tom Tromey <tom@tromey.com>
2065
2066 PR exp/17095:
2067 * gdb.dwarf2/dw2-align.exp: New file.
2068 * gdb.cp/align.exp: New file.
2069 * gdb.base/align.exp: New file.
2070 * lib/gdb.exp (gdb_int128_helper): New proc.
2071 (has_int128_c, has_int128_cxx): New caching procs.
2072
2073 2018-04-27 Tom Tromey <tom@tromey.com>
2074
2075 PR rust/22545:
2076 * gdb.rust/simple.exp: Add inclusive range tests.
2077
2078 2018-04-26 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2081 ifunc breakpoint locations correctly of ifunc breakpoints set
2082 while the program resolves the ifunc.
2083
2084 2018-04-26 Pedro Alves <palves@redhat.com>
2085
2086 * gdb.base/gnu-ifunc-final.c: New file.
2087 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2088 * gdb.base/gnu-ifunc.exp (executable): Delete.
2089 (staticexecutable): Adjust.
2090 (lib_opts, exec_opts): Delete.
2091 (make_binsuffix, build, set-break): New procedures.
2092 (misc_tests): New, with tests factored out from the top level.
2093 (top level): Test different combinations of ifunc resolver name,
2094 resolver with and with debug info, and ifunc target with and
2095 without debug info. Wrap static tests with with_target_prefix.
2096
2097 2018-04-26 Pedro Alves <palves@redhat.com>
2098
2099 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2100 return type" warnings.
2101
2102 2018-04-25 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2105 killed".
2106 * gdb.base/kill-after-signal.exp: Likewise.
2107 * gdb.threads/kill.exp: Likewise.
2108
2109 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2110 Sergio Durigan Junior <sergiodj@redhat.com>
2111 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2114 regexps to expect for '[Inferior ... detached]' as well.
2115 * gdb.base/attach.exp: Likewise.
2116 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2117 "gdb_continue_to_end".
2118 (test_catch_syscall_with_wrong_args): Likewise.
2119 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2120 ']'. Don't set 'verbose' on.
2121 * gdb.base/foll-vfork.exp: Likewise.
2122 * gdb.base/fork-print-inferior-events.c: New file.
2123 * gdb.base/fork-print-inferior-events.exp: New file.
2124 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2125 '[Inferior ... has been killed]' message.
2126 * gdb.base/kill-after-signal.exp: Likewise.
2127 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2128 detach message.
2129 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2130 message.
2131 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2132 regexps to expect for '[Inferior ... detached]' as well.
2133 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2134
2135 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2136
2137 PR gdb/23104
2138 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2139
2140 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2141
2142 * gdb.threads/multiple-successive-infcall.c: New test.
2143 * gdb.threads/multiple-successive-infcall.exp: New file.
2144
2145 2018-04-17 Tom Tromey <tom@tromey.com>
2146
2147 * gdb.rust/simple.rs (Union): New type.
2148 (main): New local "u".
2149 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2150
2151 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2152
2153 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2154 number information in output of "whereis" command.
2155 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2156
2157 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2158
2159 * gdb.ada/info_types.exp: Adjust expected output to the line
2160 numbers now printed by "info var/func/type".
2161 * gdb.base/completion.exp: Likewise.
2162 * gdb.base/included.exp: Likewise.
2163 * gdb.cp/cp-relocate.exp: Likewise.
2164 * gdb.cp/cplusfuncs.exp: Likewise.
2165 * gdb.cp/namespace.exp: Likewise.
2166 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2167
2168 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2169
2170 * gdb.btrace/cpu.exp: New.
2171
2172 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2173
2174 * gdb.base/step-indirect-call-thunk.exp: New.
2175 * gdb.base/step-indirect-call-thunk.c: New.
2176 * gdb.reverse/step-indirect-call-thunk.exp: New.
2177 * gdb.reverse/step-indirect-call-thunk.c: New.
2178
2179 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2180
2181 * gdb.base/pie-fork.c: New file.
2182 * gdb.base/pie-fork.exp: New file.
2183
2184 2018-04-11 Tom Tromey <tom@tromey.com>
2185
2186 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2187
2188 2018-04-10 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2191 exits. Instead loop running forever.
2192 (fork_parent): Run forever too.
2193
2194 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2195
2196 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2197 mi_continue_to_line.
2198 * gdb.mi/mi-stack.c (callee4): Add comment.
2199
2200 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2201
2202 * gdb.mi/mi-stack.exp: Fix indentation.
2203
2204 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2205
2206 PR gdb/22979
2207 * gdb.arch/amd64-osabi.exp: New file.
2208
2209 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2210
2211 PR gdb/22980
2212 * gdb.base/osabi.exp: New file.
2213
2214 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2215
2216 * gdb.cp/static-typedef-print.exp: New file.
2217 * gdb.cp/static-typedef-print.cc: New file.
2218
2219 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2220
2221 * gdb.ada/varsize_limit: New testcase.
2222
2223 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2224
2225 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2226
2227 * gdb.ada/notcplusplus: New testcase.
2228
2229 * gdb.base/c-linkage-name.c: New file.
2230 * gdb.base/c-linkage-name.exp: New testcase.
2231
2232 2018-03-26 Tom Tromey <tom@tromey.com>
2233
2234 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2235 * gdb.python/py-framefilter.py (name_error): New global.
2236 (ErrorInName.function): Use name_error.
2237
2238 2018-03-26 Tom Tromey <tom@tromey.com>
2239
2240 PR backtrace/15582:
2241 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2242
2243 2018-03-23 Keith Seitz <keiths@redhat.com>
2244
2245 PR c++/22968
2246 * gdb.cp/subtypes.exp: New file.
2247 * gdb.cp/subtypes.h: New file.
2248 * gdb.cp/subtypes.cc: New file.
2249 * gdb.cp/subtypes-2.cc: New file.
2250
2251 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2252
2253 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2254 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2255 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2256 -nostartfiles when compiling the test. Confirm that all registers
2257 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2258
2259 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2262 option, syntax was wrong anyway.
2263 * gdb.arch/arm-disp-step.exp: Likewise.
2264 * gdb.arch/sparc64-regs.exp: Likewise.
2265 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2266 option, syntax was wrong anyway, switch to use
2267 prepare_for_testing.
2268 * gdb.arch/i386-disp-step.exp: Likewise.
2269
2270 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2271
2272 * gdb.ada/exec_changed.exp: Replace "target_info exists
2273 use_gdb_stub" by "use_gdb_stub".
2274 * gdb.ada/start.exp: Likewise.
2275 * gdb.base/async-shell.exp: Likewise.
2276 * gdb.base/attach-pie-misread.exp: Likewise.
2277 * gdb.base/attach-wait-input.exp: Likewise.
2278 * gdb.base/break-entry.exp: Likewise.
2279 * gdb.base/break-interp.exp: Likewise.
2280 * gdb.base/dprintf-detach.exp: Likewise.
2281 * gdb.base/nostdlib.exp: Likewise.
2282 * gdb.base/solib-nodir.exp: Likewise.
2283 * gdb.base/statistics.exp: Likewise.
2284 * gdb.base/testenv.exp: Likewise.
2285 * gdb.mi/mi-exec-run.exp: Likewise.
2286 * gdb.mi/mi-start.exp: Likewise.
2287 * gdb.multi/dummy-frame-restore.exp: Likewise.
2288 * gdb.multi/multi-arch-exec.exp: Likewise.
2289 * gdb.multi/multi-arch.exp: Likewise.
2290 * gdb.multi/tids.exp: Likewise.
2291 * gdb.multi/watchpoint-multi.exp: Likewise.
2292 * gdb.python/py-events.exp: Likewise.
2293 * gdb.threads/attach-into-signal.exp: Likewise.
2294 * gdb.threads/attach-stopped.exp: Likewise.
2295 * gdb.threads/threadapply.exp: Likewise.
2296 * lib/selftest-support.exp: Likewise.
2297
2298 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2299
2300 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2301
2302 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2303
2304 * gdb.perf/template-breakpoints.cc: New file.
2305 * gdb.perf/template-breakpoints.exp: New file.
2306 * gdb.perf/template-breakpoints.py: New file.
2307
2308 2018-03-19 Tom Tromey <tom@tromey.com>
2309
2310 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2311 y0.
2312 * gdb.rust/simple.exp: Test bare identifier form of struct
2313 initializer.
2314
2315 2018-03-19 Tom Tromey <tom@tromey.com>
2316
2317 * gdb.gdb/observer.exp: Remove.
2318
2319 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2320
2321 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2322 "qualified" option when setting breakpoints.
2323 * gdb.trace/backtrace.exp: Likewise.
2324 * gdb.trace/circ.exp: Likewise.
2325 * gdb.trace/collection.exp: Likewise.
2326 * gdb.trace/disconnected-tracing.exp: Likewise.
2327 * gdb.trace/ftrace-lock.exp: Likewise.
2328 * gdb.trace/ftrace.exp: Likewise.
2329 * gdb.trace/infotrace.exp: Likewise.
2330 * gdb.trace/packetlen.exp: Likewise.
2331 * gdb.trace/passc-dyn.exp: Likewise.
2332 * gdb.trace/qtro.exp: Likewise.
2333 * gdb.trace/read-memory.exp: Likewise.
2334 * gdb.trace/report.exp: Likewise.
2335 * gdb.trace/signal.exp: Likewise.
2336 * gdb.trace/status-stop.exp: Likewise.
2337 * gdb.trace/strace.exp: Likewise.
2338 * gdb.trace/tfind.exp: Likewise.
2339 * gdb.trace/trace-break.exp: Likewise.
2340 * gdb.trace/trace-condition.exp: Likewise.
2341 * gdb.trace/trace-mt.exp: Likewise.
2342 * gdb.trace/tstatus.exp: Likewise.
2343 * gdb.trace/tsv.exp: Likewise.
2344 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2345 * gdb.trace/unavailable.exp: Likewise.
2346 * gdb.trace/while-dyn.exp: Likewise.
2347
2348 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2349
2350 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2351 that libinproctrace is copied to the target.
2352
2353 2018-03-14 Tom Tromey <tom@tromey.com>
2354
2355 PR cli/14977:
2356 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2357 a null pointer.
2358 * gdb.base/wchar.exp: Likewise.
2359
2360 2018-03-14 Tom Tromey <tom@tromey.com>
2361
2362 PR cli/19918:
2363 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2364 flag.
2365
2366 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2367
2368 PR gdb/22841
2369 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2370 "target" to remote_exec.
2371
2372 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2373
2374 PR gdb/22841
2375 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2376 ${board}_upload): Remove.
2377
2378 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2379
2380 * gdb.cp/watch-cp.cc: New test.
2381 * gdb.cp/watch-cp.exp: New file.
2382
2383 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2384
2385 * gdb.base/infcall-nested-structs.exp: New file.
2386 * gdb.base/infcall-nested-structs.c: New file.
2387 * gdb.base/float.exp: Add riscv support.
2388
2389 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2390
2391 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2392 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2393
2394 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2395
2396 * gdb.server/abspath.exp: New file.
2397 * lib/gdb.exp (with_cwd): New procedure.
2398
2399 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2400
2401 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2402 use it.
2403 (gdb_is_target_remote_prompt): New proc.
2404 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2405 (gdb_is_target_native): Pass prompt parameter to
2406 gdb_is_target_1.
2407
2408 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2409
2410 * gdb.base/load-command.c: New file.
2411 * gdb.base/load-command.exp: New file.
2412 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2413 (gdb_is_target_1): ...this, and generalize for other targets
2414 than just remote.
2415 (gdb_is_target_remote): Use gdb_is_target_1.
2416 (gdb_is_target_native): use gdb_is_target_1.
2417
2418 2018-02-26 Tom Tromey <tom@tromey.com>
2419
2420 PR python/16497:
2421 * gdb.python/py-framefilter.exp: Update test.
2422
2423 2018-02-26 Tom Tromey <tom@tromey.com>
2424
2425 * gdb.dwarf2/variant.c: New file.
2426 * gdb.dwarf2/variant.exp: New file.
2427
2428 2018-02-26 Tom Tromey <tom@tromey.com>
2429
2430 * gdb.rust/simple.exp: Accept more possible results in enum test.
2431
2432 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2433
2434 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2435 parentheses.
2436
2437 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2438
2439 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2440 name of a variable: $actual_linejj -> $actual_line.
2441
2442 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2443
2444 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2445
2446 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2447
2448 * gdb.btrace/buffer-size.exp: Do not force BTS.
2449
2450 2018-02-14 Pedro Alves <palves@redhat.com>
2451
2452 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2453 getting a "Quit".
2454
2455 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2456
2457 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2458 Fix test name.
2459
2460 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2461
2462 * gdb.cp/m-static.exp: Check type of optimized out static
2463 member.
2464
2465 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2466
2467 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2468 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2469
2470 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2471 Leszek Swirski <leszeks@google.com>
2472
2473 * gdb.python/py-prettyprint.c
2474 (struct to_string_returns_value_inner,
2475 struct to_string_returns_value_wrapper): New.
2476 (main): Add tsrvw variable.
2477 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2478 ToStringReturnsValueWrapper): New classes.
2479 (register_pretty_printers): Register new pretty-printers.
2480 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2481 recursive pretty printer.
2482 * gdb.python/py-mi.exp: Likewise.
2483
2484 2018-02-01 Leszek Swirski <leszeks@google.com>
2485
2486 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2487 functions with the same name as an include file are parsed
2488 correctly.
2489
2490 2018-02-01 Yao Qi <yao.qi@linaro.org>
2491
2492 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2493 "\[^\r\n\]*".
2494
2495 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2496
2497 * gdb.arch/powerpc-prologue-frame.s: New file.
2498 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2499 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2500
2501 2018-01-31 Joel Brobecker <brobecker@adacore.com>
2502
2503 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2504
2505 2018-01-30 Pedro Alves <palves@redhat.com>
2506
2507 PR gdb/13211
2508 * gdb.base/interrupt-daemon.c: New.
2509 * gdb.base/interrupt-daemon.exp: New.
2510 * gdb.multi/multi-term-settings.c: New.
2511 * gdb.multi/multi-term-settings.exp: New.
2512
2513 2018-01-30 Joel Brobecker <brobecker@adacore.com>
2514
2515 * gdb.base/break.exp: Save the location where the breakpoint
2516 on break.c:47 was actually inserted when debugging the version
2517 compiled at -O2 and use it in the expected output of the "info
2518 break" test performed soon after.
2519
2520 2018-01-22 Pedro Alves <palves@redhat.com>
2521 Sergio Durigan Junior <sergiodj@redhat.com>
2522
2523 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2524 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2525
2526 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2527
2528 * gdb.base/break-include.c, gdb.base/break-include.inc,
2529 gdb.base/break-include.exp: New files.
2530 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2531 line number now being the actual line number where the breakpoint
2532 was inserted.
2533 * gdb.mi/mi-break.exp: Likewise.
2534 * gdb.mi/mi-reverse.exp: Likewise.
2535 * gdb.mi/mi-simplerun.exp: Ditto.
2536
2537 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2540 varobj.
2541 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2542
2543 2018-01-21 Don Breazeal <donb@codesourcery.com>
2544 Andrew Burgess <andrew.burgess@embecosm.com>
2545
2546 * gdb.mi/basics.c: Add new global.
2547 * gdb.mi/mi-frame-regs.exp: New file.
2548 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2549 case.
2550
2551 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2552
2553 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2554 non-parameter, and on an unknown symbol.
2555
2556 2018-01-19 Tom Tromey <tom@tromey.com>
2557
2558 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2559 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2560
2561 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2562
2563 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2564 setrlimit and chdir to int.
2565
2566 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2567
2568 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2569 function.
2570 (my_tend): Likewise.
2571 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2572 rationale of avoiding FP- and vector instructions.
2573
2574 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2575
2576 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2577 "info reg" with "\[ \t\]*".
2578 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2579 "\[ \t\]+".
2580 * gdb.arch/s390-multiarch.exp: Ditto.
2581 * gdb.base/pc-fp.exp: Ditto.
2582 * gdb.reverse/i386-precsave.exp: Ditto.
2583 * gdb.reverse/i386-reverse.exp: Ditto.
2584 * gdb.reverse/i387-env-reverse.exp: Ditto.
2585 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2586
2587 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2588
2589 * lib/gdb.exp (gdb_compile): Re-enable use of
2590 universal_compile_options for languages other than Rust.
2591
2592 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2593
2594 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2595
2596 2018-01-17 Mike Gulick <mgulick@mathworks.com>
2597
2598 PR gdb/16577
2599 * gdb.base/solib-vanish.exp: New.
2600 * gdb.base/solib-vanish-main.c: New.
2601 * gdb.base/solib-vanish-lib1.c: New.
2602 * gdb.base/solib-vanish-lib2.c: New.
2603
2604 2018-01-17 Yao Qi <yao.qi@linaro.org>
2605
2606 * gdb.compile/compile.exp: Match the address printed for
2607 frame in the output of command "bt".
2608
2609 2018-01-15 Tom Tromey <tom@tromey.com>
2610
2611 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2612 compute sp_reg.
2613
2614 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2617 to prepare.
2618 (prepare): Return 0 on error, 1 on success.
2619
2620 2018-01-12 Pedro Alves <palves@redhat.com>
2621
2622 * gdb.base/continue-after-aborted-step-over.c: New.
2623 * gdb.base/continue-after-aborted-step-over.exp: New.
2624
2625 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2626
2627 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2628 options when not creating an executable.
2629
2630 2018-01-11 Pedro Alves <palves@redhat.com>
2631
2632 PR remote/22597
2633 * gdb.server/stop-reply-no-thread.c: New file.
2634 * gdb.server/stop-reply-no-thread.exp: New file.
2635
2636 2018-01-10 Pedro Alves <palves@redhat.com>
2637
2638 PR gdb/22670
2639 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2640 functions too. Test setting breakpoints and printing C functions
2641 with no debug info too.
2642 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2643
2644 2018-01-10 Pedro Alves <palves@redhat.com>
2645
2646 PR gdb/22670
2647 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2648 a fail.
2649
2650 2018-01-10 Pedro Alves <palves@redhat.com>
2651
2652 PR gdb/22670
2653 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2654
2655 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2656
2657 * gdb.server/unittest.exp: Match the output in non-development
2658 mode.
2659
2660 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2661
2662 * gdb.gdb/unittest.exp: Match output in non-development mode.
2663
2664 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2665
2666 * gdb.ada/access_tagged_param.exp: Relax expected output
2667 for value of "ObjL" in "continue" to pck.inspect breakpoint
2668 test.
2669
2670 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2671
2672 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2673 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2674
2675 2018-01-05 Pedro Alves <palves@redhat.com>
2676
2677 PR gdb/18653
2678 * gdb.base/libsegfault.exp: New.
2679
2680 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2681
2682 PR gdb/22670
2683 * gdb.ada/access_tagged_param.exp: New file.
2684 * gdb.ada/access_tagged_param/foo.adb: New file.
2685
2686 2018-01-05 Pedro Alves <palves@redhat.com>
2687
2688 PR gdb/22670
2689 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2690 exercise lower case too, and to exercise both full matching and
2691 wild matching.
2692
2693 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2694
2695 * gdb.ada/rename_subscript_param: New testcase.
2696
2697 2018-01-05 Jerome Guitton <guitton@adacore.com>
2698
2699 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2700
2701 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2702
2703 * gdb.ada/convvar_comp: New testcase.
2704
2705 2018-01-05 Xavier Roirand <roirand@adacore.com>
2706
2707 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2708 (My_Table): New global variable.
2709 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2710
2711 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2712
2713 PR gdb/22670
2714 * gdb.ada/maint_with_ada: New testcase.
2715
2716 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2717
2718 PR gdb/22670
2719 * gdb.ada/bp_c_mixed_case: New testcase.
2720
2721 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2722
2723 PR gdb/22670
2724 * gdb.ada/complete.exp: Add "complete break ada" test.
2725
2726 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2727
2728 PR gdb/22670
2729 * gdb.ada/info_addr_mixed_case: New testcase.
2730
2731 2018-01-03 Xavier Roirand <roirand@adacore.com>
2732
2733 * gdb.ada/excep_handle.exp: New testcase.
2734 * gdb.ada/excep_handle/foo.adb: New file.
2735 * gdb.ada/excep_handle/pck.ads: New file.
2736
2737 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2738
2739 * gdb.base/step-line.c: Add extra empty line in copyright header.
2740 * gdb.base/step-line.inp: Likewise.
2741
2742 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2743
2744 * gdb.ada/dyn_stride.exp: Add slice test.
2745
2746 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2747
2748 * gdb.ada/dyn_stride: New testcase.
2749
2750 2017-12-27 Stafford Horne <shorne@gmail.com>
2751
2752 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2753 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2754
2755 2017-12-27 Stafford Horne <shorne@gmail.com>
2756
2757 * gdb.base/reggroups.c: New file.
2758 * gdb.base/reggroups.exp: New file.
2759
2760 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2761
2762 * gdb.dwarf2/ada-valprint-error.c: New file.
2763 * gdb.dwarf2/ada-valprint-error.exp: New file.
2764
2765 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2766
2767 * gdb.ada/assign_arr: New testcase.
2768
2769 2017-12-18 Xavier Roirand <roirand@adacore.com>
2770
2771 * gdb.ada/funcall_ptr: New testcase.
2772
2773 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2774
2775 PR cli/16224
2776 * gdb.base/ptype-offsets.cc: New file.
2777 * gdb.base/ptype-offsets.exp: New file.
2778
2779 2017-12-15 Yao Qi <yao.qi@linaro.org>
2780
2781 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2782 if XML is disabled.
2783
2784 2017-12-15 Xavier Roirand <roirand@adacore.com>
2785
2786 * gdb.ada/same_component_name: New testcase.
2787
2788 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2789
2790 * gdb.ada/str_binop_equal: New testcase.
2791
2792 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2793
2794 * gdb.ada/task_switch_in_core: New testcase.
2795
2796 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2797
2798 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2799 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2800 call test_bkpt_qualified.
2801 (test_bkpt_qualified): New proc.
2802
2803 2017-12-13 Pedro Alves <palves@redhat.com>
2804
2805 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2806 Tighten regexp by matching with an anchor.
2807
2808 2017-12-13 Pedro Alves <palves@redhat.com>
2809
2810 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2811 ("expression with namespace"): New set of tests.
2812 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2813 (Nested::Test_NS::qux): New.
2814 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2815 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2816
2817 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2818
2819 * gdb.base/server-del-break.c: New file.
2820 * gdb.base/server-del-break.exp: New file.
2821
2822 2017-12-12 Stafford Horne <shorne@gmail.com>
2823
2824 * gdb.xml/tdesc-regs.exp: Add or1k support.
2825
2826 2017-12-12 Stafford Horne <shorne@gmail.com>
2827
2828 * gdb.base/bp-permanent.c: Define nop of or1k.
2829
2830 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2831
2832 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2833 output with components being reordered.
2834
2835 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2836
2837 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2838 output with components being reordered.
2839
2840 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2841 Pedro Alves <palves@redhat.com>
2842
2843 * gdb.base/maint.exp (check for .gdb_index): Check also for
2844 .debug_names.
2845 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2846 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2847 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2848 (.gdb_index used after symbol reloading): Support also .debug_names.
2849 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2850
2851 2017-12-08 Yao Qi <yao.qi@linaro.org>
2852
2853 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2854 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2855
2856 2017-12-08 Yao Qi <yao.qi@linaro.org>
2857
2858 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2859 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2860
2861 2017-12-08 Yao Qi <yao.qi@linaro.org>
2862
2863 * gdb.arch/aarch64-tagged-pointer.c: New file.
2864 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2865
2866 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2867
2868 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2869 "int".
2870
2871 2017-12-07 Keith Seitz <keiths@redhat.com>
2872
2873 PR breakpoints/22569
2874 * gdb.linespec/ls-errs.exp: Change expected result of "break
2875 -source this file has spaces.c -line 3".
2876 Check that an explicit source file followed by whitespace is
2877 identified as an invalid explicit location.
2878
2879 2017-12-07 Keith Seitz <keiths@redhat.com>
2880
2881 * gdb.cp/nested-types.cc: New file.
2882 * gdb.cp/nested-types.exp: New file.
2883 * lib/cp-support.exp: Load data-structures.exp library.
2884 (debug_cp_test_ptype_class): New global.
2885 (cp_ptype_class_verbose, next_line): New procedures.
2886 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2887 Add and document new return value.
2888 Switch the list of lines to a queue.
2889 Add support for new `type' key for nested type definitions.
2890 Add debugging/troubleshooting messages.
2891 * lib/data-structures.exp: New file.
2892
2893 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2894
2895 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2896 with proc_with_prefix, don't use with_test_prefix.
2897
2898 2017-12-07 Tom Tromey <tom@tromey.com>
2899
2900 * gdb.base/break.exp: Add test for empty "commands".
2901
2902 2017-12-07 Yao Qi <yao.qi@linaro.org>
2903
2904 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2905 malloc and catch syscall.
2906
2907 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2908
2909 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2910 tests for explicit locations.
2911
2912 2017-12-06 Pedro Alves <palves@redhat.com>
2913
2914 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2915 force-disabling XML descriptions.
2916
2917 2017-12-04 Pedro Alves <palves@redhat.com>
2918
2919 PR gdb/22499
2920 * gdb.arch/amd64-disp-step-avx.S: New file.
2921 * gdb.arch/amd64-disp-step-avx.exp: New file.
2922
2923 2017-12-03 Pedro Alves <palves@redhat.com>
2924
2925 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2926 and <string.h>.
2927 (parent_function): Print distinct messages when waitpid fails, or
2928 the child exits with a signal, or the child exits for an unhandled
2929 reason.
2930 * gdb.threads/process-dies-while-detaching.exp
2931 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2932 it. Wait for both inferior output and GDB's prompt. Use an
2933 indirect spawn id list.
2934 (do_detach): New parameter 'child_exit'. Use it to compute
2935 expected inferior output.
2936 (test_detach, test_detach_watch, test_detach_killed_outside):
2937 Adjust to pass down the expected child exit kind.
2938
2939 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2940 Sergio Durigan Junior <sergiodj@redhat.com>
2941 Pedro Alves <palves@redhat.com>
2942
2943 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2944
2945 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2946
2947 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2948 to 'symbol-file' and 'add-symbol-file' can be
2949 position-independent.
2950
2951 2017-12-01 Yao Qi <yao.qi@linaro.org>
2952
2953 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2954 the URL in copyright header.
2955 * gdb.arch/aarch64-fp.exp: Likewise.
2956 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2957 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2958 * gdb.base/expand-psymtabs.exp: Likewise.
2959 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2960 * gdb.fortran/common-block.exp: Likewise.
2961 * gdb.fortran/common-block.f90: Likewise.
2962 * gdb.fortran/logical.exp: Likewise.
2963 * gdb.fortran/vla-datatypes.f90: Likewise.
2964 * gdb.fortran/vla-sub.f90: Likewise.
2965
2966 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2967
2968 * gdb.ada/repeat_dyn: New testcase.
2969
2970 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2971
2972 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2973 Update for changed thread numbering.
2974 * gdb.cell/bt.exp: Update for changed GDB output.
2975
2976 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2977
2978 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2979 setting isremote by hand.
2980 * boards/dwarf4-gdb-index.exp: Likewise.
2981 * boards/fission.exp: Likewise.
2982 * boards/stabs.exp: Likewise.
2983
2984 2017-11-30 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.linespec/cpls-ops.exp
2987 (check_explicit_skips_function_argument): Extract the underlying
2988 type of size_t instead of hardcoding it.
2989
2990 2017-11-29 Pedro Alves <palves@redhat.com>
2991
2992 PR c++/19436
2993 * gdb.linespec/cpls-abi-tag.cc: New file.
2994 * gdb.linespec/cpls-abi-tag.exp: New file.
2995
2996 2017-11-29 Pedro Alves <palves@redhat.com>
2997
2998 * gdb.base/langs.exp: Use -qualified.
2999 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3000 it.
3001 * gdb.cp/namespace.exp: Use -qualified.
3002 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3003 (overload-3, template-overload, template-ret-type, const-overload)
3004 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3005 procedures.
3006 (test_driver): Call them.
3007 * gdb.cp/save-bp-qualified.cc: New.
3008 * gdb.cp/save-bp-qualified.exp: New.
3009 * gdb.linespec/explicit.exp: Test -qualified.
3010 * lib/completion-support.exp (completion::explicit_opts_list): Add
3011 "-qualified".
3012 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3013
3014 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3015
3016 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3017
3018 2017-11-29 Tom Tromey <tom@tromey.com>
3019
3020 * gdb.base/relocate.exp: Update invalid argument test.
3021 Add new tests for invalid arguments.
3022
3023 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3024
3025 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3026 Return 0 as a long.
3027 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3028
3029 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3030
3031 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3032 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3033 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3034 func ().
3035 * gdb.cp/shadow.cc (B.func): Return 0.
3036
3037 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3038
3039 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3040 expected output in gdb_expect call to allow the exception
3041 message to be present as well. Fix syntax confusion to avoid
3042 TCL thinking that exception_name is an array.
3043
3044 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3045
3046 * gdb.arch/spu-info.c: Include <unistd.h>.
3047 (do_signal_test): Fix broken calls to write.
3048 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3049 Fix checks for empty mailboxes. Update signal tests for corrected
3050 do_signal_test routine. Allow nonzero event status.
3051 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3052 * gdb.cell/arch.exp: Use standard_output_file.
3053 * gdb.cell/break.exp: Likewise.
3054 * gdb.cell/bt.exp: Likewise.
3055 * gdb.cell/core.exp: Likewise.
3056 * gdb.cell/dwarfaddr.exp: Likewise.
3057 * gdb.cell/ea-cache.exp: Likewise.
3058 * gdb.cell/ea-standalone.exp: Likewise.
3059 * gdb.cell/f-regs.exp: Likewise.
3060 * gdb.cell/fork.exp: Likewise.
3061 * gdb.cell/gcore.exp: Likewise.
3062 * gdb.cell/mem-access.exp: Likewise.
3063 * gdb.cell/ptype.exp: Likewise.
3064 * gdb.cell/registers.exp: Likewise.
3065 * gdb.cell/sizeof.exp: Likewise.
3066 * gdb.cell/solib-symbol.exp: Likewise.
3067 * gdb.cell/solib.exp: Likewise.
3068
3069 2017-11-25 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.base/complete-empty.exp: New file.
3072 * gdb.base/completion.exp: Adjust.
3073
3074 2017-11-25 Pedro Alves <palves@redhat.com>
3075
3076 * gdb.linespec/cpls-ops.cc: New file.
3077 * gdb.linespec/cpls-ops.exp: New file.
3078 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3079 factored out from ...
3080 (test_complete_prefix_range): ... this.
3081
3082 2017-11-24 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.linespec/cpcompletion.exp: New file.
3085 * gdb.linespec/cpls-hyphen.cc: New file.
3086 * gdb.linespec/cpls.cc: New file.
3087 * gdb.linespec/cpls2.cc: New file.
3088 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3089 test to use test_gdb_complete_unique. Add label completion,
3090 keyword completion and explicit location completion tests.
3091 * lib/completion-support.exp: New file.
3092
3093 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3094
3095 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3096 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3097 when hitting an exception catchpoint.
3098
3099 2017-11-22 Yao Qi <yao.qi@linaro.org>
3100
3101 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3102
3103 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3104
3105 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3106 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3107 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3108
3109 2017-11-22 Yao Qi <yao.qi@linaro.org>
3110
3111 * gdb.base/info-os.exp: Pass pthreads.
3112 * gdb.multi/multi-attach.exp: Likewise.
3113
3114 2017-11-22 Yao Qi <yao.qi@linaro.org>
3115
3116 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3117 compiler.
3118
3119 2017-11-22 Yao Qi <yao.qi@linaro.org>
3120
3121 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3122 * gdb.base/break-interp.exp: Likewise.
3123 * gdb.base/jit-attach-pie.exp: Likewise.
3124
3125 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3126
3127 * gdb.base/float128.c (large128): New variable.
3128 * gdb.base/float128.exp: Add test to print largest __float128 value.
3129
3130 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3131
3132 * gdb.arch/vsx-regs.exp: Update register content checks.
3133
3134 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3135
3136 * gdb.arch/ppc-longdouble.exp: New file.
3137 * gdb.arch/ppc-longdouble.c: Likewise.
3138
3139 2017-11-21 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3142
3143 2017-11-20 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3146 (long_double_typedef): New typedefs.
3147 Use DEF on double and long double.
3148 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3149 cases.
3150 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3151 and 'long_double_ptr_same_size' locals. Use them to decide
3152 whether cast from array/function to float is valid/invalid.
3153
3154 2017-11-17 Tom Tromey <tom@tromey.com>
3155
3156 * gdb.rust/traits.rs: New file.
3157 * gdb.rust/traits.exp: New file.
3158
3159 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3160
3161 * gdb.ada/minsyms: New testcase.
3162
3163 2017-11-16 Pedro Alves <palves@redhat.com>
3164
3165 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3166 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3167
3168 2017-11-16 Pedro Alves <palves@redhat.com>
3169
3170 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3171 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3172
3173 2017-11-16 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.server/reconnect-ctrl-c.c: New file.
3176 * gdb.server/reconnect-ctrl-c.exp: New file.
3177
3178 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3179
3180 * gdb.python/py-rbreak.exp: New file.
3181 * gdb.python/py-rbreak.c: New file.
3182 * gdb.python/py-rbreak-func2.c: New file.
3183
3184 2017-11-16 Pedro Alves <palves@redhat.com>
3185
3186 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3187 pattern.
3188 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3189 GDB.
3190
3191 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3192
3193 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3194 regex.
3195
3196 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3197
3198 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3199 test names.
3200
3201 2017-11-09 Pedro Alves <palves@redhat.com>
3202
3203 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3204 factored out from ...
3205 (top level): ... here, and adjusted to avoid expecting beyond the
3206 prompt in a single gdb_test_multiple.
3207
3208 2017-11-09 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3211 output.
3212 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3213 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3214 * gdb.server/ext-run.exp ("kill" test): Likewise.
3215 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3216
3217 2017-11-09 Pedro Alves <palves@redhat.com>
3218
3219 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3220 match till end of line.
3221
3222 2017-11-09 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3225
3226 2017-11-09 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3229 New procedures, factored out from ...
3230 (top level): ... here, and adjusted to avoid expecting beyond the
3231 prompt in one go.
3232
3233 2017-11-09 Pedro Alves <palves@redhat.com>
3234
3235 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3236 output. Fix '?' match.
3237
3238 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3239
3240 * gdb.ada/scoped_watch: New testcase.
3241 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3242 which is actually correct.
3243 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3244 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3245
3246 2017-11-08 Pedro Alves <palves@redhat.com>
3247
3248 * gdb.gdb/complaints.exp (test_initial_complaints)
3249 (test_serial_complaints, test_short_complaints): Call
3250 complaint_internal instead of complaint.
3251
3252 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3253
3254 * gdb.threads/tls-core.c: New file.
3255 * gdb.threads/tls-core.exp: Likewise.
3256
3257 2017-11-08 Pedro Alves <palves@redhat.com>
3258
3259 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3260 (p Exported_Capitalized): New test.
3261 (p exported_capitalized): New test.
3262
3263 2017-11-07 Pedro Alves <palves@redhat.com>
3264
3265 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3266
3267 2017-11-07 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3270 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3271 (disable_invalid, disable_inverted, disable_negative): New
3272 procedures.
3273 ("bad numbers"): New set of tests.
3274
3275 2017-11-07 Pedro Alves <palves@redhat.com>
3276
3277 * gdb.cp/ena-dis-br-range.exp: Add tests.
3278
3279 2017-11-07 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3282
3283 2017-11-07 Xavier Roirand <roirand@adacore.com>
3284 Pedro Alves <palves@redhat.com>
3285
3286 * gdb.base/ena-dis-br.exp: Add reference to
3287 gdb.cp/ena-dis-br-range.exp.
3288 * gdb.cp/ena-dis-br-range.exp: New file.
3289 * gdb.cp/ena-dis-br-range.cc: New file.
3290
3291 2017-11-06 Pedro Alves <palves@redhat.com>
3292
3293 * gdb.base/attach-non-pgrp-leader.c: New.
3294 * gdb.base/attach-non-pgrp-leader.exp: New.
3295
3296 2017-11-06 Pedro Alves <palves@redhat.com>
3297
3298 * configure.ac: No longer check for termio.h and sgtty.h.
3299 * configure: Regenerate.
3300 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3301 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3302 Remove termio and sgtty code.
3303
3304 2017-11-03 Yao Qi <yao.qi@linaro.org>
3305
3306 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3307 in GDB is disabled.
3308
3309 2017-11-03 Yao Qi <yao.qi@linaro.org>
3310
3311 * gdb.python/py-thrhandle.exp: Skip it if python is not
3312 enabled.
3313
3314 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3315
3316 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3317 as a breakpoint command.
3318
3319 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3320
3321 PR python/21213
3322 * gdb.python/py-infthread.exp: Test calling
3323 InferiorThread.inferior () multiple times in a row.
3324
3325 2017-10-27 Keith Seitz <keiths@redhat.com>
3326
3327 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3328 Test "info break" for every inlined function breakpoint.
3329
3330 2017-10-27 Yao Qi <yao.qi@linaro.org>
3331
3332 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3333
3334 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3335
3336 * gdb.cp/classes.exp (test_static_members): Test printing
3337 Outer::instance.
3338 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3339 (Inner::instance, Outer::instance): New.
3340
3341 2017-10-24 Pedro Alves <palves@redhat.com>
3342
3343 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3344 extra console" test in two stages.
3345
3346 2017-10-24 Pedro Alves <palves@redhat.com>
3347
3348 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3349
3350 2017-10-24 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3353 loop.
3354
3355 2017-10-24 Pedro Alves <palves@redhat.com>
3356
3357 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3358 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3359
3360 2017-10-24 Pedro Alves <palves@redhat.com>
3361
3362 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3363 parameter and handle it. Don't output read value in test name.
3364
3365 2017-10-24 Pedro Alves <palves@redhat.com>
3366
3367 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3368 custom test name.
3369
3370 2017-10-24 Pedro Alves <palves@redhat.com>
3371
3372 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3373 include the unstable output directory name in the test's name.
3374 (initial_setup_simple) <'set args'>: Use custom test name.
3375
3376 2017-10-24 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3379 with explicit test name.
3380
3381 2017-10-20 Pedro Alves <palves@redhat.com>
3382
3383 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3384 'wait -i'. Use gdb_assert and remote_close.
3385
3386 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3389 number from variable rather than hard-coded.
3390
3391 2017-10-19 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.base/long-inferior-output.c: New file.
3394 * gdb.base/long-inferior-output.exp: New file.
3395
3396 2017-11-18 Keith Seitz <keiths@redhat.com>
3397
3398 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3399 method.
3400 (main): Call it.
3401 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3402 Add additional user-defined conversion operator tests.
3403
3404 2017-10-17 Pedro Alves <palves@redhat.com>
3405
3406 * boards/native-stdio-gdbserver.exp: Load "local-board".
3407
3408 2017-10-17 Pedro Alves <palves@redhat.com>
3409
3410 * gdb.base/quit-live.c: New file.
3411 * gdb.base/quit-live.exp: New file.
3412
3413 2017-10-16 Keith Seitz <keiths@redhat.com>
3414
3415 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3416 (class_with_protected_typedef, class_with_private_typedef)
3417 (struct_with_public_typedef, struct_with_protected_typedef)
3418 (struct_with_private_typedef): New classes/structs.
3419 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3420 typedefs and access specifiers.
3421
3422 2017-10-16 Pedro Alves <palves@redhat.com>
3423 Simon Marchi <simon.marchi@polymtl.ca>
3424
3425 * README (Local vs Remote vs Native): New section.
3426 * boards/local-board.exp: New file, with bits factored out from
3427 ...
3428 * boards/native-extended-gdbserver.exp: ... here. Load
3429 "local-board".
3430 * boards/native-gdbserver.exp: Load "local-board".
3431 (${board}_spawn, ${board}_exec): Delete.
3432 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3433 ...
3434 * boards/stdio-gdbserver-base.exp: ... this new file.
3435 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3436 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3437 procedure.
3438 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3439 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3440 stdio_gdbserver_command.
3441 (${board}_get_remote_address, ${board}_get_comm_port)
3442 (${board}_download, ${board}_upload): Delete.
3443 (get_target_remote_pipe_cmd): New.
3444
3445 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3446
3447 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3448 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3449 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3450 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3451 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3452 remove with_test_prefix.
3453
3454 2017-10-13 Pedro Alves <palves@redhat.com>
3455
3456 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3457 * gdb.base/annota1.exp: Use it instead of is_remote.
3458 * gdb.base/annota3.exp: Use it instead of is_remote.
3459 * gdb.cp/annota2.exp: Use it instead of is_remote.
3460 * gdb.cp/annota3.exp: Use it instead of is_remote.
3461 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3462
3463 2017-10-13 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3466 (test_num_test_vars, run_and_count_vars, find_env)
3467 (test_set_unset_env, test_inherit_env_var): New procedures.
3468 (top level): Use them.
3469
3470 2017-10-13 Pedro Alves <palves@redhat.com>
3471
3472 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3473 also skip on stub-like targets.
3474
3475 2017-10-13 Pedro Alves <palves@redhat.com>
3476
3477 PR gdb/22293
3478 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3479 (top level): Move some tests to ...
3480 (test_not_found): ... this new procedure.
3481 (top level): Call it.
3482
3483 2017-10-13 Pedro Alves <palves@redhat.com>
3484
3485 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3486 expect different "info terminal" output if testing with a
3487 non-native target.
3488
3489 2017-10-13 Pedro Alves <palves@redhat.com>
3490 Simon Marchi <simon.marchi@polymtl.ca>
3491
3492 PR python/12966
3493 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3494
3495 2017-10-13 Pedro Alves <palves@redhat.com>
3496
3497 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3498 already.
3499
3500 2017-10-13 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3503 is_remote.
3504
3505 2017-10-13 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3508 is_remote.
3509
3510 2017-10-13 Pedro Alves <palves@redhat.com>
3511
3512 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3513 is set.
3514 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3515 instead of is_remote.
3516
3517 2017-10-13 Pedro Alves <palves@redhat.com>
3518
3519 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3520 (top level): Add comment.
3521
3522 2017-10-13 Pedro Alves <palves@redhat.com>
3523
3524 * gdb.base/remote.exp (top level): Fix comment typo and add
3525 missing return.
3526
3527 2017-10-13 Pedro Alves <palves@redhat.com>
3528 Simon Marchi <simon.marchi@polymtl.ca>
3529
3530 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3531 calls and add comments. Skip test if use_gdb_stub is set.
3532 (top level): Use "set cwd" command instead of "cd" command.
3533
3534 2017-10-13 Pedro Alves <palves@redhat.com>
3535
3536 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3537 is_remote target check.
3538
3539 2017-10-13 Pedro Alves <palves@redhat.com>
3540
3541 * gdb.base/scope.exp: Use build_executable + clean_restart +
3542 gdb_file_cmd instead of prepare_for_testing and no longer skip
3543 "before run" tests on is_remote target boards. Update comments.
3544 * boards/native-extended-gdbserver.exp
3545 (extended_gdbserver_load_last_file): New, factored out from ...
3546 (gdb_load): ... this. Move further below and add comment.
3547 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3548
3549 2017-10-12 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.base/attach.exp: Remove references to gdb64.
3552 * gdb.base/dbx.exp: Remove references to gdb64.
3553
3554 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3555 Pedro Alves <palves@redhat.com>
3556
3557 * gdb.base/label.exp: Remove is_remote target check.
3558
3559 2017-10-12 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.base/auvx.exp (coredir): Update comment.
3562 (top level) <core_works>: Use "set cwd" command instead of "cd"
3563 command.
3564
3565 2017-10-12 Pedro Alves <palves@redhat.com>
3566 Simon Marchi <simon.marchi@polymtl.ca>
3567
3568 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3569 target boards.
3570
3571 2017-10-12 Pedro Alves <palves@redhat.com>
3572 Simon Marchi <simon.marchi@polymtl.ca>
3573
3574 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3575 Instead skip if there's any gdb_protocol set.
3576
3577 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3578 Pedro Alves <palves@redhat.com>
3579
3580 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3581
3582 2017-10-12 Pedro Alves <palves@redhat.com>
3583 Simon Marchi <simon.marchi@polymtl.ca>
3584
3585 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3586 instead of on dejagnu remote boards.
3587
3588 2017-10-12 Pedro Alves <palves@redhat.com>
3589 Simon Marchi <simon.marchi@polymtl.ca>
3590
3591 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3592 checks. Use build_executable + clean_restart instead of
3593 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3594 of enabling non-stop after starting gdb.
3595
3596 2017-10-12 Pedro Alves <palves@redhat.com>
3597
3598 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3599 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3600 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3601 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3602
3603 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3604
3605 * gdb.arch/arc-tdesc-cpu.exp: New file.
3606 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3607
3608 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3609
3610 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3611
3612 2017-10-10 Pedro Alves <palves@redhat.com>
3613
3614 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3615 expect CLI output.
3616
3617 2017-10-10 Pedro Alves <palves@redhat.com>
3618
3619 * lib/selftest-support.exp (selftest_setup): Update for
3620 captured_command_loop's prototype change.
3621
3622 2017-10-09 Pedro Alves <palves@redhat.com>
3623
3624 Test both arch1=>arch2 and arch2=>arch1.
3625
3626 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3627 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3628 factored out to...
3629 (append_arch1_options, append_arch2_options, append_arch_options)
3630 (build_executables): New procedures.
3631 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3632 local.
3633 (top level): Add new 'first_arch' testing axis.
3634
3635 2017-10-09 Pedro Alves <palves@redhat.com>
3636
3637 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3638 (barrier): New.
3639 (thread_start, all_started): New functions.
3640 (main): Spawn new thread and wait until it is scheduled.
3641 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3642 option.
3643 (do_test): Add 'selected_thread' parameter. Run to all_started
3644 instead of main. Explicitly set the breakpoint at main. Switch
3645 to the SELECTED_THREAD thread.
3646 (top level): Test handling the exec event with either the main
3647 thread or the second thread selected.
3648
3649 2017-10-09 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3652 logic. Move STOP marker after the value checks.
3653 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3654 regexp.
3655
3656 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3657
3658 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3659
3660 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3661
3662 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3663 integer-to-dfp conversion.
3664 * gdb.base/dfp-test.exp: Likewise.
3665
3666 2017-10-04 Pedro Alves <palves@redhat.com>
3667
3668 * gdb.multi/hangout.c: Include <unistd.h>.
3669 (hangout_loop): New function.
3670 (main): Call alarm. Call hangout_loop in a loop.
3671 * gdb.multi/hello.c: Include <unistd.h>.
3672 (hello_loop): New function.
3673 (main): Call alarm. Call hangout_loop in a loop.
3674 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3675 inferior with the other selected.
3676
3677 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3678
3679 * gdb.mi/list-thread-groups-available.exp: New file.
3680 * gdb.mi/list-thread-groups-available.c: New file.
3681
3682 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3683
3684 * gdb.base/set-cwd.exp: Make it available on
3685 native-extended-gdbserver.
3686
3687 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3688
3689 * gdb.base/set-cwd.c: New file.
3690 * gdb.base/set-cwd.exp: Likewise.
3691
3692 2017-10-02 Tom Tromey <tom@tromey.com>
3693
3694 PR rust/22236:
3695 * gdb.rust/simple.rs (main): New variable "fslice".
3696 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3697
3698 2017-10-02 Tom Tromey <tom@tromey.com>
3699
3700 * gdb.rust/simple.exp: Test ptype of a slice.
3701
3702 2017-10-02 Tom Tromey <tom@tromey.com>
3703
3704 * gdb.rust/simple.exp: Test index of slice.
3705
3706 2017-09-27 Tom Tromey <tom@tromey.com>
3707
3708 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3709
3710 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3711 Pedro Alves <palves@redhat.com>
3712
3713 * gdb.base/compare-sections.exp (get value of read-only section): Read
3714 as unsigned value.
3715 (corrupt read-only section): Likewise and don't set written if patching
3716 failed.
3717
3718 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3719
3720 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3721 files.
3722
3723 2017-09-20 Pedro Alves <palves@redhat.com>
3724
3725 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3726 symbol names in gdb's output.
3727 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3728
3729 2017-09-20 Pedro Alves <palves@redhat.com>
3730
3731 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3732 Rename to ...
3733 (test_list_ambiguous_symbol): ... this and add a symbol name
3734 parameter. Adjust.
3735 (test_list_ambiguous_function): Reimplement on top of
3736 test_list_ambiguous_symbol and also test listing ambiguous
3737 variables.
3738 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3739 (ambiguous_fun): ... this.
3740 (ambiguous_var): New.
3741 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3742 (ambiguous_fun): ... this.
3743 (ambiguous_var): New.
3744
3745 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3746
3747 * gdb.base/starti.c: New file.
3748 * gdb.base/starti.exp: New file.
3749 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3750
3751 2017-09-14 Pedro Alves <palves@redhat.com>
3752
3753 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3754 (top level): Use it instead of runto.
3755
3756 2017-09-11 Tom Tromey <tom@tromey.com>
3757
3758 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3759
3760 2017-09-11 Tom Tromey <tom@tromey.com>
3761
3762 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3763 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3764
3765 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3766
3767 * gdb.fortran/printing-types.exp: New file.
3768 * gdb.fortran/printing-types.exp: New file.
3769
3770 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3771
3772 * gdb.fortran/vla-ptype.exp: Fix typos.
3773 * gdb.fortran/vla-value.exp: Same.
3774
3775 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3776
3777 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3778 * gdb.mi/mi-var-child-f.exp: Likewise.
3779 * gdb.mi/mi-vla-fortran.exp: Likewise.
3780
3781 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3782 Christoph Weinmann <christoph.t.weinmann@intel.com>
3783 Bernhard Heckel <bernhard.heckel@intel.com>
3784
3785 * gdb.fortran/ptr-indentation.f90: New file.
3786 * gdb.fortran/ptr-indentation.exp: New file.
3787
3788 2017-09-05 Tom Tromey <tom@tromey.com>
3789
3790 PR gdb/22010:
3791 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3792
3793 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3794
3795 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3796
3797 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 * gdb.threads/tls-nodebug-pie.c: New file.
3800 * gdb.threads/tls-nodebug-pie.exp: New file.
3801
3802 2017-09-05 Tom Tromey <tom@tromey.com>
3803
3804 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3805 for rust.
3806
3807 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3808
3809 * gdb.multi/multi-arch-exec.exp: Test with different
3810 "follow-exec-mode" settings.
3811 (do_test): New procedure.
3812
3813 2017-09-04 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.base/func-static.c (S::method const, S::method volatile)
3816 (S::method volatile const): New methods.
3817 (c_s, v_s, cv_s): New instances.
3818 (main): Call method() on them.
3819 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3820 (cannot_resolve): New procedure.
3821 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3822 print-quote-unquoted columns.
3823 (do_test): Test printing each scope too.
3824
3825 2017-09-04 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.base/local-static.exp: Also test with
3828 class::method::variable wholly quoted.
3829 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3830
3831 2017-09-04 Pedro Alves <palves@redhat.com>
3832
3833 * gdb.base/local-static.c: New.
3834 * gdb.base/local-static.cc: New.
3835 * gdb.base/local-static.exp: New.
3836
3837 2017-09-04 Pedro Alves <palves@redhat.com>
3838
3839 * gdb.asm/asm-source.exp: Add casts to int.
3840 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3841 (dataglobal64_1, dataglobal64_2): New globals.
3842 * gdb.base/nodebug.exp: Test different expressions involving the
3843 new globals, with print, whatis and ptype. Add casts to int.
3844 * gdb.base/solib-display.exp: Add casts to int.
3845 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3846 * gdb.cp/m-static.exp: Add cast to int.
3847 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3848 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3849 tls variable with no debug info without a cast. Test with a cast
3850 to int too.
3851 * gdb.trace/entry-values.exp: Add casts.
3852
3853 2017-09-04 Pedro Alves <palves@redhat.com>
3854
3855 * gdb.base/nodebug.exp: Test that ptype's error about functions
3856 with unknown return type includes the function name too.
3857
3858 2017-09-04 Pedro Alves <palves@redhat.com>
3859
3860 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3861 return type of munmap in infcall.
3862 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3863 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3864 type of ftell in infcall.
3865 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3866 type of getpid in infcall.
3867 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3868 infcall.
3869 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3870 Bail on failure to extract the pid.
3871 * gdb.base/nodebug.c: #include <stdint.h>.
3872 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3873 New functions.
3874 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3875 Change expected output of print/whatis/ptype with functions with
3876 no debug info. Test all supported languages. Call
3877 test_call_promotion.
3878 * gdb.compile/compile.exp: Adjust expected output to expect
3879 warning.
3880 * gdb.threads/siginfo-threads.exp: Likewise.
3881
3882 2017-09-04 Pedro Alves <palves@redhat.com>
3883
3884 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3885 "prototypes". Test calling float functions via prototyped and
3886 unprototyped function pointers.
3887 (perform_all_tests): New parameter "prototypes". Pass it down.
3888 (top level): Pass down "prototypes" parameter to
3889 perform_all_tests.
3890
3891 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3892
3893 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3894 Test with nested loops.
3895
3896 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3897
3898 * gdb.base/commands.exp: Call the new procedures.
3899 (loop_break_test, loop_continue_test): New procedures.
3900
3901 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3902
3903 * gdb.base/commands.exp: Call new procedure.
3904 (define_if_without_arg_test): New procedure.
3905
3906 2017-09-04 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.base/list-ambiguous.exp: New file.
3909 * gdb.base/list-ambiguous0.c: New file.
3910 * gdb.base/list-ambiguous1.c: New file.
3911 * gdb.base/list.exp (test_list_range): Adjust expected output.
3912
3913 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3914
3915 * gdb.base/share-env-with-gdbserver.c: New file.
3916 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3917
3918 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3919
3920 * gdb.base/commands.exp (gdbvar_simple_if_test,
3921 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3922 progvar_simple_if_test, progvar_simple_while_test,
3923 progvar_complex_if_while_test, user_defined_command_test,
3924 user_defined_command_args_eval,
3925 user_defined_command_args_stack_test,
3926 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3927 temporary_breakpoint_commands,
3928 gdb_test_no_prompt, redefine_hook_test,
3929 redefine_backtrace_test): Remove "global gdb_prompt".
3930
3931 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3932
3933 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3934 New proc, call it from toplevel.
3935
3936 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3937
3938 PR remote/21852
3939 * gdb.server/normal.c: New file, copied from gdb.base.
3940 * gdb.server/run-without-local-binary.exp: New file.
3941
3942 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3943
3944 * gdb.arch/sparc64-adi.exp: New file.
3945 * gdb.arch/sparc64-adi.c: New file.
3946
3947 2017-08-22 Pedro Alves <palves@redhat.com>
3948
3949 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3950 (top level): Add "list all overloads" tests.
3951
3952 2017-08-22 Tom Tromey <tom@tromey.com>
3953
3954 * gdb.gdb/xfullpath.exp: Remove.
3955
3956 2017-08-21 Pedro Alves <palves@redhat.com>
3957
3958 PR gdb/19487
3959 * gdb.base/symbol-alias.c: New.
3960 * gdb.base/symbol-alias2.c: New.
3961 * gdb.base/symbol-alias.exp: New.
3962
3963 2017-08-21 Pedro Alves <palves@redhat.com>
3964
3965 * gdb.base/dfp-test.c
3966 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3967 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3968 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3969 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3970 * gdb.base/whatis-ptype-typedefs.c: New.
3971 * gdb.base/whatis-ptype-typedefs.exp: New.
3972 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3973 (an_int, an_int_type, an_int_type2): New globals.
3974 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3975 involving typedefs and cast expressions.
3976 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3977 (lookup_typedefs_function): New.
3978 (typedefs_pretty_printers_dict): New.
3979 (top level): Register lookup_typedefs_function in
3980 gdb.pretty_printers.
3981
3982 2017-08-18 Yao Qi <yao.qi@linaro.org>
3983
3984 * gdb.server/unittest.exp: New.
3985
3986 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3987
3988 PR gdb/21954
3989 * gdb.base/environ.exp: Add test to check if 'unset environment'
3990 works.
3991
3992 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3993
3994 * lib/gdb.exp (universal_compile_options): New caching proc.
3995 (gdb_compile): Suppress GCC's coloring of messages.
3996
3997 2017-08-14 Tom Tromey <tom@tromey.com>
3998
3999 PR gdb/21675:
4000 * gdb.base/printcmds.exp (test_radices): New function.
4001 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4002 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4003 * lib/gdb.exp (get_integer_valueof): Use p/d.
4004
4005 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4006
4007 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4008 characters.
4009
4010 2017-08-05 Tom Tromey <tom@tromey.com>
4011
4012 * gdb.rust/simple.exp: Allow String to appear in a different
4013 namespace.
4014
4015 2017-07-26 Yao Qi <yao.qi@linaro.org>
4016
4017 * gdb.gdb/unittest.exp: Invoke command
4018 "maintenance check xml-descriptions".
4019
4020 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4021
4022 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4023 calling context.
4024 (hex128): Drop erroneous calculation of parameters.
4025
4026 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4027
4028 * gdb.python/py-unwind.exp: Disable stack protection when
4029 building test file.
4030
4031 2017-07-20 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.base/default.exp (set language): Adjust expected output.
4034
4035 2017-07-20 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4038 (test_minsym): ... this, and make static.
4039 (get_pck__foo__bar__minsym): Rename to ...
4040 (get_test_minsym): ... this.
4041 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4042 symbol names and comments.
4043 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4044 (get_test_minsym): ... this.
4045 (pck__foo__bar__minsym__2): Rename to ...
4046 (test_minsym): ... this.
4047 (main): Adjust.
4048
4049 2017-07-17 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/completion.exp: Adjust expected output.
4052 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4053 the completer works.
4054
4055 2017-07-17 Pedro Alves <palves@redhat.com>
4056
4057 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4058
4059 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4060
4061 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4062
4063 2017-07-14 Tom Tromey <tom@tromey.com>
4064
4065 PR rust/21764:
4066 * gdb.rust/simple.exp: Add tests.
4067
4068 2017-07-14 Tom Tromey <tom@tromey.com>
4069
4070 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4071
4072 2017-07-14 Pedro Alves <palves@redhat.com>
4073
4074 * gdb.linespec/base/one/thefile.cc (z1): New function.
4075 * gdb.linespec/base/two/thefile.cc (z2): New function.
4076 * gdb.linespec/linespec.exp: Add tests.
4077
4078 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4079
4080 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4081 to mi_create_breakpoint.
4082
4083 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4086 mi_create_breakpoint.
4087
4088 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4089
4090 * gdb.dlang/demangle.exp: Update for demangling changes.
4091
4092 2017-07-09 Tom Tromey <tom@tromey.com>
4093
4094 * gdb.dwarf2/shortpiece.exp: New file.
4095
4096 2017-07-06 David Blaikie <dblaikie@gmail.com>
4097
4098 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4099 built from fissiont-multi-cu{1,2}.c.
4100 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4101 except putting 'main' and 'func' in separate CUs in the same DWO file.
4102 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4103 test.
4104 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4105 test.
4106
4107 2017-07-06 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.python/py-unwind.exp: Test flushregs.
4110
4111 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4112
4113 PR cli/21688
4114 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4115 tests for alias commands and trailing whitespace.
4116
4117 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4118
4119 PR cli/21688
4120 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4121 procedure. Call it.
4122
4123 2017-06-29 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.base/printcmds.exp: Add tests.
4126
4127 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4128
4129 PR gdb/21337
4130 * gdb.base/reread-readsym.exp: New file.
4131 * gdb.base/reread-readsym.c: New file.
4132
4133 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4134
4135 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4136 subpattern.
4137
4138 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4139
4140 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4141 extended mnemonic.
4142 * gdb.arch/powerpc-power9.s: Likewise.
4143
4144 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4145
4146 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4147 on 32-bit x86 targets. Exploit is_*_target macros where
4148 appropriate.
4149
4150 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4151
4152 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4153 register pieces.
4154
4155 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4156
4157 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4158 located in one or more DWARF pieces.
4159
4160 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4161
4162 * lib/gdb.exp (get_endianness): New proc.
4163 * gdb.arch/aarch64-fp.exp: Use it.
4164 * gdb.arch/altivec-regs.exp: Likewise.
4165 * gdb.arch/e500-regs.exp: Likewise.
4166 * gdb.arch/vsx-regs.exp: Likewise.
4167 * gdb.base/dump.exp: Likewise.
4168 * gdb.base/funcargs.exp: Likewise.
4169 * gdb.base/gnu_vector.exp: Likewise.
4170 * gdb.dwarf2/formdata16.exp: Likewise.
4171 * gdb.dwarf2/implptrpiece.exp: Likewise.
4172 * gdb.dwarf2/nonvar-access.exp: Likewise.
4173 * gdb.python/py-inferior.exp: Likewise.
4174 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4175
4176 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4177
4178 PR gdb/21226
4179 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4180 stack value pieces are taken from the LSB end.
4181
4182 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4183
4184 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4185 variable at nonzero offset.
4186
4187 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4188
4189 * gdb.dwarf2/var-access.c: New file.
4190 * gdb.dwarf2/var-access.exp: New test.
4191 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4192
4193 2017-06-12 Tom Tromey <tom@tromey.com>
4194
4195 * gdb.dwarf2/formdata16.exp: Add tests.
4196
4197 2017-06-12 Tom Tromey <tom@tromey.com>
4198
4199 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4200
4201 2017-06-12 Tom Tromey <tom@tromey.com>
4202
4203 PR exp/16225:
4204 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4205 * gdb.arch/vsx-regs.exp: Update tests.
4206 * gdb.arch/s390-vregs.exp (hex128): New proc.
4207 Update test.
4208 * gdb.arch/altivec-regs.exp: Update tests.
4209
4210 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4211
4212 * gdb.base/startup-with-shell.c: New file.
4213 * gdb.base/startup-with-shell.exp: Likewise.
4214
4215 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4216
4217 * gdb.server/non-existing-program.exp: Update regex in order to
4218 reflect the fact that gdbserver is now using fork_inferior (with a
4219 shell) to startup the inferior.
4220
4221 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4222
4223 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4224 support function calls from GDB.
4225
4226 2017-05-21 Tom Tromey <tom@tromey.com>
4227
4228 PR rust/21466:
4229 * gdb.rust/unsized.exp: New file.
4230 * gdb.rust/unsized.rs: New file.
4231
4232 2017-05-19 Tom Tromey <tom@tromey.com>
4233
4234 PR rust/21484:
4235 * gdb.rust/watch.exp: New file.
4236 * gdb.rust/watch.rs: New file.
4237
4238 2017-05-18 Tom Tromey <tom@tromey.com>
4239
4240 * gdb.rust/simple.exp: Allow Box to be qualified.
4241
4242 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4243
4244 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4245
4246 2017-05-18 Pedro Alves <palves@redhat.com>
4247
4248 * gdb.base/fileio.c (test_write, test_read, test_close)
4249 (test_fstat): Don't print 'ret' in the fail path.
4250
4251 2017-05-18 Pedro Alves <palves@redhat.com>
4252
4253 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4254 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4255 (test_system, test_rename, test_unlink, test_time): Change
4256 prototypes.
4257 * gdb.base/fileio.exp (stop_msg): Adjust.
4258
4259 2017-05-18 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/fileio.c (null_str): New global.
4262 (test_stat): Use it.
4263 * gdb.base/fileio.exp: Remove nowarnings.
4264
4265 2017-05-17 Yao Qi <yao.qi@linaro.org>
4266
4267 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4268
4269 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4270
4271 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4272 argument command.
4273 (top-level): Invoke test_set_inferior_tty.
4274
4275 2017-05-04 Pedro Alves <palves@redhat.com>
4276
4277 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4278 Add parens to print call for Python 3.
4279
4280 2017-05-03 Keith Seitz <keiths@redhat.com>
4281
4282 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4283 (main): Call it.
4284
4285 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4286
4287 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4288 to prev and next.
4289
4290 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4291
4292 * gdb.python/py-record-btrace.exp: Remove test for
4293 gdb.BtraceInstruction.error.
4294
4295 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4296
4297 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4298
4299 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4300
4301 * gdb.python/py-record-btrace-threads.c: New file.
4302 * gdb.python/py-record-btrace-threads.exp: New file.
4303
4304 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4305
4306 PR testsuite/8595
4307 * gdb.base/environ.exp: Make test available in all architectures.
4308 Move bits related to "info program" testing to
4309 gdb.base/info-program.exp. Rewrite tests to use the two new
4310 procedures mentione below.
4311 (test_set_show_env_var) New procedure.
4312 (test_set_show_env_var_equal): Likewise.
4313 * gdb.base/info-program.exp: New file.
4314
4315 2017-04-27 Keith Seitz <keiths@redhat.com>
4316
4317 * gdb.cp/oranking.cc (test15): New function.
4318 (main): Call test15 and declare additional variables for testing.
4319 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4320 "p foo101('abc')" tests.
4321 Add tests for cv qualifier overloads.
4322 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4323 "lvalue reference overload" test.
4324 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4325 "print value of f1 on Child&& in f2" test.
4326
4327 2017-04-19 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4330 procedure.
4331 (top level): Call it.
4332 * lib/gdb.exp (gdb_define_cmd): New procedure.
4333
4334 2017-04-12 Pedro Alves <palves@redhat.com>
4335
4336 PR gdb/21323
4337 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4338 (wchar): New global.
4339 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4340 (do_test_wide_char, wide_char_types_no_program, top level): Add
4341 wchar_t testing.
4342
4343 2017-04-12 Pedro Alves <palves@redhat.com>
4344
4345 PR c++/21323
4346 * gdb.cp/wide_char_types.c: New file.
4347 * gdb.cp/wide_char_types.exp: New file.
4348
4349 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4350
4351 PR gdb/21352
4352 * gdb.trace/tsv.exp: Add test for "tsave -r".
4353
4354 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4355
4356 * gdb.dlang/watch-loc.c: New file.
4357 * gdb.dlang/watch-loc.exp: New file.
4358
4359 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4360
4361 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4362
4363 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4364
4365 * gdb.arch/arc-analyze-prologue.S: New file.
4366 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4367
4368 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4369
4370 * gdb.arch/arc-decode-insn.S: New file.
4371 * gdb.arch/arc-decode-insn.exp: Likewise.
4372
4373 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4374
4375 PR tdep/20928
4376 * gdb.arch/sparc64-regs.exp: New file.
4377 * gdb.arch/sparc64-regs.S: Likewise.
4378
4379 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4380
4381 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4382 and memory view on Python 3.
4383
4384 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4385 Keith Seitz <keiths@redhat.com>
4386
4387 PR gdb/14441
4388 * gdb.cp/demangle.exp: Add rvalue reference tests.
4389 * gdb.cp/rvalue-ref-casts.cc: New file.
4390 * gdb.cp/rvalue-ref-casts.exp: New file.
4391 * gdb.cp/rvalue-ref-overload.cc: New file.
4392 * gdb.cp/rvalue-ref-overload.exp: New file.
4393 * gdb.cp/rvalue-ref-params.cc: New file.
4394 * gdb.cp/rvalue-ref-params.exp: New file.
4395 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4396 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4397 * gdb.cp/rvalue-ref-types.cc: New file.
4398 * gdb.cp/rvalue-ref-types.exp: New file.
4399 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4400 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4401
4402 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4403
4404 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4405 New procedure.
4406
4407 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4408
4409 * lib/mi-support.exp (mi_gdb_test): Add additional message
4410 for unexpected output.
4411
4412 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4413
4414 * gdb.base/examine-backward.c (Barrier): New character array
4415 constant, to ensure that TestStrings is preceded by a string
4416 terminator.
4417
4418 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4419
4420 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4421 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4422 and implicit pointer into such a location.
4423
4424 2017-03-16 Doug Evans <dje@google.com>
4425
4426 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4427
4428 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4429
4430 * gdb.cp/m-static.exp: Fix expectation for prototype of
4431 test5.single_constructor and single_constructor::single_constructor.
4432
4433 2017-03-16 Doug Evans <dje@google.com>
4434
4435 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4436 * gdb.guile/scm-lazy-string.c: New file.
4437 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4438 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4439 for pointer, array, typedef lazy strings.
4440
4441 2017-03-16 Doug Evans <dje@google.com>
4442
4443 PR python/17728, python/18439, python/18779
4444 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4445 * gdb.python/py-lazy-string.c (pointer): New typedef.
4446 (main): New locals ptr, array, typedef_ptr.
4447 * gdb.python/py-value.exp: Move lazy string tests to ...
4448 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4449 array, typedef lazy strings.
4450
4451 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4452
4453 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4454 Add optional 'test' parameter.
4455
4456 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4457
4458 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4459 Skip for versions of DejaGnu < 1.5.
4460
4461 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4462
4463 * lib/gdb.exp (dejagnu_version): New proc.
4464 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4465 Use dejagnu_version.
4466
4467 2017-03-10 Keith Seitz <keiths@redhat.com>
4468
4469 PR c++/8128
4470 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4471 type from destructor regexps.
4472 Add a branch which actually passes the test.
4473 Adjust "ptype t5i" test names.
4474
4475 2017-03-08 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.base/step-over-exit.exp: Add explicit test message.
4478
4479 2017-03-08 Pedro Alves <palves@redhat.com>
4480
4481 PR gdb/18360
4482 * gdb.threads/interrupt-while-step-over.c: New file.
4483 * gdb.threads/interrupt-while-step-over.exp: New file.
4484
4485 2017-03-08 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4488 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4489
4490 2017-03-08 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4493 PKRU as not supported as a PASS.
4494
4495 2017-03-08 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4498 prefix instead of $binfile1/$binfile2.
4499 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4500 in test message.
4501 * gdb.python/py-completion.exp: Use "load python file" as test
4502 messages instead of unstable path names.
4503
4504 2017-03-08 Pedro Alves <palves@redhat.com>
4505 Jan Kratochvil <jan.kratochvil@redhat.com>
4506
4507 PR cli/21218
4508 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4509 New proc.
4510 (top level): Call it.
4511
4512 2017-03-08 Pedro Alves <palves@redhat.com>
4513
4514 PR tui/21216
4515 * gdb.tui/tui-nl-filtered-output.exp: New file.
4516
4517 2017-03-08 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.base/completion.exp: Move TUI completion tests to ...
4520 * gdb.tui/completion.exp: ... this new file.
4521
4522 2017-03-08 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/tui-disasm-long-lines.c,
4525 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4526 gdb.base/tui-layout.exp: Move to ...
4527 * gdb.tui/: ... this new directory.
4528
4529 2017-03-07 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/tui-layout.c: New file.
4532 * gdb.base/tui-layout.exp: New file.
4533
4534 2017-03-07 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.base/tui-layout.c: Rename to ...
4537 * gdb.base/tui-disasm-long-lines.c: ... this.
4538 * gdb.base/tui-layout.exp: Rename to ...
4539 * gdb.base/tui-disasm-long-lines.exp: ... this.
4540
4541 2017-03-07 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4544
4545 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4546
4547 * i386-mpx-call.c: New file.
4548 * i386-mpx-call.exp: New file.
4549
4550 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4551
4552 * gdb.arch/powerpc-power.exp: Delete test.
4553 * gdb.arch/powerpc-power.s: Likewise.
4554 * gdb.disasm/disassembler-options.exp: New test.
4555 * gdb.arch/powerpc-altivec.exp: Likewise.
4556 * gdb.arch/powerpc-altivec.s: Likewise.
4557 * gdb.arch/powerpc-altivec2.exp: Likewise.
4558 * gdb.arch/powerpc-altivec2.s: Likewise.
4559 * gdb.arch/powerpc-altivec3.exp: Likewise.
4560 * gdb.arch/powerpc-altivec3.s: Likewise.
4561 * gdb.arch/powerpc-power7.exp: Likewise.
4562 * gdb.arch/powerpc-power7.s: Likewise.
4563 * gdb.arch/powerpc-power8.exp: Likewise.
4564 * gdb.arch/powerpc-power8.s: Likewise.
4565 * gdb.arch/powerpc-power9.exp: Likewise.
4566 * gdb.arch/powerpc-power9.s: Likewise.
4567 * gdb.arch/powerpc-vsx.exp: Likewise.
4568 * gdb.arch/powerpc-vsx.s: Likewise.
4569 * gdb.arch/powerpc-vsx2.exp: Likewise.
4570 * gdb.arch/powerpc-vsx2.s: Likewise.
4571 * gdb.arch/powerpc-vsx3.exp: Likewise.
4572 * gdb.arch/powerpc-vsx3.s: Likewise.
4573 * gdb.arch/arm-disassembler-options.exp: Likewise.
4574 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4575 * gdb.arch/s390-disassembler-options.exp: Likewise.
4576
4577 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
4578
4579 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4580 (check_supported_features): ... this. Changed return type to void.
4581 (supports_rdseed): New static global.
4582 (rdseed): Check supports_rdseed.
4583 (initialize): Call check_supported_features.
4584
4585 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4586
4587 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4588 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4589 and lqarx/stqcx.
4590 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4591 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4592
4593 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4594
4595 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4596 uppercase.
4597
4598 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4599
4600 * gdb.dwarf2/formdata16.c: New file.
4601 * gdb.dwarf2/formdata16.exp: New file.
4602 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4603
4604 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4605
4606 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4607 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4608 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4609 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4610 DW_AT_GNU_*.
4611
4612 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4613
4614 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4615
4616 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4617
4618 PR gdb/21164
4619 * gdb.base/maint.exp: Add testcases for when the commands do
4620 not have arguments.
4621
4622 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4623
4624 * gdb.cp/chained-calls.exp: Use p instead of P.
4625
4626 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4627
4628 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4629 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4630
4631 2017-02-14 Tom Tromey <tom@tromey.com>
4632
4633 PR python/13598:
4634 * gdb.python/py-events.exp: Add before_prompt event tests.
4635
4636 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4637
4638 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4639
4640 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4641
4642 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4643 (main): Call my_unique_function_name.
4644 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4645 completion of patterns with a single match.
4646 Add missing -re switches to gdb_test_multiple calls.
4647
4648 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4649
4650 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4651 return if core file is not recognized.
4652
4653 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4654
4655 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4656 and extra UIs.
4657
4658 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4659
4660 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4661 proc_with_prefix.
4662
4663 2017-02-10 Tom Tromey <tom@tromey.com>
4664
4665 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4666
4667 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
4668
4669 PR gdb/21122
4670 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4671
4672 2017-02-08 Jerome Guitton <guitton@adacore.com>
4673
4674 * gdb.base/define.exp: Add test for command abbreviations
4675 in define.
4676
4677 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
4678
4679 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4680 * gdb.reverse/insn-reverse-x86.c: New file.
4681
4682 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4683
4684 PR tdep/20936
4685 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4686
4687 2017-02-03 Tom Tromey <tom@tromey.com>
4688
4689 PR rust/21097:
4690 * gdb.rust/simple.exp: Add new tests.
4691
4692 2017-02-02 Pedro Alves <palves@redhat.com>
4693
4694 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4695 tests.
4696
4697 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4698
4699 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4700 taking a 2-byte value out of a 4-byte DWARF implicit value on
4701 big-endian targets.
4702 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4703 logic. Add test cases for DW_OP_implicit.
4704
4705 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4706
4707 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4708
4709 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4710
4711 * gdb.btrace/enable.exp: Call gdb_exit before
4712 skip_gdbserver_tests.
4713
4714 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4715
4716 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4717 GDBFLAGS.
4718
4719 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4720
4721 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4722 the test is skipped.
4723 * gdb.btrace/data.exp: Likewise.
4724 * gdb.btrace/delta.exp: Likewise.
4725 * gdb.btrace/dlopen.exp: Likewise.
4726 * gdb.btrace/enable-running.exp: Likewise.
4727 * gdb.btrace/enable.exp: Likewise.
4728 * gdb.btrace/exception.exp: Likewise.
4729 * gdb.btrace/function_call_history.exp: Likewise.
4730 * gdb.btrace/gcore.exp: Likewise.
4731 * gdb.btrace/instruction_history.exp: Likewise.
4732 * gdb.btrace/multi-thread-step.exp: Likewise.
4733 * gdb.btrace/nohist.exp: Likewise.
4734 * gdb.btrace/non-stop.exp: Likewise.
4735 * gdb.btrace/reconnect.exp: Likewise.
4736 * gdb.btrace/record_goto-step.exp: Likewise.
4737 * gdb.btrace/record_goto.exp: Likewise.
4738 * gdb.btrace/rn-dl-bind.exp: Likewise.
4739 * gdb.btrace/segv.exp: Likewise.
4740 * gdb.btrace/step.exp: Likewise.
4741 * gdb.btrace/stepi.exp: Likewise.
4742 * gdb.btrace/tailcall-only.exp: Likewise.
4743 * gdb.btrace/tailcall.exp: Likewise.
4744 * gdb.btrace/tsx.exp: Likewise.
4745 * gdb.btrace/unknown_functions.exp: Likewise.
4746 * gdb.btrace/vdso.exp: Likewise.
4747
4748 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4749
4750 * gdb.btrace/enable-running.c: New.
4751 * gdb.btrace/enable-running.exp: New.
4752
4753 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4754
4755 * gdb.arch/amd64-gs_base.c: New file.
4756 * gdb.arch/amd64-gs_base.exp: New file.
4757
4758 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4759
4760 * lib/memory.exp: Remove spurious empty newlines.
4761
4762 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4763
4764 * gdb.python/py-bad-printers.exp: Load python file using "source".
4765 * gdb.python/py-events.exp: Likewise.
4766 * gdb.python/py-evsignal.exp: Likewise.
4767 * gdb.python/py-evthreads.exp: Likewise.
4768 * gdb.python/py-frame-args.exp: Likewise.
4769 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4770 * gdb.python/py-framefilter-mi.exp: Likewise.
4771 * gdb.python/py-framefilter.exp: Likewise.
4772 * gdb.python/py-mi.exp: Likewise.
4773 * gdb.python/py-pp-maint.exp: Likewise.
4774 * gdb.python/py-pp-registration.exp: Likewise.
4775 * gdb.python/py-prettyprint.exp: Likewise.
4776 (run_lang_tests): Likewise.
4777 * gdb.python/py-typeprint.exp: Likewise.
4778
4779 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4780
4781 * lib/memory.exp: New file.
4782 * lib/gdb.exp: Load memory.exp.
4783 * gdb.base/memattr.exp (delete_memory): Move proc to
4784 lib/memory.exp and rename to delete_memory_regions.
4785 Replace delete_memory with delete_memory_regions.
4786 Cleanup memory regions before tests.
4787 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4788 before tests.
4789
4790 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4791
4792 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4793 files.
4794 (initialize): New function conditionally defined.
4795 (testcases): Move within conditional block.
4796 (main): Call initialize.
4797 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4798 of gdb.reverse/insn-reverse.c.
4799 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4800 gdb.reverse/insn-reverse.c.
4801
4802 2017-01-26 Yao Qi <yao.qi@linaro.org>
4803
4804 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4805 disassemble on address 0.
4806
4807 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4808 Yao Qi <yao.qi@linaro.org>
4809
4810 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4811 * gdb.dwarf2/implptr-64bit.S: Remove.
4812 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4813 variables in caller's context. Add DW_OP_implicit_value.
4814
4815 2017-01-25 Yao Qi <yao.qi@linaro.org>
4816
4817 * lib/dwarf.exp (Dwarf::_location): Handle
4818 DW_OP_GNU_implicit_pointer with proper size.
4819
4820 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4821
4822 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4823 and add untested calls.
4824
4825 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4826
4827 * gdb.python/python.exp: Check line number against what GDB thinks
4828 the line number is for func1.
4829
4830 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4831
4832 * gdb.dlang/debug-expr.exp: New file.
4833
4834 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4835
4836 Fix test names for the following files:
4837
4838 * gdb.ada/exec_changed.exp
4839 * gdb.ada/info_types.exp
4840 * gdb.arch/aarch64-atomic-inst.exp
4841 * gdb.arch/aarch64-fp.exp
4842 * gdb.arch/altivec-abi.exp
4843 * gdb.arch/altivec-regs.exp
4844 * gdb.arch/amd64-byte.exp
4845 * gdb.arch/amd64-disp-step.exp
4846 * gdb.arch/amd64-dword.exp
4847 * gdb.arch/amd64-entry-value-inline.exp
4848 * gdb.arch/amd64-entry-value-param.exp
4849 * gdb.arch/amd64-entry-value-paramref.exp
4850 * gdb.arch/amd64-entry-value.exp
4851 * gdb.arch/amd64-i386-address.exp
4852 * gdb.arch/amd64-invalid-stack-middle.exp
4853 * gdb.arch/amd64-invalid-stack-top.exp
4854 * gdb.arch/amd64-optimout-repeat.exp
4855 * gdb.arch/amd64-prologue-skip.exp
4856 * gdb.arch/amd64-prologue-xmm.exp
4857 * gdb.arch/amd64-stap-special-operands.exp
4858 * gdb.arch/amd64-stap-wrong-subexp.exp
4859 * gdb.arch/amd64-tailcall-cxx.exp
4860 * gdb.arch/amd64-tailcall-noret.exp
4861 * gdb.arch/amd64-tailcall-ret.exp
4862 * gdb.arch/amd64-tailcall-self.exp
4863 * gdb.arch/amd64-word.exp
4864 * gdb.arch/arm-bl-branch-dest.exp
4865 * gdb.arch/arm-disp-step.exp
4866 * gdb.arch/arm-neon.exp
4867 * gdb.arch/arm-single-step-kernel-helper.exp
4868 * gdb.arch/avr-flash-qualifier.exp
4869 * gdb.arch/disp-step-insn-reloc.exp
4870 * gdb.arch/e500-abi.exp
4871 * gdb.arch/e500-regs.exp
4872 * gdb.arch/ftrace-insn-reloc.exp
4873 * gdb.arch/i386-avx512.exp
4874 * gdb.arch/i386-bp_permanent.exp
4875 * gdb.arch/i386-byte.exp
4876 * gdb.arch/i386-cfi-notcurrent.exp
4877 * gdb.arch/i386-disp-step.exp
4878 * gdb.arch/i386-dr3-watch.exp
4879 * gdb.arch/i386-float.exp
4880 * gdb.arch/i386-gnu-cfi.exp
4881 * gdb.arch/i386-mpx-map.exp
4882 * gdb.arch/i386-mpx-sigsegv.exp
4883 * gdb.arch/i386-mpx-simple_segv.exp
4884 * gdb.arch/i386-mpx.exp
4885 * gdb.arch/i386-permbkpt.exp
4886 * gdb.arch/i386-prologue.exp
4887 * gdb.arch/i386-signal.exp
4888 * gdb.arch/i386-size-overlap.exp
4889 * gdb.arch/i386-unwind.exp
4890 * gdb.arch/i386-word.exp
4891 * gdb.arch/mips-fcr.exp
4892 * gdb.arch/powerpc-d128-regs.exp
4893 * gdb.arch/powerpc-stackless.exp
4894 * gdb.arch/ppc64-atomic-inst.exp
4895 * gdb.arch/s390-stackless.exp
4896 * gdb.arch/s390-tdbregs.exp
4897 * gdb.arch/s390-vregs.exp
4898 * gdb.arch/sparc-sysstep.exp
4899 * gdb.arch/thumb-bx-pc.exp
4900 * gdb.arch/thumb-singlestep.exp
4901 * gdb.arch/thumb2-it.exp
4902 * gdb.arch/vsx-regs.exp
4903 * gdb.asm/asm-source.exp
4904 * gdb.base/a2-run.exp
4905 * gdb.base/advance.exp
4906 * gdb.base/all-bin.exp
4907 * gdb.base/anon.exp
4908 * gdb.base/args.exp
4909 * gdb.base/arithmet.exp
4910 * gdb.base/async-shell.exp
4911 * gdb.base/async.exp
4912 * gdb.base/attach-pie-noexec.exp
4913 * gdb.base/attach-twice.exp
4914 * gdb.base/auto-load.exp
4915 * gdb.base/bang.exp
4916 * gdb.base/bitfields.exp
4917 * gdb.base/break-always.exp
4918 * gdb.base/break-caller-line.exp
4919 * gdb.base/break-entry.exp
4920 * gdb.base/break-inline.exp
4921 * gdb.base/break-on-linker-gcd-function.exp
4922 * gdb.base/break-probes.exp
4923 * gdb.base/break.exp
4924 * gdb.base/breakpoint-shadow.exp
4925 * gdb.base/call-ar-st.exp
4926 * gdb.base/call-sc.exp
4927 * gdb.base/call-signal-resume.exp
4928 * gdb.base/call-strs.exp
4929 * gdb.base/callfuncs.exp
4930 * gdb.base/catch-fork-static.exp
4931 * gdb.base/catch-gdb-caused-signals.exp
4932 * gdb.base/catch-load.exp
4933 * gdb.base/catch-signal-fork.exp
4934 * gdb.base/catch-signal.exp
4935 * gdb.base/catch-syscall.exp
4936 * gdb.base/charset.exp
4937 * gdb.base/checkpoint.exp
4938 * gdb.base/chng-syms.exp
4939 * gdb.base/code-expr.exp
4940 * gdb.base/code_elim.exp
4941 * gdb.base/commands.exp
4942 * gdb.base/completion.exp
4943 * gdb.base/complex.exp
4944 * gdb.base/cond-expr.exp
4945 * gdb.base/condbreak.exp
4946 * gdb.base/consecutive.exp
4947 * gdb.base/continue-all-already-running.exp
4948 * gdb.base/coredump-filter.exp
4949 * gdb.base/corefile.exp
4950 * gdb.base/dbx.exp
4951 * gdb.base/debug-expr.exp
4952 * gdb.base/define.exp
4953 * gdb.base/del.exp
4954 * gdb.base/disabled-location.exp
4955 * gdb.base/disasm-end-cu.exp
4956 * gdb.base/disasm-optim.exp
4957 * gdb.base/display.exp
4958 * gdb.base/duplicate-bp.exp
4959 * gdb.base/ena-dis-br.exp
4960 * gdb.base/ending-run.exp
4961 * gdb.base/enumval.exp
4962 * gdb.base/environ.exp
4963 * gdb.base/eu-strip-infcall.exp
4964 * gdb.base/eval-avoid-side-effects.exp
4965 * gdb.base/eval-skip.exp
4966 * gdb.base/exitsignal.exp
4967 * gdb.base/expand-psymtabs.exp
4968 * gdb.base/filesym.exp
4969 * gdb.base/find-unmapped.exp
4970 * gdb.base/finish.exp
4971 * gdb.base/float.exp
4972 * gdb.base/foll-exec-mode.exp
4973 * gdb.base/foll-exec.exp
4974 * gdb.base/foll-fork.exp
4975 * gdb.base/fortran-sym-case.exp
4976 * gdb.base/freebpcmd.exp
4977 * gdb.base/func-ptr.exp
4978 * gdb.base/func-ptrs.exp
4979 * gdb.base/funcargs.exp
4980 * gdb.base/gcore-buffer-overflow.exp
4981 * gdb.base/gcore-relro-pie.exp
4982 * gdb.base/gcore-relro.exp
4983 * gdb.base/gcore.exp
4984 * gdb.base/gdb1090.exp
4985 * gdb.base/gdb11530.exp
4986 * gdb.base/gdb11531.exp
4987 * gdb.base/gdb1821.exp
4988 * gdb.base/gdbindex-stabs.exp
4989 * gdb.base/gdbvars.exp
4990 * gdb.base/hbreak.exp
4991 * gdb.base/hbreak2.exp
4992 * gdb.base/included.exp
4993 * gdb.base/infcall-input.exp
4994 * gdb.base/inferior-died.exp
4995 * gdb.base/infnan.exp
4996 * gdb.base/info-macros.exp
4997 * gdb.base/info-os.exp
4998 * gdb.base/info-proc.exp
4999 * gdb.base/info-shared.exp
5000 * gdb.base/info-target.exp
5001 * gdb.base/infoline.exp
5002 * gdb.base/interp.exp
5003 * gdb.base/interrupt.exp
5004 * gdb.base/jit-reader.exp
5005 * gdb.base/jit-simple.exp
5006 * gdb.base/kill-after-signal.exp
5007 * gdb.base/kill-detach-inferiors-cmd.exp
5008 * gdb.base/label.exp
5009 * gdb.base/langs.exp
5010 * gdb.base/ldbl_e308.exp
5011 * gdb.base/line-symtabs.exp
5012 * gdb.base/linespecs.exp
5013 * gdb.base/list.exp
5014 * gdb.base/long_long.exp
5015 * gdb.base/longest-types.exp
5016 * gdb.base/maint.exp
5017 * gdb.base/max-value-size.exp
5018 * gdb.base/memattr.exp
5019 * gdb.base/mips_pro.exp
5020 * gdb.base/morestack.exp
5021 * gdb.base/moribund-step.exp
5022 * gdb.base/multi-forks.exp
5023 * gdb.base/nested-addr.exp
5024 * gdb.base/nextoverexit.exp
5025 * gdb.base/noreturn-finish.exp
5026 * gdb.base/noreturn-return.exp
5027 * gdb.base/nostdlib.exp
5028 * gdb.base/offsets.exp
5029 * gdb.base/opaque.exp
5030 * gdb.base/pc-fp.exp
5031 * gdb.base/permissions.exp
5032 * gdb.base/print-symbol-loading.exp
5033 * gdb.base/prologue-include.exp
5034 * gdb.base/psymtab.exp
5035 * gdb.base/ptype.exp
5036 * gdb.base/random-signal.exp
5037 * gdb.base/randomize.exp
5038 * gdb.base/range-stepping.exp
5039 * gdb.base/readline-ask.exp
5040 * gdb.base/recpar.exp
5041 * gdb.base/recurse.exp
5042 * gdb.base/relational.exp
5043 * gdb.base/restore.exp
5044 * gdb.base/return-nodebug.exp
5045 * gdb.base/return.exp
5046 * gdb.base/run-after-attach.exp
5047 * gdb.base/save-bp.exp
5048 * gdb.base/scope.exp
5049 * gdb.base/sect-cmd.exp
5050 * gdb.base/set-lang-auto.exp
5051 * gdb.base/set-noassign.exp
5052 * gdb.base/setvar.exp
5053 * gdb.base/sigall.exp
5054 * gdb.base/sigbpt.exp
5055 * gdb.base/siginfo-addr.exp
5056 * gdb.base/siginfo-infcall.exp
5057 * gdb.base/siginfo-obj.exp
5058 * gdb.base/siginfo.exp
5059 * gdb.base/signals-state-child.exp
5060 * gdb.base/signest.exp
5061 * gdb.base/sigstep.exp
5062 * gdb.base/sizeof.exp
5063 * gdb.base/skip.exp
5064 * gdb.base/solib-corrupted.exp
5065 * gdb.base/solib-nodir.exp
5066 * gdb.base/solib-search.exp
5067 * gdb.base/stack-checking.exp
5068 * gdb.base/stale-infcall.exp
5069 * gdb.base/stap-probe.exp
5070 * gdb.base/start.exp
5071 * gdb.base/step-break.exp
5072 * gdb.base/step-bt.exp
5073 * gdb.base/step-line.exp
5074 * gdb.base/step-over-exit.exp
5075 * gdb.base/step-over-syscall.exp
5076 * gdb.base/step-resume-infcall.exp
5077 * gdb.base/step-test.exp
5078 * gdb.base/store.exp
5079 * gdb.base/structs3.exp
5080 * gdb.base/sym-file.exp
5081 * gdb.base/symbol-without-target_section.exp
5082 * gdb.base/term.exp
5083 * gdb.base/testenv.exp
5084 * gdb.base/ui-redirect.exp
5085 * gdb.base/until.exp
5086 * gdb.base/unwindonsignal.exp
5087 * gdb.base/value-double-free.exp
5088 * gdb.base/vla-datatypes.exp
5089 * gdb.base/vla-ptr.exp
5090 * gdb.base/vla-sideeffect.exp
5091 * gdb.base/volatile.exp
5092 * gdb.base/watch-cond-infcall.exp
5093 * gdb.base/watch-cond.exp
5094 * gdb.base/watch-non-mem.exp
5095 * gdb.base/watch-read.exp
5096 * gdb.base/watch-vfork.exp
5097 * gdb.base/watchpoint-cond-gone.exp
5098 * gdb.base/watchpoint-delete.exp
5099 * gdb.base/watchpoint-hw-hit-once.exp
5100 * gdb.base/watchpoint-hw.exp
5101 * gdb.base/watchpoint-stops-at-right-insn.exp
5102 * gdb.base/watchpoints.exp
5103 * gdb.base/wchar.exp
5104 * gdb.base/whatis-exp.exp
5105 * gdb.btrace/buffer-size.exp
5106 * gdb.btrace/data.exp
5107 * gdb.btrace/delta.exp
5108 * gdb.btrace/dlopen.exp
5109 * gdb.btrace/enable.exp
5110 * gdb.btrace/exception.exp
5111 * gdb.btrace/function_call_history.exp
5112 * gdb.btrace/gcore.exp
5113 * gdb.btrace/instruction_history.exp
5114 * gdb.btrace/nohist.exp
5115 * gdb.btrace/reconnect.exp
5116 * gdb.btrace/record_goto-step.exp
5117 * gdb.btrace/record_goto.exp
5118 * gdb.btrace/rn-dl-bind.exp
5119 * gdb.btrace/segv.exp
5120 * gdb.btrace/step.exp
5121 * gdb.btrace/stepi.exp
5122 * gdb.btrace/tailcall-only.exp
5123 * gdb.btrace/tailcall.exp
5124 * gdb.btrace/tsx.exp
5125 * gdb.btrace/unknown_functions.exp
5126 * gdb.btrace/vdso.exp
5127 * gdb.compile/compile-ifunc.exp
5128 * gdb.compile/compile-ops.exp
5129 * gdb.compile/compile-print.exp
5130 * gdb.compile/compile-setjmp.exp
5131 * gdb.cp/abstract-origin.exp
5132 * gdb.cp/ambiguous.exp
5133 * gdb.cp/annota2.exp
5134 * gdb.cp/annota3.exp
5135 * gdb.cp/anon-ns.exp
5136 * gdb.cp/anon-struct.exp
5137 * gdb.cp/anon-union.exp
5138 * gdb.cp/arg-reference.exp
5139 * gdb.cp/baseenum.exp
5140 * gdb.cp/bool.exp
5141 * gdb.cp/breakpoint.exp
5142 * gdb.cp/bs15503.exp
5143 * gdb.cp/call-c.exp
5144 * gdb.cp/casts.exp
5145 * gdb.cp/chained-calls.exp
5146 * gdb.cp/class2.exp
5147 * gdb.cp/classes.exp
5148 * gdb.cp/cmpd-minsyms.exp
5149 * gdb.cp/converts.exp
5150 * gdb.cp/cp-relocate.exp
5151 * gdb.cp/cpcompletion.exp
5152 * gdb.cp/cpexprs.exp
5153 * gdb.cp/cplabel.exp
5154 * gdb.cp/cplusfuncs.exp
5155 * gdb.cp/cpsizeof.exp
5156 * gdb.cp/ctti.exp
5157 * gdb.cp/derivation.exp
5158 * gdb.cp/destrprint.exp
5159 * gdb.cp/dispcxx.exp
5160 * gdb.cp/enum-class.exp
5161 * gdb.cp/exception.exp
5162 * gdb.cp/exceptprint.exp
5163 * gdb.cp/expand-psymtabs-cxx.exp
5164 * gdb.cp/expand-sals.exp
5165 * gdb.cp/extern-c.exp
5166 * gdb.cp/filename.exp
5167 * gdb.cp/formatted-ref.exp
5168 * gdb.cp/fpointer.exp
5169 * gdb.cp/gdb1355.exp
5170 * gdb.cp/gdb2495.exp
5171 * gdb.cp/hang.exp
5172 * gdb.cp/impl-this.exp
5173 * gdb.cp/infcall-dlopen.exp
5174 * gdb.cp/inherit.exp
5175 * gdb.cp/iostream.exp
5176 * gdb.cp/koenig.exp
5177 * gdb.cp/local.exp
5178 * gdb.cp/m-data.exp
5179 * gdb.cp/m-static.exp
5180 * gdb.cp/mb-ctor.exp
5181 * gdb.cp/mb-inline.exp
5182 * gdb.cp/mb-templates.exp
5183 * gdb.cp/member-name.exp
5184 * gdb.cp/member-ptr.exp
5185 * gdb.cp/meth-typedefs.exp
5186 * gdb.cp/method.exp
5187 * gdb.cp/method2.exp
5188 * gdb.cp/minsym-fallback.exp
5189 * gdb.cp/misc.exp
5190 * gdb.cp/namelessclass.exp
5191 * gdb.cp/namespace-enum.exp
5192 * gdb.cp/namespace-nested-import.exp
5193 * gdb.cp/namespace.exp
5194 * gdb.cp/nextoverthrow.exp
5195 * gdb.cp/no-dmgl-verbose.exp
5196 * gdb.cp/non-trivial-retval.exp
5197 * gdb.cp/noparam.exp
5198 * gdb.cp/nsdecl.exp
5199 * gdb.cp/nsimport.exp
5200 * gdb.cp/nsnested.exp
5201 * gdb.cp/nsnoimports.exp
5202 * gdb.cp/nsrecurs.exp
5203 * gdb.cp/nsstress.exp
5204 * gdb.cp/nsusing.exp
5205 * gdb.cp/operator.exp
5206 * gdb.cp/oranking.exp
5207 * gdb.cp/overload-const.exp
5208 * gdb.cp/overload.exp
5209 * gdb.cp/ovldbreak.exp
5210 * gdb.cp/ovsrch.exp
5211 * gdb.cp/paren-type.exp
5212 * gdb.cp/parse-lang.exp
5213 * gdb.cp/pass-by-ref.exp
5214 * gdb.cp/pr-1023.exp
5215 * gdb.cp/pr-1210.exp
5216 * gdb.cp/pr-574.exp
5217 * gdb.cp/pr10687.exp
5218 * gdb.cp/pr12028.exp
5219 * gdb.cp/pr17132.exp
5220 * gdb.cp/pr17494.exp
5221 * gdb.cp/pr9067.exp
5222 * gdb.cp/pr9167.exp
5223 * gdb.cp/pr9631.exp
5224 * gdb.cp/printmethod.exp
5225 * gdb.cp/psmang.exp
5226 * gdb.cp/psymtab-parameter.exp
5227 * gdb.cp/ptype-cv-cp.exp
5228 * gdb.cp/ptype-flags.exp
5229 * gdb.cp/re-set-overloaded.exp
5230 * gdb.cp/ref-types.exp
5231 * gdb.cp/rtti.exp
5232 * gdb.cp/scope-err.exp
5233 * gdb.cp/shadow.exp
5234 * gdb.cp/smartp.exp
5235 * gdb.cp/static-method.exp
5236 * gdb.cp/static-print-quit.exp
5237 * gdb.cp/temargs.exp
5238 * gdb.cp/templates.exp
5239 * gdb.cp/try_catch.exp
5240 * gdb.cp/typedef-operator.exp
5241 * gdb.cp/typeid.exp
5242 * gdb.cp/userdef.exp
5243 * gdb.cp/using-crash.exp
5244 * gdb.cp/var-tag.exp
5245 * gdb.cp/virtbase.exp
5246 * gdb.cp/virtfunc.exp
5247 * gdb.cp/virtfunc2.exp
5248 * gdb.cp/vla-cxx.exp
5249 * gdb.disasm/t01_mov.exp
5250 * gdb.disasm/t02_mova.exp
5251 * gdb.disasm/t03_add.exp
5252 * gdb.disasm/t04_sub.exp
5253 * gdb.disasm/t05_cmp.exp
5254 * gdb.disasm/t06_ari2.exp
5255 * gdb.disasm/t07_ari3.exp
5256 * gdb.disasm/t08_or.exp
5257 * gdb.disasm/t09_xor.exp
5258 * gdb.disasm/t10_and.exp
5259 * gdb.disasm/t11_logs.exp
5260 * gdb.disasm/t12_bit.exp
5261 * gdb.disasm/t13_otr.exp
5262 * gdb.dlang/circular.exp
5263 * gdb.dwarf2/arr-stride.exp
5264 * gdb.dwarf2/arr-subrange.exp
5265 * gdb.dwarf2/atomic-type.exp
5266 * gdb.dwarf2/bad-regnum.exp
5267 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5268 * gdb.dwarf2/callframecfa.exp
5269 * gdb.dwarf2/clztest.exp
5270 * gdb.dwarf2/corrupt.exp
5271 * gdb.dwarf2/data-loc.exp
5272 * gdb.dwarf2/dup-psym.exp
5273 * gdb.dwarf2/dw2-anon-mptr.exp
5274 * gdb.dwarf2/dw2-anonymous-func.exp
5275 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5276 * gdb.dwarf2/dw2-bad-unresolved.exp
5277 * gdb.dwarf2/dw2-basic.exp
5278 * gdb.dwarf2/dw2-canonicalize-type.exp
5279 * gdb.dwarf2/dw2-case-insensitive.exp
5280 * gdb.dwarf2/dw2-common-block.exp
5281 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5282 * gdb.dwarf2/dw2-compressed.exp
5283 * gdb.dwarf2/dw2-const.exp
5284 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5285 * gdb.dwarf2/dw2-cu-size.exp
5286 * gdb.dwarf2/dw2-dup-frame.exp
5287 * gdb.dwarf2/dw2-entry-value.exp
5288 * gdb.dwarf2/dw2-icycle.exp
5289 * gdb.dwarf2/dw2-ifort-parameter.exp
5290 * gdb.dwarf2/dw2-inline-break.exp
5291 * gdb.dwarf2/dw2-inline-param.exp
5292 * gdb.dwarf2/dw2-intercu.exp
5293 * gdb.dwarf2/dw2-intermix.exp
5294 * gdb.dwarf2/dw2-lexical-block-bare.exp
5295 * gdb.dwarf2/dw2-linkage-name-trust.exp
5296 * gdb.dwarf2/dw2-minsym-in-cu.exp
5297 * gdb.dwarf2/dw2-noloc.exp
5298 * gdb.dwarf2/dw2-op-call.exp
5299 * gdb.dwarf2/dw2-op-out-param.exp
5300 * gdb.dwarf2/dw2-opt-structptr.exp
5301 * gdb.dwarf2/dw2-param-error.exp
5302 * gdb.dwarf2/dw2-producer.exp
5303 * gdb.dwarf2/dw2-ranges-base.exp
5304 * gdb.dwarf2/dw2-ref-missing-frame.exp
5305 * gdb.dwarf2/dw2-reg-undefined.exp
5306 * gdb.dwarf2/dw2-regno-invalid.exp
5307 * gdb.dwarf2/dw2-restore.exp
5308 * gdb.dwarf2/dw2-restrict.exp
5309 * gdb.dwarf2/dw2-single-line-discriminators.exp
5310 * gdb.dwarf2/dw2-strp.exp
5311 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5312 * gdb.dwarf2/dw2-unresolved.exp
5313 * gdb.dwarf2/dw2-var-zero-addr.exp
5314 * gdb.dwarf2/dw4-sig-types.exp
5315 * gdb.dwarf2/dwz.exp
5316 * gdb.dwarf2/dynarr-ptr.exp
5317 * gdb.dwarf2/enum-type.exp
5318 * gdb.dwarf2/gdb-index.exp
5319 * gdb.dwarf2/implptr-64bit.exp
5320 * gdb.dwarf2/implptr-optimized-out.exp
5321 * gdb.dwarf2/implptr.exp
5322 * gdb.dwarf2/implref-array.exp
5323 * gdb.dwarf2/implref-const.exp
5324 * gdb.dwarf2/implref-global.exp
5325 * gdb.dwarf2/implref-struct.exp
5326 * gdb.dwarf2/mac-fileno.exp
5327 * gdb.dwarf2/main-subprogram.exp
5328 * gdb.dwarf2/member-ptr-forwardref.exp
5329 * gdb.dwarf2/method-ptr.exp
5330 * gdb.dwarf2/missing-sig-type.exp
5331 * gdb.dwarf2/nonvar-access.exp
5332 * gdb.dwarf2/opaque-type-lookup.exp
5333 * gdb.dwarf2/pieces-optimized-out.exp
5334 * gdb.dwarf2/pieces.exp
5335 * gdb.dwarf2/pr10770.exp
5336 * gdb.dwarf2/pr13961.exp
5337 * gdb.dwarf2/staticvirtual.exp
5338 * gdb.dwarf2/subrange.exp
5339 * gdb.dwarf2/symtab-producer.exp
5340 * gdb.dwarf2/trace-crash.exp
5341 * gdb.dwarf2/typeddwarf.exp
5342 * gdb.dwarf2/valop.exp
5343 * gdb.dwarf2/watch-notconst.exp
5344 * gdb.fortran/array-element.exp
5345 * gdb.fortran/charset.exp
5346 * gdb.fortran/common-block.exp
5347 * gdb.fortran/complex.exp
5348 * gdb.fortran/derived-type-function.exp
5349 * gdb.fortran/derived-type.exp
5350 * gdb.fortran/logical.exp
5351 * gdb.fortran/module.exp
5352 * gdb.fortran/multi-dim.exp
5353 * gdb.fortran/nested-funcs.exp
5354 * gdb.fortran/print-formatted.exp
5355 * gdb.fortran/subarray.exp
5356 * gdb.fortran/vla-alloc-assoc.exp
5357 * gdb.fortran/vla-datatypes.exp
5358 * gdb.fortran/vla-history.exp
5359 * gdb.fortran/vla-ptr-info.exp
5360 * gdb.fortran/vla-ptype-sub.exp
5361 * gdb.fortran/vla-ptype.exp
5362 * gdb.fortran/vla-sizeof.exp
5363 * gdb.fortran/vla-type.exp
5364 * gdb.fortran/vla-value-sub-arbitrary.exp
5365 * gdb.fortran/vla-value-sub-finish.exp
5366 * gdb.fortran/vla-value-sub.exp
5367 * gdb.fortran/vla-value.exp
5368 * gdb.fortran/whatis_type.exp
5369 * gdb.go/chan.exp
5370 * gdb.go/handcall.exp
5371 * gdb.go/hello.exp
5372 * gdb.go/integers.exp
5373 * gdb.go/methods.exp
5374 * gdb.go/package.exp
5375 * gdb.go/strings.exp
5376 * gdb.go/types.exp
5377 * gdb.go/unsafe.exp
5378 * gdb.guile/scm-arch.exp
5379 * gdb.guile/scm-block.exp
5380 * gdb.guile/scm-breakpoint.exp
5381 * gdb.guile/scm-cmd.exp
5382 * gdb.guile/scm-disasm.exp
5383 * gdb.guile/scm-equal.exp
5384 * gdb.guile/scm-frame-args.exp
5385 * gdb.guile/scm-frame-inline.exp
5386 * gdb.guile/scm-frame.exp
5387 * gdb.guile/scm-iterator.exp
5388 * gdb.guile/scm-math.exp
5389 * gdb.guile/scm-objfile.exp
5390 * gdb.guile/scm-ports.exp
5391 * gdb.guile/scm-symbol.exp
5392 * gdb.guile/scm-symtab.exp
5393 * gdb.guile/scm-value-cc.exp
5394 * gdb.guile/types-module.exp
5395 * gdb.linespec/break-ask.exp
5396 * gdb.linespec/cpexplicit.exp
5397 * gdb.linespec/explicit.exp
5398 * gdb.linespec/keywords.exp
5399 * gdb.linespec/linespec.exp
5400 * gdb.linespec/ls-dollar.exp
5401 * gdb.linespec/ls-errs.exp
5402 * gdb.linespec/skip-two.exp
5403 * gdb.linespec/thread.exp
5404 * gdb.mi/mi-async.exp
5405 * gdb.mi/mi-basics.exp
5406 * gdb.mi/mi-break.exp
5407 * gdb.mi/mi-catch-load.exp
5408 * gdb.mi/mi-cli.exp
5409 * gdb.mi/mi-cmd-param-changed.exp
5410 * gdb.mi/mi-console.exp
5411 * gdb.mi/mi-detach.exp
5412 * gdb.mi/mi-disassemble.exp
5413 * gdb.mi/mi-eval.exp
5414 * gdb.mi/mi-file-transfer.exp
5415 * gdb.mi/mi-file.exp
5416 * gdb.mi/mi-fill-memory.exp
5417 * gdb.mi/mi-inheritance-syntax-error.exp
5418 * gdb.mi/mi-linespec-err-cp.exp
5419 * gdb.mi/mi-logging.exp
5420 * gdb.mi/mi-memory-changed.exp
5421 * gdb.mi/mi-read-memory.exp
5422 * gdb.mi/mi-record-changed.exp
5423 * gdb.mi/mi-reg-undefined.exp
5424 * gdb.mi/mi-regs.exp
5425 * gdb.mi/mi-return.exp
5426 * gdb.mi/mi-reverse.exp
5427 * gdb.mi/mi-simplerun.exp
5428 * gdb.mi/mi-solib.exp
5429 * gdb.mi/mi-stack.exp
5430 * gdb.mi/mi-stepi.exp
5431 * gdb.mi/mi-syn-frame.exp
5432 * gdb.mi/mi-until.exp
5433 * gdb.mi/mi-var-block.exp
5434 * gdb.mi/mi-var-child.exp
5435 * gdb.mi/mi-var-cmd.exp
5436 * gdb.mi/mi-var-cp.exp
5437 * gdb.mi/mi-var-display.exp
5438 * gdb.mi/mi-var-invalidate.exp
5439 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5440 * gdb.mi/mi-vla-fortran.exp
5441 * gdb.mi/mi-watch.exp
5442 * gdb.mi/mi2-var-child.exp
5443 * gdb.mi/user-selected-context-sync.exp
5444 * gdb.modula2/unbounded-array.exp
5445 * gdb.multi/dummy-frame-restore.exp
5446 * gdb.multi/multi-arch-exec.exp
5447 * gdb.multi/multi-arch.exp
5448 * gdb.multi/tids.exp
5449 * gdb.multi/watchpoint-multi.exp
5450 * gdb.opencl/callfuncs.exp
5451 * gdb.opencl/convs_casts.exp
5452 * gdb.opencl/datatypes.exp
5453 * gdb.opencl/operators.exp
5454 * gdb.opencl/vec_comps.exp
5455 * gdb.opt/clobbered-registers-O2.exp
5456 * gdb.opt/inline-break.exp
5457 * gdb.opt/inline-bt.exp
5458 * gdb.opt/inline-cmds.exp
5459 * gdb.opt/inline-locals.exp
5460 * gdb.pascal/case-insensitive-symbols.exp
5461 * gdb.pascal/floats.exp
5462 * gdb.pascal/gdb11492.exp
5463 * gdb.python/lib-types.exp
5464 * gdb.python/py-arch.exp
5465 * gdb.python/py-as-string.exp
5466 * gdb.python/py-bad-printers.exp
5467 * gdb.python/py-block.exp
5468 * gdb.python/py-breakpoint-create-fail.exp
5469 * gdb.python/py-breakpoint.exp
5470 * gdb.python/py-caller-is.exp
5471 * gdb.python/py-cmd.exp
5472 * gdb.python/py-explore-cc.exp
5473 * gdb.python/py-explore.exp
5474 * gdb.python/py-finish-breakpoint.exp
5475 * gdb.python/py-finish-breakpoint2.exp
5476 * gdb.python/py-frame-args.exp
5477 * gdb.python/py-frame-inline.exp
5478 * gdb.python/py-frame.exp
5479 * gdb.python/py-framefilter-mi.exp
5480 * gdb.python/py-infthread.exp
5481 * gdb.python/py-lazy-string.exp
5482 * gdb.python/py-linetable.exp
5483 * gdb.python/py-mi-events.exp
5484 * gdb.python/py-mi-objfile.exp
5485 * gdb.python/py-mi.exp
5486 * gdb.python/py-objfile.exp
5487 * gdb.python/py-pp-integral.exp
5488 * gdb.python/py-pp-maint.exp
5489 * gdb.python/py-pp-re-notag.exp
5490 * gdb.python/py-pp-registration.exp
5491 * gdb.python/py-recurse-unwind.exp
5492 * gdb.python/py-strfns.exp
5493 * gdb.python/py-symbol.exp
5494 * gdb.python/py-symtab.exp
5495 * gdb.python/py-sync-interp.exp
5496 * gdb.python/py-typeprint.exp
5497 * gdb.python/py-unwind-maint.exp
5498 * gdb.python/py-unwind.exp
5499 * gdb.python/py-value-cc.exp
5500 * gdb.python/py-xmethods.exp
5501 * gdb.reverse/amd64-tailcall-reverse.exp
5502 * gdb.reverse/break-precsave.exp
5503 * gdb.reverse/break-reverse.exp
5504 * gdb.reverse/consecutive-precsave.exp
5505 * gdb.reverse/consecutive-reverse.exp
5506 * gdb.reverse/finish-precsave.exp
5507 * gdb.reverse/finish-reverse-bkpt.exp
5508 * gdb.reverse/finish-reverse.exp
5509 * gdb.reverse/fstatat-reverse.exp
5510 * gdb.reverse/getresuid-reverse.exp
5511 * gdb.reverse/i386-precsave.exp
5512 * gdb.reverse/i386-reverse.exp
5513 * gdb.reverse/i386-sse-reverse.exp
5514 * gdb.reverse/i387-env-reverse.exp
5515 * gdb.reverse/i387-stack-reverse.exp
5516 * gdb.reverse/insn-reverse.exp
5517 * gdb.reverse/machinestate-precsave.exp
5518 * gdb.reverse/machinestate.exp
5519 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5520 * gdb.reverse/pipe-reverse.exp
5521 * gdb.reverse/readv-reverse.exp
5522 * gdb.reverse/recvmsg-reverse.exp
5523 * gdb.reverse/rerun-prec.exp
5524 * gdb.reverse/s390-mvcle.exp
5525 * gdb.reverse/step-precsave.exp
5526 * gdb.reverse/step-reverse.exp
5527 * gdb.reverse/time-reverse.exp
5528 * gdb.reverse/until-precsave.exp
5529 * gdb.reverse/until-reverse.exp
5530 * gdb.reverse/waitpid-reverse.exp
5531 * gdb.reverse/watch-precsave.exp
5532 * gdb.reverse/watch-reverse.exp
5533 * gdb.rust/generics.exp
5534 * gdb.rust/methods.exp
5535 * gdb.rust/modules.exp
5536 * gdb.rust/simple.exp
5537 * gdb.server/connect-with-no-symbol-file.exp
5538 * gdb.server/ext-attach.exp
5539 * gdb.server/ext-restart.exp
5540 * gdb.server/ext-wrapper.exp
5541 * gdb.server/file-transfer.exp
5542 * gdb.server/server-exec-info.exp
5543 * gdb.server/server-kill.exp
5544 * gdb.server/server-mon.exp
5545 * gdb.server/wrapper.exp
5546 * gdb.stabs/exclfwd.exp
5547 * gdb.stabs/gdb11479.exp
5548 * gdb.threads/clone-new-thread-event.exp
5549 * gdb.threads/corethreads.exp
5550 * gdb.threads/current-lwp-dead.exp
5551 * gdb.threads/dlopen-libpthread.exp
5552 * gdb.threads/gcore-thread.exp
5553 * gdb.threads/sigstep-threads.exp
5554 * gdb.threads/watchpoint-fork.exp
5555 * gdb.trace/actions-changed.exp
5556 * gdb.trace/backtrace.exp
5557 * gdb.trace/change-loc.exp
5558 * gdb.trace/circ.exp
5559 * gdb.trace/collection.exp
5560 * gdb.trace/disconnected-tracing.exp
5561 * gdb.trace/ftrace.exp
5562 * gdb.trace/mi-trace-frame-collected.exp
5563 * gdb.trace/mi-trace-unavailable.exp
5564 * gdb.trace/mi-traceframe-changed.exp
5565 * gdb.trace/mi-tsv-changed.exp
5566 * gdb.trace/no-attach-trace.exp
5567 * gdb.trace/passc-dyn.exp
5568 * gdb.trace/qtro.exp
5569 * gdb.trace/range-stepping.exp
5570 * gdb.trace/read-memory.exp
5571 * gdb.trace/save-trace.exp
5572 * gdb.trace/signal.exp
5573 * gdb.trace/status-stop.exp
5574 * gdb.trace/tfile.exp
5575 * gdb.trace/trace-break.exp
5576 * gdb.trace/trace-buffer-size.exp
5577 * gdb.trace/trace-condition.exp
5578 * gdb.trace/tracefile-pseudo-reg.exp
5579 * gdb.trace/tstatus.exp
5580 * gdb.trace/unavailable.exp
5581 * gdb.trace/while-dyn.exp
5582 * gdb.trace/while-stepping.exp
5583
5584 2016-12-22 Doug Evans <xdje42@gmail.com>
5585
5586 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5587 and msymbols.
5588
5589 2016-12-19 Yao Qi <yao.qi@linaro.org>
5590
5591 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5592 (test_with_self): Don't call do_steps_and_nexts, and remove
5593 code about stepping into xmalloc.
5594
5595 2016-12-09 Yao Qi <yao.qi@linaro.org>
5596
5597 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5598
5599 2016-12-09 Yao Qi <yao.qi@linaro.org>
5600
5601 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5602
5603 2016-12-09 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.base/all-architectures-0.exp: New file.
5606 * gdb.base/all-architectures-1.exp: New file.
5607 * gdb.base/all-architectures-2.exp: New file.
5608 * gdb.base/all-architectures-3.exp: New file.
5609 * gdb.base/all-architectures-4.exp: New file.
5610 * gdb.base/all-architectures-5.exp: New file.
5611 * gdb.base/all-architectures-6.exp: New file.
5612 * gdb.base/all-architectures-7.exp: New file.
5613 * gdb.base/all-architectures.exp.in: New file.
5614
5615 2016-12-09 Yao Qi <yao.qi@linaro.org>
5616
5617 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5618
5619 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5620
5621 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5622 possible.
5623 Remove useless pattern-matching code.
5624
5625 2016-12-02 Pedro Alves <palves@redhat.com>
5626
5627 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5628 procedure.
5629 (top level): Call it.
5630
5631 2016-12-02 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5634 New procedure.
5635 (top level): Call it.
5636
5637 2016-12-02 Pedro Alves <palves@redhat.com>
5638
5639 PR cli/20559
5640 * gdb.base/commands.exp (user_defined_command_args_eval): New
5641 procedure.
5642 (top level): Call it.
5643
5644 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5645
5646 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5647 timeout handling.
5648
5649 2016-12-02 Tom Tromey <tom@tromey.com>
5650
5651 * gdb.dwarf2/main-subprogram.c: New file.
5652 * gdb.dwarf2/main-subprogram.exp: New file.
5653
5654 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5655
5656 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5657 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5658 gdb_test_no_output for a couple of cases.
5659 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5660
5661 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5662
5663 Fix test names and standardize compilation error messages throughout
5664 the following files:
5665
5666 * gdb.ada/start.exp
5667 * gdb.arch/alpha-step.exp
5668 * gdb.arch/e500-prologue.exp
5669 * gdb.arch/ftrace-insn-reloc.exp
5670 * gdb.arch/gdb1291.exp
5671 * gdb.arch/gdb1431.exp
5672 * gdb.arch/gdb1558.exp
5673 * gdb.arch/i386-dr3-watch.exp
5674 * gdb.arch/i386-sse-stack-align.exp
5675 * gdb.arch/ia64-breakpoint-shadow.exp
5676 * gdb.arch/pa-nullify.exp
5677 * gdb.arch/powerpc-aix-prologue.exp
5678 * gdb.arch/thumb-bx-pc.exp
5679 * gdb.base/annota1.exp
5680 * gdb.base/annota3.exp
5681 * gdb.base/arrayidx.exp
5682 * gdb.base/assign.exp
5683 * gdb.base/attach.exp
5684 * gdb.base/auxv.exp
5685 * gdb.base/bang.exp
5686 * gdb.base/bfp-test.exp
5687 * gdb.base/bigcore.exp
5688 * gdb.base/bitfields2.exp
5689 * gdb.base/break-fun-addr.exp
5690 * gdb.base/break-probes.exp
5691 * gdb.base/call-rt-st.exp
5692 * gdb.base/callexit.exp
5693 * gdb.base/catch-fork-kill.exp
5694 * gdb.base/charset.exp
5695 * gdb.base/checkpoint.exp
5696 * gdb.base/comprdebug.exp
5697 * gdb.base/constvars.exp
5698 * gdb.base/coredump-filter.exp
5699 * gdb.base/cursal.exp
5700 * gdb.base/cvexpr.exp
5701 * gdb.base/detach.exp
5702 * gdb.base/display.exp
5703 * gdb.base/dmsym.exp
5704 * gdb.base/dprintf-pending.exp
5705 * gdb.base/dso2dso.exp
5706 * gdb.base/dtrace-probe.exp
5707 * gdb.base/dump.exp
5708 * gdb.base/enum_cond.exp
5709 * gdb.base/exe-lock.exp
5710 * gdb.base/exec-invalid-sysroot.exp
5711 * gdb.base/execl-update-breakpoints.exp
5712 * gdb.base/exprs.exp
5713 * gdb.base/fileio.exp
5714 * gdb.base/find.exp
5715 * gdb.base/finish.exp
5716 * gdb.base/fixsection.exp
5717 * gdb.base/foll-vfork.exp
5718 * gdb.base/frame-args.exp
5719 * gdb.base/gcore.exp
5720 * gdb.base/gdb1250.exp
5721 * gdb.base/global-var-nested-by-dso.exp
5722 * gdb.base/gnu-ifunc.exp
5723 * gdb.base/hashline1.exp
5724 * gdb.base/hashline2.exp
5725 * gdb.base/hashline3.exp
5726 * gdb.base/hbreak-in-shr-unsupported.exp
5727 * gdb.base/huge.exp
5728 * gdb.base/infcall-input.exp
5729 * gdb.base/info-fun.exp
5730 * gdb.base/info-shared.exp
5731 * gdb.base/jit-simple.exp
5732 * gdb.base/jit-so.exp
5733 * gdb.base/jit.exp
5734 * gdb.base/jump.exp
5735 * gdb.base/label.exp
5736 * gdb.base/lineinc.exp
5737 * gdb.base/logical.exp
5738 * gdb.base/longjmp.exp
5739 * gdb.base/macscp.exp
5740 * gdb.base/miscexprs.exp
5741 * gdb.base/new-ui-echo.exp
5742 * gdb.base/new-ui-pending-input.exp
5743 * gdb.base/new-ui.exp
5744 * gdb.base/nodebug.exp
5745 * gdb.base/nofield.exp
5746 * gdb.base/offsets.exp
5747 * gdb.base/overlays.exp
5748 * gdb.base/pending.exp
5749 * gdb.base/pointers.exp
5750 * gdb.base/pr11022.exp
5751 * gdb.base/printcmds.exp
5752 * gdb.base/prologue.exp
5753 * gdb.base/ptr-typedef.exp
5754 * gdb.base/realname-expand.exp
5755 * gdb.base/relativedebug.exp
5756 * gdb.base/relocate.exp
5757 * gdb.base/remote.exp
5758 * gdb.base/reread.exp
5759 * gdb.base/return2.exp
5760 * gdb.base/savedregs.exp
5761 * gdb.base/sep.exp
5762 * gdb.base/sepdebug.exp
5763 * gdb.base/sepsymtab.exp
5764 * gdb.base/set-inferior-tty.exp
5765 * gdb.base/setshow.exp
5766 * gdb.base/shlib-call.exp
5767 * gdb.base/sigaltstack.exp
5768 * gdb.base/siginfo-addr.exp
5769 * gdb.base/signals.exp
5770 * gdb.base/signull.exp
5771 * gdb.base/sigrepeat.exp
5772 * gdb.base/so-impl-ld.exp
5773 * gdb.base/solib-display.exp
5774 * gdb.base/solib-overlap.exp
5775 * gdb.base/solib-search.exp
5776 * gdb.base/solib-symbol.exp
5777 * gdb.base/structs.exp
5778 * gdb.base/structs2.exp
5779 * gdb.base/symtab-search-order.exp
5780 * gdb.base/twice.exp
5781 * gdb.base/unload.exp
5782 * gdb.base/varargs.exp
5783 * gdb.base/watchpoint-solib.exp
5784 * gdb.base/watchpoint.exp
5785 * gdb.base/whatis.exp
5786 * gdb.base/wrong_frame_bt_full.exp
5787 * gdb.btrace/dlopen.exp
5788 * gdb.cell/ea-standalone.exp
5789 * gdb.cell/ea-test.exp
5790 * gdb.cp/dispcxx.exp
5791 * gdb.cp/gdb2384.exp
5792 * gdb.cp/method2.exp
5793 * gdb.cp/nextoverthrow.exp
5794 * gdb.cp/pr10728.exp
5795 * gdb.disasm/am33.exp
5796 * gdb.disasm/h8300s.exp
5797 * gdb.disasm/mn10300.exp
5798 * gdb.disasm/sh3.exp
5799 * gdb.dwarf2/dw2-dir-file-name.exp
5800 * gdb.fortran/complex.exp
5801 * gdb.fortran/library-module.exp
5802 * gdb.guile/scm-pretty-print.exp
5803 * gdb.guile/scm-symbol.exp
5804 * gdb.guile/scm-type.exp
5805 * gdb.guile/scm-value.exp
5806 * gdb.linespec/linespec.exp
5807 * gdb.mi/gdb701.exp
5808 * gdb.mi/gdb792.exp
5809 * gdb.mi/mi-breakpoint-changed.exp
5810 * gdb.mi/mi-dprintf-pending.exp
5811 * gdb.mi/mi-dprintf.exp
5812 * gdb.mi/mi-exit-code.exp
5813 * gdb.mi/mi-pending.exp
5814 * gdb.mi/mi-solib.exp
5815 * gdb.mi/new-ui-mi-sync.exp
5816 * gdb.mi/pr11022.exp
5817 * gdb.mi/user-selected-context-sync.exp
5818 * gdb.opt/solib-intra-step.exp
5819 * gdb.python/py-events.exp
5820 * gdb.python/py-finish-breakpoint.exp
5821 * gdb.python/py-mi.exp
5822 * gdb.python/py-prettyprint.exp
5823 * gdb.python/py-shared.exp
5824 * gdb.python/py-symbol.exp
5825 * gdb.python/py-template.exp
5826 * gdb.python/py-type.exp
5827 * gdb.python/py-value.exp
5828 * gdb.reverse/solib-precsave.exp
5829 * gdb.reverse/solib-reverse.exp
5830 * gdb.server/solib-list.exp
5831 * gdb.stabs/weird.exp
5832 * gdb.threads/reconnect-signal.exp
5833 * gdb.threads/stepi-random-signal.exp
5834 * gdb.trace/actions.exp
5835 * gdb.trace/ax.exp
5836 * gdb.trace/backtrace.exp
5837 * gdb.trace/change-loc.exp
5838 * gdb.trace/deltrace.exp
5839 * gdb.trace/ftrace-lock.exp
5840 * gdb.trace/ftrace.exp
5841 * gdb.trace/infotrace.exp
5842 * gdb.trace/mi-tracepoint-changed.exp
5843 * gdb.trace/packetlen.exp
5844 * gdb.trace/passcount.exp
5845 * gdb.trace/pending.exp
5846 * gdb.trace/range-stepping.exp
5847 * gdb.trace/report.exp
5848 * gdb.trace/stap-trace.exp
5849 * gdb.trace/tfind.exp
5850 * gdb.trace/trace-break.exp
5851 * gdb.trace/trace-condition.exp
5852 * gdb.trace/trace-enable-disable.exp
5853 * gdb.trace/trace-mt.exp
5854 * gdb.trace/tracecmd.exp
5855 * gdb.trace/tspeed.exp
5856 * gdb.trace/tsv.exp
5857 * lib/perftest.exp
5858
5859 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5860
5861 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5862 with gdb_test_no_output.
5863 Use command as test name.
5864
5865 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5866
5867 Fix test names starting with uppercase throughout the files.
5868
5869 * gdb.ada/assign_1.exp
5870 * gdb.ada/boolean_expr.exp
5871 * gdb.base/arrayidx.exp
5872 * gdb.base/del.exp
5873 * gdb.base/gcore-buffer-overflow.exp
5874 * gdb.base/testenv.exp
5875 * gdb.compile/compile.exp
5876 * gdb.python/py-framefilter-invalidarg.exp
5877 * gdb.python/py-framefilter.exp
5878
5879 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5880
5881 Fix test names starting with uppercase throughout the files.
5882
5883 * gdb.ada/array_return.exp
5884 * gdb.ada/expr_delims.exp
5885 * gdb.ada/mi_dyn_arr.exp
5886 * gdb.ada/mi_interface.exp
5887 * gdb.ada/mi_var_array.exp
5888 * gdb.ada/watch_arg.exp
5889 * gdb.arch/alpha-step.exp
5890 * gdb.arch/altivec-regs.exp
5891 * gdb.arch/e500-regs.exp
5892 * gdb.arch/powerpc-d128-regs.exp
5893 * gdb.base/arrayidx.exp
5894 * gdb.base/break.exp
5895 * gdb.base/checkpoint.exp
5896 * gdb.base/debug-expr.exp
5897 * gdb.base/dmsym.exp
5898 * gdb.base/radix.exp
5899 * gdb.base/sepdebug.exp
5900 * gdb.base/testenv.exp
5901 * gdb.base/watch_thread_num.exp
5902 * gdb.base/watchpoint-cond-gone.exp
5903 * gdb.cell/break.exp
5904 * gdb.cell/ea-cache.exp
5905 * gdb.compile/compile.exp
5906 * gdb.cp/gdb2495.exp
5907 * gdb.gdb/selftest.exp
5908 * gdb.gdb/xfullpath.exp
5909 * gdb.go/hello.exp
5910 * gdb.go/integers.exp
5911 * gdb.objc/basicclass.exp
5912 * gdb.pascal/hello.exp
5913 * gdb.pascal/integers.exp
5914 * gdb.python/py-breakpoint.exp
5915 * gdb.python/py-cmd.exp
5916 * gdb.python/py-linetable.exp
5917 * gdb.python/py-xmethods.exp
5918 * gdb.python/python.exp
5919 * gdb.reverse/consecutive-precsave.exp
5920 * gdb.reverse/finish-precsave.exp
5921 * gdb.reverse/i386-precsave.exp
5922 * gdb.reverse/machinestate-precsave.exp
5923 * gdb.reverse/sigall-precsave.exp
5924 * gdb.reverse/solib-precsave.exp
5925 * gdb.reverse/step-precsave.exp
5926 * gdb.reverse/until-precsave.exp
5927 * gdb.reverse/watch-precsave.exp
5928 * gdb.threads/leader-exit.exp
5929 * gdb.threads/pthreads.exp
5930 * gdb.threads/wp-replication.exp
5931 * gdb.trace/actions.exp
5932 * gdb.trace/mi-tsv-changed.exp
5933 * gdb.trace/tsv.exp
5934
5935 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5936
5937 Fix test names starting with uppercase throughout the files.
5938
5939 * gdb.arch/i386-bp_permanent.exp
5940 * gdb.arch/i386-gnu-cfi.exp
5941 * gdb.base/disasm-end-cu.exp
5942 * gdb.base/macscp.exp
5943 * gdb.base/pending.exp
5944 * gdb.base/watch_thread_num.exp
5945 * gdb.cp/exception.exp
5946 * gdb.cp/gdb2495.exp
5947 * gdb.cp/local.exp
5948 * gdb.python/py-evsignal.exp
5949 * gdb.python/python.exp
5950 * gdb.trace/tracecmd.exp
5951
5952 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5953
5954 Fix test names starting with uppercase throughout the files.
5955
5956 * gdb.base/charset.exp
5957 * gdb.base/eval.exp
5958 * gdb.base/multi-forks.exp
5959 * gdb.guile/scm-progspace.exp
5960 * gdb.opencl/datatypes.exp
5961 * gdb.python/py-block.exp
5962 * gdb.python/py-function.exp
5963 * gdb.python/py-symbol.exp
5964 * gdb.python/py-symtab.exp
5965 * gdb.python/py-xmethods.exp
5966 * gdb.reverse/break-precsave.exp
5967 * gdb.reverse/break-reverse.exp
5968 * gdb.reverse/consecutive-precsave.exp
5969 * gdb.reverse/consecutive-reverse.exp
5970 * gdb.reverse/finish-precsave.exp
5971 * gdb.reverse/finish-reverse-bkpt.exp
5972 * gdb.reverse/finish-reverse.exp
5973 * gdb.reverse/fstatat-reverse.exp
5974 * gdb.reverse/getresuid-reverse.exp
5975 * gdb.reverse/i386-precsave.exp
5976 * gdb.reverse/i386-reverse.exp
5977 * gdb.reverse/i386-sse-reverse.exp
5978 * gdb.reverse/i387-stack-reverse.exp
5979 * gdb.reverse/insn-reverse.exp
5980 * gdb.reverse/machinestate-precsave.exp
5981 * gdb.reverse/machinestate.exp
5982 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5983 * gdb.reverse/pipe-reverse.exp
5984 * gdb.reverse/readv-reverse.exp
5985 * gdb.reverse/recvmsg-reverse.exp
5986 * gdb.reverse/rerun-prec.exp
5987 * gdb.reverse/s390-mvcle.exp
5988 * gdb.reverse/sigall-precsave.exp
5989 * gdb.reverse/sigall-reverse.exp
5990 * gdb.reverse/solib-precsave.exp
5991 * gdb.reverse/solib-reverse.exp
5992 * gdb.reverse/step-precsave.exp
5993 * gdb.reverse/step-reverse.exp
5994 * gdb.reverse/time-reverse.exp
5995 * gdb.reverse/until-precsave.exp
5996 * gdb.reverse/until-reverse.exp
5997 * gdb.reverse/waitpid-reverse.exp
5998 * gdb.reverse/watch-precsave.exp
5999 * gdb.reverse/watch-reverse.exp
6000
6001 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6002
6003 Fix test names starting with uppercase throughout the files.
6004
6005 * gdb.arch/i386-mpx-simple_segv.exp
6006 * gdb.arch/i386-mpx.exp
6007 * gdb.arch/i386-permbkpt.exp
6008 * gdb.arch/pa-nullify.exp
6009 * gdb.arch/powerpc-d128-regs.exp
6010 * gdb.arch/vsx-regs.exp
6011 * gdb.base/bfp-test.exp
6012 * gdb.base/break.exp
6013 * gdb.base/breakpoint-shadow.exp
6014 * gdb.base/callfuncs.exp
6015 * gdb.base/charset.exp
6016 * gdb.base/commands.exp
6017 * gdb.base/completion.exp
6018 * gdb.base/dfp-test.exp
6019 * gdb.base/echo.exp
6020 * gdb.base/ending-run.exp
6021 * gdb.base/eval.exp
6022 * gdb.base/expand-psymtabs.exp
6023 * gdb.base/float128.exp
6024 * gdb.base/floatn.exp
6025 * gdb.base/foll-exec-mode.exp
6026 * gdb.base/gdb1056.exp
6027 * gdb.base/gdb11531.exp
6028 * gdb.base/kill-after-signal.exp
6029 * gdb.base/multi-forks.exp
6030 * gdb.base/overlays.exp
6031 * gdb.base/pending.exp
6032 * gdb.base/sepdebug.exp
6033 * gdb.base/testenv.exp
6034 * gdb.base/valgrind-db-attach.exp
6035 * gdb.base/watch_thread_num.exp
6036 * gdb.base/watchpoint-cond-gone.exp
6037 * gdb.base/watchpoint.exp
6038 * gdb.base/watchpoints.exp
6039 * gdb.cp/arg-reference.exp
6040 * gdb.cp/baseenum.exp
6041 * gdb.cp/operator.exp
6042 * gdb.cp/shadow.exp
6043 * gdb.dwarf2/dw2-op-out-param.exp
6044 * gdb.dwarf2/dw2-reg-undefined.exp
6045 * gdb.go/chan.exp
6046 * gdb.go/hello.exp
6047 * gdb.go/integers.exp
6048 * gdb.go/methods.exp
6049 * gdb.go/package.exp
6050 * gdb.guile/scm-parameter.exp
6051 * gdb.guile/scm-progspace.exp
6052 * gdb.guile/scm-value.exp
6053 * gdb.mi/mi-pending.exp
6054 * gdb.mi/user-selected-context-sync.exp
6055 * gdb.multi/multi-attach.exp
6056 * gdb.multi/tids.exp
6057 * gdb.opt/clobbered-registers-O2.exp
6058 * gdb.pascal/floats.exp
6059 * gdb.pascal/integers.exp
6060 * gdb.python/py-block.exp
6061 * gdb.python/py-events.exp
6062 * gdb.python/py-parameter.exp
6063 * gdb.python/py-symbol.exp
6064 * gdb.python/py-symtab.exp
6065 * gdb.python/py-type.exp
6066 * gdb.python/py-value.exp
6067 * gdb.python/py-xmethods.exp
6068 * gdb.python/python.exp
6069 * gdb.reverse/break-precsave.exp
6070 * gdb.reverse/consecutive-precsave.exp
6071 * gdb.reverse/finish-precsave.exp
6072 * gdb.reverse/i386-precsave.exp
6073 * gdb.reverse/machinestate-precsave.exp
6074 * gdb.reverse/sigall-precsave.exp
6075 * gdb.reverse/solib-precsave.exp
6076 * gdb.reverse/step-precsave.exp
6077 * gdb.reverse/until-precsave.exp
6078 * gdb.reverse/watch-precsave.exp
6079 * gdb.server/ext-attach.exp
6080 * gdb.server/ext-restart.exp
6081 * gdb.server/ext-run.exp
6082 * gdb.server/ext-wrapper.exp
6083 * gdb.stabs/gdb11479.exp
6084 * gdb.stabs/weird.exp
6085 * gdb.threads/attach-many-short-lived-threads.exp
6086 * gdb.threads/kill.exp
6087 * gdb.threads/watchpoint-fork.exp
6088
6089 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6090
6091 Fix test names starting with uppercase throughout all the files below.
6092
6093 * gdb.ada/array_return.exp
6094 * gdb.ada/catch_ex.exp
6095 * gdb.ada/info_exc.exp
6096 * gdb.ada/mi_catch_ex.exp
6097 * gdb.ada/mi_dyn_arr.exp
6098 * gdb.ada/mi_ex_cond.exp
6099 * gdb.ada/mi_exc_info.exp
6100 * gdb.ada/mi_interface.exp
6101 * gdb.ada/mi_task_arg.exp
6102 * gdb.ada/mi_task_info.exp
6103 * gdb.ada/mi_var_array.exp
6104 * gdb.arch/alpha-step.exp
6105 * gdb.arch/amd64-disp-step.exp
6106 * gdb.arch/arm-disp-step.exp
6107 * gdb.arch/disp-step-insn-reloc.exp
6108 * gdb.arch/e500-prologue.exp
6109 * gdb.arch/ftrace-insn-reloc.exp
6110 * gdb.arch/gdb1558.exp
6111 * gdb.arch/i386-bp_permanent.exp
6112 * gdb.arch/i386-disp-step.exp
6113 * gdb.arch/i386-float.exp
6114 * gdb.arch/i386-gnu-cfi.exp
6115 * gdb.arch/ia64-breakpoint-shadow.exp
6116 * gdb.arch/mips16-thunks.exp
6117 * gdb.arch/pa-nullify.exp
6118 * gdb.arch/powerpc-aix-prologue.exp
6119 * gdb.arch/powerpc-power.exp
6120 * gdb.arch/ppc-dfp.exp
6121 * gdb.arch/s390-tdbregs.exp
6122 * gdb.arch/spu-info.exp
6123 * gdb.arch/spu-ls.exp
6124 * gdb.arch/thumb-bx-pc.exp
6125 * gdb.base/advance.exp
6126 * gdb.base/annota-input-while-running.exp
6127 * gdb.base/arrayidx.exp
6128 * gdb.base/asmlabel.exp
6129 * gdb.base/async.exp
6130 * gdb.base/attach-wait-input.exp
6131 * gdb.base/auto-connect-native-target.exp
6132 * gdb.base/batch-preserve-term-settings.exp
6133 * gdb.base/bfp-test.exp
6134 * gdb.base/bigcore.exp
6135 * gdb.base/bp-permanent.exp
6136 * gdb.base/break-always.exp
6137 * gdb.base/break-fun-addr.exp
6138 * gdb.base/break-idempotent.exp
6139 * gdb.base/break-main-file-remove-fail.exp
6140 * gdb.base/break-probes.exp
6141 * gdb.base/break-unload-file.exp
6142 * gdb.base/break.exp
6143 * gdb.base/call-ar-st.exp
6144 * gdb.base/call-rt-st.exp
6145 * gdb.base/call-sc.exp
6146 * gdb.base/call-signal-resume.exp
6147 * gdb.base/call-strs.exp
6148 * gdb.base/callexit.exp
6149 * gdb.base/callfuncs.exp
6150 * gdb.base/catch-gdb-caused-signals.exp
6151 * gdb.base/catch-signal-siginfo-cond.exp
6152 * gdb.base/catch-syscall.exp
6153 * gdb.base/compare-sections.exp
6154 * gdb.base/cond-eval-mode.exp
6155 * gdb.base/condbreak-call-false.exp
6156 * gdb.base/consecutive-step-over.exp
6157 * gdb.base/cursal.exp
6158 * gdb.base/disabled-location.exp
6159 * gdb.base/disasm-end-cu.exp
6160 * gdb.base/display.exp
6161 * gdb.base/double-prompt-target-event-error.exp
6162 * gdb.base/dprintf-bp-same-addr.exp
6163 * gdb.base/dprintf-detach.exp
6164 * gdb.base/dprintf-next.exp
6165 * gdb.base/dprintf-non-stop.exp
6166 * gdb.base/dprintf-pending.exp
6167 * gdb.base/dso2dso.exp
6168 * gdb.base/ending-run.exp
6169 * gdb.base/enum_cond.exp
6170 * gdb.base/examine-backward.exp
6171 * gdb.base/exe-lock.exp
6172 * gdb.base/exec-invalid-sysroot.exp
6173 * gdb.base/execl-update-breakpoints.exp
6174 * gdb.base/execution-termios.exp
6175 * gdb.base/fileio.exp
6176 * gdb.base/fixsection.exp
6177 * gdb.base/foll-exec-mode.exp
6178 * gdb.base/foll-exec.exp
6179 * gdb.base/fork-running-state.exp
6180 * gdb.base/frame-args.exp
6181 * gdb.base/fullpath-expand.exp
6182 * gdb.base/func-ptr.exp
6183 * gdb.base/gcore-relro-pie.exp
6184 * gdb.base/gdb1090.exp
6185 * gdb.base/gdb1555.exp
6186 * gdb.base/global-var-nested-by-dso.exp
6187 * gdb.base/gnu-ifunc.exp
6188 * gdb.base/hbreak-in-shr-unsupported.exp
6189 * gdb.base/hbreak-unmapped.exp
6190 * gdb.base/hook-stop.exp
6191 * gdb.base/infcall-input.exp
6192 * gdb.base/info-fun.exp
6193 * gdb.base/info-shared.exp
6194 * gdb.base/interrupt-noterm.exp
6195 * gdb.base/jit-so.exp
6196 * gdb.base/jit.exp
6197 * gdb.base/line-symtabs.exp
6198 * gdb.base/list.exp
6199 * gdb.base/longjmp.exp
6200 * gdb.base/macscp.exp
6201 * gdb.base/max-value-size.exp
6202 * gdb.base/nodebug.exp
6203 * gdb.base/nofield.exp
6204 * gdb.base/overlays.exp
6205 * gdb.base/paginate-after-ctrl-c-running.exp
6206 * gdb.base/paginate-bg-execution.exp
6207 * gdb.base/paginate-inferior-exit.exp
6208 * gdb.base/pending.exp
6209 * gdb.base/pr11022.exp
6210 * gdb.base/printcmds.exp
6211 * gdb.base/ptr-typedef.exp
6212 * gdb.base/ptype.exp
6213 * gdb.base/randomize.exp
6214 * gdb.base/range-stepping.exp
6215 * gdb.base/realname-expand.exp
6216 * gdb.base/relativedebug.exp
6217 * gdb.base/remote.exp
6218 * gdb.base/savedregs.exp
6219 * gdb.base/sepdebug.exp
6220 * gdb.base/set-noassign.exp
6221 * gdb.base/shlib-call.exp
6222 * gdb.base/shreloc.exp
6223 * gdb.base/sigaltstack.exp
6224 * gdb.base/sigbpt.exp
6225 * gdb.base/siginfo-addr.exp
6226 * gdb.base/siginfo-obj.exp
6227 * gdb.base/siginfo-thread.exp
6228 * gdb.base/signest.exp
6229 * gdb.base/signull.exp
6230 * gdb.base/sigrepeat.exp
6231 * gdb.base/skip.exp
6232 * gdb.base/so-impl-ld.exp
6233 * gdb.base/solib-corrupted.exp
6234 * gdb.base/solib-disc.exp
6235 * gdb.base/solib-display.exp
6236 * gdb.base/solib-overlap.exp
6237 * gdb.base/solib-search.exp
6238 * gdb.base/solib-symbol.exp
6239 * gdb.base/source-execution.exp
6240 * gdb.base/sss-bp-on-user-bp-2.exp
6241 * gdb.base/sss-bp-on-user-bp.exp
6242 * gdb.base/stack-checking.exp
6243 * gdb.base/stale-infcall.exp
6244 * gdb.base/step-break.exp
6245 * gdb.base/step-line.exp
6246 * gdb.base/step-over-exit.exp
6247 * gdb.base/step-test.exp
6248 * gdb.base/structs.exp
6249 * gdb.base/sym-file.exp
6250 * gdb.base/symtab-search-order.exp
6251 * gdb.base/term.exp
6252 * gdb.base/type-opaque.exp
6253 * gdb.base/unload.exp
6254 * gdb.base/until-nodebug.exp
6255 * gdb.base/until.exp
6256 * gdb.base/unwindonsignal.exp
6257 * gdb.base/watch-cond.exp
6258 * gdb.base/watch-non-mem.exp
6259 * gdb.base/watch_thread_num.exp
6260 * gdb.base/watchpoint-reuse-slot.exp
6261 * gdb.base/watchpoint-solib.exp
6262 * gdb.base/watchpoint.exp
6263 * gdb.btrace/dlopen.exp
6264 * gdb.cell/arch.exp
6265 * gdb.cell/break.exp
6266 * gdb.cell/bt.exp
6267 * gdb.cell/core.exp
6268 * gdb.cell/data.exp
6269 * gdb.cell/dwarfaddr.exp
6270 * gdb.cell/ea-cache.exp
6271 * gdb.cell/ea-standalone.exp
6272 * gdb.cell/ea-test.exp
6273 * gdb.cell/f-regs.exp
6274 * gdb.cell/fork.exp
6275 * gdb.cell/gcore.exp
6276 * gdb.cell/mem-access.exp
6277 * gdb.cell/ptype.exp
6278 * gdb.cell/registers.exp
6279 * gdb.cell/sizeof.exp
6280 * gdb.cell/solib-symbol.exp
6281 * gdb.cell/solib.exp
6282 * gdb.compile/compile-tls.exp
6283 * gdb.cp/exception.exp
6284 * gdb.cp/gdb2495.exp
6285 * gdb.cp/local.exp
6286 * gdb.cp/mb-inline.exp
6287 * gdb.cp/mb-templates.exp
6288 * gdb.cp/pr10687.exp
6289 * gdb.cp/pr9167.exp
6290 * gdb.cp/scope-err.exp
6291 * gdb.cp/templates.exp
6292 * gdb.cp/virtfunc.exp
6293 * gdb.dwarf2/dw2-dir-file-name.exp
6294 * gdb.dwarf2/dw2-single-line-discriminators.exp
6295 * gdb.fortran/complex.exp
6296 * gdb.fortran/library-module.exp
6297 * gdb.guile/guile.exp
6298 * gdb.guile/scm-cmd.exp
6299 * gdb.guile/scm-frame-inline.exp
6300 * gdb.guile/scm-objfile.exp
6301 * gdb.guile/scm-pretty-print.exp
6302 * gdb.guile/scm-symbol.exp
6303 * gdb.guile/scm-type.exp
6304 * gdb.guile/scm-value.exp
6305 * gdb.linespec/keywords.exp
6306 * gdb.linespec/ls-errs.exp
6307 * gdb.linespec/macro-relative.exp
6308 * gdb.linespec/thread.exp
6309 * gdb.mi/mi-breakpoint-changed.exp
6310 * gdb.mi/mi-dprintf-pending.exp
6311 * gdb.mi/mi-fullname-deleted.exp
6312 * gdb.mi/mi-logging.exp
6313 * gdb.mi/mi-pending.exp
6314 * gdb.mi/mi-solib.exp
6315 * gdb.mi/new-ui-mi-sync.exp
6316 * gdb.mi/user-selected-context-sync.exp
6317 * gdb.multi/dummy-frame-restore.exp
6318 * gdb.multi/multi-arch-exec.exp
6319 * gdb.multi/remove-inferiors.exp
6320 * gdb.multi/watchpoint-multi-exit.exp
6321 * gdb.opt/solib-intra-step.exp
6322 * gdb.perf/backtrace.exp
6323 * gdb.perf/single-step.exp
6324 * gdb.perf/skip-command.exp
6325 * gdb.perf/skip-prologue.exp
6326 * gdb.perf/solib.exp
6327 * gdb.python/lib-types.exp
6328 * gdb.python/py-as-string.exp
6329 * gdb.python/py-bad-printers.exp
6330 * gdb.python/py-block.exp
6331 * gdb.python/py-breakpoint.exp
6332 * gdb.python/py-cmd.exp
6333 * gdb.python/py-events.exp
6334 * gdb.python/py-evthreads.exp
6335 * gdb.python/py-finish-breakpoint.exp
6336 * gdb.python/py-finish-breakpoint2.exp
6337 * gdb.python/py-frame-inline.exp
6338 * gdb.python/py-frame.exp
6339 * gdb.python/py-inferior.exp
6340 * gdb.python/py-infthread.exp
6341 * gdb.python/py-mi.exp
6342 * gdb.python/py-objfile.exp
6343 * gdb.python/py-pp-maint.exp
6344 * gdb.python/py-pp-registration.exp
6345 * gdb.python/py-prettyprint.exp
6346 * gdb.python/py-recurse-unwind.exp
6347 * gdb.python/py-shared.exp
6348 * gdb.python/py-symbol.exp
6349 * gdb.python/py-symtab.exp
6350 * gdb.python/py-template.exp
6351 * gdb.python/py-type.exp
6352 * gdb.python/py-unwind-maint.exp
6353 * gdb.python/py-unwind.exp
6354 * gdb.python/py-value.exp
6355 * gdb.python/python.exp
6356 * gdb.reverse/finish-reverse-bkpt.exp
6357 * gdb.reverse/insn-reverse.exp
6358 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6359 * gdb.reverse/solib-precsave.exp
6360 * gdb.reverse/solib-reverse.exp
6361 * gdb.stabs/gdb11479.exp
6362 * gdb.stabs/weird.exp
6363 * gdb.threads/fork-child-threads.exp
6364 * gdb.threads/fork-plus-threads.exp
6365 * gdb.threads/fork-thread-pending.exp
6366 * gdb.threads/forking-threads-plus-breakpoint.exp
6367 * gdb.threads/hand-call-in-threads.exp
6368 * gdb.threads/interrupted-hand-call.exp
6369 * gdb.threads/linux-dp.exp
6370 * gdb.threads/local-watch-wrong-thread.exp
6371 * gdb.threads/next-while-other-thread-longjmps.exp
6372 * gdb.threads/non-ldr-exit.exp
6373 * gdb.threads/pending-step.exp
6374 * gdb.threads/print-threads.exp
6375 * gdb.threads/process-dies-while-detaching.exp
6376 * gdb.threads/process-dies-while-handling-bp.exp
6377 * gdb.threads/pthreads.exp
6378 * gdb.threads/queue-signal.exp
6379 * gdb.threads/reconnect-signal.exp
6380 * gdb.threads/signal-command-handle-nopass.exp
6381 * gdb.threads/signal-command-multiple-signals-pending.exp
6382 * gdb.threads/signal-delivered-right-thread.exp
6383 * gdb.threads/signal-sigtrap.exp
6384 * gdb.threads/sigthread.exp
6385 * gdb.threads/staticthreads.exp
6386 * gdb.threads/stepi-random-signal.exp
6387 * gdb.threads/thread-unwindonsignal.exp
6388 * gdb.threads/thread_check.exp
6389 * gdb.threads/thread_events.exp
6390 * gdb.threads/tid-reuse.exp
6391 * gdb.threads/tls-nodebug.exp
6392 * gdb.threads/tls-shared.exp
6393 * gdb.threads/tls-so_extern.exp
6394 * gdb.threads/tls.exp
6395 * gdb.threads/wp-replication.exp
6396 * gdb.trace/actions-changed.exp
6397 * gdb.trace/actions.exp
6398 * gdb.trace/backtrace.exp
6399 * gdb.trace/change-loc.exp
6400 * gdb.trace/collection.exp
6401 * gdb.trace/deltrace.exp
6402 * gdb.trace/disconnected-tracing.exp
6403 * gdb.trace/entry-values.exp
6404 * gdb.trace/ftrace-lock.exp
6405 * gdb.trace/ftrace.exp
6406 * gdb.trace/infotrace.exp
6407 * gdb.trace/mi-trace-frame-collected.exp
6408 * gdb.trace/mi-trace-unavailable.exp
6409 * gdb.trace/mi-traceframe-changed.exp
6410 * gdb.trace/mi-tracepoint-changed.exp
6411 * gdb.trace/mi-tsv-changed.exp
6412 * gdb.trace/no-attach-trace.exp
6413 * gdb.trace/packetlen.exp
6414 * gdb.trace/passc-dyn.exp
6415 * gdb.trace/passcount.exp
6416 * gdb.trace/pending.exp
6417 * gdb.trace/pr16508.exp
6418 * gdb.trace/qtro.exp
6419 * gdb.trace/range-stepping.exp
6420 * gdb.trace/read-memory.exp
6421 * gdb.trace/report.exp
6422 * gdb.trace/save-trace.exp
6423 * gdb.trace/signal.exp
6424 * gdb.trace/stap-trace.exp
6425 * gdb.trace/status-stop.exp
6426 * gdb.trace/strace.exp
6427 * gdb.trace/tfile.exp
6428 * gdb.trace/tfind.exp
6429 * gdb.trace/trace-break.exp
6430 * gdb.trace/trace-condition.exp
6431 * gdb.trace/trace-enable-disable.exp
6432 * gdb.trace/trace-mt.exp
6433 * gdb.trace/tracecmd.exp
6434 * gdb.trace/tracefile-pseudo-reg.exp
6435 * gdb.trace/tspeed.exp
6436 * gdb.trace/tstatus.exp
6437 * gdb.trace/tsv.exp
6438 * gdb.trace/unavailable.exp
6439 * gdb.trace/while-dyn.exp
6440 * gdb.trace/while-stepping.exp
6441 * lib/gdb-guile.exp
6442 * lib/gdb.exp
6443 * lib/mi-support.exp
6444 * lib/pascal.exp
6445 * lib/perftest.exp
6446 * lib/prelink-support.exp
6447 * lib/selftest-support.exp
6448
6449 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6450
6451 * Makefile.in: Include disable-implicit-rules.mk.
6452
6453 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6454
6455 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6456 non-byte-aligned bit fields.
6457
6458 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6459
6460 PR gdb/12616
6461 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6462 respects the DW_AT_data_bit_offset attribute.
6463
6464 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6465
6466 * gdb.base/default.exp: Fix output of "set language".
6467
6468 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6469
6470 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6471 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6472 make.
6473 * configure.ac: Remove checks for the make program.
6474 * configure: Re-generate.
6475
6476 2016-11-16 Kevin Buettner <kevinb@redhat.com>
6477
6478 * gdb.python/py-recurse-unwind.c (main): Add loop.
6479 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6480 to read_register() and gdb.parse_and_eval(). Make each code
6481 call a separate case that can be individually tested.
6482 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6483 proc. Call cont_and_backtrace for each of the code paths that
6484 we want to test in the unwinder.
6485
6486 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6487
6488 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6489 the definition of struct S.
6490
6491 2016-11-11 Catherine Moore <clm@codesourcery.com>
6492
6493 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6494
6495 2016-11-09 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/commands.exp (runto_or_return): New procedure.
6498 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6499 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6500 (progvar_simple_while_test, progvar_complex_if_while_test)
6501 (if_while_breakpoint_command_test)
6502 (infrun_breakpoint_command_test, breakpoint_command_test)
6503 (user_defined_command_test, watchpoint_command_test)
6504 (test_command_prompt_position, redefine_hook_test)
6505 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6506 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6507 multi_line_input and multi_line. Remove gdb_expect and
6508 gdb_stop_suppressing_tests uses.
6509 * lib/gdb.exp (valnum_re): New global.
6510 (multi_line_input): New procedure.
6511
6512 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6513
6514 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6515 Remove.
6516 (test_setup): Define with proc_with_prefix.
6517 (test_cli_inferior): Likewise.
6518 (test_cli_thread): Likewise.
6519 (test_cli_frame): Likewise.
6520 (test_cli_select_frame): Likewise.
6521 (test_cli_up_down): Likewise.
6522 (test_mi_thread_select): Likewise.
6523 (test_mi_stack_select_frame): Likewise.
6524 (test_cli_in_mi_inferior): Likewise.
6525 (test_cli_in_mi_thread): Likewise.
6526 (test_cli_in_mi_frame): Likewise.
6527 (top level): Do not use with_test_prefix_procname.
6528
6529 2016-11-09 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/commands.exp (gdbvar_simple_if_test)
6532 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6533 (progvar_simple_if_test, progvar_simple_while_test)
6534 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6535 (infrun_breakpoint_command_test, breakpoint_command_test)
6536 (user_defined_command_test, watchpoint_command_test)
6537 (test_command_prompt_position, deprecated_command_test)
6538 (bp_deleted_in_command, temporary_breakpoint_commands)
6539 (stray_arg0_test, source_file_with_indented_comment)
6540 (recursive_source_test, if_commands_test)
6541 (error_clears_commands_left, redefine_hook_test)
6542 (redefine_backtrace_test): Use proc_with_prefix.
6543 * lib/gdb.exp (proc_with_prefix): New proc.
6544
6545 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6546
6547 * gdb.base/tui-layout.c: New file.
6548 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6549 disassembly window contains very long lines.
6550
6551 2016-11-08 Tom Tromey <tom@tromey.com>
6552
6553 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6554 depend on Python 2.
6555
6556 2016-11-08 Tom Tromey <tom@tromey.com>
6557
6558 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6559 New method.
6560
6561 2016-10-29 Manish Goregaokar <manish@mozilla.com>
6562
6563 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6564
6565 2016-10-27 Manish Goregaokar <manish@mozilla.com>
6566
6567 * gdb.rust/simple.rs: Add test for univariant enums without
6568 discriminants and for encoded struct-like enums.
6569
6570 2016-10-28 Pedro Alves <palves@redhat.com>
6571
6572 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6573 gdb_test_multiple, tighten regexps and match symtabs and line
6574 tables incrementally.
6575
6576 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
6577
6578 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6579 general.
6580
6581 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
6582
6583 * gdb.base/exec-invalid-sysroot.exp: New file.
6584
6585 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6586
6587 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6588
6589 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6590
6591 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6592
6593 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6594
6595 * gdb.base/killed-outside.exp: Remove $options from a call to
6596 `prepare_for_testing'.
6597
6598 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6599
6600 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6601 Change test message.
6602
6603 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6604
6605 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6606 Update comment.
6607
6608 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6609
6610 * gdb.trace/mi-trace-save.exp: New file.
6611
6612 2016-10-13 Yao Qi <yao.qi@linaro.org>
6613
6614 * gdb.base/code_elim.exp (get_var_address): Remove.
6615 * gdb.base/relocate.exp: Likewise.
6616 * gdb.base/shreloc.exp: Likewise.
6617 * lib/gdb.exp (get_var_address): New.
6618
6619 2016-10-13 Yao Qi <yao.qi@linaro.org>
6620
6621 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6622 floating point tests if $skip_float_test is false.
6623
6624 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
6625
6626 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6627 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6628 argc values.
6629 Add 1 to argc so we guarantee distinct initial/modified argc values.
6630
6631 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6632
6633 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6634
6635 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6636
6637 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6638 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6639 * gdb.arch/vsx-regs.exp: Likewise.
6640
6641 2016-10-07 Yao Qi <yao.qi@linaro.org>
6642
6643 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6644
6645 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6646
6647 * gdb.python/python.exp: Test decode_line("*0").
6648
6649 2016-10-06 Doug Evans <dje@google.com>
6650
6651 * gdb.python/py-value.exp (test_value_creation): Add test for large
6652 unsigned 64-bit value.
6653
6654 2016-10-06 Tom Tromey <tom@tromey.com>
6655
6656 * gdb.compile/compile.exp: Change java tests to rust.
6657 * gdb.base/setshow.exp: Change java tests to rust.
6658 * gdb.base/default.exp: Remove java from language list.
6659 * README (Examples): Update language example.
6660 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6661 test.
6662 * lib/gdb.exp (skip_java_tests): Remove.
6663 * lib/java.exp: Remove.
6664 * gdb.java: Remove.
6665
6666 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6667
6668 * gdb.arch/mips-fcr.exp: New test.
6669 * gdb.arch/mips-fcr.c: Source for the new test.
6670
6671 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6672
6673 * gdb.base/solib-disc.exp: Use `standard_output_file'
6674 throughout.
6675
6676 2016-10-06 Pedro Alves <palves@redhat.com>
6677
6678 * gdb.base/jit-simple-dl.c: New file.
6679 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6680 * gdb.base/jit-simple.c: ... this.
6681 * gdb.base/jit-simple.exp (jit_run): Delete.
6682 (build_jit): New proc.
6683 (jit_test_reread): Recompile either the main program or the shared
6684 library, depending on what is being tested. Skip changing address
6685 if caller wants to. Compare before/after addresses. If testing
6686 standalone, explicitly load the binary. Test "maint info
6687 breakpoints".
6688 (top level): Add "standalone vs shared lib" and "change address"
6689 vs "same address" axes.
6690
6691 2016-10-06 Pedro Alves <palves@redhat.com>
6692
6693 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6694 call.
6695 (jit_run): Delete.
6696 (jit_test_reread): Use with_test_prefix. Reload the main binary
6697 explicitly. Compare the before/after addresses of the JIT
6698 descriptor.
6699
6700 2016-08-15 Doug Evans <dje@google.com>
6701
6702 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6703 for single bitfields is bool.
6704 * gdb.xml/tdesc-regs.exp: Ditto.
6705
6706 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6707
6708 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6709
6710 2016-10-05 Yao Qi <yao.qi@linaro.org>
6711
6712 * lib/gdb.exp (support_complex_tests): Return zero if
6713 gdb_skip_float_test return true.
6714
6715 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6716 Simon Marchi <simon.marchi@ericsson.com>
6717
6718 PR gdb/20487
6719 * gdb.mi/user-selected-context-sync.exp: New file.
6720 * gdb.mi/user-selected-context-sync.c: New file.
6721
6722 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6723 Simon Marchi <simon.marchi@ericsson.com>
6724
6725 PR gdb/20487
6726 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6727 =thread-select-event check.
6728
6729 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6730
6731 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6732 the compulsory L operand changes.
6733 * gdb.arch/powerpc-power.s: Likewise.
6734
6735 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6736
6737 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6738 * gdb.base/jit-attach-pie.c: New file.
6739 * gdb.base/jit-attach-pie.exp: New file.
6740
6741 2016-09-28 Pedro Alves <palves@redhat.com>
6742
6743 * gdb.base/infcall-input.c: New file.
6744 * gdb.base/infcall-input.exp: New file.
6745
6746 2016-09-22 Yao Qi <yao.qi@linaro.org>
6747
6748 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6749 (gdb_exit): Rename it to ...
6750 (gdbserver_gdb_exit): ... Close GDBserver.
6751 (gdb_exit): New proc, call gdbserver_gdb_exit.
6752 (mi_gdb_exit): Likewise.
6753
6754 2016-09-22 Yao Qi <yao.qi@linaro.org>
6755
6756 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6757 path.
6758 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6759 Remove duplication.
6760
6761 2016-09-22 Yao Qi <yao.qi@linaro.org>
6762
6763 * lib/gdbserver-support.exp: Check the existence of
6764 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6765
6766 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6767
6768 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6769
6770 2016-09-21 Tom Tromey <tom@tromey.com>
6771
6772 PR gdb/20604:
6773 * gdb.base/quit.exp: New file.
6774
6775 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6776
6777 * .gitignore: New file.
6778
6779 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6780
6781 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6782 throughout.
6783
6784 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6785
6786 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6787
6788 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6789
6790 * gdb.cp/casts.cc (decltype): Move it ...
6791 (main): ... with its call to ...
6792 * gdb.cp/casts03.cc: ... a new file.
6793 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6794
6795 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6796
6797 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6798
6799 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6800
6801 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6802 and sync up the test with tests in gas/testsuite/gas/ppc.
6803 * gdb.arch/powerpc-power.exp: Likewise.
6804
6805 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6806
6807 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6808
6809 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6810 Jan Kratochvil <jan.kratochvil@redhat.com>
6811
6812 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6813 make m1's definition to be different from m2's. Use 'dummy' as an
6814 argument for probe 'two'.
6815
6816 2016-09-10 Jon Beniston <jon@beniston.com>
6817
6818 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6819 for sim target.
6820
6821 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6822
6823 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6824 variable declaration.
6825 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6826 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6827 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6828 received HWCAP as its argument.
6829
6830 2016-09-06 Pedro Alves <palves@redhat.com>
6831
6832 * gdb.base/new-ui-pending-input.c: New file.
6833 * gdb.base/new-ui-pending-input.exp: New file.
6834 * gdb.exp (clear_gdb_spawn_id): New procedure.
6835 (with_spawn_id): Check whether gdb_spawn_id exists before
6836 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6837 on exit.
6838
6839 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6840
6841 * gdb.base/float128.c: New file.
6842 * gdb.base/float128.exp: Likewise.
6843 * gdb.base/floatn.c: Likewise.
6844 * gdb.base/floatn.exp: Likewise.
6845
6846 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6847
6848 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6849
6850 2016-09-05 Pedro Alves <palves@redhat.com>
6851
6852 PR backtrace/19927
6853 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6854 unwinders are immediately called as side effect of "source" or
6855 "disable unwinder" commands.
6856 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6857
6858 2016-09-02 Yao Qi <yao.qi@linaro.org>
6859
6860 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6861 is true and $type is "float" or "double".
6862
6863 2016-09-02 Yao Qi <yao.qi@linaro.org>
6864
6865 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6866 true.
6867 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6868 * gdb.base/call-rt-st.exp: Likewise.
6869 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6870 return value instead of gdb,skip_float_test.
6871 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6872 (do_function_calls): Use its return value instead of
6873 gdb,skip_float_test.
6874 * gdb.base/finish.exp: Likewise.
6875 * gdb.base/funcargs.exp: Likewise.
6876 * gdb.base/return.exp: Likewise.
6877 * gdb.base/return2.exp: Likewise.
6878 * gdb.base/varargs.exp: Likewise.
6879 * lib/gdb.exp (gdb_skip_float_test): Change it to
6880 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6881
6882 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6883
6884 * gdb.multi/tids.exp: Test "thread apply all".
6885
6886 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6887
6888 * gdb.base/default.exp (tty): Remove.
6889
6890 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6891
6892 * gdb.python/py-recurse-unwind.c: New file.
6893 * gdb.python/py-recurse-unwind.py: New file.
6894 * gdb.python/py-recurse-unwind.exp: New file.
6895
6896 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6897
6898 * gdb.base/set-inferior-tty.exp: New file.
6899 * gdb.base/set-inferior-tty.c: New file.
6900
6901 2016-08-23 Pedro Alves <palves@redhat.com>
6902
6903 PR gdb/20494
6904 * gdb.base/new-ui-echo.c: New file.
6905 * gdb.base/new-ui-echo.exp: New file.
6906
6907 2016-08-23 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6910 gdbserver_spawn.
6911 * gdb.server/connect-without-multi-process.exp (do_test):
6912 Likewise.
6913
6914 2016-08-23 Yao Qi <yao.qi@linaro.org>
6915
6916 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6917 standalone_txt. Delete gdb_txt and standalone_txt on host
6918 and target. Spawn the binary on target. Copy files from
6919 target to host.
6920
6921 2016-08-22 Pedro Alves <palves@redhat.com>
6922
6923 PR gdb/20505
6924 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6925 with_test_prefix. Factor out bits to ...
6926 (test_no_vdso): ... this new procedure.
6927
6928 2016-08-19 Carl Love <cel@us.ibm.com>
6929
6930 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6931 maintaining separate logic for constructing the output path.
6932 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6933 * gdb.arch/ppc-dfp.exp: Likewise.
6934 * gdb.arch/ppc-fp.exp: Likewise.
6935 * gdb.arch/vsx-regs.exp: Likewise.
6936 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6937 binprefix for generating the additional binary files.
6938
6939 2016-08-19 Pedro Alves <palves@redhat.com>
6940
6941 * gdb.trace/mi-trace-frame-collected.exp
6942 (test_trace_frame_collected): On x32, expect two registers.
6943
6944 2016-08-18 Carl Love <cel@us.ibm.com>
6945
6946 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6947 and sync up the test with tests in gas/testsuite/gas/ppc.
6948 * gdb.arch/powerpc-power.exp: Likewise.
6949
6950 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6951
6952 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6953 expected error message.
6954
6955 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6956
6957 * gdb.multi/remove-inferiors.exp: New file.
6958 * gdb.multi/remove-inferiors.c: New file.
6959
6960 2016-08-12 Yao Qi <yao.qi@linaro.org>
6961
6962 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6963 argument list.
6964
6965 2016-08-10 Pedro Alves <palves@redhat.com>
6966
6967 PR gdb/19187
6968 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6969 setup_kfails.
6970
6971 2016-08-09 Pedro Alves <palves@redhat.com>
6972 Simon Marchi <simon.marchi@ericsson.com>
6973
6974 PR gdb/20418
6975 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6976 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6977
6978 2016-08-09 Pedro Alves <palves@redhat.com>
6979
6980 PR mi/20431
6981 * gdb.mi/mi-cmd-error.exp: New file.
6982
6983 2016-08-09 Pedro Alves <palves@redhat.com>
6984
6985 PR gdb/18653
6986 * gdb.base/signals-state-child.c: New file.
6987 * gdb.base/signals-state-child.exp: New file.
6988 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6989
6990 2016-08-09 Pedro Alves <palves@redhat.com>
6991
6992 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6993
6994 2016-08-03 Tom Tromey <tom@tromey.com>
6995
6996 PR python/18565:
6997 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6998
6999 2016-08-01 Yao Qi <yao.qi@linaro.org>
7000
7001 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7002 variable mode to "multi-process" if $multi_process is 1, otherwise
7003 set it to "single-process".
7004
7005 2016-08-01 Yao Qi <yao.qi@linaro.org>
7006
7007 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7008 * gdb.cp/cpexprs.exp: Likewise.
7009 * gdb.cp/m-static.exp: Likewise.
7010
7011 2016-07-26 Tom Tromey <tom@tromey.com>
7012
7013 PR python/20190:
7014 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7015 test.
7016
7017 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7018
7019 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7020 selecting assembly source files.
7021 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7022 assembly source files.
7023 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7024 assembly source files.
7025 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7026 selecting assembly source files.
7027
7028 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7029
7030 * gdb.base/new-ui.exp (do_test_invalid_args): New
7031 procedure.
7032
7033 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7034
7035 * gdb.btrace/reconnect.c: New file.
7036 * gdb.btrace/reconnect.exp: New file.
7037
7038 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7039
7040 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7041 to test_catch_syscall_group.
7042 (test_catch_syscall_group): New.
7043
7044 2016-07-21 Tom Tromey <tom@tromey.com>
7045
7046 * gdb.rust/simple.rs (main): Use empty struct expression.
7047 * gdb.rust/simple.exp: Add tests for empty struct expression.
7048
7049 2016-07-21 Yao Qi <yao.qi@linaro.org>
7050
7051 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7052 if gdb_skip_xml_test is true on some targets.
7053
7054 2016-07-21 Yao Qi <yao.qi@linaro.org>
7055
7056 * gdb.server/solib-list.exp: Unset last_loaded_file.
7057
7058 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7059
7060 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7061 "step into captured_main (args)".
7062
7063 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7064
7065 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7066
7067 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7068
7069 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7070
7071 2016-07-19 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7074 * gdb.opt/inline-bt.exp: Likewise.
7075 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7076 additional_flags=-Winline.
7077 * gdb.opt/inline-locals.exp: Likewise.
7078 * gdb.opt/inline-markers.c (ATTR): Define.
7079 (inlined_fn): Use it.
7080
7081 2016-07-19 Yao Qi <yao.qi@linaro.org>
7082
7083 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7084 (test_with_self): Remove some code. Remove argument executable.
7085 (top-level): Use do_self_tests.
7086
7087 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7088 Don Breazeal <donb@codesourcery.com>
7089
7090 * gdb.base/maint.exp: Escape paths used in regular expressions.
7091 * gdb.stabs/weird.exp: Likewise.
7092
7093 2016-07-13 Tom Tromey <tom@tromey.com>
7094
7095 PR python/15620, PR python/18620:
7096 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7097 (test_bkpt_events): New procs.
7098
7099 2016-07-13 Tom Tromey <tom@tromey.com>
7100
7101 PR python/17698:
7102 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7103 test.
7104 (test_watchpoints): Likewise.
7105 (test_bkpt_pending): New proc.
7106
7107 2016-07-13 Tom Tromey <tom@tromey.com>
7108
7109 PR cli/18053:
7110 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7111 completion test.
7112
7113 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7114
7115 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7116 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7117 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7118 f_label.
7119 (g): Rename g_end_lbl to g_label.
7120 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7121 low_pc and high_pc.
7122 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7123
7124 2016-07-12 Tom Tromey <tom@tromey.com>
7125
7126 PR python/19293:
7127 * gdb.python/py-unwind-maint.exp: Update tests.
7128
7129 2016-07-12 Yao Qi <yao.qi@linaro.org>
7130
7131 * lib/selftest-support.exp (selftest_setup): Match the output
7132 when captured_main is inlined.
7133
7134 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7135
7136 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7137 New variables.
7138 (print this%a, print this%b, print this): New tests.
7139 * gdb.fortran/derived-types.f90 (this): New object and
7140 initialization.
7141
7142 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7143
7144 * gdb.ada/arraydim.exp: Remove extra directory level in build
7145 directory.
7146
7147 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7148
7149 * lib/ada.exp: Remove extra directory level in build directory.
7150 * gdb.ada/cond_lang.exp: Likewise.
7151 * gdb.ada/exec_changed.exp: Likewise.
7152 * gdb.ada/lang_switch.exp: Likewise.
7153
7154 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7155
7156 * simple.rs: Add test for raw pointer subscripting.
7157 * simple.exp: Add test expectations.
7158
7159 2016-07-05 Yao Qi <yao.qi@linaro.org>
7160
7161 * gdb.mi/mi-reverse.exp: Match =record-started output.
7162
7163 2016-07-01 Pedro Alves <palves@redhat.com>
7164
7165 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7166 procedure.
7167 (jit_reader_test): Test the jit reader's unwinder.
7168 * gdb.base/jithost.c (jit_function_00_code): New global.
7169 (main): Use memcpy to fill in the mmapped code, instead of poking
7170 bytes manually here.
7171 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7172 value.
7173 (read_debug_info): Save the function's range.
7174 (read_sp): New function.
7175 (unwind_frame): Use it. Also unwind RBP.
7176 (get_frame_id): Use read_sp.
7177 (gdb_init_reader): Use calloc instead of malloc.
7178 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7179 parameter. Use gdb_test_multiple.
7180
7181 2016-07-01 Pedro Alves <palves@redhat.com>
7182 Antoine Tremblay <antoine.tremblay@ericsson.com>
7183
7184 * gdb.threads/process-dies-while-detaching.c: New file.
7185 * gdb.threads/process-dies-while-detaching.exp: New file.
7186
7187 2016-07-01 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.multi/watchpoint-multi-exit.c: New file.
7190 * gdb.multi/watchpoint-multi-exit.exp: New file.
7191
7192 2016-06-30 Pedro Alves <palves@redhat.com>
7193
7194 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7195 unset inferior_spawn_id.
7196
7197 2016-06-30 Pedro Alves <palves@redhat.com>
7198
7199 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7200 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7201
7202 2016-06-29 Yao Qi <yao.qi@linaro.org>
7203
7204 * gdb.base/return.c: Add copyright header.
7205
7206 2016-06-29 Tom Tromey <tom@tromey.com>
7207
7208 PR python/20129:
7209 * gdb.python/py-framefilter.exp: Add tests for setting priority
7210 and disabling of non-existent frame filter.
7211
7212 2016-06-29 Yao Qi <yao.qi@linaro.org>
7213
7214 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7215 0x0f07ff.
7216
7217 2016-06-28 Yao Qi <yao.qi@linaro.org>
7218
7219 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7220 triplets. Start gdb, execute catch syscall, and continue. Check
7221 gdb's output to determine catch syscall is supported.
7222
7223 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7224
7225 * gdb.rust/simple.rs: Add test for returning unit in a function.
7226 * gdb.rust/simple.exp: Add expectation for functions returning
7227 unit.
7228
7229 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7230
7231 * gdb.python/py-breakpoint-create-fail.c,
7232 gdb.python/py-breakpoint-create-fail.exp,
7233 gdb.python/py-breakpoint-create-fail.py: New testcase.
7234
7235 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7236
7237 PR gdb/20239
7238 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7239 * gdb.rust/simple.exp: Add test expectations for new NonZero
7240 tests.
7241
7242 2016-06-24 David Taylor <dtaylor@emc.com>
7243
7244 * gdb.base/offsets.exp: New file.
7245 * gdb.base/offsets.c: New file.
7246
7247 2016-06-23 Tom Tromey <tom@tromey.com>
7248
7249 PR gdb/16483:
7250 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7251 before any filters are loaded.
7252
7253 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7254
7255 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7256 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7257 structs.
7258 * gdb.fortran/derived-type-function.exp: New file.
7259 * gdb.fortran/derived-type-function.f90: New file.
7260
7261
7262 2016-06-21 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.base/new-ui.exp: New file.
7265 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7266 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7267 (with_spawn_id): New procedure.
7268
7269 2016-06-21 Pedro Alves <palves@redhat.com>
7270
7271 * gdb.mi/mi-exec-run.exp: New file.
7272
7273 2016-06-21 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7276 breakpoint command's output on the main UI.
7277 (test_break): New procedure, factored out from calls in the top
7278 level.
7279 (top level): Use foreach_with_prefix to test MI as main UI and as
7280 separate UI.
7281
7282 2016-06-21 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7285 (test_awatch_creation_and_listing)
7286 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7287 Remove 'type' parameter.
7288 (test_watchpoint_all): New parameter mi_mode. Remove
7289 with_test_prefix.
7290 (top level): Use foreach_with_prefix, and add main/separate UI MI
7291 testing axis.
7292
7293 2016-06-21 Pedro Alves <palves@redhat.com>
7294
7295 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7296 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7297 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7298 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7299 (gdb_main_spawn_id, mi_spawn_id): Declare and
7300 comment.
7301 (mi_create_inferior_pty): New procedure,
7302 factored out from default_mi_gdb_start.
7303 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7304 procedures.
7305 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7306 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7307 Use mi_create_inferior_pty.
7308 (mi_gdb_start): Use eval to pass down args list.
7309
7310 2016-06-21 Pedro Alves <palves@redhat.com>
7311
7312 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7313 * gdb.opt/inline-cmds.exp: Add MI tests.
7314
7315 2016-06-21 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7318
7319 2016-06-21 Pedro Alves <palves@redhat.com>
7320
7321 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7322 (top level): Use it instead of mi_execute_to.
7323
7324 2016-06-21 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7327 (cont_handler_str): New.
7328 (signal_stop_handler): Set stop_handler_str instead of printing to
7329 stdout.
7330 (continue_handler): Set cont_handler_str instead of printing to
7331 stdout.
7332 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7333 mi_send_resuming_command. Print stop_handler_str and
7334 cont_handler_str instead of expecting the python events print
7335 directly.
7336
7337 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7338
7339 * gdb.base/jit-reader.exp: New file.
7340 * gdb.base/jithost.c: New file.
7341 * gdb.base/jithost.h: New file.
7342 * gdb.base/jitreader.c : New file.
7343 * gdb.base/jit-protocol.h: New file.
7344
7345 2016-06-17 Yao Qi <yao.qi@linaro.org>
7346
7347 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7348 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7349 and detach-on-fork. Adjust tests.
7350 (top level): Invoke break_cond_on_syscall with combinations of
7351 syscall, follow-fork-mode and detach-on-fork.
7352
7353 2016-06-17 Yao Qi <yao.qi@linaro.org>
7354
7355 * gdb.base/step-over-exit.c: New.
7356 * gdb.base/step-over-exit.exp: New.
7357
7358 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7359
7360 * gdb.base/float.exp: Add target check for nds32*-*-*.
7361 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7362
7363 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7364
7365 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7366 for unsupported target features.
7367 * gdb.base/call-rt-st.exp: Likewise.
7368 * gdb.base/call-sc.exp: Likewise.
7369 * gdb.base/call-signal-resume.exp: Likewise.
7370 * gdb.base/call-strs.exp: Likewise.
7371 * gdb.base/callexit.exp: Likewise.
7372 * gdb.base/callfuncs.exp: Likewise.
7373 * gdb.base/nodebug.exp: Likewise.
7374 * gdb.base/printcmds.exp: Likewise.
7375 * gdb.base/ptype.exp: Likewise.
7376 * gdb.base/structs.exp: Likewise.
7377 * gdb.base/unwindonsignal.exp: Likewise.
7378 * gdb.cp/gdb2495.exp: Likewise.
7379 * gdb.cp/templates.exp: Likewise.
7380 * gdb.cp/virtfunc.exp: Likewise.
7381 * gdb.threads/hand-call-in-threads.exp: Likewise.
7382 * gdb.threads/interrupted-hand-call.exp: Likewise.
7383 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7384
7385 2016-06-10 Tom Tromey <tom@tromey.com>
7386
7387 PR rust/20110:
7388 * gdb.rust/expr.exp: Add test for integer constant larger than
7389 i32.
7390
7391 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7392
7393 * gdb.fortran/nested-funcs.exp: New.
7394 * gdb.fortran/nested-funcs.f90: New.
7395
7396 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7397
7398 * gdb.base/examine-backward.c: New file.
7399 * gdb.base/examine-backward.exp: New file.
7400
7401 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7402
7403 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7404 matching.
7405
7406 2016-06-02 Tom Tromey <tom@tromey.com>
7407
7408 PR python/18984:
7409 * gdb.python/py-shared.exp: Add solib_name test.
7410
7411 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7412
7413 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7414
7415 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7416
7417 PR c++/19893
7418 * gdb.dwarf2/implref.exp: Rename to...
7419 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7420 * gdb.dwarf2/implref-array.c: New file.
7421 * gdb.dwarf2/implref-array.exp: Likewise.
7422 * gdb.dwarf2/implref-global.c: Likewise.
7423 * gdb.dwarf2/implref-global.exp: Likewise.
7424 * gdb.dwarf2/implref-struct.c: Likewise.
7425 * gdb.dwarf2/implref-struct.exp: Likewise.
7426
7427 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7428
7429 * gdb.trace/trace-condition.exp: Add 64bit tests.
7430
7431 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7432
7433 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7434 bits types.
7435 (main): Adapt to 8 to 64 bits types.
7436 * gdb.trace/trace-condition.exp: Add new tests.
7437
7438 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7439
7440 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7441
7442 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7443
7444 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7445 Move condition tests...
7446 * gdb.trace/trace-condition.exp: Here.
7447
7448 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7449
7450 * gdb.trace/trace-condition.exp: Add counter-case tests.
7451
7452 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7453
7454 PR c++/15231
7455 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7456 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7457
7458 2016-05-27 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7461 New procedure.
7462 (top level): Call it, and bail out of DejaGnu is known to be bad.
7463
7464 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7465
7466 * gdb.base/whatis.c: Extend the test case.
7467 * gdb.base/whatis.exp: Add additional tests.
7468
7469 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7470
7471 * gdb.fortran/type.f90: Add pointer variable.
7472 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7473
7474 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7475
7476 * gdb.fortran/vla-type.exp: Fix testcase name.
7477
7478 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7479
7480 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7481
7482 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7483
7484 * gdb.fortran/type.f90: Add nested structures.
7485 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7486 * gdb.fortran/derived-type.exp: Adapt expected output.
7487 * gdb.fortran/vla-type.exp: Adapt expected output.
7488
7489 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7490
7491 * gdb.fortran/whatis_type.exp: Adapt expected output.
7492
7493 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7494
7495 * gdb.fortran/print_type.exp: Fix expected output.
7496 * gdb.fortran/whatis_type.exp: Fix expected output.
7497
7498 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7499
7500 * gdb.fortran/whatis_type.exp: Use multi_line.
7501
7502 2016-05-24 Tom Tromey <tom@tromey.com>
7503
7504 PR python/17386:
7505 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7506 use value as an index.
7507
7508 2016-05-23 Tom Tromey <tom@tromey.com>
7509
7510 PR python/17981:
7511 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7512 no-breakpoint case.
7513
7514 2016-05-24 Pedro Alves <palves@redhat.com>
7515
7516 PR gdb/19828
7517 * gdb.threads/clone-attach-detach.c: New file.
7518 * gdb.threads/clone-attach-detach.exp: New file.
7519
7520 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7521
7522 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7523
7524 2016-05-23 Tom Tromey <tom@tromey.com>
7525
7526 PR python/19438, PR python/18393:
7527 * gdb.python/py-progspace.exp: Add "dir" test.
7528 * gdb.python/py-objfile.exp: Add "dir" test.
7529
7530 2016-05-23 Yao Qi <yao.qi@linaro.org>
7531
7532 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7533 * gdb.arch/thumb2-it.exp: Likewise.
7534
7535 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7536
7537 * gdb.mi/mi-threads-interrupt.c: New file.
7538 * gdb.mi/mi-threads-interrupt.exp: New file.
7539
7540 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7541
7542 PR gdb/18077
7543 * gdb.mi/mi-async-run.exp: New file.
7544 * gdb.mi/mi-async-run.c: New file.
7545
7546 2016-05-17 Tom Tromey <tom@tromey.com>
7547 Manish Goregaokar <manishsmail@gmail.com>
7548
7549 * lib/rust-support.exp: New file.
7550 * lib/gdb.exp (skip_rust_tests): New proc.
7551 (build_executable_from_specs): Handle rust.
7552 * lib/future.exp (gdb_find_rustc): New proc.
7553 (gdb_default_target_compile): Handle rust.
7554 * gdb.rust/expr.exp: New file.
7555 * gdb.rust/generics.exp: New file.
7556 * gdb.rust/generics.rs: New file.
7557 * gdb.rust/methods.exp: New file.
7558 * gdb.rust/methods.rs: New file.
7559 * gdb.rust/modules.exp: New file.
7560 * gdb.rust/modules.rs: New file.
7561 * gdb.rust/simple.exp: New file.
7562 * gdb.rust/simple.rs: New file.
7563
7564 2016-05-17 Tom Tromey <tom@tromey.com>
7565
7566 * gdb.base/default.exp (set language): Add rust.
7567
7568 2016-05-17 Tom Tromey <tom@tromey.com>
7569
7570 * gdb.gdb/unittest.exp: New file.
7571
7572 2016-05-16 Yao Qi <yao.qi@linaro.org>
7573
7574 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7575 shell_prompt. Update shell_prompt_re.
7576
7577 2016-05-12 Doug Evans <dje@google.com>
7578
7579 PR symtab/19999
7580 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7581 $options when building executable.
7582 * gdb.dwarf2/fission-loclists-pie.S: New file.
7583 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7584
7585 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7586
7587 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7588 of [is_remote target],
7589
7590 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7591
7592 * lib/gdb.exp (use_gdb_stub): New procedure.
7593
7594 2016-05-03 Yunlian Jiang <yunlian@google.com>
7595 Doug Evans <dje@google.com>
7596
7597 PR symtab/19914
7598 * gdb.dwarf2/dwp-sepdebug.c: New file.
7599 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7600
7601 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7602
7603 * gdb.base/detach.exp: Remove is_remote check.
7604
7605 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7606
7607 * gdb.base/annota-input-while-running.exp: Don't check for
7608 [is_remote target]. Enable annotations after running to main.
7609 Remove unused "set test..." line.
7610
7611 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7612
7613 * gdb.trace/trace-enable-disable.exp: New file.
7614 * gdb.trace/trace-enable-disable.c: New file.
7615
7616 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7617
7618 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7619 use it in info sharedlibrary test.
7620 * gdb.trace/ftrace-lock.exp: Likewise.
7621 * gdb.trace/ftrace.exp: Likewise.
7622 * gdb.trace/range-stepping.exp: Likewise.
7623 * gdb.trace/trace-break.exp: Likewise.
7624 * gdb.trace/trace-condition.exp: Likewise.
7625 * gdb.trace/trace-mt.exp: Likewise.
7626
7627 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7628
7629 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7630 (gdb_load_shlib): ... this.
7631 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7632 gdb_load_shlib.
7633 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7634 * gdb.base/ctxobj.exp: Likewise.
7635 * gdb.base/dprintf-pending.exp: Likewise.
7636 * gdb.base/dso2dso.exp: Likewise.
7637 * gdb.base/fixsection.exp: Likewise.
7638 * gdb.base/gcore-relro.exp: Likewise.
7639 * gdb.base/gdb1555.exp: Likewise.
7640 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7641 * gdb.base/gnu-ifunc.exp: Likewise.
7642 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7643 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7644 * gdb.base/pending.exp: Likewise.
7645 * gdb.base/print-file-var.exp: Likewise.
7646 * gdb.base/print-symbol-loading.exp: Likewise.
7647 * gdb.base/shlib-call.exp: Likewise.
7648 * gdb.base/shreloc.exp: Likewise.
7649 * gdb.base/so-impl-ld.exp: Likewise.
7650 * gdb.base/solib-disc.exp: Likewise.
7651 * gdb.base/solib-nodir.exp: Likewise.
7652 * gdb.base/solib-overlap.exp: Likewise.
7653 * gdb.base/solib-symbol.exp: Likewise.
7654 * gdb.base/solib-weak.exp (do_test): Likewise.
7655 * gdb.base/sym-file.exp: Likewise.
7656 * gdb.base/symtab-search-order.exp: Likewise.
7657 * gdb.base/type-opaque.exp: Likewise.
7658 * gdb.base/unload.exp: Likewise.
7659 * gdb.base/watchpoint-solib.exp: Likewise.
7660 * gdb.compile/compile.exp: Likewise.
7661 * gdb.cp/gdb2384.exp: Likewise.
7662 * gdb.cp/infcall-dlopen.exp: Likewise.
7663 * gdb.cp/re-set-overloaded.exp: Likewise.
7664 * gdb.fortran/library-module.exp: Likewise.
7665 * gdb.opt/solib-intra-step.exp: Likewise.
7666 * gdb.python/py-finish-breakpoint.exp: Likewise.
7667 * gdb.python/py-shared.exp: Likewise.
7668 * gdb.reverse/solib-precsave.exp: Likewise.
7669 * gdb.reverse/solib-reverse.exp: Likewise.
7670 * gdb.server/solib-list.exp: Likewise.
7671 * gdb.threads/dlopen-libpthread.exp: Likewise.
7672 * gdb.threads/tls-shared.exp: Likewise.
7673 * gdb.threads/tls-so_extern.exp: Likewise.
7674 * gdb.trace/change-loc.exp: Likewise.
7675 * gdb.trace/ftrace-lock.exp: Likewise.
7676 * gdb.trace/ftrace.exp: Likewise.
7677 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7678 * gdb.trace/pending.exp: Likewise.
7679 * gdb.trace/range-stepping.exp: Likewise.
7680 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7681 (strace_info_marker): Likewise.
7682 (strace_probe_marker): Likewise.
7683 (strace_trace_on_same_addr): Likewise.
7684 (strace_trace_on_diff_addr): Likewise.
7685 * gdb.trace/trace-break.exp: Likewise.
7686 * gdb.trace/trace-condition.exp: Likewise.
7687 * gdb.trace/trace-mt.exp: Likewise.
7688
7689 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7690
7691 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7692 result of gdb_remote_download.
7693 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7694 * gdb.base/dso2dso.exp: Likewise.
7695 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7696 * gdb.base/print-file-var.exp: Likewise.
7697 * gdb.base/shlib-call.exp: Likewise.
7698 * gdb.base/shreloc.exp: Likewise.
7699 * gdb.base/solib-overlap.exp: Likewise.
7700 * gdb.base/solib-weak.exp (do_test): Likewise.
7701 * gdb.base/unload.exp: Likewise.
7702
7703 2016-04-27 Yao Qi <yao.qi@linaro.org>
7704
7705 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7706 exists.
7707
7708 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7709
7710 * vla-type.exp: Print structure from toplevel.
7711
7712 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7713
7714 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7715 of dynamic types.
7716 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7717 of dynamic types.
7718
7719 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7720
7721 * gdb.fortran/vla-type.f90: New file.
7722 * gdb.fortran/vla-type.exp: New file.
7723
7724 2016-04-25 Yao Qi <yao.qi@linaro.org>
7725
7726 * gdb.base/branch-to-self.c: New file.
7727 * gdb.base/branch-to-self.exp: New file.
7728
7729 2016-04-22 Yao Qi <yao.qi@linaro.org>
7730
7731 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7732 more after $hex.
7733
7734 2016-04-22 Yao Qi <yao.qi@linaro.org>
7735
7736 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7737 * gdb.base/annota3.exp: Likewise.
7738
7739 2016-04-22 Yao Qi <yao.qi@linaro.org>
7740
7741 * gdb.reverse/step-precsave.exp: Do one step and test program
7742 stops in "callee" and do multiple steps until program goes out
7743 of "callee".
7744 * gdb.reverse/step-reverse.exp: Likewise.
7745
7746 2016-04-22 Yao Qi <yao.qi@linaro.org>
7747
7748 * gdb.trace/signal.exp: Also pass if
7749 $tracepoint_hits($i) > $iterations.
7750
7751 2016-04-22 Yao Qi <yao.qi@linaro.org>
7752
7753 * gdb.trace/signal.c: New file.
7754 * gdb.trace/signal.exp: New file.
7755
7756 2016-04-19 Doug Evans <xdje42@gmail.com>
7757
7758 * gdb.base/bad-file.exp: New file.
7759
7760 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7761
7762 * gdb.dwarf2/implref.exp: New file.
7763
7764 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7765
7766 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7767 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7768 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7769 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7770 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7771 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7772 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7773 * lib/fortran.exp (fortran_int4): New procedure.
7774 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7775 (fortran_logical4): Likewise.
7776
7777 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7778
7779 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7780
7781 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7782
7783 * lib/compiler.c: Add Intel specific preprocessor macros.
7784 * lib/compiler.cc: Likewise.
7785
7786 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7787
7788 * gdb.server/connect-with-no-symbol-file.c: New file.
7789 * gdb.server/connect-with-no-symbol-file.exp: New file.
7790
7791 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7792
7793 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7794
7795 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7796
7797 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7798 standard output directory.
7799
7800 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7801
7802 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7803
7804 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7805
7806 * gdb.btrace/instruction_history.c (loop): Add declaration.
7807
7808 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7809
7810 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7811
7812 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7813
7814 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7815 parentheses to print.
7816 (continue_handler): Likewise.
7817
7818 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7819
7820 * gdb.server/solib-list.exp: Remove is_remote check.
7821 Pass shlib= to gdb_compile. Don't link shared library with
7822 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7823 Run binary filename through "readlink -f" on the target.
7824
7825 2016-04-08 Pedro Alves <palves@redhat.com>
7826
7827 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7828 interpreter filename as argument to gdbserver_spawn.
7829 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7830 Return empty if $last_loaded_file does not exist.
7831
7832 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7833
7834 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7835 * gdb.base/jit-main.c: Use exit after usage.
7836
7837 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7838
7839 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7840 GDBHISTSIZE prior to the tests.
7841 * gdb.base/gdbinit-history.exp: Likewise.
7842
7843 2016-04-07 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7846 instead of build_executable. Use gdb_load_shlibs.
7847
7848 2016-04-07 Yao Qi <yao.qi@linaro.org>
7849
7850 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7851 Execute "si" command.
7852
7853 2016-04-07 Yao Qi <yao.qi@linaro.org>
7854
7855 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7856 number instead of the comments on some line.
7857
7858 2016-04-06 Don Breazeal <donb@codesourcery.com>
7859
7860 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7861 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7862
7863 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7864
7865 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7866 standard_output_file. Remove unused binfile variable.
7867
7868 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7869
7870 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7871 * gdb.python/py-mi-objfile.exp: Match "list main" output
7872 in console format.
7873
7874 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7875
7876 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7877 absolute.
7878
7879 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7880
7881 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7882 absolute.
7883 * gdb.trace/ftrace.exp: Likewise.
7884 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7885 targets as well.
7886 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7887 (gdb_load_shlibs): Copy libraries to test directory when testing
7888 natively. Only set solib-search-path if testing remotely.
7889 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7890
7891 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7892
7893 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7894 gdb_download. Use it even if the target is not remote.
7895 * gdb.base/jit.exp (compile_jit_test): Likewise.
7896 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7897 output directory if the destination board is local, otherwise use
7898 the standard remote_download from DejaGnu.
7899 (gdb_download): Remove.
7900 (gdb_load_shlibs): Use gdb_remote_download instead of
7901 gdb_download.
7902 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7903 Use gdb_remote_download instead of gdb_download. Use it even if
7904 the target is not remote.
7905 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7906 instead of gdb_download.
7907
7908 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7909
7910 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7911 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7912 run.
7913
7914 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7915
7916 PR gdb/19820
7917 * gdb.base/printcmds.exp: Add artificial arrays tests.
7918
7919 2016-03-31 Pedro Alves <palves@redhat.com>
7920
7921 PR gdb/19858
7922 * gdb.base/jit-main.c: Include unistd.h.
7923 (ATTACH): Define to 0 if not already defined.
7924 (wait_for_gdb, mypid): New globals.
7925 (WAIT_FOR_GDB): New macro.
7926 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7927 some breakpoint locations.
7928 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7929 New procedures.
7930 (one_jit_test): Add REATTACH parameter, and handle it. Use
7931 continue_to_test_location.
7932 (top level): Test attach, and adjusts calls to one_jit_test.
7933
7934 2016-03-31 Pedro Alves <palves@redhat.com>
7935
7936 PR gdb/19858
7937 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7938 BINSUFFIX parameter, and handle it.
7939 (top level): Adjust calls compile_jit_test.
7940
7941 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7942
7943 PR python/19743
7944 * gdb.python/py-mi-events-gdb.py: New file.
7945 * gdb.python/py-mi-events.c: New file.
7946 * gdb.python/py-mi-events.exp: New file.
7947
7948 2016-03-30 Yao Qi <yao.qi@linaro.org>
7949
7950 * gdb.reverse/until-precsave.exp: Match function name only.
7951 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7952 Move malloc to a condition block.
7953 * gdb.reverse/until-reverse.exp: Match function name only.
7954
7955 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7956
7957 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7958 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7959 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7960 variable for GPR 0 instead of assuming it is register 0.
7961 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7962 * lib/trace-support.exp: Add s390 registers.
7963
7964 2016-03-29 Yao Qi <yao.qi@linaro.org>
7965
7966 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7967
7968 2016-03-24 Yao Qi <yao.qi@linaro.org>
7969
7970 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7971 test message.
7972
7973 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7974
7975 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7976 maintaining separate logic for constructing the output path.
7977
7978 2016-03-16 Don Breazeal <donb@codesourcery.com>
7979
7980 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7981 Retry fork and waitpid on interrupted system call errors.
7982 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7983 Use with_timeout_factor to increase timeout by factor of 10.
7984
7985 2016-03-15 Don Breazeal <donb@codesourcery.com>
7986
7987 * gdb.cp/scope-err.cc: New test program.
7988 * gdb.cp/scope-err.exp: New test script.
7989 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7990 lines and "set breakpoint here" comment.
7991 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7992 Fixed some whitespace and format issues.
7993 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7994 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7995
7996 2016-03-15 Doug Evans <dje@google.com>
7997
7998 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7999 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8000 All callers updated. Add tests for enums, mixed flags register.
8001
8002 2016-03-15 Doug Evans <dje@google.com>
8003
8004 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8005 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8006
8007 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8008
8009 * gdb.base/default.exp: Add $_as_string to the list of expected
8010 convenience functions.
8011
8012 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8013
8014 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8015
8016 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8017
8018 * gdb.python/py-as-string.exp: New file.
8019 * gdb.python/py-as-string.c: New file.
8020
8021 2016-03-09 Pedro Alves <palves@redhat.com>
8022
8023 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8024 signal" -> "Thread NN received signal" output change.
8025 * gdb.threads/ia64-sigill.exp: Likewise.
8026 * gdb.threads/linux-dp.exp: Likewise.
8027 * gdb.threads/manythreads.exp: Likewise.
8028 * gdb.threads/pending-step.exp: Likewise.
8029 * gdb.threads/print-threads.exp: Likewise.
8030 * gdb.threads/sigstep-threads.exp: Likewise.
8031 * gdb.threads/staticthreads.exp: Likewise.
8032 * gdb.threads/tls.exp: Likewise.
8033
8034 2016-03-09 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/command-line-input.exp: New file.
8037
8038 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8039
8040 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8041 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8042 * gdb.trace/pending.exp: Accept leading dot before function name.
8043 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8044 * lib/trace-support.exp: Set registers for ppc.
8045
8046 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8047
8048 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8049 use it for disassembly; accept .main in addition to main in backtrace.
8050
8051 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8052 Marcin Kościelnicki <koriakin@0x04.net>
8053
8054 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8055 (gdb_recursion_test_ptr): New global variable.
8056 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8057 gdb_recursion_test.
8058 (gdb_c_test): Ditto.
8059
8060 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8061
8062 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8063 ordering.
8064
8065 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8066
8067 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8068 (bar): Add bar_start_lbl label.
8069 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8070 of foo/bar for emitting DWARF and tracing.
8071
8072 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8073
8074 * analyze-racy-logs.py: Set executable bit.
8075
8076 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8077
8078 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8079 (CHECK_TARGET_TMP): Likewise.
8080 (check-single-racy): New rule.
8081 (check-parallel-racy): Likewise.
8082 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8083 (do-check-parallel-racy): New rule.
8084 (check-racy/%.exp): Likewise.
8085 * README (Racy testcases): New section.
8086 * analyze-racy-logs.py: New file.
8087
8088 2016-03-03 Doug Evans <dje@google.com>
8089
8090 * gdb.base/skip.exp: Use with_test_prefix.
8091
8092 2016-03-03 Yao Qi <yao.qi@linaro.org>
8093
8094 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8095 Invoke step_over_syscall "clone" and break_cond_on_syscall
8096 "clone".
8097 * gdb.base/step-over-clone.c: New file.
8098
8099 2016-03-03 Yao Qi <yao.qi@linaro.org>
8100
8101 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8102 code format.
8103
8104 2016-03-03 Yao Qi <yao.qi@linaro.org>
8105
8106 * gdb.base/disp-step-fork.c: Rename to ...
8107 * gdb.base/step-over-fork.c: ... it. New file.
8108 * gdb.base/disp-step-vfork.c: Rename to ...
8109 * gdb.base/step-over-vfork.c: ... it. New file.
8110 * gdb.base/disp-step-syscall.exp: Rename to ...
8111 * gdb.base/step-over-syscall.exp: ... it. New file.
8112 (disp_step_cross_syscall): Rename to ...
8113 (step_over_syscall): ... it.
8114
8115 2016-03-03 Yao Qi <yao.qi@linaro.org>
8116
8117 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8118 If target supports condition evaluation on target, invoke
8119 break_cond_on_syscall for fork and vfork.
8120
8121 2016-03-03 Yao Qi <yao.qi@linaro.org>
8122
8123 * gdb.base/disp-step-syscall.exp: Don't invoke
8124 support_displaced_stepping.
8125 (disp_step_cross_syscall): Test with displaced stepping off and
8126 on if supported.
8127
8128 2016-03-03 Yao Qi <yao.qi@linaro.org>
8129
8130 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8131 proc.
8132 (setup): New proc.
8133 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8134 and setup.
8135
8136 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8137
8138 * gdb.fortran/vla-history.exp: Remove breakpoint.
8139
8140 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8141
8142 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8143 exceeds timeout.
8144
8145 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8146
8147 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8148 breakpoint.
8149
8150 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8151
8152 * gdb.mi/vla.f90: Nullify pointer after declaration.
8153
8154 2016-03-01 Pedro Alves <palves@redhat.com>
8155
8156 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8157
8158 2016-03-01 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8161 before anything else.
8162 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8163 _GNU_SOURCE here.
8164 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8165 before anything else.
8166 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8167
8168 2016-03-01 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8171
8172 2016-03-01 Yao Qi <yao.qi@linaro.org>
8173
8174 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8175 prepare_for_testing.
8176
8177 2016-03-01 Yao Qi <yao.qi@linaro.org>
8178
8179 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8180
8181 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8182
8183 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8184 manually constructing the output path.
8185
8186 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8187
8188 * gdb.arch/s390-stackless.S: New.
8189 * gdb.arch/s390-stackless.exp: New.
8190
8191 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8192
8193 * gdb.dlang/circular.c: New file.
8194 * gdb.dlang/circular.exp: New file.
8195
8196 2016-02-26 Yao Qi <yao.qi@linaro.org>
8197
8198 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8199 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8200 (testcases): Update.
8201
8202 2016-02-26 Yao Qi <yao.qi@linaro.org>
8203
8204 * gdb.reverse/aarch64.c: Rename to ...
8205 * gdb.reverse/insn-reverse.c: ... it.
8206 * gdb.reverse/aarch64.exp: Rename to ...
8207 * gdb.reverse/insn-reverse.exp: ... it.
8208
8209 2016-02-26 Yao Qi <yao.qi@linaro.org>
8210
8211 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8212 (testcase_ftype): New.
8213 (testcases): New array.
8214 (n_testcases): New.
8215 (main): Call each element in testcases.
8216 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8217 (read_testcase): New.
8218 Do the tests in a loop.
8219
8220 2016-02-25 Yao Qi <yao.qi@linaro.org>
8221
8222 * gdb.base/branches.c: Remove.
8223
8224 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8225
8226 PR gdb/13808
8227 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8228
8229 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8230
8231 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8232
8233 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8234
8235 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8236 change x86_64 call_insn to 'callq'.
8237
8238 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8239
8240 * gdb.trace/tfile-avx.c: Move to...
8241 * gdb.trace/tracefile-pseudo-reg.c: Here.
8242 * gdb.trace/tfile-avx.exp: Move to...
8243 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8244
8245 2016-02-24 Gary Benson <gbenson@redhat.com>
8246
8247 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8248 message on attach.
8249
8250 2016-02-23 Doug Evans <dje@google.com>
8251
8252 * gdb.base/skip.c (test_skip): New function.
8253 (end_test_skip_file_and_function): New function.
8254 (test_skip_file_and_function): New function.
8255 * gdb.base/skip1.c (test_skip): New function.
8256 (skip1_test_skip_file_and_function): New function.
8257 * gdb.base/skip.exp: Add tests for new skip options.
8258 * gdb.base/skip-solib.exp: Update expected output.
8259 * gdb.perf/skip-command.cc: New file.
8260 * gdb.perf/skip-command.exp: New file.
8261 * gdb.perf/skip-command.py: New file.
8262
8263 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8264
8265 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8266 info registers pattern.
8267
8268 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8269
8270 * lib/future.exp: Add D support.
8271 (gdb_find_gdc): New proc.
8272 (gdb_default_target_compile): Add D support.
8273
8274 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8275
8276 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8277 user+system time.
8278 (trace_speed_test): Determine the iteration count for a time
8279 between 15..30 seconds.
8280
8281 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8282
8283 * gdb.arch/i386-mpx-sigsegv.c: New file.
8284 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8285 * gdb.arch/i386-mpx-simple_segv.c: New file.
8286 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8287
8288 2016-02-18 Yao Qi <yao.qi@linaro.org>
8289
8290 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8291 Don't call setup_kfail.
8292
8293 2016-02-18 Yao Qi <yao.qi@linaro.org>
8294
8295 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8296 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8297
8298 2016-02-16 Doug Evans <dje@google.com>
8299
8300 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8301 * gdb.base/skip1.c: Ditto.
8302 * gdb.base/skip.exp: Whitespace cleanup.
8303
8304 2016-02-16 Don Breazeal <donb@codesourcery.com>
8305
8306 PR remote/19496
8307 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8308 Remove kfail for PR remote/19496.
8309
8310 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8311
8312 * lib/gdb.exp (standard_temp_file): Return a path specific to
8313 the runtest invocation.
8314
8315 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8316
8317 * gdb.trace/save-trace.exp: Change relative path to be in the
8318 standard output directory.
8319
8320 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8321
8322 * gdb.arch/i386-prologue.c: Add missing prototypes.
8323
8324 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8325
8326 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8327 * gdb.arch/i386-prologue.exp: Likewise.
8328 * gdb.arch/i386-size.exp: Likewise.
8329
8330 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8331
8332 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8333 define object file path.
8334 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8335 file path.
8336 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8337 standard_output_file to define binfile.
8338
8339 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8340
8341 Fix compatibility with recent gfortran-5.3.1.
8342 * gdb.fortran/vla-history.exp (print vla1 allocated)
8343 (print vla2 allocated, print $2, print $3): Remove
8344 (print $4): Rename to ...
8345 (print $2): ... here.
8346 (print $9): Rename to ...
8347 (print $5): ... here.
8348 (print $10): Rename to ...
8349 (print $6): ... here.
8350 * gdb.fortran/vla.f90: Add pvla initialization.
8351
8352 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8353
8354 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8355 New test.
8356 * gdb.fortran/vla-value-sub.exp: Likewise.
8357
8358 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8359
8360 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8361
8362 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8363
8364 * i386-biarch-core.exp: Define corefile using
8365 standard_output_file.
8366
8367 2016-02-12 Yao Qi <yao.qi@linaro.org>
8368
8369 * gdb.arch/arm-single-step-kernel-helper.c: New.
8370 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8371
8372 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8373
8374 * gdb.btrace/tailcall-only.exp: New.
8375 * gdb.btrace/tailcall-only.c: New.
8376 * gdb.btrace/x86_64-tailcall-only.S: New.
8377 * gdb.btrace/i686-tailcall-only.S: New.
8378
8379 2016-02-11 Pedro Alves <palves@redhat.com>
8380
8381 * README (Parallel testing): Add missing double quotes.
8382
8383 2016-02-11 Pedro Alves <palves@redhat.com>
8384
8385 * README (Parallel testing): New section.
8386 (GDB_PARALLEL): Rewrite.
8387 (FORCE_PARALLEL): Document.
8388
8389 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8390
8391 * gdb.trace/tfile-avx.c: New test.
8392 * gdb.trace/tfile-avx.exp: New test.
8393
8394 2016-02-09 Keith Seitz <keiths@redhat.com>
8395
8396 PR breakpoints/19546
8397 * gdb.base/infcall-exec.c: New file.
8398 * gdb.base/infcall-exec2.c: New file.
8399 * gdb.base/infcall-exec.exp: New file.
8400
8401 2016-02-09 Keith Seitz <keiths@redhat.com>
8402
8403 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8404 (toplevel): Call test_bkpt_address.
8405
8406 2016-02-09 Keith Seitz <keiths@redhat.com>
8407
8408 PR python/19506
8409 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8410 (toplevel): Call test_bkpt_address.
8411
8412 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8413
8414 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8415 to AC_OUTPUT.
8416 * configure: Regenerate.
8417
8418 2016-02-09 Pedro Alves <palves@redhat.com>
8419
8420 PR breakpoints/19548
8421 * gdb.base/execl-update-breakpoints.c (some_function): New
8422 function.
8423 (main): Call it.
8424 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8425 Tighten expected GDB output.
8426
8427 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8428
8429 * Makefile.in (ALL_SUBDIRS): Remove.
8430 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8431 (distclean maintainer-clean realclean): Likewise.
8432 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8433 * configure: Regenerate.
8434 * gdb.ada/Makefile.in: Delete.
8435 * gdb.arch/Makefile.in: Likewise.
8436 * gdb.asm/Makefile.in: Likewise.
8437 * gdb.base/Makefile.in: Likewise.
8438 * gdb.btrace/Makefile.in: Likewise.
8439 * gdb.cell/Makefile.in: Likewise.
8440 * gdb.compile/Makefile.in: Likewise.
8441 * gdb.cp/Makefile.in: Likewise.
8442 * gdb.disasm/Makefile.in: Likewise.
8443 * gdb.dlang/Makefile.in: Likewise.
8444 * gdb.dwarf2/Makefile.in: Likewise.
8445 * gdb.fortran/Makefile.in: Likewise.
8446 * gdb.gdb/Makefile.in: Likewise.
8447 * gdb.go/Makefile.in: Likewise.
8448 * gdb.guile/Makefile.in: Likewise.
8449 * gdb.java/Makefile.in: Likewise.
8450 * gdb.linespec/Makefile.in: Likewise.
8451 * gdb.mi/Makefile.in: Likewise.
8452 * gdb.modula2/Makefile.in: Likewise.
8453 * gdb.multi/Makefile.in: Likewise.
8454 * gdb.objc/Makefile.in: Likewise.
8455 * gdb.opencl/Makefile.in: Likewise.
8456 * gdb.opt/Makefile.in: Likewise.
8457 * gdb.pascal/Makefile.in: Likewise.
8458 * gdb.perf/Makefile.in: Likewise.
8459 * gdb.python/Makefile.in: Likewise.
8460 * gdb.reverse/Makefile.in: Likewise.
8461 * gdb.server/Makefile.in: Likewise.
8462 * gdb.stabs/Makefile.in: Likewise.
8463 * gdb.threads/Makefile.in: Likewise.
8464 * gdb.trace/Makefile.in: Likewise.
8465 * gdb.xml/Makefile.in: Likewise.
8466 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8467 GDB_PARALLEL.
8468 (standard_output_file): Remove check for GDB_PARALLEL, always
8469 return path in outputs/$subdir/$testname.
8470
8471 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8472
8473 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8474 (site.exp): Assign abs_srcdir to tcl's srcdir.
8475
8476 2016-02-04 Yao Qi <yao.qi@linaro.org>
8477
8478 * gdb.base/foll-exec-mode.c: Include limits.h.
8479 (main): Add parameters argc and argv. Get directory from
8480 argv[0].
8481 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8482 compilation.
8483 * gdb.base/foll-exec.c: Include limits.h.
8484 (main): Add parameters argc and argv.
8485 Get directory from argv[0].
8486 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8487 Adjust tests on the number of lines as source code changed.
8488 * gdb.base/foll-vfork-exit.c: Include limits.h.
8489 (main): Add one line of statement before vfork.
8490 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8491 (main): Add parameters argc and argv. Get directory from
8492 argv[0].
8493 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8494 (setup_gdb): Set tbreak to skip some source lines.
8495 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8496 (main): Add parameters argc and argv. Get directory from
8497 argv[0].
8498 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8499 compilation.
8500 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8501 (main): Add parameters argc and argv. Get directory from
8502 argv[0].
8503 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8504 compilation.
8505
8506 2016-02-01 Doug Evans <dje@google.com>
8507
8508 * gdb.base/skip.exp: Clean up multiple references to same test name.
8509
8510 2016-02-01 Pedro Alves <palves@redhat.com>
8511
8512 PR remote/19496
8513 * gdb.threads/forking-threads-plus-breakpoint.exp
8514 (displaced_stepping_supported): New global.
8515 (probe_displaced_stepping_support): New procedure.
8516 (do_test): Add 'displaced' parameter, and use it.
8517 (top level): Check for displaced stepping support. Add displaced
8518 stepping on/off testing axis.
8519
8520 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8521
8522 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8523 pointer. Don't perform further tests on the unassociated pointer
8524 if the first test fails.
8525
8526 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8527
8528 * gdb.base/max-value-size.c: New file.
8529 * gdb.base/max-value-size.exp: New file.
8530 * gdb.base/huge.exp: Disable max-value-size for this test.
8531
8532 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8533
8534 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8535
8536 2016-01-28 Yao Qi <yao.qi@linaro.org>
8537
8538 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8539
8540 2016-01-25 Pedro Alves <palves@redhat.com>
8541
8542 PR threads/19461
8543 * gdb.base/fork-running-state.c: New file.
8544 * gdb.base/fork-running-state.exp: New file.
8545
8546 2016-01-25 Pedro Alves <palves@redhat.com>
8547
8548 PR gdb/19494
8549 * gdb.base/catch-fork-kill.c: New file.
8550 * gdb.base/catch-fork-kill.exp: New file.
8551
8552 2016-01-25 Pedro Alves <palves@redhat.com>
8553
8554 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8555 Delete, moved to lib/gdb.exp.
8556 * gdb.threads/forking-threads-plus-breakpoint.exp
8557 (foreach_with_prefix): Likewise.
8558 * gdb.threads/process-dies-while-handling-bp.exp
8559 (foreach_with_prefix): Likewise.
8560 * lib/gdb.exp (foreach_with_prefix): New procedure.
8561
8562 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8563
8564 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8565 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8566
8567 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8568
8569 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8570 endian targets.
8571
8572 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8573 Pedro Alves <palves@redhat.com>
8574
8575 Fix testsuite compatibility with Guile.
8576 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8577 number.
8578
8579 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8580
8581 Fix testsuite compatibility with Guile.
8582 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8583 (thread 1): New test for backtrace through signal handler.
8584
8585 2016-01-22 Yao Qi <yao.qi@linaro.org>
8586
8587 PR testsuite/19491
8588 * gdb.base/multi-forks.c: Include
8589 ../lib/unbuffer_output.c
8590 (main): Call gdb_unbuffer_output.
8591
8592 2016-01-21 Doug Evans <dje@google.com>
8593
8594 * lib/ada.exp (gdb_compile_ada): Fix typo.
8595
8596 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8597
8598 * gdb.base/break-fun-addr.exp: New file.
8599 * gdb.base/break-fun-addr1.c: New file.
8600 * gdb.base/break-fun-addr2.c: New file.
8601
8602 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8603
8604 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8605 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8606 enum flag values.
8607
8608 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8609
8610 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8611 when GDB can not set the vector return value. Add more comments
8612 for clarification.
8613
8614 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8615
8616 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8617 command.
8618
8619 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8620
8621 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8622
8623 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8624
8625 * Makefile.in (check-single): Pass --status to runtest.
8626 (check/%.exp): Likewise.
8627
8628 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8629
8630 * Makefile.in (check-parallel): Propagate return code from make
8631 do-check-parallel.
8632
8633 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8634
8635 * gdb.trace/ftrace.exp: Fix expected message on continue.
8636 * gdb.trace/pending.exp: Fix expected message on continue.
8637 * gdb.trace/trace-break.exp: Fix expected message on continue.
8638
8639 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8640
8641 * lib/gdb.exp (gdb_test): Remove unused global references.
8642
8643 2016-01-18 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.base/async-shell.exp: Adjust expected output.
8646 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8647 * gdb.base/siginfo-thread.exp: Adjust expected output.
8648 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8649 * gdb.java/jnpe.exp: Adjust expected output.
8650 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8651 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8652 * gdb.threads/leader-exit.exp: Adjust expected output.
8653 * gdb.threads/manythreads.exp: Adjust expected output.
8654 * gdb.threads/pthreads.exp: Adjust expected output.
8655 * gdb.threads/schedlock.exp: Adjust expected output.
8656 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8657 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8658 expected output.
8659 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8660 output.
8661 * gdb.threads/sigthread.exp: Adjust expected output.
8662 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8663
8664 2016-01-18 Yao Qi <yao.qi@linaro.org>
8665
8666 * gdb.guile/scm-section-script.c: Replace @progbits with
8667 %progbits.
8668 * gdb.python/py-section-script.c: Likewise.
8669
8670 2016-01-15 Pedro Alves <palves@redhat.com>
8671
8672 * gdb.multi/tids.exp: Test star wildcard ranges.
8673
8674 2016-01-15 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8677 command from "thread apply" invocation.
8678 (thr_apply_info_thr_invalid): Default the expected output to the
8679 input tid list.
8680 (top level): Add tests that use convenience variables. Add tests
8681 for "thread apply" with a valid TID list, but missing the command.
8682
8683 2016-01-13 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.base/default.exp: Expect $_gthread as well.
8686 * gdb.multi/tids.exp: Test $_gthread.
8687 * gdb.threads/thread-specific.exp: Test $_gthread.
8688
8689 2016-01-13 Pedro Alves <palves@redhat.com>
8690
8691 * gdb.multi/tids.exp: Test "info threads -gid".
8692
8693 2016-01-13 Pedro Alves <palves@redhat.com>
8694
8695 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8696 Breakpoint.thread.
8697 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8698
8699 2016-01-07 Pedro Alves <palves@redhat.com>
8700
8701 * gdb.base/break.exp: Adjust to output changes.
8702 * gdb.base/hbreak2.exp: Likewise.
8703 * gdb.base/sepdebug.exp: Likewise.
8704 * gdb.base/watch_thread_num.exp: Likewise.
8705 * gdb.linespec/keywords.exp: Likewise.
8706 * gdb.multi/info-threads.exp: Likewise.
8707 * gdb.threads/thread-find.exp: Likewise.
8708 * gdb.multi/tids.c: New file.
8709 * gdb.multi/tids.exp: New file.
8710
8711 2016-01-13 Pedro Alves <palves@redhat.com>
8712
8713 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8714
8715 2016-01-13 Pedro Alves <palves@redhat.com>
8716
8717 * gdb.base/default.exp: Expect $_inferior as well.
8718 * gdb.multi/base.exp: Test $_inferior.
8719
8720 2016-01-13 Pedro Alves <palves@redhat.com>
8721
8722 PR breakpoints/19388
8723 * gdb.base/catch-signal-siginfo-cond.c: New file.
8724 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8725
8726 2016-01-12 Josh Stone <jistone@redhat.com>
8727 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8728
8729 * gdb.base/catch-syscall.c (do_execve): New variable.
8730 (main): Conditionally trigger an execve.
8731 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8732 (test_catch_syscall_execve): New, check entry/return across execve.
8733 (do_syscall_tests): Call test_catch_syscall_execve.
8734
8735 2016-01-12 Pedro Alves <palves@redhat.com>
8736
8737 * gdb.base/random-signal.exp (do_test): New procedure, with body
8738 of testcase moved in.
8739
8740 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8741 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/funcargs.exp (finish from indirectly called function):
8744 Reintroduce the case for 'First'.
8745
8746 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8747 Pedro Alves <palves@redhat.com>
8748
8749 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8750 (tcatch_vfork_then_child_follow_exec)
8751 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8752 identification.
8753
8754 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8755
8756 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8757 and repeats to unlimited.
8758 * gdb.python/py-value.exp: Likewise.
8759 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8760 and repeats to unlimited.
8761
8762 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8763
8764 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8765 and reordering the functions.
8766 * gdb.multi/hangout.c: Likewise.
8767 * gdb.multi/hello.c: Likewise.
8768
8769 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8770
8771 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8772 absolute.
8773 (SingleStatisticTestResult.report): Use dict.keys instead of
8774 dict.iterkeys.
8775
8776 2016-01-06 Pedro Alves <palves@redhat.com>
8777
8778 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8779
8780 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8781
8782 * gdb.btrace/dlopen.exp: New.
8783 * gdb.btrace/dlopen.c: New.
8784 * gdb.btrace/dlopen-dso.c: New.
8785
8786 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8787
8788 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8789 PATTERN argument is optional.
8790
8791 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8792
8793 * lib/ada.exp (target_compile_ada_from_dir): New function.
8794 (gdb_compile_ada): Reimplement avoiding the use of project files.
8795 * gdb.ada/gnat_ada.gpr: Delete.
8796 * gdb.ada/cond_lang.exp: Adjust test to make path before
8797 filename optional.
8798 * gdb.ada/small_reg_param.exp: Likewise.
8799
8800 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8801
8802 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8803
8804 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8805
8806 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8807 case.
8808
8809 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8810
8811 * gdb.base/break.exp: Remove dead code.
8812 * gdb.base/sepdebug.exp: Likewise.
8813
8814 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8815
8816 * gdb.asm/asm-source.exp: Remove HP-UX references.
8817 * gdb.base/annota1.exp: Likewise.
8818 * gdb.base/annota3.exp: Likewise.
8819 * gdb.base/attach.exp: Likewise.
8820 * gdb.base/bigcore.exp: Likewise.
8821 * gdb.base/break.exp: Likewise.
8822 * gdb.base/call-ar-st.exp: Likewise.
8823 * gdb.base/callfuncs.exp: Likewise.
8824 * gdb.base/catch-fork-static.exp: Likewise.
8825 * gdb.base/display.exp: Likewise.
8826 * gdb.base/foll-exec-mode.exp: Likewise.
8827 * gdb.base/foll-exec.exp: Likewise.
8828 * gdb.base/foll-fork.exp: Likewise.
8829 * gdb.base/foll-vfork.exp: Likewise.
8830 * gdb.base/funcargs.exp: Likewise.
8831 * gdb.base/hbreak2.exp: Likewise.
8832 * gdb.base/inferior-died.exp: Likewise.
8833 * gdb.base/interrupt.exp: Likewise.
8834 * gdb.base/multi-forks.exp: Likewise.
8835 * gdb.base/nodebug.exp: Likewise.
8836 * gdb.base/sepdebug.exp: Likewise.
8837 * gdb.base/solib1.c: Likewise.
8838 * gdb.base/step-test.exp: Likewise.
8839 * gdb.mi/non-stop.c: Likewise.
8840 * gdb.mi/pthreads.c: Likewise.
8841 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8842 * gdb.threads/pthreads.c: Likewise.
8843 * gdb.threads/staticthreads.exp: Likewise.
8844 * lib/future.exp: Likewise.
8845 * lib/gdb.exp: Likewise.
8846 * gdb.base/so-indr-cl.c: Remove.
8847 * gdb.base/so-indr-cl.exp: Likewise.
8848 * gdb.base/solib.c: Likewise.
8849 * gdb.base/solib.exp: Likewise.
8850 * gdb.base/solib2.c: Likewise.
8851
8852 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8853
8854 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8855 * gdb.base/call-ar-st.exp: Likewise.
8856 * gdb.base/callfuncs.exp: Likewise.
8857 * gdb.base/condbreak.exp: Likewise.
8858 * gdb.base/constvars.exp: Likewise.
8859 * gdb.base/hbreak2.exp: Likewise.
8860 * gdb.base/langs.exp: Likewise.
8861 * gdb.base/list.exp: Likewise.
8862 * gdb.base/long_long.exp: Likewise.
8863 * gdb.base/ptype.exp: Likewise.
8864 * gdb.base/scope.exp: Likewise.
8865 * gdb.base/signals.exp: Likewise.
8866 * gdb.base/so-impl-ld.exp: Likewise.
8867 * gdb.base/varargs.exp: Likewise.
8868 * gdb.base/volatile.exp: Likewise.
8869 * gdb.base/whatis.exp: Likewise.
8870 * gdb.cp/cplusfuncs.exp: Likewise.
8871 * gdb.cp/inherit.exp: Likewise.
8872 * gdb.cp/local.exp: Likewise.
8873 * gdb.cp/member-ptr.exp: Likewise.
8874 * gdb.cp/method.exp: Likewise.
8875 * gdb.cp/overload.exp: Likewise.
8876 * gdb.cp/templates.exp: Likewise.
8877 * gdb.stabs/weird.exp: Likewise.
8878 * lib/compiler.c: Likewise.
8879 * lib/compiler.cc: Likewise.
8880 * lib/cp-support.exp: Likewise.
8881 * lib/gdb.exp: Likewise.
8882
8883 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8884
8885 * configure.ac: Remove HP-UX case.
8886 * configure: Regenerate.
8887
8888 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8889
8890 * lib/gdb.exp (gdb_compile): Add function doc.
8891
8892 2015-12-17 Pedro Alves <palves@redhat.com>
8893
8894 PR threads/19354
8895 * gdb.multi/info-threads.exp: New file.
8896
8897 2015-12-15 Yao Qi <yao.qi@linaro.org>
8898
8899 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8900 is aarch64*-*-*.
8901
8902 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8903
8904 * gdb.base/history-duplicates.exp: Skip if no readline support.
8905
8906 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8907
8908 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8909
8910 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8911
8912 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8913
8914 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8915
8916 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8917 ctrl-C if nointerrupts target property is set.
8918 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8919 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8920 * gdb.base/paginate-bg-execution.exp: Likewise.
8921 * gdb.base/paginate-execution-startup.exp: Likewise.
8922 * gdb.base/random-signal.exp: Likewise.
8923 * gdb.base/range-stepping.exp: Likewise.
8924 * gdb.cp/annota2.exp: Likewise.
8925 * gdb.cp/annota3.exp: Likewise.
8926 * gdb.gdb/selftest.exp: Likewise.
8927 * gdb.threads/continue-pending-status.exp: Likewise.
8928 * gdb.threads/leader-exit.exp: Likewise.
8929 * gdb.threads/manythreads.exp: Likewise.
8930 * gdb.threads/pthreads.exp: Likewise.
8931 * gdb.threads/schedlock.exp: Likewise.
8932 * gdb.threads/sigthread.exp: Likewise.
8933
8934 2015-12-11 Don Breazeal <donb@codesourcery.com>
8935
8936 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8937 remote.
8938 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8939 * gdb.base/foll-exec.exp (main): Enable for target remote.
8940 * gdb.base/foll-fork.exp (main): Likewise.
8941 * gdb.base/foll-vfork.exp (main): Likewise.
8942 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8943 (proc continue_to_exit_bp_loc): Use clean_restart.
8944 * gdb.base/pie-execl.exp (main): Disable for target remote.
8945 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8946 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8947 * gdb.threads/execl.exp (main): Likewise.
8948 * gdb.threads/fork-child-threads.exp (main): Likewise.
8949 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8950 remote.
8951 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8952 remote.
8953 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8954 pid.tid style ptids, instead of just tid.
8955 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8956 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8957 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8958 ptids, instead of just tid.
8959
8960 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8961
8962 * gdb.base/list.exp (test_list_forward): Add end of file error
8963 test.
8964 (test_repeat_list_command): Add end of file error test.
8965 (test_list_backwards): Add beginning of file error test.
8966
8967 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8968
8969 * gdb.base/list.exp (test_list_invalid_args): New function,
8970 defined, and called.
8971
8972 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8973
8974 * gdb.base/list.exp (test_list): Make test names unique.
8975
8976 2015-12-11 Yao Qi <yao.qi@linaro.org>
8977
8978 * gdb.base/coremaker2.c: Remove.
8979
8980 2015-12-10 Pedro Alves <palves@redhat.com>
8981
8982 * gdb.multi/base.exp: Remove stale "spaces" references.
8983
8984 2015-12-10 Pedro Alves <palves@redhat.com>
8985
8986 * gdb.multi/base.exp: Don't use nowarnings.
8987 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8988 * gdb.multi/hangout.c: Include stdio.h.
8989 * gdb.multi/hello.c: Include stdlib.h.
8990 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8991 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8992 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8993
8994 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8995
8996 * gdb.dwarf2/dw2-ranges-base.c: New file.
8997 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8998 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8999 support additional line table, and debug ranges generation.
9000 (Dwarf::ranges): New function, generate .debug_ranges.
9001 (Dwarf::lines): Support generating simple line table programs.
9002 (Dwarf::assemble): Initialise new namespace variables.
9003
9004 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9005
9006 * gdb.base/async.exp (proc test_background): Add case for
9007 asynchronous execution not supported.
9008
9009 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9010
9011 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9012 format and change test names to make them unique.
9013
9014 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9015 Pedro Alves <pedro@redhat.com>
9016
9017 PR gdb/18702
9018 Add checking of floatformats setup on x86_64 hosts.
9019 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9020 (smallval, bigval): New labels/constants.
9021 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9022 float" after loading bigval and smallval.
9023
9024 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9025
9026 * gdb.ada/fun_overload_menu.exp: New testcase.
9027 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9028
9029 2015-12-04 Josh Stone <jistone@redhat.com>
9030
9031 * gdb.base/catch-fork-static.exp: New.
9032
9033 2015-12-03 Yao Qi <yao.qi@linaro.org>
9034
9035 * gdb.base/sizeof.c: Don't include stdio.h and
9036 ../lib/unbuffer_output.c.
9037 (main): New variable 'size' and 'value'. Remove printf and
9038 gdb_unbuffer_output. Assign return value to size and value.
9039 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9040 at the beginning.
9041 (check_sizeof): Check the result by printing variable 'size'.
9042 (check_valueof): Check the result by printing variable 'value'.
9043
9044 2015-12-01 Yao Qi <yao.qi@linaro.org>
9045
9046 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9047 for aarch64*-*-linux* target.
9048
9049 2015-11-30 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9052
9053 2015-11-30 Pedro Alves <palves@redhat.com>
9054
9055 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9056 Handle non-stop mode vCont replies.
9057
9058 2015-11-30 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9061 prepare_for_testing. Start gdb with "set non-stop on" appended to
9062 GDBFLAGS. Lax expected stop output.
9063
9064 2015-11-27 Yao Qi <yao.qi@linaro.org>
9065
9066 * gdb.arch/arm-neon.exp: New.
9067 * gdb.arch/arm-neon.c: New.
9068
9069 2015-11-27 Yao Qi <yao.qi@linaro.org>
9070
9071 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9072
9073 2015-11-27 Yao Qi <yao.qi@linaro.org>
9074
9075 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9076 frames-invalid annotation.
9077
9078 2015-11-27 Yao Qi <yao.qi@linaro.org>
9079
9080 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9081
9082 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9083
9084 * gdb.threads/names.exp: New file.
9085 * gdb.threads/names.c: New file.
9086 * README: Mention gdb,no_thread_names.
9087
9088 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9089
9090 PR 19297
9091 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9092 support" error.
9093
9094 2015-11-24 Pedro Alves <palves@redhat.com>
9095
9096 PR 17539
9097 * gdb.base/display.exp: Expect displays to be sorted in ascending
9098 order. Use multi_line.
9099 * gdb.base/solib-display.exp: Likewise.
9100
9101 2015-11-24 Pedro Alves <palves@redhat.com>
9102
9103 PR 17539
9104 * gdb.base/display.exp: Expect displays to be sorted in ascending
9105 order. Use multi_line.
9106 * gdb.base/solib-display.exp: Likewise.
9107
9108 2015-11-24 Pedro Alves <palves@redhat.com>
9109
9110 PR 17539
9111 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9112 threads in ascending order.
9113 * gdb.base/foll-fork.exp: Likewise.
9114 * gdb.base/foll-vfork.exp: Likewise.
9115 * gdb.base/multi-forks.exp: Likewise.
9116 * gdb.mi/mi-nonstop.exp: Likewise.
9117 * gdb.mi/mi-nsintrall.exp: Likewise.
9118 * gdb.multi/base.exp: Likewise.
9119 * gdb.multi/multi-arch.exp: Likewise.
9120 * gdb.python/py-inferior.exp: Likewise.
9121 * gdb.threads/break-while-running.exp: Likewise.
9122 * gdb.threads/execl.exp: Likewise.
9123 * gdb.threads/gcore-thread.exp: Likewise.
9124 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9125 * gdb.threads/kill.exp: Likewise.
9126 * gdb.threads/linux-dp.exp: Likewise.
9127 * gdb.threads/multiple-step-overs.exp: Likewise.
9128 * gdb.threads/next-bp-other-thread.exp: Likewise.
9129 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9130 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9131 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9132 * gdb.threads/thread-find.exp: Likewise.
9133 * gdb.threads/tls.exp: Likewise.
9134 * lib/mi-support.exp (mi_reverse_list): Delete.
9135 (mi_check_thread_states): No longer reverse list.
9136
9137 2015-11-24 Pedro Alves <palves@redhat.com>
9138
9139 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9140 use lowercase.
9141
9142 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9143
9144 * gdb.trace/actions.c: Include trace-common.h.
9145 (main): Add a location for a fast tracepoint.
9146 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9147 the normal tracepoints.
9148 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9149
9150 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9151
9152 * save-trace.exp: Factor out code to these...
9153 (gdb_save_tracepoints): New.
9154 (gdb_load_tracepoints): New.
9155 (do_save_load_test): New.
9156
9157 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9158
9159 * gdb.base/asmlabel.exp: New test.
9160 * gdb.base/asmlabel.c: New test case.
9161
9162 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9163
9164 * gdb.base/wrong_frame_bt_full-main.c: New file.
9165 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9166 * gdb.base/wrong_frame_bt_full.exp: New file.
9167
9168 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9169
9170 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9171
9172 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9173
9174 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9175 pstate register when comparing registers values in
9176 sparc64-*-linux-gnu targets to avoid spurious differences.
9177
9178 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9179
9180 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9181
9182 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9183
9184 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9185 as type argument to gdb_compile.
9186 * gdb.base/nested-subp2.exp: Likewise.
9187 * gdb.base/nested-subp3.exp: Likewise.
9188
9189 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9190
9191 * lib/dwarf.exp (_note): Fix left shift of negative value.
9192 * gdb.trace/trace-condition.exp: Likewise.
9193
9194 2015-11-13 Yao Qi <yao.qi@linaro.org>
9195
9196 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9197 comments about d10v.
9198 (test_scalar_returns): Likewise.
9199 * gdb.base/d10v.ld: Remove.
9200 * gdb.base/overlays.exp: Remove the target triplet checking for
9201 d10v-*-*.
9202 * gdb.base/structs.exp (test_struct_returns): Remove the
9203 comments about d10v.
9204 (test_struct_calls): Likewise.
9205
9206 2015-11-13 Yao Qi <yao.qi@linaro.org>
9207
9208 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9209 * gdb.base/gnu_vector.c: Don't include stdio.h.
9210 (main): Don't print res and call add_some_intvecs.
9211
9212 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9213
9214 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9215 macro.
9216 (func5): Removed.
9217 (func4): Use FAST_TRACEPOINT_LABEL.
9218 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9219 macro.
9220 (func): Removed.
9221 (thread_function): Use FAST_TRACEPOINT_LABEL.
9222 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9223 (func): Remove.
9224 (marker): Use FAST_TRACEPOINT_LABEL.
9225 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9226 (pendfunc1): Remove.
9227 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9228 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9229 (foo): Remove.
9230 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9231 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9232 macro.
9233 (func): Remove.
9234 (marker): Use FAST_TRACEPOINT_LABEL.
9235 * gdb.trace/trace-common.h: New header.
9236 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9237 macro.
9238 (func): Remove.
9239 (marker): Use FAST_TRACEPOINT_LABEL.
9240 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9241 (func): Remove.
9242 (thread_function): Use FAST_TRACEPOINT_LABEL.
9243
9244 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9245
9246 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9247 in front.
9248 * gdb.trace/change-loc.exp: Use global pcreg definition.
9249 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9250 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9251 in front.
9252 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9253 * gdb.trace/pending.exp: Likewise.
9254 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9255 * gdb.trace/trace-break.exp: Likewise.
9256 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9257 in front.
9258 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9259 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9260 in front.
9261 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9262
9263 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9264
9265 * gdb.ada/fin_fun_out: New testcase.
9266
9267 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9268
9269 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9270 value associated with DW_AT_byte_size.
9271 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9272 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9273 DW_AT_upper_bound.
9274
9275 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9276
9277 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9278 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9279 version.
9280 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9281 gdb.dwarf2/dw2-canonicalize-type.exp,
9282 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9283 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9284 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9285 provided by gdb_target_symbol_prefix_flags_asm.
9286 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9287 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9288 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9289 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9290 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9291 macros where needed). Use this macro for symbols which require
9292 the prefix provided by SYMBOL_PREFIX.
9293
9294 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9295
9296 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9297 New procs.
9298 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9299 representing expressions, of more than one list element.
9300 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9301 to prepend linker symbol prefix to f.
9302 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9303 table_1 and table_2.
9304 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9305 Likewise, for f and g.
9306 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9307 for ptr.
9308 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9309 for main.
9310 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9311 table_1_ptr and table_2_ptr.
9312
9313 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9314 Joel Brobecker <brobecker@adacore.com>
9315
9316 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9317
9318 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9319
9320 * gdb.reverse/s390-mvcle.c: New test.
9321 * gdb.reverse/s390-mvcle.exp: New file.
9322 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9323
9324 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9325
9326 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9327
9328 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9329
9330 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9331 reaching marker2.
9332 * gdb.reverse/getresuid-reverse.exp: Likewise.
9333 * gdb.reverse/pipe-reverse.exp: Likewise.
9334 * gdb.reverse/readv-reverse.exp: Likewise.
9335 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9336 * gdb.reverse/time-reverse.exp: Likewise.
9337 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9338
9339 2015-10-30 Yao Qi <yao.qi@linaro.org>
9340
9341 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9342 (empty_cycle): Remove.
9343 (main): Don't call empty_cycle. Don't use watch_count_done.
9344 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9345 empty_cycle. Rewrite the code counting HW watchpoints.
9346
9347 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9348
9349 * gdb.reverse/fstatat-reverse.c: New test.
9350 * gdb.reverse/fstatat-reverse.exp: New file.
9351 * gdb.reverse/getresuid-reverse.c: New test.
9352 * gdb.reverse/getresuid-reverse.exp: New file.
9353 * gdb.reverse/pipe-reverse.c: New test.
9354 * gdb.reverse/pipe-reverse.exp: New file.
9355 * gdb.reverse/readv-reverse.c: New test.
9356 * gdb.reverse/readv-reverse.exp: New file.
9357 * gdb.reverse/recvmsg-reverse.c: New test.
9358 * gdb.reverse/recvmsg-reverse.exp: New file.
9359 * gdb.reverse/time-reverse.c: New test.
9360 * gdb.reverse/time-reverse.exp: New file.
9361 * gdb.reverse/waitpid-reverse.c: New test.
9362 * gdb.reverse/waitpid-reverse.exp: New file.
9363
9364 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9367
9368 2015-10-26 Doug Evans <dje@google.com>
9369
9370 PR symtab/17391
9371 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9372 * gdb.dwarf2/bad-regnum.c: New file.
9373 * gdb.dwarf2/bad-regnum.exp: New file.
9374
9375 2015-10-26 Doug Evans <dje@google.com>
9376
9377 PR python/18938
9378 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9379 file.
9380
9381 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9382
9383 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9384 for a change by "Mention language in compile error message".
9385
9386 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9387
9388 PR python/18073
9389 * gdb.python/py-type.c (C::a_method): New.
9390 (C::a_const_method): New.
9391 (C::a_static_method): New.
9392 (a_function): New.
9393 * gdb.python/py-type.exp (test_fields): Test getting fields
9394 from function and method.
9395
9396 2015-10-21 Keven Boell <keven.boell@intel.com>
9397
9398 * gdb.fortran/vla-alloc-assoc.exp: New file.
9399 * gdb.fortran/vla-datatypes.exp: New file.
9400 * gdb.fortran/vla-datatypes.f90: New file.
9401 * gdb.fortran/vla-history.exp: New file.
9402 * gdb.fortran/vla-ptype-sub.exp: New file.
9403 * gdb.fortran/vla-ptype.exp: New file.
9404 * gdb.fortran/vla-sizeof.exp: New file.
9405 * gdb.fortran/vla-sub.f90: New file.
9406 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9407 * gdb.fortran/vla-value-sub-finish.exp: New file.
9408 * gdb.fortran/vla-value-sub.exp: New file.
9409 * gdb.fortran/vla-value.exp: New file.
9410 * gdb.fortran/vla-ptr-info.exp: New file.
9411 * gdb.mi/mi-vla-fortran.exp: New file.
9412 * gdb.mi/vla.f90: New file.
9413
9414 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9415
9416 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9417 of hardwired timeout value.
9418
9419 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9420 Pedro Alves <palves@redhat.com>
9421
9422 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9423 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9424
9425 2015-10-19 Josh Stone <jistone@redhat.com>
9426
9427 * gdb.base/catch-syscall.c: Include <sched.h>.
9428 (unknown_syscall): New variable.
9429 (main): Trigger a vfork and an unknown syscall.
9430 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9431 (unknown_syscall_number): Likewise.
9432 (check_call_to_syscall): Accept an optional syscall pattern.
9433 (check_return_from_syscall): Likewise.
9434 (check_continue): Likewise.
9435 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9436 (test_catch_syscall_skipping_return): New test toggling off 'catch
9437 syscall' to step over the syscall return, then toggling back on.
9438 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9439 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9440 (do_syscall_tests): Call test_catch_syscall_without_args and
9441 test_catch_syscall_mid_vfork.
9442 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9443 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9444
9445 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9446
9447 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9448 print g_vE): Add new pass patterns.
9449 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9450 print various symbol names for vptr fields.
9451
9452 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9453
9454 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9455 results.
9456
9457 2015-10-12 Yao Qi <yao.qi@linaro.org>
9458
9459 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9460
9461 2015-10-12 Yao Qi <yao.qi@linaro.org>
9462
9463 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9464 is aarch64*-*-linux*.
9465
9466 2015-10-12 Yao Qi <yao.qi@linaro.org>
9467
9468 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9469 (can_relocate_bcond_true): ... it.
9470 (can_relocate_bcond_false): New function.
9471 (foo): Likewise.
9472 (can_relocate_bl): Likewise.
9473 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9474 can_relocate_bl.
9475
9476 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9477
9478 * gdb.base/nested-addr.c: New file.
9479 * gdb.base/nested-addr.exp: New testcase.
9480
9481 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9482
9483 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9484 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9485 its output. Ignore the output of "record goto begin" and instead
9486 check that GDB is replaying.
9487
9488 2015-10-09 Pedro Alves <palves@redhat.com>
9489
9490 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9491 (top level): Use it in the run with no args test.
9492
9493 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9494
9495 * gdb.dlang/properties.exp: New file.
9496
9497 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9498
9499 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9500 whether or not address 0x1000 is mapped on the target.
9501
9502 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9503
9504 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9505 build.
9506
9507 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9508
9509 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9510 instruction-history test.
9511
9512 2015-09-28 Doug Evans <dje@google.com>
9513
9514 * gdb.base/gcore.c (array_func): Add reference to static_array.
9515
9516 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9517
9518 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9519 source line.
9520
9521 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9522
9523 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9524 short or char as base type.
9525
9526 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9527
9528 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9529 to allow any size enum.
9530
9531 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9532
9533 * gdb.ada/array_ptr_renaming.exp: New testcase.
9534 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9535 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9536
9537 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9538
9539 * gdb.trace/ftrace-lock.c: New file.
9540 * gdb.trace/ftrace-lock.exp: New file.
9541
9542 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9543
9544 * gdb.arch/insn-reloc.c: New file.
9545 * gdb.arch/ftrace-insn-reloc.exp: New file.
9546
9547 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9548
9549 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9550 instruction.
9551 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9552 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9553 * gdb.trace/range-stepping.c: Likewise.
9554 * gdb.trace/trace-break.c: Likewise.
9555 * gdb.trace/trace-mt.c (thread_function): Likewise.
9556 * gdb.trace/ftrace.c (marker): Likewise.
9557 * gdb.trace/trace-condition.c (marker): Likewise.
9558 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9559 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9560 is_aarch64_target.
9561
9562 2015-09-18 Doug Evans <xdje42@gmail.com>
9563
9564 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9565 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9566
9567 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9568
9569 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9570 the breakpoint.
9571
9572 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9573
9574 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9575 the pending breakpoint. Remove timeout override for "Run till
9576 MI pending breakpoint on pendfunc3 on thread 2" test.
9577
9578 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9579
9580 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9581 filename pattern.
9582
9583 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9584
9585 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9586 in breakpoint filename pattern.
9587
9588 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9589
9590 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9591
9592 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9593
9594 * gdb.linespec/explicit.exp: Check for readline support for
9595 tab-completion tests. Fix obvious typo.
9596
9597 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9598
9599 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9600 and replay.
9601
9602 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9603
9604 * gdb.btrace/non-stop.c: New.
9605 * gdb.btrace/non-stop.exp: New.
9606
9607 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9608 Yao Qi <yao.qi@linaro.org>
9609
9610 * gdb.trace/trace-condition.c: New file.
9611 * gdb.trace/trace-condition.exp: New file.
9612
9613 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
9614
9615 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9616 for testing bytecode compilation.
9617
9618 2015-09-16 Pedro Alves <palves@redhat.com>
9619 Sandra Loosemore <sandra@codesourcery.com>
9620
9621 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9622 (SECONDS): Redefine.
9623 (main): Call pthread_kill and alarm early.
9624 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9625 support.
9626 (test): If the target can't hardware step and doesn't support
9627 displaced stepping, increase the timeout.
9628
9629 2015-09-16 Pedro Alves <palves@redhat.com>
9630
9631 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9632 (enable_debug): New procedures.
9633 (test): Use them. Bail out if waiting for threads fails.
9634 (top level): Bail out if a test fails.
9635
9636 2015-09-16 Yao Qi <yao.qi@linaro.org>
9637
9638 * gdb.asm/asm-source.exp: Set asm-arch for
9639 aarch64*-*-* target.
9640 * gdb.asm/aarch64.inc: New file.
9641
9642 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9643
9644 * gdb.ada/array_of_variable_length.exp: New testcase.
9645 * gdb.ada/array_of_variable_length/foo.adb: New file.
9646 * gdb.ada/array_of_variable_length/pck.adb: New file.
9647 * gdb.ada/array_of_variable_length/pck.ads: New file.
9648
9649 2015-09-15 Doug Evans <dje@google.com>
9650
9651 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9652 of function static local variable.
9653
9654 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9655
9656 * gdb.threads/tls-so_extern.exp: New test file.
9657 * gdb.threads/tls-so_extern.c: New test file.
9658 * gdb.threads/tls-so_extern_main.c: New test file.
9659
9660 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9661
9662 * gdb.opt/solib-intra-step-lib.c: New file.
9663 * gdb.opt/solib-intra-step-main.c: New file.
9664 * gdb.opt/solib-intra-step.exp: New file.
9665
9666 2015-09-15 Pedro Alves <palves@redhat.com>
9667
9668 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9669 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9670
9671 2015-09-14 Pedro Alves <palves@redhat.com>
9672
9673 * gdb.base/hook-stop-continue.c: Delete.
9674 * gdb.base/hook-stop-continue.exp: Delete.
9675 * gdb.base/hook-stop-frame.c: Delete.
9676 * gdb.base/hook-stop-frame.exp: Delete.
9677 * gdb.base/hook-stop.c: New file.
9678 * gdb.base/hook-stop.exp: New file.
9679
9680 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9681
9682 * gdb.ada/access_to_packed_array.exp: New testcase.
9683 * gdb.ada/access_to_packed_array/foo.adb: New file.
9684 * gdb.ada/access_to_packed_array/pack.adb: New file.
9685 * gdb.ada/access_to_packed_array/pack.ads: New file.
9686
9687 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9688
9689 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9690 buffer size test.
9691
9692 2015-09-11 Don Breazeal <donb@codesourcery.com>
9693
9694 * gdb.base/foll-exec.c: Add copyright header. Fix
9695 formatting issues.
9696 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9697 (do_exec_tests): Use clean_restart in place of zap_session,
9698 and for test initialization. Fix formatting issues. Use
9699 fail in place of perror.
9700 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9701 an expect statement to match an expression with output from
9702 the program under debug.
9703 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9704 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9705 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9706 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9707 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9708
9709 2015-09-09 Doug Evans <dje@google.com>
9710
9711 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9712
9713 2015-09-09 Doug Evans <dje@google.com>
9714
9715 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9716
9717 2015-09-09 Doug Evans <dje@google.com>
9718
9719 * gdb.base/savedregs.exp: Fix typo.
9720
9721 2015-09-09 Pedro Alves <palves@redhat.com>
9722
9723 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9724
9725 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9726
9727 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9728 command actually switches threads. Give up on remaining
9729 tests if target fails to stop at breakpoint.
9730
9731 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9732
9733 * gdb.ada/funcall_char.exp: New testcase.
9734 * gdb.ada/funcall_char/foo.adb: New file.
9735
9736 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9737
9738 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9739 expected outputs. Add two testcases for completing ambiguous
9740 functions.
9741 * gdb.ada/complete/aux_pck.adb: New file.
9742 * gdb.ada/complete/aux_pck.ads: New file.
9743 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9744 Ambiguous_Func functions.
9745 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9746 * gdb.ada/complete/pck.adb: Likewise.
9747
9748 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9749
9750 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9751 failures to run the test program under GDB.
9752
9753 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9754
9755 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9756 to C.
9757
9758 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9759
9760 * gdb.base/run-after-attach.exp: New test file.
9761 * gdb.base/run-after-attach.c: New test file.
9762
9763 2015-08-26 Don Breazeal <donb@codesourcery.com>
9764
9765 * gdb.base/foll-exec-2.c: New test program.
9766 * gdb.base/foll-exec-2.exp: New test.
9767
9768 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9769
9770 * gdb.base/nested-subp1.exp: New file.
9771 * gdb.base/nested-subp1.c: New file.
9772 * gdb.base/nested-subp2.exp: New file.
9773 * gdb.base/nested-subp2.c: New file.
9774 * gdb.base/nested-subp3.exp: New file.
9775 * gdb.base/nested-subp3.c: New file.
9776
9777 2015-08-24 Pedro Alves <palves@redhat.com>
9778
9779 * gdb.server/connect-without-multi-process.c: New file.
9780 * gdb.server/connect-without-multi-process.exp: New file.
9781
9782 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9783
9784 * gdb.opt/inline-markers.c: Make z int.
9785
9786 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9787
9788 * gdb.opt/inline-markers.c: Make z volatile.
9789
9790 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9791
9792 * gdb.opt/inline-bt.c: New volatile global z.
9793 * gdb.opt/inline-cmds.c: Likewise.
9794 * gdb.opt/inline-locals.c: Likewise.
9795 * gdb.opt/inline-markers.c: New extern global z.
9796 (marker): Use z.
9797 (inline_fn): Likewise.
9798
9799 2015-08-24 Pedro Alves <palves@redhat.com>
9800
9801 * config/m32r-stub.exp: Remove file.
9802 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9803 * gdb.base/call-rt-st.exp: Likewise.
9804 * gdb.base/call-strs.exp: Likewise.
9805 * gdb.base/default.exp: Remove references to h8300-*-hms and
9806 *-*-udi*.
9807 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9808
9809 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9810
9811 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9812 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9813 and "return" use KFAIL when GDB can not read/write the vector
9814 return value.
9815
9816 2015-08-21 Gary Benson <gbenson@redhat.com>
9817
9818 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9819
9820 2015-08-20 Pedro Alves <palves@redhat.com>
9821
9822 * gdb.server/solib-list.exp: No longer expect an interior stop in
9823 non-stop mode.
9824
9825 2015-08-20 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.server/connect-stopped-target.c: New file.
9828 * gdb.server/connect-stopped-target.exp: New file.
9829
9830 2015-08-20 Pedro Alves <palves@redhat.com>
9831
9832 * gdb.dwarf2/comp-unit-lang.exp: New file.
9833 * gdb.dwarf2/comp-unit-lang.c: New file.
9834
9835 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9836
9837 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9838 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9839
9840 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9841
9842 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9843 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9844
9845 2015-08-18 Doug Evans <dje@google.com>
9846 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9847
9848 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9849 skip_python_tests. New arg prompt_regexp.
9850 (skip_python_tests): New function.
9851 * lib/mi-support.exp (mi_skip_python_tests): New function.
9852 * gdb.python/py-mi-objfile-gdb.py: New file.
9853 * gdb.python/py-mi-objfile.c: New file.
9854 * gdb.python/py-mi-objfile.exp: New file.
9855
9856 2015-08-17 Keith Seitz <keiths@redhat.com>
9857
9858 * gdb.linespec/explicit.exp: Move strace test from here ...
9859 * gdb.trace/strace.exp: ... to here.
9860
9861 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9862
9863 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9864 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9865
9866 2015-08-14 Doug Evans <xdje42@gmail.com>
9867
9868 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9869 inferior before selecting a new file.
9870
9871 2015-08-14 Doug Evans <xdje42@gmail.com>
9872
9873 * gdb.mi/mi-disassemble.exp: Update.
9874 * gdb.base/disasm-optim.S: New file.
9875 * gdb.base/disasm-optim.c: New file.
9876 * gdb.base/disasm-optim.h: New file.
9877 * gdb.base/disasm-optim.exp: New file.
9878
9879 2015-08-14 Keith Seitz <keiths@redhat.com>
9880
9881 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9882 "evaluated-by".
9883
9884 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9885
9886 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9887
9888 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9889
9890 * gdb.ada/fun_renaming.exp: New testcase.
9891 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9892 * gdb.ada/fun_renaming/pack.adb: New file.
9893 * gdb.ada/fun_renaming/pack.ads: New file.
9894
9895 2015-08-12 Keith Seitz <keiths@redhat.com>
9896
9897 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9898 gdb_get_line_number.
9899
9900 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9901
9902 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9903 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9904 gdb.base/dso2dso.exp: New files.
9905
9906 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9907 Pedro Alves <palves@redhat.com>
9908 Keith Seitz <keiths@redhat.com>
9909
9910 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9911 GDBFLAGS.
9912
9913 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9914
9915 * gdb.base/gdbhistsize-history.exp
9916 (test_histsize_history_setting): Use save_vars.
9917 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9918 Use save_vars.
9919 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9920 * gdb.base/readline.exp: Use save_vars.
9921
9922 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9923
9924 * lib/gdb.exp (save_vars): New proc.
9925
9926 2015-08-11 Keith Seitz <keiths@redhat.com>
9927
9928 * gdb.base/help.exp: Update help_breakpoint_text.
9929
9930 2015-08-11 Keith Seitz <keiths@redhat.com>
9931
9932 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9933 (at toplevel): Call test_explicit_breakpoints.
9934 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9935 breakpoints.
9936 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9937 breakpoint conditions, "-cond".
9938
9939 2015-08-11 Keith Seitz <keiths@redhat.com>
9940
9941 * gdb.linespec/3explicit.c: New file.
9942 * gdb.linespec/cpexplicit.cc: New file.
9943 * gdb.linespec/cpexplicit.exp: New file.
9944 * gdb.linespec/explicit.c: New file.
9945 * gdb.linespec/explicit.exp: New file.
9946 * gdb.linespec/explicit2.c: New file.
9947 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9948 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9949 before using in the matching pattern.
9950 Clarify that `prefix' is a regular expression.
9951
9952 2015-08-11 Keith Seitz <keiths@redhat.com>
9953
9954 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9955 test.
9956 Add tests for missing ",FMT" and ",".
9957
9958 2015-08-10 Doug Evans <dje@google.com>
9959 Keith Seitz <keiths@redhat.com>
9960
9961 PR gdb/17960
9962 * gdb.base/completion.exp: Add location completer tests.
9963
9964 2015-08-07 Pedro Alves <palves@redhat.com>
9965
9966 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9967 tests here.
9968 (top level): Run do_test with and without displaced stepping.
9969
9970 2015-08-07 Pedro Alves <palves@redhat.com>
9971
9972 * gdb.base/valgrind-disp-step.c: New file.
9973 * gdb.base/valgrind-disp-step.exp: New file.
9974
9975 2015-08-07 Pedro Alves <palves@redhat.com>
9976
9977 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9978 Delete function.
9979 (main): Add alarm. Run an infinite loop instead of calling
9980 wait_threads.
9981 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9982 comment.
9983 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9984 Delete function.
9985 (main): Add alarm. Run an infinite loop instead of calling
9986 wait_threads.
9987 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9988 comment.
9989
9990 2015-08-07 Pedro Alves <palves@redhat.com>
9991
9992 * gdb.base/checkpoint-ns.exp: New file.
9993 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9994 standard_testfile.
9995
9996 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9997
9998 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9999 * gdb.btrace/instruction_history.exp: Update.
10000 * gdb.btrace/tsx.exp: New.
10001 * gdb.btrace/tsx.c: New.
10002
10003 2015-08-06 Pedro Alves <palves@redhat.com>
10004
10005 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10006 increase timeout.
10007 * gdb.reverse/until-precsave.exp: Bump timeouts.
10008
10009 2015-08-06 Pedro Alves <palves@redhat.com>
10010
10011 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10012
10013 2015-08-06 Pedro Alves <palves@redhat.com>
10014
10015 PR gdb/18749
10016 * gdb.threads/process-dies-while-handling-bp.c: New file.
10017 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10018
10019 2015-08-06 Pedro Alves <palves@redhat.com>
10020
10021 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10022 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10023
10024 2015-08-05 Pedro Alves <palves@redhat.com>
10025
10026 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10027 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10028
10029 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10030
10031 * gdb.base/bp-permanent.exp: Report test as unsupported if
10032 the target cannot stop at the permanent breakpoint.
10033
10034 2015-08-03 Doug Evans <dje@google.com>
10035
10036 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10037 10000.
10038
10039 2015-08-03 Doug Evans <dje@google.com>
10040
10041 * Makefile.in (workers/%.worker, build-perf): New rule.
10042 (GDB_PERFTEST_MODE): New variable.
10043 (check-perf): Use it.
10044 (clean): Clean up gdb.perf parallel build subdirs.
10045 * lib/build-piece.exp: New file.
10046 * lib/gdb.exp (make_gdb_parallel_path): New function
10047 (standard_output_file, standard_temp_file): Call it.
10048 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10049 of $GDB_PARALLEL.
10050 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10051
10052 2015-08-03 Doug Evans <dje@google.com>
10053
10054 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10055 (LOG_FILE_NAME): New global.
10056 (TextReporter.__init__): Initialize self.txt_sum.
10057 (TextReporter.report): Add support for multiple data-points.
10058 Move report to perftest.sum, put raw data in perftest.log.
10059 (TextReporter.start): Open sum and log files.
10060 (TextReporter.end): Close sum and log files.
10061 * gdb.perf/lib/perftest/testresult.py
10062 (SingleStatisticTestResult.record): Handle multiple data-points.
10063
10064 2015-07-31 Pedro Alves <palves@redhat.com>
10065
10066 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10067 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10068 kill_wait_spawned_process instead of explicit "kill -9".
10069 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10070 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10071 kill_wait_spawned_process.
10072 * gdb.base/attach-twice.exp: Likewise.
10073 * gdb.base/attach.exp: Likewise.
10074 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10075 gdb_test_multiple.
10076 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10077 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10078 kill_wait_spawned_process.
10079 * gdb.base/valgrind-infcall.exp: Likewise.
10080 * gdb.multi/multi-attach.exp: Likewise.
10081 * gdb.python/py-prompt.exp: Likewise.
10082 * gdb.python/py-sync-interp.exp: Likewise.
10083 * gdb.server/ext-attach.exp: Likewise.
10084 * gdb.threads/attach-into-signal.exp (corefunc): Use
10085 spawn_wait_for_attach, spawn_id_get_pid and
10086 kill_wait_spawned_process.
10087 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10088 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10089 spawn_id_get_pid and kill_wait_spawned_process.
10090 * gdb.threads/attach-stopped.exp (corefunc): Use
10091 spawn_wait_for_attach, spawn_id_get_pid and
10092 kill_wait_spawned_process.
10093 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10094 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10095 kill_wait_spawned_process instead of explicit "kill -9".
10096 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10097 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10098 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10099 processes. Don't map cygwin/windows pids here. Now returns a
10100 spawn id list.
10101
10102 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10103
10104 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10105 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10106 correct patch.
10107
10108 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10109
10110 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10111
10112 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10113
10114 Reapply:
10115 2014-05-21 Mark Wielaard <mjw@redhat.com>
10116
10117 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10118
10119 2015-07-30 Pedro Alves <palves@redhat.com>
10120
10121 * linux-low.c (handle_extended_wait): Set the child's last
10122 reported status to TARGET_WAITKIND_STOPPED.
10123
10124 2015-07-30 Pedro Alves <palves@redhat.com>
10125
10126 PR threads/18600
10127 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10128 only shows inferior 1.
10129
10130 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10131 Pedro Alves <palves@redhat.com>
10132
10133 PR threads/18600
10134 * gdb.threads/fork-plus-threads.c: New file.
10135 * gdb.threads/fork-plus-threads.exp: New file.
10136
10137 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10138
10139 * gdb.base/batch-preserve-term-settings.exp
10140 (test_terminal_settings_preserved_after_cli_exit): Use
10141 send_quit_command.
10142
10143 2015-07-29 Pedro Alves <palves@redhat.com>
10144 Don Breazeal <donb@codesourcery.com>
10145
10146 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10147 output from both inferior_spawn_id and gdb_spawn_id.
10148
10149 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10150
10151 * gdb.threads/attach-into-signal.exp (corefunc): Use
10152 with_test_prefix on nested loops, uniquefying the test messages.
10153
10154 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10155
10156 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10157 commit.
10158
10159 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10160
10161 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10162 New proc.
10163 (test_terminal_settings_preserved_after_sigterm): New test.
10164
10165 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10166
10167 * gdb.base/batch-preserve-term-settings.exp
10168 (test_terminal_settings_preserved_after_cli_exit): New test.
10169
10170 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10171
10172 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10173 manipulation of saved_gdbflags.
10174 (test_terminal_settings_preserved): Remove global declaration of
10175 the unused variable pagination_prompt. Remove manipulation of
10176 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10177 GDBFLAGS.
10178
10179 2015-07-29 Pedro Alves <palves@redhat.com>
10180
10181 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10182
10183 2015-07-29 Pedro Alves <palves@redhat.com>
10184
10185 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10186 at the top.
10187
10188 2015-07-29 Pedro Alves <palves@redhat.com>
10189
10190 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10191 (main): Call gdb_unbuffer_output.
10192 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10193 (main): Call gdb_unbuffer_output.
10194 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10195 (main): Call gdb_unbuffer_output.
10196 * gdb.base/call-strs.exp: Adjust to step over the
10197 gdb_unbuffer_output call.
10198 * gdb.base/catch-gdb-caused-signals.c: Include
10199 "../lib/unbuffer_output.c".
10200 (main): Call gdb_unbuffer_output.
10201 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10202 (main): Call gdb_unbuffer_output.
10203 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10204 (main): Call gdb_unbuffer_output.
10205 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10206 (main): Call gdb_unbuffer_output.
10207 * gdb.base/shlib-call.exp: Adjust to step over the
10208 gdb_unbuffer_output call.
10209 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10210 (main): Call gdb_unbuffer_output.
10211 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10212 (main): Call gdb_unbuffer_output.
10213 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10214 (main): Rename to ...
10215 (test): ... this.
10216 (main): Reimplement.
10217 * gdb.base/varargs.exp: Run to test instead of to main.
10218 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10219 (main): Call gdb_unbuffer_output.
10220
10221 2015-07-29 Pedro Alves <palves@redhat.com>
10222
10223 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10224 factore out from mi_continue_dprintf. For call-style dprintfs,
10225 expect dprintf output out of $inferior_spawn_id.
10226 (mi_continue_dprintf): Use mi_expect_dprintf.
10227 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10228 (main): Call gdb_unbuffer_output.
10229
10230 2015-07-29 Pedro Alves <palves@redhat.com>
10231
10232 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10233 (default_mi_gdb_start): Set inferior_spawn_id instead of
10234 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10235 gdb_spawn_id.
10236 (mi_gdb_test): Always expect inferior output from both
10237 $inferior_spawn_id and $gdb_spawn_id.
10238
10239 2015-07-29 Pedro Alves <palves@redhat.com>
10240
10241 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10242 send_inferior and $inferior_spawn_id.
10243
10244 2015-07-29 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.gdb/complaints.exp (test_initial_complaints)
10247 (test_serial_complaints, test_short_complaints): Use
10248 gdb_test_stdio.
10249 (test_empty_complaint): Handle $inferior_spawn_id !=
10250 $gdb_spawn_id.
10251
10252 2015-07-29 Pedro Alves <palves@redhat.com>
10253
10254 * gdb.base/varargs.exp: Use gdb_test_stdio.
10255
10256 2015-07-29 Pedro Alves <palves@redhat.com>
10257
10258 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10259
10260 2015-07-29 Pedro Alves <palves@redhat.com>
10261
10262 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10263
10264 2015-07-29 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10267 parameter into two new parameters, "inf_result" and "gdb_result".
10268 Expect inferior output and gdb output from $inferior_spawn_id and
10269 $gdb_spawn_id, respectively. Adjust all callers.
10270
10271 2015-07-29 Pedro Alves <palves@redhat.com>
10272
10273 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10274 of gdb_test_sequence.
10275
10276 2015-07-29 Pedro Alves <palves@redhat.com>
10277
10278 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10279 (saw_spurious_output): Expect inferior output from
10280 $inferior_spawn_id. Use gdb_test_stdio.
10281
10282 2015-07-29 Pedro Alves <palves@redhat.com>
10283
10284 * gdb.base/dprintf.exp: Use standard_testfile. Change
10285 prepare_for_testing call.
10286 (srcfile): Don't set.
10287 (restart): New procedure.
10288 (test_dprintf): New procecure, use to continue over dprintfs.
10289 (test_call, test_agent): New procedures, tests moved here.
10290 Restart gdb and recreate dprintfs. Adjust expected output.
10291
10292 2015-07-29 Pedro Alves <palves@redhat.com>
10293
10294 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10295
10296 2015-07-29 Pedro Alves <palves@redhat.com>
10297
10298 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10299
10300 2015-07-29 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10303 gdb_test_stdio.
10304
10305 2015-07-29 Pedro Alves <palves@redhat.com>
10306
10307 * lib/gdb.exp (gdb_test_stdio): New procedure.
10308
10309 2015-07-29 Pedro Alves <palves@redhat.com>
10310
10311 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10312
10313 2015-07-29 Pedro Alves <palves@redhat.com>
10314
10315 * gdb.base/call-signal-resume.exp: Remove check for
10316 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10317 * gdb.base/unwindonsignal.exp: Likewise.
10318 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10319 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10320
10321 2015-07-29 Pedro Alves <palves@redhat.com>
10322
10323 * gdb.base/siginfo-addr.c (pass): New function.
10324 (handler): Call it iff si_addr is correct.
10325 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10326 Set a breakpoint at "pass" and continue to it.
10327
10328 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10329
10330 * gdb.python/py-objfile.exp: Make some tests have unique names.
10331 * gdb.python/py-pp-registration.exp: Likewise.
10332
10333 2015-07-28 Pedro Alves <palves@redhat.com>
10334
10335 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10336
10337 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10338
10339 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10340
10341 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10342
10343 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10344
10345 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10346
10347 * gdb.base/gdb-sigterm-2.exp: New test.
10348
10349 2015-07-25 Doug Evans <xdje42@gmail.com>
10350
10351 Revert:
10352 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10353 (workers/%.worker, build-perf): New rule.
10354 (GDB_PERFTEST_MODE): New variable.
10355 (check-perf): Use it.
10356 (clean): Clean up gdb.perf parallel build subdirs.
10357 * lib/build-piece.exp: New file.
10358 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10359 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10360 name.
10361 (standard_temp_file): Ditto.
10362 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10363 of $GDB_PARALLEL.
10364
10365 2015-07-24 Doug Evans <dje@google.com>
10366
10367 * gdb.perf/lib/perftest/utils.py: New file.
10368 * gdb.perf/gm-hello.cc: New file.
10369 * gdb.perf/gm-pervasive-typedef.cc: New file.
10370 * gdb.perf/gm-pervasive-typedef.h: New file.
10371 * gdb.perf/gm-std.cc: New file.
10372 * gdb.perf/gm-std.h: New file.
10373 * gdb.perf/gm-use-cerr.cc: New file.
10374 * gdb.perf/gm-utils.h: New file.
10375 * gdb.perf/gmonster-null-lookup.py: New file.
10376 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10377 * gdb.perf/gmonster-print-cerr.py: New file.
10378 * gdb.perf/gmonster-ptype-string.py: New file.
10379 * gdb.perf/gmonster-runto-main.py: New file.
10380 * gdb.perf/gmonster-select-file.py: New file.
10381 * gdb.perf/gmonster1-null-lookup.exp: New file.
10382 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10383 * gdb.perf/gmonster1-print-cerr.exp: New file.
10384 * gdb.perf/gmonster1-ptype-string.exp: New file.
10385 * gdb.perf/gmonster1-runto-main.exp: New file.
10386 * gdb.perf/gmonster1-select-file.exp: New file.
10387 * gdb.perf/gmonster1.cc: New file.
10388 * gdb.perf/gmonster1.exp: New file.
10389 * gdb.perf/gmonster2-null-lookup.exp: New file.
10390 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10391 * gdb.perf/gmonster2-print-cerr.exp: New file.
10392 * gdb.perf/gmonster2-ptype-string.exp: New file.
10393 * gdb.perf/gmonster2-runto-main.exp: New file.
10394 * gdb.perf/gmonster2-select-file.exp: New file.
10395 * gdb.perf/gmonster2.cc: New file.
10396 * gdb.perf/gmonster2.exp: New file.
10397
10398 2015-07-24 Doug Evans <dje@google.com>
10399
10400 * gdb.perf/README: New file.
10401 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10402 * lib/gen-perf-test.exp: New file.
10403
10404 2015-07-24 Doug Evans <dje@google.com>
10405
10406 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10407 (PerfTest::startup): New function.
10408 (PerfTest::run): Return result of calling body.
10409 (PerfTest::assemble): Rewrite.
10410 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10411 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10412 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10413 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10414 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10415
10416 2015-07-24 Doug Evans <dje@google.com>
10417
10418 * lib/gdb.exp (clean_restart): Make executable optional.
10419
10420 2015-07-24 Doug Evans <dje@google.com>
10421
10422 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10423 compiler_info references.
10424 * gdb.cp/temargs.exp: Ditto.
10425 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10426 (get_compiler_info): Early exit if already computed. Set compiler_info
10427 to "unknown" if there was a problem.
10428 (test_compiler_info): Add function comment. Call get_compiler_info.
10429
10430 2015-07-24 Doug Evans <dje@google.com>
10431
10432 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10433 (workers/%.worker, build-perf): New rule.
10434 (GDB_PERFTEST_MODE): New variable.
10435 (check-perf): Use it.
10436 (clean): Clean up gdb.perf parallel build subdirs.
10437 * lib/build-piece.exp: New file.
10438 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10439 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10440 name.
10441 (standard_temp_file): Ditto.
10442 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10443 of $GDB_PARALLEL.
10444
10445 2015-07-24 Doug Evans <dje@google.com>
10446
10447 * lib/future.exp (gdb_default_target_compile): New option
10448 "early_flags".
10449 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10450 --as-needed.
10451
10452 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10453
10454 * gdb.base/catch-syscall.exp: Call gdb_exit before
10455 gdb_skip_xml_test.
10456
10457 2015-07-24 Pedro Alves <palves@redhat.com>
10458
10459 * gdb.python/py-events.exp: Accept output between the stop event
10460 and the prompt.
10461 * gdb.python/py-evsignal.exp: Likewise.
10462 * gdb.python/py-evthreads.exp: Likewise.
10463
10464 2015-07-24 Pedro Alves <palves@redhat.com>
10465
10466 PR gdb/18717
10467 * gdb.threads/non-ldr-exit.c: New file.
10468 * gdb.threads/non-ldr-exit.exp: New file.
10469
10470 2015-07-24 Yao Qi <yao.qi@linaro.org>
10471
10472 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10473 restarting process.
10474
10475 2015-07-24 Yao Qi <yao.qi@linaro.org>
10476
10477 * gdb.server/ext-restart.exp: New file.
10478
10479 2015-07-24 Yao Qi <yao.qi@linaro.org>
10480
10481 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10482 argument options.
10483 * gdb.server/ext-wrapper.exp: New file.
10484
10485 2015-07-23 Doug Evans <dje@google.com>
10486
10487 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10488 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10489
10490 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10491
10492 * gdb.ada/var_arr_typedef.exp: New testcase.
10493 * gdb.ada/var_arr_typedef/pack.adb: New file.
10494 * gdb.ada/var_arr_typedef/pack.ads: New file.
10495 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10496
10497 2015-07-20 Joel Brobecker <brobecker@adacore.com>
10498
10499 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10500
10501 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10502
10503 * gdb.arch/i386-biarch-core.exp: Replace istarget
10504 by "complete set gnutarget". Remove expectation for the "core-file"
10505 command.
10506
10507 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10508
10509 Revert the previous commit:
10510 Tests for validate symbol file using build-id.
10511
10512 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10513
10514 Tests for validate symbol file using build-id.
10515 * gdb.base/solib-mismatch-lib.c: New file.
10516 * gdb.base/solib-mismatch-libmod.c: New file.
10517 * gdb.base/solib-mismatch.c: New file.
10518 * gdb.base/solib-mismatch.exp: New file.
10519
10520 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10521
10522 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10523 nios2-*-linux*.
10524 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10525 * gdb.base/siginfo.exp: Likewise.
10526 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10527
10528 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10529
10530 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10531 Move it to ...
10532 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10533 ... here.
10534 * gdb.trace/range-stepping.exp: Check that the target supports
10535 range stepping.
10536
10537 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10538
10539 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10540
10541 2015-07-14 Pedro Alves <palves@redhat.com>
10542
10543 * gdb.base/killed-outside.exp: New file.
10544 * gdb.base/killed-outside.c: New file.
10545
10546 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10547
10548 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10549 (n at main): New.
10550 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10551
10552 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10553
10554 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10555 infcall tests instead of setting up for KFAIL.
10556
10557 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10558
10559 * gdb.btrace/record_goto-step.exp: New.
10560
10561 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10562
10563 PR compile/18484
10564 * gdb.compile/compile.c (struct struct_type): Add volatile to
10565 selffield's type.
10566 * gdb.compile/compile.exp
10567 (compile code struct_object.selffield = &struct_object): Skip further
10568 struct_object tests if this one xfails.
10569
10570 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
10571
10572 PR exp/18617
10573 * gdb.trace/ax.exp: Add test.
10574
10575 2015-07-07 Yao Qi <yao.qi@linaro.org>
10576
10577 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10578 instead of istarget "aarch64*-*-*".
10579 * gdb.arch/aarch64-fp.exp: Likewise.
10580 * gdb.base/float.exp: Likewise.
10581 * gdb.reverse/aarch64.exp: Likewise.
10582 * lib/gdb.exp (is_aarch64_target): New proc.
10583
10584 2015-07-07 Yao Qi <yao.qi@linaro.org>
10585
10586 * lib/gdb.exp (is_aarch32_target): New proc.
10587 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10588 instead of "istarget "arm*-*-*"".
10589 * gdb.arch/arm-disp-step.exp: Likewise.
10590 * gdb.arch/thumb-bx-pc.exp: Likewise.
10591 * gdb.arch/thumb-prologue.exp: Likewise.
10592 * gdb.arch/thumb-singlestep.exp: Likewise.
10593 * gdb.base/disp-step-syscall.exp: Likewise.
10594 * gdb.base/float.exp: Likewise.
10595
10596 2015-07-07 Yao Qi <yao.qi@linaro.org>
10597
10598 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10599 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10600
10601 2015-07-07 Yao Qi <yao.qi@linaro.org>
10602
10603 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10604 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10605 if it exists.
10606 * gdb.multi/multi-arch.exp: Likewise.
10607
10608 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10609
10610 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10611 print.
10612
10613 2015-07-07 Yao Qi <yao.qi@linaro.org>
10614
10615 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10616
10617 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10618
10619 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10620 '[' and ']' characters.
10621
10622 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10623
10624 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10625
10626 2015-06-29 Pedro Alves <palves@redhat.com>
10627
10628 PR threads/18127
10629 * gdb.threads/hand-call-new-thread.c: New file.
10630 * gdb.threads/hand-call-new-thread.c: New file.
10631
10632 2015-06-26 Keith Seitz <keiths@redhat.com>
10633 Doug Evans <dje@google.com>
10634
10635 PR 16253
10636 * gdb.cp/var-tag-2.cc: New file.
10637 * gdb.cp/var-tag-3.cc: New file.
10638 * gdb.cp/var-tag-4.cc: New file.
10639 * gdb.cp/var-tag.cc: New file.
10640 * gdb.cp/var-tag.exp: New file.
10641
10642 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10643
10644 * gdb.base/history-duplicates.exp: New test.
10645
10646 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10647
10648 * gdb.base/completion.exp: Test the completion of the "focus"
10649 command.
10650
10651 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10652
10653 * gdb.arch/amd64-prologue-skip.S: New file.
10654 * gdb.arch/amd64-prologue-skip.exp: New file.
10655
10656 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10657
10658 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10659 is_address_zero_readable check.
10660
10661 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10662
10663 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10664 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10665
10666 2015-06-24 Yao Qi <yao.qi@linaro.org>
10667
10668 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10669 linux targets.
10670
10671 2015-06-24 Yao Qi <yao.qi@linaro.org>
10672
10673 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10674 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10675 * gdb.base/siginfo-thread.exp: Likewise.
10676
10677 2015-06-22 Yao Qi <yao.qi@linaro.org>
10678
10679 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10680
10681 2015-06-22 Yao Qi <yao.qi@linaro.org>
10682
10683 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10684 aarch64*-*-*.
10685 (skip_hw_watchpoint_tests): Likewise.
10686
10687 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10688
10689 * gdb.base/gdbinit-history.exp: Test the interaction between
10690 setting GDBHISTSIZE and setting the history size via .gdbinit.
10691
10692 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10693
10694 PR gdb/16999
10695 * gdb.base/gdbhistsize-history.exp: New test.
10696
10697 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10698
10699 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10700 with GDBHISTSIZE.
10701 * gdb.base/readline.exp: Likewise.
10702
10703 2015-06-17 Yao Qi <yao.qi@linaro.org>
10704
10705 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10706 line.
10707
10708 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10709
10710 * gdb.base/gdbinit-history.exp: Add test case to check that
10711 an unlimited history file does not get truncated on exit.
10712
10713 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10714
10715 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10716 (VECTOR): New macro. Use it...
10717 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10718 ...for these typedefs.
10719 (int8, char1, int1, double1): New typedefs.
10720 (struct just_int2, struct two_int2): New structures.
10721 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10722 (add_structvecs, add_singlevecs): New functions.
10723 (main): Call add_some_intvecs twice.
10724 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10725 the compile and exit upon failure. Try compiling for the "native"
10726 architecture. Test inferior function calls with vector arguments
10727 and vector return value handling with "finish" and "return".
10728
10729 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10730
10731 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10732 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10733 PE file.
10734 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10735
10736 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10737
10738 PR breakpoints/16465
10739 * gdb.mi/mi-dprintf-pending.c: New file.
10740 * gdb.mi/mi-dprintf-pending.exp: New test.
10741 * gdb.mi/mi-dprintf-pendshr.c: New file.
10742
10743 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10744 Mircea Gherzan <mircea.gherzan@intel.com>
10745
10746 * gdb.arch/i386-mpx-map.c: New file.
10747 * gdb.arch/i386-mpx-map.exp: New File.
10748
10749 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10750
10751 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10752 * gdb.arch/i386-mpx.exp: Indentation fixed.
10753
10754 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10755
10756 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10757 function and improved indentation.
10758 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10759 gdb_test_multiple. Added additional tests to skip the test.
10760
10761 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10762
10763 * gdb.arch/i386-avx512.c: Change path in include file.
10764 * gdb.arch/i386-avx512.exp: Change include dir path
10765 compilation flag.
10766 * gdb.arch/i386-mpx.c: Change path in include file.
10767 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10768 flag.
10769
10770 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10771
10772 * gdb.compile/compile-print.exp (compile print *vararray@3)
10773 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10774
10775 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10776
10777 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10778 (do not keep jit in memory): ... this.
10779 (expect 5): Change it to ...
10780 (expect no 5): ... this.
10781
10782 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10783
10784 PR gdb/15564
10785 * gdb.mi/mi-detach.exp: New file.
10786
10787 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10788
10789 PR symtab/18392
10790 * gdb.arch/amd64-tailcall-self.S: New file.
10791 * gdb.arch/amd64-tailcall-self.c: New file.
10792 * gdb.arch/amd64-tailcall-self.exp: New file.
10793
10794 2015-05-28 Don Breazeal <donb@codesourcery.com>
10795
10796 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10797 tests for remote targets by checking is_target_gdbserver.
10798
10799 2015-05-27 Doug Evans <dje@google.com>
10800
10801 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10802 * gdb.dwarf2/opaque-type-lookup.c: New file.
10803 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10804
10805 2015-05-26 Doug Evans <dje@google.com>
10806
10807 * gdb.cp/iostream.cc: New file.
10808 * gdb.cp/iostream.exp: New file.
10809
10810 2015-05-26 Doug Evans <dje@google.com>
10811
10812 * gdb.dwarf2/dw2-op-call.exp: Update.
10813 * gdb.dwarf2/dw4-sig-types.exp: Update.
10814 * gdb.dwarf2/implptr.exp: Update.
10815 * gdb.mi/mi-cmd-param-changed.exp: Update.
10816
10817 2015-05-26 Doug Evans <dje@google.com>
10818
10819 * gdb.python/py-lazy-string.c: New file.
10820 * gdb.python/py-lazy-string.exp: New file.
10821 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10822 (main): Update. Add estring3.
10823 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10824 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10825
10826 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10827 Yao Qi <yao.qi@linaro.org>
10828
10829 * gdb.reverse/aarch64.c: New.
10830 * gdb.reverse/aarch64.exp: New.
10831
10832 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10833
10834 * lib/gdb.exp (supports_process_record): Return true for
10835 aarch64*-linux*.
10836 (supports_reverse): Likewise.
10837
10838 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10839
10840 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10841 Use with_test_prefix.
10842
10843 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10844
10845 * gdb.base/completion.exp: Add test for completion of layout
10846 names.
10847
10848 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10849
10850 * lib/gdb.exp (skip_tui_tests): New proc.
10851 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10852
10853 2015-05-19 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10856 Save the whole env array instead of just HOME. Unset HISTSIZE in
10857 the environment while testing. Restore whole environment
10858 afterwards.
10859
10860 2015-05-16 Doug Evans <xdje42@gmail.com>
10861
10862 * gdb.guile/scm-ports.c: New file.
10863 * gdb.guile/scm-ports.exp: Add memory port tests.
10864
10865 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10866
10867 * gdb.compile/compile-print.c: New file.
10868 * gdb.compile/compile-print.exp: New file.
10869
10870 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10871
10872 * gdb.compile/compile-ops.exp: Cast param to void.
10873 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10874 (compile code struct_object.selffield = &struct_object): Add xfail.
10875
10876 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10877
10878 * gdb.ada/arr_enum_with_gap: New testcase.
10879
10880 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10881
10882 * gdb.ada/byte_packed_arr: New testcase.
10883
10884 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10885
10886 * gdb.ada/pckd_neg: New testcase.
10887
10888 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10889
10890 PR gdb/17820
10891 * gdb.base/gdbinit-history.exp: New test.
10892 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10893 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10894
10895 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10896
10897 * gdb.python/py-xmethods.cc: Enhance test case.
10898 * gdb.python/py-xmethods.exp: New tests.
10899 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10900 function.
10901 (B_indexoper): Likewise.
10902 (global_dm_list) : Add new xmethod worker functions.
10903
10904 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10905
10906 * gdb.base/coredump-filter.exp: Correctly unset
10907 "coredump_var_addr" array.
10908
10909 2015-05-08 Pedro Alves <palves@redhat.com>
10910
10911 * gdb.server/non-existing-program.exp: Unset spawn_id.
10912
10913 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10914
10915 PR python/18291
10916 * gdb.python/py-xmethods.exp: Add tests.
10917
10918 2015-05-08 Yao Qi <yao.qi@linaro.org>
10919
10920 PR gdb/18208
10921 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10922 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10923 function set_coredump_filter, and remove remote_exec call.
10924 Remove argument ipid. Callers update.
10925 (top level): Don't get inferior's PID.
10926
10927 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10928
10929 * gdb.base/watch_thread_num.exp: Skip test on targets without
10930 access watchpoints.
10931
10932 2015-05-06 Pedro Alves <palves@redhat.com>
10933
10934 PR server/18081
10935 * gdb.server/non-existing-program.exp: New file.
10936
10937 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10938
10939 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10940
10941 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10942
10943 * gdb.ada/out_of_line_in_inlined: New testcase.
10944
10945 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10946
10947 * gdb.ada/var_rec_arr: New testcase.
10948
10949 2015-04-30 Yao Qi <yao.qi@linaro.org>
10950
10951 * gdb.base/break-idempotent.exp: If
10952 skip_hw_watchpoint_multi_tests returns true, skip the tests
10953 on "rwatch" and "awatch".
10954
10955 2015-04-30 Yao Qi <yao.qi@linaro.org>
10956
10957 * gdb.base/relativedebug.exp: Invoke gdb command
10958 "info sharedlibrary", and if libc.so doesn't have debug info,
10959 skip the test.
10960
10961 2015-04-29 Doug Evans <dje@google.com>
10962
10963 * gdb.python/py-xmethods.exp: Add ptype tests.
10964 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10965 get_result_type method.
10966
10967 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10968
10969 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10970 the target does not support hardware watchpoints.
10971
10972 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10973
10974 * gdb.base/break-always.exp: Abort testing if writing to memory
10975 causes an error.
10976
10977 2015-04-28 Doug Evans <dje@google.com>
10978
10979 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10980 * gdb.python/py-pp-registration.exp: ... here. New file.
10981 * gdb.python/py-pp-registration.c: New file.
10982 * gdb.python/py-pp-registration.py: New file.
10983
10984 2015-04-28 Doug Evans <dje@google.com>
10985
10986 * gdb.python/py-bad-printers.c: New file.
10987 * gdb.python/py-bad-printers.py: New file.
10988 * gdb.python/py-bad-printers.exp: New file.
10989
10990 2015-04-28 Sasha Smundak <asmundak@google.com>
10991
10992 * gdb.python/py-type.exp: New test.
10993
10994 2015-04-28 Andy Wingo <wingo@igalia.com>
10995
10996 * gdb.python/py-parameter.exp:
10997 * gdb.guile/scm-parameter.exp: Escape the path that we are
10998 matching against, as it might contain characters that are special
10999 to regular expressions.
11000
11001 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11002
11003 * gdb.ada/rec_comp: New testcase.
11004
11005 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11006
11007 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11008 before using it.
11009
11010 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11011
11012 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11013 new tests for verilog output.
11014
11015 2015-04-24 Yao Qi <yao.qi@linaro.org>
11016
11017 * boards/remote-gdbserver-on-localhost.exp: New file.
11018
11019 2015-04-23 Pedro Alves <palves@redhat.com>
11020
11021 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11022 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11023 "end of file", remove $inferior_spawn_id from the indirect list.
11024
11025 2015-04-23 Pedro Alves <palves@redhat.com>
11026
11027 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11028
11029 2015-04-23 Pedro Alves <palves@redhat.com>
11030
11031 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11032 on $any_spawn_id instead of only on $gdb_spawn_id.
11033
11034 2015-04-21 Pierre Muller <muller@sourceware.org>
11035
11036 PR pascal/17815
11037 * lib/pascal.exp (gpc_compile): Add new option "class".
11038 (fpc_compile): Likewise.
11039 * gdb.pascal/case-insensitive-symbols.pas: New file.
11040 * gdb.pascal/case-insensitive-symbols.exp: New file.
11041
11042 2015-04-20 Gary Benson <gbenson@redhat.com>
11043
11044 * gdb.base/attach.exp: Fix three extended remote failures.
11045
11046 2015-04-17 Gary Benson <gbenson@redhat.com>
11047
11048 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11049 the main executable over the remote protocol.
11050
11051 2015-04-16 Pedro Alves <palves@redhat.com>
11052
11053 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11054 a new gdbserver if gdbserver_reconnect_p is set.
11055
11056 2015-04-16 Pedro Alves <palves@redhat.com>
11057
11058 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11059 is set, don't exit gdbserver.
11060
11061 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11062
11063 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11064 appropriate .insn, such that an older assembler can be used.
11065 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11066 the z/Architecture instruction set on 31-bit targets as well.
11067
11068 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11069
11070 * gdb.go/handcall.exp: Remove all logic related to the first
11071 breakpoint and rely on go_runto_main instead.
11072 * gdb.go/strings.exp: Likewise.
11073 * gdb.go/unsafe.exp: Likewise.
11074 * gdb.go/hello.exp: Likewise. Also rename the remaining
11075 breakpoint marker to "breakpoint 1".
11076 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11077 * gdb.go/strings.go: Likewise.
11078 * gdb.go/unsafe.go: Likewise.
11079 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11080 "set breakpoint 2 here" and rename the remaining breakpoint marker
11081 to "breakpoint 1".
11082
11083 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11084
11085 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11086 if itertools.imap is not present.
11087 * gdb.python/py-objfile.exp: Add parentheses.
11088 * gdb.python/py-type.exp: Same.
11089 * gdb.python/py-unwind-maint.py: Same.
11090
11091 2015-04-15 Yao Qi <yao.qi@linaro.org>
11092
11093 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11094 of ":$ptr_size" and set its form explicitly.
11095
11096 2015-04-15 Pedro Alves <palves@redhat.com>
11097 Yao Qi <yao.qi@linaro.org>
11098
11099 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11100 timeout by factor of 4.
11101 (test_regular_watch): Likewise.
11102 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11103 * gdb.reverse/sigall-reverse.exp: Likewise.
11104 * gdb.reverse/until-precsave.exp: Likewise.
11105 * lib/gdb.exp (with_timeout_factor): New proc.
11106 (gdb_expect): Move some code to ...
11107 (get_largest_timeout): ... here. New procedure.
11108
11109 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11110
11111 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11112
11113 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11114
11115 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11116 to write to the .text section.
11117
11118 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11119
11120 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11121 Handle the case of targets that do not provide PID information.
11122
11123 2015-04-13 Yao Qi <yao.qi@linaro.org>
11124
11125 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11126 and use expect instead of gdb_expect.
11127
11128 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11129
11130 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11131 "coredump_var_addr" to avoid naming conflict with other testcases.
11132
11133 2015-04-10 Pedro Alves <palves@redhat.com>
11134
11135 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11136 gdb_test_sequence and gdb_assert.
11137
11138 2015-04-10 Pedro Alves <palves@redhat.com>
11139
11140 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11141 test messages that don't include the breakpoint address.
11142
11143 2015-04-10 Yao Qi <yao.qi@linaro.org>
11144
11145 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11146 false for some offset and width combinations which aren't
11147 supported by linux kernel.
11148
11149 2015-04-10 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11152 procedure, factored out from ...
11153 (top level): ... here. Add "set displaced-stepping" testing axis.
11154 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11155 parameter "displaced". Use it.
11156 (top level): Use foreach and add "set displaced-stepping" testing
11157 axis.
11158
11159 2015-04-10 Pedro Alves <palves@redhat.com>
11160
11161 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11162 Remove comment.
11163 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11164 both the address of the instruction that triggers the watchpoint
11165 and the address of the instruction immediately after, and use
11166 those addresses for the test. Fix comment.
11167
11168 2015-04-10 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.base/sigstep.exp (breakpoint_to_handler)
11171 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11172 Test "backtrace" in handler.
11173 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11174 (top level): Add new "displaced" test axis to
11175 breakpoint_to_handler, breakpoint_to_handler_entry and
11176 breakpoint_over_handler.
11177
11178 2015-04-10 Pedro Alves <palves@redhat.com>
11179
11180 PR gdb/18216
11181 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11182
11183 2015-04-10 Yao Qi <yao.qi@linaro.org>
11184
11185 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11186 (test_add_rn_pc): New function.
11187 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11188 (top level): Invoke test_add_rn_pc.
11189
11190 2015-04-10 Pedro Alves <palves@redhat.com>
11191
11192 PR gdb/13858
11193 * gdb.base/step-over-no-symbols.exp: New file.
11194
11195 2015-04-09 Andy Wingo <wingo@igalia.com>
11196
11197 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11198 after the Python tests.
11199
11200 2015-04-08 Keith Seitz <keiths@redhat.com>
11201
11202 PR python/16699
11203 * gdb.python/py-completion.exp: New tests for completion.
11204 * gdb.python/py-completion.py (CompleteLimit1): New class.
11205 (CompleteLimit2): Likewise.
11206 (CompleteLimit3): Likewise.
11207 (CompleteLimit4): Likewise.
11208 (CompleteLimit5): Likewise.
11209 (CompleteLimit6): Likewise.
11210 (CompleteLimit7): Likewise.
11211
11212 2015-04-08 Pedro Alves <palves@redhat.com>
11213
11214 PR gdb/18214
11215 PR gdb/18216
11216 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11217 function.
11218 (main): Install it as SIGUSR1 handler.
11219 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11220 parameter. Always use "setup" as prefix. Toggle "set
11221 displaced-stepping" off/on depending on global. Don't switch to
11222 thread 1 here.
11223 (top level): Add displaced stepping "off/on" test axis. Update
11224 "setup" calls. Wrap each subtest with with_test_prefix. Test
11225 continuing with a queued signal in each thread.
11226
11227 2015-04-08 Pedro Alves <palves@redhat.com>
11228
11229 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11230 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11231 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11232 Return early if running to main fails.
11233 * gdb.trace/while-stepping.exp: Likewise.
11234
11235 2015-04-07 Pedro Alves <palves@redhat.com>
11236
11237 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11238 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11239 interact with inferior program.
11240
11241 2015-04-07 Pedro Alves <palves@redhat.com>
11242
11243 * lib/gdb.exp (inferior_spawn_id): New global.
11244 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11245 spawn id after processing the user code.
11246 (default_gdb_start): Set inferior_spawn_id.
11247 (send_inferior): New procedure.
11248 * lib/gdbserver-support.exp (gdbserver_start): Set
11249 inferior_spawn_id.
11250 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11251
11252 2015-04-07 Pedro Alves <palves@redhat.com>
11253
11254 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11255 * lib/gdbserver-support.exp (gdbserver_start): Make
11256 $server_spawn_id global.
11257 (gdbserver_start): Don't wait for gdbserver's spawn id with
11258 expect_background.
11259 (close_gdbserver): New procedure.
11260 (gdb_exit): Rename the default version and reimplement.
11261
11262 2015-04-07 Pedro Alves <palves@redhat.com>
11263
11264 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11265 append the substituted item, not the original item.
11266
11267 2015-04-07 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11270 gdb_expect.
11271
11272 2015-04-07 Pedro Alves <palves@redhat.com>
11273
11274 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11275 output appearing once only.
11276
11277 2015-04-07 Pedro Alves <palves@redhat.com>
11278
11279 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11280 that doesn't expect anything. Return early if running to main
11281 fails.
11282
11283 2015-04-07 Yao Qi <yao.qi@linaro.org>
11284
11285 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11286 (child_function): Call alarm.
11287 (main): Move call to alarm into the loop.
11288 * gdb.threads/non-stop-fair-events.exp: Build program with
11289 -DTIMEOUT=$timeout.
11290
11291 2015-04-06 Doug Evans <xdje42@gmail.com>
11292
11293 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11294 Fix dest parameter to board_info.
11295 (fpc_compile): Ditto.
11296 (gdb_compile_pascal): Rename dest arg to destfile.
11297
11298 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11299
11300 * gdb.ada/funcall_ref.exp: New file.
11301 * gdb.ada/funcall_ref/foo.adb: New file.
11302
11303 2015-04-02 Yao Qi <yao.qi@linaro.org>
11304
11305 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11306 is remote.
11307
11308 2015-04-02 Gary Benson <gbenson@redhat.com>
11309
11310 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11311
11312 2015-04-01 Sasha Smundak <asmundak@google.com>
11313
11314 * gdb.python/py-unwind-maint.c: New file.
11315 * gdb.python/py-unwind-maint.exp: New test.
11316 * gdb.python/py-unwind-maint.py: New file.
11317 * gdb.python/py-unwind.c: New file.
11318 * gdb.python/py-unwind.exp: New test.
11319 * gdb.python/py-unwind.py: New test.
11320
11321 2015-04-01 Pedro Alves <palves@redhat.com>
11322
11323 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11324 to fail instead of non-existent $test.
11325
11326 2015-04-01 Pedro Alves <palves@redhat.com>
11327
11328 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11329 GDBFLAGS if not empty.
11330
11331 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11332
11333 * gdb.ada/complete.exp: Remove "multi_line".
11334 * gdb.ada/info_exc.exp: Remove "multi_line".
11335 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11336 * gdb.ada/ptype_field.exp: Remove "multi_line".
11337 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11338 * gdb.ada/tagged.exp: Remove "multi_line".
11339 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11340 [multi_line ...]
11341 * gdb.btrace/delta.exp: Likewise.
11342 * gdb.btrace/exception.exp: Likewise.
11343 * gdb.btrace/function_call_history.exp: Likewise.
11344 * gdb.btrace/instruction_history.exp: Likewise.
11345 * gdb.btrace/nohist.exp: Likewise.
11346 * gdb.btrace/record_goto.exp: Likewise.
11347 * gdb.btrace/segv.exp: Likewise.
11348 * gdb.btrace/stepi.exp: Likewise.
11349 * gdb.btrace/tailcall.exp: Likewise.
11350 * gdb.btrace/unknown_functions.exp: Likewise.
11351 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11352 * lib/gdb.exp: Add the "multi_line" helper.
11353
11354 2015-04-01 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.threads/tid-reuse.c: New file.
11357 * gdb.threads/tid-reuse.exp: New file.
11358
11359 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11360
11361 PR corefiles/16092
11362 * gdb.base/coredump-filter.c: New file.
11363 * gdb.base/coredump-filter.exp: Likewise.
11364
11365 2015-03-27 Petr Machata <pmachata@redhat.com>
11366
11367 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11368 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11369 (Dwarf::assemble): Initialize them.
11370 (Dwarf::lines): New function.
11371
11372 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11373
11374 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11375 SYMBOL_PREFIX for x86_64-*-cygwin.
11376
11377 2015-03-26 Andy Wingo <wingo@igalia.com>
11378
11379 PR symtab/18148
11380 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11381 const_value but not a location.
11382 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11383 location defined in non-main CUs are visible.
11384
11385 2015-03-26 Yao Qi <yao.qi@linaro.org>
11386
11387 PR testsuite/18139
11388 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11389 Add a line number entry for the same line.
11390 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11391 Add a line number entry for the same line.
11392
11393 2015-03-26 Yao Qi <yao.qi@linaro.org>
11394
11395 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11396 .int 0.
11397 (func): Likewise. Add .Lfunc_1 label.
11398 Use .Lfunc_1 label.
11399 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11400 .int 0.
11401 (func): Likewise.
11402 Use .Lfunc_1 label.
11403
11404 2015-03-26 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11407 Call gdb_compile instead to compile each .s files without debug
11408 information.
11409
11410 2015-03-26 Yao Qi <yao.qi@linaro.org>
11411
11412 * gdb.base/savedregs.exp (process_saved_regs): Make
11413 "Saved registers:" optional in the pattern.
11414
11415 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11416
11417 * gdb.btrace/next.exp: Merged into step.exp.
11418 * gdb.btrace/finish.exp: Merged into step.exp.
11419 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11420 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11421 "record goto" and checking the exact replay position.
11422 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11423 check for "Recording format" in "info record" output.
11424 * gdb.btrace/record_goto.exp: Choose test file based on target.
11425 * gdb.btrace/x86-record_goto.S: Renamed into ...
11426 * gdb.btrace/x86_64-record_goto.S: ... this.
11427 * gdb.btrace/i686-record_goto.S: New.
11428 * gdb.btrace/x86-tailcall.S: Renamed into ...
11429 * gdb.btrace/x86_64-tailcall.S: ... this.
11430 * gdb.btrace/i686-tailcall.S: New.
11431 * gdb.btrace/x86-tailcall.c: Renamed into ...
11432 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11433 separate statements. Update test.
11434 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11435 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11436 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11437 * gdb.btrace/tailcall.exp: Choose test file based on target.
11438 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11439
11440 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11441
11442 * gdb.btrace/exception.exp: Increase BTS buffer size.
11443
11444 2015-03-24 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11447
11448 2015-03-24 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.threads/schedlock.exp (test_step): No longer expect that
11451 "set scheduler-locking step" with "next" over a function call runs
11452 threads unlocked.
11453
11454 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11455
11456 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11457
11458 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11459
11460 PR breakpoints/16466
11461 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11462 * gdb.mi/mi-pending.c (thread_func): New function.
11463 (int main): Add threading support required.
11464 * gdb.mi/mi-pending.exp: Add tests for this issue.
11465 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11466 (pendfunc2): Remove stdio dependency.
11467 * gdb.mi/mi-pendshr2.c: New file.
11468
11469 2015-03-23 Keith Seitz <keiths@redhat.com>
11470
11471 * gdb.linespec/keywords.c: New file.
11472 * gdb.linespec/keywords.exp: New file.
11473
11474 2015-03-23 Keith Seitz <keiths@redhat.com>
11475
11476 PR gdb/18021
11477 * gdb.dwarf2/staticvirtual.exp: New test.
11478
11479 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11480
11481 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11482 * README: Remove HP-UX and gdb.hp.
11483 (configuration):
11484 * configure: Regenerate.
11485 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11486 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11487 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11488 gdb.hp/gdb.defects/Makefile.
11489 * gdb.hp/Makefile.in: File deleted.
11490 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11491 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11492 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11493 * gdb.hp/gdb.aCC/run.c: File deleted.
11494 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11495 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11496 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11497 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11498 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11499 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11500 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11501 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11502 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11503 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11504 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11505 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11506 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11507 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11508 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11509 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11510 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11511 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11512 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11513 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11514 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11515 * gdb.hp/gdb.compat/average.c: File deleted.
11516 * gdb.hp/gdb.compat/sum.c: File deleted.
11517 * gdb.hp/gdb.compat/xdb.c: File deleted.
11518 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11519 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11520 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11521 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11522 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11523 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11524 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11525 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11526 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11527 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11528 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11529 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11530 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11531 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11532 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11533 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11534 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11535 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11536 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11537 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11538 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11539 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11540 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11541 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11542 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11543 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11544 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11545 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11546 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11547 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11548 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11549 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11550 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11551 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11552 * gdb.hp/tools/odump: File deleted.
11553
11554 2015-03-19 Pedro Alves <palves@redhat.com>
11555
11556 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11557 (saw_thread_3): New globals.
11558 (top level): Increment them when an event for the corresponding
11559 thread is seen.
11560 (no thread starvation): New test.
11561
11562 2015-03-19 Pedro Alves <palves@redhat.com>
11563
11564 * gdb.threads/continue-pending-status.c: New file.
11565 * gdb.threads/continue-pending-status.exp: New file.
11566
11567 2015-03-18 Pedro Alves <palves@redhat.com>
11568
11569 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11570 Use gdb_is_target_remote instead of is_remote. Use
11571 gdb_test_multiple instead of gdb_expect. Exit early if
11572 gdb_test_multiple hits its internal matches. Tighten stepi tests
11573 expected output. Fail on exit with any signal, instead of just
11574 SIGILL.
11575
11576 2015-03-18 Yao Qi <yao.qi@linaro.org>
11577
11578 PR tdep/18107
11579 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11580 variable.
11581 * gdb.base/catch-syscall.exp: Don't skip it on
11582 aarch64*-*-linux* target. Remove elements in all_syscalls.
11583 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11584 target.
11585 (setup_all_syscalls): New proc.
11586
11587 2015-03-16 Yao Qi <yao.qi@linaro.org>
11588
11589 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11590 (top level): Skip tests if valid_addr_p returns false for
11591 $cmd1 or $cmd2.
11592
11593 2015-03-11 Andy Wingo <wingo@igalia.com>
11594
11595 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11596
11597 2015-03-11 Yao Qi <yao.qi@linaro.org>
11598
11599 * gdb.base/catch-syscall.exp: Fix typo in comments.
11600
11601 2015-03-11 Yao Qi <yao.qi@linaro.org>
11602
11603 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11604
11605 2015-03-09 Pedro Alves <palves@redhat.com>
11606
11607 * dg-extract-results.py: Delete.
11608
11609 2015-03-09 Pedro Alves <palves@redhat.com>
11610
11611 Merge dg-extract-results.sh from GCC upstream (r218843).
11612
11613 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11614 * dg-extract-results.sh: Use --text with grep to avoid issues with
11615 binary files. Fall back to cat -v, if that doesn't work.
11616
11617 2015-03-05 Pedro Alves <palves@redhat.com>
11618
11619 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11620
11621 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11622
11623 * lib/mi-support.exp (mi_expect_interrupt): Accept
11624 alternative event for when in all-stop mode.
11625
11626 2015-03-04 Pedro Alves <palves@redhat.com>
11627
11628 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11629
11630 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11631
11632 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11633
11634 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11635
11636 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11637 regexps for GDB's current line display, accept a hex address
11638 preceding the line number.
11639
11640 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11641
11642 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11643 the 'arch1' variable for "s390*-linux*" targets.
11644
11645 2015-03-04 Pedro Alves <palves@redhat.com>
11646
11647 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11648 (main): Pass missing retval argument to pthread_join call.
11649
11650 2015-03-02 Pedro Alves <palves@redhat.com>
11651
11652 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11653 (top level): Call do_test with non-stop as well.
11654
11655 2015-03-02 Pedro Alves <palves@redhat.com>
11656
11657 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11658 -1.
11659
11660 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11661
11662 * gdb.arch/s390-vregs.exp: New test.
11663 * gdb.arch/s390-vregs.S: New file.
11664
11665 2015-02-27 Pedro Alves <palves@redhat.com>
11666
11667 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11668 call to catch_command_errors.
11669 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11670 catch_command_errors.
11671
11672 2015-02-27 Pedro Alves <palves@redhat.com>
11673
11674 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11675 "true" for boolean result.
11676 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11677 prototype of main.
11678
11679 2015-02-27 Pedro Alves <palves@redhat.com>
11680
11681 * lib/unbuffer_output.c: New file.
11682 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11683 (main): Call gdb_unbuffer_output.
11684
11685 2015-02-27 Yao Qi <yao.qi@linaro.org>
11686
11687 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11688 target.
11689
11690 2015-02-26 Doug Evans <dje@google.com>
11691
11692 * gdb.cp/class2.cc (Dbase, D): New classes.
11693 (main): New local delta.
11694 * gdb.cp/class2.exp: Test printing delta.
11695 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11696 (dynbar): New global.
11697 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11698
11699 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11700
11701 * gdb.compile/compile-ifunc.c: New file.
11702 * gdb.compile/compile-ifunc.exp: New file.
11703
11704 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11705
11706 * gdb.base/structs.exp: Check for correct struct on finish.
11707
11708 2015-02-26 Yao Qi <yao.qi@linaro.org>
11709
11710 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11711 is zero.
11712
11713 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11714
11715 * gdb.arch/cordic.ko.bz2: New file.
11716 * gdb.arch/cordic.ko.debug.bz2: New file.
11717 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11718
11719 2015-02-25 Yao Qi <yao.qi@linaro.org>
11720
11721 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11722 aarch64*-*-* target.
11723
11724 2015-02-23 Pedro Alves <palves@redhat.com>
11725
11726 * lib/gdb.exp (delete_breakpoints): Rewrite using
11727 gdb_test_multiple.
11728
11729 2015-02-23 Pedro Alves <palves@redhat.com>
11730
11731 * gdb.base/info-os.c: Include stdlib.h.
11732
11733 2015-02-22 Doug Evans <xdje42@gmail.com>
11734
11735 PR symtab/17855
11736 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11737 is read after symbols have been re-read.
11738 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11739 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11740
11741 2015-02-21 Doug Evans <dje@google.com>
11742
11743 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11744
11745 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11746
11747 PR corefiles/17808
11748 * gdb.arch/i386-biarch-core.core.bz2: New file.
11749 * gdb.arch/i386-biarch-core.exp: New file.
11750
11751 2015-02-21 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11754 runto_main fails.
11755
11756 2015-02-20 Pedro Alves <palves@redhat.com>
11757
11758 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11759 info probes.
11760
11761 2015-02-20 Pedro Alves <palves@redhat.com>
11762
11763 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11764
11765 2015-02-20 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11768 clean_restart before gdb_target_supports_trace.
11769
11770 2015-02-20 Pedro Alves <palves@redhat.com>
11771
11772 PR threads/18006
11773 * gdb.threads/clone-thread_db.c: New file.
11774 * gdb.threads/clone-thread_db.exp: New file.
11775
11776 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11777
11778 PR breakpoints/16812
11779 * gdb.base/catch-gdb-caused-signals.c: New file.
11780 * gdb.base/catch-gdb-caused-signals.exp: New file.
11781
11782 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11783
11784 * configure: Regenerated.
11785 * configure.ac: Use GDB_AC_TRANSFORM.
11786 * aclocal.m4: sinclude ../transform.m4.
11787
11788 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11789
11790 * lib/dtrace.exp: New file.
11791 * gdb.base/dtrace-probe.exp: Likewise.
11792 * gdb.base/dtrace-probe.d: Likewise.
11793 * gdb.base/dtrace-probe.c: Likewise.
11794 * lib/pdtrace.in: Likewise.
11795 * configure.ac: Output variables with the transformed names of
11796 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11797 * configure: Regenerated.
11798
11799 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11800
11801 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11802 expected message when trying to access $_probe_* convenience
11803 variables while not on a probe.
11804
11805 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11806
11807 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11808
11809 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11810
11811 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11812 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11813
11814 2015-02-10 Doug Evans <xdje42@gmail.com>
11815
11816 * lib/gdb.exp (gdb_load): Always return a result.
11817
11818 2015-02-10 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.threads/signal-sigtrap.c: New file.
11821 * gdb.threads/signal-sigtrap.exp: New file.
11822
11823 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11824
11825 * gdb.trace/no-attach-trace.c: New file.
11826 * gdb.trace/no-attach-trace.exp: New file.
11827
11828 2015-02-09 Mark Wielaard <mjw@redhat.com>
11829
11830 * gdb.dwarf2/atomic.c: New file.
11831 * gdb.dwarf2/atomic-type.exp: Likewise.
11832
11833 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11834
11835 * gdb.btrace/buffer-size.exp: Update "info record" output.
11836 * gdb.btrace/delta.exp: Update "info record" output.
11837 * gdb.btrace/enable.exp: Update "info record" output.
11838 * gdb.btrace/finish.exp: Update "info record" output.
11839 * gdb.btrace/instruction_history.exp: Update "info record" output.
11840 * gdb.btrace/next.exp: Update "info record" output.
11841 * gdb.btrace/nexti.exp: Update "info record" output.
11842 * gdb.btrace/step.exp: Update "info record" output.
11843 * gdb.btrace/stepi.exp: Update "info record" output.
11844 * gdb.btrace/nohist.exp: Update "info record" output.
11845
11846 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11847
11848 * gdb.btrace/buffer-size: New.
11849
11850 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11851
11852 * gdb.btrace/delta.exp: Update "info record" output.
11853 * gdb.btrace/enable.exp: Update "info record" output.
11854 * gdb.btrace/finish.exp: Update "info record" output.
11855 * gdb.btrace/instruction_history.exp: Update "info record" output.
11856 * gdb.btrace/next.exp: Update "info record" output.
11857 * gdb.btrace/nexti.exp: Update "info record" output.
11858 * gdb.btrace/step.exp: Update "info record" output.
11859 * gdb.btrace/stepi.exp: Update "info record" output.
11860 * gdb.btrace/nohist.exp: Update "info record" output.
11861
11862 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11863
11864 PR gdb/15678
11865 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11866
11867 2015-02-06 Pedro Alves <palves@redhat.com>
11868
11869 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11870 macro.
11871 (seconds_left, again): New globals.
11872 (main): Wait seconds_left in a 1-second sleep loop instead of
11873 sleeping 180 seconds. If 'again' is set, reset the seconds
11874 counter.
11875 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11876 'again' in the inferior before detaching. Print the seconds left.
11877 (options): New global.
11878 (top level): Build program with -DTIMEOUT=$timeout.
11879
11880 2015-02-06 Pedro Alves <palves@redhat.com>
11881
11882 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11883 determine how many seconds to pass to 'alarm'.
11884 * gdb.base/gdb-sigterm.exp (top level): Build program with
11885 -DTIMEOUT=$timeout.
11886 (do_test): Return success/failure indication. Add more verbose
11887 logging. Don't fail if 200 single steps are seen. Instead, fail
11888 when the test times out.
11889 (passes): New global.
11890 (top level): Break the testing loop if testing fails on any
11891 iteration. Use gdb_assert.
11892
11893 2015-02-04 Don Breazeal <donb@codesourcery.com>
11894
11895 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11896 and initialize them.
11897 (ipc_cleanup): New function.
11898 (main): Don't declare shmid, semid, and msqid. Add a call to
11899 atexit so that we call ipc_cleanup on exit.
11900
11901 2015-02-04 Pedro Alves <palves@redhat.com>
11902
11903 * boards/native-extended-gdbserver.exp: Remove any target variant
11904 specifications from the board name before clearing the isremote
11905 flag from board_info.
11906
11907 2015-01-31 Doug Evans <xdje42@gmail.com>
11908
11909 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11910
11911 2015-01-31 Gary Benson <gbenson@redhat.com>
11912
11913 * gdb.base/completion.exp: Disable completion limiting for
11914 existing tests. Add new tests to check completion limiting.
11915 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11916
11917 2015-01-31 Doug Evans <xdje42@gmail.com>
11918
11919 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11920
11921 2015-01-31 Doug Evans <xdje42@gmail.com>
11922
11923 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11924 entries. Duplicate file section script entries.
11925 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11926 inlined entries. Add test for safe-path rejection.
11927 * gdb.python/py-section-script.c: Add duplicate inlined section script
11928 entries. Duplicate file section script entries.
11929 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11930 inlined entries. Add test for safe-path rejection.
11931
11932 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11933
11934 * gdb.ada/disc_arr_bound: New testcase.
11935
11936 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11937
11938 * gdb.ada/mi_var_array: New testcase.
11939
11940 2015-01-27 Doug Evans <dje@google.com>
11941
11942 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11943 Add test for objfile.filename, objfile.username after objfile
11944 has been unloaded.
11945
11946 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11947
11948 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11949 the second test to print the name attribute of value
11950 returned by the call to gdb.lookup_type, and adjust
11951 the expected output accordingly.
11952
11953 2015-01-25 Mark Wielaard <mjw@redhat.com>
11954
11955 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11956 * gdb.base/disp-step-fork.c: Include unistd.h.
11957 * gdb.base/siginfo-obj.c: Include stdio.h.
11958 * gdb.base/siginfo-thread.c: Likewise.
11959 * gdb.mi/non-stop.c: Include unistd.h.
11960 * gdb.mi/nsthrexec.c: Include stdio.h.
11961 * gdb.mi/pthreads.c: Include unistd.h.
11962 * gdb.modula2/unbounded1.c (main): Declare returns int.
11963 * gdb.reverse/consecutive-reverse.c: Likewise.
11964 * gdb.threads/create-fail.c: Include unistd.h.
11965 * gdb.threads/killed.c: Likewise.
11966 * gdb.threads/linux-dp.c: Likewise.
11967 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11968 * gdb.threads/non-ldr-exc-2.c: Likewise.
11969 * gdb.threads/non-ldr-exc-3.c: Likewise.
11970 * gdb.threads/non-ldr-exc-4.c: Likewise.
11971 * gdb.threads/pthreads.c: Include unistd.h.
11972 (main): Declare returns int.
11973 * gdb.threads/tls-main.c (foo): New declaration.
11974 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11975
11976 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11977
11978 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11979 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11980
11981 2015-01-15 Mark Wielaard <mjw@redhat.com>
11982
11983 * gdb.base/noreturn-return.c: New file.
11984 * gdb.base/noreturn-return.exp: New file.
11985 * gdb.base/noreturn-finish.c: New file.
11986 * gdb.base/noreturn-finish.exp: New file.
11987
11988 2015-01-23 Pedro Alves <palves@redhat.com>
11989
11990 * gdb.threads/continue-pending-after-query.c: New file.
11991 * gdb.threads/continue-pending-after-query.exp: New file.
11992
11993 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11994 Simon Marchi <simon.marchi@ericsson.com>
11995
11996 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11997 * gdb.base/valgrind-db-attach.exp: Same.
11998 * gdb.base/valgrind-infcall.exp: Same.
11999 * lib/mi-support.exp (default_mi_gdb_start): Same.
12000 * lib/prompt.exp (default_prompt_gdb_start): Same.
12001 * lib/gdb.exp (default_gdb_spawn): Same.
12002 (gdb_interact): New.
12003
12004
12005 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12006
12007 * gdb.compile/compile.exp (pointer to jit function): New test.
12008
12009 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12010
12011 * lib/gdb.exp (supports_process_record): Return true for
12012 powerpc*-*-linux*.
12013 (supports_reverse): Likewise.
12014
12015 2015-01-15 Don Breazeal <donb@codesourcery.com>
12016
12017 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12018 instead of checking whether the target board is remote and
12019 use spawn_wait_for_attach instead of exec/sleep.
12020 * gdb.base/attach-twice.exp: Likewise.
12021
12022 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12023
12024 * gdb.ada/var_arr_attrs: New testcase.
12025
12026 2015-01-14 Pedro Alves <palves@redhat.com>
12027 Joel Brobecker <brobecker@adacore.com>
12028
12029 PR gdb/17525
12030 * gdb.base/bp-cmds-execution-x-script.c: New file.
12031 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12032 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12033
12034 2015-01-14 Pedro Alves <palves@redhat.com>
12035
12036 PR cli/17828
12037 * gdb.base/batch-preserve-term-settings.c: New file.
12038 * gdb.base/batch-preserve-term-settings.exp: New file.
12039
12040 2015-01-13 Doug Evans <dje@google.com>
12041
12042 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12043 binary.
12044
12045 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12046
12047 * Makefile.in (clean mostlyclean): Do not delete *.py.
12048
12049 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12050
12051 * gdb.python/py-lookup-type.exp: New file.
12052
12053 2015-01-12 Pedro Alves <palves@redhat.com>
12054
12055 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12056 restore GDBFLAGS before returning.
12057
12058 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12059
12060 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12061 is_amd64_regs_target and is_x86_like_target.
12062
12063 2015-01-11 Doug Evans <xdje42@gmail.com>
12064
12065 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12066 is given without an explicit form.
12067 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12068 attributes.
12069 * gdb.dwarf/corrupt.exp: Ditto.
12070 * gdb.dwarf2/enum-type.exp: Ditto.
12071 * gdb.trace/entry-values.exp: Ditto.
12072 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12073
12074 2015-01-11 Doug Evans <xdje42@gmail.com>
12075
12076 PR gdb/15830
12077 * gdb.base/maint.exp: Remove references to "maint demangle".
12078 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12079 Add tests for explicitly specifying language to demangle.
12080 * gdb.dlang/demangle.exp: Ditto.
12081
12082 2015-01-09 Pedro Alves <palves@redhat.com>
12083
12084 * gdb.threads/non-stop-fair-events.c: New file.
12085 * gdb.threads/non-stop-fair-events.exp: New file.
12086
12087 2015-01-09 Pedro Alves <palves@redhat.com>
12088
12089 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12090 the global scope. Set a breakpoint after all threads are started
12091 rather than stepping over two source lines. Expect the prompt.
12092 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12093 global.
12094 (NUM): Now 15.
12095 (main): Use threads_started_barrier to wait for all threads to
12096 start. Main thread no longer calls thread_function. Exit after
12097 180 seconds.
12098 (loop): New function.
12099 (thread_function): Wait on threads_started_barrier barrier. Call
12100 'loop' at each iteration.
12101 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12102 threads have started, instead of hardcoding number of "next"
12103 steps. Use an access watchpoint instead of a write watchpoint.
12104
12105 2015-01-09 Pedro Alves <palves@redhat.com>
12106
12107 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12108 (thread_func): Wait on barrier.
12109 (main): Wait for all threads to start before stopping GDB.
12110 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12111 global.
12112 (thread1_func, thread2_func): Wait on barrier.
12113 (main): Wait for all threads to start before stopping GDB.
12114 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12115 New global.
12116 (thread1_func, thread2_func): Wait on barrier.
12117 (main): Wait for all threads to start before stopping GDB.
12118
12119 2015-01-09 Pedro Alves <palves@redhat.com>
12120
12121 * gdb.threads/attach-many-short-lived-threads.c: New file.
12122 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12123
12124 2014-01-09 Pedro Alves <palves@redhat.com>
12125
12126 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12127 instead of to thread 2.
12128 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12129 Add barrier around each pthread_create call instead of around all
12130 calls.
12131 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12132 Set a break on thread_function and have the child threads hit it
12133 one at at a time.
12134
12135 2015-01-09 Pedro Alves <palves@redhat.com>
12136
12137 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12138 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12139 false.
12140 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12141 checking whether the target board is remote.
12142 * gdb.multi/multi-attach.exp: Likewise.
12143 * gdb.python/py-sync-interp.exp: Likewise.
12144 * gdb.server/ext-attach.exp: Likewise.
12145 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12146 tests that need to attach, instead of checking whether the target
12147 board is remote at the top of the file.
12148
12149 2015-01-08 Yao Qi <yao@codesourcery.com>
12150
12151 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12152
12153 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12154
12155 Fix testcase compilation.
12156 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12157
12158 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12159
12160 * gdb.python/py-type.exp: Add a couple test about empty
12161 array creation, and negative-length array creation.
12162
12163 2015-01-02 Doug Evans <xdje42@gmail.com>
12164
12165 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12166
12167 2015-01-02 Doug Evans <dje@google.com>
12168
12169 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12170
12171 2014-12-29 Yao Qi <yao@codesourcery.com>
12172
12173 * gdb.trace/entry-values.exp: Update comments. Rename variable
12174 bar_call_foo to returned_from_foo.
12175
12176 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12177
12178 PR gdb/17394
12179 * gdb.linespec/break-asm-file.c: New file.
12180 * gdb.linespec/break-asm-file.exp: New file.
12181 * gdb.linespec/break-asm-file0.s: New file.
12182 * gdb.linespec/break-asm-file1.s: New file.
12183
12184 2014-12-18 Nigel Stephens <nigel@mips.com>
12185 Maciej W. Rozycki <macro@codesourcery.com>
12186
12187 * gdb.base/float.exp: Handle the new output from "info float" on
12188 MIPS targets.
12189
12190 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12191
12192 Fix MinGW compilation.
12193 * gdb.compile/compile-ops.exp: Update untested message if
12194 !skip_compile_feature_tests.
12195 * gdb.compile/compile-setjmp.exp: Likewise.
12196 * gdb.compile/compile-tls.exp: Likewise.
12197 * gdb.compile/compile.exp: Likewise.
12198 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12199 supported on this host".
12200
12201 2014-12-16 Doug Evans <xdje42@gmail.com>
12202
12203 * boards/stabs.exp: New file.
12204
12205 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12206
12207 * gdb.base/completion.exp: Adjust to format changes of "maint
12208 print user-registers".
12209
12210 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12211
12212 PR server/17457
12213 * gdb.arch/aarch64-fp.c: New file.
12214 * gdb.arch/aarch64-fp.exp: New file.
12215
12216 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12217
12218 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12219 r210637, r210913, r211666, r215400, r215817).
12220
12221 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12222 * dg-extract-results.py: New file.
12223 * dg-extract-results.sh: Use it if the environment seems
12224 suitable.
12225
12226 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12227
12228 * dg-extract-results.py (parse_run): Handle warnings that
12229 are printed before a test harness is run.
12230
12231 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12232
12233 * dg-extract-results.py (Named): Remove __cmp__ method.
12234 (output_variation): Use a key to sort variation.harnesses.
12235
12236 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12237
12238 * dg-extract-results.py: For Python 3, force sys.stdout to
12239 handle surrogate escape sequences.
12240 (safe_open): New function.
12241 (output_segment, main): Use it.
12242
12243 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12244
12245 * dg-extract-results.py (Prog.result_re): Include options
12246 in test name.
12247
12248 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12249
12250 * dg-extract-results.py (output_variation): Always sort if
12251 do_sum.
12252
12253 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12254
12255 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12256 as long as we get pagination notifications.
12257
12258 2014-12-15 Jason Merrill <jason@redhat.com>
12259
12260 * Makefile.in (check-gdb.%): Restore.
12261 * README: Mention it.
12262
12263 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12264
12265 * gdb.ada/str_uninit: New testcase.
12266
12267 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12268
12269 PR symtab/17642
12270 * gdb.base/vla-stub-define.c: New file.
12271 * gdb.base/vla-stub.c: New file.
12272 * gdb.base/vla-stub.exp: New file.
12273
12274 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12275 Jan Kratochvil <jan.kratochvil@redhat.com>
12276 Tom Tromey <tromey@redhat.com>
12277
12278 * configure.ac: Add gdb.compile/.
12279 * configure: Regenerate.
12280 * gdb.compile/Makefile.in: New file.
12281 * gdb.compile/compile-ops.exp: New file.
12282 * gdb.compile/compile-ops.c: New file.
12283 * gdb.compile/compile-tls.c: New file.
12284 * gdb.compile/compile-tls.exp: New file.
12285 * gdb.compile/compile-constvar.S: New file.
12286 * gdb.compile/compile-constvar.c: New file.
12287 * gdb.compile/compile-mod.c: New file.
12288 * gdb.compile/compile-nodebug.c: New file.
12289 * gdb.compile/compile-setjmp-mod.c: New file.
12290 * gdb.compile/compile-setjmp.c: New file.
12291 * gdb.compile/compile-setjmp.exp: New file.
12292 * gdb.compile/compile-shlib.c: New file.
12293 * gdb.compile/compile.c: New file.
12294 * gdb.compile/compile.exp: New file.
12295 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12296
12297 2014-12-12 Tom Tromey <tromey@redhat.com>
12298
12299 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12300 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12301
12302 2014-12-12 Doug Evans <dje@google.com>
12303
12304 * lib/gdb-python.exp (get_python_valueof): New function.
12305 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12306
12307 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12308
12309 * gdb.base/completion.exp: Add test for completion of "info
12310 registers ".
12311
12312 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12313
12314 * gdb.base/func-ptrs.c: New file.
12315 * gdb.base/func-ptrs.exp: New file.
12316
12317 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12318
12319 PR breakpoints/17012
12320 * gdb.base/dprintf-detach.c: New file.
12321 * gdb.base/dprintf-detach.exp: New file.
12322
12323 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12324
12325 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12326 * lib/gdb.exp (target_is_gdbserver): New procedure.
12327
12328 2014-12-08 Doug Evans <dje@google.com>
12329
12330 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12331
12332 2014-12-05 Yao Qi <yao@codesourcery.com>
12333
12334 * gdb.guile/scm-error.exp: Remove the third argument to
12335 gdb_remote_download.
12336 * gdb.guile/scm-frame-args.exp: Likewise.
12337 * gdb.guile/scm-section-script.exp: Likewise.
12338
12339 2014-12-05 Yao Qi <yao@codesourcery.com>
12340
12341 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12342
12343 2014-12-04 Doug Evans <dje@google.com>
12344
12345 * gdb.python/py-objfile.exp: Add tests for
12346 objfile.add_separate_debug_file.
12347
12348 2014-12-04 Doug Evans <dje@google.com>
12349
12350 * lib/gdb.exp (get_build_id): New function.
12351 (build_id_debug_filename_get): Rewrite to use it.
12352 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12353
12354 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12355
12356 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12357 `method(long)', not just 0x0.
12358 * gdb.cp/nsalias.exp: Align code labels to 4.
12359 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12360 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12361 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12362 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12363 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12364 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12365
12366 2014-12-02 Doug Evans <dje@google.com>
12367
12368 PR symtab/17602
12369 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12370 * gdb.cp/anon-ns2.cc: ... here. New file.
12371 * gdb.cp/anon-ns.exp: Update.
12372
12373 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12374
12375 * gdb.python/py-events.py (inferior_call_handler): New.
12376 (register_changed_handler, memory_changed_handler): New.
12377 (test_events.invoke): Register new handlers.
12378 * gdb.python/py-events.exp: Add tests for inferior call,
12379 memory_changed and register_changed events.
12380
12381 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12382
12383 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12384 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12385 if the linker doesn't understand this.
12386
12387 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12388
12389 * gdb.python/python.exp: Change expected reply to help().
12390
12391 2014-12-01 Yao Qi <yao@codesourcery.com>
12392
12393 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12394 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12395 * configure: Re-generated.
12396
12397 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12398
12399 * gdb.cp/chained-calls.cc: New file.
12400 * gdb.cp/chained-calls.exp: New file.
12401 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12402
12403 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12404
12405 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12406 * gdb.dwarf2/symtab-producer.exp: Same.
12407 * gdb.gdb/python-interrupts.exp: Same.
12408 * gdb.gdb/python-selftest.exp: Same.
12409 * gdb.python/py-linetable.exp: Same.
12410 * gdb.python/py-type.exp: Same.
12411 * gdb.python/py-value-cc.exp: Same.
12412 * gdb.python/py-value.exp: Same.
12413
12414 2014-11-28 Yao Qi <yao@codesourcery.com>
12415
12416 * gdb.base/break-probes.exp: Match library name prefixed with
12417 sysroot.
12418
12419 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12420
12421 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12422 test expected output. Add parentheses for the call to print.
12423 Remove L suffix from integers.
12424
12425 2014-11-26 Doug Evans <dje@google.com>
12426
12427 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12428
12429 2014-11-22 Yao Qi <yao@codesourcery.com>
12430
12431 * gdb.trace/entry-values.c: Remove asms.
12432 (foo): Add foo_label.
12433 (bar): Add bar_label.
12434 * gdb.trace/entry-values.exp: Remove code computing foo's
12435 length and bar's length.
12436 (Dwarf::assemble): Invoke function_range for bar and use
12437 MACRO_AT_func for foo.
12438
12439 2014-11-22 Yao Qi <yao@codesourcery.com>
12440
12441 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12442 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12443 Use .Lgcc43_procstart instead of gcc43.
12444
12445 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12446
12447 * gdb.ada/n_arr_bound: New testcase.
12448
12449 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12450
12451 PR breakpoints/10737
12452 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12453 test_catch_syscall_multi_arch.
12454 (test_catch_syscall_multi_arch): New function.
12455
12456 2014-11-20 Doug Evans <xdje42@gmail.com>
12457
12458 * gdb.base/maint.exp: Update expected output.
12459
12460 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12461
12462 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12463 4-byte instruction on S390.
12464
12465 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12466
12467 * gdb.ada/arr_arr: New testcase.
12468
12469 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12470
12471 * gdb.ada/pkd_arr_elem: New Testcase.
12472
12473 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
12474
12475 * gdb.reverse/break-precsave: Expect completion message for
12476 core file reads.
12477 * gdb.reverse/consecutive-precsave.exp: Likewise.
12478 * gdb.reverse/finish-precsave.exp: Likewise.
12479 * gdb.reverse/i386-precsave.exp: Likewise.
12480 * gdb.reverse/machinestate-precsave.exp: Likewise.
12481 * gdb.reverse/sigall-precsave.exp: Likewise.
12482 * gdb.reverse/solib-precsave.exp: Likewise.
12483 * gdb.reverse/step-precsave.exp: Likewise.
12484 * gdb.reverse/until-precsave.exp: Likewise.
12485 * gdb.reverse/watch-precsave.exp: Likewise.
12486
12487 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12488
12489 * gdb.base/bp-permanent.c: Include unistd.h.
12490 * gdb.python/py-framefilter-mi.c (main): Add return type.
12491 * gdb.python/py-framefilter.c (main): Likewise.
12492 * gdb.trace/actions-changed.c (main): Likewise.
12493
12494 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12495
12496 * gdb.mi/until.c: Add eye-catchers.
12497 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12498 line numbers.
12499
12500 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12501
12502 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12503 function header variants in break1.c.
12504 * gdb.base/ena-dis-br.exp: Likewise.
12505 * gdb.base/hbreak2.exp: Likewise.
12506 * gdb.reverse/until-precsave.exp: Drop references to removed
12507 non-prototype function header variants in ur1.c.
12508 * gdb.reverse/until-reverse.exp: Likewise.
12509
12510 2014-11-17 Petr Machata <pmachata@redhat.com>
12511
12512 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12513 ${_cu_offset_size} bytes abbrev offset.
12514
12515 2014-11-15 Doug Evans <xdje42@gmail.com>
12516
12517 PR symtab/17559
12518 * gdb.base/line-symtabs.exp: New file.
12519 * gdb.base/line-symtabs.c: New file.
12520 * gdb.base/line-symtabs.h: New file.
12521
12522 2014-11-14 Yao Qi <yao@codesourcery.com>
12523
12524 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12525 (func): Add label func_label.
12526 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12527 Replace low_pc and high_pc with MACRO_AT_range.
12528 Replace name, low_pc and high_pc with MACRO_AT_func.
12529
12530 2014-11-14 Yao Qi <yao@codesourcery.com>
12531
12532 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12533 Replace name, low_pc and high_pc with MACRO_AT_func.
12534
12535 2014-11-14 Yao Qi <yao@codesourcery.com>
12536
12537 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12538 produce debug information.
12539 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12540
12541 2014-11-14 Yao Qi <yao@codesourcery.com>
12542
12543 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12544 object and get function length.
12545 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12546 with MACRO_AT_func.
12547 (top-level): Replace gdb_compile and clean_restart with
12548 prepare_for_testing.
12549 * gdb.dwarf2/main.c (main): Add label main_label.
12550
12551 2014-11-14 Yao Qi <yao@codesourcery.com>
12552
12553 * lib/dwarf.exp (function_range): New procedure.
12554 (Dwarf::_handle_macro_at_func): New procedure.
12555 (Dwarf::_handle_macro_at_range): New procedure.
12556 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12557
12558 2014-11-14 Yao Qi <yao@codesourcery.com>
12559
12560 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12561 (_handle_attribute): New procedure.
12562
12563 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12564
12565 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12566 * gdb.base/call-sc.c (zed): Likewise.
12567 * gdb.base/checkpoint.c (main): Likewise.
12568 * gdb.base/dump.c (main): Likewise.
12569 * gdb.base/gcore.c (main): Likewise.
12570 * gdb.base/huge.c (main): Likewise.
12571 * gdb.base/multi-forks.c (main): Likewise.
12572 * gdb.base/pr10179-a.c (main): Likewise.
12573 * gdb.base/savedregs.c (main): Likewise.
12574 * gdb.base/sigaltstack.c (main): Likewise.
12575 * gdb.base/siginfo.c (main): Likewise.
12576 * gdb.base/structs.c (zed): Likewise.
12577 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12578 * gdb.mi/mi-syn-frame.c (main): Likewise.
12579 * gdb.mi/until.c (foo, main): Likewise.
12580 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12581 * gdb.base/solib-weak.c (foo): Declare.
12582 * gdb.base/attach-twice.c: Include stdio.h.
12583 * gdb.base/weaklib1.c: Likewise.
12584 * gdb.base/weaklib2.c: Likewise.
12585 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12586 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12587 unistd.h.
12588 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12589 * gdb.mi/mi-exit-code.c: Likewise.
12590 * gdb.base/break-interp-lib.c: Include string.h.
12591 * gdb.base/coremaker.c: Likewise.
12592 * gdb.base/testenv.c: Likewise.
12593 * gdb.python/py-finish-breakpoint.c: Likewise.
12594 * gdb.base/inferior-died.c: Include sys/wait.h.
12595 * gdb.base/fileio.c: Include time.h.
12596 * gdb.base/async-shell.c: Include unistd.h.
12597 * gdb.base/dprintf-non-stop.c: Likewise.
12598 * gdb.base/info-os.c: Likewise.
12599 * gdb.mi/mi-console.c: Likewise.
12600 * gdb.mi/watch-nonstop.c: Likewise.
12601 * gdb.python/py-events.c: Likewise.
12602 * gdb.base/async.c (baz): Move up before its invocation.
12603 * gdb.base/code_elim2.c (my_global_func): Likewise.
12604 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12605 * gdb.base/advance.c (func2): Likewise.
12606
12607 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12608
12609 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12610 variant.
12611 * gdb.base/annota3.c: Likewise.
12612 * gdb.base/async.c: Likewise.
12613 * gdb.base/average.c: Likewise.
12614 * gdb.base/call-ar-st.c: Likewise.
12615 * gdb.base/call-rt-st.c: Likewise.
12616 * gdb.base/call-sc.c: Likewise.
12617 * gdb.base/call-strs.c: Likewise.
12618 * gdb.base/ending-run.c: Likewise.
12619 * gdb.base/execd-prog.c: Likewise.
12620 * gdb.base/exprs.c: Likewise.
12621 * gdb.base/foll-exec.c: Likewise.
12622 * gdb.base/foll-fork.c: Likewise.
12623 * gdb.base/foll-vfork.c: Likewise.
12624 * gdb.base/funcargs.c: Likewise.
12625 * gdb.base/gcore.c: Likewise.
12626 * gdb.base/jump.c: Likewise.
12627 * gdb.base/langs0.c: Likewise.
12628 * gdb.base/langs1.c: Likewise.
12629 * gdb.base/langs2.c: Likewise.
12630 * gdb.base/mips_pro.c: Likewise.
12631 * gdb.base/nodebug.c: Likewise.
12632 * gdb.base/opaque0.c: Likewise.
12633 * gdb.base/opaque1.c: Likewise.
12634 * gdb.base/recurse.c: Likewise.
12635 * gdb.base/run.c: Likewise.
12636 * gdb.base/scope0.c: Likewise.
12637 * gdb.base/scope1.c: Likewise.
12638 * gdb.base/setshow.c: Likewise.
12639 * gdb.base/setvar.c: Likewise.
12640 * gdb.base/shmain.c: Likewise.
12641 * gdb.base/shr1.c: Likewise.
12642 * gdb.base/shr2.c: Likewise.
12643 * gdb.base/sigall.c: Likewise.
12644 * gdb.base/signals.c: Likewise.
12645 * gdb.base/so-indr-cl.c: Likewise.
12646 * gdb.base/solib2.c: Likewise.
12647 * gdb.base/structs.c: Likewise.
12648 * gdb.base/sum.c: Likewise.
12649 * gdb.base/vforked-prog.c: Likewise.
12650 * gdb.base/watchpoint.c: Likewise.
12651 * gdb.reverse/shr2.c: Likewise.
12652 * gdb.reverse/until-reverse.c: Likewise.
12653 * gdb.reverse/ur1.c: Likewise.
12654 * gdb.reverse/watch-reverse.c: Likewise.
12655
12656 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12657
12658 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12659 variant.
12660 * gdb.base/sepdebug.exp: Drop references to removed code.
12661
12662 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12663
12664 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12665 variant. Preserve original line numbering.
12666 * gdb.base/list1.c: Likewise.
12667
12668 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12669
12670 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12671 variant.
12672 * gdb.base/break1.c: Likewise.
12673 * gdb.base/break.exp: Drop references to removed code.
12674
12675 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12676
12677 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12678 variant.
12679
12680 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12681
12682 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12683
12684 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12685
12686 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12687 logic into perform_all_tests() and invoke it with and without
12688 function header prototypes.
12689 (do_function_calls): Remove conditional XFAIL for PR 5318.
12690 (rerun_and_prepare): Remove duplicate code.
12691 (perform_all_tests): New. Main logic moved here.
12692
12693 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12694
12695 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12696 code guarded by #ifdef NO_PROTOTYPES.
12697 (t_double_many_args): Likewise.
12698 (DEF_FUNC_MANY_ARGS_1): Likewise.
12699 (DEF_FUNC_VALUES_1): Likewise.
12700 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12701 guarded by #ifdef PROTOTYPES.
12702
12703 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12704
12705 * gdb.mi/mi-console.c: Add eye-catcher.
12706 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12707 instead of literal line number.
12708
12709 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12710
12711 * gdb.base/shr2.c: Add eye-catcher.
12712 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12713 line number.
12714
12715 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12716
12717 * gdb.base/jump.c: Add eye-catchers.
12718 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12719 numbers.
12720
12721 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12722
12723 * gdb.base/execd-prog.c: Add eye-catchers.
12724 * gdb.base/foll-exec.c: Likewise.
12725 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12726 line numbers.
12727
12728 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12729
12730 * gdb.base/ending-run.c: Add eye-catchers.
12731 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12732 literal line numbers.
12733
12734 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12735
12736 * gdb.base/call-rt-st.c: Add eye-catchers.
12737 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12738 literal line numbers.
12739
12740 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12741
12742 * gdb.base/call-ar-st.c: Add eye-catchers.
12743 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12744 literal line numbers.
12745
12746 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12747
12748 * gdb.base/average.c: Add eye-catchers.
12749 * gdb.base/sum.c: Likewise.
12750 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12751 regexps dynamically.
12752
12753 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12754
12755 * gdb.base/solib1.c: Add eye-catchers.
12756 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12757 literal line numbers.
12758
12759 2014-11-12 Pedro Alves <palves@redhat.com>
12760
12761 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12762 leader has exited.
12763
12764 2014-11-12 Pedro Alves <palves@redhat.com>
12765
12766 * gdb.arch/i386-bp_permanent.c: New file.
12767 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12768 (srcfile): Set to i386-bp_permanent.c.
12769 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12770 that stepi does not execute the 'leave' instruction, instead of
12771 testing it does execute.
12772 * gdb.base/bp-permanent.c: New file.
12773 * gdb.base/bp-permanent.exp: New file.
12774
12775 2014-11-10 Doug Evans <xdje42@gmail.com>
12776
12777 PR symtab/17564
12778 * gdb.base/symtab-search-order.exp: New file.
12779 * gdb.base/symtab-search-order.c: New file.
12780 * gdb.base/symtab-search-order-1.c: New file.
12781 * gdb.base/symtab-search-order-shlib-1.c: New file.
12782
12783 2014-11-07 Pedro Alves <palves@redhat.com>
12784
12785 PR gdb/17511
12786 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12787 i?86-*-linux*.
12788
12789 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12790
12791 PR c++/17494
12792 * gdb.cp/pr17494.cc: New file.
12793 * gdb.cp/pr17494.exp: New file.
12794
12795 2014-11-02 Yao Qi <yao@codesourcery.com>
12796
12797 * gdb.python/python.exp: Get working directory and match the
12798 output of "set extended-prompt \\w " with it.
12799
12800 2014-10-30 Doug Evans <dje@google.com>
12801
12802 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12803 in objfiles.
12804 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12805 in progspaces.
12806
12807 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12808
12809 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12810 * gdb.base/realname-expand.exp: Likewise.
12811 * gdb.linespec/macro-relative.exp: Likewise.
12812
12813 2014-10-29 Pedro Alves <palves@redhat.com>
12814
12815 PR gdb/17408
12816 * gdb.threads/schedlock.c (some_function): New function.
12817 (call_function): New global.
12818 (MAYBE_CALL_SOME_FUNCTION): New macro.
12819 (thread_function): Call it.
12820 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12821 and use it instead of a global counter. Adjust all callers.
12822 (get_current_thread): Use "find current thread" for test message
12823 here rather than having all callers pass down the same string.
12824 (goto_loop): New procedure, factored out from ...
12825 (my_continue): ... this.
12826 (step_ten_loops): Change parameter from test message to command to
12827 use. Adjust.
12828 (list_count): Delete global.
12829 (check_result): New procedure, factored out from duplicate top
12830 level code.
12831 (continue tests): Wrap in with_test_prefix.
12832 (test_step): New procedure, factored out from duplicate top level
12833 code.
12834 (top level): Test "step" in combination with all scheduler-locking
12835 modes. Test "next" in combination with all scheduler-locking
12836 modes, and in combination with stepping over a function call or
12837 not.
12838 * gdb.threads/next-bp-other-thread.c: New file.
12839 * gdb.threads/next-bp-other-thread.exp: New file.
12840
12841 2014-10-29 Pedro Alves <palves@redhat.com>
12842
12843 PR python/17372
12844 * gdb.python/python.exp: Test a multi-line command that spawns
12845 interactive Python.
12846 * gdb.base/multi-line-starts-subshell.exp: New file.
12847
12848 2014-10-29 Yao Qi <yao@codesourcery.com>
12849
12850 * gdb.base/fileio.exp: Make directories on host.
12851
12852 2014-10-29 Yao Qi <yao@codesourcery.com>
12853
12854 * gdb.base/fileio.c (test_write): Close the file.
12855
12856 2014-10-28 Pedro Alves <palves@redhat.com>
12857
12858 PR gdb/12623
12859 * gdb.base/sigstep.c (no_handler): New global.
12860 (main): If 'no_handler is true, set the signal handlers to
12861 SIG_IGN.
12862 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12863 with_sw_watch and no_handler parameters. Handle them.
12864 (top level) <stepping over handler when stopped at a breakpoint
12865 test>: Add a test axis for testing with a software watchpoint, and
12866 another for testing with the signal handler set to SIG_IGN.
12867 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12868 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12869
12870 2014-10-28 Pedro Alves <palves@redhat.com>
12871
12872 PR gdb/17511
12873 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12874 * gdb.base/sigstep.exp (other_handler_location): New global.
12875 (advance): Support stepping into the signal handler, and running
12876 commands while in the handler.
12877 (in_handler_map): New global.
12878 (top level): In the advance test, add combinations for getting
12879 into the handler with stepping commands, and for running commands
12880 in the handler. Add comment descripting the advancei tests.
12881
12882 2014-10-28 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.base/sigstep.exp: Use build_executable instead of
12885 prepare_for_testing.
12886 (top level): Move code that starts GDB, runs to main and creates a
12887 display to ...
12888 (restart): ... this new procedure.
12889 (top level): Move backtrace from signal handler test to ...
12890 (validate_backtrace): ... this new procedure.
12891 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12892 with_test_prefix. Always restart GDB.
12893 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12894 with_test_prefix. Always restart GDB. No need to delete
12895 breakpoints after the test.
12896 (test_skip_handler): Remove prefix parameter.
12897 (skip_over_handler, breakpoint_to_handler)
12898 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12899 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12900 restart GDB. No need to delete breakpoints after the test.
12901 (top level): Use foreach to call the test procedures with
12902 different commands.
12903
12904 2014-10-28 Pedro Alves <palves@redhat.com>
12905
12906 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12907 instead of GNATS numbers.
12908 * gdb.base/sigbpt.exp: Likewise.
12909 * gdb.base/siginfo.exp: Likewise.
12910 * gdb.base/sigstep.exp: Likewise.
12911
12912 2014-10-27 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.base/sigstep.c (dummy): New global.
12915 (main): Issue a couple writes to the new global.
12916 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12917 procedures.
12918 (skip_over_handler): Use test_skip_handler.
12919 (top level): Call skip_over_handler for stepi and nexti too.
12920 (breakpoint_over_handler): Use test_skip_handler.
12921 (top level): Call breakpoint_over_handler for stepi and nexti too.
12922
12923 2014-10-27 Yao Qi <yao@codesourcery.com>
12924
12925 * gdb.trace/tfile.c (adjust_function_address)
12926 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12927 function descriptor.
12928
12929 2014-10-24 Don Breazeal <donb@codesourcery.com>
12930
12931 * gdb.base/foll-fork.exp (test_follow_fork,
12932 catch_fork_child_follow): Check for updated fork messages emitted
12933 from infrun.c.
12934 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12935 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12936 vfork_and_exec_child_follow_through_step): Check for updated vfork
12937 messages emitted from infrun.c.
12938
12939 2014-10-24 Pedro Alves <palves@redhat.com>
12940
12941 * gdb.base/corefile.exp: Remove references to ultrix.
12942 * gdb.base/interrupt.exp: Likewise.
12943 * gdb.base/whatis.exp: Likewise.
12944 * gdb.gdb/selftest.exp: Likewise.
12945 * gdb.threads/manythreads.exp: Likewise.
12946 * gdb.threads/print-threads.exp: Likewise.
12947 * gdb.threads/pthreads.exp:: Likewise.
12948 * gdb.threads/schedlock.exp: Likewise.
12949
12950 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12951
12952 * gdb.cp/non-trivial-retval.cc: Add a test case.
12953 * gdb.cp/non-trivial-retval.exp: Add a test.
12954
12955 2014-10-20 Yao Qi <yao@codesourcery.com>
12956
12957 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12958 * gdb.python/py-objfile-script-gdb.py: New file.
12959 * gdb.python/py-objfile-script.exp: Update reference to
12960 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12961 of remote_download. Remove the dest file.
12962
12963 2014-10-20 Yao Qi <yao@codesourcery.com>
12964
12965 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12966 * gdb.base/step-line.exp: Likewise.
12967 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12968 * gdb.dwarf2/dw2-basic.exp: Likewise.
12969 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12970 * gdb.dwarf2/dw2-filename.exp: Likewise.
12971 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12972 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12973 * gdb.dwarf2/dw2-producer.exp: Likewise.
12974 * gdb.dwarf2/mac-fileno.exp: Likewise.
12975 * gdb.python/py-frame-args.exp: Likewise.
12976 * gdb.python/py-framefilter.exp: Likewise.
12977 * gdb.python/py-mi.exp: Likewise.
12978 * gdb.python/py-objfile-script.exp: Likewise
12979 * gdb.python/py-pp-integral.exp: Likewise.
12980 * gdb.python/py-pp-re-notag.exp: Likewise.
12981 * gdb.python/py-prettyprint.exp: Likewise.
12982 * gdb.python/py-section-script.exp: Likewise.
12983 * gdb.python/py-typeprint.exp: Likewise.
12984 * gdb.python/py-xmethods.exp: Likewise.
12985 * gdb.stabs/weird.exp: Likewise.
12986 * gdb.xml/tdesc-regs.exp: Likewise.
12987
12988 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12989
12990 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12991 (out_cu): Use addr_len for the size of addresses.
12992 (out_line): Likewise. Size DW_LNE_set_address instruction
12993 according to addr_len.
12994 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12995 (FUNC): Add START_INSNS to definition.
12996
12997 2014-10-18 Yao Qi <yao@codesourcery.com>
12998
12999 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13000 gdb_has_argv0 return true.
13001 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13002 check [target_info exists noargs], check [gdb_has_argv0]
13003 instead.
13004 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13005 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13006 procedures.
13007
13008 2014-10-17 Doug Evans <dje@google.com>
13009
13010 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13011 event.
13012 * gdb.python/py-events.py: Add clear_objfiles event.
13013
13014 2014-10-17 Doug Evans <dje@google.com>
13015
13016 * gdb.python/py-objfile.exp: Test progspace attribute.
13017
13018 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13019
13020 * gdb.guile/scm-breakpoint.exp: Do not assume any
13021 directory separators when matching source file paths.
13022 * gdb.python/py-breakpoint.exp: Likewise.
13023 * gdb.reverse/break-precsave.exp: Likewise.
13024 * gdb.reverse/break-reverse.exp: Likewise.
13025 * gdb.reverse/consecutive-precsave.exp: Likewise.
13026 * gdb.reverse/finish-precsave.exp: Likewise.
13027 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13028 * gdb.reverse/finish-reverse.exp: Likewise.
13029 * gdb.reverse/i386-precsave.exp: Likewise.
13030 * gdb.reverse/i387-env-reverse.exp: Likewise.
13031 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13032 * gdb.reverse/machinestate-precsave.exp: Likewise.
13033 * gdb.reverse/machinestate.exp: Likewise.
13034 * gdb.reverse/sigall-precsave.exp: Likewise.
13035 * gdb.reverse/solib-precsave.exp: Likewise.
13036 * gdb.reverse/step-precsave.exp: Likewise.
13037 * gdb.reverse/until-precsave.exp: Likewise.
13038 * gdb.reverse/watch-precsave.exp: Likewise.
13039 * gdb.reverse/watch-reverse.exp: Likewise.
13040
13041 2014-10-17 Yao Qi <yao@codesourcery.com>
13042
13043 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13044 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13045
13046 2014-10-17 Pedro Alves <palves@redhat.com>
13047
13048 PR gdb/17471
13049 * gdb.base/bg-execution-repeat.c: New file.
13050 * gdb.base/bg-execution-repeat.exp: New file.
13051
13052 2014-10-17 Pedro Alves <palves@redhat.com>
13053
13054 PR gdb/17300
13055 * gdb.base/continue-all-already-running.c: New file.
13056 * gdb.base/continue-all-already-running.exp: New file.
13057
13058 2014-10-17 Pedro Alves <palves@redhat.com>
13059
13060 PR gdb/17472
13061 * gdb.base/annota-input-while-running.c: New file.
13062 * gdb.base/annota-input-while-running.exp: New file.
13063
13064 2014-10-17 Pedro Alves <palves@redhat.com>
13065
13066 * gdb.base/callfuncs.exp: emove references to osf.
13067 * gdb.base/sigall.exp: Likewise.
13068 * gdb.gdb/selftest.exp: Likewise.
13069 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13070 * gdb.mi/non-stop.c: Likewise.
13071 * gdb.mi/pthreads.c: Likewise.
13072 * gdb.reverse/sigall-precsave.exp: Likewise.
13073 * gdb.reverse/sigall-reverse.exp: Likewise.
13074 * gdb.threads/pthreads.c: Likewise.
13075 * gdb.threads/pthreads.exp: Likewise.
13076
13077 2014-10-17 Yao Qi <yao@codesourcery.com>
13078
13079 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13080 check 'target_info exists noargs'.
13081 (test_command_prompt_position): Likewise.
13082 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13083 Remove "set args".
13084 (progvar_simple_while_test): Likewise.
13085 (progvar_complex_if_while_test): Likewise.
13086 (if_while_breakpoint_command_test): Likewise.
13087 (infrun_breakpoint_command_test): Likewise.
13088 (breakpoint_command_test): Likewise.
13089 (watchpoint_command_test): Likewise.
13090 (bp_deleted_in_command_test): Likewise.
13091 (temporary_breakpoint_commands): Likewise.
13092
13093 2014-10-16 Yao Qi <yao@codesourcery.com>
13094
13095 * gdb.base/remotetimeout.exp: Remove noargs checking.
13096
13097 2014-10-15 Pedro Alves <palves@redhat.com>
13098
13099 PR breakpoints/9649
13100 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13101 * gdb.base/breakpoint-in-ro-region.exp
13102 (probe_target_hardware_step): New procedure.
13103 (top level): Probe hardware stepping and hardware breakpoint
13104 support. Test stepping through a read-only region, with both
13105 "breakpoint auto-hw" on and off and both "always-inserted" on and
13106 off.
13107
13108 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13109
13110 * gdb.dlang/demangle.exp: Update for demangling changes.
13111
13112 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13113
13114 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13115 * gdb.cp/non-trivial-retval.exp: Add new tests.
13116
13117 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13118
13119 PR c++/13403
13120 PR c++/15154
13121 * gdb.cp/non-trivial-retval.cc: New file.
13122 * gdb.cp/non-trivial-retval.exp: New file.
13123
13124 2014-10-15 Yao Qi <yao@codesourcery.com>
13125
13126 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13127 remote host.
13128
13129 2014-10-15 Yao Qi <yao@codesourcery.com>
13130
13131 * gdb.python/py-symbol.exp: Match file base name if host is
13132 remote, otherwise match file name with dir name.
13133 * gdb.python/py-symtab.exp: Likewise.
13134 * gdb.python/python.exp: Likewise.
13135
13136 2014-10-15 Yao Qi <yao@codesourcery.com>
13137
13138 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13139 pattern.
13140 * gdb.python/py-symtab.exp: Likewise.
13141 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13142 locationn.
13143
13144 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13145
13146 * gdb.ada/addr_arith: New testcase.
13147
13148 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13149
13150 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13151 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13152 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13153 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13154
13155 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13156
13157 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13158 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13159 * gdb.arch/stap-eval-lang-ada.exp: New file.
13160
13161 2014-10-14 Yao Qi <yao@codesourcery.com>
13162
13163 * gdb.mi/mi-var-child.c (nothing1): New function.
13164 (nothing2): New function.
13165 (do_children_tests): Set function pointers by nothing1 and
13166 nothing2.
13167 * gdb.mi/mi-var-child.exp: Step over new added statements.
13168 Update test to match the new output.
13169 * gdb.mi/var-cmd.c (nothing1): New function.
13170 (nothing2): New function.
13171 (do_children_tests): Set function pointers by nothing1 and
13172 nothing2.
13173 * gdb.mi/mi-var-display.exp: Update test to match output.
13174 Step to the line specified by $line_dct_nothing.
13175 Increase the number of lines to step.
13176
13177 2014-10-14 Yao Qi <yao@codesourcery.com>
13178
13179 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13180 tests.
13181 * gdb.mi/mi2-var-child.exp: Likewise.
13182
13183 2014-10-13 Doug Evans <dje@google.com>
13184
13185 * gdb.python/py-objfile.exp: Change name of file name test.
13186
13187 2014-10-13 Doug Evans <dje@google.com>
13188
13189 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13190 from the start of the CU.
13191
13192 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13193 Yao Qi <yao@codesourcery.com>
13194
13195 Fix "save breakpoints" for "catch" command.
13196 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13197 Remove -nonewline. Match also the added "main" line.
13198
13199 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13200
13201 Fix "save breakpoints" for "disable $bpnum" command.
13202 * gdb.base/save-bp.c (main): Add label.
13203 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13204
13205 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13206
13207 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13208
13209 2014-10-11 Yao Qi <yao@codesourcery.com>
13210
13211 * gdb.server/server-kill.exp: Execute command
13212 "set remote trace-status-packet on" before "tstatus".
13213
13214 2014-10-11 Yao Qi <yao@codesourcery.com>
13215
13216 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13217 (main): Call getppid.
13218 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13219 and continue to it. Read variable "server_pid".
13220
13221 2014-10-11 Yao Qi <yao@codesourcery.com>
13222
13223 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13224
13225 2014-10-11 Yao Qi <yao@codesourcery.com>
13226
13227 * gdb.threads/thread-find.exp: Don't execute command
13228 "info threads".
13229 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13230 * gdb.threads/linux-dp.exp: Don't check the condition
13231 $threads_created equals to zero.
13232
13233 2014-10-10 Pedro Alves <palves@redhat.com>
13234
13235 * gdb.base/bigcore.exp: Remove references to IRIX.
13236 * gdb.base/funcargs.exp: Likewise.
13237 * gdb.base/interrupt.exp: Likewise.
13238 * gdb.base/mips_pro.exp: Likewise.
13239 * gdb.base/nodebug.exp: Likewise.
13240 * gdb.base/setvar.exp: Likewise.
13241 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13242
13243 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13244 Pedro Alves <palves@redhat.com>
13245
13246 PR symtab/14466
13247 * gdb.base/vdso-warning.c: New file.
13248 * gdb.base/vdso-warning.exp: New file.
13249
13250 2014-10-02 Doug Evans <dje@google.com>
13251
13252 * gdb.base/structs.c (main): Don't run forever.
13253
13254 2014-10-02 Pedro Alves <palves@redhat.com>
13255
13256 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13257 (top level) <stop threads 1, stop threads 2>: Use it.
13258
13259 2014-10-02 Pedro Alves <palves@redhat.com>
13260
13261 * gdb.threads/break-while-running.exp (test): Add new
13262 'update_thread_list' argument. Skip "info threads" if false.
13263 (top level): Add new 'update_thread_list' axis.
13264
13265 2014-10-02 Pedro Alves <palves@redhat.com>
13266
13267 PR breakpoints/17431
13268 * gdb.base/execl-update-breakpoints.c: New file.
13269 * gdb.base/execl-update-breakpoints.exp: New file.
13270
13271 2014-10-01 Pedro Alves <palves@redhat.com>
13272
13273 * gdb.base/breakpoint-in-ro-region.c: New file.
13274 * gdb.base/breakpoint-in-ro-region.exp: New file.
13275
13276 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13277
13278 * gdb.mi/mi-exit-code.exp: New file.
13279 * gdb.mi/mi-exit-code.c: New file.
13280
13281 2014-09-30 Yao Qi <yao@codesourcery.com>
13282
13283 * lib/prelink-support.exp (build_executable_own_libs): Error if
13284 the target isn't native.
13285
13286 2014-09-30 Yao Qi <yao@codesourcery.com>
13287
13288 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13289 false.
13290
13291 2014-09-22 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.threads/break-while-running.exp: New file.
13294 * gdb.threads/break-while-running.c: New file.
13295
13296 2014-09-19 Yao Qi <yao@codesourcery.com>
13297
13298 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13299 Invoke test. Restart GDB with --readnow and invoke test again.
13300
13301 2014-09-19 Yao Qi <yao@codesourcery.com>
13302
13303 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13304 proc set_breakpoint_on_gcd_function. Invoke
13305 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13306 invoke set_breakpoint_on_gcd_function again.
13307
13308 2014-09-18 Doug Evans <dje@google.com>
13309
13310 * gdb.dwarf2/symtab-producer.exp: New file.
13311
13312 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13313
13314 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13315 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13316 * gdb.base/global-var-nested-by-dso.c: Likewise.
13317 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13318
13319 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13320 Pedro Alves <palves@redhat.com>
13321
13322 * gdb.base/watch-bitfields.exp: Pass string other than test file
13323 name to prepare_for_testing.
13324 (watch): New procedure.
13325 (expect_watchpoint): Use with_test_prefix.
13326 (top level): Factor out tests to ...
13327 (test_watch_location, test_regular_watch): ... these new
13328 procedures, and use with_test_prefix and gdb_continue_to_end.
13329
13330 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13331
13332 PR breakpoints/12526
13333 * gdb.base/watch-bitfields.exp: New file.
13334 * gdb.base/watch-bitfields.c: New file.
13335
13336 2014-09-16 Pedro Alves <palves@redhat.com>
13337
13338 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13339 software and hardware addresses, not software address against
13340 itself.
13341
13342 2014-09-16 Pedro Alves <palves@redhat.com>
13343
13344 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13345 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13346
13347 2014-09-16 Pedro Alves <palves@redhat.com>
13348
13349 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13350 files.
13351 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13352 "*-*-vxworks*" throughout.
13353 * gdb.base/break.exp: Likewise.
13354 * gdb.base/default.exp: Likewise.
13355 * gdb.base/scope.exp: Likewise.
13356 * gdb.base/sepdebug.exp: Likewise.
13357 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13358 throughout.
13359 * gdb.base/run.c: Likewise.
13360 * gdb.base/sepdebug.c: Likewise.
13361 * gdb.hp/gdb.aCC/run.c: Likewise.
13362 * gdb.reverse/until-reverse.c: Likewise.
13363 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13364
13365 2014-09-16 Yao Qi <yao@codesourcery.com>
13366
13367 * boards/local-remote-host-native.exp: New file.
13368
13369 2014-09-14 Doug Evans <xdje42@gmail.com>
13370
13371 * gdb.threads/queue-signal.c (thread_count): New variable.
13372 (thread_count_mutex, thread_count_condvar): New variables.
13373 (incr_thread_count, wait_all_threads_running): New functions.
13374 (main): Wait for all threads to be in their thread functions.
13375
13376 2014-09-13 Doug Evans <xdje42@gmail.com>
13377
13378 * gdb.threads/queue-signal.c: New file.
13379 * gdb.threads/queue-signal.exp: New file.
13380
13381 2014-09-13 Doug Evans <xdje42@gmail.com>
13382
13383 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13384 be consistent with what default_gdb_init uses.
13385 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13386 the plain text of the prompt. Add some logging printfs.
13387 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13388
13389 2014-09-12 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13392 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13393 * gdb.arch/i386-size-overlap.exp: Likewise.
13394 * gdb.arch/i386-size.exp: Likewise.
13395 * gdb.arch/i386-unwind.exp: Likewise.
13396 * gdb.base/a2-run.exp: Likewise.
13397 * gdb.base/break.exp: Likewise.
13398 * gdb.base/charset.exp: Likewise.
13399 * gdb.base/chng-syms.exp: Likewise.
13400 * gdb.base/commands.exp: Likewise.
13401 * gdb.base/dbx.exp: Likewise.
13402 * gdb.base/find.exp: Likewise.
13403 * gdb.base/funcargs.exp: Likewise.
13404 * gdb.base/jit-simple.exp: Likewise.
13405 * gdb.base/reread.exp: Likewise.
13406 * gdb.base/sepdebug.exp: Likewise.
13407 * gdb.base/step-bt.exp: Likewise.
13408 * gdb.cp/mb-inline.exp: Likewise.
13409 * gdb.cp/mb-templates.exp: Likewise.
13410 * gdb.objc/basicclass.exp: Likewise.
13411 * gdb.threads/killed.exp: Likewise.
13412
13413 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13414
13415 PR tdep/17379
13416 * gdb.arch/powerpc-stackless.S: New file.
13417 * gdb.arch/powerpc-stackless.exp: New file.
13418
13419 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13420
13421 * gdb.base/attach.c: Include unistd.h.
13422 (main): Call alarm. Add label postloop.
13423 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13424 gdb_breakpoint, gdb_continue_to_breakpoint.
13425 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13426
13427 2014-09-11 Pedro Alves <palves@redhat.com>
13428
13429 PR gdb/17347
13430 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13431 * gdb.base/attach.exp (test_command_line_attach_run): New
13432 procedure.
13433 (top level): Call it.
13434
13435 2014-09-11 Pedro Alves <palves@redhat.com>
13436
13437 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13438 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13439 (do_command_attach_tests): Use spawn_wait_for_attach.
13440 * gdb.base/solib-overlap.exp: Likewise.
13441 * gdb.multi/multi-attach.exp: Likewise.
13442 * gdb.python/py-prompt.exp: Likewise.
13443 * gdb.python/py-sync-interp.exp: Likewise.
13444 * gdb.server/ext-attach.exp: Likewise.
13445
13446 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13447
13448 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13449 command in testcase. Simplify testcase.
13450
13451 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13452
13453 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13454
13455 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13456
13457 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13458
13459 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13460
13461 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13462
13463 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13464
13465 * gdb.dwarf2/dynarr-ptr.c: New file.
13466 * gdb.dwarf2/dynarr-ptr.exp: New file.
13467
13468 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13469
13470 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13471 of 30 rather than hardcoding 120 for a slow test case. Take the
13472 `gdb,timeout' target setting into account for this calculation.
13473 Don't extend the timeout for the test cases that don't need it.
13474
13475 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13476
13477 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13478 a factor of 2 for a slow test case. Take the `gdb,timeout'
13479 target setting into account for this calculation.
13480 * gdb.reverse/until-precsave.exp: Increase the timeout by
13481 a factor of 15 and 3 respectively rather than adding 120
13482 for a pair of slow test cases. Take the `gdb,timeout'
13483 target setting into account for this calculation.
13484
13485 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13486
13487 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13488 timeout, don't pass one down to gdb_expect.
13489 (gdb_expect): Rework timeout selection.
13490
13491 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13492
13493 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13494 exception on timeout.
13495 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13496 (gdbserver_start_extended): Catch any `gdbserver_start' error
13497 exceptions.
13498 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13499 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13500 `gdbserver_gdb_load' error exceptions.
13501
13502 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13503
13504 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13505 120 on waiting for the TCP socket to open.
13506
13507 2014-09-09 Doug Evans <xdje42@gmail.com>
13508
13509 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13510 _caller_matches, _any_caller_is, _any_caller_matches.
13511
13512 2014-09-09 Doug Evans <xdje42@gmail.com>
13513
13514 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13515
13516 2014-09-09 Yao Qi <yao@codesourcery.com>
13517
13518 * gdb.mi/mi-var-display.exp: Set print symbol off.
13519
13520 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13521
13522 PR gdb/17035
13523 * gdb.base/commands.exp: Add tests to verify user-defined
13524 commands with empty bodies.
13525 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13526 python commands in `show user command`.
13527 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13528 scheme commands in `show user command`.
13529
13530 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13531
13532 PR python/17355
13533 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13534 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13535 * gdb.python/py-framefilter-invalidarg.exp: New file.
13536 * gdb.python/py-framefilter-invalidarg.py: New file.
13537
13538 2014-09-06 Doug Evans <xdje42@gmail.com>
13539
13540 PR 15276
13541 * gdb.python/py-caller-is.c: New file.
13542 * gdb.python/py-caller-is.exp: New file.
13543
13544 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13545
13546 PR gdb/17235
13547 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13548 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13549
13550 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13551
13552 PR fortran/17237
13553 * gdb.fortran/print-formatted.exp: New file.
13554 * gdb.fortran/print-formatted.f90: Likewise.
13555
13556 2014-09-03 Sasha Smundak <asmundak@google.com>
13557
13558 * gdb.python/py-frame.exp: Test Frame.read_register.
13559
13560 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13561
13562 PR python/16699
13563 * gdb.python/py-completion.exp: New file.
13564 * gdb.python/py-completion.py: Likewise.
13565
13566 2014-08-28 Doug Evans <dje@google.com>
13567
13568 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13569 eax,etc. are live with values set by gdb and thus the compiler can't
13570 use them.
13571 * gdb.arch/i386-pseudo.c (main): Ditto.
13572
13573 2014-08-27 Doug Evans <dje@google.com>
13574
13575 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13576
13577 2014-08-25 Doug Evans <dje@google.com>
13578
13579 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13580 (main): Ditto.
13581
13582 2014-08-25 Doug Evans <dje@google.com>
13583
13584 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13585
13586 2014-08-24 Yao Qi <yao@codesourcery.com>
13587
13588 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13589 symbol off.
13590 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13591
13592 2014-08-22 Doug Evans <dje@google.com>
13593
13594 PR 17276
13595 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13596 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13597 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13598
13599 2014-08-22 Yao Qi <yao@codesourcery.com>
13600
13601 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13602 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13603 * gdb.python/python.exp: Likewise. Use .py file on the host
13604 instead of the build.
13605
13606 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13607
13608 * gdb.threads/gcore-stale-thread.c: New file.
13609 * gdb.threads/gcore-stale-thread.exp: New file.
13610
13611 2014-08-21 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13614 * gdb.base/gcore-relro-pie.exp: Likewise.
13615 * gdb.base/gcore-relro.exp: Likewise.
13616 * gdb.base/gcore.exp: Likewise.
13617 * gdb.base/print-symbol-loading.exp: Likewise.
13618 * gdb.threads/gcore-thread.exp: Likewise.
13619 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13620
13621 2014-08-20 Pedro Alves <palves@redhat.com>
13622 Jan Kratochvil <jan.kratochvil@redhat.com>
13623
13624 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13625 configure.
13626 (EXPECT): Handle READ1 being set.
13627 (all): Depend on EXTRA_RULES.
13628 (check-read1, expect-read1, read1.so, read1): New rules.
13629 * README (Testsuite Parameters): Document the READ1 make variable.
13630 (Race detection): New section.
13631 * configure: Regenerate.
13632 * configure.ac: If build==host==target, and running under a
13633 GNU/glibc system, add read1 to the extra Makefile rules.
13634 (EXTRA_RULES): AC_SUBST it.
13635 * lib/read1.c: New file.
13636
13637 2014-08-20 Joel Brobecker <brobecker@adacore.com>
13638
13639 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13640 the handling of variables declared as a typedef to an array
13641 which a DW_AT_data_location attribute.
13642
13643 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
13644 Pedro Alves <palves@redhat.com>
13645
13646 PR symtab/14604
13647 PR symtab/14605
13648 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13649 gdb_test.
13650
13651 2014-08-19 Pedro Alves <palves@redhat.com>
13652
13653 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13654
13655 2014-08-19 Yao Qi <yao@codesourcery.com>
13656
13657 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13658 right line.
13659
13660 2014-08-18 David Blaikie <dblaikie@gmail.com>
13661
13662 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13663
13664 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13665
13666 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13667 attribute in array range.
13668
13669 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13670
13671 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13672
13673 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13674
13675 PR c++/17132
13676 * gdb.cp/pr17132.cc: New file.
13677 * gdb.cp/pr17132.exp: New file.
13678
13679 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13680
13681 * gdb.python/py-xmethods.py (A_getarrayind)
13682 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13683 Use 'print' with function call syntax.
13684 (E_method_matcher.match): Fix tab vs space indentation mixup.
13685
13686 2014-08-15 Yao Qi <yao@codesourcery.com>
13687
13688 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13689 false.
13690
13691 2014-08-15 Yao Qi <yao@codesourcery.com>
13692
13693 * gdb.cp/casts.exp: Set print symbol off.
13694 * gdb.cp/class2.exp: Likewise.
13695 * gdb.cp/overload.exp: Likewise.
13696 * gdb.cp/templates.exp: Likewise.
13697
13698 2014-08-11 Doug Evans <dje@google.com>
13699
13700 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13701 (test_load_shlib): Update.
13702
13703 2014-08-09 Yao Qi <yao@codesourcery.com>
13704
13705 * gdb.base/display.exp: Invoke is_address_zero_readable.
13706 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13707 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13708 * gdb.base/hbreak-unmapped.exp: Return if
13709 is_address_zero_readable returns true.
13710 * gdb.base/signest.exp: Likewise.
13711 * gdb.base/signull.exp: Likewise.
13712 * gdb.base/sigbpt.exp: Likewise.
13713 * gdb.guile/scm-disasm.exp: Do the test if
13714 is_address_zero_readable returns false.
13715 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13716 * gdb.python/py-arch.exp: Likewise.
13717 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13718 * lib/gdb.exp (is_address_zero_readable): New proc.
13719
13720 2014-08-09 Yao Qi <yao@codesourcery.com>
13721
13722 PR testsuite/13443
13723 * gdb.mi/mi-var-display.exp: Make test messages unique.
13724
13725 2014-08-04 Tom Tromey <tromey@redhat.com>
13726
13727 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13728 target 0".
13729
13730 2014-08-04 Tom Tromey <tromey@redhat.com>
13731
13732 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13733 "target_resume".
13734
13735 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13736
13737 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13738 inner_vla_struct_object_size.
13739 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13740 as xfail.
13741
13742 2014-07-30 Pedro Alves <palves@redhat.com>
13743
13744 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13745 comment.
13746
13747 2014-07-29 Yao Qi <yao@codesourcery.com>
13748
13749 PR gdb/17206
13750 * gdb.base/until-nodebug.exp: New.
13751
13752 2014-07-28 Doug Evans <xdje42@gmail.com>
13753
13754 PR guile/17203
13755 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13756 previously existing parameter, and previously ambiguously spelled
13757 parameter.
13758
13759 2014-07-28 Will Newton <will.newton@linaro.org>
13760
13761 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13762
13763 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13764 Doug Evans <xdje42@gmail.com>
13765
13766 PR guile/17146
13767 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13768
13769 2014-07-25 Pedro Alves <palves@redhat.com>
13770
13771 * gdb.threads/signal-command-handle-nopass.c: New file.
13772 * gdb.threads/signal-command-handle-nopass.exp: New file.
13773 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13774 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13775 * gdb.threads/signal-delivered-right-thread.c: New file.
13776 * gdb.threads/signal-delivered-right-thread.exp: New file.
13777
13778 2014-07-25 Pedro Alves <palves@redhat.com>
13779
13780 * gdb.base/double-prompt-target-event-error.exp
13781 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13782 match.
13783 (cancel_pagination_in_target_event): Rework double prompt
13784 detection.
13785 * gdb.base/paginate-after-ctrl-c-running.exp
13786 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13787 <return>' match.
13788 * gdb.base/paginate-bg-execution.exp
13789 (test_bg_execution_pagination_return)
13790 (test_bg_execution_pagination_cancel): Remove '-notransfer
13791 <return>' matches.
13792 * gdb.base/paginate-execution-startup.exp
13793 (test_fg_execution_pagination_return)
13794 (test_fg_execution_pagination_cancel): Remove '-notransfer
13795 <return>' matches.
13796 * gdb.base/paginate-inferior-exit.exp
13797 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13798 match.
13799 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13800 * lib/gdb.exp (pagination_prompt): Run text through
13801 string_to_regexp.
13802 (gdb_test_multiple): Match $pagination_prompt instead of
13803 "<return>".
13804 (string_to_regexp): Move to lib/gdb-utils.exp.
13805
13806 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13807
13808 * gdb.arch/amd64-entry-value-paramref.S: New file.
13809 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13810 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13811 * gdb.arch/amd64-optimout-repeat.S: New file.
13812 * gdb.arch/amd64-optimout-repeat.c: New file.
13813 * gdb.arch/amd64-optimout-repeat.exp: New file.
13814
13815 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13816
13817 PR gdb/17170
13818 * gdb.base/statistics.exp: New file.
13819
13820 2014-07-17 Doug Evans <dje@google.com>
13821
13822 PR gdb/17170
13823 * gdb.base/maint.exp: Update testing of per-command stats.
13824
13825 2014-07-16 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13828 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13829 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13830 (tfile_write_buf): New functions.
13831 (add_memory_block): Rewrite using the above.
13832 (adjust_function_address): New function.
13833 (FUNCTION_ADDRESS): New macro.
13834 (write_basic_trace_file): Remove short_x local, and use
13835 tfile_write_16. Change type of func_addr local to unsigned long
13836 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13837 here. Cast argument of add_memory_block to char pointer.
13838 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13839 (main): Remove parameters.
13840 * gdb.trace/tfile.exp: Remove nowarnings.
13841
13842 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13843
13844 * gdb.base/debug-expr.exp: Test string evaluation with
13845 "debug expression" on.
13846
13847 2014-07-15 Pedro Alves <palves@redhat.com>
13848
13849 * gdb.base/reread.exp: Use clean_restart.
13850
13851 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13852
13853 * gdb.arch/avr-flash-qualifer.c: New.
13854 * gdb.arch/avr-flash-qualifer.exp: New.
13855
13856 2014-07-14 Pedro Alves <palves@redhat.com>
13857
13858 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13859 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13860
13861 2014-07-14 Pedro Alves <palves@redhat.com>
13862
13863 * gdb.base/double-prompt-target-event-error.c: New file.
13864 * gdb.base/double-prompt-target-event-error.exp: New file.
13865
13866 2014-07-14 Pedro Alves <palves@redhat.com>
13867
13868 PR gdb/17072
13869 * gdb.base/paginate-inferior-exit.c: New file.
13870 * gdb.base/paginate-inferior-exit.exp: New file.
13871
13872 2014-07-14 Pedro Alves <palves@redhat.com>
13873
13874 PR gdb/17072
13875 * gdb.base/paginate-bg-execution.c: New file.
13876 * gdb.base/paginate-bg-execution.exp: New file.
13877
13878 2014-07-14 Pedro Alves <palves@redhat.com>
13879
13880 PR gdb/17072
13881 * gdb.base/paginate-execution-startup.c: New file.
13882 * gdb.base/paginate-execution-startup.exp: New file.
13883 * lib/gdb.exp (pagination_prompt): New global.
13884 (default_gdb_spawn): New procedure, factored out from
13885 default_gdb_spawn.
13886 (default_gdb_start): Adjust to call default_gdb_spawn.
13887 (gdb_spawn): New procedure.
13888
13889 2014-07-14 Pedro Alves <palves@redhat.com>
13890
13891 * lib/gdb.exp (gdb_assert): New procedure.
13892 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13893
13894 2014-07-14 Pedro Alves <palves@redhat.com>
13895
13896 * gdb.base/execution-termios.c: New file.
13897 * gdb.base/execution-termios.exp: New file.
13898
13899 2014-07-14 Tom Tromey <tromey@redhat.com>
13900
13901 * gdb.cp/vla-cxx.cc: New file.
13902 * gdb.cp/vla-cxx.exp: New file.
13903
13904 2014-07-14 Tom Tromey <tromey@redhat.com>
13905
13906 * gdb.reverse/rerun-prec.c: New file.
13907 * gdb.reverse/rerun-prec.exp: New file.
13908
13909 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13910 Maciej W. Rozycki <macro@codesourcery.com>
13911
13912 * lib/gdb-utils.exp: New file.
13913 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13914 inline `gdb_init_command' processing.
13915 (gdb_start_cmd): Likewise.
13916 * lib/mi-support.exp (mi_run_cmd): Likewise.
13917 * README: Document `gdb_init_command' and `gdb_init_commands'.
13918
13919 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13920
13921 Fix false FAIL running under a very long directory name.
13922 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13923 and "set print elements 10000". Twice.
13924
13925 2014-07-11 Yao Qi <yao@codesourcery.com>
13926
13927 * gdb.base/exprs.exp: "set print symbol off".
13928
13929 2014-07-11 Pedro Alves <palves@redhat.com>
13930
13931 * gdb.threads/kill.c: New file.
13932 * gdb.threads/kill.exp: New file.
13933
13934 2014-07-10 Yao Qi <yao@codesourcery.com>
13935
13936 * gdb.trace/tfile.c (write_basic_trace_file)
13937 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13938 address written to trace file.
13939
13940 2014-07-09 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.base/attach-wait-input.exp: New file.
13943 * gdb.base/attach-wait-input.c: New file.
13944
13945 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13946
13947 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13948 setting up test structures.
13949 (main): Call new test function.
13950 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13951 test function, continue into test function and walk test
13952 structures.
13953
13954 2014-07-02 Yao Qi <yao@codesourcery.com>
13955
13956 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13957 'bar_start' at the beginning of functions 'foo' and 'bar'
13958 respectively.
13959 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13960 instead of 'foo' and 'bar'.
13961
13962 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13963
13964 * gdb.btrace/segv.exp: New.
13965 * gdb.btrace/segv.c: New.
13966
13967 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13968
13969 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13970 instruction.
13971
13972 2014-06-30 Mark Wielaard <mjw@redhat.com>
13973
13974 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13975 vulture, vilify, villar): New volatile array constants.
13976 (vindictive, vegetation): New const volatile array constants.
13977 * gdb.base/volatile.exp: Test volatile and const volatile array
13978 types.
13979
13980 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13981
13982 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13983 target lacks support for awatch, rwatch, or hbreak.
13984
13985 2014-06-27 Yao Qi <yao@codesourcery.com>
13986
13987 * gdb.multi/dummy-frame-restore.exp: New.
13988 * gdb.multi/dummy-frame-restore.c: New.
13989
13990 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13991
13992 * gdb.btrace/gcore.exp: New.
13993
13994 2014-06-23 Pedro Alves <palves@redhat.com>
13995
13996 * gdb.base/watchpoint-reuse-slot.c: New file.
13997 * gdb.base/watchpoint-reuse-slot.exp: New file.
13998
13999 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14000
14001 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14002 progspace's filename in 'info', 'enable' and 'disable' command
14003 tests.
14004
14005 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14006
14007 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14008 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14009 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14010
14011 2014-06-20 Gary Benson <gbenson@redhat.com>
14012
14013 * gdb.arch/i386-avx.exp: Fix include file location.
14014 * gdb.arch/i386-sse.exp: Likewise.
14015
14016 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14017
14018 * gdb.dlang/expression.exp: New file.
14019
14020 2014-06-19 Pedro Alves <palves@redhat.com>
14021
14022 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14023 out from ...
14024 (top level): ... here. Iterate running tests under different
14025 scheduler-locking settings.
14026
14027 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14028
14029 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14030 to DW_FORM_addr and use non-zero addresses.
14031
14032 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14033
14034 PR gdb/17017
14035 * gdb.python/py-xmethods.cc: Add global function call counters and
14036 increment them in their respective functions. Remove "cout"
14037 statements.
14038 * gdb.python/py-xmethods.exp: Make tests check the global function
14039 call counters instead of depending on inferior IO.
14040
14041 2014-06-18 Don Breazeal <donb@codesourcery.com>
14042
14043 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14044 Deleted procedure.
14045 (explicit_fork_parent_follow): Deleted procedure.
14046 (explicit_fork_child_follow): Deleted procedure.
14047 (test_follow_fork): New procedure.
14048 (do_fork_tests): Replace calls to deleted procedures with
14049 calls to test_follow_fork and reset GDB for subsequent
14050 procedure calls.
14051
14052 2014-06-17 Yao Qi <yao@codesourcery.com>
14053
14054 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14055 CP1252.
14056
14057 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14058
14059 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14060 Initialize ptr and S explicitly.
14061 (skip_type_update_when_not_use_rtti_test): Likewise.
14062
14063 2014-06-16 Keith Seitz <keiths@redhat.com>
14064
14065 PR mi/15863
14066 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14067 the inferior is started.
14068
14069 2014-06-16 Pedro Alves <palves@redhat.com>
14070
14071 * gdb.base/break-main-file-remove-fail.c: New file.
14072 * gdb.base/break-main-file-remove-fail.exp: New file.
14073 * gdb.base/break-unload-file.exp: Use build_executable instead of
14074 prepare_for_testing.
14075 (test_break): New parameter "initial_load". Handle it.
14076 (top level): Add initial_load cmdline/file axis.
14077
14078 2014-06-12 Tom Tromey <tromey@redhat.com>
14079
14080 * gdb.base/completion.exp: Don't use directory name in test.
14081
14082 2014-06-09 Gary Benson <gbenson@redhat.com>
14083
14084 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14085 separate the always-available ANSI-standard signals from the
14086 signals that require checking.
14087 (main): Likewise.
14088 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14089 Likewise.
14090 (main): Likewise.
14091
14092 2014-06-07 Keith Seitz <keiths@redhat.com>
14093
14094 Revert:
14095 PR c++/16253
14096 * gdb.cp/var-tag.cc: New file.
14097 * gdb.cp/var-tag.exp: New file.
14098 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14099 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14100 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14101 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14102
14103 2014-06-06 Doug Evans <xdje42@gmail.com>
14104
14105 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14106
14107 2014-06-06 Pedro Alves <palves@redhat.com>
14108
14109 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14110 in target debug output instead of looking at RSP packets,
14111 disabling the test on any target that uses hardware stepping.
14112 Update comments.
14113
14114 2014-06-06 Pedro Alves <palves@redhat.com>
14115
14116 * gdb.base/break-unload-file.exp: Fix typo.
14117
14118 2014-06-06 Yao Qi <yao@codesourcery.com>
14119
14120 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14121 from "jit_function" to "^jit_function".
14122
14123 2014-06-06 Yao Qi <yao@codesourcery.com>
14124
14125 * gdb.base/async.c (foo): Add one statement.
14126 * gdb.base/async.exp: Get the next instruction address and
14127 match the output of "nexti" by instruction address. Match
14128 the hex address in the output of "finish".
14129
14130 2014-06-06 Gary Benson <gbenson@redhat.com>
14131
14132 * gdb.base/call-signals.c: Remove preprocessor conditionals
14133 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14134 SIGSEGV and SIGTERM.
14135 * gdb.base/sigall.c: Likewise.
14136 * gdb.base/unwindonsignal.c: Likewise.
14137 * gdb.reverse/sigall-reverse.c: Likewise.
14138
14139 2014-06-06 Yao Qi <yao@codesourcery.com>
14140
14141 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14142 readable, skip the test.
14143
14144 2014-06-06 Yao Qi <yao@codesourcery.com>
14145
14146 * gdb.threads/staticthreads.c (thread_function): Move the line
14147 setting breakpoint on forward.
14148 * gdb.threads/staticthreads.exp: Update comments.
14149
14150 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14151
14152 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14153 "history-append! type error".
14154
14155 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14156
14157 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14158 erroneous dprintf expected input.
14159
14160 2014-06-04 Doug Evans <xdje42@gmail.com>
14161
14162 * gdb.guile/scm-generics.exp: Delete.
14163
14164 2014-06-04 Doug Evans <xdje42@gmail.com>
14165
14166 * gdb.guile/scm-breakpoint.exp: Update.
14167 Add tests for breakpoint registration.
14168
14169 2014-06-04 Tom Tromey <tromey@redhat.com>
14170
14171 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14172 VLA-in-union.
14173 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14174 inner_vla_struct, vla_union types. Initialize objects of those
14175 types and compute their sizes.
14176
14177 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14178 Hui Zhu <hui@codesourcery.com>
14179
14180 * gdb.base/fileio.exp: Add test for shell not available as well as
14181 available.
14182 * gdb.base/fileio.c (test_system): Check for shell twice.
14183
14184 2014-06-04 Yao Qi <yao@codesourcery.com>
14185
14186 * gdb.base/auto-connect-native-target.exp: Remove redundant
14187 space from the regexp pattern.
14188
14189 2014-06-04 Yao Qi <yao@codesourcery.com>
14190
14191 * gdb.base/default.exp: Replace "child" with "native" in
14192 regexp pattern.
14193
14194 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14195
14196 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14197 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14198 * gdb.python/py-xmethods.py: Python script supporting the
14199 new testcase and tests.
14200
14201 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14202 Pedro Alves <palves@redhat.com>
14203
14204 PR breakpoints/17000
14205 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14206 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14207
14208 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14209
14210 * gdb.base/subst.exp: Add tests to verify partial path matching
14211 output.
14212
14213 2014-06-03 Pedro Alves <palves@redhat.com>
14214
14215 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14216 target that doesn't use software single-stepping.
14217
14218 2014-06-03 Pedro Alves <palves@redhat.com>
14219
14220 PR breakpoints/17000
14221 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14222 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14223
14224 2014-06-02 Doug Evans <xdje42@gmail.com>
14225
14226 * gdb.guile/scm-parameter.exp: New file.
14227
14228 2014-06-02 Doug Evans <xdje42@gmail.com>
14229
14230 * gdb.guile/scm-cmd.c: New file.
14231 * gdb.guile/scm-cmd.exp: New file.
14232
14233 2014-06-02 Doug Evans <xdje42@gmail.com>
14234
14235 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14236 pretty-printer lookup.
14237 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14238 (make-pp_s-printer): Call it.
14239 (make-pretty-printer-from-dict): New function.
14240 (lookup-pretty-printer-maker-from-dict): New function.
14241 (*pretty-printer*): Simplify.
14242 (make-objfile-pp_s-printer): New function.
14243 (install-objfile-pretty-printers!): New function.
14244 (make-progspace-pp_s-printer): New function.
14245 (install-progspace-pretty-printers!): New function.
14246 * gdb.guile/scm-progspace.c: New file.
14247 * gdb.guile/scm-progspace.exp: New file.
14248
14249 2014-06-02 Pedro Alves <palves@redhat.com>
14250
14251 * gdb.base/dprintf-bp-same-addr.c: New file.
14252 * gdb.base/dprintf-bp-same-addr.exp: New file.
14253
14254 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14255
14256 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14257 * gdb.arch/powerpc-power.s: Likewise.
14258
14259 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14260
14261 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14262
14263 2014-06-01 Yao Qi <yao@codesourcery.com>
14264
14265 * gdb.base/watchpoint.exp (test_watch_location): Check null
14266 pointer can be dereferenced. If not, do the test, otherwise
14267 skip it.
14268
14269 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14270
14271 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14272 results.
14273 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14274
14275 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14276
14277 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14278 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14279 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14280 * gdb.arch/amd64-invalid-stack-top.c: New file.
14281 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14282
14283 2014-05-30 Pedro Alves <palves@redhat.com>
14284
14285 PR breakpoints/17000
14286 * gdb.base/sss-bp-on-user-bp.c: New file.
14287 * gdb.base/sss-bp-on-user-bp.exp: New file.
14288
14289 2014-05-30 David Blaikie <dblaikie@gmail.com>
14290
14291 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14292 gnu_inline semantics via attribute.
14293 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14294 source explicitly specifies the required semantics.
14295
14296 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14297
14298 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14299
14300 2014-05-29 Pedro Alves <palves@redhat.com>
14301 Tom Tromey <tromey@redhat.com>
14302
14303 * gdb.base/async-shell.exp: Don't enable target-async.
14304 * gdb.base/async.exp
14305 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14306 parameter. Adjust.
14307 (top level): Don't test with "target-async".
14308 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14309 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14310 * gdb.base/inferior-died.exp: Don't enable target-async.
14311 * gdb.base/interrupt-noterm.exp: Likewise.
14312 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14313 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14314 * gdb.mi/mi-nonstop.exp: Likewise.
14315 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14316 * gdb.mi/mi-nsintrall.exp: Likewise.
14317 * gdb.mi/mi-nsmoribund.exp: Likewise.
14318 * gdb.mi/mi-nsthrexec.exp: Likewise.
14319 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14320 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14321 * gdb.python/py-evsignal.exp: Don't enable target-async.
14322 * gdb.python/py-evthreads.exp: Likewise.
14323 * gdb.python/py-prompt.exp: Likewise.
14324 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14325 * gdb.server/solib-list.exp: Don't enable target-async.
14326 * gdb.threads/thread-specific-bp.exp: Likewise.
14327 * lib/mi-support.exp: Adjust to use mi-async.
14328
14329 2014-05-29 Pedro Alves <palves@redhat.com>
14330
14331 PR gdb/13860
14332 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14333 reason, even in sync mode.
14334
14335 2014-05-29 Pedro Alves <palves@redhat.com>
14336 Hui Zhu <hui@codesourcery.com>
14337
14338 PR PR15693
14339 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14340 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14341 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14342 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14343
14344 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14345
14346 * config/monitor.exp (gdb_target_monitor): Replace use of
14347 "set remotebaud" by "set serial baud".
14348
14349 2014-05-26 Andy Wingo <wingo@igalia.com>
14350
14351 * gdb.guile/scm-breakpoint.exp:
14352 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14353 properties instead of gdb-object-properties.
14354
14355 2014-05-26 Yao Qi <yao@codesourcery.com>
14356
14357 * gdb.server/no-thread-db.exp: Specify source file name
14358 explicitly when setting a breakpoint.
14359
14360 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14361
14362 * gdb.btrace/vdso.c: New.
14363 * gdb.btrace/vdso.exp: New.
14364
14365 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14366
14367 * gdb.base/gcore.exp (capture_command_output): Move ...
14368 * lib/gdb.exp (capture_command_output): ... here.
14369
14370 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14371
14372 * gdb.btrace/data.exp: Test memory access during btrace replay.
14373
14374 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14375
14376 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14377
14378 2014-05-21 Pedro Alves <palves@redhat.com>
14379
14380 PR gdb/13860
14381 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14382 (top level): Test that output related to execution commands is
14383 sent to the console with CLI commands, but not with MI commands.
14384 Test that breakpoint events are always mirrored to the console.
14385 Also expect the new source line to be output after a "next" in
14386 async mode too. Make it a pass/fail test.
14387 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14388 output.
14389 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14390
14391 2014-05-21 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14394 Use them to test variations of "list" after reaching a breakpoint.
14395 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14396 Test "list" with listsize 10 after reaching a breakpoint.
14397 * gdb.python/python.exp (decode_line current location line
14398 number): Adjust expected line number.
14399
14400 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14401
14402 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14403 behavior for $args, pass it directly to "run".
14404
14405 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14406
14407 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14408 30000 to 65536.
14409
14410 2014-05-21 Pedro Alves <palves@redhat.com>
14411
14412 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14413 auto-connect-native-target off".
14414 * gdb.base/auto-connect-native-target.c: New file.
14415 * gdb.base/auto-connect-native-target.exp: New file.
14416
14417 2014-05-21 Pedro Alves <palves@redhat.com>
14418
14419 * gdb.base/default.exp: Test "target native" instead of "target
14420 child".
14421
14422 2014-05-21 Mark Wielaard <mjw@redhat.com>
14423
14424 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14425
14426 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14427
14428 Fix TLS access for -static -pthread.
14429 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14430 <HAVE_TLS> (thread_function, main): Initialize it.
14431 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14432 Add clean_restart.
14433 <$have_tls != "">: Check TLSVAR.
14434
14435 2014-05-21 Pedro Alves <palves@redhat.com>
14436
14437 * gdb.base/dcache-line-read-error.c: New.
14438 * gdb.base/dcache-line-read-error.exp: New.
14439
14440 2014-05-20 Pedro Alves <palves@redhat.com>
14441
14442 * gdb.base/compare-sections.c: New file.
14443 * gdb.base/compare-sections.exp: New file.
14444
14445 2014-05-20 Pedro Alves <palves@redhat.com>
14446
14447 * gdb.base/break-idempotent.c: New file.
14448 * gdb.base/break-idempotent.exp: New file.
14449
14450 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14451
14452 * gdb.btrace/nohist.exp: New.
14453
14454 2014-05-20 Yao Qi <yao@codesourcery.com>
14455
14456 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14457 gdb.reverse directory and gdb_reverse_timeout exists in board
14458 setting.
14459 * README: Document gdb_reverse_timeout.
14460
14461 2014-05-20 Yao Qi <yao@codesourcery.com>
14462
14463 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14464 'test_file_name'. Treat args as a string instead of a list.
14465 (gdb_init): Rename argument 'args' by 'test_file_name'.
14466
14467 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14468
14469 * gdb.arch/powerpc-power.exp: New file.
14470 * gdb.arch/powerpc-power.s: New file.
14471
14472 2014-05-16 Doug Evans <dje@google.com>
14473
14474 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14475 * gdb.base/completion.exp: Check that all expected files exist
14476 before doing file completion.
14477
14478 2014-05-16 Doug Evans <dje@google.com>
14479
14480 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14481 Update.
14482 (do_syscall_tests_without_xml): Update.
14483
14484 2014-05-16 Pedro Alves <palves@redhat.com>
14485
14486 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14487 instead of "unknown output after running".
14488
14489 2014-05-16 Yao Qi <yao@codesourcery.com>
14490
14491 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14492 file1.txt from host at the end.
14493 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14494
14495 2014-05-15 Doug Evans <dje@google.com>
14496
14497 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14498 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14499 loading file. Add test for TU lookup.
14500
14501 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14502
14503 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14504 calling "-exec-arguments" or "set args" before running the
14505 inferior.
14506
14507 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14508
14509 * lib/mi-support.exp (mi_expect_stop): Expect message for
14510 inferiors that exit with non-zero exit code.
14511
14512 2014-05-14 Yao Qi <yao@codesourcery.com>
14513
14514 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14515 match absolute path on remote host.
14516 (test_file_list_exec_source_files): Remove "/" from the
14517 pattern.
14518
14519 2014-05-14 Yao Qi <yao@codesourcery.com>
14520
14521 * boards/local-remote-host-notty.exp (${board}_file): New
14522 proc.
14523
14524 2014-05-07 Kyle McMartin <kyle@redhat.com>
14525
14526 Pushed by Joel Brobecker <brobecker@adacore.com>.
14527 * gdb.arch/aarch64-atomic-inst.c: New file.
14528 * gdb.arch/aarch64-atomic-inst.exp: New file.
14529
14530 2014-05-07 Yao Qi <yao@codesourcery.com>
14531
14532 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14533 in current context" too.
14534
14535 2014-05-05 Keith Seitz <keiths@redhat.com>
14536
14537 * gdb.linespec/ls-dollar.exp: Add test for linespec
14538 file:convenience_variable.
14539
14540 2014-05-05 Yao Qi <yao@codesourcery.com>
14541
14542 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14543 traceframes into tfile and ctf trace files. Read data from
14544 trace file and test collected data.
14545 (gdb_collect_locals_test): Likewise.
14546 (gdb_unavailable_registers_test): Likewise.
14547 (gdb_unavailable_floats): Likewise.
14548 (gdb_collect_globals_test): Likewise.
14549 (top-level): Append "ctf" to trace_file_targets if GDB
14550 supports.
14551
14552 2014-05-05 Yao Qi <yao@codesourcery.com>
14553
14554 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14555 code to ...
14556 (gdb_collect_args_test_1): ... it. New proc.
14557 (gdb_collect_locals_test): Move some code to ...
14558 (gdb_collect_locals_test_1): ... it. New proc.
14559 (gdb_unavailable_registers_test): Move some code to ...
14560 (gdb_unavailable_registers_test_1): ... it. New proc.
14561 (gdb_unavailable_floats): Move some code to ...
14562 (gdb_unavailable_floats_1): ... it. New proc.
14563
14564 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14565
14566 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14567 probes to test for bitness recognition.
14568 * gdb.arch/amd64-stap-optional-prefix.exp
14569 (test_probe_value_without_reg): New procedure.
14570 Add code to test for different kinds of bitness.
14571
14572 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14573
14574 PR breakpoints/16889
14575 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14576 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14577
14578 2014-05-01 Pedro Alves <palves@redhat.com>
14579
14580 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14581 gdb_file_cmd if no file is specified.
14582 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14583 last_loaded_file to set the remote exec-file.
14584
14585 2014-05-01 Pedro Alves <palves@redhat.com>
14586
14587 * boards/local-remote-host.exp: New file.
14588
14589 2014-05-01 Pedro Alves <palves@redhat.com>
14590
14591 * boards/local-remote-host.exp: Rename to ...
14592 * boards/local-remote-host-notty.exp: ... this.
14593
14594 2014-04-28 Joel Brobecker <brobecker@adacore.com>
14595
14596 * gdb.ada/dyn_arrayidx: New testcase.
14597
14598 2014-04-26 Yao Qi <yao@codesourcery.com>
14599
14600 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14601 and compute the length of function main. Save it in
14602 $main_length.
14603 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14604 (top-level): Use gdb_compile to compile objects into
14605 executable and restart GDB. Remove invocation to
14606 prepare_for_testing.
14607
14608 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14609 Pedro Alves <palves@redhat.com>
14610
14611 PR server/16255
14612 * gdb.multi/multi-attach.c: New file.
14613 * gdb.multi/multi-attach.exp: New file.
14614
14615 2014-04-25 Pedro Alves <palves@redhat.com>
14616
14617 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14618 user.
14619 (top level): Test that "set remote conditional-breakpoints-packet
14620 off" works as intended.
14621 * gdb.base/dprintf.exp: Test that "set remote
14622 breakpoint-commands-packet off" works as intended.
14623 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14624 New function.
14625 (top level): Call it.
14626 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14627 remote fast-tracepoints-packet off" works as intended.
14628 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14629 * lib/gdb.exp (gdb_is_target_remote): ... here.
14630
14631 2014-04-24 David Blaikie <dblaikie@gmail.com>
14632
14633 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14634 ensure clang would not discard them.
14635 * gdb.base/gdbvars.c: Ditto.
14636 * gdb.base/memattr.c: Ditto.
14637 * gdb.base/whatis.c: Ditto.
14638 * gdb.python/py-prettyprint.c: Ditto.
14639 * gdb.trace/actions.c: Ditto.
14640 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14641 ensure clang would not discard it.
14642
14643 2014-04-24 David Blaikie <dblaikie@gmail.com>
14644
14645 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14646 clang to emit the full definition of type required by the test
14647 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14648
14649 2014-04-24 David Blaikie <dblaikie@gmail.com>
14650
14651 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14652 coax Clang into emitting the definition of the type.
14653 * gdb.cp/pr10728-x.h (y): Ditto.
14654 * gdb.cp/pr10728-y.cc (y): Ditto.
14655
14656 2014-04-24 David Blaikie <dblaikie@gmail.com>
14657
14658 * gdb.base/label.exp: XFAIL label related tests under Clang.
14659 * gdb.cp/cplabel.exp: Ditto.
14660 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14661 under Clang those using labels.
14662
14663 2014-04-25 Yao Qi <yao@codesourcery.com>
14664
14665 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14666 double_label.
14667 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14668 partial_label and double_label.
14669
14670 2014-04-24 David Blaikie <dblaikie@gmail.com>
14671
14672 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14673
14674 2014-04-24 David Blaikie <dblaikie@gmail.com>
14675
14676 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14677 of the function to work across GCC and Clang.
14678 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14679 pointer types (const void ** const V void **).
14680
14681 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14682 Walfred Tedeschi <walfred.tedeschi@intel.com>
14683
14684 * Makefile.in (EXECUTABLES): Added i386-avx512.
14685 * gdb.arch/i386-avx512.c: New file.
14686 * gdb.arch/i386-avx512.exp: Likewise.
14687
14688 2014-04-23 Keith Seitz <keiths@redhat.com>
14689
14690 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14691 (mi_make_breakpoint_table): New procedure.
14692 (mi_create_breakpoint): Use mi_make_breakpoint
14693 and return the result.
14694 (mi_make_breakpoint): New procedure.
14695 (mi_build_kv_pairs): New procedure.
14696
14697 * gdb.mi/mi-break.exp: Remove unused globals,
14698 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14699 All callers updated.
14700 * gdb.mi/mi-dprintf.exp: Use variable to track command
14701 number.
14702 Update all callers of mi_create_breakpoint and use
14703 mi_make_breakpoint_table.
14704 Remove any unused global variables.
14705 * gdb.mi/mi-nonstop.exp: Likewise.
14706 * gdb.mi/mi-nsintrall.exp: Likewise.
14707 * gdb.mi/mi-nsmoribund.exp: Likewise.
14708 * gdb.mi/mi-nsthrexec.exp: Likewise.
14709 * gdb.mi/mi-reverse.exp: Likewise.
14710 * gdb.mi/mi-simplerun.exp: Likewise.
14711 * gdb.mi/mi-stepn.exp: Likewise.
14712 * gdb.mi/mi-syn-frame.exp: Likewise.
14713 * gdb.mi/mi-until.exp: Likewise.
14714 * gdb.mi/mi-var-cp.exp: Likewise.
14715 * gdb.mi/mi-var-display.exp: Likewise.
14716 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14717 * gdb.mi/mi2-var-child.exp: Likewise.
14718 * gdb.mi/mi-vla-c99.exp: Likewise.
14719 * lib/mi-support.exp: Likewise.
14720
14721 From Ian Lance Taylor <iant@cygnus.com>:
14722 * lib/gdb.exp (parse_args): New procedure.
14723
14724 2014-04-23 Pedro Alves <palves@redhat.com>
14725
14726 * gdb.base/break-unload-file.c: New file.
14727 * gdb.base/break-unload-file.exp: New file.
14728 * gdb.base/sym-file-lib.c (baz): New function.
14729 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14730 field.
14731 (load): Store the segment's mapped size.
14732 (unload): New function.
14733 (unload_shlib): New function.
14734 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14735 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14736 set a breakpoint at baz, and call it.
14737 * gdb.base/sym-file.exp: New tests for stale breakpoint
14738 instructions.
14739
14740 2014-04-23 Pedro Alves <palves@redhat.com>
14741
14742 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14743 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14744 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14745 * gdb.base/hbreak-unmapped.c: New file.
14746 * gdb.base/hbreak-unmapped.exp: New file.
14747 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14748 * lib/gdb.exp (gdb_is_target_remote): ... here.
14749
14750 2014-04-22 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.base/consecutive-step-over.c: New file.
14753 * gdb.base/consecutive-step-over.exp: New file.
14754
14755 2014-04-22 Pedro Alves <palves@redhat.com>
14756
14757 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14758 instead of send_gdb/gdb_expect.
14759
14760 2014-04-22 Yao Qi <yao@codesourcery.com>
14761
14762 * lib/trace-support.exp (generate_tracefile): New procedure.
14763 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14764 return 0.
14765 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14766 if generate_tracefile returns 1.
14767
14768 2014-04-18 Tom Tromey <palves@redhat.com>
14769 Pedro alves <tromey@redhat.com>
14770
14771 PR backtrace/15558
14772 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14773 with a backtrace limit.
14774 * gdb.python/py-frame-inline.exp: Test running to an inline
14775 function with a backtrace limit, and printing the newest frame.
14776 * gdb.python/py-frame-inline.c (main): Call f.
14777
14778 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14779
14780 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14781
14782 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14783
14784 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14785 Drop prefix from unsupported source file path.
14786
14787 2014-04-17 Yao Qi <yao@codesourcery.com>
14788
14789 * lib/gdb.exp (with_target_charset): New proc.
14790 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14791 with_target_charset.
14792 (test_print_strings): Likewise.
14793 (test_repeat_bytes): Likewise.
14794 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14795 for some tests.
14796
14797 2014-04-16 Keith Seitz <keiths@redhat.com>
14798
14799 PR gdb/15827
14800 * gdb.dwarf2/corrupt.c: New file.
14801 * gdb.dwarf2/corrupt.exp: New file.
14802
14803 2014-04-16 Keith Seitz <keiths@redhat.com>
14804
14805 PR c++/16597
14806 * gdb.cp/namelessclass.cc: New file.
14807 * gdb.cp/namelessclass.exp: New file.
14808 * gdb.cp/namelessclass.S: New file.
14809
14810 2014-04-16 Doug Evans <dje@google.com>
14811
14812 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14813 Add comment.
14814 (gdbserver_default_get_comm_port): New function.
14815 (gdbserver_start): Check if board file provided
14816 "gdbserver,get_comm_port" and use it if so.
14817 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14818 (gdb,socketport): Set to "stdio".
14819 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14820 (stdio_gdbserver_template): Delete.
14821 (${board}_get_remote_address): Update.
14822 (${board}_build_remote_cmd): Delete.
14823 (${board}_get_comm_port): New function.
14824 (${board}_spawn): Update.
14825 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14826 Delete.
14827 (${board}_get_remote_address): Update.
14828 (${board}_get_comm_port): New function.
14829
14830 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14831
14832 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14833 appearing in any order.
14834
14835 2014-04-15 Doug Evans <dje@google.com>
14836
14837 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14838 uninitialized value of "description".
14839
14840 2014-04-15 Keith Seitz <keiths@redhat.com>
14841
14842 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14843 Remove unused globals.
14844 (test_running_the_program): Likewise.
14845 (test_controlled_execution): Likewise.
14846 (test_controlling_breakpoints): Likewise.
14847 (test_program_termination): Likewise.
14848
14849 2014-04-15 Keith Seitz <keiths@redhat.com>
14850
14851 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14852 unused globals.
14853 (test_rbreak_creation_and_listing): Likewise.
14854 (test_ignore_count): Likewise.
14855 (test_error): Likewise.
14856
14857 2014-04-15 Pedro Alves <palves@redhat.com>
14858
14859 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14860 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14861 sym-file-loader.c.
14862 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14863 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14864 to sym-file-loader.c.
14865 (struct library): Forward declare.
14866 (load_shlib, lookup_function): Change prototypes.
14867 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14868 (translate_offset): Remove declarations.
14869 (get_text_addr): New declaration.
14870 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14871 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14872 sym-file-loader.h.
14873 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14874 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14875 here from sym-file-loader.h.
14876 (struct library): New structure.
14877 (load_shlib, lookup_function): Change prototypes and adjust to
14878 work with a struct library.
14879 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14880 (translate_offset): Make static.
14881 (get_text_addr): New function.
14882 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14883
14884 2014-04-15 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14887
14888 2014-04-15 Pedro Alves <palves@redhat.com>
14889
14890 * gdb.base/sym-file-loader.c: Include <limits.h>.
14891 (SELF_LINK): New define.
14892 (get_origin): New function.
14893 (load_shlib): Use it.
14894 * gdb.base/sym-file.exp: Don't early return if the target is
14895 remote. Use runto_main, and issue fail is that fails. Use
14896 gdb_load_shlibs.
14897 (shlib_name): Delete.
14898 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14899
14900 2014-04-15 Pedro Alves <palves@redhat.com>
14901
14902 * gdb.base/sym-file.exp: Remove regex characters from test
14903 message. Don't refer to breakpoint numbers in test messages.
14904
14905 2014-04-14 Keith Seitz <keiths@redhat.com>
14906
14907 PR c++/16253
14908 * gdb.cp/var-tag.cc: New file.
14909 * gdb.cp/var-tag.exp: New file.
14910 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14911 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14912 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14913 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14914
14915 2014-04-14 Tom Tromey <tromey@redhat.com>
14916
14917 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14918 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14919 type.
14920 * gdb.cp/enum-class.exp: New file.
14921 * gdb.cp/enum-class.cc: New file.
14922
14923 2014-04-14 Tom Tromey <tromey@redhat.com>
14924
14925 * gdb.dwarf2/enum-type.exp: New file.
14926
14927 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14928
14929 * gdb.mi/mi-vla-c99.exp: New file.
14930 * gdb.mi/vla.c: New file.
14931
14932 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14933
14934 * gdb.base/vla-datatypes.c: New file.
14935 * gdb.base/vla-datatypes.exp: New file.
14936
14937 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14938
14939 * gdb.base/vla-ptr.c: New file.
14940 * gdb.base/vla-ptr.exp: New file.
14941
14942 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14943
14944 * gdb.dwarf2/count.exp: New file.
14945
14946 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14947
14948 * gdb.base/vla-sideeffect.c: New file.
14949 * gdb.base/vla-sideeffect.exp: New file.
14950
14951 2014-04-14 David Blaikie <dblaikie@gmail.com>
14952
14953 * gdb.mi/non-stop.c: Add return value for non-void function return
14954 statement.
14955 * gdb.threads/staticthreads.c: Ditto.
14956
14957 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14958 Doug Evans <xdje42@gmail.com>
14959
14960 * gdb.guile/scm-value.c: Improve test case.
14961 * gdb.guile/scm-value.exp: Add new test.
14962
14963 2014-04-11 David Blaikie <dblaikie@gmail.com>
14964
14965 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14966 override Clang's default.
14967
14968 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14969
14970 Revert the following changes (regressions):
14971
14972 * gdb.base/vla-sideeffect.c: New file.
14973 * gdb.base/vla-sideeffect.exp: New file.
14974
14975 * gdb.dwarf2/count.exp: New file.
14976
14977 * gdb.base/vla-multi.c: New file.
14978 * gdb.base/vla-multi.exp: New file.
14979
14980 * gdb.base/vla-ptr.c: New file.
14981 * gdb.base/vla-ptr.exp: New file.
14982
14983 * gdb.base/vla-datatypes.c: New file.
14984 * gdb.base/vla-datatypes.exp: New file.
14985
14986 * gdb.mi/mi-vla-c99.exp: New file.
14987 * gdb.mi/vla.c: New file.
14988
14989 2014-04-11 Keith Seitz <keiths@redhat.com>
14990
14991 PR c++/16675
14992 * gdb.cp/cpsizeof.exp: New file.
14993 * gdb.cp/cpsizeof.cc: New file.
14994
14995 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14996
14997 * gdb.mi/mi-vla-c99.exp: New file.
14998 * gdb.mi/vla.c: New file.
14999
15000 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15001
15002 * gdb.base/vla-datatypes.c: New file.
15003 * gdb.base/vla-datatypes.exp: New file.
15004
15005 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15006
15007 * gdb.base/vla-ptr.c: New file.
15008 * gdb.base/vla-ptr.exp: New file.
15009
15010 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15011
15012 * gdb.base/vla-multi.c: New file.
15013 * gdb.base/vla-multi.exp: New file.
15014
15015 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15016
15017 * gdb.dwarf2/count.exp: New file.
15018
15019 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15020
15021 * gdb.base/vla-sideeffect.c: New file.
15022 * gdb.base/vla-sideeffect.exp: New file.
15023
15024 2014-04-11 Yao Qi <yao@codesourcery.com>
15025
15026 * gdb.base/completion.exp: Check file exists before running tests
15027 on file completion.
15028
15029 2014-04-10 Pedro Alves <palves@redhat.com>
15030
15031 * gdb.base/cond-eval-mode.c: New file.
15032 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15033 prepare_for_testing to build the new file. Check result of
15034 runto_main.
15035 (test_break, test_watch): New procedures.
15036 (top level): Use them.
15037
15038 2014-04-08 Pierre Muller <muller@sourceware.org>
15039
15040 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15041 Ctrl-V use for mingw hosts.
15042
15043 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15044
15045 * gdb.python/py-value.c: Improve test case.
15046 * gdb.python/py-value.exp: Add new test.
15047
15048 2014-04-07 David Blaikie <dblaikie@gmail.com>
15049
15050 * lib/compiler.c: Identify the clang compiler.
15051 * lib/compiler.cc: Ditto.
15052
15053 2014-04-03 Yao Qi <yao@codesourcery.com>
15054
15055 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15056
15057 2014-04-01 Anton Blanchard <anton@samba.org>
15058
15059 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15060 messages unique.
15061
15062 2014-04-01 Anton Blanchard <anton@samba.org>
15063
15064 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15065 prepare_for_testing.
15066
15067 2014-04-01 Anton Blanchard <anton@samba.org>
15068
15069 * gdb.arch/ppc64-atomic-inst.c: Remove.
15070 * gdb.arch/ppc64-atomic-inst.S: New file.
15071 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15072
15073 2014-03-31 Doug Evans <dje@google.com>
15074
15075 * gdb.base/print-symbol-loading-lib.c: New file.
15076 * gdb.base/print-symbol-loading-main.c: New file.
15077 * gdb.base/print-symbol-loading.exp: New file.
15078
15079 2014-03-31 Yao Qi <yao@codesourcery.com>
15080
15081 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15082
15083 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15084
15085 * gdb.ada/mi_dyn_arr: New testcase.
15086
15087 2014-03-27 Doug Evans <dje@google.com>
15088
15089 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15090
15091 2014-03-27 Yao Qi <yao@codesourcery.com>
15092
15093 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15094 if target is nios2-*-*.
15095
15096 2014-03-26 Yao Qi <yao@codesourcery.com>
15097
15098 * lib/gdb.exp (readline_is_used): New proc.
15099 * gdb.base/completion.exp: Move tests on command complete up.
15100 Skip the rest of tests if readline is not used.
15101 * gdb.ada/complete.exp: Skp the test if readline is not
15102 used.
15103 * gdb.base/filesym.exp: Likewise.
15104 * gdb.base/macscp.exp: Likewise.
15105 * gdb.base/readline-ask.exp: Likewise.
15106 * gdb.base/readline.exp: Likewise.
15107 * gdb.python/py-cmd.exp: Likewise.
15108 * gdb.trace/tfile.exp: Likewise.
15109
15110 2014-03-26 Yao Qi <yao@codesourcery.com>
15111
15112 * gdb.base/macscp.exp: Fix code format issues.
15113
15114 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15115
15116 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15117 * gdb.asm/powerpc64le.inc: New file.
15118
15119 2014-03-25 Pedro Alves <palves@redhat.com>
15120 Doug Evans <dje@google.com>
15121
15122 * gdb.base/source-execution.c: New file.
15123 * gdb.base/source-execution.exp: New file.
15124 * gdb.base/source-execution.gdb: New file.
15125
15126 2014-03-24 Doug Evans <dje@google.com>
15127
15128 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15129 using fission.
15130
15131 2014-03-24 Hui Zhu <hui@codesourcery.com>
15132 Pedro Alves <palves@redhat.com>
15133
15134 PR breakpoints/16101
15135 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15136 test pass/fail messages. Detect missing support for dprintf when
15137 breakpoints are actually inserted.
15138 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15139 breakpoints are actually inserted.
15140 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15141 fails.
15142
15143 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15144
15145 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15146
15147 2014-03-22 Doug Evans <xdje42@gmail.com>
15148
15149 * gdb.python/python.exp (python not supported): Verify multi-line
15150 python command issues an error.
15151 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15152 guile command issues an error.
15153
15154 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15155
15156 * gdb.threads/thread-specific.exp: Handle the lack of usable
15157 $this_breakpoint and $this_thread.
15158
15159 2014-03-21 Hui Zhu <hui@codesourcery.com>
15160
15161 * gdb.base/attach.exp (do_command_attach_tests): New.
15162
15163 2014-03-20 Tom Tromey <tromey@redhat.com>
15164 Pedro Alves <palves@redhat.com>
15165
15166 PR cli/15718
15167 * gdb.base/condbreak-call-false.c: New file.
15168 * gdb.base/condbreak-call-false.exp: New file.
15169
15170 2014-03-20 Pedro Alves <palves@redhat.com>
15171
15172 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15173 Delete.
15174 (block_signals, unblock_signals): Delete.
15175 (child_function_2, main): Remove references to deleted variable
15176 and functions.
15177
15178 2014-03-20 Pedro Alves <palves@redhat.com>
15179
15180 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15181 Use pthread_kill to signal thread 2.
15182 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15183 Adjust to make the test send itself a signal rather than using the
15184 host's "kill" command.
15185
15186 2014-03-20 Pedro Alves <palves@redhat.com>
15187
15188 * gdb.threads/multiple-step-overs.c: New file.
15189 * gdb.threads/multiple-step-overs.exp: New file.
15190 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15191 Adjust expected infrun debug output.
15192
15193 2014-03-20 Pedro Alves <palves@redhat.com>
15194
15195 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15196 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15197
15198 2014-03-20 Pedro Alves <palves@redhat.com>
15199
15200 PR breakpoints/7143
15201 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15202 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15203 of gdb_test_multiple.
15204 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15205 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15206
15207 2014-03-20 Pedro Alves <palves@redhat.com>
15208
15209 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15210 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15211
15212 2014-03-19 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.base/async.exp: Remove early return.
15215
15216 2014-03-19 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15219
15220 2014-03-19 Pedro Alves <palves@redhat.com>
15221
15222 * gdb.base/async.exp (test_background): Expect \r\n after
15223 "completed." in the fail pattern.
15224
15225 2014-03-19 Pedro Alves <palves@redhat.com>
15226
15227 * gdb.base/async.exp (test_background): New procedure.
15228 Use it for all background execution command tests.
15229
15230 2014-03-19 Pedro Alves <palves@redhat.com>
15231
15232 * gdb.base/async.exp: Use prepare_for_testing.
15233
15234 2014-03-19 Pedro Alves <palves@redhat.com>
15235
15236 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15237 the same line.
15238
15239 2014-03-19 Pedro Alves <palves@redhat.com>
15240
15241 * gdb.base/async.c (main): Add "jump here" and "until here" line
15242 marker comments.
15243 * gdb.base/async.exp (jump_here): New global.
15244 (jump& test): Use it.
15245 (until_here): New global.
15246 (until& test): Use it.
15247
15248 2014-03-19 Pedro Alves <palves@redhat.com>
15249
15250 * gdb.base/async.exp: Don't frob gdb_protocol.
15251
15252 2014-03-18 Doug Evans <xdje42@gmail.com>
15253
15254 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15255 Fix spelling of exec-done-display.
15256
15257 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15258
15259 PR gdb/15358
15260 * gdb.base/gdb-sigterm.c: New file.
15261 * gdb.base/gdb-sigterm.exp: New file.
15262
15263 2014-03-18 Pedro Alves <palves@redhat.com>
15264
15265 PR gdb/13860
15266 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15267 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15268 solib-event.
15269
15270 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15271
15272 * gdb.ada/pckd_arr_ren: New testcase.
15273
15274 2014-03-13 Doug Evans <xdje42@gmail.com>
15275
15276 PR guile/16612
15277 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15278 collect after discarding symbols.
15279
15280 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15281 Doug Evans <xdje42@gmail.com>
15282
15283 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15284 to history survives a gc.
15285
15286 2014-03-13 Pedro Alves <palves@redhat.com>
15287
15288 * gdb.base/default.exp: Don't test "target procfs".
15289
15290 2014-03-13 Pedro Alves <palves@redhat.com>
15291
15292 * gdb.base/default.exp: Update "target child" and "target procfs"
15293 tests to not expect "Unix".
15294
15295 2014-03-12 Tom Tromey <tromey@redhat.com>
15296
15297 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15298 New procs. Add target-async tests.
15299 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15300 Add target-async tests.
15301
15302 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15303
15304 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15305 'func_start' and 'func_end' for the beginning and end of the
15306 function code, respectively.
15307 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15308 'func_end' instead of 'func' and 'main'.
15309
15310 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15311
15312 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15313 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15314 generate the debug info assembler source.
15315
15316 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15317
15318 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15319 * gdb.dwarf2/arr-subrange.exp: Likewise.
15320 * gdb.dwarf2/dwz.exp: Likewise.
15321 * gdb.dwarf2/method-ptr.exp: Likewise.
15322 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15323 * gdb.dwarf2/subrange.exp: Likewise.
15324 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15325 * gdb.dwarf2/implptrpiece.exp: Likewise.
15326 * gdb.dwarf2/nostaticblock.exp: Likewise.
15327
15328 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15329
15330 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15331 directory to absolute path name arguments.
15332
15333 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15334
15335 * gdb.ada/tagged_access: New testcase.
15336
15337 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15338
15339 * gdb.btrace/data.exp: Update expected output.
15340
15341 2014-03-06 Yao Qi <yao@codesourcery.com>
15342
15343 * gdb.trace/pr16508.exp: New file.
15344
15345 2014-03-05 Pedro Alves <palves@redhat.com>
15346
15347 PR gdb/16575
15348 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15349 procedure.
15350 (top level): Adjust to use it. Add tests that exercise breakpoint
15351 interaction with the code-cache.
15352
15353 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15354
15355 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15356 test for 'history-append!'.
15357
15358 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15359
15360 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15361 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15362 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15363 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15364 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15365 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15366
15367 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15368
15369 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15370 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15371 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15372
15373 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15374
15375 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15376
15377 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15378
15379 * gdb.dwarf2/arr-stride.c: New file.
15380 * gdb.dwarf2/arr-stride.exp: New file.
15381
15382 2014-02-26 Pedro Alves <palves@redhat.com>
15383
15384 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15385 that won't ever trigger. Make sure that GDB reports the correct
15386 breakpoint that caused the stop.
15387
15388 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15389
15390 PR gdb/16626
15391 * gdb.base/auto-load-script: New file.
15392 * gdb.base/auto-load.c: New file.
15393 * gdb.base/auto-load.exp: New file.
15394
15395 PR gdb/16626
15396 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15397
15398 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15399
15400 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15401 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15402
15403 2014-02-24 Doug Evans <dje@google.com>
15404
15405 * lib/gdb.exp (run_on_host): Log error output if program fails.
15406
15407 2014-02-21 Pedro Alves <palves@redhat.com>
15408
15409 * gdb.threads/step-after-sr-lock.c: Rename to ...
15410 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15411 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15412 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15413 ... this.
15414
15415 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15416
15417 PR tdep/16397
15418 * gdb.arch/amd64-stap-special-operands.exp: New file.
15419 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15420 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15421 * gdb.arch/amd64-stap-triplet.S: Likewise.
15422 * gdb.arch/amd64-stap-triplet.c: Likewise.
15423
15424 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15425
15426 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15427 in .section pseudo-op.
15428
15429 2014-02-20 lin zuojian <manjian2006@gmail.com>
15430 Joel Brobecker <brobecker@adacore.com>
15431 Doug Evans <xdje42@gmail.com>
15432
15433 PR symtab/16581
15434 * gdb.dwarf2/dw2-icycle.S: New file.
15435 * gdb.dwarf2/dw2-icycle.c: New file.
15436 * gdb.dwarf2/dw2-icycle.exp: New file.
15437
15438 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15439
15440 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15441 operations on gdb.Value objects.
15442 * gdb.python/py-value-cc.exp: Add new test to test operations on
15443 gdb.Value objects.
15444
15445 2014-02-18 Doug Evans <dje@google.com>
15446
15447 * Makefile.in (TESTS): New variable.
15448 (expanded_tests, expanded_tests_or_none): New variables
15449 (check-single): Pass $(expanded_tests_or_none) to runtest.
15450 (check-parallel): Only run tests in $(TESTS) if non-empty.
15451 (check/no-matching-tests-found): New rule.
15452 * README: Document TESTS makefile variable.
15453
15454 2014-02-18 Doug Evans <dje@google.com>
15455
15456 * Makefile.in (check-parallel): rm -rf outputs temp.
15457
15458 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15459
15460 Fix "ERROR: no fileid for" in the testsuite.
15461 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15462
15463 2014-02-12 Doug Evans <dje@google.com>
15464
15465 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15466 (MISCELLANEOUS): New variable.
15467 (clean): rm -rf $(MISCELLANEOUS).
15468 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15469 dwp live in the same directory as symlinks, with each symlink pointed
15470 to a differently named file in a different directory.
15471
15472 2014-02-11 Doug Evans <dje@google.com>
15473
15474 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15475 of Tcl file commands.
15476
15477 2014-02-10 Mark Kettenis <kettenis@gnu.org>
15478
15479 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15480 "kill -SIGUSR1 -1".
15481
15482 2014-02-10 Joel Brobecker <brobecker@adacore.com>
15483
15484 * gdb.ada/tick_length_array_enum_idx: New testcase.
15485
15486 2014-02-10 Doug Evans <xdje42@gmail.com>
15487
15488 * configure.ac (AC_OUTPUT): Add gdb.guile.
15489 * configure: Regenerate.
15490 * lib/gdb-guile.exp: New file.
15491 * lib/gdb.exp (get_target_charset): New function.
15492 * gdb.base/help.exp: Update expected output from "apropos apropos".
15493 * gdb.guile/Makefile.in: New file.
15494 * gdb.guile/guile.exp: New file.
15495 * gdb.guile/scm-arch.c: New file.
15496 * gdb.guile/scm-arch.exp: New file.
15497 * gdb.guile/scm-block.c: New file.
15498 * gdb.guile/scm-block.exp: New file.
15499 * gdb.guile/scm-breakpoint.c: New file.
15500 * gdb.guile/scm-breakpoint.exp: New file.
15501 * gdb.guile/scm-disasm.c: New file.
15502 * gdb.guile/scm-disasm.exp: New file.
15503 * gdb.guile/scm-equal.c: New file.
15504 * gdb.guile/scm-equal.exp: New file.
15505 * gdb.guile/scm-error.exp: New file.
15506 * gdb.guile/scm-error.scm: New file.
15507 * gdb.guile/scm-frame-args.c: New file.
15508 * gdb.guile/scm-frame-args.exp: New file.
15509 * gdb.guile/scm-frame-args.scm: New file.
15510 * gdb.guile/scm-frame-inline.c: New file.
15511 * gdb.guile/scm-frame-inline.exp: New file.
15512 * gdb.guile/scm-frame.c: New file.
15513 * gdb.guile/scm-frame.exp: New file.
15514 * gdb.guile/scm-generics.exp: New file.
15515 * gdb.guile/scm-gsmob.exp: New file.
15516 * gdb.guile/scm-iterator.c: New file.
15517 * gdb.guile/scm-iterator.exp: New file.
15518 * gdb.guile/scm-math.c: New file.
15519 * gdb.guile/scm-math.exp: New file.
15520 * gdb.guile/scm-objfile-script-gdb.in: New file.
15521 * gdb.guile/scm-objfile-script.c: New file.
15522 * gdb.guile/scm-objfile-script.exp: New file.
15523 * gdb.guile/scm-objfile.c: New file.
15524 * gdb.guile/scm-objfile.exp: New file.
15525 * gdb.guile/scm-ports.exp: New file.
15526 * gdb.guile/scm-pretty-print.c: New file.
15527 * gdb.guile/scm-pretty-print.exp: New file.
15528 * gdb.guile/scm-pretty-print.scm: New file.
15529 * gdb.guile/scm-section-script.c: New file.
15530 * gdb.guile/scm-section-script.exp: New file.
15531 * gdb.guile/scm-section-script.scm: New file.
15532 * gdb.guile/scm-symbol.c: New file.
15533 * gdb.guile/scm-symbol.exp: New file.
15534 * gdb.guile/scm-symtab-2.c: New file.
15535 * gdb.guile/scm-symtab.c: New file.
15536 * gdb.guile/scm-symtab.exp: New file.
15537 * gdb.guile/scm-type.c: New file.
15538 * gdb.guile/scm-type.exp: New file.
15539 * gdb.guile/scm-value-cc.cc: New file.
15540 * gdb.guile/scm-value-cc.exp: New file.
15541 * gdb.guile/scm-value.c: New file.
15542 * gdb.guile/scm-value.exp: New file.
15543 * gdb.guile/source2.scm: New file.
15544 * gdb.guile/types-module.cc: New file.
15545 * gdb.guile/types-module.exp: New file.
15546
15547 2014-02-10 Yao Qi <yao@codesourcery.com>
15548
15549 PR testsuite/16543
15550 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15551 * configure: Regenerated.
15552 * Makefile.in: New file.
15553
15554 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15555
15556 * gdb.python/py-framefilter.exp: Fix typo.
15557
15558 2014-02-08 Yao Qi <yao@codesourcery.com>
15559
15560 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15561 that no =breakpoint-modified is emitted when breakpoints are
15562 modified through MI commands.
15563
15564 2014-02-07 Pedro Alves <pedro@codesourcery.com>
15565 Pedro Alves <palves@redhat.com>
15566
15567 * gdb.threads/step-after-sr-lock.c: New file.
15568 * gdb.threads/step-after-sr-lock.exp: New file.
15569
15570 2014-02-07 Pedro Alves <palves@redhat.com>
15571
15572 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15573
15574 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15575
15576 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15577 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15578
15579 2014-02-06 Doug Evans <xdje42@gmail.com>
15580
15581 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15582 output.
15583
15584 * gdb.gdb/python-interrupts.exp: New file.
15585
15586 2014-02-05 Yao Qi <yao@codesourcery.com>
15587
15588 * gdb.trace/report.exp (use_collected_data): Test the output
15589 of "info threads" and "info inferiors".
15590
15591 2014-02-05 Yao Qi <yao@codesourcery.com>
15592
15593 Revert this patch:
15594
15595 2013-05-24 Yao Qi <yao@codesourcery.com>
15596
15597 * gdb.trace/tfile.exp: Test inferior and thread.
15598
15599 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15600
15601 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15602 on a function.
15603 * gdb.base/step-bt.c: Call hello via function pointer to make
15604 sure its first instruction is executed on powerpc64le-linux.
15605
15606 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15607
15608 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15609
15610 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15611
15612 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15613 of the test patterns for use on little-endian systems.
15614
15615 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15616
15617 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15618 (decimal_vector): Fix for little-endian.
15619
15620 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15621
15622 * gdb.arch/sparc-sysstep.exp: New file.
15623 * gdb.arch/sparc-sysstep.c: Likewise.
15624
15625 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15626
15627 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15628
15629 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15630
15631 2014-01-23 Tom Tromey <tromey@redhat.com>
15632
15633 * gdb.ada/array_char_idx: New testcase.
15634
15635 2014-01-23 Tom Tromey <tromey@redhat.com>
15636
15637 PR python/16487:
15638 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15639 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15640 classes.
15641
15642 2014-01-23 Tom Tromey <tromey@redhat.com>
15643
15644 PR python/16491:
15645 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15646 string from an inferior frame.
15647 * gdb.python/py-framefilter-mi.exp: Update.
15648
15649 2014-01-22 Doug Evans <dje@google.com>
15650
15651 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15652
15653 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15654
15655 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15656
15657 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15658
15659 * gdb.trace/entry-values.exp: Remove excess space character from
15660 regex patterns. Handle s390 call instruction.
15661
15662 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15663
15664 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15665 define "*_start" label. Make "name" static.
15666 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15667 ${name} by references to ${name}_start.
15668
15669 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15670
15671 * gdb.base/info-macros.exp: Remove "debug" from the compile
15672 options.
15673
15674 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15675
15676 * gdb.dlang/demangle.exp: New file.
15677
15678 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15679
15680 * gdb.dlang/primitive-types.exp: New file.
15681
15682 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15683
15684 * configure.ac: Create gdb.dlang/Makefile.
15685 * configure: Regenerate.
15686 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15687 * gdb.dlang/Makefile.in: New file.
15688 * lib/d-support.exp: New file.
15689 * lib/gdb.exp (skip_d_tests): New proc.
15690
15691 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15692
15693 * gdb.btrace/delta.exp: Check reverse stepi.
15694 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15695 * gdb.btrace/finish.exp: New.
15696 * gdb.btrace/next.exp: New.
15697 * gdb.btrace/nexti.exp: New.
15698 * gdb.btrace/record_goto.c: Add comments.
15699 * gdb.btrace/step.exp: New.
15700 * gdb.btrace/stepi.exp: New.
15701 * gdb.btrace/multi-thread-step.c: New.
15702 * gdb.btrace/multi-thread-step.exp: New.
15703 * gdb.btrace/rn-dl-bind.c: New.
15704 * gdb.btrace/rn-dl-bind.exp: New.
15705 * gdb.btrace/data.c: New.
15706 * gdb.btrace/data.exp: New.
15707 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15708
15709 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15710
15711 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15712 * gdb.btrace/exception.exp: Update.
15713 * gdb.btrace/instruction_history.exp: Update.
15714 * gdb.btrace/record_goto.exp: Update.
15715 * gdb.btrace/tailcall.exp: Update.
15716 * gdb.btrace/unknown_functions.exp: Update.
15717 * gdb.btrace/delta.exp: New.
15718
15719 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15720
15721 * gdb.btrace/record_goto.exp: Add backtrace test.
15722 * gdb.btrace/tailcall.exp: Add backtrace test.
15723
15724 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15725
15726 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15727 * gdb.btrace/record_goto.c: New.
15728 * gdb.btrace/record_goto.exp: New.
15729 * gdb.btrace/x86-record_goto.S: New.
15730
15731 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15732
15733 * gdb.btrace/function_call_history.exp: Update tests.
15734 * gdb.btrace/instruction_history.exp: Update tests.
15735
15736 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15737
15738 * gdb.btrace/function_call_history.exp: Fix expected field
15739 order for "record function-call-history".
15740 Add new tests for "record function-call-history /c".
15741 * gdb.btrace/exception.cc: New.
15742 * gdb.btrace/exception.exp: New.
15743 * gdb.btrace/tailcall.exp: New.
15744 * gdb.btrace/x86-tailcall.S: New.
15745 * gdb.btrace/x86-tailcall.c: New.
15746 * gdb.btrace/unknown_functions.c: New.
15747 * gdb.btrace/unknown_functions.exp: New.
15748 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15749
15750 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15751
15752 * gdb.btrace/instruction_history.exp: Update.
15753 * gdb.btrace/function_call_history.exp: Update.
15754
15755 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15756
15757 * gdb.btrace/function_call_history.exp: Fix expected function
15758 trace.
15759 * gdb.btrace/instruction_history.exp: Initialize traced.
15760 Remove traced_functions.
15761
15762 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15763
15764 * gdb.btrace/function_call_history.exp: Update
15765 * gdb.btrace/instruction_history.exp: Update.
15766
15767 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15768
15769 * gdb.btrace/enable.exp: Update expected text.
15770
15771 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15772
15773 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15774 bytes.
15775
15776 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15777
15778 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15779
15780 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15781
15782 * lib/gdb.exp (supports_process_record): Return true for
15783 arm*-linux*. (supports_reverse): Likewise.
15784
15785 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15786
15787 PR python/15464
15788 PR python/16113
15789 * gdb.python/py-type.c: Enhance test case.
15790 * gdb.python/py-value-cc.cc: Likewise
15791 * gdb.python/py-type.exp: Add new tests.
15792 * gdb.python/py-value-cc.exp: Likewise
15793
15794 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15795 Pedro Alves <palves@redhat.com>
15796
15797 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15798 Make "name" extern.
15799 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15800 references to ${name}_start by references to ${name}.
15801
15802 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15803
15804 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15805
15806 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15807
15808 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15809
15810 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15811 Pedro Alves <palves@redhat.com>
15812
15813 * gdb.mi/mi-info-os.exp: Connect to the target with
15814 mi_gdb_target_load.
15815
15816 2014-01-08 Pedro Alves <palves@redhat.com>
15817
15818 * gdb.threads/reconnect-signal.c: New file.
15819 * gdb.threads/reconnect-signal.exp: New file.
15820
15821 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15822
15823 * gdb.base/source-dir.exp: New file.
15824
15825 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15826
15827 * gdb.ada/mi_interface: New testcase.
15828
15829 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15830
15831 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15832 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15833 gdb.ada/pp-rec-component/pck.ads: New files.
15834
15835 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15836
15837 * gdb.python/py-pp-integral.c: New file.
15838 * gdb.python/py-pp-integral.py: New file.
15839 * gdb.python/py-pp-integral.exp: New file.
15840
15841 For older changes see ChangeLog-1993-2013.
15842 \f
15843 ;; Local Variables:
15844 ;; mode: change-log
15845 ;; left-margin: 8
15846 ;; fill-column: 74
15847 ;; version-control: never
15848 ;; End:
15849
15850 Copyright 2014-2019 Free Software Foundation, Inc.
15851 Copying and distribution of this file, with or without modification,
15852 are permitted provided the copyright notice and this notice are preserved.
This page took 0.387803 seconds and 4 git commands to generate.