m32c padding with nops
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12019-05-03 Tom Tromey <tromey@adacore.com>
2
3 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5 * gdb.ada/char_enum.exp: Add test.
6
72019-05-03 Tom de Vries <tdevries@suse.de>
8
9 * boards/cc-with-gdb-index.exp: New file.
10
112019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.rust/simple.exp: Add new test case.
14 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
15 (main): Initialise an instance of the new struct.
16
172019-05-01 Tom Tromey <tromey@adacore.com>
18
19 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
20 record.
21 (NPR): New variable.
22 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
23 test.
24
252019-05-01 Tom Tromey <tromey@adacore.com>
26
27 * gdb.ada/packed_array_assign.exp: Add packed assignment
28 regression test.
29
302019-05-01 Tom de Vries <tdevries@suse.de>
31
32 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
33
342019-05-01 Tom de Vries <tdevries@suse.de>
35
36 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
37
382019-04-30 Ali Tamur <tamur@google.com>
39
40 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
41
422019-04-30 Tom Tromey <tromey@adacore.com>
43
44 * lib/ada.exp (find_ada_tool): New proc.
45 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
46 * gdb.ada/catch_ex_std.exp: New file.
47 * gdb.ada/catch_ex_std/foo.adb: New file.
48 * gdb.ada/catch_ex_std/some_package.adb: New file.
49 * gdb.ada/catch_ex_std/some_package.ads: New file.
50
512019-04-30 Tom Tromey <tromey@adacore.com>
52
53 PR c++/24470:
54 * gdb.cp/temargs.cc: Add test code from PR.
55
562019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.fortran/vla-datatypes.exp: Update expected results.
59 * gdb.fortran/vla-ptype.exp: Likewise.
60 * gdb.fortran/vla-type.exp: Likewise.
61 * gdb.fortran/vla-value.exp: Likewise.
62
632019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * gdb.fortran/ptr-indentation.exp: Update expected results.
66 * gdb.fortran/ptype-on-functions.exp: Likewise.
67 * gdb.fortran/vla-ptr-info.exp: Likewise.
68 * gdb.fortran/vla-value.exp: Likewise.
69
702019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * gdb.fortran/ptype-on-functions.exp: New file.
73 * gdb.fortran/ptype-on-functions.f90: New file.
74
752019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
78 case void string.
79
802019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * gdb.fortran/complex.exp: Expand.
83 * gdb.fortran/complex.f: Renamed to...
84 * gdb.fortran/complex.f90: ...this, and extended to add more
85 complex values.
86
872019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
88
89 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
90 MODULO, CMPLX.
91
922019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
93 Richard Bunt <richard.bunt@arm.com>
94
95 * gdb.base/max-depth.c: New file.
96 * gdb.base/max-depth.exp: New file.
97 * gdb.python/py-nested-maps.c: New file.
98 * gdb.python/py-nested-maps.exp: New file.
99 * gdb.python/py-nested-maps.py: New file.
100 * gdb.python/py-format-string.exp (test_max_depth): New proc.
101 (test_all_common): Call test_max_depth.
102 * gdb.fortran/max-depth.exp: New file.
103 * gdb.fortran/max-depth.f90: New file.
104 * gdb.go/max-depth.exp: New file.
105 * gdb.go/max-depth.go: New file.
106 * gdb.modula2/max-depth.exp: New file.
107 * gdb.modula2/max-depth.c: New file.
108 * lib/gdb.exp (get_print_expr_at_depths): New proc.
109
1102019-04-29 Tom de Vries <tdevries@suse.de>
111
112 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
113
1142019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
115
116 * gdb.base/callexit.exp: Test may-call-functions off.
117
1182019-04-25 Keith Seitz <keiths@redhat.com>
119
120 PR c++/24367
121 * gdb.cp/meth-typedefs.cc (incomplete_struct)
122 (another_incomplete_struct, test_incomplete): New definitions.
123 (main): Use new definitions.
124 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
125 functions.
126
1272019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
128
129 PR corefiles/11608
130 PR corefiles/18187
131 * gdb.base/coredump-filter-build-id.exp: New file.
132
1332019-04-25 Alan Hayward <alan.hayward@arm.com>
134
135 * Makefile.in: Pass through GDBSERVER_DEBUG.
136 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
137 (gdbserver,debug): Add board setting.
138 * gdb.trace/tspeed.exp: Skip when debugging.
139 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
140 * lib/gdbserver-support.exp: Likewise
141
1422019-04-24 Tom Tromey <tromey@adacore.com>
143
144 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
145 Rust.
146
1472019-04-24 Tom Tromey <tromey@adacore.com>
148
149 * gdb.arch/amd64-eval.exp: Test bitfield return.
150 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
151 (class Foo) <return_bitfields>: New method.
152 (main): Call it.
153
1542019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * gdb.cp/many-args.cc: New file.
157 * gdb.cp/many-args.exp: New file.
158
1592019-04-23 Tom de Vries <tdevries@suse.de>
160
161 PR gdb/24433
162 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
163
1642019-04-23 Alan Hayward <alan.hayward@arm.com>
165
166 * gdb.trace/backtrace.exp: Use nopie flag.
167 * gdb.trace/circ.exp: Likewise.
168 * gdb.trace/collection.exp: Likewise.
169 * gdb.trace/ftrace.exp: Likewise.
170 * gdb.trace/mi-trace-unavailable.exp: Likewise.
171 * gdb.trace/mi-traceframe-changed.exp: Likewise.
172 * gdb.trace/qtro.exp: Likewise.
173 * gdb.trace/read-memory.exp: Likewise.
174 * gdb.trace/report.exp: Likewise.
175 * gdb.trace/tfile.exp: Likewise.
176 * gdb.trace/tfind.exp: Likewise.
177 * gdb.trace/unavailable.exp: Likewise.
178
1792019-04-22 Pedro Alves <palves@redhat.com>
180
181 * gdb.base/solib-probes-nosharedlibrary.c,
182 gdb.base/solib-probes-nosharedlibrary.exp: New files.
183
1842019-04-19 Tom Tromey <tromey@adacore.com>
185
186 * gdb.ada/ptype_union.c: New file.
187 * gdb.ada/ptype_union.exp: New file.
188
1892019-04-19 Tom Tromey <tromey@adacore.com>
190
191 PR symtab/24423:
192 * gdb.base/list0.h (foo): Add a control-l character.
193
1942019-04-18 Tom de Vries <tdevries@suse.de>
195
196 PR gdb/24433
197 * boards/local-board.exp: Set sysroot to "".
198
1992019-04-18 Tom de Vries <tdevries@suse.de>
200 Pedro Alves <palves@redhat.com>
201
202 PR gdb/24454
203 * gdb.threads/vfork-follow-child-exec.c: New file.
204 * gdb.threads/vfork-follow-child-exec.exp: New file.
205 * gdb.threads/vfork-follow-child-exit.c: New file.
206 * gdb.threads/vfork-follow-child-exit.exp: New file.
207
2082019-04-15 Leszek Swirski <leszeks@google.com>
209
210 * gdb.arch/amd64-eval.cc: New file.
211 * gdb.arch/amd64-eval.exp: New file.
212
2132019-04-11 Alan Hayward <alan.hayward@arm.com>
214
215 * gdb.server/sysroot.c: New test.
216 * gdb.server/sysroot.exp: New file.
217 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
218 matching param.
219
2202019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * gdb.base/align.exp: Extend test to cover structures containing
223 only static fields.
224
2252019-04-11 Tom de Vries <tdevries@suse.de>
226
227 * boards/cc-with-dwz-m.exp: New file.
228 * boards/cc-with-dwz.exp: New file.
229 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
230
2312019-04-09 Simon Marchi <simon.marchi@efficios.com>
232
233 * gdb.base/start-cpp.exp: New file.
234 * gdb.base/start-cpp.cc: New file.
235
2362019-04-08 Kevin Buettner <kevinb@redhat.com>
237
238 * gdb.python/py-thrhandle.exp: Adjust tests to call
239 thread_from_handle instead of thread_from_thread_handle.
240
2412019-04-08 Kevin Buettner <kevinb@redhat.com>
242
243 * gdb.python/py-thrhandle.exp: Add tests for
244 gdb.InferiorThread.handle.
245
2462019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
247
248 * gdb.python/py-function.exp: Check calling helper function from
249 all languages.
250 * lib/gdb.exp (gdb_supported_languages): New proc.
251
2522019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * gdb.base/complex-parts.c: New file.
255 * gdb.base/complex-parts.exp: New file.
256
2572019-04-01 Tom Tromey <tromey@adacore.com>
258
259 PR symtab/23331:
260 * gdb.dwarf2/dw2-ranges-main.c: New file.
261 * gdb.dwarf2/dw2-ranges-psym.c: New file.
262 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
263
2642019-03-30 Simon Marchi <simark@simark.ca>
265
266 * gdb.base/default.exp: Add values for $_gdb_major and
267 $_gdb_minor.
268
2692019-03-29 Tom Tromey <tromey@adacore.com>
270
271 * gdb.base/help.exp: Tighten apropos regexp.
272
2732019-03-29 Keith Seitz <keiths@redhat.com>
274
275 * gdb.fortran/array-bounds.exp: New file.
276 * gdb.fortran/array-bounds.f90: New file.
277
2782019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
279
280 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
281
2822019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
283
284 * gdb.multi/hello.c (main): Increase alarm timer.
285
2862019-03-28 Sandra Loosemore <sandra@codesourcery.com>
287
288 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
289 factor when no hardware watchpoint support.
290
2912019-03-28 Alan Hayward <alan.hayward@arm.com>
292 Pedro Alves <palves@redhat.com>
293
294 * boards/local-board.exp: set sysroot to /.
295
2962019-03-27 Alan Hayward <alan.hayward@arm.com>
297
298 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
299 in child.
300
3012019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
304 field.
305 (make_container): Initialise new field.
306 * gdb.python/py-prettyprint.exp: Add new tests.
307 * gdb.python/py-prettyprint.py (class ContainerPrinter)
308 <display_hint>: New method.
309
3102019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
313 gdb_continue_to_breakpoint more throughout this test.
314 (run_lang_tests) Supply unique test names, and use
315 gdb_test_no_output.
316
3172019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
318
319 * gdb.base/finish-pretty.exp: Update expected results.
320 * gdb.base/pretty-print.c: New file.
321 * gdb.base/pretty-print.exp: New file.
322
3232019-03-25 Pedro Alves <palves@redhat.com>
324
325 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
326 move comments outside list. Append '-i "" eof' section.
327
3282019-03-22 Alan Hayward <alan.hayward@arm.com>
329
330 * README: Add pie options.
331 * gdb.base/break-interp.exp: Ensure pie is disabled.
332 * gdb.base/dump.exp: Likewise.
333 * lib/gdb.exp (gdb_compile): Add pie option.
334
3352019-03-19 Tom Tromey <tromey@adacore.com>
336
337 * gdb.mi/mi2-cli-display.c: New file.
338 * gdb.mi/mi2-cli-display.exp: New file.
339
3402019-03-18 Joel Brobecker <brobecker@adacore.com>
341 Tom Tromey <tromey@adacore.com>
342
343 * gdb.ada/ptype_array/pck.adb: New file.
344 * gdb.ada/ptype_array/pck.ads: New file.
345 * gdb.ada/ptype_array/foo.adb: New file.
346 * gdb.ada/ptype_array.exp: New file.
347
3482019-03-14 Tom Tromey <tromey@adacore.com>
349
350 * gdb.base/style.exp: Add "set style sources" test.
351
3522019-03-13 Simon Marchi <simon.marchi@ericsson.com>
353
354 * mi-breakpoint-location-ena-dis.exp: Rename to ...
355 * mi-breakpoint-multiple-locations.exp: ... this.
356 (make_breakpoints_pattern): New proc.
357 (do_test): Add mi_version parameter, test -break-insert,
358 -break-info and =breakpoint-created.
359
3602019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * config/default.exp: Remove 'load_lib gdb.exp'.
363 * config/monitor.exp: Likewise.
364 * config/sid.exp: Likewise.
365 * config/sim.exp: Likewise.
366 * config/slite.exp: Likewise.
367 * config/unix.exp: Likewise.
368 * gdb.base/default.exp: Remove unhelpful comment.
369
3702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
371
372 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
373
3742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
375
376 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
377
3782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * gdb.fortran/type-kinds.exp: Update expected results.
381
3822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * gdb.fortran/type-kinds.exp: Test new integer type kind.
385
3862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
387
388 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
389 function.
390 (test_basic_parsing_of_type_kinds): Expand types tested.
391 (test_parsing_invalid_type_kinds): New function.
392
3932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.fortran/intrinsics.exp: New file.
396 * gdb.fortran/intrinsics.f90: New file.
397 * gdb.fortran/type-kinds.exp: New file.
398
3992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
400
401 * gdb.fortran/dot-ops.exp: New file.
402
4032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
404
405 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
406 Check upper and lower case logical literals.
407
4082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * gdb.fortran/types.exp (test_float_literal_types_accepted):
411 Remove duplicate tests.
412
4132019-03-06 Alan Hayward <alan.hayward@arm.com>
414
415 * lib/gdb.exp (builtin_cd): rename of cd.
416 (cd): Override builtin.
417
4182019-03-06 Richard Bunt <richard.bunt@arm.com>
419
420 * gdb.fortran/function-calls.exp: New file.
421 * gdb.fortran/function-calls.f90: New test.
422
4232019-03-04 Richard Bunt <richard.bunt@arm.com>
424
425 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
426 on user program standard output.
427 * gdb.fortran/short-circuit-argument-list.f90: Record function
428 calls.
429
4302019-02-28 Alan Hayward <alan.hayward@arm.com>
431
432 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
433 failure.
434
4352019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
436
437 PR gdb/8527
438 * gdb.base/interrupt-daemon-attach.c,
439 gdb.base/interrupt-daemon-attach.exp: New test.
440
4412019-02-27 Pedro Alves <palves@redhat.com>
442
443 * gdb.base/page.exp: Add tests for "set width/height -1".
444
4452019-02-27 Pedro Alves <palves@redhat.com>
446
447 * gdb.base/page.exp: Add tests for "set/show width/height" with
448 "infinite" values.
449
4502019-02-27 Tom Tromey <tromey@adacore.com>
451
452 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
453 2.4.
454 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
455 workaround.
456
4572019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
458
459 * gdb.base/align.exp: Extend to compile in both C and C++, and add
460 tests for structs with static members.
461
4622019-02-26 Tom Tromey <tromey@adacore.com>
463
464 * gdb.python/py-value.exp (test_value_from_buffer): Check for
465 ValueError, not TypeError.
466
4672019-02-26 Kevin Buettner <kevinb@redhat.com>
468
469 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
470 call from main program.
471
4722019-02-23 Joel Brobecker <brobecker@adacore.com>
473
474 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
475 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
476 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
477 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
478 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
479
4802019-02-22 Keith Seitz <keiths@redhat.com>
481
482 PR symtab/23853
483 * gdb.base/symlink-sourcefile.c: New file.
484 * gdb.base/symlink-sourcefile.exp: New file.
485
4862019-02-20 Tom Tromey <tom@tromey.com>
487
488 * gdb.base/info_qt.exp: Update.
489
4902019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
491
492 * gdb.base/source.exp: Move "error in sourced script" code to
493 the end.
494 * gdb.base/source-error.gdb: Move contents to
495 source-error-1.gdb. Add new code to source source-error-1.gdb.
496 * gdb.base/source-error-1.gdb: New file, from previous
497 source-error.gdb.
498
4992019-02-17 Tom Tromey <tom@tromey.com>
500
501 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
502 for macro styling.
503 * gdb.base/style.c (SOME_MACRO): New macro.
504
5052019-02-17 Tom Tromey <tom@tromey.com>
506
507 * gdb.base/style.exp: Add line-wrapping tests.
508 * gdb.base/page.exp: Add test for quitting during pagination.
509
5102019-02-17 Joel Brobecker <brobecker@adacore.com>
511
512 * gdb.ada/big_packed_array: New testcase.
513 * gdb.ada/homonym.exp: Fix incorrect expected output for
514 "break <homonym__get_value>" test.
515
5162019-02-13 Weimin Pan <weimin.pan@oracle.com>
517
518 PR breakpoints/21870
519 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
520 and prepare_for_testing. Add comment.
521 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
522 redundant cleanup call. Clean up comment.
523
5242019-02-12 Weimin Pan <weimin.pan@oracle.com>
525
526 PR breakpoints/21870
527 * gdb.arch/aarch64-dbreg-contents.exp: New file.
528 * gdb.arch/aarch64-dbreg-contents.c: New file.
529
5302019-02-10 Joel Brobecker <brobecker@adacore.com>
531
532 * gdb.ada/mi_ref_changeable: New testcase.
533
5342019-02-07 Alan Hayward <alan.hayward@arm.com>
535
536 * gdb.base/attach.exp: Add double attach test.
537
5382019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
539
540 * lib/gdb.exp (default_gdb_start): Don't match pagination
541 prompt.
542 (gdb_init): Set stty_init.
543
5442019-01-27 Tom Tromey <tom@tromey.com>
545
546 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
547 skip_python_tests.
548
5492019-01-24 Alan Hayward <alan.hayward@arm.com>
550
551 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
552 New structure.
553 (struct struct_static_02_02): Likewise.
554 (struct struct_static_02_03): Likewise.
555 (struct struct_static_02_04): Likewise.
556 (struct struct_static_04_01): Likewise.
557 (struct struct_static_04_02): Likewise.
558 (struct struct_static_04_03): Likewise.
559 (struct struct_static_04_04): Likewise.
560 (struct struct_static_06_01): Likewise.
561 (struct struct_static_06_02): Likewise.
562 (struct struct_static_06_03): Likewise.
563 (struct struct_static_06_04): Likewise.
564 (cmp_struct_static_02_01): Likewise.
565 (cmp_struct_static_02_02): Likewise.
566 (cmp_struct_static_02_03): Likewise.
567 (cmp_struct_static_02_04): Likewise.
568 (cmp_struct_static_04_01): Likewise.
569 (cmp_struct_static_04_02): Likewise.
570 (cmp_struct_static_04_03): Likewise.
571 (cmp_struct_static_04_04): Likewise.
572 (cmp_struct_static_06_01): Likewise.
573 (cmp_struct_static_06_02): Likewise.
574 (cmp_struct_static_06_03): Likewise.
575 (cmp_struct_static_06_04): Likewise.
576 (call_all): Test new structs.
577 * gdb.base/infcall-nested-structs.exp: Likewise.
578
5792019-01-21 Alan Hayward <alan.hayward@arm.com>
580 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
581
5822019-01-21 Alan Hayward <alan.hayward@arm.com>
583 * gdb.base/stack-protector.c: New test.
584 * gdb.base/stack-protector.exp: New file.
585 * gdb.cp/ovldbreak.exp: Only allow a single break line.
586 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
587 option.
588 (gdb_compile): Remove stack protector for GCC and prevent
589 recursion.
590
5912019-01-16 Keith Seitz <keiths@redhat.com>
592
593 PR gdb/23773
594 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
595
5962019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
597
598 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
599 aliases.
600 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
601 tests.
602 * gdb.arch/powerpc-vector-regs.c: New file.
603 * gdb.arch/powerpc-vector-regs.exp: New file.
604
6052019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
606
607 * gdb.arch/altivec-regs.exp: Fix the list passed to
608 gdb_expect_list when testing "info vector".
609
6102019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
611
612 * gdb.base/style.exp: Don't include path in testname.
613
6142019-01-10 Keith Seitz <keiths@redhat.com>
615
616 PR gdb/23712
617 PR symtab/23010
618 * gdb.dwarf2/multidictionary.exp: New file.
619
6202019-01-09 Simon Marchi <simon.marchi@ericsson.com>
621
622 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
623 (test_gnuv3_style_demangling): ... this.
624 (test_lucid_style_demangling): Remove.
625 (test_arm_style_demangling): Remove.
626 (test_hp_style_demangling): Remove.
627 (do_tests): Remove calls to the above.
628
6292019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
630
631 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
632 case.
633
6342019-01-06 Tom Tromey <tom@tromey.com>
635
636 PR gdb/28155:
637 * gdb.dwarf2/typedef-void-finish.exp: New file.
638
6392018-12-28 Tom Tromey <tom@tromey.com>
640 Simon Marchi <simark@simark.ca>
641
642 * gdb.base/jit-exec.exp: New file.
643 * gdb.base/jit-exec.c: New file.
644 * gdb.base/jit-execd.c: New file.
645
6462018-12-28 Tom Tromey <tom@tromey.com>
647
648 * gdb.base/style.exp: Update test to check for address styling.
649
6502018-12-28 Tom Tromey <tom@tromey.com>
651
652 * gdb.base/style.exp: Add test for styling of "Reading symbols"
653 message.
654
6552018-12-28 Tom Tromey <tom@tromey.com>
656
657 * gdb.base/style.exp: Add test for version number styling.
658
6592018-12-28 Tom Tromey <tom@tromey.com>
660
661 * gdb.base/style.exp: Add test for print_address_symbolic.
662
6632018-12-28 Tom Tromey <tom@tromey.com>
664
665 * gdb.base/style.exp: Add test for breakpoint setting.
666
6672018-12-28 Tom Tromey <tom@tromey.com>
668
669 * gdb.base/style.exp: Add test for variable names.
670
6712018-12-28 Tom Tromey <tom@tromey.com>
672
673 * gdb.base/style.exp: New file.
674 * gdb.base/style.c: New file.
675
6762018-12-28 Tom Tromey <tom@tromey.com>
677
678 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
679 "dumb".
680 * gdb.base/readline.exp (operate_and_get_next): Save and restore
681 the TERM environment variable.
682
6832018-12-27 Tom Tromey <tom@tromey.com>
684
685 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
686 pagination test.
687
6882018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
691 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
692
6932018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
694
695 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
696 Filename a.adb changed to bp_fun_addr.adb.
697 gdb.ada/bp_fun_addr.exp: Update test accordingly.
698
6992018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
700
701 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
702 non-PIE executables.
703 * README: Mention the gdb,nopie_flag board setting.
704 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
705 non-PIE executable.
706 * gdb.arch/amd64-entry-value.exp: Likewise.
707 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
708 * gdb.arch/i386-float.exp: Likewise.
709 * gdb.arch/i386-signal.exp: Likewise.
710 * gdb.mi/mi-reg-undefined.exp: Likewise.
711
7122018-12-21 Paul Marechal <paul.marechal@ericsson.com>
713
714 PR gdb/23974
715 * gdb.base/info-os.exp: Check return for unknown "info os" type.
716
7172018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
718
719 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
720 Update order of results accordingly.
721
7222018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
723
724 * gdb.base/annota1.exp: Update a test regexp.
725
7262018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
727
728 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
729
7302018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
731
732 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
733 (reuse_time): Initialize to REUSE_TIME_CAP.
734 (check_rc): New function.
735 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
736 Check pthread_create rc.
737 (spawner_thread_func): Check pthread_create and pthread_join rc.
738
7392018-12-08 Pedro Alves <palves@redhat.com>
740
741 * gdb.base/list.exp (test_forward_search): Rename to ...
742 (test_forward_reverse_search): ... this. Also test reverse-search
743 and the forward-search alias.
744
7452018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
746
747 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
748 local timeout variable before return, and remove all local timeout
749 variable entirely.
750 (gdb_load): Likewise.
751
7522018-12-01 Tom de Vries <tdevries@suse.de>
753
754 * gdb.base/gdb-caching-proc.exp: New file.
755
7562018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
757
758 * Makefile.in (TIMESTAMP): New variable.
759 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
760 command.
761 (check-single-racy): Likewise.
762 (check/%.exp): Likewise.
763 (check-racy/%.exp): Likewise.
764 (workers/%.worker): Likewise.
765 (build-perf): Likewise.
766 (check-perf): Likewise.
767 * README: Describe new "TS" and "TS_FORMAT" variables.
768 * print-ts.py: New file.
769
7702018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
771
772 PR python/23714
773 * gdb.python/python.exp: Test command repetition after
774 gdb.execute.
775
7762018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.opt/inline-break.exp: Add test that info breakpoint output
779 is correctly aligned.
780
7812018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
782
783 * gdb.ada/info_auto_lang.exp: New testcase.
784 * gdb.ada/info_auto_lang/global_pack.ads: New file.
785 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
786 * gdb.ada/info_auto_lang/some_c.c: New file.
787
7882018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
789
790 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
791 FUNC_lang language syntax.
792
7932018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
794
795 * gdb.base/info_minsym.c: New file.
796 * gdb.base/info_minsym.exp: New file.
797
7982018-11-19 Tom Tromey <tom@tromey.com>
799
800 PR rust/23625:
801 * gdb.rust/simple.exp: Add ptype test. Update expected output.
802 * gdb.rust/expr.exp: Update expected output. Change one test.
803
8042018-11-19 Tom Tromey <tom@tromey.com>
805
806 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
807
8082018-11-19 Pedro Alves <palves@redhat.com>
809
810 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
811 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
812 see the expected warning.
813
8142018-11-16 Alan Hayward <alan.hayward@arm.com>
815
816 PR gdb/22736:
817 * gdb.cp/infcall-nodebug-lib.c: New test.
818 * gdb.cp/infcall-nodebug-main.c: New test.
819 * gdb.cp/infcall-nodebug.exp: New file.
820
8212018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
822
823 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
824 completer tests.
825
8262018-11-09 Tom de Vries <tdevries@suse.de>
827
828 * gdb.base/msym-lang.c: New test.
829 * gdb.base/msym-lang.exp: New file.
830 * gdb.base/msym-lang-main.c: New test.
831
8322018-11-08 Tom Tromey <tom@tromey.com>
833
834 PR gdb/23555:
835 PR gdb/23838:
836 * gdb.base/warning.exp: New file.
837
8382018-11-08 Jan Beulich <jbeulich@suse.com>
839
840 * testsuite/gdb.arch/i386-avx512.c,
841 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
842
8432018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
846 point hardware.
847
8482018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
851 * gdb.dwarf2/missing-type-name.exp: New file.
852
8532018-11-06 Tom de Vries <tdevries@suse.de>
854
855 * gdb.base/many-headers.c: New test.
856 * gdb.base/many-headers.exp: New file.
857
8582018-11-06 Jim Wilson <jimw@sifive.com>
859
860 * gdb.base/code_elim.exp: For riscv, set additional_flags
861 to include -msmall-data-limit=0.
862
8632018-11-01 Joel Brobecker <brobecker@adacore.com>
864
865 * gdb.ada/watch_minus_l: New testcase.
866
8672018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
868
869 * gdb.arch/aix-sighandle.c: New file.
870 * gdb.arch/aix-sighandle.exp: New file.
871
8722018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
873
874 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
875 registers being unions.
876
8772018-10-31 Tom de Vries <tdevries@suse.de>
878
879 * lib/valgrind.exp: New file.
880 (vgdb_start, vgdb_stop): New procs, factored out of ...
881 * gdb.base/valgrind-bt.exp: ... here, ...
882 * gdb.base/valgrind-disp-step.exp: ... here and ...
883 * gdb.base/valgrind-infcall.exp: ... here.
884
8852018-10-31 Tom de Vries <tdevries@suse.de>
886
887 * lib/gdb.exp (get_valueof): Don't output read value in test name.
888
8892018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.dwarf2/void-type.c: New file.
892 * gdb.dwarf2/void-type.exp: New file.
893
8942018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
895
896 * gdb.base/info_qt.c: New file.
897 * gdb.base/info_qt.exp: New file.
898
8992018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
900
901 * gdb.arch/powerpc-htm-regs.c: New file.
902 * gdb.arch/powerpc-htm-regs.exp: New file.
903
9042018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
905
906 * gdb.arch/powerpc-tar.c: New file.
907 * gdb.arch/powerpc-tar.exp: New file.
908
9092018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
910
911 * gdb.arch/powerpc-ppr-dscr.c: New file.
912 * gdb.arch/powerpc-ppr-dscr.exp: New file.
913
9142018-10-25 Tom de Vries <tdevries@suse.de>
915
916 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
917
9182018-10-24 Tom de Vries <tdevries@suse.de>
919
920 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
921 longer exists error.
922
9232018-10-24 Tom de Vries <tdevries@suse.de>
924
925 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
926
9272018-10-24 Tom de Vries <tdevries@suse.de>
928
929 * gdb.base/valgrind-db-attach.exp: Handle removed support for
930 --db-attach in valgrind.
931
9322018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.arch/riscv-reg-aliases.c: New file.
935 * gdb.arch/riscv-reg-aliases.exp: New file.
936
9372018-10-19 Alan Hayward <alan.hayward@arm.com>
938
939 * gdb.python/py-cmd.exp: Check for gdb_prompt.
940
9412018-10-19 Alan Hayward <alan.hayward@arm.com>
942
943 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
944
9452018-10-19 Alan Hayward <alan.hayward@arm.com>
946
947 * gdb.cp/ovldbreak.exp: Fix regexps.
948
9492018-10-19 Alan Hayward <alan.hayward@arm.com>
950
951 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
952
9532018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
954
955 PR cli/23785
956 * gdb.base/restore.exp: New test to check if "restore" with an
957 invalid file doesn't segfault.
958
9592018-10-18 Tom de Vries <tdevries@suse.de>
960
961 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
962 * gdb.ada/excep_handle.exp: Same.
963 * gdb.ada/mi_string_access.exp: Same.
964 * gdb.ada/mi_var_union.exp: Same.
965 * gdb.arch/arc-analyze-prologue.exp: Same.
966 * gdb.arch/arc-decode-insn.exp: Same.
967 * gdb.base/readnever.exp: Same.
968 * gdb.fortran/printing-types.exp: Same.
969 * gdb.guile/scm-lazy-string.exp: Same.
970
9712018-10-16 Tom de Vries <tdevries@suse.de>
972
973 PR gdb/23730
974 * gdb.base/catch-follow-exec.c: Add copyright notice.
975 * gdb.base/catch-follow-exec.exp: Rewrite to use
976 gdb_spawn_with_cmdline_opts. Require gdb-native.
977
9782018-10-12 Sandra Loosemore <sandra@codesourcery.com>
979
980 * gdb.trace/actions-changed.exp: Check for arch support.
981 * gdb.trace/actions.exp: Likewise.
982 * gdb.trace/ax.exp: Likewise.
983 * gdb.trace/backtrace.exp: Likewise.
984 * gdb.trace/change-loc.exp: Likewise.
985 * gdb.trace/deltrace.exp: Likewise.
986 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
987 * gdb.trace/ftrace.exp: Likewise.
988 * gdb.trace/infotrace.exp: Check for arch support.
989 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
990 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
991 * gdb.trace/mi-tsv-changed.exp: Likewise.
992 * gdb.trace/packetlen.exp: Likewise.
993 * gdb.trace/passc-dyn.exp: Likewise.
994 * gdb.trace/passcount.exp: Likewise.
995 * gdb.trace/pending.exp: Likewise.
996 * gdb.trace/range-stepping.exp: Check for shlib support.
997 * gdb.trace/report.exp: Check for arch support.
998 * gdb.trace/save-trace.exp: Likewise.
999 * gdb.trace/signal.exp: Check for signal support.
1000 * gdb.trace/tfind.exp: Check for arch support.
1001 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1002 * gdb.trace/trace-common.h: Add comment.
1003 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1004 * gdb.trace/trace-enable-disable.exp: Likewise.
1005 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1006 * gdb.trace/tracecmd.exp: Check for arch support.
1007 * gdb.trace/tspeed.exp: Check for shlib and target support.
1008 * gdb.trace/tstatus.exp: Check for arch support.
1009 * gdb.trace/tsv.exp: Likewise.
1010 * gdb.trace/while-dyn.exp: Likewise.
1011 * gdb.trace/while-stepping.exp: Likewise.
1012 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1013
10142018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1015
1016 * gdb.trace/tspeed.exp: Remove nowarnings.
1017 (prepare_for_trace_test): Declare "global ipalib".
1018 * gdb.trace/tspeed.c: Include unistd.h.
1019 (main): Remove superfluous printf argument.
1020
10212018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1022
1023 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1024 directory prefix on the filename.
1025
10262018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1027
1028 * gdb.gdb/unittest.exp: Update expected message informing that
1029 selftests have been disabled.
1030 * gdb.server/unittest.exp: Likewise.
1031
10322018-10-09 Tom de Vries <tdevries@suse.de>
1033
1034 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1035 with runto_main.
1036
10372018-10-08 Weimin Pan <weimin.pan@oracle.com>
1038
1039 PR c++/16841
1040 * gdb.cp/virtbase2.cc: New file.
1041 * gdb.cp/virtbase2.exp: New file.
1042
10432018-10-06 Tom Tromey <tom@tromey.com>
1044
1045 PR python/19399:
1046 * gdb.python/py-inferior.exp: Add architecture test.
1047
10482018-10-06 Tom Tromey <tom@tromey.com>
1049
1050 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1051 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1052
10532018-10-06 Tom Tromey <tom@tromey.com>
1054
1055 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1056 of a "throw" catchpoint.
1057
10582018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1059
1060 * gdb.base/info-proc.exp: Update string expected from "help info
1061 proc".
1062
10632018-10-04 Tom Tromey <tom@tromey.com>
1064
1065 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1066 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1067 (test_initial_complaints, test_empty_complaints): Update.
1068 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1069
10702018-10-04 Tom Tromey <tom@tromey.com>
1071
1072 PR cli/19551:
1073 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1074 * lib/gdb.exp (gdb_file_cmd): Update.
1075 * gdb.stabs/weird.exp (print_weird_var): Update.
1076 * gdb.server/solib-list.exp: Update.
1077 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1078 * gdb.mi/mi-cli.exp: Update.
1079 * gdb.linespec/linespec.exp: Update.
1080 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1081 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1082 * gdb.cp/cp-relocate.exp: Update.
1083 * gdb.base/sym-file.exp: Update.
1084 * gdb.base/relocate.exp: Update.
1085 * gdb.base/readnever.exp: Update.
1086 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1087 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1088 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1089 * gdb.base/code_elim.exp: Update.
1090 * gdb.base/break-unload-file.exp (test_break): Update.
1091 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1092 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1093 Update.
1094 * gdb.base/attach.exp (do_attach_tests): Update.
1095 * gdb.base/sepdebug.exp: Update.
1096 * gdb.python/py-section-script.exp: Update.
1097
10982018-10-04 Tom Tromey <tom@tromey.com>
1099
1100 PR cli/22234:
1101 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1102 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1103 output.
1104
11052018-10-04 Tom Tromey <tom@tromey.com>
1106
1107 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1108 set width and height to 0.
1109 (test_command_line_attach_run): Use -quiet.
1110
11112018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1112
1113 * lib/gdb.exp (skip_ifunc_tests): New.
1114 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1115 other compile failures.
1116 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1117
11182018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1119
1120 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1121 is_amd64_regs_target.
1122
11232018-10-01 Alan Hayward <alan.hayward@arm.com>
1124
1125 * gdb.arch/aarch64-sighandler-regs.c: New test.
1126 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1127 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1128
11292018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1130
1131 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1132 assembly.
1133
11342018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1135
1136 * gdb.base/frame-selection.exp: New file.
1137 * gdb.base/frame-selection.c: New file.
1138
11392018-09-27 Alan Hayward <alan.hayward@arm.com>
1140
1141 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1142 pthread barrier.
1143 (main): Likewise.
1144
11452018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1146
1147 * gdb.base/large-frame-1.c: New file.
1148 * gdb.base/large-frame-2.c: New file.
1149 * gdb.base/large-frame.exp: New file.
1150 * gdb.base/large-frame.h: New file.
1151
11522018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1153
1154 PR gdb/20948
1155 * gdb.base/write_mem.exp: New test.
1156 * gdb.base/write_mem.c: Likewise.
1157
11582018-09-23 Tom Tromey <tom@tromey.com>
1159
1160 PR python/18852:
1161 * gdb.python/py-parameter.exp: Add test for parameter that throws
1162 on "set".
1163
11642018-09-23 Tom Tromey <tom@tromey.com>
1165
1166 PR python/17284:
1167 * gdb.python/py-template.exp (test_template_arg): Add test for
1168 negative template argument number.
1169
11702018-09-23 Tom Tromey <tom@tromey.com>
1171
1172 PR python/14062:
1173 * gdb.python/python.exp: Add test for post_event error.
1174
11752018-09-23 Tom Tromey <tom@tromey.com>
1176
1177 PR python/18170:
1178 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1179 convert pointers to int and long.
1180
11812018-09-23 Tom Tromey <tom@tromey.com>
1182
1183 PR python/20126:
1184 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1185 signed-ness conversion tests.
1186
11872018-09-23 Tom Tromey <tom@tromey.com>
1188
1189 PR python/18352;
1190 * gdb.python/py-value.exp (test_float_conversion): New proc.
1191 Use it.
1192
11932018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1194
1195 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1196
11972018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1198
1199 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1200 no readline.
1201 * gdb.base/utf8-identifiers.exp: Likewise.
1202 * gdb.cp/cpcompletion.exp: Likewise.
1203 * gdb.linespec/cpcompletion.exp: Likewise.
1204 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1205 * gdb.linespec/cpls-ops.exp: Likewise.
1206
12072018-09-19 Richard Bunt <richard.bunt@arm.com>
1208 Chris January <chris.january@arm.com>
1209
1210 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1211 * gdb.fortran/short-circuit-argument-list.exp: New file.
1212 * gdb.fortran/short-circuit-argument-list.f90: New test.
1213
12142018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1215
1216 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1217 "arch=" keyword when executing "-stack-list-frames".
1218
12192018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1220
1221 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1222 "arch=" keyword when executing "-stack-list-frames".
1223
12242018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1225
1226 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1227 break ada".
1228
12292018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1230
1231 PR python/23669
1232 * gdb.python/python.exp: Test gdb.execute("show commands").
1233
12342018-09-16 Tom Tromey <tom@tromey.com>
1235
1236 * gdb.base/new-ui.exp (do_execution_tests): Update.
1237 * gdb.base/dbx.exp (test_breakpoints): Update.
1238
12392018-09-14 Alan Hayward <alan.hayward@arm.com>
1240
1241 * lib/gdb.exp (gdb_simple_compile): Add proc.
1242 (is_elf_target): Use gdb_simple_compile.
1243 (skip_altivec_tests): Likewise.
1244 (skip_vsx_tests): Likewise.
1245 (skip_tsx_tests): Likewise.
1246 (skip_btrace_tests): Likewise.
1247 (skip_btrace_pt_tests): Likewise.
1248 (gdb_can_simple_compile): Likewise.
1249 (gdb_has_argv0): Likewise.
1250 (gdb_target_symbol_prefix): Likewise.
1251 (target_supports_scheduler_locking): Likewise.
1252
12532018-09-13 Tom Tromey <tom@tromey.com>
1254
1255 * Makefile.in (TAGS): Recognize proc_with_prefix and
1256 gdb_caching_proc.
1257
12582018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1259
1260 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1261 method.
1262
12632018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1264
1265 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1266 and a few other Inferior properties when the Inferior is no
1267 longer valid.
1268
12692018-09-13 Tom Tromey <tom@tromey.com>
1270
1271 PR rust/23650:
1272 * gdb.rust/simple.exp: Add test for enum field access error.
1273
12742018-09-13 Tom Tromey <tom@tromey.com>
1275
1276 PR rust/23626:
1277 * gdb.rust/simple.rs (EmptyEnum): New type.
1278 (main): Use it.
1279 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1280
12812018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1282
1283 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1284 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1285 * gdb.python/py-symtab.exp: Update test printing an objfile.
1286
12872018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1288
1289 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1290 object.
1291
12922018-09-12 Alan Hayward <alan.hayward@arm.com>
1293
1294 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1295 (support_complex_tests): Use gdb_can_simple_compile.
1296 (is_ilp32_target): Likewise.
1297 (is_lp64_target): Likewise.
1298 (is_64_target): Likewise.
1299 (is_amd64_regs_target): Likewise.
1300 (is_aarch32_target): Likewise.
1301 (gdb_int128_helper): Likewise.
1302
13032018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1304
1305 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1306
13072018-09-10 Jerome Guitton <guitton@adacore.com>
1308
1309 * gdb.ada/same_component_name: Add test for case of tagged record
1310 with variable-length fields.
1311
13122018-09-10 Xavier Roirand <roirand@adacore.com>
1313
1314 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1315 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1316 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1317 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1318
13192018-09-10 Xavier Roirand <roirand@adacore.com>
1320
1321 * gdb.ada/mi_string_access.exp: New testcase.
1322 * gdb.ada/mi_string_access/bar.adb: New file.
1323 * gdb.ada/mi_string_access/pck.adb: New file.
1324 * gdb.ada/mi_string_access/pck.asd: New file.
1325
13262018-09-10 Xavier Roirand <roirand@adacore.com>
1327
1328 * gdb.ada/mi_var_union.exp: New testcase.
1329 * gdb.ada/mi_var_union/bar.adb: New file.
1330 * gdb.ada/mi_var_union/pck.adb: New file.
1331 * gdb.ada/mi_var_union/pck.asd: New file.
1332
13332018-09-08 Tom Tromey <tom@tromey.com>
1334
1335 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1336
13372018-09-08 Tom Tromey <tom@tromey.com>
1338
1339 PR python/16047:
1340 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1341 (register_pretty_printers): Register new printer.
1342 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1343 test.
1344 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1345 (an_int_type3): New global.
1346
13472018-09-08 Joel Brobecker <brobecker@adacore.com>
1348
1349 * gdb.ada/expr_with_funcall: New testcase.
1350
13512018-09-08 Joel Brobecker <brobecker@adacore.com>
1352
1353 * gdb.ada/packed_array_assign: New testcase.
1354
13552018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1356
1357 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1358 names, and add test prefixes to make test names unique.
1359
13602018-09-05 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.dwarf2/varval.exp: Add test.
1363
13642018-09-04 Gary Benson <gbenson@redhat.com>
1365
1366 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1367 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1368
13692018-08-31 Tom Tromey <tom@tromey.com>
1370
1371 * gdb.rust/simple.rs: Rename second variable "v".
1372
13732018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1374
1375 * gdb.base/funcargs.c (use_a): New function.
1376 (recurse): Call use_a.
1377
13782018-08-29 Keith Seitz <keiths@redhat.com>
1379
1380 * gdb.compile/compile-cplus-anonymous.cc: New file.
1381 * gdb.compile/compile-cplus-anonymous.exp: New file.
1382 * gdb.compile/compile-cplus-array-decay.cc: New file.
1383 * gdb.compile/compile-cplus-array-decay.exp: New file.
1384 * gdb.compile/compile-cplus-inherit.cc: New file.
1385 * gdb.compile/compile-cplus-inherit.exp: New file.
1386 * gdb.compile/compile-cplus-member.cc: New file.
1387 * gdb.compile/compile-cplus-member.exp: New file.
1388 * gdb.compile/compile-cplus-method.cc: New file.
1389 * gdb.compile/compile-cplus-method.exp: New file.
1390 * gdb.compile/compile-cplus-mod.c: "New" file.
1391 * gdb.compile/compile-cplus-namespace.cc: New file.
1392 * gdb.compile/compile-cplus-namespace.exp: New file.
1393 * gdb.compile/compile-cplus-nested.cc: New file.
1394 * gdb.compile/compile-cplus-nested.exp: New file.
1395 * gdb.compile/compile-cplus-print.c: "New" file.
1396 * gdb.compile/compile-cplus-print.exp: "New" file.
1397 * gdb.compile/compile-cplus-virtual.cc: New file.
1398 * gdb.compile/compile-cplus-virtual.exp: New file.
1399 * gdb.compile/compile-cplus.c: "New" file.
1400 * gdb.compile/compile-cplus.exp: "New" file.
1401 * lib/compile-support.exp: New file.
1402
14032018-08-16 Gary Benson <gbenson@redhat.com>
1404
1405 PR gdb/13000:
1406 * gdb.base/batch-exit-status.exp: New file.
1407 * gdb.base/batch-exit-status.good-commands: Likewise.
1408 * gdb.base/batch-exit-status.bad-commands: Likewise.
1409
14102018-08-29 Alan Hayward <alan.hayward@arm.com>
1411
1412 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1413 (struct struct02): Likewise.
1414 (struct struct03): Likewise.
1415 (struct struct04): Likewise.
1416 (struct struct_01_01): New struct.
1417 (struct struct_01_02): Likewise.
1418 (struct struct_01_03): Likewise.
1419 (struct struct_01_04): Likewise.
1420 (struct struct_02_01): Likewise.
1421 (struct struct_02_02): Likewise.
1422 (struct struct_02_03): Likewise.
1423 (struct struct_02_04): Likewise.
1424 (struct struct_04_01): Likewise.
1425 (struct struct_04_02): Likewise.
1426 (struct struct_04_03): Likewise.
1427 (struct struct_04_04): Likewise.
1428 (struct struct_05_01): Likewise.
1429 (struct struct_05_02): Likewise.
1430 (struct struct_05_03): Likewise.
1431 (struct struct_05_04): Likewise.
1432 (cmp_struct01): Remove function.
1433 (cmp_struct02): Likewise.
1434 (cmp_struct03): Likewise.
1435 (cmp_struct04): Likewise.
1436 (cmp_struct_01_01): Add Function.
1437 (cmp_struct_01_02): Likewise.
1438 (cmp_struct_01_03): Likewise.
1439 (cmp_struct_01_04): Likewise.
1440 (cmp_struct_02_01): Likewise.
1441 (cmp_struct_02_02): Likewise.
1442 (cmp_struct_02_03): Likewise.
1443 (cmp_struct_02_04): Likewise.
1444 (cmp_struct_04_01): Likewise.
1445 (cmp_struct_04_02): Likewise.
1446 (cmp_struct_04_03): Likewise.
1447 (cmp_struct_04_04): Likewise.
1448 (cmp_struct_05_01): Likewise.
1449 (cmp_struct_05_02): Likewise.
1450 (cmp_struct_05_03): Likewise.
1451 (cmp_struct_05_04): Likewise.
1452 (call_all): Add new structs.
1453 * gdb.base/infcall-nested-structs.exp: Likewise.
1454
14552018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1456
1457 * gdb.python/py-framefilter-mi.exp: Update regexp to
1458 check for "arch" field in frame output.
1459
14602018-08-23 Kevin Buettner <kevinb@redhat.com>
1461
1462 * gdb.dwarf2/dw2-ranges-func.c: New file.
1463 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1464
14652018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1466
1467 * gdb.base/term.exp: Compare terminal settings with values from
1468 the inferior.
1469 * gdb.base/term.c: Get and set terminal settings.
1470
14712018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1472
1473 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1474 accommodate new "arch" field in frame output.
1475 * gdb.mi/mi-return.exp: Likewise.
1476 * gdb.mi/mi-stack.exp: Likewise.
1477 * gdb.mi/mi-syn-frame.exp: Likewise.
1478 * gdb.mi/user-selected-context-sync.exp: Likewise.
1479
14802018-08-19 Michael Spang <spang@google.com>
1481
1482 PR gdb/11786
1483 * gdb.base/gcore-tls-pie.c: New file.
1484 * gdb.base/gcore-tls-pie.exp: New file.
1485
14862018-08-18 Kevin Buettner <kevinb@redhat.com>
1487
1488 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1489 * gdb.dwarf2/varval.c: New file.
1490 * gdb.dwarf2/varval.exp: New file.
1491
14922018-08-17 Alan Hayward <alan.hayward@arm.com>
1493
1494 PR gdb/18931
1495 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1496
14972018-08-16 Keith Seitz <keiths@redhat.com>
1498
1499 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1500 tests expected to pass.
1501
15022018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1503
1504 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1505 -data-disassemble -a.
1506 (test_disassembly_bogus_args): Likewise.
1507
15082018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1509
1510 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1511
15122018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1513
1514 * gdb.base/vla-optimized-out.exp: Add new test.
1515
15162018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1517
1518 * gdb.base/vla-optimized-out-o3.exp: Delete.
1519 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1520 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1521 deleted tests.
1522
15232018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1524
1525 PR gdb/18050:
1526 * gdb.server/extended-remote-restart.c: New file.
1527 * gdb.server/extended-remote-restart.exp: New file.
1528
15292018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1530
1531 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1532 "set variable index = 42".
1533
15342018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1535
1536 * boards/index-cache-gdb.exp: New file.
1537 * gdb.dwarf2/index-cache.exp: New file.
1538 * gdb.dwarf2/index-cache.c: New file.
1539 * gdb.base/maint.exp: Check if we are using the index cache.
1540
15412018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1542
1543 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1544 MAKEFLAGS.
1545
15462018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1547
1548 * dg-extract-results.sh: Move to toplevel contrib.
1549 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1550 * Makefile.in (check-parallel-racy): Likewise.
1551
15522018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1555 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1556 tests if the target supports scheduler locking.
1557
15582018-08-04 Tom de Vries <tdevries@suse.de>
1559
1560 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1561
15622018-08-02 Tom Tromey <tom@tromey.com>
1563
1564 PR symtab/16842.
1565 * gdb.cp/temargs.exp: Test "info address" of a template
1566 parameter.
1567
15682018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1569
1570 * gdb.python/py-mi-var-info-path-expression.c: New file.
1571 * gdb.python/py-mi-var-info-path-expression.py: New file.
1572 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1573
15742018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1575
1576 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1577 error after "cannot resolve name" string.
1578
15792018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1580
1581 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1582 started.
1583 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1584
15852018-07-28 Tom de Vries <tdevries@suse.de>
1586
1587 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1588
15892018-07-26 Tom de Vries <tdevries@suse.de>
1590
1591 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1592
15932018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1594
1595 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1596 is visible.
1597
15982018-07-26 Tom de Vries <tdevries@suse.de>
1599
1600 PR breakpoints/23366
1601 * gdb.base/catch-follow-exec.c: New test.
1602 * gdb.base/catch-follow-exec.exp: New file.
1603
16042018-07-25 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1607 vla-optimized-out.c.
1608
16092018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1610
1611 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1612 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1613
16142018-07-20 Tom de Vries <tdevries@suse.de>
1615
1616 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1617 NOCLONE macro.
1618 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1619
16202018-07-19 Tom de Vries <tdevries@suse.de>
1621
1622 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1623 regular expression.
1624
16252018-07-18 Tom de Vries <tdevries@suse.de>
1626
1627 * gdb.base/vla-optimized-out.c: New test.
1628 * gdb.base/vla-optimized-out.exp: New file.
1629
16302018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1631
1632 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1633 message "No address associated with hostname" when gdbserver
1634 cannot resolve the hostname.
1635
16362018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1637
1638 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1639 Add some test prefixes to make tests unique.
1640
16412018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1642
1643 * gdb.base/frameapply.c: New file.
1644 * gdb.base/frameapply.exp: New file.
1645
16462018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1647
1648 * gdb.base/skip.exp: Update expected error message.
1649
16502018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1651 Jan Kratochvil <jan.kratochvil@redhat.com>
1652 Paul Fertser <fercerpav@gmail.com>
1653 Tsutomu Seki <sekiriki@gmail.com>
1654
1655 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1656 parameter.
1657 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1658 by default.
1659 * boards/native-gdbserver.exp: Likewise.
1660 * gdb.server/run-without-local-binary.exp: Improve regexp used
1661 for detecting when a remote debugging connection succeeds.
1662 * gdb.server/server-connect.exp: New file.
1663 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1664 Do not prefix the port number with ":".
1665 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1666 support for detecting and using it. Add '$debughost_gdbserver'
1667 to the list of arguments used to start gdbserver. Handle case
1668 when gdbserver cannot resolve a network name.
1669
16702018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1671
1672 PR c++/23373
1673 * gdb.base/ptype-offsets.cc (struct static_member): New
1674 struct.
1675 (main) <stmember>: New variable.
1676 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1677 with a static member in it.
1678
16792018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1682 watchpoints enabled and disabled.
1683
16842018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1685
1686 * gdb.base/examine-backward.exp: Still run tests around address
1687 0x0, even if address 0x0 is not readable. Update the pattern for
1688 matching address 0x0 in expected output.
1689
16902018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1693 malloc/free.
1694
16952018-07-04 Tom de Vries <tdevries@suse.de>
1696
1697 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1698
16992018-07-02 Maciej W. Rozycki <macro@mips.com>
1700
1701 PR tdep/8282
1702 * gdb.arch/mips-disassembler-options.exp: New test.
1703 * gdb.arch/mips-disassembler-options.s: New test source.
1704
17052018-06-29 Pedro Alves <palves@redhat.com>
1706
1707 * gdb.threads/names.exp: Adjust expected "info threads" output.
1708
17092018-06-29 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.opt/inline-break.exp (line number, address): Add "info
1712 break" tests.
1713
17142018-06-29 Pedro Alves <palves@redhat.com>
1715
1716 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1717 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1718 number and address and running to them.
1719
17202018-06-29 Richard Bunt <richard.bunt@arm.com>
1721
1722 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1723
17242018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1725
1726 * lib/compiler.c: Remove executable permission flag.
1727
17282018-06-28 Richard Bunt <richard.bunt@arm.com>
1729
1730 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1731 code.
1732 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1733
17342018-06-28 Petr Tesarik <ptesarik@suse.cz>
1735
1736 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1737
17382018-06-28 Petr Tesarik <ptesarik@suse.cz>
1739
1740 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1741 address argument is omitted.
1742
17432018-06-28 Petr Tesarik <ptesarik@suse.cz>
1744
1745 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1746
17472018-06-27 Omair Javaid <omair.javaid@linaro.org>
1748
1749 PR gdb/21695
1750 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1751 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1752
17532018-06-26 Tom Tromey <tom@tromey.com>
1754
1755 PR rust/22574:
1756 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1757 * gdb.rust/simple.rs (struct SimpleLayout): New.
1758
17592018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1760
1761 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1762 "info registers" output.
1763
17642018-06-21 Richard Bunt <richard.bunt@arm.com>
1765
1766 * gdb.base/watchpoint-hw-attach.c: New test.
1767 * gdb.base/watchpoint-hw-attach.exp: New file.
1768
17692018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1770
1771 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1772 through /bin/sh.
1773 * boards/dwarf4-gdb-index.exp: Likewise.
1774 * boards/fission-dwp.exp: Likewise.
1775
17762018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1777
1778 * gdb.base/float128.exp: Add comment and improved fail message
1779 to the failure case of "print large128" test.
1780
17812018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1782
1783 * configure.ac: Remove AC_PREREQ.
1784 * configure: Re-generate.
1785
17862018-06-19 Pedro Alves <palves@redhat.com>
1787
1788 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1789 (func_extern_caller): New.
1790 (main): Call func_extern_caller.
1791 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1792 logic change.
1793
17942018-06-18 Weimin Pan <weimin.pan@oracle.com>
1795
1796 PR gdb/16841
1797 * gdb.cp/typedef-base.cc: New file.
1798 * gdb.cp/typedef-base.exp: New file.
1799
18002018-06-18 Tom de Vries <tdevries@suse.de>
1801
1802 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1803
18042018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1805 Richard Bunt <Richard.Bunt@arm.com>
1806
1807 * gdb.threads/attach-slow-waitpid.c: New file.
1808 * gdb.threads/attach-slow-waitpid.exp: New file.
1809 * gdb.threads/slow-waitpid.c: New file.
1810
18112018-06-14 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.base/fork-running-state.c: Include <errno.h>.
1814 (exit_if_relative_exits): New.
1815 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1816 exits.
1817 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1818 child exits.
1819
18202018-06-14 Tom de Vries <tdevries@suse.de>
1821
1822 PR cli/22573
1823 * gdb.base/finish-pretty.c: New test.
1824 * gdb.base/finish-pretty.exp: New file.
1825
18262018-06-14 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1829 gdb's expected startup output.
1830
18312018-06-14 Pedro Alves <palves@redhat.com>
1832
1833 * lib/selftest-support.exp (selftest_setup): Remove inlined
1834 function handling.
1835
18362018-06-14 Tom de Vries <tdevries@suse.de>
1837
1838 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1839 matching of breakpoint printing.
1840
18412018-06-13 Tom de Vries <tdevries@suse.de>
1842
1843 PR testsuite/23269
1844 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1845 (fork_child): ... here, and ...
1846 (fork_parent): ... here.
1847
18482018-06-12 Tom de Vries <tdevries@suse.de>
1849
1850 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1851
18522018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1853 Stephen Roberts <stephen.roberts@arm.com>
1854
1855 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1856 rewrite test to describe action performed, rather than possible
1857 failure.
1858
18592018-06-08 Gary Benson <gbenson@redhat.com>
1860
1861 * gdb.threads/check-libthread-db.exp: New file.
1862 * gdb.threads/check-libthread-db.c: Likewise.
1863
18642018-06-05 Tom Tromey <tom@tromey.com>
1865
1866 * gdb.base/default.exp: Update expected "show version" output.
1867
18682018-06-05 Tom Tromey <tom@tromey.com>
1869
1870 PR cli/12326:
1871 * gdb.cp/static-print-quit.exp: Update.
1872 * lib/gdb.exp (pagination_prompt): Update.
1873 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1874 * gdb.python/python.exp: Update.
1875
18762018-06-04 Joel Brobecker <brobecker@adacore.com>
1877
1878 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1879
18802018-06-01 Joel Brobecker <brobecker@adacore.com>
1881
1882 * gdb.ada/bp_fun_addr: New testcase.
1883
18842018-06-01 Tom Tromey <tom@tromey.com>
1885
1886 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1887 results.
1888 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1889 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1890 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1891 * gdb.base/maint.exp (maint_pass_if): Update.
1892
18932018-05-31 Maciej W. Rozycki <macro@mips.com>
1894
1895 * gdb.base/endian.exp: New test.
1896 * gdb.base/endian.c: New test source.
1897
18982018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1899
1900 PR gdb/23203
1901 * gdb.base/bt-selected-frame.c: New file.
1902 * gdb.base/bt-selected-frame.exp: New file.
1903 * lib/gdb.exp (get_current_frame_number): New function.
1904
19052018-05-24 Maciej W. Rozycki <macro@mips.com>
1906 Pedro Alves <palves@redhat.com>
1907
1908 * gdb.threads/tls-core.c: Include <stdlib.h>
1909 (thread_proc): Call `abort'.
1910 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1911 (tls_core_test): New procedure, bits factored out from ...
1912 (top level): ... here. Test both native cores and gcore cores.
1913
19142018-05-23 Tom Tromey <tom@tromey.com>
1915
1916 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1917
19182018-05-23 Tom Tromey <tom@tromey.com>
1919
1920 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1921 symfile_complaints.
1922 (test_short_complaints): Likewise.
1923 (test_empty_complaints): Likewise.
1924 (test_initial_complaints): Update.
1925
19262018-05-23 Tom Tromey <tom@tromey.com>
1927
1928 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1929
19302018-05-23 Tom Tromey <tom@tromey.com>
1931
1932 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1933 (test_short_complaints): Update.
1934
19352018-05-22 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.base/remote.exp: Only gdb_start after compiling the
1938 testcase. Issue "disconnect" before testing "set remote" command
1939 defaults. Issue clean_restart before running to main.
1940
19412018-05-22 Pedro Alves <palves@redhat.com>
1942
1943 * gdb.base/remote.exp: Adjust expected output of "show remote
1944 memory-write-packet-size". Add tests for "set remote
1945 memory-write-packet-size 0" and "set remote
1946 memory-write-packet-size fixed/limit".
1947
19482018-05-22 Pedro Alves <palves@redhat.com>
1949
1950 PR gdb/22973
1951 * gdb.base/utf8-identifiers.c: New file.
1952 * gdb.base/utf8-identifiers.exp: New file.
1953
19542018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1955
1956 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1957
19582018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1959
1960 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1961
19622018-05-18 Tom Tromey <tom@tromey.com>
1963
1964 * gdb.base/ptype-offsets.exp: Update.
1965
19662018-05-17 Keith Seitz <keiths@redhat.com>
1967
1968 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1969 in expected breakpoint stop locations.
1970 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1971 move to proper scope to test variable values.
1972 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1973 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1974 New functions.
1975 (main): Call not_inline_func3.
1976 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1977 inline_func1, inline_func2, and inline_func3. Test that when each
1978 breakpoint is hit, GDB properly reports both the stop location
1979 and the backtrace. Repeat tests for temporary breakpoints.
1980
19812018-05-15 Maciej W. Rozycki <macro@mips.com>
1982
1983 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1984 rather then trying to access it in determining whether the PID
1985 of `gdbserver' could have been retrieved.
1986
19872018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1988
1989 * gdb.arch/amd64-init-x87-values.S: New file.
1990 * gdb.arch/amd64-init-x87-values.exp: New file.
1991
19922018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1995
19962018-05-04 Tom Tromey <tom@tromey.com>
1997
1998 PR python/22730:
1999 * gdb.python/python.exp: Test multi-line execute.
2000
20012018-05-04 Tom Tromey <tom@tromey.com>
2002
2003 PR python/22731:
2004 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2005
20062018-05-04 Tom Tromey <tom@tromey.com>
2007
2008 PR gdb/11750:
2009 * gdb.base/define.exp: Test defining a user command inside a user
2010 command.
2011 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2012
20132018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2014 Pedro Alves <palves@redhat.com>
2015
2016 PR breakpoints/19806 and support for PR external/20207.
2017 * gdb.base/watchpoint-unaligned.c: New file.
2018 * gdb.base/watchpoint-unaligned.exp: New file.
2019
20202018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2021
2022 * gdb.base/maint.exp: Make test names unique, use
2023 test_prefix_command_help to test 'help maint info', and remove
2024 repeated test of 'help maint'.
2025
20262018-05-04 Tom Tromey <tom@tromey.com>
2027
2028 PR gdb/22619:
2029 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2030 behavior.
2031
20322018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2033
2034 * gdb.base/maint.exp: Process output from 'maint print registers'
2035 line at a time.
2036
20372018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2038
2039 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2040 timeout.
2041
20422018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2043
2044 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2045 filter pattern.
2046
20472018-05-02 Pedro Alves <palves@redhat.com>
2048
2049 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2050 to_log_command renames.
2051 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2052
20532018-05-02 Tom Tromey <tom@tromey.com>
2054
2055 * gdb.python/py-parameter.exp: Set test message.
2056
20572018-05-02 Tom Tromey <tom@tromey.com>
2058
2059 PR python/20084:
2060 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2061 PARAM_ZUINTEGER_UNLIMITED tests.
2062
20632018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2064
2065 PR rust/23124
2066 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2067 when casting.
2068
20692018-04-30 Tom Tromey <tom@tromey.com>
2070
2071 * gdb.python/py-type.exp: Check align attribute.
2072 * gdb.python/py-type.c: New "aligncheck" global.
2073
20742018-04-30 Tom Tromey <tom@tromey.com>
2075
2076 PR exp/17095:
2077 * gdb.dwarf2/dw2-align.exp: New file.
2078 * gdb.cp/align.exp: New file.
2079 * gdb.base/align.exp: New file.
2080 * lib/gdb.exp (gdb_int128_helper): New proc.
2081 (has_int128_c, has_int128_cxx): New caching procs.
2082
20832018-04-27 Tom Tromey <tom@tromey.com>
2084
2085 PR rust/22545:
2086 * gdb.rust/simple.exp: Add inclusive range tests.
2087
20882018-04-26 Pedro Alves <palves@redhat.com>
2089
2090 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2091 ifunc breakpoint locations correctly of ifunc breakpoints set
2092 while the program resolves the ifunc.
2093
20942018-04-26 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.base/gnu-ifunc-final.c: New file.
2097 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2098 * gdb.base/gnu-ifunc.exp (executable): Delete.
2099 (staticexecutable): Adjust.
2100 (lib_opts, exec_opts): Delete.
2101 (make_binsuffix, build, set-break): New procedures.
2102 (misc_tests): New, with tests factored out from the top level.
2103 (top level): Test different combinations of ifunc resolver name,
2104 resolver with and with debug info, and ifunc target with and
2105 without debug info. Wrap static tests with with_target_prefix.
2106
21072018-04-26 Pedro Alves <palves@redhat.com>
2108
2109 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2110 return type" warnings.
2111
21122018-04-25 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2115 killed".
2116 * gdb.base/kill-after-signal.exp: Likewise.
2117 * gdb.threads/kill.exp: Likewise.
2118
21192018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2120 Sergio Durigan Junior <sergiodj@redhat.com>
2121 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2124 regexps to expect for '[Inferior ... detached]' as well.
2125 * gdb.base/attach.exp: Likewise.
2126 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2127 "gdb_continue_to_end".
2128 (test_catch_syscall_with_wrong_args): Likewise.
2129 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2130 ']'. Don't set 'verbose' on.
2131 * gdb.base/foll-vfork.exp: Likewise.
2132 * gdb.base/fork-print-inferior-events.c: New file.
2133 * gdb.base/fork-print-inferior-events.exp: New file.
2134 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2135 '[Inferior ... has been killed]' message.
2136 * gdb.base/kill-after-signal.exp: Likewise.
2137 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2138 detach message.
2139 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2140 message.
2141 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2142 regexps to expect for '[Inferior ... detached]' as well.
2143 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2144
21452018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2146
2147 PR gdb/23104
2148 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2149
21502018-04-19 Richard Bunt <richard.bunt@arm.com>
2151
2152 * gdb.threads/multiple-successive-infcall.c: New test.
2153 * gdb.threads/multiple-successive-infcall.exp: New file.
2154
21552018-04-17 Tom Tromey <tom@tromey.com>
2156
2157 * gdb.rust/simple.rs (Union): New type.
2158 (main): New local "u".
2159 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2160
21612018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2162
2163 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2164 number information in output of "whereis" command.
2165 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2166
21672018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2168
2169 * gdb.ada/info_types.exp: Adjust expected output to the line
2170 numbers now printed by "info var/func/type".
2171 * gdb.base/completion.exp: Likewise.
2172 * gdb.base/included.exp: Likewise.
2173 * gdb.cp/cp-relocate.exp: Likewise.
2174 * gdb.cp/cplusfuncs.exp: Likewise.
2175 * gdb.cp/namespace.exp: Likewise.
2176 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2177
21782018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2179
2180 * gdb.btrace/cpu.exp: New.
2181
21822018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2183
2184 * gdb.base/step-indirect-call-thunk.exp: New.
2185 * gdb.base/step-indirect-call-thunk.c: New.
2186 * gdb.reverse/step-indirect-call-thunk.exp: New.
2187 * gdb.reverse/step-indirect-call-thunk.c: New.
2188
21892018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2190
2191 * gdb.base/pie-fork.c: New file.
2192 * gdb.base/pie-fork.exp: New file.
2193
21942018-04-11 Tom Tromey <tom@tromey.com>
2195
2196 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2197
21982018-04-10 Pedro Alves <palves@redhat.com>
2199
2200 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2201 exits. Instead loop running forever.
2202 (fork_parent): Run forever too.
2203
22042018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2205
2206 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2207 mi_continue_to_line.
2208 * gdb.mi/mi-stack.c (callee4): Add comment.
2209
22102018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2211
2212 * gdb.mi/mi-stack.exp: Fix indentation.
2213
22142018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2215
2216 PR gdb/22979
2217 * gdb.arch/amd64-osabi.exp: New file.
2218
22192018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2220
2221 PR gdb/22980
2222 * gdb.base/osabi.exp: New file.
2223
22242018-04-02 Weimin Pan <weimin.pan@oracle.com>
2225
2226 * gdb.cp/static-typedef-print.exp: New file.
2227 * gdb.cp/static-typedef-print.cc: New file.
2228
22292018-03-27 Joel Brobecker <brobecker@adacore.com>
2230
2231 * gdb.ada/varsize_limit: New testcase.
2232
22332018-03-27 Joel Brobecker <brobecker@adacore.com>
2234
2235 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2236
2237 * gdb.ada/notcplusplus: New testcase.
2238
2239 * gdb.base/c-linkage-name.c: New file.
2240 * gdb.base/c-linkage-name.exp: New testcase.
2241
22422018-03-26 Tom Tromey <tom@tromey.com>
2243
2244 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2245 * gdb.python/py-framefilter.py (name_error): New global.
2246 (ErrorInName.function): Use name_error.
2247
22482018-03-26 Tom Tromey <tom@tromey.com>
2249
2250 PR backtrace/15582:
2251 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2252
22532018-03-23 Keith Seitz <keiths@redhat.com>
2254
2255 PR c++/22968
2256 * gdb.cp/subtypes.exp: New file.
2257 * gdb.cp/subtypes.h: New file.
2258 * gdb.cp/subtypes.cc: New file.
2259 * gdb.cp/subtypes-2.cc: New file.
2260
22612018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2262
2263 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2264 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2265 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2266 -nostartfiles when compiling the test. Confirm that all registers
2267 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2268
22692018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2270
2271 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2272 option, syntax was wrong anyway.
2273 * gdb.arch/arm-disp-step.exp: Likewise.
2274 * gdb.arch/sparc64-regs.exp: Likewise.
2275 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2276 option, syntax was wrong anyway, switch to use
2277 prepare_for_testing.
2278 * gdb.arch/i386-disp-step.exp: Likewise.
2279
22802018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2281
2282 * gdb.ada/exec_changed.exp: Replace "target_info exists
2283 use_gdb_stub" by "use_gdb_stub".
2284 * gdb.ada/start.exp: Likewise.
2285 * gdb.base/async-shell.exp: Likewise.
2286 * gdb.base/attach-pie-misread.exp: Likewise.
2287 * gdb.base/attach-wait-input.exp: Likewise.
2288 * gdb.base/break-entry.exp: Likewise.
2289 * gdb.base/break-interp.exp: Likewise.
2290 * gdb.base/dprintf-detach.exp: Likewise.
2291 * gdb.base/nostdlib.exp: Likewise.
2292 * gdb.base/solib-nodir.exp: Likewise.
2293 * gdb.base/statistics.exp: Likewise.
2294 * gdb.base/testenv.exp: Likewise.
2295 * gdb.mi/mi-exec-run.exp: Likewise.
2296 * gdb.mi/mi-start.exp: Likewise.
2297 * gdb.multi/dummy-frame-restore.exp: Likewise.
2298 * gdb.multi/multi-arch-exec.exp: Likewise.
2299 * gdb.multi/multi-arch.exp: Likewise.
2300 * gdb.multi/tids.exp: Likewise.
2301 * gdb.multi/watchpoint-multi.exp: Likewise.
2302 * gdb.python/py-events.exp: Likewise.
2303 * gdb.threads/attach-into-signal.exp: Likewise.
2304 * gdb.threads/attach-stopped.exp: Likewise.
2305 * gdb.threads/threadapply.exp: Likewise.
2306 * lib/selftest-support.exp: Likewise.
2307
23082018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2309
2310 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2311
23122018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2313
2314 * gdb.perf/template-breakpoints.cc: New file.
2315 * gdb.perf/template-breakpoints.exp: New file.
2316 * gdb.perf/template-breakpoints.py: New file.
2317
23182018-03-19 Tom Tromey <tom@tromey.com>
2319
2320 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2321 y0.
2322 * gdb.rust/simple.exp: Test bare identifier form of struct
2323 initializer.
2324
23252018-03-19 Tom Tromey <tom@tromey.com>
2326
2327 * gdb.gdb/observer.exp: Remove.
2328
23292018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2330
2331 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2332 "qualified" option when setting breakpoints.
2333 * gdb.trace/backtrace.exp: Likewise.
2334 * gdb.trace/circ.exp: Likewise.
2335 * gdb.trace/collection.exp: Likewise.
2336 * gdb.trace/disconnected-tracing.exp: Likewise.
2337 * gdb.trace/ftrace-lock.exp: Likewise.
2338 * gdb.trace/ftrace.exp: Likewise.
2339 * gdb.trace/infotrace.exp: Likewise.
2340 * gdb.trace/packetlen.exp: Likewise.
2341 * gdb.trace/passc-dyn.exp: Likewise.
2342 * gdb.trace/qtro.exp: Likewise.
2343 * gdb.trace/read-memory.exp: Likewise.
2344 * gdb.trace/report.exp: Likewise.
2345 * gdb.trace/signal.exp: Likewise.
2346 * gdb.trace/status-stop.exp: Likewise.
2347 * gdb.trace/strace.exp: Likewise.
2348 * gdb.trace/tfind.exp: Likewise.
2349 * gdb.trace/trace-break.exp: Likewise.
2350 * gdb.trace/trace-condition.exp: Likewise.
2351 * gdb.trace/trace-mt.exp: Likewise.
2352 * gdb.trace/tstatus.exp: Likewise.
2353 * gdb.trace/tsv.exp: Likewise.
2354 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2355 * gdb.trace/unavailable.exp: Likewise.
2356 * gdb.trace/while-dyn.exp: Likewise.
2357
23582018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2359
2360 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2361 that libinproctrace is copied to the target.
2362
23632018-03-14 Tom Tromey <tom@tromey.com>
2364
2365 PR cli/14977:
2366 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2367 a null pointer.
2368 * gdb.base/wchar.exp: Likewise.
2369
23702018-03-14 Tom Tromey <tom@tromey.com>
2371
2372 PR cli/19918:
2373 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2374 flag.
2375
23762018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2377
2378 PR gdb/22841
2379 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2380 "target" to remote_exec.
2381
23822018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2383
2384 PR gdb/22841
2385 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2386 ${board}_upload): Remove.
2387
23882018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2389
2390 * gdb.cp/watch-cp.cc: New test.
2391 * gdb.cp/watch-cp.exp: New file.
2392
23932018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2394
2395 * gdb.base/infcall-nested-structs.exp: New file.
2396 * gdb.base/infcall-nested-structs.c: New file.
2397 * gdb.base/float.exp: Add riscv support.
2398
23992018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2400
2401 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2402 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2403
24042018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2405
2406 * gdb.server/abspath.exp: New file.
2407 * lib/gdb.exp (with_cwd): New procedure.
2408
24092018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2410
2411 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2412 use it.
2413 (gdb_is_target_remote_prompt): New proc.
2414 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2415 (gdb_is_target_native): Pass prompt parameter to
2416 gdb_is_target_1.
2417
24182018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2419
2420 * gdb.base/load-command.c: New file.
2421 * gdb.base/load-command.exp: New file.
2422 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2423 (gdb_is_target_1): ...this, and generalize for other targets
2424 than just remote.
2425 (gdb_is_target_remote): Use gdb_is_target_1.
2426 (gdb_is_target_native): use gdb_is_target_1.
2427
24282018-02-26 Tom Tromey <tom@tromey.com>
2429
2430 PR python/16497:
2431 * gdb.python/py-framefilter.exp: Update test.
2432
24332018-02-26 Tom Tromey <tom@tromey.com>
2434
2435 * gdb.dwarf2/variant.c: New file.
2436 * gdb.dwarf2/variant.exp: New file.
2437
24382018-02-26 Tom Tromey <tom@tromey.com>
2439
2440 * gdb.rust/simple.exp: Accept more possible results in enum test.
2441
24422018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2443
2444 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2445 parentheses.
2446
24472018-02-23 Maciej W. Rozycki <macro@mips.com>
2448
2449 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2450 name of a variable: $actual_linejj -> $actual_line.
2451
24522018-02-21 John Baldwin <jhb@FreeBSD.org>
2453
2454 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2455
24562018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2457
2458 * gdb.btrace/buffer-size.exp: Do not force BTS.
2459
24602018-02-14 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2463 getting a "Quit".
2464
24652018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2466
2467 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2468 Fix test name.
2469
24702018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2471
2472 * gdb.cp/m-static.exp: Check type of optimized out static
2473 member.
2474
24752018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2476
2477 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2478 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2479
24802018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2481 Leszek Swirski <leszeks@google.com>
2482
2483 * gdb.python/py-prettyprint.c
2484 (struct to_string_returns_value_inner,
2485 struct to_string_returns_value_wrapper): New.
2486 (main): Add tsrvw variable.
2487 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2488 ToStringReturnsValueWrapper): New classes.
2489 (register_pretty_printers): Register new pretty-printers.
2490 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2491 recursive pretty printer.
2492 * gdb.python/py-mi.exp: Likewise.
2493
24942018-02-01 Leszek Swirski <leszeks@google.com>
2495
2496 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2497 functions with the same name as an include file are parsed
2498 correctly.
2499
25002018-02-01 Yao Qi <yao.qi@linaro.org>
2501
2502 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2503 "\[^\r\n\]*".
2504
25052018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2506
2507 * gdb.arch/powerpc-prologue-frame.s: New file.
2508 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2509 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2510
25112018-01-31 Joel Brobecker <brobecker@adacore.com>
2512
2513 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2514
25152018-01-30 Pedro Alves <palves@redhat.com>
2516
2517 PR gdb/13211
2518 * gdb.base/interrupt-daemon.c: New.
2519 * gdb.base/interrupt-daemon.exp: New.
2520 * gdb.multi/multi-term-settings.c: New.
2521 * gdb.multi/multi-term-settings.exp: New.
2522
25232018-01-30 Joel Brobecker <brobecker@adacore.com>
2524
2525 * gdb.base/break.exp: Save the location where the breakpoint
2526 on break.c:47 was actually inserted when debugging the version
2527 compiled at -O2 and use it in the expected output of the "info
2528 break" test performed soon after.
2529
25302018-01-22 Pedro Alves <palves@redhat.com>
2531 Sergio Durigan Junior <sergiodj@redhat.com>
2532
2533 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2534 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2535
25362018-01-22 Joel Brobecker <brobecker@adacore.com>
2537
2538 * gdb.base/break-include.c, gdb.base/break-include.inc,
2539 gdb.base/break-include.exp: New files.
2540 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2541 line number now being the actual line number where the breakpoint
2542 was inserted.
2543 * gdb.mi/mi-break.exp: Likewise.
2544 * gdb.mi/mi-reverse.exp: Likewise.
2545 * gdb.mi/mi-simplerun.exp: Ditto.
2546
25472018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2548
2549 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2550 varobj.
2551 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2552
25532018-01-21 Don Breazeal <donb@codesourcery.com>
2554 Andrew Burgess <andrew.burgess@embecosm.com>
2555
2556 * gdb.mi/basics.c: Add new global.
2557 * gdb.mi/mi-frame-regs.exp: New file.
2558 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2559 case.
2560
25612018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2562
2563 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2564 non-parameter, and on an unknown symbol.
2565
25662018-01-19 Tom Tromey <tom@tromey.com>
2567
2568 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2569 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2570
25712018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2572
2573 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2574 setrlimit and chdir to int.
2575
25762018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2577
2578 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2579 function.
2580 (my_tend): Likewise.
2581 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2582 rationale of avoiding FP- and vector instructions.
2583
25842018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2585
2586 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2587 "info reg" with "\[ \t\]*".
2588 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2589 "\[ \t\]+".
2590 * gdb.arch/s390-multiarch.exp: Ditto.
2591 * gdb.base/pc-fp.exp: Ditto.
2592 * gdb.reverse/i386-precsave.exp: Ditto.
2593 * gdb.reverse/i386-reverse.exp: Ditto.
2594 * gdb.reverse/i387-env-reverse.exp: Ditto.
2595 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2596
25972018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2598
2599 * lib/gdb.exp (gdb_compile): Re-enable use of
2600 universal_compile_options for languages other than Rust.
2601
26022018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2603
2604 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2605
26062018-01-17 Mike Gulick <mgulick@mathworks.com>
2607
2608 PR gdb/16577
2609 * gdb.base/solib-vanish.exp: New.
2610 * gdb.base/solib-vanish-main.c: New.
2611 * gdb.base/solib-vanish-lib1.c: New.
2612 * gdb.base/solib-vanish-lib2.c: New.
2613
26142018-01-17 Yao Qi <yao.qi@linaro.org>
2615
2616 * gdb.compile/compile.exp: Match the address printed for
2617 frame in the output of command "bt".
2618
26192018-01-15 Tom Tromey <tom@tromey.com>
2620
2621 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2622 compute sp_reg.
2623
26242018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2625
2626 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2627 to prepare.
2628 (prepare): Return 0 on error, 1 on success.
2629
26302018-01-12 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.base/continue-after-aborted-step-over.c: New.
2633 * gdb.base/continue-after-aborted-step-over.exp: New.
2634
26352018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2636
2637 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2638 options when not creating an executable.
2639
26402018-01-11 Pedro Alves <palves@redhat.com>
2641
2642 PR remote/22597
2643 * gdb.server/stop-reply-no-thread.c: New file.
2644 * gdb.server/stop-reply-no-thread.exp: New file.
2645
26462018-01-10 Pedro Alves <palves@redhat.com>
2647
2648 PR gdb/22670
2649 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2650 functions too. Test setting breakpoints and printing C functions
2651 with no debug info too.
2652 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2653
26542018-01-10 Pedro Alves <palves@redhat.com>
2655
2656 PR gdb/22670
2657 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2658 a fail.
2659
26602018-01-10 Pedro Alves <palves@redhat.com>
2661
2662 PR gdb/22670
2663 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2664
26652018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2666
2667 * gdb.server/unittest.exp: Match the output in non-development
2668 mode.
2669
26702018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2671
2672 * gdb.gdb/unittest.exp: Match output in non-development mode.
2673
26742018-01-08 Joel Brobecker <brobecker@adacore.com>
2675
2676 * gdb.ada/access_tagged_param.exp: Relax expected output
2677 for value of "ObjL" in "continue" to pck.inspect breakpoint
2678 test.
2679
26802018-01-08 Joel Brobecker <brobecker@adacore.com>
2681
2682 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2683 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2684
26852018-01-05 Pedro Alves <palves@redhat.com>
2686
2687 PR gdb/18653
2688 * gdb.base/libsegfault.exp: New.
2689
26902018-01-05 Joel Brobecker <brobecker@adacore.com>
2691
2692 PR gdb/22670
2693 * gdb.ada/access_tagged_param.exp: New file.
2694 * gdb.ada/access_tagged_param/foo.adb: New file.
2695
26962018-01-05 Pedro Alves <palves@redhat.com>
2697
2698 PR gdb/22670
2699 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2700 exercise lower case too, and to exercise both full matching and
2701 wild matching.
2702
27032018-01-05 Joel Brobecker <brobecker@adacore.com>
2704
2705 * gdb.ada/rename_subscript_param: New testcase.
2706
27072018-01-05 Jerome Guitton <guitton@adacore.com>
2708
2709 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2710
27112018-01-05 Joel Brobecker <brobecker@adacore.com>
2712
2713 * gdb.ada/convvar_comp: New testcase.
2714
27152018-01-05 Xavier Roirand <roirand@adacore.com>
2716
2717 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2718 (My_Table): New global variable.
2719 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2720
27212018-01-04 Joel Brobecker <brobecker@adacore.com>
2722
2723 PR gdb/22670
2724 * gdb.ada/maint_with_ada: New testcase.
2725
27262018-01-04 Joel Brobecker <brobecker@adacore.com>
2727
2728 PR gdb/22670
2729 * gdb.ada/bp_c_mixed_case: New testcase.
2730
27312018-01-04 Joel Brobecker <brobecker@adacore.com>
2732
2733 PR gdb/22670
2734 * gdb.ada/complete.exp: Add "complete break ada" test.
2735
27362018-01-04 Joel Brobecker <brobecker@adacore.com>
2737
2738 PR gdb/22670
2739 * gdb.ada/info_addr_mixed_case: New testcase.
2740
27412018-01-03 Xavier Roirand <roirand@adacore.com>
2742
2743 * gdb.ada/excep_handle.exp: New testcase.
2744 * gdb.ada/excep_handle/foo.adb: New file.
2745 * gdb.ada/excep_handle/pck.ads: New file.
2746
27472018-01-03 Joel Brobecker <brobecker@adacore.com>
2748
2749 * gdb.base/step-line.c: Add extra empty line in copyright header.
2750 * gdb.base/step-line.inp: Likewise.
2751
27522018-01-02 Joel Brobecker <brobecker@adacore.com>
2753
2754 * gdb.ada/dyn_stride.exp: Add slice test.
2755
27562018-01-02 Joel Brobecker <brobecker@adacore.com>
2757
2758 * gdb.ada/dyn_stride: New testcase.
2759
27602017-12-27 Stafford Horne <shorne@gmail.com>
2761
2762 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2763 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2764
27652017-12-27 Stafford Horne <shorne@gmail.com>
2766
2767 * gdb.base/reggroups.c: New file.
2768 * gdb.base/reggroups.exp: New file.
2769
27702017-12-18 Joel Brobecker <brobecker@adacore.com>
2771
2772 * gdb.dwarf2/ada-valprint-error.c: New file.
2773 * gdb.dwarf2/ada-valprint-error.exp: New file.
2774
27752017-12-18 Joel Brobecker <brobecker@adacore.com>
2776
2777 * gdb.ada/assign_arr: New testcase.
2778
27792017-12-18 Xavier Roirand <roirand@adacore.com>
2780
2781 * gdb.ada/funcall_ptr: New testcase.
2782
27832017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2784
2785 PR cli/16224
2786 * gdb.base/ptype-offsets.cc: New file.
2787 * gdb.base/ptype-offsets.exp: New file.
2788
27892017-12-15 Yao Qi <yao.qi@linaro.org>
2790
2791 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2792 if XML is disabled.
2793
27942017-12-15 Xavier Roirand <roirand@adacore.com>
2795
2796 * gdb.ada/same_component_name: New testcase.
2797
27982017-12-14 Joel Brobecker <brobecker@adacore.com>
2799
2800 * gdb.ada/str_binop_equal: New testcase.
2801
28022017-12-14 Joel Brobecker <brobecker@adacore.com>
2803
2804 * gdb.ada/task_switch_in_core: New testcase.
2805
28062017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2807
2808 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2809 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2810 call test_bkpt_qualified.
2811 (test_bkpt_qualified): New proc.
2812
28132017-12-13 Pedro Alves <palves@redhat.com>
2814
2815 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2816 Tighten regexp by matching with an anchor.
2817
28182017-12-13 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2821 ("expression with namespace"): New set of tests.
2822 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2823 (Nested::Test_NS::qux): New.
2824 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2825 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2826
28272017-12-13 Joel Brobecker <brobecker@adacore.com>
2828
2829 * gdb.base/server-del-break.c: New file.
2830 * gdb.base/server-del-break.exp: New file.
2831
28322017-12-12 Stafford Horne <shorne@gmail.com>
2833
2834 * gdb.xml/tdesc-regs.exp: Add or1k support.
2835
28362017-12-12 Stafford Horne <shorne@gmail.com>
2837
2838 * gdb.base/bp-permanent.c: Define nop of or1k.
2839
28402017-12-11 Joel Brobecker <brobecker@adacore.com>
2841
2842 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2843 output with components being reordered.
2844
28452017-12-11 Joel Brobecker <brobecker@adacore.com>
2846
2847 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2848 output with components being reordered.
2849
28502017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2851 Pedro Alves <palves@redhat.com>
2852
2853 * gdb.base/maint.exp (check for .gdb_index): Check also for
2854 .debug_names.
2855 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2856 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2857 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2858 (.gdb_index used after symbol reloading): Support also .debug_names.
2859 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2860
28612017-12-08 Yao Qi <yao.qi@linaro.org>
2862
2863 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2864 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2865
28662017-12-08 Yao Qi <yao.qi@linaro.org>
2867
2868 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2869 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2870
28712017-12-08 Yao Qi <yao.qi@linaro.org>
2872
2873 * gdb.arch/aarch64-tagged-pointer.c: New file.
2874 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2875
28762017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2877
2878 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2879 "int".
2880
28812017-12-07 Keith Seitz <keiths@redhat.com>
2882
2883 PR breakpoints/22569
2884 * gdb.linespec/ls-errs.exp: Change expected result of "break
2885 -source this file has spaces.c -line 3".
2886 Check that an explicit source file followed by whitespace is
2887 identified as an invalid explicit location.
2888
28892017-12-07 Keith Seitz <keiths@redhat.com>
2890
2891 * gdb.cp/nested-types.cc: New file.
2892 * gdb.cp/nested-types.exp: New file.
2893 * lib/cp-support.exp: Load data-structures.exp library.
2894 (debug_cp_test_ptype_class): New global.
2895 (cp_ptype_class_verbose, next_line): New procedures.
2896 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2897 Add and document new return value.
2898 Switch the list of lines to a queue.
2899 Add support for new `type' key for nested type definitions.
2900 Add debugging/troubleshooting messages.
2901 * lib/data-structures.exp: New file.
2902
29032017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2904
2905 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2906 with proc_with_prefix, don't use with_test_prefix.
2907
29082017-12-07 Tom Tromey <tom@tromey.com>
2909
2910 * gdb.base/break.exp: Add test for empty "commands".
2911
29122017-12-07 Yao Qi <yao.qi@linaro.org>
2913
2914 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2915 malloc and catch syscall.
2916
29172017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2918
2919 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2920 tests for explicit locations.
2921
29222017-12-06 Pedro Alves <palves@redhat.com>
2923
2924 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2925 force-disabling XML descriptions.
2926
29272017-12-04 Pedro Alves <palves@redhat.com>
2928
2929 PR gdb/22499
2930 * gdb.arch/amd64-disp-step-avx.S: New file.
2931 * gdb.arch/amd64-disp-step-avx.exp: New file.
2932
29332017-12-03 Pedro Alves <palves@redhat.com>
2934
2935 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2936 and <string.h>.
2937 (parent_function): Print distinct messages when waitpid fails, or
2938 the child exits with a signal, or the child exits for an unhandled
2939 reason.
2940 * gdb.threads/process-dies-while-detaching.exp
2941 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2942 it. Wait for both inferior output and GDB's prompt. Use an
2943 indirect spawn id list.
2944 (do_detach): New parameter 'child_exit'. Use it to compute
2945 expected inferior output.
2946 (test_detach, test_detach_watch, test_detach_killed_outside):
2947 Adjust to pass down the expected child exit kind.
2948
29492017-12-01 Joel Brobecker <brobecker@adacore.com>
2950 Sergio Durigan Junior <sergiodj@redhat.com>
2951 Pedro Alves <palves@redhat.com>
2952
2953 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2954
29552017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2956
2957 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2958 to 'symbol-file' and 'add-symbol-file' can be
2959 position-independent.
2960
29612017-12-01 Yao Qi <yao.qi@linaro.org>
2962
2963 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2964 the URL in copyright header.
2965 * gdb.arch/aarch64-fp.exp: Likewise.
2966 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2967 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2968 * gdb.base/expand-psymtabs.exp: Likewise.
2969 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2970 * gdb.fortran/common-block.exp: Likewise.
2971 * gdb.fortran/common-block.f90: Likewise.
2972 * gdb.fortran/logical.exp: Likewise.
2973 * gdb.fortran/vla-datatypes.f90: Likewise.
2974 * gdb.fortran/vla-sub.f90: Likewise.
2975
29762017-11-30 Joel Brobecker <brobecker@adacore.com>
2977
2978 * gdb.ada/repeat_dyn: New testcase.
2979
29802017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2981
2982 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2983 Update for changed thread numbering.
2984 * gdb.cell/bt.exp: Update for changed GDB output.
2985
29862017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2987
2988 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2989 setting isremote by hand.
2990 * boards/dwarf4-gdb-index.exp: Likewise.
2991 * boards/fission.exp: Likewise.
2992 * boards/stabs.exp: Likewise.
2993
29942017-11-30 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.linespec/cpls-ops.exp
2997 (check_explicit_skips_function_argument): Extract the underlying
2998 type of size_t instead of hardcoding it.
2999
30002017-11-29 Pedro Alves <palves@redhat.com>
3001
3002 PR c++/19436
3003 * gdb.linespec/cpls-abi-tag.cc: New file.
3004 * gdb.linespec/cpls-abi-tag.exp: New file.
3005
30062017-11-29 Pedro Alves <palves@redhat.com>
3007
3008 * gdb.base/langs.exp: Use -qualified.
3009 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3010 it.
3011 * gdb.cp/namespace.exp: Use -qualified.
3012 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3013 (overload-3, template-overload, template-ret-type, const-overload)
3014 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3015 procedures.
3016 (test_driver): Call them.
3017 * gdb.cp/save-bp-qualified.cc: New.
3018 * gdb.cp/save-bp-qualified.exp: New.
3019 * gdb.linespec/explicit.exp: Test -qualified.
3020 * lib/completion-support.exp (completion::explicit_opts_list): Add
3021 "-qualified".
3022 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3023
30242017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3025
3026 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3027
30282017-11-29 Tom Tromey <tom@tromey.com>
3029
3030 * gdb.base/relocate.exp: Update invalid argument test.
3031 Add new tests for invalid arguments.
3032
30332017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3034
3035 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3036 Return 0 as a long.
3037 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3038
30392017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3040
3041 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3042 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3043 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3044 func ().
3045 * gdb.cp/shadow.cc (B.func): Return 0.
3046
30472017-11-27 Joel Brobecker <brobecker@adacore.com>
3048
3049 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3050 expected output in gdb_expect call to allow the exception
3051 message to be present as well. Fix syntax confusion to avoid
3052 TCL thinking that exception_name is an array.
3053
30542017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3055
3056 * gdb.arch/spu-info.c: Include <unistd.h>.
3057 (do_signal_test): Fix broken calls to write.
3058 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3059 Fix checks for empty mailboxes. Update signal tests for corrected
3060 do_signal_test routine. Allow nonzero event status.
3061 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3062 * gdb.cell/arch.exp: Use standard_output_file.
3063 * gdb.cell/break.exp: Likewise.
3064 * gdb.cell/bt.exp: Likewise.
3065 * gdb.cell/core.exp: Likewise.
3066 * gdb.cell/dwarfaddr.exp: Likewise.
3067 * gdb.cell/ea-cache.exp: Likewise.
3068 * gdb.cell/ea-standalone.exp: Likewise.
3069 * gdb.cell/f-regs.exp: Likewise.
3070 * gdb.cell/fork.exp: Likewise.
3071 * gdb.cell/gcore.exp: Likewise.
3072 * gdb.cell/mem-access.exp: Likewise.
3073 * gdb.cell/ptype.exp: Likewise.
3074 * gdb.cell/registers.exp: Likewise.
3075 * gdb.cell/sizeof.exp: Likewise.
3076 * gdb.cell/solib-symbol.exp: Likewise.
3077 * gdb.cell/solib.exp: Likewise.
3078
30792017-11-25 Pedro Alves <palves@redhat.com>
3080
3081 * gdb.base/complete-empty.exp: New file.
3082 * gdb.base/completion.exp: Adjust.
3083
30842017-11-25 Pedro Alves <palves@redhat.com>
3085
3086 * gdb.linespec/cpls-ops.cc: New file.
3087 * gdb.linespec/cpls-ops.exp: New file.
3088 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3089 factored out from ...
3090 (test_complete_prefix_range): ... this.
3091
30922017-11-24 Pedro Alves <palves@redhat.com>
3093
3094 * gdb.linespec/cpcompletion.exp: New file.
3095 * gdb.linespec/cpls-hyphen.cc: New file.
3096 * gdb.linespec/cpls.cc: New file.
3097 * gdb.linespec/cpls2.cc: New file.
3098 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3099 test to use test_gdb_complete_unique. Add label completion,
3100 keyword completion and explicit location completion tests.
3101 * lib/completion-support.exp: New file.
3102
31032017-11-24 Joel Brobecker <brobecker@adacore.com>
3104
3105 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3106 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3107 when hitting an exception catchpoint.
3108
31092017-11-22 Yao Qi <yao.qi@linaro.org>
3110
3111 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3112
31132017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3114
3115 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3116 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3117 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3118
31192017-11-22 Yao Qi <yao.qi@linaro.org>
3120
3121 * gdb.base/info-os.exp: Pass pthreads.
3122 * gdb.multi/multi-attach.exp: Likewise.
3123
31242017-11-22 Yao Qi <yao.qi@linaro.org>
3125
3126 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3127 compiler.
3128
31292017-11-22 Yao Qi <yao.qi@linaro.org>
3130
3131 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3132 * gdb.base/break-interp.exp: Likewise.
3133 * gdb.base/jit-attach-pie.exp: Likewise.
3134
31352017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3136
3137 * gdb.base/float128.c (large128): New variable.
3138 * gdb.base/float128.exp: Add test to print largest __float128 value.
3139
31402017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3141
3142 * gdb.arch/vsx-regs.exp: Update register content checks.
3143
31442017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3145
3146 * gdb.arch/ppc-longdouble.exp: New file.
3147 * gdb.arch/ppc-longdouble.c: Likewise.
3148
31492017-11-21 Pedro Alves <palves@redhat.com>
3150
3151 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3152
31532017-11-20 Pedro Alves <palves@redhat.com>
3154
3155 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3156 (long_double_typedef): New typedefs.
3157 Use DEF on double and long double.
3158 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3159 cases.
3160 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3161 and 'long_double_ptr_same_size' locals. Use them to decide
3162 whether cast from array/function to float is valid/invalid.
3163
31642017-11-17 Tom Tromey <tom@tromey.com>
3165
3166 * gdb.rust/traits.rs: New file.
3167 * gdb.rust/traits.exp: New file.
3168
31692017-11-17 Joel Brobecker <brobecker@adacore.com>
3170
3171 * gdb.ada/minsyms: New testcase.
3172
31732017-11-16 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3176 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3177
31782017-11-16 Pedro Alves <palves@redhat.com>
3179
3180 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3181 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3182
31832017-11-16 Pedro Alves <palves@redhat.com>
3184
3185 * gdb.server/reconnect-ctrl-c.c: New file.
3186 * gdb.server/reconnect-ctrl-c.exp: New file.
3187
31882017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3189
3190 * gdb.python/py-rbreak.exp: New file.
3191 * gdb.python/py-rbreak.c: New file.
3192 * gdb.python/py-rbreak-func2.c: New file.
3193
31942017-11-16 Pedro Alves <palves@redhat.com>
3195
3196 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3197 pattern.
3198 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3199 GDB.
3200
32012017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3202
3203 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3204 regex.
3205
32062017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3207
3208 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3209 test names.
3210
32112017-11-09 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3214 factored out from ...
3215 (top level): ... here, and adjusted to avoid expecting beyond the
3216 prompt in a single gdb_test_multiple.
3217
32182017-11-09 Pedro Alves <palves@redhat.com>
3219
3220 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3221 output.
3222 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3223 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3224 * gdb.server/ext-run.exp ("kill" test): Likewise.
3225 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3226
32272017-11-09 Pedro Alves <palves@redhat.com>
3228
3229 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3230 match till end of line.
3231
32322017-11-09 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3235
32362017-11-09 Pedro Alves <palves@redhat.com>
3237
3238 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3239 New procedures, factored out from ...
3240 (top level): ... here, and adjusted to avoid expecting beyond the
3241 prompt in one go.
3242
32432017-11-09 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3246 output. Fix '?' match.
3247
32482017-11-08 Joel Brobecker <brobecker@adacore.com>
3249
3250 * gdb.ada/scoped_watch: New testcase.
3251 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3252 which is actually correct.
3253 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3254 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3255
32562017-11-08 Pedro Alves <palves@redhat.com>
3257
3258 * gdb.gdb/complaints.exp (test_initial_complaints)
3259 (test_serial_complaints, test_short_complaints): Call
3260 complaint_internal instead of complaint.
3261
32622017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3263
3264 * gdb.threads/tls-core.c: New file.
3265 * gdb.threads/tls-core.exp: Likewise.
3266
32672017-11-08 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3270 (p Exported_Capitalized): New test.
3271 (p exported_capitalized): New test.
3272
32732017-11-07 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3276
32772017-11-07 Pedro Alves <palves@redhat.com>
3278
3279 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3280 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3281 (disable_invalid, disable_inverted, disable_negative): New
3282 procedures.
3283 ("bad numbers"): New set of tests.
3284
32852017-11-07 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.cp/ena-dis-br-range.exp: Add tests.
3288
32892017-11-07 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3292
32932017-11-07 Xavier Roirand <roirand@adacore.com>
3294 Pedro Alves <palves@redhat.com>
3295
3296 * gdb.base/ena-dis-br.exp: Add reference to
3297 gdb.cp/ena-dis-br-range.exp.
3298 * gdb.cp/ena-dis-br-range.exp: New file.
3299 * gdb.cp/ena-dis-br-range.cc: New file.
3300
33012017-11-06 Pedro Alves <palves@redhat.com>
3302
3303 * gdb.base/attach-non-pgrp-leader.c: New.
3304 * gdb.base/attach-non-pgrp-leader.exp: New.
3305
33062017-11-06 Pedro Alves <palves@redhat.com>
3307
3308 * configure.ac: No longer check for termio.h and sgtty.h.
3309 * configure: Regenerate.
3310 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3311 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3312 Remove termio and sgtty code.
3313
33142017-11-03 Yao Qi <yao.qi@linaro.org>
3315
3316 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3317 in GDB is disabled.
3318
33192017-11-03 Yao Qi <yao.qi@linaro.org>
3320
3321 * gdb.python/py-thrhandle.exp: Skip it if python is not
3322 enabled.
3323
33242017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3325
3326 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3327 as a breakpoint command.
3328
33292017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3330
3331 PR python/21213
3332 * gdb.python/py-infthread.exp: Test calling
3333 InferiorThread.inferior () multiple times in a row.
3334
33352017-10-27 Keith Seitz <keiths@redhat.com>
3336
3337 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3338 Test "info break" for every inlined function breakpoint.
3339
33402017-10-27 Yao Qi <yao.qi@linaro.org>
3341
3342 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3343
33442017-10-26 Patrick Frants <osscontribute@gmail.com>
3345
3346 * gdb.cp/classes.exp (test_static_members): Test printing
3347 Outer::instance.
3348 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3349 (Inner::instance, Outer::instance): New.
3350
33512017-10-24 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3354 extra console" test in two stages.
3355
33562017-10-24 Pedro Alves <palves@redhat.com>
3357
3358 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3359
33602017-10-24 Pedro Alves <palves@redhat.com>
3361
3362 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3363 loop.
3364
33652017-10-24 Pedro Alves <palves@redhat.com>
3366
3367 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3368 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3369
33702017-10-24 Pedro Alves <palves@redhat.com>
3371
3372 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3373 parameter and handle it. Don't output read value in test name.
3374
33752017-10-24 Pedro Alves <palves@redhat.com>
3376
3377 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3378 custom test name.
3379
33802017-10-24 Pedro Alves <palves@redhat.com>
3381
3382 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3383 include the unstable output directory name in the test's name.
3384 (initial_setup_simple) <'set args'>: Use custom test name.
3385
33862017-10-24 Pedro Alves <palves@redhat.com>
3387
3388 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3389 with explicit test name.
3390
33912017-10-20 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3394 'wait -i'. Use gdb_assert and remote_close.
3395
33962017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3397
3398 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3399 number from variable rather than hard-coded.
3400
34012017-10-19 Pedro Alves <palves@redhat.com>
3402
3403 * gdb.base/long-inferior-output.c: New file.
3404 * gdb.base/long-inferior-output.exp: New file.
3405
34062017-11-18 Keith Seitz <keiths@redhat.com>
3407
3408 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3409 method.
3410 (main): Call it.
3411 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3412 Add additional user-defined conversion operator tests.
3413
34142017-10-17 Pedro Alves <palves@redhat.com>
3415
3416 * boards/native-stdio-gdbserver.exp: Load "local-board".
3417
34182017-10-17 Pedro Alves <palves@redhat.com>
3419
3420 * gdb.base/quit-live.c: New file.
3421 * gdb.base/quit-live.exp: New file.
3422
34232017-10-16 Keith Seitz <keiths@redhat.com>
3424
3425 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3426 (class_with_protected_typedef, class_with_private_typedef)
3427 (struct_with_public_typedef, struct_with_protected_typedef)
3428 (struct_with_private_typedef): New classes/structs.
3429 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3430 typedefs and access specifiers.
3431
34322017-10-16 Pedro Alves <palves@redhat.com>
3433 Simon Marchi <simon.marchi@polymtl.ca>
3434
3435 * README (Local vs Remote vs Native): New section.
3436 * boards/local-board.exp: New file, with bits factored out from
3437 ...
3438 * boards/native-extended-gdbserver.exp: ... here. Load
3439 "local-board".
3440 * boards/native-gdbserver.exp: Load "local-board".
3441 (${board}_spawn, ${board}_exec): Delete.
3442 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3443 ...
3444 * boards/stdio-gdbserver-base.exp: ... this new file.
3445 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3446 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3447 procedure.
3448 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3449 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3450 stdio_gdbserver_command.
3451 (${board}_get_remote_address, ${board}_get_comm_port)
3452 (${board}_download, ${board}_upload): Delete.
3453 (get_target_remote_pipe_cmd): New.
3454
34552017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3456
3457 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3458 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3459 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3460 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3461 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3462 remove with_test_prefix.
3463
34642017-10-13 Pedro Alves <palves@redhat.com>
3465
3466 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3467 * gdb.base/annota1.exp: Use it instead of is_remote.
3468 * gdb.base/annota3.exp: Use it instead of is_remote.
3469 * gdb.cp/annota2.exp: Use it instead of is_remote.
3470 * gdb.cp/annota3.exp: Use it instead of is_remote.
3471 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3472
34732017-10-13 Pedro Alves <palves@redhat.com>
3474
3475 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3476 (test_num_test_vars, run_and_count_vars, find_env)
3477 (test_set_unset_env, test_inherit_env_var): New procedures.
3478 (top level): Use them.
3479
34802017-10-13 Pedro Alves <palves@redhat.com>
3481
3482 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3483 also skip on stub-like targets.
3484
34852017-10-13 Pedro Alves <palves@redhat.com>
3486
3487 PR gdb/22293
3488 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3489 (top level): Move some tests to ...
3490 (test_not_found): ... this new procedure.
3491 (top level): Call it.
3492
34932017-10-13 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3496 expect different "info terminal" output if testing with a
3497 non-native target.
3498
34992017-10-13 Pedro Alves <palves@redhat.com>
3500 Simon Marchi <simon.marchi@polymtl.ca>
3501
3502 PR python/12966
3503 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3504
35052017-10-13 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3508 already.
3509
35102017-10-13 Pedro Alves <palves@redhat.com>
3511
3512 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3513 is_remote.
3514
35152017-10-13 Pedro Alves <palves@redhat.com>
3516
3517 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3518 is_remote.
3519
35202017-10-13 Pedro Alves <palves@redhat.com>
3521
3522 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3523 is set.
3524 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3525 instead of is_remote.
3526
35272017-10-13 Pedro Alves <palves@redhat.com>
3528
3529 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3530 (top level): Add comment.
3531
35322017-10-13 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.base/remote.exp (top level): Fix comment typo and add
3535 missing return.
3536
35372017-10-13 Pedro Alves <palves@redhat.com>
3538 Simon Marchi <simon.marchi@polymtl.ca>
3539
3540 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3541 calls and add comments. Skip test if use_gdb_stub is set.
3542 (top level): Use "set cwd" command instead of "cd" command.
3543
35442017-10-13 Pedro Alves <palves@redhat.com>
3545
3546 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3547 is_remote target check.
3548
35492017-10-13 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.base/scope.exp: Use build_executable + clean_restart +
3552 gdb_file_cmd instead of prepare_for_testing and no longer skip
3553 "before run" tests on is_remote target boards. Update comments.
3554 * boards/native-extended-gdbserver.exp
3555 (extended_gdbserver_load_last_file): New, factored out from ...
3556 (gdb_load): ... this. Move further below and add comment.
3557 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3558
35592017-10-12 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.base/attach.exp: Remove references to gdb64.
3562 * gdb.base/dbx.exp: Remove references to gdb64.
3563
35642017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3565 Pedro Alves <palves@redhat.com>
3566
3567 * gdb.base/label.exp: Remove is_remote target check.
3568
35692017-10-12 Pedro Alves <palves@redhat.com>
3570
3571 * gdb.base/auvx.exp (coredir): Update comment.
3572 (top level) <core_works>: Use "set cwd" command instead of "cd"
3573 command.
3574
35752017-10-12 Pedro Alves <palves@redhat.com>
3576 Simon Marchi <simon.marchi@polymtl.ca>
3577
3578 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3579 target boards.
3580
35812017-10-12 Pedro Alves <palves@redhat.com>
3582 Simon Marchi <simon.marchi@polymtl.ca>
3583
3584 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3585 Instead skip if there's any gdb_protocol set.
3586
35872017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3588 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3591
35922017-10-12 Pedro Alves <palves@redhat.com>
3593 Simon Marchi <simon.marchi@polymtl.ca>
3594
3595 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3596 instead of on dejagnu remote boards.
3597
35982017-10-12 Pedro Alves <palves@redhat.com>
3599 Simon Marchi <simon.marchi@polymtl.ca>
3600
3601 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3602 checks. Use build_executable + clean_restart instead of
3603 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3604 of enabling non-stop after starting gdb.
3605
36062017-10-12 Pedro Alves <palves@redhat.com>
3607
3608 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3609 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3610 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3611 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3612
36132017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3614
3615 * gdb.arch/arc-tdesc-cpu.exp: New file.
3616 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3617
36182017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3619
3620 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3621
36222017-10-10 Pedro Alves <palves@redhat.com>
3623
3624 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3625 expect CLI output.
3626
36272017-10-10 Pedro Alves <palves@redhat.com>
3628
3629 * lib/selftest-support.exp (selftest_setup): Update for
3630 captured_command_loop's prototype change.
3631
36322017-10-09 Pedro Alves <palves@redhat.com>
3633
3634 Test both arch1=>arch2 and arch2=>arch1.
3635
3636 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3637 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3638 factored out to...
3639 (append_arch1_options, append_arch2_options, append_arch_options)
3640 (build_executables): New procedures.
3641 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3642 local.
3643 (top level): Add new 'first_arch' testing axis.
3644
36452017-10-09 Pedro Alves <palves@redhat.com>
3646
3647 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3648 (barrier): New.
3649 (thread_start, all_started): New functions.
3650 (main): Spawn new thread and wait until it is scheduled.
3651 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3652 option.
3653 (do_test): Add 'selected_thread' parameter. Run to all_started
3654 instead of main. Explicitly set the breakpoint at main. Switch
3655 to the SELECTED_THREAD thread.
3656 (top level): Test handling the exec event with either the main
3657 thread or the second thread selected.
3658
36592017-10-09 Pedro Alves <palves@redhat.com>
3660
3661 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3662 logic. Move STOP marker after the value checks.
3663 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3664 regexp.
3665
36662017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3667
3668 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3669
36702017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3671
3672 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3673 integer-to-dfp conversion.
3674 * gdb.base/dfp-test.exp: Likewise.
3675
36762017-10-04 Pedro Alves <palves@redhat.com>
3677
3678 * gdb.multi/hangout.c: Include <unistd.h>.
3679 (hangout_loop): New function.
3680 (main): Call alarm. Call hangout_loop in a loop.
3681 * gdb.multi/hello.c: Include <unistd.h>.
3682 (hello_loop): New function.
3683 (main): Call alarm. Call hangout_loop in a loop.
3684 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3685 inferior with the other selected.
3686
36872017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3688
3689 * gdb.mi/list-thread-groups-available.exp: New file.
3690 * gdb.mi/list-thread-groups-available.c: New file.
3691
36922017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3693
3694 * gdb.base/set-cwd.exp: Make it available on
3695 native-extended-gdbserver.
3696
36972017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3698
3699 * gdb.base/set-cwd.c: New file.
3700 * gdb.base/set-cwd.exp: Likewise.
3701
37022017-10-02 Tom Tromey <tom@tromey.com>
3703
3704 PR rust/22236:
3705 * gdb.rust/simple.rs (main): New variable "fslice".
3706 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3707
37082017-10-02 Tom Tromey <tom@tromey.com>
3709
3710 * gdb.rust/simple.exp: Test ptype of a slice.
3711
37122017-10-02 Tom Tromey <tom@tromey.com>
3713
3714 * gdb.rust/simple.exp: Test index of slice.
3715
37162017-09-27 Tom Tromey <tom@tromey.com>
3717
3718 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3719
37202017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3721 Pedro Alves <palves@redhat.com>
3722
3723 * gdb.base/compare-sections.exp (get value of read-only section): Read
3724 as unsigned value.
3725 (corrupt read-only section): Likewise and don't set written if patching
3726 failed.
3727
37282017-09-21 Kevin Buettner <kevinb@redhat.com>
3729
3730 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3731 files.
3732
37332017-09-20 Pedro Alves <palves@redhat.com>
3734
3735 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3736 symbol names in gdb's output.
3737 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3738
37392017-09-20 Pedro Alves <palves@redhat.com>
3740
3741 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3742 Rename to ...
3743 (test_list_ambiguous_symbol): ... this and add a symbol name
3744 parameter. Adjust.
3745 (test_list_ambiguous_function): Reimplement on top of
3746 test_list_ambiguous_symbol and also test listing ambiguous
3747 variables.
3748 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3749 (ambiguous_fun): ... this.
3750 (ambiguous_var): New.
3751 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3752 (ambiguous_fun): ... this.
3753 (ambiguous_var): New.
3754
37552017-09-19 John Baldwin <jhb@FreeBSD.org>
3756
3757 * gdb.base/starti.c: New file.
3758 * gdb.base/starti.exp: New file.
3759 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3760
37612017-09-14 Pedro Alves <palves@redhat.com>
3762
3763 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3764 (top level): Use it instead of runto.
3765
37662017-09-11 Tom Tromey <tom@tromey.com>
3767
3768 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3769
37702017-09-11 Tom Tromey <tom@tromey.com>
3771
3772 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3773 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3774
37752017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3776
3777 * gdb.fortran/printing-types.exp: New file.
3778 * gdb.fortran/printing-types.exp: New file.
3779
37802017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3781
3782 * gdb.fortran/vla-ptype.exp: Fix typos.
3783 * gdb.fortran/vla-value.exp: Same.
3784
37852017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3786
3787 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3788 * gdb.mi/mi-var-child-f.exp: Likewise.
3789 * gdb.mi/mi-vla-fortran.exp: Likewise.
3790
37912017-09-08 Frank Penczek <frank.penczek@intel.com>
3792 Christoph Weinmann <christoph.t.weinmann@intel.com>
3793 Bernhard Heckel <bernhard.heckel@intel.com>
3794
3795 * gdb.fortran/ptr-indentation.f90: New file.
3796 * gdb.fortran/ptr-indentation.exp: New file.
3797
37982017-09-05 Tom Tromey <tom@tromey.com>
3799
3800 PR gdb/22010:
3801 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3802
38032017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3804
3805 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3806
38072017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 * gdb.threads/tls-nodebug-pie.c: New file.
3810 * gdb.threads/tls-nodebug-pie.exp: New file.
3811
38122017-09-05 Tom Tromey <tom@tromey.com>
3813
3814 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3815 for rust.
3816
38172017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3818
3819 * gdb.multi/multi-arch-exec.exp: Test with different
3820 "follow-exec-mode" settings.
3821 (do_test): New procedure.
3822
38232017-09-04 Pedro Alves <palves@redhat.com>
3824
3825 * gdb.base/func-static.c (S::method const, S::method volatile)
3826 (S::method volatile const): New methods.
3827 (c_s, v_s, cv_s): New instances.
3828 (main): Call method() on them.
3829 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3830 (cannot_resolve): New procedure.
3831 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3832 print-quote-unquoted columns.
3833 (do_test): Test printing each scope too.
3834
38352017-09-04 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.base/local-static.exp: Also test with
3838 class::method::variable wholly quoted.
3839 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3840
38412017-09-04 Pedro Alves <palves@redhat.com>
3842
3843 * gdb.base/local-static.c: New.
3844 * gdb.base/local-static.cc: New.
3845 * gdb.base/local-static.exp: New.
3846
38472017-09-04 Pedro Alves <palves@redhat.com>
3848
3849 * gdb.asm/asm-source.exp: Add casts to int.
3850 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3851 (dataglobal64_1, dataglobal64_2): New globals.
3852 * gdb.base/nodebug.exp: Test different expressions involving the
3853 new globals, with print, whatis and ptype. Add casts to int.
3854 * gdb.base/solib-display.exp: Add casts to int.
3855 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3856 * gdb.cp/m-static.exp: Add cast to int.
3857 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3858 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3859 tls variable with no debug info without a cast. Test with a cast
3860 to int too.
3861 * gdb.trace/entry-values.exp: Add casts.
3862
38632017-09-04 Pedro Alves <palves@redhat.com>
3864
3865 * gdb.base/nodebug.exp: Test that ptype's error about functions
3866 with unknown return type includes the function name too.
3867
38682017-09-04 Pedro Alves <palves@redhat.com>
3869
3870 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3871 return type of munmap in infcall.
3872 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3873 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3874 type of ftell in infcall.
3875 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3876 type of getpid in infcall.
3877 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3878 infcall.
3879 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3880 Bail on failure to extract the pid.
3881 * gdb.base/nodebug.c: #include <stdint.h>.
3882 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3883 New functions.
3884 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3885 Change expected output of print/whatis/ptype with functions with
3886 no debug info. Test all supported languages. Call
3887 test_call_promotion.
3888 * gdb.compile/compile.exp: Adjust expected output to expect
3889 warning.
3890 * gdb.threads/siginfo-threads.exp: Likewise.
3891
38922017-09-04 Pedro Alves <palves@redhat.com>
3893
3894 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3895 "prototypes". Test calling float functions via prototyped and
3896 unprototyped function pointers.
3897 (perform_all_tests): New parameter "prototypes". Pass it down.
3898 (top level): Pass down "prototypes" parameter to
3899 perform_all_tests.
3900
39012017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3902
3903 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3904 Test with nested loops.
3905
39062017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3907
3908 * gdb.base/commands.exp: Call the new procedures.
3909 (loop_break_test, loop_continue_test): New procedures.
3910
39112017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3912
3913 * gdb.base/commands.exp: Call new procedure.
3914 (define_if_without_arg_test): New procedure.
3915
39162017-09-04 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.base/list-ambiguous.exp: New file.
3919 * gdb.base/list-ambiguous0.c: New file.
3920 * gdb.base/list-ambiguous1.c: New file.
3921 * gdb.base/list.exp (test_list_range): Adjust expected output.
3922
39232017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3924
3925 * gdb.base/share-env-with-gdbserver.c: New file.
3926 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3927
39282017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3929
3930 * gdb.base/commands.exp (gdbvar_simple_if_test,
3931 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3932 progvar_simple_if_test, progvar_simple_while_test,
3933 progvar_complex_if_while_test, user_defined_command_test,
3934 user_defined_command_args_eval,
3935 user_defined_command_args_stack_test,
3936 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3937 temporary_breakpoint_commands,
3938 gdb_test_no_prompt, redefine_hook_test,
3939 redefine_backtrace_test): Remove "global gdb_prompt".
3940
39412017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3942
3943 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3944 New proc, call it from toplevel.
3945
39462017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3947
3948 PR remote/21852
3949 * gdb.server/normal.c: New file, copied from gdb.base.
3950 * gdb.server/run-without-local-binary.exp: New file.
3951
39522017-08-07 Weimin Pan <weimin.pan@oracle.com>
3953
3954 * gdb.arch/sparc64-adi.exp: New file.
3955 * gdb.arch/sparc64-adi.c: New file.
3956
39572017-08-22 Pedro Alves <palves@redhat.com>
3958
3959 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3960 (top level): Add "list all overloads" tests.
3961
39622017-08-22 Tom Tromey <tom@tromey.com>
3963
3964 * gdb.gdb/xfullpath.exp: Remove.
3965
39662017-08-21 Pedro Alves <palves@redhat.com>
3967
3968 PR gdb/19487
3969 * gdb.base/symbol-alias.c: New.
3970 * gdb.base/symbol-alias2.c: New.
3971 * gdb.base/symbol-alias.exp: New.
3972
39732017-08-21 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.base/dfp-test.c
3976 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3977 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3978 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3979 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3980 * gdb.base/whatis-ptype-typedefs.c: New.
3981 * gdb.base/whatis-ptype-typedefs.exp: New.
3982 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3983 (an_int, an_int_type, an_int_type2): New globals.
3984 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3985 involving typedefs and cast expressions.
3986 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3987 (lookup_typedefs_function): New.
3988 (typedefs_pretty_printers_dict): New.
3989 (top level): Register lookup_typedefs_function in
3990 gdb.pretty_printers.
3991
39922017-08-18 Yao Qi <yao.qi@linaro.org>
3993
3994 * gdb.server/unittest.exp: New.
3995
39962017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3997
3998 PR gdb/21954
3999 * gdb.base/environ.exp: Add test to check if 'unset environment'
4000 works.
4001
40022017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4003
4004 * lib/gdb.exp (universal_compile_options): New caching proc.
4005 (gdb_compile): Suppress GCC's coloring of messages.
4006
40072017-08-14 Tom Tromey <tom@tromey.com>
4008
4009 PR gdb/21675:
4010 * gdb.base/printcmds.exp (test_radices): New function.
4011 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4012 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4013 * lib/gdb.exp (get_integer_valueof): Use p/d.
4014
40152017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4016
4017 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4018 characters.
4019
40202017-08-05 Tom Tromey <tom@tromey.com>
4021
4022 * gdb.rust/simple.exp: Allow String to appear in a different
4023 namespace.
4024
40252017-07-26 Yao Qi <yao.qi@linaro.org>
4026
4027 * gdb.gdb/unittest.exp: Invoke command
4028 "maintenance check xml-descriptions".
4029
40302017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4031
4032 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4033 calling context.
4034 (hex128): Drop erroneous calculation of parameters.
4035
40362017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4037
4038 * gdb.python/py-unwind.exp: Disable stack protection when
4039 building test file.
4040
40412017-07-20 Pedro Alves <palves@redhat.com>
4042
4043 * gdb.base/default.exp (set language): Adjust expected output.
4044
40452017-07-20 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4048 (test_minsym): ... this, and make static.
4049 (get_pck__foo__bar__minsym): Rename to ...
4050 (get_test_minsym): ... this.
4051 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4052 symbol names and comments.
4053 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4054 (get_test_minsym): ... this.
4055 (pck__foo__bar__minsym__2): Rename to ...
4056 (test_minsym): ... this.
4057 (main): Adjust.
4058
40592017-07-17 Pedro Alves <palves@redhat.com>
4060
4061 * gdb.base/completion.exp: Adjust expected output.
4062 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4063 the completer works.
4064
40652017-07-17 Pedro Alves <palves@redhat.com>
4066
4067 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4068
40692017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4070
4071 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4072
40732017-07-14 Tom Tromey <tom@tromey.com>
4074
4075 PR rust/21764:
4076 * gdb.rust/simple.exp: Add tests.
4077
40782017-07-14 Tom Tromey <tom@tromey.com>
4079
4080 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4081
40822017-07-14 Pedro Alves <palves@redhat.com>
4083
4084 * gdb.linespec/base/one/thefile.cc (z1): New function.
4085 * gdb.linespec/base/two/thefile.cc (z2): New function.
4086 * gdb.linespec/linespec.exp: Add tests.
4087
40882017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4091 to mi_create_breakpoint.
4092
40932017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4094
4095 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4096 mi_create_breakpoint.
4097
40982017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4099
4100 * gdb.dlang/demangle.exp: Update for demangling changes.
4101
41022017-07-09 Tom Tromey <tom@tromey.com>
4103
4104 * gdb.dwarf2/shortpiece.exp: New file.
4105
41062017-07-06 David Blaikie <dblaikie@gmail.com>
4107
4108 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4109 built from fissiont-multi-cu{1,2}.c.
4110 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4111 except putting 'main' and 'func' in separate CUs in the same DWO file.
4112 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4113 test.
4114 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4115 test.
4116
41172017-07-06 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.python/py-unwind.exp: Test flushregs.
4120
41212017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4122
4123 PR cli/21688
4124 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4125 tests for alias commands and trailing whitespace.
4126
41272017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4128
4129 PR cli/21688
4130 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4131 procedure. Call it.
4132
41332017-06-29 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.base/printcmds.exp: Add tests.
4136
41372017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4138
4139 PR gdb/21337
4140 * gdb.base/reread-readsym.exp: New file.
4141 * gdb.base/reread-readsym.c: New file.
4142
41432017-06-21 Kevin Buettner <kevinb@redhat.com>
4144
4145 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4146 subpattern.
4147
41482017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4149
4150 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4151 extended mnemonic.
4152 * gdb.arch/powerpc-power9.s: Likewise.
4153
41542017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4155
4156 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4157 on 32-bit x86 targets. Exploit is_*_target macros where
4158 appropriate.
4159
41602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4161
4162 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4163 register pieces.
4164
41652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4166
4167 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4168 located in one or more DWARF pieces.
4169
41702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4171
4172 * lib/gdb.exp (get_endianness): New proc.
4173 * gdb.arch/aarch64-fp.exp: Use it.
4174 * gdb.arch/altivec-regs.exp: Likewise.
4175 * gdb.arch/e500-regs.exp: Likewise.
4176 * gdb.arch/vsx-regs.exp: Likewise.
4177 * gdb.base/dump.exp: Likewise.
4178 * gdb.base/funcargs.exp: Likewise.
4179 * gdb.base/gnu_vector.exp: Likewise.
4180 * gdb.dwarf2/formdata16.exp: Likewise.
4181 * gdb.dwarf2/implptrpiece.exp: Likewise.
4182 * gdb.dwarf2/nonvar-access.exp: Likewise.
4183 * gdb.python/py-inferior.exp: Likewise.
4184 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4185
41862017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4187
4188 PR gdb/21226
4189 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4190 stack value pieces are taken from the LSB end.
4191
41922017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4193
4194 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4195 variable at nonzero offset.
4196
41972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4198
4199 * gdb.dwarf2/var-access.c: New file.
4200 * gdb.dwarf2/var-access.exp: New test.
4201 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4202
42032017-06-12 Tom Tromey <tom@tromey.com>
4204
4205 * gdb.dwarf2/formdata16.exp: Add tests.
4206
42072017-06-12 Tom Tromey <tom@tromey.com>
4208
4209 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4210
42112017-06-12 Tom Tromey <tom@tromey.com>
4212
4213 PR exp/16225:
4214 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4215 * gdb.arch/vsx-regs.exp: Update tests.
4216 * gdb.arch/s390-vregs.exp (hex128): New proc.
4217 Update test.
4218 * gdb.arch/altivec-regs.exp: Update tests.
4219
42202017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4221
4222 * gdb.base/startup-with-shell.c: New file.
4223 * gdb.base/startup-with-shell.exp: Likewise.
4224
42252017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4226
4227 * gdb.server/non-existing-program.exp: Update regex in order to
4228 reflect the fact that gdbserver is now using fork_inferior (with a
4229 shell) to startup the inferior.
4230
42312017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4232
4233 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4234 support function calls from GDB.
4235
42362017-05-21 Tom Tromey <tom@tromey.com>
4237
4238 PR rust/21466:
4239 * gdb.rust/unsized.exp: New file.
4240 * gdb.rust/unsized.rs: New file.
4241
42422017-05-19 Tom Tromey <tom@tromey.com>
4243
4244 PR rust/21484:
4245 * gdb.rust/watch.exp: New file.
4246 * gdb.rust/watch.rs: New file.
4247
42482017-05-18 Tom Tromey <tom@tromey.com>
4249
4250 * gdb.rust/simple.exp: Allow Box to be qualified.
4251
42522017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4253
4254 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4255
42562017-05-18 Pedro Alves <palves@redhat.com>
4257
4258 * gdb.base/fileio.c (test_write, test_read, test_close)
4259 (test_fstat): Don't print 'ret' in the fail path.
4260
42612017-05-18 Pedro Alves <palves@redhat.com>
4262
4263 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4264 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4265 (test_system, test_rename, test_unlink, test_time): Change
4266 prototypes.
4267 * gdb.base/fileio.exp (stop_msg): Adjust.
4268
42692017-05-18 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.base/fileio.c (null_str): New global.
4272 (test_stat): Use it.
4273 * gdb.base/fileio.exp: Remove nowarnings.
4274
42752017-05-17 Yao Qi <yao.qi@linaro.org>
4276
4277 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4278
42792017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4280
4281 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4282 argument command.
4283 (top-level): Invoke test_set_inferior_tty.
4284
42852017-05-04 Pedro Alves <palves@redhat.com>
4286
4287 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4288 Add parens to print call for Python 3.
4289
42902017-05-03 Keith Seitz <keiths@redhat.com>
4291
4292 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4293 (main): Call it.
4294
42952017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4296
4297 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4298 to prev and next.
4299
43002017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4301
4302 * gdb.python/py-record-btrace.exp: Remove test for
4303 gdb.BtraceInstruction.error.
4304
43052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4306
4307 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4308
43092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4310
4311 * gdb.python/py-record-btrace-threads.c: New file.
4312 * gdb.python/py-record-btrace-threads.exp: New file.
4313
43142017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4315
4316 PR testsuite/8595
4317 * gdb.base/environ.exp: Make test available in all architectures.
4318 Move bits related to "info program" testing to
4319 gdb.base/info-program.exp. Rewrite tests to use the two new
4320 procedures mentione below.
4321 (test_set_show_env_var) New procedure.
4322 (test_set_show_env_var_equal): Likewise.
4323 * gdb.base/info-program.exp: New file.
4324
43252017-04-27 Keith Seitz <keiths@redhat.com>
4326
4327 * gdb.cp/oranking.cc (test15): New function.
4328 (main): Call test15 and declare additional variables for testing.
4329 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4330 "p foo101('abc')" tests.
4331 Add tests for cv qualifier overloads.
4332 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4333 "lvalue reference overload" test.
4334 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4335 "print value of f1 on Child&& in f2" test.
4336
43372017-04-19 Pedro Alves <palves@redhat.com>
4338
4339 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4340 procedure.
4341 (top level): Call it.
4342 * lib/gdb.exp (gdb_define_cmd): New procedure.
4343
43442017-04-12 Pedro Alves <palves@redhat.com>
4345
4346 PR gdb/21323
4347 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4348 (wchar): New global.
4349 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4350 (do_test_wide_char, wide_char_types_no_program, top level): Add
4351 wchar_t testing.
4352
43532017-04-12 Pedro Alves <palves@redhat.com>
4354
4355 PR c++/21323
4356 * gdb.cp/wide_char_types.c: New file.
4357 * gdb.cp/wide_char_types.exp: New file.
4358
43592017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4360
4361 PR gdb/21352
4362 * gdb.trace/tsv.exp: Add test for "tsave -r".
4363
43642017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4365
4366 * gdb.dlang/watch-loc.c: New file.
4367 * gdb.dlang/watch-loc.exp: New file.
4368
43692017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4370
4371 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4372
43732017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4374
4375 * gdb.arch/arc-analyze-prologue.S: New file.
4376 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4377
43782017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4379
4380 * gdb.arch/arc-decode-insn.S: New file.
4381 * gdb.arch/arc-decode-insn.exp: Likewise.
4382
43832017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4384
4385 PR tdep/20928
4386 * gdb.arch/sparc64-regs.exp: New file.
4387 * gdb.arch/sparc64-regs.S: Likewise.
4388
43892017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4390
4391 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4392 and memory view on Python 3.
4393
43942017-03-20 Artemiy Volkov <artemiyv@acm.org>
4395 Keith Seitz <keiths@redhat.com>
4396
4397 PR gdb/14441
4398 * gdb.cp/demangle.exp: Add rvalue reference tests.
4399 * gdb.cp/rvalue-ref-casts.cc: New file.
4400 * gdb.cp/rvalue-ref-casts.exp: New file.
4401 * gdb.cp/rvalue-ref-overload.cc: New file.
4402 * gdb.cp/rvalue-ref-overload.exp: New file.
4403 * gdb.cp/rvalue-ref-params.cc: New file.
4404 * gdb.cp/rvalue-ref-params.exp: New file.
4405 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4406 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4407 * gdb.cp/rvalue-ref-types.cc: New file.
4408 * gdb.cp/rvalue-ref-types.exp: New file.
4409 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4410 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4411
44122017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4413
4414 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4415 New procedure.
4416
44172017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4418
4419 * lib/mi-support.exp (mi_gdb_test): Add additional message
4420 for unexpected output.
4421
44222017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4423
4424 * gdb.base/examine-backward.c (Barrier): New character array
4425 constant, to ensure that TestStrings is preceded by a string
4426 terminator.
4427
44282017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4429
4430 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4431 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4432 and implicit pointer into such a location.
4433
44342017-03-16 Doug Evans <dje@google.com>
4435
4436 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4437
44382017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4439
4440 * gdb.cp/m-static.exp: Fix expectation for prototype of
4441 test5.single_constructor and single_constructor::single_constructor.
4442
44432017-03-16 Doug Evans <dje@google.com>
4444
4445 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4446 * gdb.guile/scm-lazy-string.c: New file.
4447 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4448 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4449 for pointer, array, typedef lazy strings.
4450
44512017-03-16 Doug Evans <dje@google.com>
4452
4453 PR python/17728, python/18439, python/18779
4454 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4455 * gdb.python/py-lazy-string.c (pointer): New typedef.
4456 (main): New locals ptr, array, typedef_ptr.
4457 * gdb.python/py-value.exp: Move lazy string tests to ...
4458 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4459 array, typedef lazy strings.
4460
44612017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4462
4463 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4464 Add optional 'test' parameter.
4465
44662017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4467
4468 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4469 Skip for versions of DejaGnu < 1.5.
4470
44712017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4472
4473 * lib/gdb.exp (dejagnu_version): New proc.
4474 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4475 Use dejagnu_version.
4476
44772017-03-10 Keith Seitz <keiths@redhat.com>
4478
4479 PR c++/8128
4480 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4481 type from destructor regexps.
4482 Add a branch which actually passes the test.
4483 Adjust "ptype t5i" test names.
4484
44852017-03-08 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.base/step-over-exit.exp: Add explicit test message.
4488
44892017-03-08 Pedro Alves <palves@redhat.com>
4490
4491 PR gdb/18360
4492 * gdb.threads/interrupt-while-step-over.c: New file.
4493 * gdb.threads/interrupt-while-step-over.exp: New file.
4494
44952017-03-08 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4498 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4499
45002017-03-08 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4503 PKRU as not supported as a PASS.
4504
45052017-03-08 Pedro Alves <palves@redhat.com>
4506
4507 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4508 prefix instead of $binfile1/$binfile2.
4509 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4510 in test message.
4511 * gdb.python/py-completion.exp: Use "load python file" as test
4512 messages instead of unstable path names.
4513
45142017-03-08 Pedro Alves <palves@redhat.com>
4515 Jan Kratochvil <jan.kratochvil@redhat.com>
4516
4517 PR cli/21218
4518 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4519 New proc.
4520 (top level): Call it.
4521
45222017-03-08 Pedro Alves <palves@redhat.com>
4523
4524 PR tui/21216
4525 * gdb.tui/tui-nl-filtered-output.exp: New file.
4526
45272017-03-08 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.base/completion.exp: Move TUI completion tests to ...
4530 * gdb.tui/completion.exp: ... this new file.
4531
45322017-03-08 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.base/tui-disasm-long-lines.c,
4535 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4536 gdb.base/tui-layout.exp: Move to ...
4537 * gdb.tui/: ... this new directory.
4538
45392017-03-07 Pedro Alves <palves@redhat.com>
4540
4541 * gdb.base/tui-layout.c: New file.
4542 * gdb.base/tui-layout.exp: New file.
4543
45442017-03-07 Pedro Alves <palves@redhat.com>
4545
4546 * gdb.base/tui-layout.c: Rename to ...
4547 * gdb.base/tui-disasm-long-lines.c: ... this.
4548 * gdb.base/tui-layout.exp: Rename to ...
4549 * gdb.base/tui-disasm-long-lines.exp: ... this.
4550
45512017-03-07 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4554
45552017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4556
4557 * i386-mpx-call.c: New file.
4558 * i386-mpx-call.exp: New file.
4559
45602017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4561
4562 * gdb.arch/powerpc-power.exp: Delete test.
4563 * gdb.arch/powerpc-power.s: Likewise.
4564 * gdb.disasm/disassembler-options.exp: New test.
4565 * gdb.arch/powerpc-altivec.exp: Likewise.
4566 * gdb.arch/powerpc-altivec.s: Likewise.
4567 * gdb.arch/powerpc-altivec2.exp: Likewise.
4568 * gdb.arch/powerpc-altivec2.s: Likewise.
4569 * gdb.arch/powerpc-altivec3.exp: Likewise.
4570 * gdb.arch/powerpc-altivec3.s: Likewise.
4571 * gdb.arch/powerpc-power7.exp: Likewise.
4572 * gdb.arch/powerpc-power7.s: Likewise.
4573 * gdb.arch/powerpc-power8.exp: Likewise.
4574 * gdb.arch/powerpc-power8.s: Likewise.
4575 * gdb.arch/powerpc-power9.exp: Likewise.
4576 * gdb.arch/powerpc-power9.s: Likewise.
4577 * gdb.arch/powerpc-vsx.exp: Likewise.
4578 * gdb.arch/powerpc-vsx.s: Likewise.
4579 * gdb.arch/powerpc-vsx2.exp: Likewise.
4580 * gdb.arch/powerpc-vsx2.s: Likewise.
4581 * gdb.arch/powerpc-vsx3.exp: Likewise.
4582 * gdb.arch/powerpc-vsx3.s: Likewise.
4583 * gdb.arch/arm-disassembler-options.exp: Likewise.
4584 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4585 * gdb.arch/s390-disassembler-options.exp: Likewise.
4586
45872017-02-23 Luis Machado <lgustavo@codesourcery.com>
4588
4589 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4590 (check_supported_features): ... this. Changed return type to void.
4591 (supports_rdseed): New static global.
4592 (rdseed): Check supports_rdseed.
4593 (initialize): Call check_supported_features.
4594
45952017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4596
4597 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4598 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4599 and lqarx/stqcx.
4600 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4601 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4602
46032017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4604
4605 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4606 uppercase.
4607
46082017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4609
4610 * gdb.dwarf2/formdata16.c: New file.
4611 * gdb.dwarf2/formdata16.exp: New file.
4612 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4613
46142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4615
4616 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4617 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4618 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4619 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4620 DW_AT_GNU_*.
4621
46222017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4623
4624 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4625
46262017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4627
4628 PR gdb/21164
4629 * gdb.base/maint.exp: Add testcases for when the commands do
4630 not have arguments.
4631
46322017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4633
4634 * gdb.cp/chained-calls.exp: Use p instead of P.
4635
46362017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4637
4638 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4639 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4640
46412017-02-14 Tom Tromey <tom@tromey.com>
4642
4643 PR python/13598:
4644 * gdb.python/py-events.exp: Add before_prompt event tests.
4645
46462017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4647
4648 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4649
46502017-02-13 Luis Machado <lgustavo@codesourcery.com>
4651
4652 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4653 (main): Call my_unique_function_name.
4654 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4655 completion of patterns with a single match.
4656 Add missing -re switches to gdb_test_multiple calls.
4657
46582017-02-13 Luis Machado <lgustavo@codesourcery.com>
4659
4660 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4661 return if core file is not recognized.
4662
46632017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4664
4665 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4666 and extra UIs.
4667
46682017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4669
4670 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4671 proc_with_prefix.
4672
46732017-02-10 Tom Tromey <tom@tromey.com>
4674
4675 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4676
46772017-02-10 Martin Galvan <martingalvan@sourceware.org>
4678
4679 PR gdb/21122
4680 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4681
46822017-02-08 Jerome Guitton <guitton@adacore.com>
4683
4684 * gdb.base/define.exp: Add test for command abbreviations
4685 in define.
4686
46872017-02-06 Luis Machado <lgustavo@codesourcery.com>
4688
4689 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4690 * gdb.reverse/insn-reverse-x86.c: New file.
4691
46922017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4693
4694 PR tdep/20936
4695 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4696
46972017-02-03 Tom Tromey <tom@tromey.com>
4698
4699 PR rust/21097:
4700 * gdb.rust/simple.exp: Add new tests.
4701
47022017-02-02 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4705 tests.
4706
47072017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4708
4709 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4710 taking a 2-byte value out of a 4-byte DWARF implicit value on
4711 big-endian targets.
4712 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4713 logic. Add test cases for DW_OP_implicit.
4714
47152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4716
4717 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4718
47192017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4720
4721 * gdb.btrace/enable.exp: Call gdb_exit before
4722 skip_gdbserver_tests.
4723
47242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4725
4726 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4727 GDBFLAGS.
4728
47292017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4730
4731 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4732 the test is skipped.
4733 * gdb.btrace/data.exp: Likewise.
4734 * gdb.btrace/delta.exp: Likewise.
4735 * gdb.btrace/dlopen.exp: Likewise.
4736 * gdb.btrace/enable-running.exp: Likewise.
4737 * gdb.btrace/enable.exp: Likewise.
4738 * gdb.btrace/exception.exp: Likewise.
4739 * gdb.btrace/function_call_history.exp: Likewise.
4740 * gdb.btrace/gcore.exp: Likewise.
4741 * gdb.btrace/instruction_history.exp: Likewise.
4742 * gdb.btrace/multi-thread-step.exp: Likewise.
4743 * gdb.btrace/nohist.exp: Likewise.
4744 * gdb.btrace/non-stop.exp: Likewise.
4745 * gdb.btrace/reconnect.exp: Likewise.
4746 * gdb.btrace/record_goto-step.exp: Likewise.
4747 * gdb.btrace/record_goto.exp: Likewise.
4748 * gdb.btrace/rn-dl-bind.exp: Likewise.
4749 * gdb.btrace/segv.exp: Likewise.
4750 * gdb.btrace/step.exp: Likewise.
4751 * gdb.btrace/stepi.exp: Likewise.
4752 * gdb.btrace/tailcall-only.exp: Likewise.
4753 * gdb.btrace/tailcall.exp: Likewise.
4754 * gdb.btrace/tsx.exp: Likewise.
4755 * gdb.btrace/unknown_functions.exp: Likewise.
4756 * gdb.btrace/vdso.exp: Likewise.
4757
47582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4759
4760 * gdb.btrace/enable-running.c: New.
4761 * gdb.btrace/enable-running.exp: New.
4762
47632017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4764
4765 * gdb.arch/amd64-gs_base.c: New file.
4766 * gdb.arch/amd64-gs_base.exp: New file.
4767
47682017-01-26 Luis Machado <lgustavo@codesourcery.com>
4769
4770 * lib/memory.exp: Remove spurious empty newlines.
4771
47722017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4773
4774 * gdb.python/py-bad-printers.exp: Load python file using "source".
4775 * gdb.python/py-events.exp: Likewise.
4776 * gdb.python/py-evsignal.exp: Likewise.
4777 * gdb.python/py-evthreads.exp: Likewise.
4778 * gdb.python/py-frame-args.exp: Likewise.
4779 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4780 * gdb.python/py-framefilter-mi.exp: Likewise.
4781 * gdb.python/py-framefilter.exp: Likewise.
4782 * gdb.python/py-mi.exp: Likewise.
4783 * gdb.python/py-pp-maint.exp: Likewise.
4784 * gdb.python/py-pp-registration.exp: Likewise.
4785 * gdb.python/py-prettyprint.exp: Likewise.
4786 (run_lang_tests): Likewise.
4787 * gdb.python/py-typeprint.exp: Likewise.
4788
47892017-01-26 Luis Machado <lgustavo@codesourcery.com>
4790
4791 * lib/memory.exp: New file.
4792 * lib/gdb.exp: Load memory.exp.
4793 * gdb.base/memattr.exp (delete_memory): Move proc to
4794 lib/memory.exp and rename to delete_memory_regions.
4795 Replace delete_memory with delete_memory_regions.
4796 Cleanup memory regions before tests.
4797 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4798 before tests.
4799
48002017-01-26 Luis Machado <lgustavo@codesourcery.com>
4801
4802 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4803 files.
4804 (initialize): New function conditionally defined.
4805 (testcases): Move within conditional block.
4806 (main): Call initialize.
4807 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4808 of gdb.reverse/insn-reverse.c.
4809 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4810 gdb.reverse/insn-reverse.c.
4811
48122017-01-26 Yao Qi <yao.qi@linaro.org>
4813
4814 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4815 disassemble on address 0.
4816
48172017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4818 Yao Qi <yao.qi@linaro.org>
4819
4820 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4821 * gdb.dwarf2/implptr-64bit.S: Remove.
4822 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4823 variables in caller's context. Add DW_OP_implicit_value.
4824
48252017-01-25 Yao Qi <yao.qi@linaro.org>
4826
4827 * lib/dwarf.exp (Dwarf::_location): Handle
4828 DW_OP_GNU_implicit_pointer with proper size.
4829
48302017-01-20 Luis Machado <lgustavo@codesourcery.com>
4831
4832 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4833 and add untested calls.
4834
48352017-01-20 Luis Machado <lgustavo@codesourcery.com>
4836
4837 * gdb.python/python.exp: Check line number against what GDB thinks
4838 the line number is for func1.
4839
48402017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4841
4842 * gdb.dlang/debug-expr.exp: New file.
4843
48442016-12-23 Luis Machado <lgustavo@codesourcery.com>
4845
4846 Fix test names for the following files:
4847
4848 * gdb.ada/exec_changed.exp
4849 * gdb.ada/info_types.exp
4850 * gdb.arch/aarch64-atomic-inst.exp
4851 * gdb.arch/aarch64-fp.exp
4852 * gdb.arch/altivec-abi.exp
4853 * gdb.arch/altivec-regs.exp
4854 * gdb.arch/amd64-byte.exp
4855 * gdb.arch/amd64-disp-step.exp
4856 * gdb.arch/amd64-dword.exp
4857 * gdb.arch/amd64-entry-value-inline.exp
4858 * gdb.arch/amd64-entry-value-param.exp
4859 * gdb.arch/amd64-entry-value-paramref.exp
4860 * gdb.arch/amd64-entry-value.exp
4861 * gdb.arch/amd64-i386-address.exp
4862 * gdb.arch/amd64-invalid-stack-middle.exp
4863 * gdb.arch/amd64-invalid-stack-top.exp
4864 * gdb.arch/amd64-optimout-repeat.exp
4865 * gdb.arch/amd64-prologue-skip.exp
4866 * gdb.arch/amd64-prologue-xmm.exp
4867 * gdb.arch/amd64-stap-special-operands.exp
4868 * gdb.arch/amd64-stap-wrong-subexp.exp
4869 * gdb.arch/amd64-tailcall-cxx.exp
4870 * gdb.arch/amd64-tailcall-noret.exp
4871 * gdb.arch/amd64-tailcall-ret.exp
4872 * gdb.arch/amd64-tailcall-self.exp
4873 * gdb.arch/amd64-word.exp
4874 * gdb.arch/arm-bl-branch-dest.exp
4875 * gdb.arch/arm-disp-step.exp
4876 * gdb.arch/arm-neon.exp
4877 * gdb.arch/arm-single-step-kernel-helper.exp
4878 * gdb.arch/avr-flash-qualifier.exp
4879 * gdb.arch/disp-step-insn-reloc.exp
4880 * gdb.arch/e500-abi.exp
4881 * gdb.arch/e500-regs.exp
4882 * gdb.arch/ftrace-insn-reloc.exp
4883 * gdb.arch/i386-avx512.exp
4884 * gdb.arch/i386-bp_permanent.exp
4885 * gdb.arch/i386-byte.exp
4886 * gdb.arch/i386-cfi-notcurrent.exp
4887 * gdb.arch/i386-disp-step.exp
4888 * gdb.arch/i386-dr3-watch.exp
4889 * gdb.arch/i386-float.exp
4890 * gdb.arch/i386-gnu-cfi.exp
4891 * gdb.arch/i386-mpx-map.exp
4892 * gdb.arch/i386-mpx-sigsegv.exp
4893 * gdb.arch/i386-mpx-simple_segv.exp
4894 * gdb.arch/i386-mpx.exp
4895 * gdb.arch/i386-permbkpt.exp
4896 * gdb.arch/i386-prologue.exp
4897 * gdb.arch/i386-signal.exp
4898 * gdb.arch/i386-size-overlap.exp
4899 * gdb.arch/i386-unwind.exp
4900 * gdb.arch/i386-word.exp
4901 * gdb.arch/mips-fcr.exp
4902 * gdb.arch/powerpc-d128-regs.exp
4903 * gdb.arch/powerpc-stackless.exp
4904 * gdb.arch/ppc64-atomic-inst.exp
4905 * gdb.arch/s390-stackless.exp
4906 * gdb.arch/s390-tdbregs.exp
4907 * gdb.arch/s390-vregs.exp
4908 * gdb.arch/sparc-sysstep.exp
4909 * gdb.arch/thumb-bx-pc.exp
4910 * gdb.arch/thumb-singlestep.exp
4911 * gdb.arch/thumb2-it.exp
4912 * gdb.arch/vsx-regs.exp
4913 * gdb.asm/asm-source.exp
4914 * gdb.base/a2-run.exp
4915 * gdb.base/advance.exp
4916 * gdb.base/all-bin.exp
4917 * gdb.base/anon.exp
4918 * gdb.base/args.exp
4919 * gdb.base/arithmet.exp
4920 * gdb.base/async-shell.exp
4921 * gdb.base/async.exp
4922 * gdb.base/attach-pie-noexec.exp
4923 * gdb.base/attach-twice.exp
4924 * gdb.base/auto-load.exp
4925 * gdb.base/bang.exp
4926 * gdb.base/bitfields.exp
4927 * gdb.base/break-always.exp
4928 * gdb.base/break-caller-line.exp
4929 * gdb.base/break-entry.exp
4930 * gdb.base/break-inline.exp
4931 * gdb.base/break-on-linker-gcd-function.exp
4932 * gdb.base/break-probes.exp
4933 * gdb.base/break.exp
4934 * gdb.base/breakpoint-shadow.exp
4935 * gdb.base/call-ar-st.exp
4936 * gdb.base/call-sc.exp
4937 * gdb.base/call-signal-resume.exp
4938 * gdb.base/call-strs.exp
4939 * gdb.base/callfuncs.exp
4940 * gdb.base/catch-fork-static.exp
4941 * gdb.base/catch-gdb-caused-signals.exp
4942 * gdb.base/catch-load.exp
4943 * gdb.base/catch-signal-fork.exp
4944 * gdb.base/catch-signal.exp
4945 * gdb.base/catch-syscall.exp
4946 * gdb.base/charset.exp
4947 * gdb.base/checkpoint.exp
4948 * gdb.base/chng-syms.exp
4949 * gdb.base/code-expr.exp
4950 * gdb.base/code_elim.exp
4951 * gdb.base/commands.exp
4952 * gdb.base/completion.exp
4953 * gdb.base/complex.exp
4954 * gdb.base/cond-expr.exp
4955 * gdb.base/condbreak.exp
4956 * gdb.base/consecutive.exp
4957 * gdb.base/continue-all-already-running.exp
4958 * gdb.base/coredump-filter.exp
4959 * gdb.base/corefile.exp
4960 * gdb.base/dbx.exp
4961 * gdb.base/debug-expr.exp
4962 * gdb.base/define.exp
4963 * gdb.base/del.exp
4964 * gdb.base/disabled-location.exp
4965 * gdb.base/disasm-end-cu.exp
4966 * gdb.base/disasm-optim.exp
4967 * gdb.base/display.exp
4968 * gdb.base/duplicate-bp.exp
4969 * gdb.base/ena-dis-br.exp
4970 * gdb.base/ending-run.exp
4971 * gdb.base/enumval.exp
4972 * gdb.base/environ.exp
4973 * gdb.base/eu-strip-infcall.exp
4974 * gdb.base/eval-avoid-side-effects.exp
4975 * gdb.base/eval-skip.exp
4976 * gdb.base/exitsignal.exp
4977 * gdb.base/expand-psymtabs.exp
4978 * gdb.base/filesym.exp
4979 * gdb.base/find-unmapped.exp
4980 * gdb.base/finish.exp
4981 * gdb.base/float.exp
4982 * gdb.base/foll-exec-mode.exp
4983 * gdb.base/foll-exec.exp
4984 * gdb.base/foll-fork.exp
4985 * gdb.base/fortran-sym-case.exp
4986 * gdb.base/freebpcmd.exp
4987 * gdb.base/func-ptr.exp
4988 * gdb.base/func-ptrs.exp
4989 * gdb.base/funcargs.exp
4990 * gdb.base/gcore-buffer-overflow.exp
4991 * gdb.base/gcore-relro-pie.exp
4992 * gdb.base/gcore-relro.exp
4993 * gdb.base/gcore.exp
4994 * gdb.base/gdb1090.exp
4995 * gdb.base/gdb11530.exp
4996 * gdb.base/gdb11531.exp
4997 * gdb.base/gdb1821.exp
4998 * gdb.base/gdbindex-stabs.exp
4999 * gdb.base/gdbvars.exp
5000 * gdb.base/hbreak.exp
5001 * gdb.base/hbreak2.exp
5002 * gdb.base/included.exp
5003 * gdb.base/infcall-input.exp
5004 * gdb.base/inferior-died.exp
5005 * gdb.base/infnan.exp
5006 * gdb.base/info-macros.exp
5007 * gdb.base/info-os.exp
5008 * gdb.base/info-proc.exp
5009 * gdb.base/info-shared.exp
5010 * gdb.base/info-target.exp
5011 * gdb.base/infoline.exp
5012 * gdb.base/interp.exp
5013 * gdb.base/interrupt.exp
5014 * gdb.base/jit-reader.exp
5015 * gdb.base/jit-simple.exp
5016 * gdb.base/kill-after-signal.exp
5017 * gdb.base/kill-detach-inferiors-cmd.exp
5018 * gdb.base/label.exp
5019 * gdb.base/langs.exp
5020 * gdb.base/ldbl_e308.exp
5021 * gdb.base/line-symtabs.exp
5022 * gdb.base/linespecs.exp
5023 * gdb.base/list.exp
5024 * gdb.base/long_long.exp
5025 * gdb.base/longest-types.exp
5026 * gdb.base/maint.exp
5027 * gdb.base/max-value-size.exp
5028 * gdb.base/memattr.exp
5029 * gdb.base/mips_pro.exp
5030 * gdb.base/morestack.exp
5031 * gdb.base/moribund-step.exp
5032 * gdb.base/multi-forks.exp
5033 * gdb.base/nested-addr.exp
5034 * gdb.base/nextoverexit.exp
5035 * gdb.base/noreturn-finish.exp
5036 * gdb.base/noreturn-return.exp
5037 * gdb.base/nostdlib.exp
5038 * gdb.base/offsets.exp
5039 * gdb.base/opaque.exp
5040 * gdb.base/pc-fp.exp
5041 * gdb.base/permissions.exp
5042 * gdb.base/print-symbol-loading.exp
5043 * gdb.base/prologue-include.exp
5044 * gdb.base/psymtab.exp
5045 * gdb.base/ptype.exp
5046 * gdb.base/random-signal.exp
5047 * gdb.base/randomize.exp
5048 * gdb.base/range-stepping.exp
5049 * gdb.base/readline-ask.exp
5050 * gdb.base/recpar.exp
5051 * gdb.base/recurse.exp
5052 * gdb.base/relational.exp
5053 * gdb.base/restore.exp
5054 * gdb.base/return-nodebug.exp
5055 * gdb.base/return.exp
5056 * gdb.base/run-after-attach.exp
5057 * gdb.base/save-bp.exp
5058 * gdb.base/scope.exp
5059 * gdb.base/sect-cmd.exp
5060 * gdb.base/set-lang-auto.exp
5061 * gdb.base/set-noassign.exp
5062 * gdb.base/setvar.exp
5063 * gdb.base/sigall.exp
5064 * gdb.base/sigbpt.exp
5065 * gdb.base/siginfo-addr.exp
5066 * gdb.base/siginfo-infcall.exp
5067 * gdb.base/siginfo-obj.exp
5068 * gdb.base/siginfo.exp
5069 * gdb.base/signals-state-child.exp
5070 * gdb.base/signest.exp
5071 * gdb.base/sigstep.exp
5072 * gdb.base/sizeof.exp
5073 * gdb.base/skip.exp
5074 * gdb.base/solib-corrupted.exp
5075 * gdb.base/solib-nodir.exp
5076 * gdb.base/solib-search.exp
5077 * gdb.base/stack-checking.exp
5078 * gdb.base/stale-infcall.exp
5079 * gdb.base/stap-probe.exp
5080 * gdb.base/start.exp
5081 * gdb.base/step-break.exp
5082 * gdb.base/step-bt.exp
5083 * gdb.base/step-line.exp
5084 * gdb.base/step-over-exit.exp
5085 * gdb.base/step-over-syscall.exp
5086 * gdb.base/step-resume-infcall.exp
5087 * gdb.base/step-test.exp
5088 * gdb.base/store.exp
5089 * gdb.base/structs3.exp
5090 * gdb.base/sym-file.exp
5091 * gdb.base/symbol-without-target_section.exp
5092 * gdb.base/term.exp
5093 * gdb.base/testenv.exp
5094 * gdb.base/ui-redirect.exp
5095 * gdb.base/until.exp
5096 * gdb.base/unwindonsignal.exp
5097 * gdb.base/value-double-free.exp
5098 * gdb.base/vla-datatypes.exp
5099 * gdb.base/vla-ptr.exp
5100 * gdb.base/vla-sideeffect.exp
5101 * gdb.base/volatile.exp
5102 * gdb.base/watch-cond-infcall.exp
5103 * gdb.base/watch-cond.exp
5104 * gdb.base/watch-non-mem.exp
5105 * gdb.base/watch-read.exp
5106 * gdb.base/watch-vfork.exp
5107 * gdb.base/watchpoint-cond-gone.exp
5108 * gdb.base/watchpoint-delete.exp
5109 * gdb.base/watchpoint-hw-hit-once.exp
5110 * gdb.base/watchpoint-hw.exp
5111 * gdb.base/watchpoint-stops-at-right-insn.exp
5112 * gdb.base/watchpoints.exp
5113 * gdb.base/wchar.exp
5114 * gdb.base/whatis-exp.exp
5115 * gdb.btrace/buffer-size.exp
5116 * gdb.btrace/data.exp
5117 * gdb.btrace/delta.exp
5118 * gdb.btrace/dlopen.exp
5119 * gdb.btrace/enable.exp
5120 * gdb.btrace/exception.exp
5121 * gdb.btrace/function_call_history.exp
5122 * gdb.btrace/gcore.exp
5123 * gdb.btrace/instruction_history.exp
5124 * gdb.btrace/nohist.exp
5125 * gdb.btrace/reconnect.exp
5126 * gdb.btrace/record_goto-step.exp
5127 * gdb.btrace/record_goto.exp
5128 * gdb.btrace/rn-dl-bind.exp
5129 * gdb.btrace/segv.exp
5130 * gdb.btrace/step.exp
5131 * gdb.btrace/stepi.exp
5132 * gdb.btrace/tailcall-only.exp
5133 * gdb.btrace/tailcall.exp
5134 * gdb.btrace/tsx.exp
5135 * gdb.btrace/unknown_functions.exp
5136 * gdb.btrace/vdso.exp
5137 * gdb.compile/compile-ifunc.exp
5138 * gdb.compile/compile-ops.exp
5139 * gdb.compile/compile-print.exp
5140 * gdb.compile/compile-setjmp.exp
5141 * gdb.cp/abstract-origin.exp
5142 * gdb.cp/ambiguous.exp
5143 * gdb.cp/annota2.exp
5144 * gdb.cp/annota3.exp
5145 * gdb.cp/anon-ns.exp
5146 * gdb.cp/anon-struct.exp
5147 * gdb.cp/anon-union.exp
5148 * gdb.cp/arg-reference.exp
5149 * gdb.cp/baseenum.exp
5150 * gdb.cp/bool.exp
5151 * gdb.cp/breakpoint.exp
5152 * gdb.cp/bs15503.exp
5153 * gdb.cp/call-c.exp
5154 * gdb.cp/casts.exp
5155 * gdb.cp/chained-calls.exp
5156 * gdb.cp/class2.exp
5157 * gdb.cp/classes.exp
5158 * gdb.cp/cmpd-minsyms.exp
5159 * gdb.cp/converts.exp
5160 * gdb.cp/cp-relocate.exp
5161 * gdb.cp/cpcompletion.exp
5162 * gdb.cp/cpexprs.exp
5163 * gdb.cp/cplabel.exp
5164 * gdb.cp/cplusfuncs.exp
5165 * gdb.cp/cpsizeof.exp
5166 * gdb.cp/ctti.exp
5167 * gdb.cp/derivation.exp
5168 * gdb.cp/destrprint.exp
5169 * gdb.cp/dispcxx.exp
5170 * gdb.cp/enum-class.exp
5171 * gdb.cp/exception.exp
5172 * gdb.cp/exceptprint.exp
5173 * gdb.cp/expand-psymtabs-cxx.exp
5174 * gdb.cp/expand-sals.exp
5175 * gdb.cp/extern-c.exp
5176 * gdb.cp/filename.exp
5177 * gdb.cp/formatted-ref.exp
5178 * gdb.cp/fpointer.exp
5179 * gdb.cp/gdb1355.exp
5180 * gdb.cp/gdb2495.exp
5181 * gdb.cp/hang.exp
5182 * gdb.cp/impl-this.exp
5183 * gdb.cp/infcall-dlopen.exp
5184 * gdb.cp/inherit.exp
5185 * gdb.cp/iostream.exp
5186 * gdb.cp/koenig.exp
5187 * gdb.cp/local.exp
5188 * gdb.cp/m-data.exp
5189 * gdb.cp/m-static.exp
5190 * gdb.cp/mb-ctor.exp
5191 * gdb.cp/mb-inline.exp
5192 * gdb.cp/mb-templates.exp
5193 * gdb.cp/member-name.exp
5194 * gdb.cp/member-ptr.exp
5195 * gdb.cp/meth-typedefs.exp
5196 * gdb.cp/method.exp
5197 * gdb.cp/method2.exp
5198 * gdb.cp/minsym-fallback.exp
5199 * gdb.cp/misc.exp
5200 * gdb.cp/namelessclass.exp
5201 * gdb.cp/namespace-enum.exp
5202 * gdb.cp/namespace-nested-import.exp
5203 * gdb.cp/namespace.exp
5204 * gdb.cp/nextoverthrow.exp
5205 * gdb.cp/no-dmgl-verbose.exp
5206 * gdb.cp/non-trivial-retval.exp
5207 * gdb.cp/noparam.exp
5208 * gdb.cp/nsdecl.exp
5209 * gdb.cp/nsimport.exp
5210 * gdb.cp/nsnested.exp
5211 * gdb.cp/nsnoimports.exp
5212 * gdb.cp/nsrecurs.exp
5213 * gdb.cp/nsstress.exp
5214 * gdb.cp/nsusing.exp
5215 * gdb.cp/operator.exp
5216 * gdb.cp/oranking.exp
5217 * gdb.cp/overload-const.exp
5218 * gdb.cp/overload.exp
5219 * gdb.cp/ovldbreak.exp
5220 * gdb.cp/ovsrch.exp
5221 * gdb.cp/paren-type.exp
5222 * gdb.cp/parse-lang.exp
5223 * gdb.cp/pass-by-ref.exp
5224 * gdb.cp/pr-1023.exp
5225 * gdb.cp/pr-1210.exp
5226 * gdb.cp/pr-574.exp
5227 * gdb.cp/pr10687.exp
5228 * gdb.cp/pr12028.exp
5229 * gdb.cp/pr17132.exp
5230 * gdb.cp/pr17494.exp
5231 * gdb.cp/pr9067.exp
5232 * gdb.cp/pr9167.exp
5233 * gdb.cp/pr9631.exp
5234 * gdb.cp/printmethod.exp
5235 * gdb.cp/psmang.exp
5236 * gdb.cp/psymtab-parameter.exp
5237 * gdb.cp/ptype-cv-cp.exp
5238 * gdb.cp/ptype-flags.exp
5239 * gdb.cp/re-set-overloaded.exp
5240 * gdb.cp/ref-types.exp
5241 * gdb.cp/rtti.exp
5242 * gdb.cp/scope-err.exp
5243 * gdb.cp/shadow.exp
5244 * gdb.cp/smartp.exp
5245 * gdb.cp/static-method.exp
5246 * gdb.cp/static-print-quit.exp
5247 * gdb.cp/temargs.exp
5248 * gdb.cp/templates.exp
5249 * gdb.cp/try_catch.exp
5250 * gdb.cp/typedef-operator.exp
5251 * gdb.cp/typeid.exp
5252 * gdb.cp/userdef.exp
5253 * gdb.cp/using-crash.exp
5254 * gdb.cp/var-tag.exp
5255 * gdb.cp/virtbase.exp
5256 * gdb.cp/virtfunc.exp
5257 * gdb.cp/virtfunc2.exp
5258 * gdb.cp/vla-cxx.exp
5259 * gdb.disasm/t01_mov.exp
5260 * gdb.disasm/t02_mova.exp
5261 * gdb.disasm/t03_add.exp
5262 * gdb.disasm/t04_sub.exp
5263 * gdb.disasm/t05_cmp.exp
5264 * gdb.disasm/t06_ari2.exp
5265 * gdb.disasm/t07_ari3.exp
5266 * gdb.disasm/t08_or.exp
5267 * gdb.disasm/t09_xor.exp
5268 * gdb.disasm/t10_and.exp
5269 * gdb.disasm/t11_logs.exp
5270 * gdb.disasm/t12_bit.exp
5271 * gdb.disasm/t13_otr.exp
5272 * gdb.dlang/circular.exp
5273 * gdb.dwarf2/arr-stride.exp
5274 * gdb.dwarf2/arr-subrange.exp
5275 * gdb.dwarf2/atomic-type.exp
5276 * gdb.dwarf2/bad-regnum.exp
5277 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5278 * gdb.dwarf2/callframecfa.exp
5279 * gdb.dwarf2/clztest.exp
5280 * gdb.dwarf2/corrupt.exp
5281 * gdb.dwarf2/data-loc.exp
5282 * gdb.dwarf2/dup-psym.exp
5283 * gdb.dwarf2/dw2-anon-mptr.exp
5284 * gdb.dwarf2/dw2-anonymous-func.exp
5285 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5286 * gdb.dwarf2/dw2-bad-unresolved.exp
5287 * gdb.dwarf2/dw2-basic.exp
5288 * gdb.dwarf2/dw2-canonicalize-type.exp
5289 * gdb.dwarf2/dw2-case-insensitive.exp
5290 * gdb.dwarf2/dw2-common-block.exp
5291 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5292 * gdb.dwarf2/dw2-compressed.exp
5293 * gdb.dwarf2/dw2-const.exp
5294 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5295 * gdb.dwarf2/dw2-cu-size.exp
5296 * gdb.dwarf2/dw2-dup-frame.exp
5297 * gdb.dwarf2/dw2-entry-value.exp
5298 * gdb.dwarf2/dw2-icycle.exp
5299 * gdb.dwarf2/dw2-ifort-parameter.exp
5300 * gdb.dwarf2/dw2-inline-break.exp
5301 * gdb.dwarf2/dw2-inline-param.exp
5302 * gdb.dwarf2/dw2-intercu.exp
5303 * gdb.dwarf2/dw2-intermix.exp
5304 * gdb.dwarf2/dw2-lexical-block-bare.exp
5305 * gdb.dwarf2/dw2-linkage-name-trust.exp
5306 * gdb.dwarf2/dw2-minsym-in-cu.exp
5307 * gdb.dwarf2/dw2-noloc.exp
5308 * gdb.dwarf2/dw2-op-call.exp
5309 * gdb.dwarf2/dw2-op-out-param.exp
5310 * gdb.dwarf2/dw2-opt-structptr.exp
5311 * gdb.dwarf2/dw2-param-error.exp
5312 * gdb.dwarf2/dw2-producer.exp
5313 * gdb.dwarf2/dw2-ranges-base.exp
5314 * gdb.dwarf2/dw2-ref-missing-frame.exp
5315 * gdb.dwarf2/dw2-reg-undefined.exp
5316 * gdb.dwarf2/dw2-regno-invalid.exp
5317 * gdb.dwarf2/dw2-restore.exp
5318 * gdb.dwarf2/dw2-restrict.exp
5319 * gdb.dwarf2/dw2-single-line-discriminators.exp
5320 * gdb.dwarf2/dw2-strp.exp
5321 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5322 * gdb.dwarf2/dw2-unresolved.exp
5323 * gdb.dwarf2/dw2-var-zero-addr.exp
5324 * gdb.dwarf2/dw4-sig-types.exp
5325 * gdb.dwarf2/dwz.exp
5326 * gdb.dwarf2/dynarr-ptr.exp
5327 * gdb.dwarf2/enum-type.exp
5328 * gdb.dwarf2/gdb-index.exp
5329 * gdb.dwarf2/implptr-64bit.exp
5330 * gdb.dwarf2/implptr-optimized-out.exp
5331 * gdb.dwarf2/implptr.exp
5332 * gdb.dwarf2/implref-array.exp
5333 * gdb.dwarf2/implref-const.exp
5334 * gdb.dwarf2/implref-global.exp
5335 * gdb.dwarf2/implref-struct.exp
5336 * gdb.dwarf2/mac-fileno.exp
5337 * gdb.dwarf2/main-subprogram.exp
5338 * gdb.dwarf2/member-ptr-forwardref.exp
5339 * gdb.dwarf2/method-ptr.exp
5340 * gdb.dwarf2/missing-sig-type.exp
5341 * gdb.dwarf2/nonvar-access.exp
5342 * gdb.dwarf2/opaque-type-lookup.exp
5343 * gdb.dwarf2/pieces-optimized-out.exp
5344 * gdb.dwarf2/pieces.exp
5345 * gdb.dwarf2/pr10770.exp
5346 * gdb.dwarf2/pr13961.exp
5347 * gdb.dwarf2/staticvirtual.exp
5348 * gdb.dwarf2/subrange.exp
5349 * gdb.dwarf2/symtab-producer.exp
5350 * gdb.dwarf2/trace-crash.exp
5351 * gdb.dwarf2/typeddwarf.exp
5352 * gdb.dwarf2/valop.exp
5353 * gdb.dwarf2/watch-notconst.exp
5354 * gdb.fortran/array-element.exp
5355 * gdb.fortran/charset.exp
5356 * gdb.fortran/common-block.exp
5357 * gdb.fortran/complex.exp
5358 * gdb.fortran/derived-type-function.exp
5359 * gdb.fortran/derived-type.exp
5360 * gdb.fortran/logical.exp
5361 * gdb.fortran/module.exp
5362 * gdb.fortran/multi-dim.exp
5363 * gdb.fortran/nested-funcs.exp
5364 * gdb.fortran/print-formatted.exp
5365 * gdb.fortran/subarray.exp
5366 * gdb.fortran/vla-alloc-assoc.exp
5367 * gdb.fortran/vla-datatypes.exp
5368 * gdb.fortran/vla-history.exp
5369 * gdb.fortran/vla-ptr-info.exp
5370 * gdb.fortran/vla-ptype-sub.exp
5371 * gdb.fortran/vla-ptype.exp
5372 * gdb.fortran/vla-sizeof.exp
5373 * gdb.fortran/vla-type.exp
5374 * gdb.fortran/vla-value-sub-arbitrary.exp
5375 * gdb.fortran/vla-value-sub-finish.exp
5376 * gdb.fortran/vla-value-sub.exp
5377 * gdb.fortran/vla-value.exp
5378 * gdb.fortran/whatis_type.exp
5379 * gdb.go/chan.exp
5380 * gdb.go/handcall.exp
5381 * gdb.go/hello.exp
5382 * gdb.go/integers.exp
5383 * gdb.go/methods.exp
5384 * gdb.go/package.exp
5385 * gdb.go/strings.exp
5386 * gdb.go/types.exp
5387 * gdb.go/unsafe.exp
5388 * gdb.guile/scm-arch.exp
5389 * gdb.guile/scm-block.exp
5390 * gdb.guile/scm-breakpoint.exp
5391 * gdb.guile/scm-cmd.exp
5392 * gdb.guile/scm-disasm.exp
5393 * gdb.guile/scm-equal.exp
5394 * gdb.guile/scm-frame-args.exp
5395 * gdb.guile/scm-frame-inline.exp
5396 * gdb.guile/scm-frame.exp
5397 * gdb.guile/scm-iterator.exp
5398 * gdb.guile/scm-math.exp
5399 * gdb.guile/scm-objfile.exp
5400 * gdb.guile/scm-ports.exp
5401 * gdb.guile/scm-symbol.exp
5402 * gdb.guile/scm-symtab.exp
5403 * gdb.guile/scm-value-cc.exp
5404 * gdb.guile/types-module.exp
5405 * gdb.linespec/break-ask.exp
5406 * gdb.linespec/cpexplicit.exp
5407 * gdb.linespec/explicit.exp
5408 * gdb.linespec/keywords.exp
5409 * gdb.linespec/linespec.exp
5410 * gdb.linespec/ls-dollar.exp
5411 * gdb.linespec/ls-errs.exp
5412 * gdb.linespec/skip-two.exp
5413 * gdb.linespec/thread.exp
5414 * gdb.mi/mi-async.exp
5415 * gdb.mi/mi-basics.exp
5416 * gdb.mi/mi-break.exp
5417 * gdb.mi/mi-catch-load.exp
5418 * gdb.mi/mi-cli.exp
5419 * gdb.mi/mi-cmd-param-changed.exp
5420 * gdb.mi/mi-console.exp
5421 * gdb.mi/mi-detach.exp
5422 * gdb.mi/mi-disassemble.exp
5423 * gdb.mi/mi-eval.exp
5424 * gdb.mi/mi-file-transfer.exp
5425 * gdb.mi/mi-file.exp
5426 * gdb.mi/mi-fill-memory.exp
5427 * gdb.mi/mi-inheritance-syntax-error.exp
5428 * gdb.mi/mi-linespec-err-cp.exp
5429 * gdb.mi/mi-logging.exp
5430 * gdb.mi/mi-memory-changed.exp
5431 * gdb.mi/mi-read-memory.exp
5432 * gdb.mi/mi-record-changed.exp
5433 * gdb.mi/mi-reg-undefined.exp
5434 * gdb.mi/mi-regs.exp
5435 * gdb.mi/mi-return.exp
5436 * gdb.mi/mi-reverse.exp
5437 * gdb.mi/mi-simplerun.exp
5438 * gdb.mi/mi-solib.exp
5439 * gdb.mi/mi-stack.exp
5440 * gdb.mi/mi-stepi.exp
5441 * gdb.mi/mi-syn-frame.exp
5442 * gdb.mi/mi-until.exp
5443 * gdb.mi/mi-var-block.exp
5444 * gdb.mi/mi-var-child.exp
5445 * gdb.mi/mi-var-cmd.exp
5446 * gdb.mi/mi-var-cp.exp
5447 * gdb.mi/mi-var-display.exp
5448 * gdb.mi/mi-var-invalidate.exp
5449 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5450 * gdb.mi/mi-vla-fortran.exp
5451 * gdb.mi/mi-watch.exp
5452 * gdb.mi/mi2-var-child.exp
5453 * gdb.mi/user-selected-context-sync.exp
5454 * gdb.modula2/unbounded-array.exp
5455 * gdb.multi/dummy-frame-restore.exp
5456 * gdb.multi/multi-arch-exec.exp
5457 * gdb.multi/multi-arch.exp
5458 * gdb.multi/tids.exp
5459 * gdb.multi/watchpoint-multi.exp
5460 * gdb.opencl/callfuncs.exp
5461 * gdb.opencl/convs_casts.exp
5462 * gdb.opencl/datatypes.exp
5463 * gdb.opencl/operators.exp
5464 * gdb.opencl/vec_comps.exp
5465 * gdb.opt/clobbered-registers-O2.exp
5466 * gdb.opt/inline-break.exp
5467 * gdb.opt/inline-bt.exp
5468 * gdb.opt/inline-cmds.exp
5469 * gdb.opt/inline-locals.exp
5470 * gdb.pascal/case-insensitive-symbols.exp
5471 * gdb.pascal/floats.exp
5472 * gdb.pascal/gdb11492.exp
5473 * gdb.python/lib-types.exp
5474 * gdb.python/py-arch.exp
5475 * gdb.python/py-as-string.exp
5476 * gdb.python/py-bad-printers.exp
5477 * gdb.python/py-block.exp
5478 * gdb.python/py-breakpoint-create-fail.exp
5479 * gdb.python/py-breakpoint.exp
5480 * gdb.python/py-caller-is.exp
5481 * gdb.python/py-cmd.exp
5482 * gdb.python/py-explore-cc.exp
5483 * gdb.python/py-explore.exp
5484 * gdb.python/py-finish-breakpoint.exp
5485 * gdb.python/py-finish-breakpoint2.exp
5486 * gdb.python/py-frame-args.exp
5487 * gdb.python/py-frame-inline.exp
5488 * gdb.python/py-frame.exp
5489 * gdb.python/py-framefilter-mi.exp
5490 * gdb.python/py-infthread.exp
5491 * gdb.python/py-lazy-string.exp
5492 * gdb.python/py-linetable.exp
5493 * gdb.python/py-mi-events.exp
5494 * gdb.python/py-mi-objfile.exp
5495 * gdb.python/py-mi.exp
5496 * gdb.python/py-objfile.exp
5497 * gdb.python/py-pp-integral.exp
5498 * gdb.python/py-pp-maint.exp
5499 * gdb.python/py-pp-re-notag.exp
5500 * gdb.python/py-pp-registration.exp
5501 * gdb.python/py-recurse-unwind.exp
5502 * gdb.python/py-strfns.exp
5503 * gdb.python/py-symbol.exp
5504 * gdb.python/py-symtab.exp
5505 * gdb.python/py-sync-interp.exp
5506 * gdb.python/py-typeprint.exp
5507 * gdb.python/py-unwind-maint.exp
5508 * gdb.python/py-unwind.exp
5509 * gdb.python/py-value-cc.exp
5510 * gdb.python/py-xmethods.exp
5511 * gdb.reverse/amd64-tailcall-reverse.exp
5512 * gdb.reverse/break-precsave.exp
5513 * gdb.reverse/break-reverse.exp
5514 * gdb.reverse/consecutive-precsave.exp
5515 * gdb.reverse/consecutive-reverse.exp
5516 * gdb.reverse/finish-precsave.exp
5517 * gdb.reverse/finish-reverse-bkpt.exp
5518 * gdb.reverse/finish-reverse.exp
5519 * gdb.reverse/fstatat-reverse.exp
5520 * gdb.reverse/getresuid-reverse.exp
5521 * gdb.reverse/i386-precsave.exp
5522 * gdb.reverse/i386-reverse.exp
5523 * gdb.reverse/i386-sse-reverse.exp
5524 * gdb.reverse/i387-env-reverse.exp
5525 * gdb.reverse/i387-stack-reverse.exp
5526 * gdb.reverse/insn-reverse.exp
5527 * gdb.reverse/machinestate-precsave.exp
5528 * gdb.reverse/machinestate.exp
5529 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5530 * gdb.reverse/pipe-reverse.exp
5531 * gdb.reverse/readv-reverse.exp
5532 * gdb.reverse/recvmsg-reverse.exp
5533 * gdb.reverse/rerun-prec.exp
5534 * gdb.reverse/s390-mvcle.exp
5535 * gdb.reverse/step-precsave.exp
5536 * gdb.reverse/step-reverse.exp
5537 * gdb.reverse/time-reverse.exp
5538 * gdb.reverse/until-precsave.exp
5539 * gdb.reverse/until-reverse.exp
5540 * gdb.reverse/waitpid-reverse.exp
5541 * gdb.reverse/watch-precsave.exp
5542 * gdb.reverse/watch-reverse.exp
5543 * gdb.rust/generics.exp
5544 * gdb.rust/methods.exp
5545 * gdb.rust/modules.exp
5546 * gdb.rust/simple.exp
5547 * gdb.server/connect-with-no-symbol-file.exp
5548 * gdb.server/ext-attach.exp
5549 * gdb.server/ext-restart.exp
5550 * gdb.server/ext-wrapper.exp
5551 * gdb.server/file-transfer.exp
5552 * gdb.server/server-exec-info.exp
5553 * gdb.server/server-kill.exp
5554 * gdb.server/server-mon.exp
5555 * gdb.server/wrapper.exp
5556 * gdb.stabs/exclfwd.exp
5557 * gdb.stabs/gdb11479.exp
5558 * gdb.threads/clone-new-thread-event.exp
5559 * gdb.threads/corethreads.exp
5560 * gdb.threads/current-lwp-dead.exp
5561 * gdb.threads/dlopen-libpthread.exp
5562 * gdb.threads/gcore-thread.exp
5563 * gdb.threads/sigstep-threads.exp
5564 * gdb.threads/watchpoint-fork.exp
5565 * gdb.trace/actions-changed.exp
5566 * gdb.trace/backtrace.exp
5567 * gdb.trace/change-loc.exp
5568 * gdb.trace/circ.exp
5569 * gdb.trace/collection.exp
5570 * gdb.trace/disconnected-tracing.exp
5571 * gdb.trace/ftrace.exp
5572 * gdb.trace/mi-trace-frame-collected.exp
5573 * gdb.trace/mi-trace-unavailable.exp
5574 * gdb.trace/mi-traceframe-changed.exp
5575 * gdb.trace/mi-tsv-changed.exp
5576 * gdb.trace/no-attach-trace.exp
5577 * gdb.trace/passc-dyn.exp
5578 * gdb.trace/qtro.exp
5579 * gdb.trace/range-stepping.exp
5580 * gdb.trace/read-memory.exp
5581 * gdb.trace/save-trace.exp
5582 * gdb.trace/signal.exp
5583 * gdb.trace/status-stop.exp
5584 * gdb.trace/tfile.exp
5585 * gdb.trace/trace-break.exp
5586 * gdb.trace/trace-buffer-size.exp
5587 * gdb.trace/trace-condition.exp
5588 * gdb.trace/tracefile-pseudo-reg.exp
5589 * gdb.trace/tstatus.exp
5590 * gdb.trace/unavailable.exp
5591 * gdb.trace/while-dyn.exp
5592 * gdb.trace/while-stepping.exp
5593
55942016-12-22 Doug Evans <xdje42@gmail.com>
5595
5596 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5597 and msymbols.
5598
55992016-12-19 Yao Qi <yao.qi@linaro.org>
5600
5601 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5602 (test_with_self): Don't call do_steps_and_nexts, and remove
5603 code about stepping into xmalloc.
5604
56052016-12-09 Yao Qi <yao.qi@linaro.org>
5606
5607 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5608
56092016-12-09 Yao Qi <yao.qi@linaro.org>
5610
5611 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5612
56132016-12-09 Pedro Alves <palves@redhat.com>
5614
5615 * gdb.base/all-architectures-0.exp: New file.
5616 * gdb.base/all-architectures-1.exp: New file.
5617 * gdb.base/all-architectures-2.exp: New file.
5618 * gdb.base/all-architectures-3.exp: New file.
5619 * gdb.base/all-architectures-4.exp: New file.
5620 * gdb.base/all-architectures-5.exp: New file.
5621 * gdb.base/all-architectures-6.exp: New file.
5622 * gdb.base/all-architectures-7.exp: New file.
5623 * gdb.base/all-architectures.exp.in: New file.
5624
56252016-12-09 Yao Qi <yao.qi@linaro.org>
5626
5627 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5628
56292016-12-02 Luis Machado <lgustavo@codesourcery.com>
5630
5631 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5632 possible.
5633 Remove useless pattern-matching code.
5634
56352016-12-02 Pedro Alves <palves@redhat.com>
5636
5637 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5638 procedure.
5639 (top level): Call it.
5640
56412016-12-02 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5644 New procedure.
5645 (top level): Call it.
5646
56472016-12-02 Pedro Alves <palves@redhat.com>
5648
5649 PR cli/20559
5650 * gdb.base/commands.exp (user_defined_command_args_eval): New
5651 procedure.
5652 (top level): Call it.
5653
56542016-12-02 Luis Machado <lgustavo@codesourcery.com>
5655
5656 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5657 timeout handling.
5658
56592016-12-02 Tom Tromey <tom@tromey.com>
5660
5661 * gdb.dwarf2/main-subprogram.c: New file.
5662 * gdb.dwarf2/main-subprogram.exp: New file.
5663
56642016-12-01 Luis Machado <lgustavo@codesourcery.com>
5665
5666 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5667 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5668 gdb_test_no_output for a couple of cases.
5669 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5670
56712016-12-01 Luis Machado <lgustavo@codesourcery.com>
5672
5673 Fix test names and standardize compilation error messages throughout
5674 the following files:
5675
5676 * gdb.ada/start.exp
5677 * gdb.arch/alpha-step.exp
5678 * gdb.arch/e500-prologue.exp
5679 * gdb.arch/ftrace-insn-reloc.exp
5680 * gdb.arch/gdb1291.exp
5681 * gdb.arch/gdb1431.exp
5682 * gdb.arch/gdb1558.exp
5683 * gdb.arch/i386-dr3-watch.exp
5684 * gdb.arch/i386-sse-stack-align.exp
5685 * gdb.arch/ia64-breakpoint-shadow.exp
5686 * gdb.arch/pa-nullify.exp
5687 * gdb.arch/powerpc-aix-prologue.exp
5688 * gdb.arch/thumb-bx-pc.exp
5689 * gdb.base/annota1.exp
5690 * gdb.base/annota3.exp
5691 * gdb.base/arrayidx.exp
5692 * gdb.base/assign.exp
5693 * gdb.base/attach.exp
5694 * gdb.base/auxv.exp
5695 * gdb.base/bang.exp
5696 * gdb.base/bfp-test.exp
5697 * gdb.base/bigcore.exp
5698 * gdb.base/bitfields2.exp
5699 * gdb.base/break-fun-addr.exp
5700 * gdb.base/break-probes.exp
5701 * gdb.base/call-rt-st.exp
5702 * gdb.base/callexit.exp
5703 * gdb.base/catch-fork-kill.exp
5704 * gdb.base/charset.exp
5705 * gdb.base/checkpoint.exp
5706 * gdb.base/comprdebug.exp
5707 * gdb.base/constvars.exp
5708 * gdb.base/coredump-filter.exp
5709 * gdb.base/cursal.exp
5710 * gdb.base/cvexpr.exp
5711 * gdb.base/detach.exp
5712 * gdb.base/display.exp
5713 * gdb.base/dmsym.exp
5714 * gdb.base/dprintf-pending.exp
5715 * gdb.base/dso2dso.exp
5716 * gdb.base/dtrace-probe.exp
5717 * gdb.base/dump.exp
5718 * gdb.base/enum_cond.exp
5719 * gdb.base/exe-lock.exp
5720 * gdb.base/exec-invalid-sysroot.exp
5721 * gdb.base/execl-update-breakpoints.exp
5722 * gdb.base/exprs.exp
5723 * gdb.base/fileio.exp
5724 * gdb.base/find.exp
5725 * gdb.base/finish.exp
5726 * gdb.base/fixsection.exp
5727 * gdb.base/foll-vfork.exp
5728 * gdb.base/frame-args.exp
5729 * gdb.base/gcore.exp
5730 * gdb.base/gdb1250.exp
5731 * gdb.base/global-var-nested-by-dso.exp
5732 * gdb.base/gnu-ifunc.exp
5733 * gdb.base/hashline1.exp
5734 * gdb.base/hashline2.exp
5735 * gdb.base/hashline3.exp
5736 * gdb.base/hbreak-in-shr-unsupported.exp
5737 * gdb.base/huge.exp
5738 * gdb.base/infcall-input.exp
5739 * gdb.base/info-fun.exp
5740 * gdb.base/info-shared.exp
5741 * gdb.base/jit-simple.exp
5742 * gdb.base/jit-so.exp
5743 * gdb.base/jit.exp
5744 * gdb.base/jump.exp
5745 * gdb.base/label.exp
5746 * gdb.base/lineinc.exp
5747 * gdb.base/logical.exp
5748 * gdb.base/longjmp.exp
5749 * gdb.base/macscp.exp
5750 * gdb.base/miscexprs.exp
5751 * gdb.base/new-ui-echo.exp
5752 * gdb.base/new-ui-pending-input.exp
5753 * gdb.base/new-ui.exp
5754 * gdb.base/nodebug.exp
5755 * gdb.base/nofield.exp
5756 * gdb.base/offsets.exp
5757 * gdb.base/overlays.exp
5758 * gdb.base/pending.exp
5759 * gdb.base/pointers.exp
5760 * gdb.base/pr11022.exp
5761 * gdb.base/printcmds.exp
5762 * gdb.base/prologue.exp
5763 * gdb.base/ptr-typedef.exp
5764 * gdb.base/realname-expand.exp
5765 * gdb.base/relativedebug.exp
5766 * gdb.base/relocate.exp
5767 * gdb.base/remote.exp
5768 * gdb.base/reread.exp
5769 * gdb.base/return2.exp
5770 * gdb.base/savedregs.exp
5771 * gdb.base/sep.exp
5772 * gdb.base/sepdebug.exp
5773 * gdb.base/sepsymtab.exp
5774 * gdb.base/set-inferior-tty.exp
5775 * gdb.base/setshow.exp
5776 * gdb.base/shlib-call.exp
5777 * gdb.base/sigaltstack.exp
5778 * gdb.base/siginfo-addr.exp
5779 * gdb.base/signals.exp
5780 * gdb.base/signull.exp
5781 * gdb.base/sigrepeat.exp
5782 * gdb.base/so-impl-ld.exp
5783 * gdb.base/solib-display.exp
5784 * gdb.base/solib-overlap.exp
5785 * gdb.base/solib-search.exp
5786 * gdb.base/solib-symbol.exp
5787 * gdb.base/structs.exp
5788 * gdb.base/structs2.exp
5789 * gdb.base/symtab-search-order.exp
5790 * gdb.base/twice.exp
5791 * gdb.base/unload.exp
5792 * gdb.base/varargs.exp
5793 * gdb.base/watchpoint-solib.exp
5794 * gdb.base/watchpoint.exp
5795 * gdb.base/whatis.exp
5796 * gdb.base/wrong_frame_bt_full.exp
5797 * gdb.btrace/dlopen.exp
5798 * gdb.cell/ea-standalone.exp
5799 * gdb.cell/ea-test.exp
5800 * gdb.cp/dispcxx.exp
5801 * gdb.cp/gdb2384.exp
5802 * gdb.cp/method2.exp
5803 * gdb.cp/nextoverthrow.exp
5804 * gdb.cp/pr10728.exp
5805 * gdb.disasm/am33.exp
5806 * gdb.disasm/h8300s.exp
5807 * gdb.disasm/mn10300.exp
5808 * gdb.disasm/sh3.exp
5809 * gdb.dwarf2/dw2-dir-file-name.exp
5810 * gdb.fortran/complex.exp
5811 * gdb.fortran/library-module.exp
5812 * gdb.guile/scm-pretty-print.exp
5813 * gdb.guile/scm-symbol.exp
5814 * gdb.guile/scm-type.exp
5815 * gdb.guile/scm-value.exp
5816 * gdb.linespec/linespec.exp
5817 * gdb.mi/gdb701.exp
5818 * gdb.mi/gdb792.exp
5819 * gdb.mi/mi-breakpoint-changed.exp
5820 * gdb.mi/mi-dprintf-pending.exp
5821 * gdb.mi/mi-dprintf.exp
5822 * gdb.mi/mi-exit-code.exp
5823 * gdb.mi/mi-pending.exp
5824 * gdb.mi/mi-solib.exp
5825 * gdb.mi/new-ui-mi-sync.exp
5826 * gdb.mi/pr11022.exp
5827 * gdb.mi/user-selected-context-sync.exp
5828 * gdb.opt/solib-intra-step.exp
5829 * gdb.python/py-events.exp
5830 * gdb.python/py-finish-breakpoint.exp
5831 * gdb.python/py-mi.exp
5832 * gdb.python/py-prettyprint.exp
5833 * gdb.python/py-shared.exp
5834 * gdb.python/py-symbol.exp
5835 * gdb.python/py-template.exp
5836 * gdb.python/py-type.exp
5837 * gdb.python/py-value.exp
5838 * gdb.reverse/solib-precsave.exp
5839 * gdb.reverse/solib-reverse.exp
5840 * gdb.server/solib-list.exp
5841 * gdb.stabs/weird.exp
5842 * gdb.threads/reconnect-signal.exp
5843 * gdb.threads/stepi-random-signal.exp
5844 * gdb.trace/actions.exp
5845 * gdb.trace/ax.exp
5846 * gdb.trace/backtrace.exp
5847 * gdb.trace/change-loc.exp
5848 * gdb.trace/deltrace.exp
5849 * gdb.trace/ftrace-lock.exp
5850 * gdb.trace/ftrace.exp
5851 * gdb.trace/infotrace.exp
5852 * gdb.trace/mi-tracepoint-changed.exp
5853 * gdb.trace/packetlen.exp
5854 * gdb.trace/passcount.exp
5855 * gdb.trace/pending.exp
5856 * gdb.trace/range-stepping.exp
5857 * gdb.trace/report.exp
5858 * gdb.trace/stap-trace.exp
5859 * gdb.trace/tfind.exp
5860 * gdb.trace/trace-break.exp
5861 * gdb.trace/trace-condition.exp
5862 * gdb.trace/trace-enable-disable.exp
5863 * gdb.trace/trace-mt.exp
5864 * gdb.trace/tracecmd.exp
5865 * gdb.trace/tspeed.exp
5866 * gdb.trace/tsv.exp
5867 * lib/perftest.exp
5868
58692016-12-01 Luis Machado <lgustavo@codesourcery.com>
5870
5871 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5872 with gdb_test_no_output.
5873 Use command as test name.
5874
58752016-12-01 Luis Machado <lgustavo@codesourcery.com>
5876
5877 Fix test names starting with uppercase throughout the files.
5878
5879 * gdb.ada/assign_1.exp
5880 * gdb.ada/boolean_expr.exp
5881 * gdb.base/arrayidx.exp
5882 * gdb.base/del.exp
5883 * gdb.base/gcore-buffer-overflow.exp
5884 * gdb.base/testenv.exp
5885 * gdb.compile/compile.exp
5886 * gdb.python/py-framefilter-invalidarg.exp
5887 * gdb.python/py-framefilter.exp
5888
58892016-12-01 Luis Machado <lgustavo@codesourcery.com>
5890
5891 Fix test names starting with uppercase throughout the files.
5892
5893 * gdb.ada/array_return.exp
5894 * gdb.ada/expr_delims.exp
5895 * gdb.ada/mi_dyn_arr.exp
5896 * gdb.ada/mi_interface.exp
5897 * gdb.ada/mi_var_array.exp
5898 * gdb.ada/watch_arg.exp
5899 * gdb.arch/alpha-step.exp
5900 * gdb.arch/altivec-regs.exp
5901 * gdb.arch/e500-regs.exp
5902 * gdb.arch/powerpc-d128-regs.exp
5903 * gdb.base/arrayidx.exp
5904 * gdb.base/break.exp
5905 * gdb.base/checkpoint.exp
5906 * gdb.base/debug-expr.exp
5907 * gdb.base/dmsym.exp
5908 * gdb.base/radix.exp
5909 * gdb.base/sepdebug.exp
5910 * gdb.base/testenv.exp
5911 * gdb.base/watch_thread_num.exp
5912 * gdb.base/watchpoint-cond-gone.exp
5913 * gdb.cell/break.exp
5914 * gdb.cell/ea-cache.exp
5915 * gdb.compile/compile.exp
5916 * gdb.cp/gdb2495.exp
5917 * gdb.gdb/selftest.exp
5918 * gdb.gdb/xfullpath.exp
5919 * gdb.go/hello.exp
5920 * gdb.go/integers.exp
5921 * gdb.objc/basicclass.exp
5922 * gdb.pascal/hello.exp
5923 * gdb.pascal/integers.exp
5924 * gdb.python/py-breakpoint.exp
5925 * gdb.python/py-cmd.exp
5926 * gdb.python/py-linetable.exp
5927 * gdb.python/py-xmethods.exp
5928 * gdb.python/python.exp
5929 * gdb.reverse/consecutive-precsave.exp
5930 * gdb.reverse/finish-precsave.exp
5931 * gdb.reverse/i386-precsave.exp
5932 * gdb.reverse/machinestate-precsave.exp
5933 * gdb.reverse/sigall-precsave.exp
5934 * gdb.reverse/solib-precsave.exp
5935 * gdb.reverse/step-precsave.exp
5936 * gdb.reverse/until-precsave.exp
5937 * gdb.reverse/watch-precsave.exp
5938 * gdb.threads/leader-exit.exp
5939 * gdb.threads/pthreads.exp
5940 * gdb.threads/wp-replication.exp
5941 * gdb.trace/actions.exp
5942 * gdb.trace/mi-tsv-changed.exp
5943 * gdb.trace/tsv.exp
5944
59452016-12-01 Luis Machado <lgustavo@codesourcery.com>
5946
5947 Fix test names starting with uppercase throughout the files.
5948
5949 * gdb.arch/i386-bp_permanent.exp
5950 * gdb.arch/i386-gnu-cfi.exp
5951 * gdb.base/disasm-end-cu.exp
5952 * gdb.base/macscp.exp
5953 * gdb.base/pending.exp
5954 * gdb.base/watch_thread_num.exp
5955 * gdb.cp/exception.exp
5956 * gdb.cp/gdb2495.exp
5957 * gdb.cp/local.exp
5958 * gdb.python/py-evsignal.exp
5959 * gdb.python/python.exp
5960 * gdb.trace/tracecmd.exp
5961
59622016-12-01 Luis Machado <lgustavo@codesourcery.com>
5963
5964 Fix test names starting with uppercase throughout the files.
5965
5966 * gdb.base/charset.exp
5967 * gdb.base/eval.exp
5968 * gdb.base/multi-forks.exp
5969 * gdb.guile/scm-progspace.exp
5970 * gdb.opencl/datatypes.exp
5971 * gdb.python/py-block.exp
5972 * gdb.python/py-function.exp
5973 * gdb.python/py-symbol.exp
5974 * gdb.python/py-symtab.exp
5975 * gdb.python/py-xmethods.exp
5976 * gdb.reverse/break-precsave.exp
5977 * gdb.reverse/break-reverse.exp
5978 * gdb.reverse/consecutive-precsave.exp
5979 * gdb.reverse/consecutive-reverse.exp
5980 * gdb.reverse/finish-precsave.exp
5981 * gdb.reverse/finish-reverse-bkpt.exp
5982 * gdb.reverse/finish-reverse.exp
5983 * gdb.reverse/fstatat-reverse.exp
5984 * gdb.reverse/getresuid-reverse.exp
5985 * gdb.reverse/i386-precsave.exp
5986 * gdb.reverse/i386-reverse.exp
5987 * gdb.reverse/i386-sse-reverse.exp
5988 * gdb.reverse/i387-stack-reverse.exp
5989 * gdb.reverse/insn-reverse.exp
5990 * gdb.reverse/machinestate-precsave.exp
5991 * gdb.reverse/machinestate.exp
5992 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5993 * gdb.reverse/pipe-reverse.exp
5994 * gdb.reverse/readv-reverse.exp
5995 * gdb.reverse/recvmsg-reverse.exp
5996 * gdb.reverse/rerun-prec.exp
5997 * gdb.reverse/s390-mvcle.exp
5998 * gdb.reverse/sigall-precsave.exp
5999 * gdb.reverse/sigall-reverse.exp
6000 * gdb.reverse/solib-precsave.exp
6001 * gdb.reverse/solib-reverse.exp
6002 * gdb.reverse/step-precsave.exp
6003 * gdb.reverse/step-reverse.exp
6004 * gdb.reverse/time-reverse.exp
6005 * gdb.reverse/until-precsave.exp
6006 * gdb.reverse/until-reverse.exp
6007 * gdb.reverse/waitpid-reverse.exp
6008 * gdb.reverse/watch-precsave.exp
6009 * gdb.reverse/watch-reverse.exp
6010
60112016-12-01 Luis Machado <lgustavo@codesourcery.com>
6012
6013 Fix test names starting with uppercase throughout the files.
6014
6015 * gdb.arch/i386-mpx-simple_segv.exp
6016 * gdb.arch/i386-mpx.exp
6017 * gdb.arch/i386-permbkpt.exp
6018 * gdb.arch/pa-nullify.exp
6019 * gdb.arch/powerpc-d128-regs.exp
6020 * gdb.arch/vsx-regs.exp
6021 * gdb.base/bfp-test.exp
6022 * gdb.base/break.exp
6023 * gdb.base/breakpoint-shadow.exp
6024 * gdb.base/callfuncs.exp
6025 * gdb.base/charset.exp
6026 * gdb.base/commands.exp
6027 * gdb.base/completion.exp
6028 * gdb.base/dfp-test.exp
6029 * gdb.base/echo.exp
6030 * gdb.base/ending-run.exp
6031 * gdb.base/eval.exp
6032 * gdb.base/expand-psymtabs.exp
6033 * gdb.base/float128.exp
6034 * gdb.base/floatn.exp
6035 * gdb.base/foll-exec-mode.exp
6036 * gdb.base/gdb1056.exp
6037 * gdb.base/gdb11531.exp
6038 * gdb.base/kill-after-signal.exp
6039 * gdb.base/multi-forks.exp
6040 * gdb.base/overlays.exp
6041 * gdb.base/pending.exp
6042 * gdb.base/sepdebug.exp
6043 * gdb.base/testenv.exp
6044 * gdb.base/valgrind-db-attach.exp
6045 * gdb.base/watch_thread_num.exp
6046 * gdb.base/watchpoint-cond-gone.exp
6047 * gdb.base/watchpoint.exp
6048 * gdb.base/watchpoints.exp
6049 * gdb.cp/arg-reference.exp
6050 * gdb.cp/baseenum.exp
6051 * gdb.cp/operator.exp
6052 * gdb.cp/shadow.exp
6053 * gdb.dwarf2/dw2-op-out-param.exp
6054 * gdb.dwarf2/dw2-reg-undefined.exp
6055 * gdb.go/chan.exp
6056 * gdb.go/hello.exp
6057 * gdb.go/integers.exp
6058 * gdb.go/methods.exp
6059 * gdb.go/package.exp
6060 * gdb.guile/scm-parameter.exp
6061 * gdb.guile/scm-progspace.exp
6062 * gdb.guile/scm-value.exp
6063 * gdb.mi/mi-pending.exp
6064 * gdb.mi/user-selected-context-sync.exp
6065 * gdb.multi/multi-attach.exp
6066 * gdb.multi/tids.exp
6067 * gdb.opt/clobbered-registers-O2.exp
6068 * gdb.pascal/floats.exp
6069 * gdb.pascal/integers.exp
6070 * gdb.python/py-block.exp
6071 * gdb.python/py-events.exp
6072 * gdb.python/py-parameter.exp
6073 * gdb.python/py-symbol.exp
6074 * gdb.python/py-symtab.exp
6075 * gdb.python/py-type.exp
6076 * gdb.python/py-value.exp
6077 * gdb.python/py-xmethods.exp
6078 * gdb.python/python.exp
6079 * gdb.reverse/break-precsave.exp
6080 * gdb.reverse/consecutive-precsave.exp
6081 * gdb.reverse/finish-precsave.exp
6082 * gdb.reverse/i386-precsave.exp
6083 * gdb.reverse/machinestate-precsave.exp
6084 * gdb.reverse/sigall-precsave.exp
6085 * gdb.reverse/solib-precsave.exp
6086 * gdb.reverse/step-precsave.exp
6087 * gdb.reverse/until-precsave.exp
6088 * gdb.reverse/watch-precsave.exp
6089 * gdb.server/ext-attach.exp
6090 * gdb.server/ext-restart.exp
6091 * gdb.server/ext-run.exp
6092 * gdb.server/ext-wrapper.exp
6093 * gdb.stabs/gdb11479.exp
6094 * gdb.stabs/weird.exp
6095 * gdb.threads/attach-many-short-lived-threads.exp
6096 * gdb.threads/kill.exp
6097 * gdb.threads/watchpoint-fork.exp
6098
60992016-12-01 Luis Machado <lgustavo@codesourcery.com>
6100
6101 Fix test names starting with uppercase throughout all the files below.
6102
6103 * gdb.ada/array_return.exp
6104 * gdb.ada/catch_ex.exp
6105 * gdb.ada/info_exc.exp
6106 * gdb.ada/mi_catch_ex.exp
6107 * gdb.ada/mi_dyn_arr.exp
6108 * gdb.ada/mi_ex_cond.exp
6109 * gdb.ada/mi_exc_info.exp
6110 * gdb.ada/mi_interface.exp
6111 * gdb.ada/mi_task_arg.exp
6112 * gdb.ada/mi_task_info.exp
6113 * gdb.ada/mi_var_array.exp
6114 * gdb.arch/alpha-step.exp
6115 * gdb.arch/amd64-disp-step.exp
6116 * gdb.arch/arm-disp-step.exp
6117 * gdb.arch/disp-step-insn-reloc.exp
6118 * gdb.arch/e500-prologue.exp
6119 * gdb.arch/ftrace-insn-reloc.exp
6120 * gdb.arch/gdb1558.exp
6121 * gdb.arch/i386-bp_permanent.exp
6122 * gdb.arch/i386-disp-step.exp
6123 * gdb.arch/i386-float.exp
6124 * gdb.arch/i386-gnu-cfi.exp
6125 * gdb.arch/ia64-breakpoint-shadow.exp
6126 * gdb.arch/mips16-thunks.exp
6127 * gdb.arch/pa-nullify.exp
6128 * gdb.arch/powerpc-aix-prologue.exp
6129 * gdb.arch/powerpc-power.exp
6130 * gdb.arch/ppc-dfp.exp
6131 * gdb.arch/s390-tdbregs.exp
6132 * gdb.arch/spu-info.exp
6133 * gdb.arch/spu-ls.exp
6134 * gdb.arch/thumb-bx-pc.exp
6135 * gdb.base/advance.exp
6136 * gdb.base/annota-input-while-running.exp
6137 * gdb.base/arrayidx.exp
6138 * gdb.base/asmlabel.exp
6139 * gdb.base/async.exp
6140 * gdb.base/attach-wait-input.exp
6141 * gdb.base/auto-connect-native-target.exp
6142 * gdb.base/batch-preserve-term-settings.exp
6143 * gdb.base/bfp-test.exp
6144 * gdb.base/bigcore.exp
6145 * gdb.base/bp-permanent.exp
6146 * gdb.base/break-always.exp
6147 * gdb.base/break-fun-addr.exp
6148 * gdb.base/break-idempotent.exp
6149 * gdb.base/break-main-file-remove-fail.exp
6150 * gdb.base/break-probes.exp
6151 * gdb.base/break-unload-file.exp
6152 * gdb.base/break.exp
6153 * gdb.base/call-ar-st.exp
6154 * gdb.base/call-rt-st.exp
6155 * gdb.base/call-sc.exp
6156 * gdb.base/call-signal-resume.exp
6157 * gdb.base/call-strs.exp
6158 * gdb.base/callexit.exp
6159 * gdb.base/callfuncs.exp
6160 * gdb.base/catch-gdb-caused-signals.exp
6161 * gdb.base/catch-signal-siginfo-cond.exp
6162 * gdb.base/catch-syscall.exp
6163 * gdb.base/compare-sections.exp
6164 * gdb.base/cond-eval-mode.exp
6165 * gdb.base/condbreak-call-false.exp
6166 * gdb.base/consecutive-step-over.exp
6167 * gdb.base/cursal.exp
6168 * gdb.base/disabled-location.exp
6169 * gdb.base/disasm-end-cu.exp
6170 * gdb.base/display.exp
6171 * gdb.base/double-prompt-target-event-error.exp
6172 * gdb.base/dprintf-bp-same-addr.exp
6173 * gdb.base/dprintf-detach.exp
6174 * gdb.base/dprintf-next.exp
6175 * gdb.base/dprintf-non-stop.exp
6176 * gdb.base/dprintf-pending.exp
6177 * gdb.base/dso2dso.exp
6178 * gdb.base/ending-run.exp
6179 * gdb.base/enum_cond.exp
6180 * gdb.base/examine-backward.exp
6181 * gdb.base/exe-lock.exp
6182 * gdb.base/exec-invalid-sysroot.exp
6183 * gdb.base/execl-update-breakpoints.exp
6184 * gdb.base/execution-termios.exp
6185 * gdb.base/fileio.exp
6186 * gdb.base/fixsection.exp
6187 * gdb.base/foll-exec-mode.exp
6188 * gdb.base/foll-exec.exp
6189 * gdb.base/fork-running-state.exp
6190 * gdb.base/frame-args.exp
6191 * gdb.base/fullpath-expand.exp
6192 * gdb.base/func-ptr.exp
6193 * gdb.base/gcore-relro-pie.exp
6194 * gdb.base/gdb1090.exp
6195 * gdb.base/gdb1555.exp
6196 * gdb.base/global-var-nested-by-dso.exp
6197 * gdb.base/gnu-ifunc.exp
6198 * gdb.base/hbreak-in-shr-unsupported.exp
6199 * gdb.base/hbreak-unmapped.exp
6200 * gdb.base/hook-stop.exp
6201 * gdb.base/infcall-input.exp
6202 * gdb.base/info-fun.exp
6203 * gdb.base/info-shared.exp
6204 * gdb.base/interrupt-noterm.exp
6205 * gdb.base/jit-so.exp
6206 * gdb.base/jit.exp
6207 * gdb.base/line-symtabs.exp
6208 * gdb.base/list.exp
6209 * gdb.base/longjmp.exp
6210 * gdb.base/macscp.exp
6211 * gdb.base/max-value-size.exp
6212 * gdb.base/nodebug.exp
6213 * gdb.base/nofield.exp
6214 * gdb.base/overlays.exp
6215 * gdb.base/paginate-after-ctrl-c-running.exp
6216 * gdb.base/paginate-bg-execution.exp
6217 * gdb.base/paginate-inferior-exit.exp
6218 * gdb.base/pending.exp
6219 * gdb.base/pr11022.exp
6220 * gdb.base/printcmds.exp
6221 * gdb.base/ptr-typedef.exp
6222 * gdb.base/ptype.exp
6223 * gdb.base/randomize.exp
6224 * gdb.base/range-stepping.exp
6225 * gdb.base/realname-expand.exp
6226 * gdb.base/relativedebug.exp
6227 * gdb.base/remote.exp
6228 * gdb.base/savedregs.exp
6229 * gdb.base/sepdebug.exp
6230 * gdb.base/set-noassign.exp
6231 * gdb.base/shlib-call.exp
6232 * gdb.base/shreloc.exp
6233 * gdb.base/sigaltstack.exp
6234 * gdb.base/sigbpt.exp
6235 * gdb.base/siginfo-addr.exp
6236 * gdb.base/siginfo-obj.exp
6237 * gdb.base/siginfo-thread.exp
6238 * gdb.base/signest.exp
6239 * gdb.base/signull.exp
6240 * gdb.base/sigrepeat.exp
6241 * gdb.base/skip.exp
6242 * gdb.base/so-impl-ld.exp
6243 * gdb.base/solib-corrupted.exp
6244 * gdb.base/solib-disc.exp
6245 * gdb.base/solib-display.exp
6246 * gdb.base/solib-overlap.exp
6247 * gdb.base/solib-search.exp
6248 * gdb.base/solib-symbol.exp
6249 * gdb.base/source-execution.exp
6250 * gdb.base/sss-bp-on-user-bp-2.exp
6251 * gdb.base/sss-bp-on-user-bp.exp
6252 * gdb.base/stack-checking.exp
6253 * gdb.base/stale-infcall.exp
6254 * gdb.base/step-break.exp
6255 * gdb.base/step-line.exp
6256 * gdb.base/step-over-exit.exp
6257 * gdb.base/step-test.exp
6258 * gdb.base/structs.exp
6259 * gdb.base/sym-file.exp
6260 * gdb.base/symtab-search-order.exp
6261 * gdb.base/term.exp
6262 * gdb.base/type-opaque.exp
6263 * gdb.base/unload.exp
6264 * gdb.base/until-nodebug.exp
6265 * gdb.base/until.exp
6266 * gdb.base/unwindonsignal.exp
6267 * gdb.base/watch-cond.exp
6268 * gdb.base/watch-non-mem.exp
6269 * gdb.base/watch_thread_num.exp
6270 * gdb.base/watchpoint-reuse-slot.exp
6271 * gdb.base/watchpoint-solib.exp
6272 * gdb.base/watchpoint.exp
6273 * gdb.btrace/dlopen.exp
6274 * gdb.cell/arch.exp
6275 * gdb.cell/break.exp
6276 * gdb.cell/bt.exp
6277 * gdb.cell/core.exp
6278 * gdb.cell/data.exp
6279 * gdb.cell/dwarfaddr.exp
6280 * gdb.cell/ea-cache.exp
6281 * gdb.cell/ea-standalone.exp
6282 * gdb.cell/ea-test.exp
6283 * gdb.cell/f-regs.exp
6284 * gdb.cell/fork.exp
6285 * gdb.cell/gcore.exp
6286 * gdb.cell/mem-access.exp
6287 * gdb.cell/ptype.exp
6288 * gdb.cell/registers.exp
6289 * gdb.cell/sizeof.exp
6290 * gdb.cell/solib-symbol.exp
6291 * gdb.cell/solib.exp
6292 * gdb.compile/compile-tls.exp
6293 * gdb.cp/exception.exp
6294 * gdb.cp/gdb2495.exp
6295 * gdb.cp/local.exp
6296 * gdb.cp/mb-inline.exp
6297 * gdb.cp/mb-templates.exp
6298 * gdb.cp/pr10687.exp
6299 * gdb.cp/pr9167.exp
6300 * gdb.cp/scope-err.exp
6301 * gdb.cp/templates.exp
6302 * gdb.cp/virtfunc.exp
6303 * gdb.dwarf2/dw2-dir-file-name.exp
6304 * gdb.dwarf2/dw2-single-line-discriminators.exp
6305 * gdb.fortran/complex.exp
6306 * gdb.fortran/library-module.exp
6307 * gdb.guile/guile.exp
6308 * gdb.guile/scm-cmd.exp
6309 * gdb.guile/scm-frame-inline.exp
6310 * gdb.guile/scm-objfile.exp
6311 * gdb.guile/scm-pretty-print.exp
6312 * gdb.guile/scm-symbol.exp
6313 * gdb.guile/scm-type.exp
6314 * gdb.guile/scm-value.exp
6315 * gdb.linespec/keywords.exp
6316 * gdb.linespec/ls-errs.exp
6317 * gdb.linespec/macro-relative.exp
6318 * gdb.linespec/thread.exp
6319 * gdb.mi/mi-breakpoint-changed.exp
6320 * gdb.mi/mi-dprintf-pending.exp
6321 * gdb.mi/mi-fullname-deleted.exp
6322 * gdb.mi/mi-logging.exp
6323 * gdb.mi/mi-pending.exp
6324 * gdb.mi/mi-solib.exp
6325 * gdb.mi/new-ui-mi-sync.exp
6326 * gdb.mi/user-selected-context-sync.exp
6327 * gdb.multi/dummy-frame-restore.exp
6328 * gdb.multi/multi-arch-exec.exp
6329 * gdb.multi/remove-inferiors.exp
6330 * gdb.multi/watchpoint-multi-exit.exp
6331 * gdb.opt/solib-intra-step.exp
6332 * gdb.perf/backtrace.exp
6333 * gdb.perf/single-step.exp
6334 * gdb.perf/skip-command.exp
6335 * gdb.perf/skip-prologue.exp
6336 * gdb.perf/solib.exp
6337 * gdb.python/lib-types.exp
6338 * gdb.python/py-as-string.exp
6339 * gdb.python/py-bad-printers.exp
6340 * gdb.python/py-block.exp
6341 * gdb.python/py-breakpoint.exp
6342 * gdb.python/py-cmd.exp
6343 * gdb.python/py-events.exp
6344 * gdb.python/py-evthreads.exp
6345 * gdb.python/py-finish-breakpoint.exp
6346 * gdb.python/py-finish-breakpoint2.exp
6347 * gdb.python/py-frame-inline.exp
6348 * gdb.python/py-frame.exp
6349 * gdb.python/py-inferior.exp
6350 * gdb.python/py-infthread.exp
6351 * gdb.python/py-mi.exp
6352 * gdb.python/py-objfile.exp
6353 * gdb.python/py-pp-maint.exp
6354 * gdb.python/py-pp-registration.exp
6355 * gdb.python/py-prettyprint.exp
6356 * gdb.python/py-recurse-unwind.exp
6357 * gdb.python/py-shared.exp
6358 * gdb.python/py-symbol.exp
6359 * gdb.python/py-symtab.exp
6360 * gdb.python/py-template.exp
6361 * gdb.python/py-type.exp
6362 * gdb.python/py-unwind-maint.exp
6363 * gdb.python/py-unwind.exp
6364 * gdb.python/py-value.exp
6365 * gdb.python/python.exp
6366 * gdb.reverse/finish-reverse-bkpt.exp
6367 * gdb.reverse/insn-reverse.exp
6368 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6369 * gdb.reverse/solib-precsave.exp
6370 * gdb.reverse/solib-reverse.exp
6371 * gdb.stabs/gdb11479.exp
6372 * gdb.stabs/weird.exp
6373 * gdb.threads/fork-child-threads.exp
6374 * gdb.threads/fork-plus-threads.exp
6375 * gdb.threads/fork-thread-pending.exp
6376 * gdb.threads/forking-threads-plus-breakpoint.exp
6377 * gdb.threads/hand-call-in-threads.exp
6378 * gdb.threads/interrupted-hand-call.exp
6379 * gdb.threads/linux-dp.exp
6380 * gdb.threads/local-watch-wrong-thread.exp
6381 * gdb.threads/next-while-other-thread-longjmps.exp
6382 * gdb.threads/non-ldr-exit.exp
6383 * gdb.threads/pending-step.exp
6384 * gdb.threads/print-threads.exp
6385 * gdb.threads/process-dies-while-detaching.exp
6386 * gdb.threads/process-dies-while-handling-bp.exp
6387 * gdb.threads/pthreads.exp
6388 * gdb.threads/queue-signal.exp
6389 * gdb.threads/reconnect-signal.exp
6390 * gdb.threads/signal-command-handle-nopass.exp
6391 * gdb.threads/signal-command-multiple-signals-pending.exp
6392 * gdb.threads/signal-delivered-right-thread.exp
6393 * gdb.threads/signal-sigtrap.exp
6394 * gdb.threads/sigthread.exp
6395 * gdb.threads/staticthreads.exp
6396 * gdb.threads/stepi-random-signal.exp
6397 * gdb.threads/thread-unwindonsignal.exp
6398 * gdb.threads/thread_check.exp
6399 * gdb.threads/thread_events.exp
6400 * gdb.threads/tid-reuse.exp
6401 * gdb.threads/tls-nodebug.exp
6402 * gdb.threads/tls-shared.exp
6403 * gdb.threads/tls-so_extern.exp
6404 * gdb.threads/tls.exp
6405 * gdb.threads/wp-replication.exp
6406 * gdb.trace/actions-changed.exp
6407 * gdb.trace/actions.exp
6408 * gdb.trace/backtrace.exp
6409 * gdb.trace/change-loc.exp
6410 * gdb.trace/collection.exp
6411 * gdb.trace/deltrace.exp
6412 * gdb.trace/disconnected-tracing.exp
6413 * gdb.trace/entry-values.exp
6414 * gdb.trace/ftrace-lock.exp
6415 * gdb.trace/ftrace.exp
6416 * gdb.trace/infotrace.exp
6417 * gdb.trace/mi-trace-frame-collected.exp
6418 * gdb.trace/mi-trace-unavailable.exp
6419 * gdb.trace/mi-traceframe-changed.exp
6420 * gdb.trace/mi-tracepoint-changed.exp
6421 * gdb.trace/mi-tsv-changed.exp
6422 * gdb.trace/no-attach-trace.exp
6423 * gdb.trace/packetlen.exp
6424 * gdb.trace/passc-dyn.exp
6425 * gdb.trace/passcount.exp
6426 * gdb.trace/pending.exp
6427 * gdb.trace/pr16508.exp
6428 * gdb.trace/qtro.exp
6429 * gdb.trace/range-stepping.exp
6430 * gdb.trace/read-memory.exp
6431 * gdb.trace/report.exp
6432 * gdb.trace/save-trace.exp
6433 * gdb.trace/signal.exp
6434 * gdb.trace/stap-trace.exp
6435 * gdb.trace/status-stop.exp
6436 * gdb.trace/strace.exp
6437 * gdb.trace/tfile.exp
6438 * gdb.trace/tfind.exp
6439 * gdb.trace/trace-break.exp
6440 * gdb.trace/trace-condition.exp
6441 * gdb.trace/trace-enable-disable.exp
6442 * gdb.trace/trace-mt.exp
6443 * gdb.trace/tracecmd.exp
6444 * gdb.trace/tracefile-pseudo-reg.exp
6445 * gdb.trace/tspeed.exp
6446 * gdb.trace/tstatus.exp
6447 * gdb.trace/tsv.exp
6448 * gdb.trace/unavailable.exp
6449 * gdb.trace/while-dyn.exp
6450 * gdb.trace/while-stepping.exp
6451 * lib/gdb-guile.exp
6452 * lib/gdb.exp
6453 * lib/mi-support.exp
6454 * lib/pascal.exp
6455 * lib/perftest.exp
6456 * lib/prelink-support.exp
6457 * lib/selftest-support.exp
6458
64592016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6460
6461 * Makefile.in: Include disable-implicit-rules.mk.
6462
64632016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6464
6465 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6466 non-byte-aligned bit fields.
6467
64682016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6469
6470 PR gdb/12616
6471 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6472 respects the DW_AT_data_bit_offset attribute.
6473
64742016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6475
6476 * gdb.base/default.exp: Fix output of "set language".
6477
64782016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6479
6480 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6481 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6482 make.
6483 * configure.ac: Remove checks for the make program.
6484 * configure: Re-generate.
6485
64862016-11-16 Kevin Buettner <kevinb@redhat.com>
6487
6488 * gdb.python/py-recurse-unwind.c (main): Add loop.
6489 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6490 to read_register() and gdb.parse_and_eval(). Make each code
6491 call a separate case that can be individually tested.
6492 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6493 proc. Call cont_and_backtrace for each of the code paths that
6494 we want to test in the unwinder.
6495
64962016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6497
6498 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6499 the definition of struct S.
6500
65012016-11-11 Catherine Moore <clm@codesourcery.com>
6502
6503 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6504
65052016-11-09 Pedro Alves <palves@redhat.com>
6506
6507 * gdb.base/commands.exp (runto_or_return): New procedure.
6508 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6509 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6510 (progvar_simple_while_test, progvar_complex_if_while_test)
6511 (if_while_breakpoint_command_test)
6512 (infrun_breakpoint_command_test, breakpoint_command_test)
6513 (user_defined_command_test, watchpoint_command_test)
6514 (test_command_prompt_position, redefine_hook_test)
6515 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6516 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6517 multi_line_input and multi_line. Remove gdb_expect and
6518 gdb_stop_suppressing_tests uses.
6519 * lib/gdb.exp (valnum_re): New global.
6520 (multi_line_input): New procedure.
6521
65222016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6523
6524 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6525 Remove.
6526 (test_setup): Define with proc_with_prefix.
6527 (test_cli_inferior): Likewise.
6528 (test_cli_thread): Likewise.
6529 (test_cli_frame): Likewise.
6530 (test_cli_select_frame): Likewise.
6531 (test_cli_up_down): Likewise.
6532 (test_mi_thread_select): Likewise.
6533 (test_mi_stack_select_frame): Likewise.
6534 (test_cli_in_mi_inferior): Likewise.
6535 (test_cli_in_mi_thread): Likewise.
6536 (test_cli_in_mi_frame): Likewise.
6537 (top level): Do not use with_test_prefix_procname.
6538
65392016-11-09 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.base/commands.exp (gdbvar_simple_if_test)
6542 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6543 (progvar_simple_if_test, progvar_simple_while_test)
6544 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6545 (infrun_breakpoint_command_test, breakpoint_command_test)
6546 (user_defined_command_test, watchpoint_command_test)
6547 (test_command_prompt_position, deprecated_command_test)
6548 (bp_deleted_in_command, temporary_breakpoint_commands)
6549 (stray_arg0_test, source_file_with_indented_comment)
6550 (recursive_source_test, if_commands_test)
6551 (error_clears_commands_left, redefine_hook_test)
6552 (redefine_backtrace_test): Use proc_with_prefix.
6553 * lib/gdb.exp (proc_with_prefix): New proc.
6554
65552016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6556
6557 * gdb.base/tui-layout.c: New file.
6558 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6559 disassembly window contains very long lines.
6560
65612016-11-08 Tom Tromey <tom@tromey.com>
6562
6563 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6564 depend on Python 2.
6565
65662016-11-08 Tom Tromey <tom@tromey.com>
6567
6568 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6569 New method.
6570
65712016-10-29 Manish Goregaokar <manish@mozilla.com>
6572
6573 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6574
65752016-10-27 Manish Goregaokar <manish@mozilla.com>
6576
6577 * gdb.rust/simple.rs: Add test for univariant enums without
6578 discriminants and for encoded struct-like enums.
6579
65802016-10-28 Pedro Alves <palves@redhat.com>
6581
6582 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6583 gdb_test_multiple, tighten regexps and match symtabs and line
6584 tables incrementally.
6585
65862016-10-28 Luis Machado <lgustavo@codesourcery.com>
6587
6588 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6589 general.
6590
65912016-10-25 Luis Machado <lgustavo@codesourcery.com>
6592
6593 * gdb.base/exec-invalid-sysroot.exp: New file.
6594
65952016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6596
6597 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6598
65992016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6600
6601 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6602
66032016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6604
6605 * gdb.base/killed-outside.exp: Remove $options from a call to
6606 `prepare_for_testing'.
6607
66082016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6609
6610 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6611 Change test message.
6612
66132016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6614
6615 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6616 Update comment.
6617
66182016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6619
6620 * gdb.trace/mi-trace-save.exp: New file.
6621
66222016-10-13 Yao Qi <yao.qi@linaro.org>
6623
6624 * gdb.base/code_elim.exp (get_var_address): Remove.
6625 * gdb.base/relocate.exp: Likewise.
6626 * gdb.base/shreloc.exp: Likewise.
6627 * lib/gdb.exp (get_var_address): New.
6628
66292016-10-13 Yao Qi <yao.qi@linaro.org>
6630
6631 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6632 floating point tests if $skip_float_test is false.
6633
66342016-10-12 Luis Machado <lgustavo@codesourcery.com>
6635
6636 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6637 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6638 argc values.
6639 Add 1 to argc so we guarantee distinct initial/modified argc values.
6640
66412016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6642
6643 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6644
66452016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6646
6647 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6648 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6649 * gdb.arch/vsx-regs.exp: Likewise.
6650
66512016-10-07 Yao Qi <yao.qi@linaro.org>
6652
6653 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6654
66552016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6656
6657 * gdb.python/python.exp: Test decode_line("*0").
6658
66592016-10-06 Doug Evans <dje@google.com>
6660
6661 * gdb.python/py-value.exp (test_value_creation): Add test for large
6662 unsigned 64-bit value.
6663
66642016-10-06 Tom Tromey <tom@tromey.com>
6665
6666 * gdb.compile/compile.exp: Change java tests to rust.
6667 * gdb.base/setshow.exp: Change java tests to rust.
6668 * gdb.base/default.exp: Remove java from language list.
6669 * README (Examples): Update language example.
6670 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6671 test.
6672 * lib/gdb.exp (skip_java_tests): Remove.
6673 * lib/java.exp: Remove.
6674 * gdb.java: Remove.
6675
66762016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6677
6678 * gdb.arch/mips-fcr.exp: New test.
6679 * gdb.arch/mips-fcr.c: Source for the new test.
6680
66812016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6682
6683 * gdb.base/solib-disc.exp: Use `standard_output_file'
6684 throughout.
6685
66862016-10-06 Pedro Alves <palves@redhat.com>
6687
6688 * gdb.base/jit-simple-dl.c: New file.
6689 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6690 * gdb.base/jit-simple.c: ... this.
6691 * gdb.base/jit-simple.exp (jit_run): Delete.
6692 (build_jit): New proc.
6693 (jit_test_reread): Recompile either the main program or the shared
6694 library, depending on what is being tested. Skip changing address
6695 if caller wants to. Compare before/after addresses. If testing
6696 standalone, explicitly load the binary. Test "maint info
6697 breakpoints".
6698 (top level): Add "standalone vs shared lib" and "change address"
6699 vs "same address" axes.
6700
67012016-10-06 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6704 call.
6705 (jit_run): Delete.
6706 (jit_test_reread): Use with_test_prefix. Reload the main binary
6707 explicitly. Compare the before/after addresses of the JIT
6708 descriptor.
6709
67102016-08-15 Doug Evans <dje@google.com>
6711
6712 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6713 for single bitfields is bool.
6714 * gdb.xml/tdesc-regs.exp: Ditto.
6715
67162016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6717
6718 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6719
67202016-10-05 Yao Qi <yao.qi@linaro.org>
6721
6722 * lib/gdb.exp (support_complex_tests): Return zero if
6723 gdb_skip_float_test return true.
6724
67252016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6726 Simon Marchi <simon.marchi@ericsson.com>
6727
6728 PR gdb/20487
6729 * gdb.mi/user-selected-context-sync.exp: New file.
6730 * gdb.mi/user-selected-context-sync.c: New file.
6731
67322016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6733 Simon Marchi <simon.marchi@ericsson.com>
6734
6735 PR gdb/20487
6736 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6737 =thread-select-event check.
6738
67392016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6740
6741 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6742 the compulsory L operand changes.
6743 * gdb.arch/powerpc-power.s: Likewise.
6744
67452016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6746
6747 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6748 * gdb.base/jit-attach-pie.c: New file.
6749 * gdb.base/jit-attach-pie.exp: New file.
6750
67512016-09-28 Pedro Alves <palves@redhat.com>
6752
6753 * gdb.base/infcall-input.c: New file.
6754 * gdb.base/infcall-input.exp: New file.
6755
67562016-09-22 Yao Qi <yao.qi@linaro.org>
6757
6758 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6759 (gdb_exit): Rename it to ...
6760 (gdbserver_gdb_exit): ... Close GDBserver.
6761 (gdb_exit): New proc, call gdbserver_gdb_exit.
6762 (mi_gdb_exit): Likewise.
6763
67642016-09-22 Yao Qi <yao.qi@linaro.org>
6765
6766 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6767 path.
6768 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6769 Remove duplication.
6770
67712016-09-22 Yao Qi <yao.qi@linaro.org>
6772
6773 * lib/gdbserver-support.exp: Check the existence of
6774 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6775
67762016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6777
6778 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6779
67802016-09-21 Tom Tromey <tom@tromey.com>
6781
6782 PR gdb/20604:
6783 * gdb.base/quit.exp: New file.
6784
67852016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6786
6787 * .gitignore: New file.
6788
67892016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6790
6791 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6792 throughout.
6793
67942016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6795
6796 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6797
67982016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6799
6800 * gdb.cp/casts.cc (decltype): Move it ...
6801 (main): ... with its call to ...
6802 * gdb.cp/casts03.cc: ... a new file.
6803 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6804
68052016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6806
6807 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6808
68092016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6810
6811 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6812 and sync up the test with tests in gas/testsuite/gas/ppc.
6813 * gdb.arch/powerpc-power.exp: Likewise.
6814
68152016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6816
6817 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6818
68192016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6820 Jan Kratochvil <jan.kratochvil@redhat.com>
6821
6822 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6823 make m1's definition to be different from m2's. Use 'dummy' as an
6824 argument for probe 'two'.
6825
68262016-09-10 Jon Beniston <jon@beniston.com>
6827
6828 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6829 for sim target.
6830
68312016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6832
6833 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6834 variable declaration.
6835 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6836 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6837 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6838 received HWCAP as its argument.
6839
68402016-09-06 Pedro Alves <palves@redhat.com>
6841
6842 * gdb.base/new-ui-pending-input.c: New file.
6843 * gdb.base/new-ui-pending-input.exp: New file.
6844 * gdb.exp (clear_gdb_spawn_id): New procedure.
6845 (with_spawn_id): Check whether gdb_spawn_id exists before
6846 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6847 on exit.
6848
68492016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6850
6851 * gdb.base/float128.c: New file.
6852 * gdb.base/float128.exp: Likewise.
6853 * gdb.base/floatn.c: Likewise.
6854 * gdb.base/floatn.exp: Likewise.
6855
68562016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6857
6858 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6859
68602016-09-05 Pedro Alves <palves@redhat.com>
6861
6862 PR backtrace/19927
6863 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6864 unwinders are immediately called as side effect of "source" or
6865 "disable unwinder" commands.
6866 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6867
68682016-09-02 Yao Qi <yao.qi@linaro.org>
6869
6870 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6871 is true and $type is "float" or "double".
6872
68732016-09-02 Yao Qi <yao.qi@linaro.org>
6874
6875 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6876 true.
6877 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6878 * gdb.base/call-rt-st.exp: Likewise.
6879 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6880 return value instead of gdb,skip_float_test.
6881 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6882 (do_function_calls): Use its return value instead of
6883 gdb,skip_float_test.
6884 * gdb.base/finish.exp: Likewise.
6885 * gdb.base/funcargs.exp: Likewise.
6886 * gdb.base/return.exp: Likewise.
6887 * gdb.base/return2.exp: Likewise.
6888 * gdb.base/varargs.exp: Likewise.
6889 * lib/gdb.exp (gdb_skip_float_test): Change it to
6890 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6891
68922016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6893
6894 * gdb.multi/tids.exp: Test "thread apply all".
6895
68962016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6897
6898 * gdb.base/default.exp (tty): Remove.
6899
69002016-08-24 Kevin Buettner <kevinb@redhat.com>
6901
6902 * gdb.python/py-recurse-unwind.c: New file.
6903 * gdb.python/py-recurse-unwind.py: New file.
6904 * gdb.python/py-recurse-unwind.exp: New file.
6905
69062016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6907
6908 * gdb.base/set-inferior-tty.exp: New file.
6909 * gdb.base/set-inferior-tty.c: New file.
6910
69112016-08-23 Pedro Alves <palves@redhat.com>
6912
6913 PR gdb/20494
6914 * gdb.base/new-ui-echo.c: New file.
6915 * gdb.base/new-ui-echo.exp: New file.
6916
69172016-08-23 Yao Qi <yao.qi@linaro.org>
6918
6919 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6920 gdbserver_spawn.
6921 * gdb.server/connect-without-multi-process.exp (do_test):
6922 Likewise.
6923
69242016-08-23 Yao Qi <yao.qi@linaro.org>
6925
6926 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6927 standalone_txt. Delete gdb_txt and standalone_txt on host
6928 and target. Spawn the binary on target. Copy files from
6929 target to host.
6930
69312016-08-22 Pedro Alves <palves@redhat.com>
6932
6933 PR gdb/20505
6934 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6935 with_test_prefix. Factor out bits to ...
6936 (test_no_vdso): ... this new procedure.
6937
69382016-08-19 Carl Love <cel@us.ibm.com>
6939
6940 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6941 maintaining separate logic for constructing the output path.
6942 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6943 * gdb.arch/ppc-dfp.exp: Likewise.
6944 * gdb.arch/ppc-fp.exp: Likewise.
6945 * gdb.arch/vsx-regs.exp: Likewise.
6946 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6947 binprefix for generating the additional binary files.
6948
69492016-08-19 Pedro Alves <palves@redhat.com>
6950
6951 * gdb.trace/mi-trace-frame-collected.exp
6952 (test_trace_frame_collected): On x32, expect two registers.
6953
69542016-08-18 Carl Love <cel@us.ibm.com>
6955
6956 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6957 and sync up the test with tests in gas/testsuite/gas/ppc.
6958 * gdb.arch/powerpc-power.exp: Likewise.
6959
69602016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6961
6962 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6963 expected error message.
6964
69652016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6966
6967 * gdb.multi/remove-inferiors.exp: New file.
6968 * gdb.multi/remove-inferiors.c: New file.
6969
69702016-08-12 Yao Qi <yao.qi@linaro.org>
6971
6972 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6973 argument list.
6974
69752016-08-10 Pedro Alves <palves@redhat.com>
6976
6977 PR gdb/19187
6978 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6979 setup_kfails.
6980
69812016-08-09 Pedro Alves <palves@redhat.com>
6982 Simon Marchi <simon.marchi@ericsson.com>
6983
6984 PR gdb/20418
6985 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6986 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6987
69882016-08-09 Pedro Alves <palves@redhat.com>
6989
6990 PR mi/20431
6991 * gdb.mi/mi-cmd-error.exp: New file.
6992
69932016-08-09 Pedro Alves <palves@redhat.com>
6994
6995 PR gdb/18653
6996 * gdb.base/signals-state-child.c: New file.
6997 * gdb.base/signals-state-child.exp: New file.
6998 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6999
70002016-08-09 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7003
70042016-08-03 Tom Tromey <tom@tromey.com>
7005
7006 PR python/18565:
7007 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7008
70092016-08-01 Yao Qi <yao.qi@linaro.org>
7010
7011 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7012 variable mode to "multi-process" if $multi_process is 1, otherwise
7013 set it to "single-process".
7014
70152016-08-01 Yao Qi <yao.qi@linaro.org>
7016
7017 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7018 * gdb.cp/cpexprs.exp: Likewise.
7019 * gdb.cp/m-static.exp: Likewise.
7020
70212016-07-26 Tom Tromey <tom@tromey.com>
7022
7023 PR python/20190:
7024 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7025 test.
7026
70272016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7028
7029 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7030 selecting assembly source files.
7031 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7032 assembly source files.
7033 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7034 assembly source files.
7035 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7036 selecting assembly source files.
7037
70382016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7039
7040 * gdb.base/new-ui.exp (do_test_invalid_args): New
7041 procedure.
7042
70432016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7044
7045 * gdb.btrace/reconnect.c: New file.
7046 * gdb.btrace/reconnect.exp: New file.
7047
70482016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7049
7050 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7051 to test_catch_syscall_group.
7052 (test_catch_syscall_group): New.
7053
70542016-07-21 Tom Tromey <tom@tromey.com>
7055
7056 * gdb.rust/simple.rs (main): Use empty struct expression.
7057 * gdb.rust/simple.exp: Add tests for empty struct expression.
7058
70592016-07-21 Yao Qi <yao.qi@linaro.org>
7060
7061 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7062 if gdb_skip_xml_test is true on some targets.
7063
70642016-07-21 Yao Qi <yao.qi@linaro.org>
7065
7066 * gdb.server/solib-list.exp: Unset last_loaded_file.
7067
70682016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7069
7070 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7071 "step into captured_main (args)".
7072
70732016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7074
7075 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7076
70772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7078
7079 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7080
70812016-07-19 Pedro Alves <palves@redhat.com>
7082
7083 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7084 * gdb.opt/inline-bt.exp: Likewise.
7085 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7086 additional_flags=-Winline.
7087 * gdb.opt/inline-locals.exp: Likewise.
7088 * gdb.opt/inline-markers.c (ATTR): Define.
7089 (inlined_fn): Use it.
7090
70912016-07-19 Yao Qi <yao.qi@linaro.org>
7092
7093 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7094 (test_with_self): Remove some code. Remove argument executable.
7095 (top-level): Use do_self_tests.
7096
70972016-07-15 Zachary Welch <zwelch@codesourcery.com>
7098 Don Breazeal <donb@codesourcery.com>
7099
7100 * gdb.base/maint.exp: Escape paths used in regular expressions.
7101 * gdb.stabs/weird.exp: Likewise.
7102
71032016-07-13 Tom Tromey <tom@tromey.com>
7104
7105 PR python/15620, PR python/18620:
7106 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7107 (test_bkpt_events): New procs.
7108
71092016-07-13 Tom Tromey <tom@tromey.com>
7110
7111 PR python/17698:
7112 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7113 test.
7114 (test_watchpoints): Likewise.
7115 (test_bkpt_pending): New proc.
7116
71172016-07-13 Tom Tromey <tom@tromey.com>
7118
7119 PR cli/18053:
7120 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7121 completion test.
7122
71232016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7124
7125 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7126 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7127 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7128 f_label.
7129 (g): Rename g_end_lbl to g_label.
7130 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7131 low_pc and high_pc.
7132 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7133
71342016-07-12 Tom Tromey <tom@tromey.com>
7135
7136 PR python/19293:
7137 * gdb.python/py-unwind-maint.exp: Update tests.
7138
71392016-07-12 Yao Qi <yao.qi@linaro.org>
7140
7141 * lib/selftest-support.exp (selftest_setup): Match the output
7142 when captured_main is inlined.
7143
71442016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7145
7146 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7147 New variables.
7148 (print this%a, print this%b, print this): New tests.
7149 * gdb.fortran/derived-types.f90 (this): New object and
7150 initialization.
7151
71522016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7153
7154 * gdb.ada/arraydim.exp: Remove extra directory level in build
7155 directory.
7156
71572016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7158
7159 * lib/ada.exp: Remove extra directory level in build directory.
7160 * gdb.ada/cond_lang.exp: Likewise.
7161 * gdb.ada/exec_changed.exp: Likewise.
7162 * gdb.ada/lang_switch.exp: Likewise.
7163
71642016-07-06 Manish Goregaokar <manish@mozilla.com>
7165
7166 * simple.rs: Add test for raw pointer subscripting.
7167 * simple.exp: Add test expectations.
7168
71692016-07-05 Yao Qi <yao.qi@linaro.org>
7170
7171 * gdb.mi/mi-reverse.exp: Match =record-started output.
7172
71732016-07-01 Pedro Alves <palves@redhat.com>
7174
7175 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7176 procedure.
7177 (jit_reader_test): Test the jit reader's unwinder.
7178 * gdb.base/jithost.c (jit_function_00_code): New global.
7179 (main): Use memcpy to fill in the mmapped code, instead of poking
7180 bytes manually here.
7181 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7182 value.
7183 (read_debug_info): Save the function's range.
7184 (read_sp): New function.
7185 (unwind_frame): Use it. Also unwind RBP.
7186 (get_frame_id): Use read_sp.
7187 (gdb_init_reader): Use calloc instead of malloc.
7188 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7189 parameter. Use gdb_test_multiple.
7190
71912016-07-01 Pedro Alves <palves@redhat.com>
7192 Antoine Tremblay <antoine.tremblay@ericsson.com>
7193
7194 * gdb.threads/process-dies-while-detaching.c: New file.
7195 * gdb.threads/process-dies-while-detaching.exp: New file.
7196
71972016-07-01 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.multi/watchpoint-multi-exit.c: New file.
7200 * gdb.multi/watchpoint-multi-exit.exp: New file.
7201
72022016-06-30 Pedro Alves <palves@redhat.com>
7203
7204 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7205 unset inferior_spawn_id.
7206
72072016-06-30 Pedro Alves <palves@redhat.com>
7208
7209 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7210 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7211
72122016-06-29 Yao Qi <yao.qi@linaro.org>
7213
7214 * gdb.base/return.c: Add copyright header.
7215
72162016-06-29 Tom Tromey <tom@tromey.com>
7217
7218 PR python/20129:
7219 * gdb.python/py-framefilter.exp: Add tests for setting priority
7220 and disabling of non-existent frame filter.
7221
72222016-06-29 Yao Qi <yao.qi@linaro.org>
7223
7224 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7225 0x0f07ff.
7226
72272016-06-28 Yao Qi <yao.qi@linaro.org>
7228
7229 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7230 triplets. Start gdb, execute catch syscall, and continue. Check
7231 gdb's output to determine catch syscall is supported.
7232
72332016-06-27 Manish Goregaokar <manish@mozilla.com>
7234
7235 * gdb.rust/simple.rs: Add test for returning unit in a function.
7236 * gdb.rust/simple.exp: Add expectation for functions returning
7237 unit.
7238
72392016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7240
7241 * gdb.python/py-breakpoint-create-fail.c,
7242 gdb.python/py-breakpoint-create-fail.exp,
7243 gdb.python/py-breakpoint-create-fail.py: New testcase.
7244
72452016-06-25 Manish Goregaokar <manish@mozilla.com>
7246
7247 PR gdb/20239
7248 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7249 * gdb.rust/simple.exp: Add test expectations for new NonZero
7250 tests.
7251
72522016-06-24 David Taylor <dtaylor@emc.com>
7253
7254 * gdb.base/offsets.exp: New file.
7255 * gdb.base/offsets.c: New file.
7256
72572016-06-23 Tom Tromey <tom@tromey.com>
7258
7259 PR gdb/16483:
7260 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7261 before any filters are loaded.
7262
72632016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7264
7265 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7266 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7267 structs.
7268 * gdb.fortran/derived-type-function.exp: New file.
7269 * gdb.fortran/derived-type-function.f90: New file.
7270
7271
72722016-06-21 Pedro Alves <palves@redhat.com>
7273
7274 * gdb.base/new-ui.exp: New file.
7275 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7276 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7277 (with_spawn_id): New procedure.
7278
72792016-06-21 Pedro Alves <palves@redhat.com>
7280
7281 * gdb.mi/mi-exec-run.exp: New file.
7282
72832016-06-21 Pedro Alves <palves@redhat.com>
7284
7285 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7286 breakpoint command's output on the main UI.
7287 (test_break): New procedure, factored out from calls in the top
7288 level.
7289 (top level): Use foreach_with_prefix to test MI as main UI and as
7290 separate UI.
7291
72922016-06-21 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7295 (test_awatch_creation_and_listing)
7296 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7297 Remove 'type' parameter.
7298 (test_watchpoint_all): New parameter mi_mode. Remove
7299 with_test_prefix.
7300 (top level): Use foreach_with_prefix, and add main/separate UI MI
7301 testing axis.
7302
73032016-06-21 Pedro Alves <palves@redhat.com>
7304
7305 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7306 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7307 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7308 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7309 (gdb_main_spawn_id, mi_spawn_id): Declare and
7310 comment.
7311 (mi_create_inferior_pty): New procedure,
7312 factored out from default_mi_gdb_start.
7313 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7314 procedures.
7315 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7316 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7317 Use mi_create_inferior_pty.
7318 (mi_gdb_start): Use eval to pass down args list.
7319
73202016-06-21 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7323 * gdb.opt/inline-cmds.exp: Add MI tests.
7324
73252016-06-21 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7328
73292016-06-21 Pedro Alves <palves@redhat.com>
7330
7331 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7332 (top level): Use it instead of mi_execute_to.
7333
73342016-06-21 Pedro Alves <palves@redhat.com>
7335
7336 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7337 (cont_handler_str): New.
7338 (signal_stop_handler): Set stop_handler_str instead of printing to
7339 stdout.
7340 (continue_handler): Set cont_handler_str instead of printing to
7341 stdout.
7342 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7343 mi_send_resuming_command. Print stop_handler_str and
7344 cont_handler_str instead of expecting the python events print
7345 directly.
7346
73472016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7348
7349 * gdb.base/jit-reader.exp: New file.
7350 * gdb.base/jithost.c: New file.
7351 * gdb.base/jithost.h: New file.
7352 * gdb.base/jitreader.c : New file.
7353 * gdb.base/jit-protocol.h: New file.
7354
73552016-06-17 Yao Qi <yao.qi@linaro.org>
7356
7357 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7358 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7359 and detach-on-fork. Adjust tests.
7360 (top level): Invoke break_cond_on_syscall with combinations of
7361 syscall, follow-fork-mode and detach-on-fork.
7362
73632016-06-17 Yao Qi <yao.qi@linaro.org>
7364
7365 * gdb.base/step-over-exit.c: New.
7366 * gdb.base/step-over-exit.exp: New.
7367
73682016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7369
7370 * gdb.base/float.exp: Add target check for nds32*-*-*.
7371 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7372
73732016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7374
7375 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7376 for unsupported target features.
7377 * gdb.base/call-rt-st.exp: Likewise.
7378 * gdb.base/call-sc.exp: Likewise.
7379 * gdb.base/call-signal-resume.exp: Likewise.
7380 * gdb.base/call-strs.exp: Likewise.
7381 * gdb.base/callexit.exp: Likewise.
7382 * gdb.base/callfuncs.exp: Likewise.
7383 * gdb.base/nodebug.exp: Likewise.
7384 * gdb.base/printcmds.exp: Likewise.
7385 * gdb.base/ptype.exp: Likewise.
7386 * gdb.base/structs.exp: Likewise.
7387 * gdb.base/unwindonsignal.exp: Likewise.
7388 * gdb.cp/gdb2495.exp: Likewise.
7389 * gdb.cp/templates.exp: Likewise.
7390 * gdb.cp/virtfunc.exp: Likewise.
7391 * gdb.threads/hand-call-in-threads.exp: Likewise.
7392 * gdb.threads/interrupted-hand-call.exp: Likewise.
7393 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7394
73952016-06-10 Tom Tromey <tom@tromey.com>
7396
7397 PR rust/20110:
7398 * gdb.rust/expr.exp: Add test for integer constant larger than
7399 i32.
7400
74012016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7402
7403 * gdb.fortran/nested-funcs.exp: New.
7404 * gdb.fortran/nested-funcs.f90: New.
7405
74062016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7407
7408 * gdb.base/examine-backward.c: New file.
7409 * gdb.base/examine-backward.exp: New file.
7410
74112016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7412
7413 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7414 matching.
7415
74162016-06-02 Tom Tromey <tom@tromey.com>
7417
7418 PR python/18984:
7419 * gdb.python/py-shared.exp: Add solib_name test.
7420
74212016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7422
7423 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7424
74252016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7426
7427 PR c++/19893
7428 * gdb.dwarf2/implref.exp: Rename to...
7429 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7430 * gdb.dwarf2/implref-array.c: New file.
7431 * gdb.dwarf2/implref-array.exp: Likewise.
7432 * gdb.dwarf2/implref-global.c: Likewise.
7433 * gdb.dwarf2/implref-global.exp: Likewise.
7434 * gdb.dwarf2/implref-struct.c: Likewise.
7435 * gdb.dwarf2/implref-struct.exp: Likewise.
7436
74372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7438
7439 * gdb.trace/trace-condition.exp: Add 64bit tests.
7440
74412016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7442
7443 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7444 bits types.
7445 (main): Adapt to 8 to 64 bits types.
7446 * gdb.trace/trace-condition.exp: Add new tests.
7447
74482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7449
7450 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7451
74522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7453
7454 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7455 Move condition tests...
7456 * gdb.trace/trace-condition.exp: Here.
7457
74582016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7459
7460 * gdb.trace/trace-condition.exp: Add counter-case tests.
7461
74622016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7463
7464 PR c++/15231
7465 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7466 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7467
74682016-05-27 Pedro Alves <palves@redhat.com>
7469
7470 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7471 New procedure.
7472 (top level): Call it, and bail out of DejaGnu is known to be bad.
7473
74742016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7475
7476 * gdb.base/whatis.c: Extend the test case.
7477 * gdb.base/whatis.exp: Add additional tests.
7478
74792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7480
7481* gdb.fortran/type.f90: Add pointer variable.
7482* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7483
74842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7485
7486 * gdb.fortran/vla-type.exp: Fix testcase name.
7487
74882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7489
7490 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7491
74922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7493
7494 * gdb.fortran/type.f90: Add nested structures.
7495 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7496 * gdb.fortran/derived-type.exp: Adapt expected output.
7497 * gdb.fortran/vla-type.exp: Adapt expected output.
7498
74992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7500
7501 * gdb.fortran/whatis_type.exp: Adapt expected output.
7502
75032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7504
7505 * gdb.fortran/print_type.exp: Fix expected output.
7506 * gdb.fortran/whatis_type.exp: Fix expected output.
7507
75082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7509
7510 * gdb.fortran/whatis_type.exp: Use multi_line.
7511
75122016-05-24 Tom Tromey <tom@tromey.com>
7513
7514 PR python/17386:
7515 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7516 use value as an index.
7517
75182016-05-23 Tom Tromey <tom@tromey.com>
7519
7520 PR python/17981:
7521 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7522 no-breakpoint case.
7523
75242016-05-24 Pedro Alves <palves@redhat.com>
7525
7526 PR gdb/19828
7527 * gdb.threads/clone-attach-detach.c: New file.
7528 * gdb.threads/clone-attach-detach.exp: New file.
7529
75302016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7531
7532 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7533
75342016-05-23 Tom Tromey <tom@tromey.com>
7535
7536 PR python/19438, PR python/18393:
7537 * gdb.python/py-progspace.exp: Add "dir" test.
7538 * gdb.python/py-objfile.exp: Add "dir" test.
7539
75402016-05-23 Yao Qi <yao.qi@linaro.org>
7541
7542 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7543 * gdb.arch/thumb2-it.exp: Likewise.
7544
75452016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7546
7547 * gdb.mi/mi-threads-interrupt.c: New file.
7548 * gdb.mi/mi-threads-interrupt.exp: New file.
7549
75502016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7551
7552 PR gdb/18077
7553 * gdb.mi/mi-async-run.exp: New file.
7554 * gdb.mi/mi-async-run.c: New file.
7555
75562016-05-17 Tom Tromey <tom@tromey.com>
7557 Manish Goregaokar <manishsmail@gmail.com>
7558
7559 * lib/rust-support.exp: New file.
7560 * lib/gdb.exp (skip_rust_tests): New proc.
7561 (build_executable_from_specs): Handle rust.
7562 * lib/future.exp (gdb_find_rustc): New proc.
7563 (gdb_default_target_compile): Handle rust.
7564 * gdb.rust/expr.exp: New file.
7565 * gdb.rust/generics.exp: New file.
7566 * gdb.rust/generics.rs: New file.
7567 * gdb.rust/methods.exp: New file.
7568 * gdb.rust/methods.rs: New file.
7569 * gdb.rust/modules.exp: New file.
7570 * gdb.rust/modules.rs: New file.
7571 * gdb.rust/simple.exp: New file.
7572 * gdb.rust/simple.rs: New file.
7573
75742016-05-17 Tom Tromey <tom@tromey.com>
7575
7576 * gdb.base/default.exp (set language): Add rust.
7577
75782016-05-17 Tom Tromey <tom@tromey.com>
7579
7580 * gdb.gdb/unittest.exp: New file.
7581
75822016-05-16 Yao Qi <yao.qi@linaro.org>
7583
7584 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7585 shell_prompt. Update shell_prompt_re.
7586
75872016-05-12 Doug Evans <dje@google.com>
7588
7589 PR symtab/19999
7590 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7591 $options when building executable.
7592 * gdb.dwarf2/fission-loclists-pie.S: New file.
7593 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7594
75952016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7596
7597 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7598 of [is_remote target],
7599
76002016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7601
7602 * lib/gdb.exp (use_gdb_stub): New procedure.
7603
76042016-05-03 Yunlian Jiang <yunlian@google.com>
7605 Doug Evans <dje@google.com>
7606
7607 PR symtab/19914
7608 * gdb.dwarf2/dwp-sepdebug.c: New file.
7609 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7610
76112016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7612
7613 * gdb.base/detach.exp: Remove is_remote check.
7614
76152016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7616
7617 * gdb.base/annota-input-while-running.exp: Don't check for
7618 [is_remote target]. Enable annotations after running to main.
7619 Remove unused "set test..." line.
7620
76212016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7622
7623 * gdb.trace/trace-enable-disable.exp: New file.
7624 * gdb.trace/trace-enable-disable.c: New file.
7625
76262016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7627
7628 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7629 use it in info sharedlibrary test.
7630 * gdb.trace/ftrace-lock.exp: Likewise.
7631 * gdb.trace/ftrace.exp: Likewise.
7632 * gdb.trace/range-stepping.exp: Likewise.
7633 * gdb.trace/trace-break.exp: Likewise.
7634 * gdb.trace/trace-condition.exp: Likewise.
7635 * gdb.trace/trace-mt.exp: Likewise.
7636
76372016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7638
7639 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7640 (gdb_load_shlib): ... this.
7641 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7642 gdb_load_shlib.
7643 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7644 * gdb.base/ctxobj.exp: Likewise.
7645 * gdb.base/dprintf-pending.exp: Likewise.
7646 * gdb.base/dso2dso.exp: Likewise.
7647 * gdb.base/fixsection.exp: Likewise.
7648 * gdb.base/gcore-relro.exp: Likewise.
7649 * gdb.base/gdb1555.exp: Likewise.
7650 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7651 * gdb.base/gnu-ifunc.exp: Likewise.
7652 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7653 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7654 * gdb.base/pending.exp: Likewise.
7655 * gdb.base/print-file-var.exp: Likewise.
7656 * gdb.base/print-symbol-loading.exp: Likewise.
7657 * gdb.base/shlib-call.exp: Likewise.
7658 * gdb.base/shreloc.exp: Likewise.
7659 * gdb.base/so-impl-ld.exp: Likewise.
7660 * gdb.base/solib-disc.exp: Likewise.
7661 * gdb.base/solib-nodir.exp: Likewise.
7662 * gdb.base/solib-overlap.exp: Likewise.
7663 * gdb.base/solib-symbol.exp: Likewise.
7664 * gdb.base/solib-weak.exp (do_test): Likewise.
7665 * gdb.base/sym-file.exp: Likewise.
7666 * gdb.base/symtab-search-order.exp: Likewise.
7667 * gdb.base/type-opaque.exp: Likewise.
7668 * gdb.base/unload.exp: Likewise.
7669 * gdb.base/watchpoint-solib.exp: Likewise.
7670 * gdb.compile/compile.exp: Likewise.
7671 * gdb.cp/gdb2384.exp: Likewise.
7672 * gdb.cp/infcall-dlopen.exp: Likewise.
7673 * gdb.cp/re-set-overloaded.exp: Likewise.
7674 * gdb.fortran/library-module.exp: Likewise.
7675 * gdb.opt/solib-intra-step.exp: Likewise.
7676 * gdb.python/py-finish-breakpoint.exp: Likewise.
7677 * gdb.python/py-shared.exp: Likewise.
7678 * gdb.reverse/solib-precsave.exp: Likewise.
7679 * gdb.reverse/solib-reverse.exp: Likewise.
7680 * gdb.server/solib-list.exp: Likewise.
7681 * gdb.threads/dlopen-libpthread.exp: Likewise.
7682 * gdb.threads/tls-shared.exp: Likewise.
7683 * gdb.threads/tls-so_extern.exp: Likewise.
7684 * gdb.trace/change-loc.exp: Likewise.
7685 * gdb.trace/ftrace-lock.exp: Likewise.
7686 * gdb.trace/ftrace.exp: Likewise.
7687 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7688 * gdb.trace/pending.exp: Likewise.
7689 * gdb.trace/range-stepping.exp: Likewise.
7690 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7691 (strace_info_marker): Likewise.
7692 (strace_probe_marker): Likewise.
7693 (strace_trace_on_same_addr): Likewise.
7694 (strace_trace_on_diff_addr): Likewise.
7695 * gdb.trace/trace-break.exp: Likewise.
7696 * gdb.trace/trace-condition.exp: Likewise.
7697 * gdb.trace/trace-mt.exp: Likewise.
7698
76992016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7700
7701 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7702 result of gdb_remote_download.
7703 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7704 * gdb.base/dso2dso.exp: Likewise.
7705 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7706 * gdb.base/print-file-var.exp: Likewise.
7707 * gdb.base/shlib-call.exp: Likewise.
7708 * gdb.base/shreloc.exp: Likewise.
7709 * gdb.base/solib-overlap.exp: Likewise.
7710 * gdb.base/solib-weak.exp (do_test): Likewise.
7711 * gdb.base/unload.exp: Likewise.
7712
77132016-04-27 Yao Qi <yao.qi@linaro.org>
7714
7715 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7716 exists.
7717
77182016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7719
7720 * vla-type.exp: Print structure from toplevel.
7721
77222016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7723
7724 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7725 of dynamic types.
7726 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7727 of dynamic types.
7728
77292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7730
7731 * gdb.fortran/vla-type.f90: New file.
7732 * gdb.fortran/vla-type.exp: New file.
7733
77342016-04-25 Yao Qi <yao.qi@linaro.org>
7735
7736 * gdb.base/branch-to-self.c: New file.
7737 * gdb.base/branch-to-self.exp: New file.
7738
77392016-04-22 Yao Qi <yao.qi@linaro.org>
7740
7741 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7742 more after $hex.
7743
77442016-04-22 Yao Qi <yao.qi@linaro.org>
7745
7746 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7747 * gdb.base/annota3.exp: Likewise.
7748
77492016-04-22 Yao Qi <yao.qi@linaro.org>
7750
7751 * gdb.reverse/step-precsave.exp: Do one step and test program
7752 stops in "callee" and do multiple steps until program goes out
7753 of "callee".
7754 * gdb.reverse/step-reverse.exp: Likewise.
7755
77562016-04-22 Yao Qi <yao.qi@linaro.org>
7757
7758 * gdb.trace/signal.exp: Also pass if
7759 $tracepoint_hits($i) > $iterations.
7760
77612016-04-22 Yao Qi <yao.qi@linaro.org>
7762
7763 * gdb.trace/signal.c: New file.
7764 * gdb.trace/signal.exp: New file.
7765
77662016-04-19 Doug Evans <xdje42@gmail.com>
7767
7768 * gdb.base/bad-file.exp: New file.
7769
77702016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7771
7772 * gdb.dwarf2/implref.exp: New file.
7773
77742016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7775
7776 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7777 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7778 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7779 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7780 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7781 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7782 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7783 * lib/fortran.exp (fortran_int4): New procedure.
7784 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7785 (fortran_logical4): Likewise.
7786
77872016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7788
7789 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7790
77912016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7792
7793 * lib/compiler.c: Add Intel specific preprocessor macros.
7794 * lib/compiler.cc: Likewise.
7795
77962016-04-13 Luis Machado <lgustavo@codesourcery.com>
7797
7798 * gdb.server/connect-with-no-symbol-file.c: New file.
7799 * gdb.server/connect-with-no-symbol-file.exp: New file.
7800
78012016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7802
7803 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7804
78052016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7806
7807 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7808 standard output directory.
7809
78102016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7811
7812 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7813
78142016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7815
7816 * gdb.btrace/instruction_history.c (loop): Add declaration.
7817
78182016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7819
7820 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7821
78222016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7823
7824 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7825 parentheses to print.
7826 (continue_handler): Likewise.
7827
78282016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7829
7830 * gdb.server/solib-list.exp: Remove is_remote check.
7831 Pass shlib= to gdb_compile. Don't link shared library with
7832 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7833 Run binary filename through "readlink -f" on the target.
7834
78352016-04-08 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7838 interpreter filename as argument to gdbserver_spawn.
7839 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7840 Return empty if $last_loaded_file does not exist.
7841
78422016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7843
7844 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7845 * gdb.base/jit-main.c: Use exit after usage.
7846
78472016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7848
7849 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7850 GDBHISTSIZE prior to the tests.
7851 * gdb.base/gdbinit-history.exp: Likewise.
7852
78532016-04-07 Pedro Alves <palves@redhat.com>
7854
7855 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7856 instead of build_executable. Use gdb_load_shlibs.
7857
78582016-04-07 Yao Qi <yao.qi@linaro.org>
7859
7860 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7861 Execute "si" command.
7862
78632016-04-07 Yao Qi <yao.qi@linaro.org>
7864
7865 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7866 number instead of the comments on some line.
7867
78682016-04-06 Don Breazeal <donb@codesourcery.com>
7869
7870 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7871 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7872
78732016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7874
7875 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7876 standard_output_file. Remove unused binfile variable.
7877
78782016-04-05 Catalin Udma <catalin.udma@freescale.com>
7879
7880 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7881 * gdb.python/py-mi-objfile.exp: Match "list main" output
7882 in console format.
7883
78842016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7885
7886 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7887 absolute.
7888
78892016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7890
7891 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7892 absolute.
7893 * gdb.trace/ftrace.exp: Likewise.
7894 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7895 targets as well.
7896 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7897 (gdb_load_shlibs): Copy libraries to test directory when testing
7898 natively. Only set solib-search-path if testing remotely.
7899 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7900
79012016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7902
7903 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7904 gdb_download. Use it even if the target is not remote.
7905 * gdb.base/jit.exp (compile_jit_test): Likewise.
7906 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7907 output directory if the destination board is local, otherwise use
7908 the standard remote_download from DejaGnu.
7909 (gdb_download): Remove.
7910 (gdb_load_shlibs): Use gdb_remote_download instead of
7911 gdb_download.
7912 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7913 Use gdb_remote_download instead of gdb_download. Use it even if
7914 the target is not remote.
7915 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7916 instead of gdb_download.
7917
79182016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7919
7920 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7921 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7922 run.
7923
79242016-04-01 Artemiy Volkov <artemiyv@acm.org>
7925
7926 PR gdb/19820
7927 * gdb.base/printcmds.exp: Add artificial arrays tests.
7928
79292016-03-31 Pedro Alves <palves@redhat.com>
7930
7931 PR gdb/19858
7932 * gdb.base/jit-main.c: Include unistd.h.
7933 (ATTACH): Define to 0 if not already defined.
7934 (wait_for_gdb, mypid): New globals.
7935 (WAIT_FOR_GDB): New macro.
7936 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7937 some breakpoint locations.
7938 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7939 New procedures.
7940 (one_jit_test): Add REATTACH parameter, and handle it. Use
7941 continue_to_test_location.
7942 (top level): Test attach, and adjusts calls to one_jit_test.
7943
79442016-03-31 Pedro Alves <palves@redhat.com>
7945
7946 PR gdb/19858
7947 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7948 BINSUFFIX parameter, and handle it.
7949 (top level): Adjust calls compile_jit_test.
7950
79512016-03-31 Catalin Udma <catalin.udma@freescale.com>
7952
7953 PR python/19743
7954 * gdb.python/py-mi-events-gdb.py: New file.
7955 * gdb.python/py-mi-events.c: New file.
7956 * gdb.python/py-mi-events.exp: New file.
7957
79582016-03-30 Yao Qi <yao.qi@linaro.org>
7959
7960 * gdb.reverse/until-precsave.exp: Match function name only.
7961 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7962 Move malloc to a condition block.
7963 * gdb.reverse/until-reverse.exp: Match function name only.
7964
79652016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7966
7967 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7968 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7969 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7970 variable for GPR 0 instead of assuming it is register 0.
7971 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7972 * lib/trace-support.exp: Add s390 registers.
7973
79742016-03-29 Yao Qi <yao.qi@linaro.org>
7975
7976 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7977
79782016-03-24 Yao Qi <yao.qi@linaro.org>
7979
7980 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7981 test message.
7982
79832016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7984
7985 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7986 maintaining separate logic for constructing the output path.
7987
79882016-03-16 Don Breazeal <donb@codesourcery.com>
7989
7990 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7991 Retry fork and waitpid on interrupted system call errors.
7992 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7993 Use with_timeout_factor to increase timeout by factor of 10.
7994
79952016-03-15 Don Breazeal <donb@codesourcery.com>
7996
7997 * gdb.cp/scope-err.cc: New test program.
7998 * gdb.cp/scope-err.exp: New test script.
7999 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8000 lines and "set breakpoint here" comment.
8001 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8002 Fixed some whitespace and format issues.
8003 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8004 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8005
80062016-03-15 Doug Evans <dje@google.com>
8007
8008 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8009 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8010 All callers updated. Add tests for enums, mixed flags register.
8011
80122016-03-15 Doug Evans <dje@google.com>
8013
8014 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8015 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8016
80172016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8018
8019 * gdb.base/default.exp: Add $_as_string to the list of expected
8020 convenience functions.
8021
80222016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8023
8024 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8025
80262016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8027
8028 * gdb.python/py-as-string.exp: New file.
8029 * gdb.python/py-as-string.c: New file.
8030
80312016-03-09 Pedro Alves <palves@redhat.com>
8032
8033 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8034 signal" -> "Thread NN received signal" output change.
8035 * gdb.threads/ia64-sigill.exp: Likewise.
8036 * gdb.threads/linux-dp.exp: Likewise.
8037 * gdb.threads/manythreads.exp: Likewise.
8038 * gdb.threads/pending-step.exp: Likewise.
8039 * gdb.threads/print-threads.exp: Likewise.
8040 * gdb.threads/sigstep-threads.exp: Likewise.
8041 * gdb.threads/staticthreads.exp: Likewise.
8042 * gdb.threads/tls.exp: Likewise.
8043
80442016-03-09 Pedro Alves <palves@redhat.com>
8045
8046 * gdb.base/command-line-input.exp: New file.
8047
80482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8049
8050 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8051 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8052 * gdb.trace/pending.exp: Accept leading dot before function name.
8053 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8054 * lib/trace-support.exp: Set registers for ppc.
8055
80562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8057
8058 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8059 use it for disassembly; accept .main in addition to main in backtrace.
8060
80612016-03-09 Wei-cheng Wang <cole945@gmail.com>
8062 Marcin Kościelnicki <koriakin@0x04.net>
8063
8064 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8065 (gdb_recursion_test_ptr): New global variable.
8066 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8067 gdb_recursion_test.
8068 (gdb_c_test): Ditto.
8069
80702016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8071
8072 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8073 ordering.
8074
80752016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8076
8077 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8078 (bar): Add bar_start_lbl label.
8079 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8080 of foo/bar for emitting DWARF and tracing.
8081
80822016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8083
8084 * analyze-racy-logs.py: Set executable bit.
8085
80862016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8087
8088 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8089 (CHECK_TARGET_TMP): Likewise.
8090 (check-single-racy): New rule.
8091 (check-parallel-racy): Likewise.
8092 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8093 (do-check-parallel-racy): New rule.
8094 (check-racy/%.exp): Likewise.
8095 * README (Racy testcases): New section.
8096 * analyze-racy-logs.py: New file.
8097
80982016-03-03 Doug Evans <dje@google.com>
8099
8100 * gdb.base/skip.exp: Use with_test_prefix.
8101
81022016-03-03 Yao Qi <yao.qi@linaro.org>
8103
8104 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8105 Invoke step_over_syscall "clone" and break_cond_on_syscall
8106 "clone".
8107 * gdb.base/step-over-clone.c: New file.
8108
81092016-03-03 Yao Qi <yao.qi@linaro.org>
8110
8111 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8112 code format.
8113
81142016-03-03 Yao Qi <yao.qi@linaro.org>
8115
8116 * gdb.base/disp-step-fork.c: Rename to ...
8117 * gdb.base/step-over-fork.c: ... it. New file.
8118 * gdb.base/disp-step-vfork.c: Rename to ...
8119 * gdb.base/step-over-vfork.c: ... it. New file.
8120 * gdb.base/disp-step-syscall.exp: Rename to ...
8121 * gdb.base/step-over-syscall.exp: ... it. New file.
8122 (disp_step_cross_syscall): Rename to ...
8123 (step_over_syscall): ... it.
8124
81252016-03-03 Yao Qi <yao.qi@linaro.org>
8126
8127 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8128 If target supports condition evaluation on target, invoke
8129 break_cond_on_syscall for fork and vfork.
8130
81312016-03-03 Yao Qi <yao.qi@linaro.org>
8132
8133 * gdb.base/disp-step-syscall.exp: Don't invoke
8134 support_displaced_stepping.
8135 (disp_step_cross_syscall): Test with displaced stepping off and
8136 on if supported.
8137
81382016-03-03 Yao Qi <yao.qi@linaro.org>
8139
8140 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8141 proc.
8142 (setup): New proc.
8143 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8144 and setup.
8145
81462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8147
8148 * gdb.fortran/vla-history.exp: Remove breakpoint.
8149
81502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8151
8152 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8153 exceeds timeout.
8154
81552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8156
8157 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8158 breakpoint.
8159
81602016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8161
8162 * gdb.mi/vla.f90: Nullify pointer after declaration.
8163
81642016-03-01 Pedro Alves <palves@redhat.com>
8165
8166 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8167
81682016-03-01 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8171 before anything else.
8172 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8173 _GNU_SOURCE here.
8174 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8175 before anything else.
8176 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8177
81782016-03-01 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8181
81822016-03-01 Yao Qi <yao.qi@linaro.org>
8183
8184 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8185 prepare_for_testing.
8186
81872016-03-01 Yao Qi <yao.qi@linaro.org>
8188
8189 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8190
81912016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8192
8193 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8194 manually constructing the output path.
8195
81962016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8197
8198 * gdb.arch/s390-stackless.S: New.
8199 * gdb.arch/s390-stackless.exp: New.
8200
82012016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8202
8203 * gdb.dlang/circular.c: New file.
8204 * gdb.dlang/circular.exp: New file.
8205
82062016-02-26 Yao Qi <yao.qi@linaro.org>
8207
8208 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8209 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8210 (testcases): Update.
8211
82122016-02-26 Yao Qi <yao.qi@linaro.org>
8213
8214 * gdb.reverse/aarch64.c: Rename to ...
8215 * gdb.reverse/insn-reverse.c: ... it.
8216 * gdb.reverse/aarch64.exp: Rename to ...
8217 * gdb.reverse/insn-reverse.exp: ... it.
8218
82192016-02-26 Yao Qi <yao.qi@linaro.org>
8220
8221 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8222 (testcase_ftype): New.
8223 (testcases): New array.
8224 (n_testcases): New.
8225 (main): Call each element in testcases.
8226 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8227 (read_testcase): New.
8228 Do the tests in a loop.
8229
82302016-02-25 Yao Qi <yao.qi@linaro.org>
8231
8232 * gdb.base/branches.c: Remove.
8233
82342016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8235
8236 PR gdb/13808
8237 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8238
82392016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8240
8241 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8242
82432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8244
8245 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8246 change x86_64 call_insn to 'callq'.
8247
82482016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8249
8250 * gdb.trace/tfile-avx.c: Move to...
8251 * gdb.trace/tracefile-pseudo-reg.c: Here.
8252 * gdb.trace/tfile-avx.exp: Move to...
8253 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8254
82552016-02-24 Gary Benson <gbenson@redhat.com>
8256
8257 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8258 message on attach.
8259
82602016-02-23 Doug Evans <dje@google.com>
8261
8262 * gdb.base/skip.c (test_skip): New function.
8263 (end_test_skip_file_and_function): New function.
8264 (test_skip_file_and_function): New function.
8265 * gdb.base/skip1.c (test_skip): New function.
8266 (skip1_test_skip_file_and_function): New function.
8267 * gdb.base/skip.exp: Add tests for new skip options.
8268 * gdb.base/skip-solib.exp: Update expected output.
8269 * gdb.perf/skip-command.cc: New file.
8270 * gdb.perf/skip-command.exp: New file.
8271 * gdb.perf/skip-command.py: New file.
8272
82732016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8274
8275 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8276 info registers pattern.
8277
82782016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8279
8280 * lib/future.exp: Add D support.
8281 (gdb_find_gdc): New proc.
8282 (gdb_default_target_compile): Add D support.
8283
82842016-02-18 Wei-cheng Wang <cole945@gmail.com>
8285
8286 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8287 user+system time.
8288 (trace_speed_test): Determine the iteration count for a time
8289 between 15..30 seconds.
8290
82912016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8292
8293 * gdb.arch/i386-mpx-sigsegv.c: New file.
8294 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8295 * gdb.arch/i386-mpx-simple_segv.c: New file.
8296 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8297
82982016-02-18 Yao Qi <yao.qi@linaro.org>
8299
8300 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8301 Don't call setup_kfail.
8302
83032016-02-18 Yao Qi <yao.qi@linaro.org>
8304
8305 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8306 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8307
83082016-02-16 Doug Evans <dje@google.com>
8309
8310 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8311 * gdb.base/skip1.c: Ditto.
8312 * gdb.base/skip.exp: Whitespace cleanup.
8313
83142016-02-16 Don Breazeal <donb@codesourcery.com>
8315
8316 PR remote/19496
8317 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8318 Remove kfail for PR remote/19496.
8319
83202016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8321
8322 * lib/gdb.exp (standard_temp_file): Return a path specific to
8323 the runtest invocation.
8324
83252016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8326
8327 * gdb.trace/save-trace.exp: Change relative path to be in the
8328 standard output directory.
8329
83302016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8331
8332 * gdb.arch/i386-prologue.c: Add missing prototypes.
8333
83342016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8335
8336 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8337 * gdb.arch/i386-prologue.exp: Likewise.
8338 * gdb.arch/i386-size.exp: Likewise.
8339
83402016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8341
8342 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8343 define object file path.
8344 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8345 file path.
8346 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8347 standard_output_file to define binfile.
8348
83492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8350
8351 Fix compatibility with recent gfortran-5.3.1.
8352 * gdb.fortran/vla-history.exp (print vla1 allocated)
8353 (print vla2 allocated, print $2, print $3): Remove
8354 (print $4): Rename to ...
8355 (print $2): ... here.
8356 (print $9): Rename to ...
8357 (print $5): ... here.
8358 (print $10): Rename to ...
8359 (print $6): ... here.
8360 * gdb.fortran/vla.f90: Add pvla initialization.
8361
83622016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8363
8364 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8365 New test.
8366 * gdb.fortran/vla-value-sub.exp: Likewise.
8367
83682016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8369
8370 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8371
83722016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8373
8374 * i386-biarch-core.exp: Define corefile using
8375 standard_output_file.
8376
83772016-02-12 Yao Qi <yao.qi@linaro.org>
8378
8379 * gdb.arch/arm-single-step-kernel-helper.c: New.
8380 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8381
83822016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8383
8384 * gdb.btrace/tailcall-only.exp: New.
8385 * gdb.btrace/tailcall-only.c: New.
8386 * gdb.btrace/x86_64-tailcall-only.S: New.
8387 * gdb.btrace/i686-tailcall-only.S: New.
8388
83892016-02-11 Pedro Alves <palves@redhat.com>
8390
8391 * README (Parallel testing): Add missing double quotes.
8392
83932016-02-11 Pedro Alves <palves@redhat.com>
8394
8395 * README (Parallel testing): New section.
8396 (GDB_PARALLEL): Rewrite.
8397 (FORCE_PARALLEL): Document.
8398
83992016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8400
8401 * gdb.trace/tfile-avx.c: New test.
8402 * gdb.trace/tfile-avx.exp: New test.
8403
84042016-02-09 Keith Seitz <keiths@redhat.com>
8405
8406 PR breakpoints/19546
8407 * gdb.base/infcall-exec.c: New file.
8408 * gdb.base/infcall-exec2.c: New file.
8409 * gdb.base/infcall-exec.exp: New file.
8410
84112016-02-09 Keith Seitz <keiths@redhat.com>
8412
8413 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8414 (toplevel): Call test_bkpt_address.
8415
84162016-02-09 Keith Seitz <keiths@redhat.com>
8417
8418 PR python/19506
8419 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8420 (toplevel): Call test_bkpt_address.
8421
84222016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8423
8424 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8425 to AC_OUTPUT.
8426 * configure: Regenerate.
8427
84282016-02-09 Pedro Alves <palves@redhat.com>
8429
8430 PR breakpoints/19548
8431 * gdb.base/execl-update-breakpoints.c (some_function): New
8432 function.
8433 (main): Call it.
8434 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8435 Tighten expected GDB output.
8436
84372016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8438
8439 * Makefile.in (ALL_SUBDIRS): Remove.
8440 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8441 (distclean maintainer-clean realclean): Likewise.
8442 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8443 * configure: Regenerate.
8444 * gdb.ada/Makefile.in: Delete.
8445 * gdb.arch/Makefile.in: Likewise.
8446 * gdb.asm/Makefile.in: Likewise.
8447 * gdb.base/Makefile.in: Likewise.
8448 * gdb.btrace/Makefile.in: Likewise.
8449 * gdb.cell/Makefile.in: Likewise.
8450 * gdb.compile/Makefile.in: Likewise.
8451 * gdb.cp/Makefile.in: Likewise.
8452 * gdb.disasm/Makefile.in: Likewise.
8453 * gdb.dlang/Makefile.in: Likewise.
8454 * gdb.dwarf2/Makefile.in: Likewise.
8455 * gdb.fortran/Makefile.in: Likewise.
8456 * gdb.gdb/Makefile.in: Likewise.
8457 * gdb.go/Makefile.in: Likewise.
8458 * gdb.guile/Makefile.in: Likewise.
8459 * gdb.java/Makefile.in: Likewise.
8460 * gdb.linespec/Makefile.in: Likewise.
8461 * gdb.mi/Makefile.in: Likewise.
8462 * gdb.modula2/Makefile.in: Likewise.
8463 * gdb.multi/Makefile.in: Likewise.
8464 * gdb.objc/Makefile.in: Likewise.
8465 * gdb.opencl/Makefile.in: Likewise.
8466 * gdb.opt/Makefile.in: Likewise.
8467 * gdb.pascal/Makefile.in: Likewise.
8468 * gdb.perf/Makefile.in: Likewise.
8469 * gdb.python/Makefile.in: Likewise.
8470 * gdb.reverse/Makefile.in: Likewise.
8471 * gdb.server/Makefile.in: Likewise.
8472 * gdb.stabs/Makefile.in: Likewise.
8473 * gdb.threads/Makefile.in: Likewise.
8474 * gdb.trace/Makefile.in: Likewise.
8475 * gdb.xml/Makefile.in: Likewise.
8476 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8477 GDB_PARALLEL.
8478 (standard_output_file): Remove check for GDB_PARALLEL, always
8479 return path in outputs/$subdir/$testname.
8480
84812016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8482
8483 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8484 (site.exp): Assign abs_srcdir to tcl's srcdir.
8485
84862016-02-04 Yao Qi <yao.qi@linaro.org>
8487
8488 * gdb.base/foll-exec-mode.c: Include limits.h.
8489 (main): Add parameters argc and argv. Get directory from
8490 argv[0].
8491 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8492 compilation.
8493 * gdb.base/foll-exec.c: Include limits.h.
8494 (main): Add parameters argc and argv.
8495 Get directory from argv[0].
8496 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8497 Adjust tests on the number of lines as source code changed.
8498 * gdb.base/foll-vfork-exit.c: Include limits.h.
8499 (main): Add one line of statement before vfork.
8500 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8501 (main): Add parameters argc and argv. Get directory from
8502 argv[0].
8503 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8504 (setup_gdb): Set tbreak to skip some source lines.
8505 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8506 (main): Add parameters argc and argv. Get directory from
8507 argv[0].
8508 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8509 compilation.
8510 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8511 (main): Add parameters argc and argv. Get directory from
8512 argv[0].
8513 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8514 compilation.
8515
85162016-02-01 Doug Evans <dje@google.com>
8517
8518 * gdb.base/skip.exp: Clean up multiple references to same test name.
8519
85202016-02-01 Pedro Alves <palves@redhat.com>
8521
8522 PR remote/19496
8523 * gdb.threads/forking-threads-plus-breakpoint.exp
8524 (displaced_stepping_supported): New global.
8525 (probe_displaced_stepping_support): New procedure.
8526 (do_test): Add 'displaced' parameter, and use it.
8527 (top level): Check for displaced stepping support. Add displaced
8528 stepping on/off testing axis.
8529
85302016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8531
8532 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8533 pointer. Don't perform further tests on the unassociated pointer
8534 if the first test fails.
8535
85362016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8537
8538 * gdb.base/max-value-size.c: New file.
8539 * gdb.base/max-value-size.exp: New file.
8540 * gdb.base/huge.exp: Disable max-value-size for this test.
8541
85422016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8543
8544 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8545
85462016-01-28 Yao Qi <yao.qi@linaro.org>
8547
8548 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8549
85502016-01-25 Pedro Alves <palves@redhat.com>
8551
8552 PR threads/19461
8553 * gdb.base/fork-running-state.c: New file.
8554 * gdb.base/fork-running-state.exp: New file.
8555
85562016-01-25 Pedro Alves <palves@redhat.com>
8557
8558 PR gdb/19494
8559 * gdb.base/catch-fork-kill.c: New file.
8560 * gdb.base/catch-fork-kill.exp: New file.
8561
85622016-01-25 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8565 Delete, moved to lib/gdb.exp.
8566 * gdb.threads/forking-threads-plus-breakpoint.exp
8567 (foreach_with_prefix): Likewise.
8568 * gdb.threads/process-dies-while-handling-bp.exp
8569 (foreach_with_prefix): Likewise.
8570 * lib/gdb.exp (foreach_with_prefix): New procedure.
8571
85722016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8573
8574 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8575 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8576
85772016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8578
8579 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8580 endian targets.
8581
85822016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8583 Pedro Alves <palves@redhat.com>
8584
8585 Fix testsuite compatibility with Guile.
8586 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8587 number.
8588
85892016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8590
8591 Fix testsuite compatibility with Guile.
8592 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8593 (thread 1): New test for backtrace through signal handler.
8594
85952016-01-22 Yao Qi <yao.qi@linaro.org>
8596
8597 PR testsuite/19491
8598 * gdb.base/multi-forks.c: Include
8599 ../lib/unbuffer_output.c
8600 (main): Call gdb_unbuffer_output.
8601
86022016-01-21 Doug Evans <dje@google.com>
8603
8604 * lib/ada.exp (gdb_compile_ada): Fix typo.
8605
86062016-01-21 Joel Brobecker <brobecker@adacore.com>
8607
8608 * gdb.base/break-fun-addr.exp: New file.
8609 * gdb.base/break-fun-addr1.c: New file.
8610 * gdb.base/break-fun-addr2.c: New file.
8611
86122016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8613
8614 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8615 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8616 enum flag values.
8617
86182016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8619
8620 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8621 when GDB can not set the vector return value. Add more comments
8622 for clarification.
8623
86242016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8625
8626 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8627 command.
8628
86292016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8630
8631 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8632
86332016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8634
8635 * Makefile.in (check-single): Pass --status to runtest.
8636 (check/%.exp): Likewise.
8637
86382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8639
8640 * Makefile.in (check-parallel): Propagate return code from make
8641 do-check-parallel.
8642
86432016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8644
8645 * gdb.trace/ftrace.exp: Fix expected message on continue.
8646 * gdb.trace/pending.exp: Fix expected message on continue.
8647 * gdb.trace/trace-break.exp: Fix expected message on continue.
8648
86492016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8650
8651 * lib/gdb.exp (gdb_test): Remove unused global references.
8652
86532016-01-18 Pedro Alves <palves@redhat.com>
8654
8655 * gdb.base/async-shell.exp: Adjust expected output.
8656 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8657 * gdb.base/siginfo-thread.exp: Adjust expected output.
8658 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8659 * gdb.java/jnpe.exp: Adjust expected output.
8660 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8661 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8662 * gdb.threads/leader-exit.exp: Adjust expected output.
8663 * gdb.threads/manythreads.exp: Adjust expected output.
8664 * gdb.threads/pthreads.exp: Adjust expected output.
8665 * gdb.threads/schedlock.exp: Adjust expected output.
8666 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8667 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8668 expected output.
8669 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8670 output.
8671 * gdb.threads/sigthread.exp: Adjust expected output.
8672 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8673
86742016-01-18 Yao Qi <yao.qi@linaro.org>
8675
8676 * gdb.guile/scm-section-script.c: Replace @progbits with
8677 %progbits.
8678 * gdb.python/py-section-script.c: Likewise.
8679
86802016-01-15 Pedro Alves <palves@redhat.com>
8681
8682 * gdb.multi/tids.exp: Test star wildcard ranges.
8683
86842016-01-15 Pedro Alves <palves@redhat.com>
8685
8686 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8687 command from "thread apply" invocation.
8688 (thr_apply_info_thr_invalid): Default the expected output to the
8689 input tid list.
8690 (top level): Add tests that use convenience variables. Add tests
8691 for "thread apply" with a valid TID list, but missing the command.
8692
86932016-01-13 Pedro Alves <palves@redhat.com>
8694
8695 * gdb.base/default.exp: Expect $_gthread as well.
8696 * gdb.multi/tids.exp: Test $_gthread.
8697 * gdb.threads/thread-specific.exp: Test $_gthread.
8698
86992016-01-13 Pedro Alves <palves@redhat.com>
8700
8701 * gdb.multi/tids.exp: Test "info threads -gid".
8702
87032016-01-13 Pedro Alves <palves@redhat.com>
8704
8705 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8706 Breakpoint.thread.
8707 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8708
87092016-01-07 Pedro Alves <palves@redhat.com>
8710
8711 * gdb.base/break.exp: Adjust to output changes.
8712 * gdb.base/hbreak2.exp: Likewise.
8713 * gdb.base/sepdebug.exp: Likewise.
8714 * gdb.base/watch_thread_num.exp: Likewise.
8715 * gdb.linespec/keywords.exp: Likewise.
8716 * gdb.multi/info-threads.exp: Likewise.
8717 * gdb.threads/thread-find.exp: Likewise.
8718 * gdb.multi/tids.c: New file.
8719 * gdb.multi/tids.exp: New file.
8720
87212016-01-13 Pedro Alves <palves@redhat.com>
8722
8723 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8724
87252016-01-13 Pedro Alves <palves@redhat.com>
8726
8727 * gdb.base/default.exp: Expect $_inferior as well.
8728 * gdb.multi/base.exp: Test $_inferior.
8729
87302016-01-13 Pedro Alves <palves@redhat.com>
8731
8732 PR breakpoints/19388
8733 * gdb.base/catch-signal-siginfo-cond.c: New file.
8734 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8735
87362016-01-12 Josh Stone <jistone@redhat.com>
8737 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8738
8739 * gdb.base/catch-syscall.c (do_execve): New variable.
8740 (main): Conditionally trigger an execve.
8741 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8742 (test_catch_syscall_execve): New, check entry/return across execve.
8743 (do_syscall_tests): Call test_catch_syscall_execve.
8744
87452016-01-12 Pedro Alves <palves@redhat.com>
8746
8747 * gdb.base/random-signal.exp (do_test): New procedure, with body
8748 of testcase moved in.
8749
87502016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8751 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.base/funcargs.exp (finish from indirectly called function):
8754 Reintroduce the case for 'First'.
8755
87562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8757 Pedro Alves <palves@redhat.com>
8758
8759 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8760 (tcatch_vfork_then_child_follow_exec)
8761 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8762 identification.
8763
87642016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8765
8766 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8767 and repeats to unlimited.
8768 * gdb.python/py-value.exp: Likewise.
8769 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8770 and repeats to unlimited.
8771
87722016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8773
8774 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8775 and reordering the functions.
8776 * gdb.multi/hangout.c: Likewise.
8777 * gdb.multi/hello.c: Likewise.
8778
87792016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8780
8781 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8782 absolute.
8783 (SingleStatisticTestResult.report): Use dict.keys instead of
8784 dict.iterkeys.
8785
87862016-01-06 Pedro Alves <palves@redhat.com>
8787
8788 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8789
87902016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8791
8792 * gdb.btrace/dlopen.exp: New.
8793 * gdb.btrace/dlopen.c: New.
8794 * gdb.btrace/dlopen-dso.c: New.
8795
87962015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8797
8798 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8799 PATTERN argument is optional.
8800
88012015-12-24 Joel Brobecker <brobecker@adacore.com>
8802
8803 * lib/ada.exp (target_compile_ada_from_dir): New function.
8804 (gdb_compile_ada): Reimplement avoiding the use of project files.
8805 * gdb.ada/gnat_ada.gpr: Delete.
8806 * gdb.ada/cond_lang.exp: Adjust test to make path before
8807 filename optional.
8808 * gdb.ada/small_reg_param.exp: Likewise.
8809
88102015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8811
8812 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8813
88142015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8815
8816 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8817 case.
8818
88192015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8820
8821 * gdb.base/break.exp: Remove dead code.
8822 * gdb.base/sepdebug.exp: Likewise.
8823
88242015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8825
8826 * gdb.asm/asm-source.exp: Remove HP-UX references.
8827 * gdb.base/annota1.exp: Likewise.
8828 * gdb.base/annota3.exp: Likewise.
8829 * gdb.base/attach.exp: Likewise.
8830 * gdb.base/bigcore.exp: Likewise.
8831 * gdb.base/break.exp: Likewise.
8832 * gdb.base/call-ar-st.exp: Likewise.
8833 * gdb.base/callfuncs.exp: Likewise.
8834 * gdb.base/catch-fork-static.exp: Likewise.
8835 * gdb.base/display.exp: Likewise.
8836 * gdb.base/foll-exec-mode.exp: Likewise.
8837 * gdb.base/foll-exec.exp: Likewise.
8838 * gdb.base/foll-fork.exp: Likewise.
8839 * gdb.base/foll-vfork.exp: Likewise.
8840 * gdb.base/funcargs.exp: Likewise.
8841 * gdb.base/hbreak2.exp: Likewise.
8842 * gdb.base/inferior-died.exp: Likewise.
8843 * gdb.base/interrupt.exp: Likewise.
8844 * gdb.base/multi-forks.exp: Likewise.
8845 * gdb.base/nodebug.exp: Likewise.
8846 * gdb.base/sepdebug.exp: Likewise.
8847 * gdb.base/solib1.c: Likewise.
8848 * gdb.base/step-test.exp: Likewise.
8849 * gdb.mi/non-stop.c: Likewise.
8850 * gdb.mi/pthreads.c: Likewise.
8851 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8852 * gdb.threads/pthreads.c: Likewise.
8853 * gdb.threads/staticthreads.exp: Likewise.
8854 * lib/future.exp: Likewise.
8855 * lib/gdb.exp: Likewise.
8856 * gdb.base/so-indr-cl.c: Remove.
8857 * gdb.base/so-indr-cl.exp: Likewise.
8858 * gdb.base/solib.c: Likewise.
8859 * gdb.base/solib.exp: Likewise.
8860 * gdb.base/solib2.c: Likewise.
8861
88622015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8863
8864 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8865 * gdb.base/call-ar-st.exp: Likewise.
8866 * gdb.base/callfuncs.exp: Likewise.
8867 * gdb.base/condbreak.exp: Likewise.
8868 * gdb.base/constvars.exp: Likewise.
8869 * gdb.base/hbreak2.exp: Likewise.
8870 * gdb.base/langs.exp: Likewise.
8871 * gdb.base/list.exp: Likewise.
8872 * gdb.base/long_long.exp: Likewise.
8873 * gdb.base/ptype.exp: Likewise.
8874 * gdb.base/scope.exp: Likewise.
8875 * gdb.base/signals.exp: Likewise.
8876 * gdb.base/so-impl-ld.exp: Likewise.
8877 * gdb.base/varargs.exp: Likewise.
8878 * gdb.base/volatile.exp: Likewise.
8879 * gdb.base/whatis.exp: Likewise.
8880 * gdb.cp/cplusfuncs.exp: Likewise.
8881 * gdb.cp/inherit.exp: Likewise.
8882 * gdb.cp/local.exp: Likewise.
8883 * gdb.cp/member-ptr.exp: Likewise.
8884 * gdb.cp/method.exp: Likewise.
8885 * gdb.cp/overload.exp: Likewise.
8886 * gdb.cp/templates.exp: Likewise.
8887 * gdb.stabs/weird.exp: Likewise.
8888 * lib/compiler.c: Likewise.
8889 * lib/compiler.cc: Likewise.
8890 * lib/cp-support.exp: Likewise.
8891 * lib/gdb.exp: Likewise.
8892
88932015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8894
8895 * configure.ac: Remove HP-UX case.
8896 * configure: Regenerate.
8897
88982015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8899
8900 * lib/gdb.exp (gdb_compile): Add function doc.
8901
89022015-12-17 Pedro Alves <palves@redhat.com>
8903
8904 PR threads/19354
8905 * gdb.multi/info-threads.exp: New file.
8906
89072015-12-15 Yao Qi <yao.qi@linaro.org>
8908
8909 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8910 is aarch64*-*-*.
8911
89122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8913
8914 * gdb.base/history-duplicates.exp: Skip if no readline support.
8915
89162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8917
8918 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8919
89202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8921
8922 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8923
89242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8925
8926 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8927 ctrl-C if nointerrupts target property is set.
8928 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8929 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8930 * gdb.base/paginate-bg-execution.exp: Likewise.
8931 * gdb.base/paginate-execution-startup.exp: Likewise.
8932 * gdb.base/random-signal.exp: Likewise.
8933 * gdb.base/range-stepping.exp: Likewise.
8934 * gdb.cp/annota2.exp: Likewise.
8935 * gdb.cp/annota3.exp: Likewise.
8936 * gdb.gdb/selftest.exp: Likewise.
8937 * gdb.threads/continue-pending-status.exp: Likewise.
8938 * gdb.threads/leader-exit.exp: Likewise.
8939 * gdb.threads/manythreads.exp: Likewise.
8940 * gdb.threads/pthreads.exp: Likewise.
8941 * gdb.threads/schedlock.exp: Likewise.
8942 * gdb.threads/sigthread.exp: Likewise.
8943
89442015-12-11 Don Breazeal <donb@codesourcery.com>
8945
8946 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8947 remote.
8948 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8949 * gdb.base/foll-exec.exp (main): Enable for target remote.
8950 * gdb.base/foll-fork.exp (main): Likewise.
8951 * gdb.base/foll-vfork.exp (main): Likewise.
8952 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8953 (proc continue_to_exit_bp_loc): Use clean_restart.
8954 * gdb.base/pie-execl.exp (main): Disable for target remote.
8955 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8956 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8957 * gdb.threads/execl.exp (main): Likewise.
8958 * gdb.threads/fork-child-threads.exp (main): Likewise.
8959 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8960 remote.
8961 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8962 remote.
8963 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8964 pid.tid style ptids, instead of just tid.
8965 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8966 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8967 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8968 ptids, instead of just tid.
8969
89702015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8971
8972 * gdb.base/list.exp (test_list_forward): Add end of file error
8973 test.
8974 (test_repeat_list_command): Add end of file error test.
8975 (test_list_backwards): Add beginning of file error test.
8976
89772015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8978
8979 * gdb.base/list.exp (test_list_invalid_args): New function,
8980 defined, and called.
8981
89822015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8983
8984 * gdb.base/list.exp (test_list): Make test names unique.
8985
89862015-12-11 Yao Qi <yao.qi@linaro.org>
8987
8988 * gdb.base/coremaker2.c: Remove.
8989
89902015-12-10 Pedro Alves <palves@redhat.com>
8991
8992 * gdb.multi/base.exp: Remove stale "spaces" references.
8993
89942015-12-10 Pedro Alves <palves@redhat.com>
8995
8996 * gdb.multi/base.exp: Don't use nowarnings.
8997 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8998 * gdb.multi/hangout.c: Include stdio.h.
8999 * gdb.multi/hello.c: Include stdlib.h.
9000 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9001 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9002 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9003
90042015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9005
9006 * gdb.dwarf2/dw2-ranges-base.c: New file.
9007 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9008 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9009 support additional line table, and debug ranges generation.
9010 (Dwarf::ranges): New function, generate .debug_ranges.
9011 (Dwarf::lines): Support generating simple line table programs.
9012 (Dwarf::assemble): Initialise new namespace variables.
9013
90142015-12-09 Kevin Buettner <kevinb@redhat.com>
9015
9016 * gdb.base/async.exp (proc test_background): Add case for
9017 asynchronous execution not supported.
9018
90192015-12-09 Luis Machado <lgustavo@codesourcery.com>
9020
9021 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9022 format and change test names to make them unique.
9023
90242015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9025 Pedro Alves <pedro@redhat.com>
9026
9027 PR gdb/18702
9028 Add checking of floatformats setup on x86_64 hosts.
9029 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9030 (smallval, bigval): New labels/constants.
9031 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9032 float" after loading bigval and smallval.
9033
90342015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9035
9036 * gdb.ada/fun_overload_menu.exp: New testcase.
9037 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9038
90392015-12-04 Josh Stone <jistone@redhat.com>
9040
9041 * gdb.base/catch-fork-static.exp: New.
9042
90432015-12-03 Yao Qi <yao.qi@linaro.org>
9044
9045 * gdb.base/sizeof.c: Don't include stdio.h and
9046 ../lib/unbuffer_output.c.
9047 (main): New variable 'size' and 'value'. Remove printf and
9048 gdb_unbuffer_output. Assign return value to size and value.
9049 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9050 at the beginning.
9051 (check_sizeof): Check the result by printing variable 'size'.
9052 (check_valueof): Check the result by printing variable 'value'.
9053
90542015-12-01 Yao Qi <yao.qi@linaro.org>
9055
9056 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9057 for aarch64*-*-linux* target.
9058
90592015-11-30 Pedro Alves <palves@redhat.com>
9060
9061 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9062
90632015-11-30 Pedro Alves <palves@redhat.com>
9064
9065 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9066 Handle non-stop mode vCont replies.
9067
90682015-11-30 Pedro Alves <palves@redhat.com>
9069
9070 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9071 prepare_for_testing. Start gdb with "set non-stop on" appended to
9072 GDBFLAGS. Lax expected stop output.
9073
90742015-11-27 Yao Qi <yao.qi@linaro.org>
9075
9076 * gdb.arch/arm-neon.exp: New.
9077 * gdb.arch/arm-neon.c: New.
9078
90792015-11-27 Yao Qi <yao.qi@linaro.org>
9080
9081 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9082
90832015-11-27 Yao Qi <yao.qi@linaro.org>
9084
9085 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9086 frames-invalid annotation.
9087
90882015-11-27 Yao Qi <yao.qi@linaro.org>
9089
9090 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9091
90922015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9093
9094 * gdb.threads/names.exp: New file.
9095 * gdb.threads/names.c: New file.
9096 * README: Mention gdb,no_thread_names.
9097
90982015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9099
9100 PR 19297
9101 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9102 support" error.
9103
91042015-11-24 Pedro Alves <palves@redhat.com>
9105
9106 PR 17539
9107 * gdb.base/display.exp: Expect displays to be sorted in ascending
9108 order. Use multi_line.
9109 * gdb.base/solib-display.exp: Likewise.
9110
91112015-11-24 Pedro Alves <palves@redhat.com>
9112
9113 PR 17539
9114 * gdb.base/display.exp: Expect displays to be sorted in ascending
9115 order. Use multi_line.
9116 * gdb.base/solib-display.exp: Likewise.
9117
91182015-11-24 Pedro Alves <palves@redhat.com>
9119
9120 PR 17539
9121 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9122 threads in ascending order.
9123 * gdb.base/foll-fork.exp: Likewise.
9124 * gdb.base/foll-vfork.exp: Likewise.
9125 * gdb.base/multi-forks.exp: Likewise.
9126 * gdb.mi/mi-nonstop.exp: Likewise.
9127 * gdb.mi/mi-nsintrall.exp: Likewise.
9128 * gdb.multi/base.exp: Likewise.
9129 * gdb.multi/multi-arch.exp: Likewise.
9130 * gdb.python/py-inferior.exp: Likewise.
9131 * gdb.threads/break-while-running.exp: Likewise.
9132 * gdb.threads/execl.exp: Likewise.
9133 * gdb.threads/gcore-thread.exp: Likewise.
9134 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9135 * gdb.threads/kill.exp: Likewise.
9136 * gdb.threads/linux-dp.exp: Likewise.
9137 * gdb.threads/multiple-step-overs.exp: Likewise.
9138 * gdb.threads/next-bp-other-thread.exp: Likewise.
9139 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9140 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9141 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9142 * gdb.threads/thread-find.exp: Likewise.
9143 * gdb.threads/tls.exp: Likewise.
9144 * lib/mi-support.exp (mi_reverse_list): Delete.
9145 (mi_check_thread_states): No longer reverse list.
9146
91472015-11-24 Pedro Alves <palves@redhat.com>
9148
9149 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9150 use lowercase.
9151
91522015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9153
9154 * gdb.trace/actions.c: Include trace-common.h.
9155 (main): Add a location for a fast tracepoint.
9156 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9157 the normal tracepoints.
9158 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9159
91602015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9161
9162 * save-trace.exp: Factor out code to these...
9163 (gdb_save_tracepoints): New.
9164 (gdb_load_tracepoints): New.
9165 (do_save_load_test): New.
9166
91672015-11-23 Kevin Buettner <kevinb@redhat.com>
9168
9169 * gdb.base/asmlabel.exp: New test.
9170 * gdb.base/asmlabel.c: New test case.
9171
91722015-11-23 Joel Brobecker <brobecker@adacore.com>
9173
9174 * gdb.base/wrong_frame_bt_full-main.c: New file.
9175 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9176 * gdb.base/wrong_frame_bt_full.exp: New file.
9177
91782015-11-23 Joel Brobecker <brobecker@adacore.com>
9179
9180 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9181
91822015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9183
9184 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9185 pstate register when comparing registers values in
9186 sparc64-*-linux-gnu targets to avoid spurious differences.
9187
91882015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9189
9190 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9191
91922015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9193
9194 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9195 as type argument to gdb_compile.
9196 * gdb.base/nested-subp2.exp: Likewise.
9197 * gdb.base/nested-subp3.exp: Likewise.
9198
91992015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9200
9201 * lib/dwarf.exp (_note): Fix left shift of negative value.
9202 * gdb.trace/trace-condition.exp: Likewise.
9203
92042015-11-13 Yao Qi <yao.qi@linaro.org>
9205
9206 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9207 comments about d10v.
9208 (test_scalar_returns): Likewise.
9209 * gdb.base/d10v.ld: Remove.
9210 * gdb.base/overlays.exp: Remove the target triplet checking for
9211 d10v-*-*.
9212 * gdb.base/structs.exp (test_struct_returns): Remove the
9213 comments about d10v.
9214 (test_struct_calls): Likewise.
9215
92162015-11-13 Yao Qi <yao.qi@linaro.org>
9217
9218 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9219 * gdb.base/gnu_vector.c: Don't include stdio.h.
9220 (main): Don't print res and call add_some_intvecs.
9221
92222015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9223
9224 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9225 macro.
9226 (func5): Removed.
9227 (func4): Use FAST_TRACEPOINT_LABEL.
9228 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9229 macro.
9230 (func): Removed.
9231 (thread_function): Use FAST_TRACEPOINT_LABEL.
9232 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9233 (func): Remove.
9234 (marker): Use FAST_TRACEPOINT_LABEL.
9235 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9236 (pendfunc1): Remove.
9237 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9238 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9239 (foo): Remove.
9240 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9241 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9242 macro.
9243 (func): Remove.
9244 (marker): Use FAST_TRACEPOINT_LABEL.
9245 * gdb.trace/trace-common.h: New header.
9246 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9247 macro.
9248 (func): Remove.
9249 (marker): Use FAST_TRACEPOINT_LABEL.
9250 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9251 (func): Remove.
9252 (thread_function): Use FAST_TRACEPOINT_LABEL.
9253
92542015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9255
9256 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9257 in front.
9258 * gdb.trace/change-loc.exp: Use global pcreg definition.
9259 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9260 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9261 in front.
9262 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9263 * gdb.trace/pending.exp: Likewise.
9264 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9265 * gdb.trace/trace-break.exp: Likewise.
9266 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9267 in front.
9268 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9269 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9270 in front.
9271 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9272
92732015-11-09 Joel Brobecker <brobecker@adacore.com>
9274
9275 * gdb.ada/fin_fun_out: New testcase.
9276
92772015-11-07 Kevin Buettner <kevinb@redhat.com>
9278
9279 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9280 value associated with DW_AT_byte_size.
9281 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9282 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9283 DW_AT_upper_bound.
9284
92852015-11-07 Kevin Buettner <kevinb@redhat.com>
9286
9287 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9288 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9289 version.
9290 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9291 gdb.dwarf2/dw2-canonicalize-type.exp,
9292 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9293 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9294 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9295 provided by gdb_target_symbol_prefix_flags_asm.
9296 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9297 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9298 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9299 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9300 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9301 macros where needed). Use this macro for symbols which require
9302 the prefix provided by SYMBOL_PREFIX.
9303
93042015-11-05 Kevin Buettner <kevinb@redhat.com>
9305
9306 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9307 New procs.
9308 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9309 representing expressions, of more than one list element.
9310 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9311 to prepend linker symbol prefix to f.
9312 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9313 table_1 and table_2.
9314 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9315 Likewise, for f and g.
9316 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9317 for ptr.
9318 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9319 for main.
9320 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9321 table_1_ptr and table_2_ptr.
9322
93232015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9324 Joel Brobecker <brobecker@adacore.com>
9325
9326 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9327
93282015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9329
9330 * gdb.reverse/s390-mvcle.c: New test.
9331 * gdb.reverse/s390-mvcle.exp: New file.
9332 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9333
93342015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9335
9336 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9337
93382015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9339
9340 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9341 reaching marker2.
9342 * gdb.reverse/getresuid-reverse.exp: Likewise.
9343 * gdb.reverse/pipe-reverse.exp: Likewise.
9344 * gdb.reverse/readv-reverse.exp: Likewise.
9345 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9346 * gdb.reverse/time-reverse.exp: Likewise.
9347 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9348
93492015-10-30 Yao Qi <yao.qi@linaro.org>
9350
9351 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9352 (empty_cycle): Remove.
9353 (main): Don't call empty_cycle. Don't use watch_count_done.
9354 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9355 empty_cycle. Rewrite the code counting HW watchpoints.
9356
93572015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9358
9359 * gdb.reverse/fstatat-reverse.c: New test.
9360 * gdb.reverse/fstatat-reverse.exp: New file.
9361 * gdb.reverse/getresuid-reverse.c: New test.
9362 * gdb.reverse/getresuid-reverse.exp: New file.
9363 * gdb.reverse/pipe-reverse.c: New test.
9364 * gdb.reverse/pipe-reverse.exp: New file.
9365 * gdb.reverse/readv-reverse.c: New test.
9366 * gdb.reverse/readv-reverse.exp: New file.
9367 * gdb.reverse/recvmsg-reverse.c: New test.
9368 * gdb.reverse/recvmsg-reverse.exp: New file.
9369 * gdb.reverse/time-reverse.c: New test.
9370 * gdb.reverse/time-reverse.exp: New file.
9371 * gdb.reverse/waitpid-reverse.c: New test.
9372 * gdb.reverse/waitpid-reverse.exp: New file.
9373
93742015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9375
9376 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9377
93782015-10-26 Doug Evans <dje@google.com>
9379
9380 PR symtab/17391
9381 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9382 * gdb.dwarf2/bad-regnum.c: New file.
9383 * gdb.dwarf2/bad-regnum.exp: New file.
9384
93852015-10-26 Doug Evans <dje@google.com>
9386
9387 PR python/18938
9388 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9389 file.
9390
93912015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9392
9393 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9394 for a change by "Mention language in compile error message".
9395
93962015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9397
9398 PR python/18073
9399 * gdb.python/py-type.c (C::a_method): New.
9400 (C::a_const_method): New.
9401 (C::a_static_method): New.
9402 (a_function): New.
9403 * gdb.python/py-type.exp (test_fields): Test getting fields
9404 from function and method.
9405
94062015-10-21 Keven Boell <keven.boell@intel.com>
9407
9408 * gdb.fortran/vla-alloc-assoc.exp: New file.
9409 * gdb.fortran/vla-datatypes.exp: New file.
9410 * gdb.fortran/vla-datatypes.f90: New file.
9411 * gdb.fortran/vla-history.exp: New file.
9412 * gdb.fortran/vla-ptype-sub.exp: New file.
9413 * gdb.fortran/vla-ptype.exp: New file.
9414 * gdb.fortran/vla-sizeof.exp: New file.
9415 * gdb.fortran/vla-sub.f90: New file.
9416 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9417 * gdb.fortran/vla-value-sub-finish.exp: New file.
9418 * gdb.fortran/vla-value-sub.exp: New file.
9419 * gdb.fortran/vla-value.exp: New file.
9420 * gdb.fortran/vla-ptr-info.exp: New file.
9421 * gdb.mi/mi-vla-fortran.exp: New file.
9422 * gdb.mi/vla.f90: New file.
9423
94242015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9425
9426 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9427 of hardwired timeout value.
9428
94292015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9430 Pedro Alves <palves@redhat.com>
9431
9432 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9433 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9434
94352015-10-19 Josh Stone <jistone@redhat.com>
9436
9437 * gdb.base/catch-syscall.c: Include <sched.h>.
9438 (unknown_syscall): New variable.
9439 (main): Trigger a vfork and an unknown syscall.
9440 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9441 (unknown_syscall_number): Likewise.
9442 (check_call_to_syscall): Accept an optional syscall pattern.
9443 (check_return_from_syscall): Likewise.
9444 (check_continue): Likewise.
9445 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9446 (test_catch_syscall_skipping_return): New test toggling off 'catch
9447 syscall' to step over the syscall return, then toggling back on.
9448 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9449 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9450 (do_syscall_tests): Call test_catch_syscall_without_args and
9451 test_catch_syscall_mid_vfork.
9452 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9453 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9454
94552015-10-19 Andrew Stubbs <ams@codesourcery.com>
9456
9457 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9458 print g_vE): Add new pass patterns.
9459 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9460 print various symbol names for vptr fields.
9461
94622015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9463
9464 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9465 results.
9466
94672015-10-12 Yao Qi <yao.qi@linaro.org>
9468
9469 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9470
94712015-10-12 Yao Qi <yao.qi@linaro.org>
9472
9473 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9474 is aarch64*-*-linux*.
9475
94762015-10-12 Yao Qi <yao.qi@linaro.org>
9477
9478 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9479 (can_relocate_bcond_true): ... it.
9480 (can_relocate_bcond_false): New function.
9481 (foo): Likewise.
9482 (can_relocate_bl): Likewise.
9483 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9484 can_relocate_bl.
9485
94862015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9487
9488 * gdb.base/nested-addr.c: New file.
9489 * gdb.base/nested-addr.exp: New testcase.
9490
94912015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9492
9493 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9494 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9495 its output. Ignore the output of "record goto begin" and instead
9496 check that GDB is replaying.
9497
94982015-10-09 Pedro Alves <palves@redhat.com>
9499
9500 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9501 (top level): Use it in the run with no args test.
9502
95032015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9504
9505 * gdb.dlang/properties.exp: New file.
9506
95072015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9508
9509 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9510 whether or not address 0x1000 is mapped on the target.
9511
95122015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9513
9514 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9515 build.
9516
95172015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9518
9519 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9520 instruction-history test.
9521
95222015-09-28 Doug Evans <dje@google.com>
9523
9524 * gdb.base/gcore.c (array_func): Add reference to static_array.
9525
95262015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9527
9528 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9529 source line.
9530
95312015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9532
9533 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9534 short or char as base type.
9535
95362015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9537
9538 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9539 to allow any size enum.
9540
95412015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9542
9543 * gdb.ada/array_ptr_renaming.exp: New testcase.
9544 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9545 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9546
95472015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9548
9549 * gdb.trace/ftrace-lock.c: New file.
9550 * gdb.trace/ftrace-lock.exp: New file.
9551
95522015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9553
9554 * gdb.arch/insn-reloc.c: New file.
9555 * gdb.arch/ftrace-insn-reloc.exp: New file.
9556
95572015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9558
9559 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9560 instruction.
9561 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9562 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9563 * gdb.trace/range-stepping.c: Likewise.
9564 * gdb.trace/trace-break.c: Likewise.
9565 * gdb.trace/trace-mt.c (thread_function): Likewise.
9566 * gdb.trace/ftrace.c (marker): Likewise.
9567 * gdb.trace/trace-condition.c (marker): Likewise.
9568 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9569 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9570 is_aarch64_target.
9571
95722015-09-18 Doug Evans <xdje42@gmail.com>
9573
9574 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9575 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9576
95772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9578
9579 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9580 the breakpoint.
9581
95822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9583
9584 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9585 the pending breakpoint. Remove timeout override for "Run till
9586 MI pending breakpoint on pendfunc3 on thread 2" test.
9587
95882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9589
9590 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9591 filename pattern.
9592
95932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9594
9595 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9596 in breakpoint filename pattern.
9597
95982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9599
9600 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9601
96022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9603
9604 * gdb.linespec/explicit.exp: Check for readline support for
9605 tab-completion tests. Fix obvious typo.
9606
96072015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9608
9609 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9610 and replay.
9611
96122015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9613
9614 * gdb.btrace/non-stop.c: New.
9615 * gdb.btrace/non-stop.exp: New.
9616
96172015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9618 Yao Qi <yao.qi@linaro.org>
9619
9620 * gdb.trace/trace-condition.c: New file.
9621 * gdb.trace/trace-condition.exp: New file.
9622
96232015-09-16 Wei-cheng Wang <cole945@gmail.com>
9624
9625 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9626 for testing bytecode compilation.
9627
96282015-09-16 Pedro Alves <palves@redhat.com>
9629 Sandra Loosemore <sandra@codesourcery.com>
9630
9631 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9632 (SECONDS): Redefine.
9633 (main): Call pthread_kill and alarm early.
9634 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9635 support.
9636 (test): If the target can't hardware step and doesn't support
9637 displaced stepping, increase the timeout.
9638
96392015-09-16 Pedro Alves <palves@redhat.com>
9640
9641 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9642 (enable_debug): New procedures.
9643 (test): Use them. Bail out if waiting for threads fails.
9644 (top level): Bail out if a test fails.
9645
96462015-09-16 Yao Qi <yao.qi@linaro.org>
9647
9648 * gdb.asm/asm-source.exp: Set asm-arch for
9649 aarch64*-*-* target.
9650 * gdb.asm/aarch64.inc: New file.
9651
96522015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9653
9654 * gdb.ada/array_of_variable_length.exp: New testcase.
9655 * gdb.ada/array_of_variable_length/foo.adb: New file.
9656 * gdb.ada/array_of_variable_length/pck.adb: New file.
9657 * gdb.ada/array_of_variable_length/pck.ads: New file.
9658
96592015-09-15 Doug Evans <dje@google.com>
9660
9661 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9662 of function static local variable.
9663
96642015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9665
9666 * gdb.threads/tls-so_extern.exp: New test file.
9667 * gdb.threads/tls-so_extern.c: New test file.
9668 * gdb.threads/tls-so_extern_main.c: New test file.
9669
96702015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9671
9672 * gdb.opt/solib-intra-step-lib.c: New file.
9673 * gdb.opt/solib-intra-step-main.c: New file.
9674 * gdb.opt/solib-intra-step.exp: New file.
9675
96762015-09-15 Pedro Alves <palves@redhat.com>
9677
9678 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9679 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9680
96812015-09-14 Pedro Alves <palves@redhat.com>
9682
9683 * gdb.base/hook-stop-continue.c: Delete.
9684 * gdb.base/hook-stop-continue.exp: Delete.
9685 * gdb.base/hook-stop-frame.c: Delete.
9686 * gdb.base/hook-stop-frame.exp: Delete.
9687 * gdb.base/hook-stop.c: New file.
9688 * gdb.base/hook-stop.exp: New file.
9689
96902015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9691
9692 * gdb.ada/access_to_packed_array.exp: New testcase.
9693 * gdb.ada/access_to_packed_array/foo.adb: New file.
9694 * gdb.ada/access_to_packed_array/pack.adb: New file.
9695 * gdb.ada/access_to_packed_array/pack.ads: New file.
9696
96972015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9698
9699 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9700 buffer size test.
9701
97022015-09-11 Don Breazeal <donb@codesourcery.com>
9703
9704 * gdb.base/foll-exec.c: Add copyright header. Fix
9705 formatting issues.
9706 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9707 (do_exec_tests): Use clean_restart in place of zap_session,
9708 and for test initialization. Fix formatting issues. Use
9709 fail in place of perror.
9710 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9711 an expect statement to match an expression with output from
9712 the program under debug.
9713 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9714 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9715 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9716 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9717 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9718
97192015-09-09 Doug Evans <dje@google.com>
9720
9721 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9722
97232015-09-09 Doug Evans <dje@google.com>
9724
9725 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9726
97272015-09-09 Doug Evans <dje@google.com>
9728
9729 * gdb.base/savedregs.exp: Fix typo.
9730
97312015-09-09 Pedro Alves <palves@redhat.com>
9732
9733 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9734
97352015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9736
9737 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9738 command actually switches threads. Give up on remaining
9739 tests if target fails to stop at breakpoint.
9740
97412015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9742
9743 * gdb.ada/funcall_char.exp: New testcase.
9744 * gdb.ada/funcall_char/foo.adb: New file.
9745
97462015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9747
9748 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9749 expected outputs. Add two testcases for completing ambiguous
9750 functions.
9751 * gdb.ada/complete/aux_pck.adb: New file.
9752 * gdb.ada/complete/aux_pck.ads: New file.
9753 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9754 Ambiguous_Func functions.
9755 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9756 * gdb.ada/complete/pck.adb: Likewise.
9757
97582015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9759
9760 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9761 failures to run the test program under GDB.
9762
97632015-08-26 Luis Machado <lgustavo@codesourcery.com>
9764
9765 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9766 to C.
9767
97682015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9769
9770 * gdb.base/run-after-attach.exp: New test file.
9771 * gdb.base/run-after-attach.c: New test file.
9772
97732015-08-26 Don Breazeal <donb@codesourcery.com>
9774
9775 * gdb.base/foll-exec-2.c: New test program.
9776 * gdb.base/foll-exec-2.exp: New test.
9777
97782015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9779
9780 * gdb.base/nested-subp1.exp: New file.
9781 * gdb.base/nested-subp1.c: New file.
9782 * gdb.base/nested-subp2.exp: New file.
9783 * gdb.base/nested-subp2.c: New file.
9784 * gdb.base/nested-subp3.exp: New file.
9785 * gdb.base/nested-subp3.c: New file.
9786
97872015-08-24 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.server/connect-without-multi-process.c: New file.
9790 * gdb.server/connect-without-multi-process.exp: New file.
9791
97922015-08-24 Luis Machado <lgustavo@codesourcery.com>
9793
9794 * gdb.opt/inline-markers.c: Make z int.
9795
97962015-08-24 Luis Machado <lgustavo@codesourcery.com>
9797
9798 * gdb.opt/inline-markers.c: Make z volatile.
9799
98002015-08-24 Luis Machado <lgustavo@codesourcery.com>
9801
9802 * gdb.opt/inline-bt.c: New volatile global z.
9803 * gdb.opt/inline-cmds.c: Likewise.
9804 * gdb.opt/inline-locals.c: Likewise.
9805 * gdb.opt/inline-markers.c: New extern global z.
9806 (marker): Use z.
9807 (inline_fn): Likewise.
9808
98092015-08-24 Pedro Alves <palves@redhat.com>
9810
9811 * config/m32r-stub.exp: Remove file.
9812 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9813 * gdb.base/call-rt-st.exp: Likewise.
9814 * gdb.base/call-strs.exp: Likewise.
9815 * gdb.base/default.exp: Remove references to h8300-*-hms and
9816 *-*-udi*.
9817 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9818
98192015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9820
9821 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9822 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9823 and "return" use KFAIL when GDB can not read/write the vector
9824 return value.
9825
98262015-08-21 Gary Benson <gbenson@redhat.com>
9827
9828 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9829
98302015-08-20 Pedro Alves <palves@redhat.com>
9831
9832 * gdb.server/solib-list.exp: No longer expect an interior stop in
9833 non-stop mode.
9834
98352015-08-20 Pedro Alves <palves@redhat.com>
9836
9837 * gdb.server/connect-stopped-target.c: New file.
9838 * gdb.server/connect-stopped-target.exp: New file.
9839
98402015-08-20 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.dwarf2/comp-unit-lang.exp: New file.
9843 * gdb.dwarf2/comp-unit-lang.c: New file.
9844
98452015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9846
9847 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9848 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9849
98502015-08-19 Kevin Buettner <kevinb@redhat.com>
9851
9852 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9853 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9854
98552015-08-18 Doug Evans <dje@google.com>
9856 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9857
9858 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9859 skip_python_tests. New arg prompt_regexp.
9860 (skip_python_tests): New function.
9861 * lib/mi-support.exp (mi_skip_python_tests): New function.
9862 * gdb.python/py-mi-objfile-gdb.py: New file.
9863 * gdb.python/py-mi-objfile.c: New file.
9864 * gdb.python/py-mi-objfile.exp: New file.
9865
98662015-08-17 Keith Seitz <keiths@redhat.com>
9867
9868 * gdb.linespec/explicit.exp: Move strace test from here ...
9869 * gdb.trace/strace.exp: ... to here.
9870
98712015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9872
9873 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9874 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9875
98762015-08-14 Doug Evans <xdje42@gmail.com>
9877
9878 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9879 inferior before selecting a new file.
9880
98812015-08-14 Doug Evans <xdje42@gmail.com>
9882
9883 * gdb.mi/mi-disassemble.exp: Update.
9884 * gdb.base/disasm-optim.S: New file.
9885 * gdb.base/disasm-optim.c: New file.
9886 * gdb.base/disasm-optim.h: New file.
9887 * gdb.base/disasm-optim.exp: New file.
9888
98892015-08-14 Keith Seitz <keiths@redhat.com>
9890
9891 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9892 "evaluated-by".
9893
98942015-08-13 Joel Brobecker <brobecker@adacore.com>
9895
9896 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9897
98982015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9899
9900 * gdb.ada/fun_renaming.exp: New testcase.
9901 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9902 * gdb.ada/fun_renaming/pack.adb: New file.
9903 * gdb.ada/fun_renaming/pack.ads: New file.
9904
99052015-08-12 Keith Seitz <keiths@redhat.com>
9906
9907 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9908 gdb_get_line_number.
9909
99102015-08-12 Joel Brobecker <brobecker@adacore.com>
9911
9912 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9913 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9914 gdb.base/dso2dso.exp: New files.
9915
99162015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9917 Pedro Alves <palves@redhat.com>
9918 Keith Seitz <keiths@redhat.com>
9919
9920 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9921 GDBFLAGS.
9922
99232015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9924
9925 * gdb.base/gdbhistsize-history.exp
9926 (test_histsize_history_setting): Use save_vars.
9927 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9928 Use save_vars.
9929 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9930 * gdb.base/readline.exp: Use save_vars.
9931
99322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9933
9934 * lib/gdb.exp (save_vars): New proc.
9935
99362015-08-11 Keith Seitz <keiths@redhat.com>
9937
9938 * gdb.base/help.exp: Update help_breakpoint_text.
9939
99402015-08-11 Keith Seitz <keiths@redhat.com>
9941
9942 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9943 (at toplevel): Call test_explicit_breakpoints.
9944 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9945 breakpoints.
9946 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9947 breakpoint conditions, "-cond".
9948
99492015-08-11 Keith Seitz <keiths@redhat.com>
9950
9951 * gdb.linespec/3explicit.c: New file.
9952 * gdb.linespec/cpexplicit.cc: New file.
9953 * gdb.linespec/cpexplicit.exp: New file.
9954 * gdb.linespec/explicit.c: New file.
9955 * gdb.linespec/explicit.exp: New file.
9956 * gdb.linespec/explicit2.c: New file.
9957 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9958 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9959 before using in the matching pattern.
9960 Clarify that `prefix' is a regular expression.
9961
99622015-08-11 Keith Seitz <keiths@redhat.com>
9963
9964 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9965 test.
9966 Add tests for missing ",FMT" and ",".
9967
99682015-08-10 Doug Evans <dje@google.com>
9969 Keith Seitz <keiths@redhat.com>
9970
9971 PR gdb/17960
9972 * gdb.base/completion.exp: Add location completer tests.
9973
99742015-08-07 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9977 tests here.
9978 (top level): Run do_test with and without displaced stepping.
9979
99802015-08-07 Pedro Alves <palves@redhat.com>
9981
9982 * gdb.base/valgrind-disp-step.c: New file.
9983 * gdb.base/valgrind-disp-step.exp: New file.
9984
99852015-08-07 Pedro Alves <palves@redhat.com>
9986
9987 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9988 Delete function.
9989 (main): Add alarm. Run an infinite loop instead of calling
9990 wait_threads.
9991 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9992 comment.
9993 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9994 Delete function.
9995 (main): Add alarm. Run an infinite loop instead of calling
9996 wait_threads.
9997 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9998 comment.
9999
100002015-08-07 Pedro Alves <palves@redhat.com>
10001
10002 * gdb.base/checkpoint-ns.exp: New file.
10003 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10004 standard_testfile.
10005
100062015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10007
10008 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10009 * gdb.btrace/instruction_history.exp: Update.
10010 * gdb.btrace/tsx.exp: New.
10011 * gdb.btrace/tsx.c: New.
10012
100132015-08-06 Pedro Alves <palves@redhat.com>
10014
10015 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10016 increase timeout.
10017 * gdb.reverse/until-precsave.exp: Bump timeouts.
10018
100192015-08-06 Pedro Alves <palves@redhat.com>
10020
10021 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10022
100232015-08-06 Pedro Alves <palves@redhat.com>
10024
10025 PR gdb/18749
10026 * gdb.threads/process-dies-while-handling-bp.c: New file.
10027 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10028
100292015-08-06 Pedro Alves <palves@redhat.com>
10030
10031 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10032 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10033
100342015-08-05 Pedro Alves <palves@redhat.com>
10035
10036 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10037 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10038
100392015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10040
10041 * gdb.base/bp-permanent.exp: Report test as unsupported if
10042 the target cannot stop at the permanent breakpoint.
10043
100442015-08-03 Doug Evans <dje@google.com>
10045
10046 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10047 10000.
10048
100492015-08-03 Doug Evans <dje@google.com>
10050
10051 * Makefile.in (workers/%.worker, build-perf): New rule.
10052 (GDB_PERFTEST_MODE): New variable.
10053 (check-perf): Use it.
10054 (clean): Clean up gdb.perf parallel build subdirs.
10055 * lib/build-piece.exp: New file.
10056 * lib/gdb.exp (make_gdb_parallel_path): New function
10057 (standard_output_file, standard_temp_file): Call it.
10058 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10059 of $GDB_PARALLEL.
10060 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10061
100622015-08-03 Doug Evans <dje@google.com>
10063
10064 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10065 (LOG_FILE_NAME): New global.
10066 (TextReporter.__init__): Initialize self.txt_sum.
10067 (TextReporter.report): Add support for multiple data-points.
10068 Move report to perftest.sum, put raw data in perftest.log.
10069 (TextReporter.start): Open sum and log files.
10070 (TextReporter.end): Close sum and log files.
10071 * gdb.perf/lib/perftest/testresult.py
10072 (SingleStatisticTestResult.record): Handle multiple data-points.
10073
100742015-07-31 Pedro Alves <palves@redhat.com>
10075
10076 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10077 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10078 kill_wait_spawned_process instead of explicit "kill -9".
10079 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10080 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10081 kill_wait_spawned_process.
10082 * gdb.base/attach-twice.exp: Likewise.
10083 * gdb.base/attach.exp: Likewise.
10084 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10085 gdb_test_multiple.
10086 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10087 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10088 kill_wait_spawned_process.
10089 * gdb.base/valgrind-infcall.exp: Likewise.
10090 * gdb.multi/multi-attach.exp: Likewise.
10091 * gdb.python/py-prompt.exp: Likewise.
10092 * gdb.python/py-sync-interp.exp: Likewise.
10093 * gdb.server/ext-attach.exp: Likewise.
10094 * gdb.threads/attach-into-signal.exp (corefunc): Use
10095 spawn_wait_for_attach, spawn_id_get_pid and
10096 kill_wait_spawned_process.
10097 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10098 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10099 spawn_id_get_pid and kill_wait_spawned_process.
10100 * gdb.threads/attach-stopped.exp (corefunc): Use
10101 spawn_wait_for_attach, spawn_id_get_pid and
10102 kill_wait_spawned_process.
10103 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10104 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10105 kill_wait_spawned_process instead of explicit "kill -9".
10106 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10107 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10108 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10109 processes. Don't map cygwin/windows pids here. Now returns a
10110 spawn id list.
10111
101122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10113
10114 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10115 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10116 correct patch.
10117
101182015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10119
10120 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10121
101222015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10123
10124 Reapply:
10125 2014-05-21 Mark Wielaard <mjw@redhat.com>
10126
10127 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10128
101292015-07-30 Pedro Alves <palves@redhat.com>
10130
10131 * linux-low.c (handle_extended_wait): Set the child's last
10132 reported status to TARGET_WAITKIND_STOPPED.
10133
101342015-07-30 Pedro Alves <palves@redhat.com>
10135
10136 PR threads/18600
10137 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10138 only shows inferior 1.
10139
101402015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10141 Pedro Alves <palves@redhat.com>
10142
10143 PR threads/18600
10144 * gdb.threads/fork-plus-threads.c: New file.
10145 * gdb.threads/fork-plus-threads.exp: New file.
10146
101472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10148
10149 * gdb.base/batch-preserve-term-settings.exp
10150 (test_terminal_settings_preserved_after_cli_exit): Use
10151 send_quit_command.
10152
101532015-07-29 Pedro Alves <palves@redhat.com>
10154 Don Breazeal <donb@codesourcery.com>
10155
10156 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10157 output from both inferior_spawn_id and gdb_spawn_id.
10158
101592015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10160
10161 * gdb.threads/attach-into-signal.exp (corefunc): Use
10162 with_test_prefix on nested loops, uniquefying the test messages.
10163
101642015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10165
10166 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10167 commit.
10168
101692015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10170
10171 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10172 New proc.
10173 (test_terminal_settings_preserved_after_sigterm): New test.
10174
101752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10176
10177 * gdb.base/batch-preserve-term-settings.exp
10178 (test_terminal_settings_preserved_after_cli_exit): New test.
10179
101802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10181
10182 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10183 manipulation of saved_gdbflags.
10184 (test_terminal_settings_preserved): Remove global declaration of
10185 the unused variable pagination_prompt. Remove manipulation of
10186 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10187 GDBFLAGS.
10188
101892015-07-29 Pedro Alves <palves@redhat.com>
10190
10191 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10192
101932015-07-29 Pedro Alves <palves@redhat.com>
10194
10195 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10196 at the top.
10197
101982015-07-29 Pedro Alves <palves@redhat.com>
10199
10200 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10201 (main): Call gdb_unbuffer_output.
10202 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10203 (main): Call gdb_unbuffer_output.
10204 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10205 (main): Call gdb_unbuffer_output.
10206 * gdb.base/call-strs.exp: Adjust to step over the
10207 gdb_unbuffer_output call.
10208 * gdb.base/catch-gdb-caused-signals.c: Include
10209 "../lib/unbuffer_output.c".
10210 (main): Call gdb_unbuffer_output.
10211 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10212 (main): Call gdb_unbuffer_output.
10213 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10214 (main): Call gdb_unbuffer_output.
10215 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10216 (main): Call gdb_unbuffer_output.
10217 * gdb.base/shlib-call.exp: Adjust to step over the
10218 gdb_unbuffer_output call.
10219 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10220 (main): Call gdb_unbuffer_output.
10221 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10222 (main): Call gdb_unbuffer_output.
10223 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10224 (main): Rename to ...
10225 (test): ... this.
10226 (main): Reimplement.
10227 * gdb.base/varargs.exp: Run to test instead of to main.
10228 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10229 (main): Call gdb_unbuffer_output.
10230
102312015-07-29 Pedro Alves <palves@redhat.com>
10232
10233 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10234 factore out from mi_continue_dprintf. For call-style dprintfs,
10235 expect dprintf output out of $inferior_spawn_id.
10236 (mi_continue_dprintf): Use mi_expect_dprintf.
10237 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10238 (main): Call gdb_unbuffer_output.
10239
102402015-07-29 Pedro Alves <palves@redhat.com>
10241
10242 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10243 (default_mi_gdb_start): Set inferior_spawn_id instead of
10244 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10245 gdb_spawn_id.
10246 (mi_gdb_test): Always expect inferior output from both
10247 $inferior_spawn_id and $gdb_spawn_id.
10248
102492015-07-29 Pedro Alves <palves@redhat.com>
10250
10251 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10252 send_inferior and $inferior_spawn_id.
10253
102542015-07-29 Pedro Alves <palves@redhat.com>
10255
10256 * gdb.gdb/complaints.exp (test_initial_complaints)
10257 (test_serial_complaints, test_short_complaints): Use
10258 gdb_test_stdio.
10259 (test_empty_complaint): Handle $inferior_spawn_id !=
10260 $gdb_spawn_id.
10261
102622015-07-29 Pedro Alves <palves@redhat.com>
10263
10264 * gdb.base/varargs.exp: Use gdb_test_stdio.
10265
102662015-07-29 Pedro Alves <palves@redhat.com>
10267
10268 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10269
102702015-07-29 Pedro Alves <palves@redhat.com>
10271
10272 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10273
102742015-07-29 Pedro Alves <palves@redhat.com>
10275
10276 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10277 parameter into two new parameters, "inf_result" and "gdb_result".
10278 Expect inferior output and gdb output from $inferior_spawn_id and
10279 $gdb_spawn_id, respectively. Adjust all callers.
10280
102812015-07-29 Pedro Alves <palves@redhat.com>
10282
10283 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10284 of gdb_test_sequence.
10285
102862015-07-29 Pedro Alves <palves@redhat.com>
10287
10288 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10289 (saw_spurious_output): Expect inferior output from
10290 $inferior_spawn_id. Use gdb_test_stdio.
10291
102922015-07-29 Pedro Alves <palves@redhat.com>
10293
10294 * gdb.base/dprintf.exp: Use standard_testfile. Change
10295 prepare_for_testing call.
10296 (srcfile): Don't set.
10297 (restart): New procedure.
10298 (test_dprintf): New procecure, use to continue over dprintfs.
10299 (test_call, test_agent): New procedures, tests moved here.
10300 Restart gdb and recreate dprintfs. Adjust expected output.
10301
103022015-07-29 Pedro Alves <palves@redhat.com>
10303
10304 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10305
103062015-07-29 Pedro Alves <palves@redhat.com>
10307
10308 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10309
103102015-07-29 Pedro Alves <palves@redhat.com>
10311
10312 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10313 gdb_test_stdio.
10314
103152015-07-29 Pedro Alves <palves@redhat.com>
10316
10317 * lib/gdb.exp (gdb_test_stdio): New procedure.
10318
103192015-07-29 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10322
103232015-07-29 Pedro Alves <palves@redhat.com>
10324
10325 * gdb.base/call-signal-resume.exp: Remove check for
10326 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10327 * gdb.base/unwindonsignal.exp: Likewise.
10328 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10329 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10330
103312015-07-29 Pedro Alves <palves@redhat.com>
10332
10333 * gdb.base/siginfo-addr.c (pass): New function.
10334 (handler): Call it iff si_addr is correct.
10335 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10336 Set a breakpoint at "pass" and continue to it.
10337
103382015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10339
10340 * gdb.python/py-objfile.exp: Make some tests have unique names.
10341 * gdb.python/py-pp-registration.exp: Likewise.
10342
103432015-07-28 Pedro Alves <palves@redhat.com>
10344
10345 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10346
103472015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10348
10349 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10350
103512015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10352
10353 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10354
103552015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10356
10357 * gdb.base/gdb-sigterm-2.exp: New test.
10358
103592015-07-25 Doug Evans <xdje42@gmail.com>
10360
10361 Revert:
10362 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10363 (workers/%.worker, build-perf): New rule.
10364 (GDB_PERFTEST_MODE): New variable.
10365 (check-perf): Use it.
10366 (clean): Clean up gdb.perf parallel build subdirs.
10367 * lib/build-piece.exp: New file.
10368 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10369 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10370 name.
10371 (standard_temp_file): Ditto.
10372 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10373 of $GDB_PARALLEL.
10374
103752015-07-24 Doug Evans <dje@google.com>
10376
10377 * gdb.perf/lib/perftest/utils.py: New file.
10378 * gdb.perf/gm-hello.cc: New file.
10379 * gdb.perf/gm-pervasive-typedef.cc: New file.
10380 * gdb.perf/gm-pervasive-typedef.h: New file.
10381 * gdb.perf/gm-std.cc: New file.
10382 * gdb.perf/gm-std.h: New file.
10383 * gdb.perf/gm-use-cerr.cc: New file.
10384 * gdb.perf/gm-utils.h: New file.
10385 * gdb.perf/gmonster-null-lookup.py: New file.
10386 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10387 * gdb.perf/gmonster-print-cerr.py: New file.
10388 * gdb.perf/gmonster-ptype-string.py: New file.
10389 * gdb.perf/gmonster-runto-main.py: New file.
10390 * gdb.perf/gmonster-select-file.py: New file.
10391 * gdb.perf/gmonster1-null-lookup.exp: New file.
10392 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10393 * gdb.perf/gmonster1-print-cerr.exp: New file.
10394 * gdb.perf/gmonster1-ptype-string.exp: New file.
10395 * gdb.perf/gmonster1-runto-main.exp: New file.
10396 * gdb.perf/gmonster1-select-file.exp: New file.
10397 * gdb.perf/gmonster1.cc: New file.
10398 * gdb.perf/gmonster1.exp: New file.
10399 * gdb.perf/gmonster2-null-lookup.exp: New file.
10400 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10401 * gdb.perf/gmonster2-print-cerr.exp: New file.
10402 * gdb.perf/gmonster2-ptype-string.exp: New file.
10403 * gdb.perf/gmonster2-runto-main.exp: New file.
10404 * gdb.perf/gmonster2-select-file.exp: New file.
10405 * gdb.perf/gmonster2.cc: New file.
10406 * gdb.perf/gmonster2.exp: New file.
10407
104082015-07-24 Doug Evans <dje@google.com>
10409
10410 * gdb.perf/README: New file.
10411 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10412 * lib/gen-perf-test.exp: New file.
10413
104142015-07-24 Doug Evans <dje@google.com>
10415
10416 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10417 (PerfTest::startup): New function.
10418 (PerfTest::run): Return result of calling body.
10419 (PerfTest::assemble): Rewrite.
10420 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10421 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10422 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10423 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10424 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10425
104262015-07-24 Doug Evans <dje@google.com>
10427
10428 * lib/gdb.exp (clean_restart): Make executable optional.
10429
104302015-07-24 Doug Evans <dje@google.com>
10431
10432 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10433 compiler_info references.
10434 * gdb.cp/temargs.exp: Ditto.
10435 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10436 (get_compiler_info): Early exit if already computed. Set compiler_info
10437 to "unknown" if there was a problem.
10438 (test_compiler_info): Add function comment. Call get_compiler_info.
10439
104402015-07-24 Doug Evans <dje@google.com>
10441
10442 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10443 (workers/%.worker, build-perf): New rule.
10444 (GDB_PERFTEST_MODE): New variable.
10445 (check-perf): Use it.
10446 (clean): Clean up gdb.perf parallel build subdirs.
10447 * lib/build-piece.exp: New file.
10448 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10449 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10450 name.
10451 (standard_temp_file): Ditto.
10452 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10453 of $GDB_PARALLEL.
10454
104552015-07-24 Doug Evans <dje@google.com>
10456
10457 * lib/future.exp (gdb_default_target_compile): New option
10458 "early_flags".
10459 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10460 --as-needed.
10461
104622015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10463
10464 * gdb.base/catch-syscall.exp: Call gdb_exit before
10465 gdb_skip_xml_test.
10466
104672015-07-24 Pedro Alves <palves@redhat.com>
10468
10469 * gdb.python/py-events.exp: Accept output between the stop event
10470 and the prompt.
10471 * gdb.python/py-evsignal.exp: Likewise.
10472 * gdb.python/py-evthreads.exp: Likewise.
10473
104742015-07-24 Pedro Alves <palves@redhat.com>
10475
10476 PR gdb/18717
10477 * gdb.threads/non-ldr-exit.c: New file.
10478 * gdb.threads/non-ldr-exit.exp: New file.
10479
104802015-07-24 Yao Qi <yao.qi@linaro.org>
10481
10482 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10483 restarting process.
10484
104852015-07-24 Yao Qi <yao.qi@linaro.org>
10486
10487 * gdb.server/ext-restart.exp: New file.
10488
104892015-07-24 Yao Qi <yao.qi@linaro.org>
10490
10491 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10492 argument options.
10493 * gdb.server/ext-wrapper.exp: New file.
10494
104952015-07-23 Doug Evans <dje@google.com>
10496
10497 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10498 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10499
105002015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10501
10502 * gdb.ada/var_arr_typedef.exp: New testcase.
10503 * gdb.ada/var_arr_typedef/pack.adb: New file.
10504 * gdb.ada/var_arr_typedef/pack.ads: New file.
10505 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10506
105072015-07-20 Joel Brobecker <brobecker@adacore.com>
10508
10509 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10510
105112015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10512
10513 * gdb.arch/i386-biarch-core.exp: Replace istarget
10514 by "complete set gnutarget". Remove expectation for the "core-file"
10515 command.
10516
105172015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10518
10519 Revert the previous commit:
10520 Tests for validate symbol file using build-id.
10521
105222015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10523
10524 Tests for validate symbol file using build-id.
10525 * gdb.base/solib-mismatch-lib.c: New file.
10526 * gdb.base/solib-mismatch-libmod.c: New file.
10527 * gdb.base/solib-mismatch.c: New file.
10528 * gdb.base/solib-mismatch.exp: New file.
10529
105302015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10531
10532 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10533 nios2-*-linux*.
10534 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10535 * gdb.base/siginfo.exp: Likewise.
10536 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10537
105382015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10539
10540 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10541 Move it to ...
10542 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10543 ... here.
10544 * gdb.trace/range-stepping.exp: Check that the target supports
10545 range stepping.
10546
105472015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10548
10549 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10550
105512015-07-14 Pedro Alves <palves@redhat.com>
10552
10553 * gdb.base/killed-outside.exp: New file.
10554 * gdb.base/killed-outside.c: New file.
10555
105562015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10557
10558 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10559 (n at main): New.
10560 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10561
105622015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10563
10564 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10565 infcall tests instead of setting up for KFAIL.
10566
105672015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10568
10569 * gdb.btrace/record_goto-step.exp: New.
10570
105712015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10572
10573 PR compile/18484
10574 * gdb.compile/compile.c (struct struct_type): Add volatile to
10575 selffield's type.
10576 * gdb.compile/compile.exp
10577 (compile code struct_object.selffield = &struct_object): Skip further
10578 struct_object tests if this one xfails.
10579
105802015-07-08 Robert O'Callahan <robert@ocallahan.org>
10581
10582 PR exp/18617
10583 * gdb.trace/ax.exp: Add test.
10584
105852015-07-07 Yao Qi <yao.qi@linaro.org>
10586
10587 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10588 instead of istarget "aarch64*-*-*".
10589 * gdb.arch/aarch64-fp.exp: Likewise.
10590 * gdb.base/float.exp: Likewise.
10591 * gdb.reverse/aarch64.exp: Likewise.
10592 * lib/gdb.exp (is_aarch64_target): New proc.
10593
105942015-07-07 Yao Qi <yao.qi@linaro.org>
10595
10596 * lib/gdb.exp (is_aarch32_target): New proc.
10597 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10598 instead of "istarget "arm*-*-*"".
10599 * gdb.arch/arm-disp-step.exp: Likewise.
10600 * gdb.arch/thumb-bx-pc.exp: Likewise.
10601 * gdb.arch/thumb-prologue.exp: Likewise.
10602 * gdb.arch/thumb-singlestep.exp: Likewise.
10603 * gdb.base/disp-step-syscall.exp: Likewise.
10604 * gdb.base/float.exp: Likewise.
10605
106062015-07-07 Yao Qi <yao.qi@linaro.org>
10607
10608 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10609 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10610
106112015-07-07 Yao Qi <yao.qi@linaro.org>
10612
10613 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10614 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10615 if it exists.
10616 * gdb.multi/multi-arch.exp: Likewise.
10617
106182015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10619
10620 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10621 print.
10622
106232015-07-07 Yao Qi <yao.qi@linaro.org>
10624
10625 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10626
106272015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10628
10629 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10630 '[' and ']' characters.
10631
106322015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10633
10634 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10635
106362015-06-29 Pedro Alves <palves@redhat.com>
10637
10638 PR threads/18127
10639 * gdb.threads/hand-call-new-thread.c: New file.
10640 * gdb.threads/hand-call-new-thread.c: New file.
10641
106422015-06-26 Keith Seitz <keiths@redhat.com>
10643 Doug Evans <dje@google.com>
10644
10645 PR 16253
10646 * gdb.cp/var-tag-2.cc: New file.
10647 * gdb.cp/var-tag-3.cc: New file.
10648 * gdb.cp/var-tag-4.cc: New file.
10649 * gdb.cp/var-tag.cc: New file.
10650 * gdb.cp/var-tag.exp: New file.
10651
106522015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10653
10654 * gdb.base/history-duplicates.exp: New test.
10655
106562015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10657
10658 * gdb.base/completion.exp: Test the completion of the "focus"
10659 command.
10660
106612015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10662
10663 * gdb.arch/amd64-prologue-skip.S: New file.
10664 * gdb.arch/amd64-prologue-skip.exp: New file.
10665
106662015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10667
10668 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10669 is_address_zero_readable check.
10670
106712015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10672
10673 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10674 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10675
106762015-06-24 Yao Qi <yao.qi@linaro.org>
10677
10678 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10679 linux targets.
10680
106812015-06-24 Yao Qi <yao.qi@linaro.org>
10682
10683 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10684 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10685 * gdb.base/siginfo-thread.exp: Likewise.
10686
106872015-06-22 Yao Qi <yao.qi@linaro.org>
10688
10689 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10690
106912015-06-22 Yao Qi <yao.qi@linaro.org>
10692
10693 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10694 aarch64*-*-*.
10695 (skip_hw_watchpoint_tests): Likewise.
10696
106972015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10698
10699 * gdb.base/gdbinit-history.exp: Test the interaction between
10700 setting GDBHISTSIZE and setting the history size via .gdbinit.
10701
107022015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10703
10704 PR gdb/16999
10705 * gdb.base/gdbhistsize-history.exp: New test.
10706
107072015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10708
10709 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10710 with GDBHISTSIZE.
10711 * gdb.base/readline.exp: Likewise.
10712
107132015-06-17 Yao Qi <yao.qi@linaro.org>
10714
10715 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10716 line.
10717
107182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10719
10720 * gdb.base/gdbinit-history.exp: Add test case to check that
10721 an unlimited history file does not get truncated on exit.
10722
107232015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10724
10725 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10726 (VECTOR): New macro. Use it...
10727 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10728 ...for these typedefs.
10729 (int8, char1, int1, double1): New typedefs.
10730 (struct just_int2, struct two_int2): New structures.
10731 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10732 (add_structvecs, add_singlevecs): New functions.
10733 (main): Call add_some_intvecs twice.
10734 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10735 the compile and exit upon failure. Try compiling for the "native"
10736 architecture. Test inferior function calls with vector arguments
10737 and vector return value handling with "finish" and "return".
10738
107392015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10740
10741 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10742 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10743 PE file.
10744 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10745
107462015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10747
10748 PR breakpoints/16465
10749 * gdb.mi/mi-dprintf-pending.c: New file.
10750 * gdb.mi/mi-dprintf-pending.exp: New test.
10751 * gdb.mi/mi-dprintf-pendshr.c: New file.
10752
107532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10754 Mircea Gherzan <mircea.gherzan@intel.com>
10755
10756 * gdb.arch/i386-mpx-map.c: New file.
10757 * gdb.arch/i386-mpx-map.exp: New File.
10758
107592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10760
10761 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10762 * gdb.arch/i386-mpx.exp: Indentation fixed.
10763
107642015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10765
10766 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10767 function and improved indentation.
10768 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10769 gdb_test_multiple. Added additional tests to skip the test.
10770
107712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10772
10773 * gdb.arch/i386-avx512.c: Change path in include file.
10774 * gdb.arch/i386-avx512.exp: Change include dir path
10775 compilation flag.
10776 * gdb.arch/i386-mpx.c: Change path in include file.
10777 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10778 flag.
10779
107802015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10781
10782 * gdb.compile/compile-print.exp (compile print *vararray@3)
10783 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10784
107852015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10786
10787 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10788 (do not keep jit in memory): ... this.
10789 (expect 5): Change it to ...
10790 (expect no 5): ... this.
10791
107922015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10793
10794 PR gdb/15564
10795 * gdb.mi/mi-detach.exp: New file.
10796
107972015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 PR symtab/18392
10800 * gdb.arch/amd64-tailcall-self.S: New file.
10801 * gdb.arch/amd64-tailcall-self.c: New file.
10802 * gdb.arch/amd64-tailcall-self.exp: New file.
10803
108042015-05-28 Don Breazeal <donb@codesourcery.com>
10805
10806 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10807 tests for remote targets by checking is_target_gdbserver.
10808
108092015-05-27 Doug Evans <dje@google.com>
10810
10811 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10812 * gdb.dwarf2/opaque-type-lookup.c: New file.
10813 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10814
108152015-05-26 Doug Evans <dje@google.com>
10816
10817 * gdb.cp/iostream.cc: New file.
10818 * gdb.cp/iostream.exp: New file.
10819
108202015-05-26 Doug Evans <dje@google.com>
10821
10822 * gdb.dwarf2/dw2-op-call.exp: Update.
10823 * gdb.dwarf2/dw4-sig-types.exp: Update.
10824 * gdb.dwarf2/implptr.exp: Update.
10825 * gdb.mi/mi-cmd-param-changed.exp: Update.
10826
108272015-05-26 Doug Evans <dje@google.com>
10828
10829 * gdb.python/py-lazy-string.c: New file.
10830 * gdb.python/py-lazy-string.exp: New file.
10831 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10832 (main): Update. Add estring3.
10833 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10834 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10835
108362015-05-26 Omair Javaid <omair.javaid@linaro.org>
10837 Yao Qi <yao.qi@linaro.org>
10838
10839 * gdb.reverse/aarch64.c: New.
10840 * gdb.reverse/aarch64.exp: New.
10841
108422015-05-26 Omair Javaid <omair.javaid@linaro.org>
10843
10844 * lib/gdb.exp (supports_process_record): Return true for
10845 aarch64*-linux*.
10846 (supports_reverse): Likewise.
10847
108482015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10849
10850 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10851 Use with_test_prefix.
10852
108532015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10854
10855 * gdb.base/completion.exp: Add test for completion of layout
10856 names.
10857
108582015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10859
10860 * lib/gdb.exp (skip_tui_tests): New proc.
10861 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10862
108632015-05-19 Pedro Alves <palves@redhat.com>
10864
10865 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10866 Save the whole env array instead of just HOME. Unset HISTSIZE in
10867 the environment while testing. Restore whole environment
10868 afterwards.
10869
108702015-05-16 Doug Evans <xdje42@gmail.com>
10871
10872 * gdb.guile/scm-ports.c: New file.
10873 * gdb.guile/scm-ports.exp: Add memory port tests.
10874
108752015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10876
10877 * gdb.compile/compile-print.c: New file.
10878 * gdb.compile/compile-print.exp: New file.
10879
108802015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10881
10882 * gdb.compile/compile-ops.exp: Cast param to void.
10883 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10884 (compile code struct_object.selffield = &struct_object): Add xfail.
10885
108862015-05-15 Joel Brobecker <brobecker@adacore.com>
10887
10888 * gdb.ada/arr_enum_with_gap: New testcase.
10889
108902015-05-15 Joel Brobecker <brobecker@adacore.com>
10891
10892 * gdb.ada/byte_packed_arr: New testcase.
10893
108942015-05-15 Joel Brobecker <brobecker@adacore.com>
10895
10896 * gdb.ada/pckd_neg: New testcase.
10897
108982015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10899
10900 PR gdb/17820
10901 * gdb.base/gdbinit-history.exp: New test.
10902 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10903 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10904
109052015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10906
10907 * gdb.python/py-xmethods.cc: Enhance test case.
10908 * gdb.python/py-xmethods.exp: New tests.
10909 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10910 function.
10911 (B_indexoper): Likewise.
10912 (global_dm_list) : Add new xmethod worker functions.
10913
109142015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10915
10916 * gdb.base/coredump-filter.exp: Correctly unset
10917 "coredump_var_addr" array.
10918
109192015-05-08 Pedro Alves <palves@redhat.com>
10920
10921 * gdb.server/non-existing-program.exp: Unset spawn_id.
10922
109232015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10924
10925 PR python/18291
10926 * gdb.python/py-xmethods.exp: Add tests.
10927
109282015-05-08 Yao Qi <yao.qi@linaro.org>
10929
10930 PR gdb/18208
10931 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10932 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10933 function set_coredump_filter, and remove remote_exec call.
10934 Remove argument ipid. Callers update.
10935 (top level): Don't get inferior's PID.
10936
109372015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10938
10939 * gdb.base/watch_thread_num.exp: Skip test on targets without
10940 access watchpoints.
10941
109422015-05-06 Pedro Alves <palves@redhat.com>
10943
10944 PR server/18081
10945 * gdb.server/non-existing-program.exp: New file.
10946
109472015-05-05 Joel Brobecker <brobecker@adacore.com>
10948
10949 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10950
109512015-05-05 Joel Brobecker <brobecker@adacore.com>
10952
10953 * gdb.ada/out_of_line_in_inlined: New testcase.
10954
109552015-05-05 Joel Brobecker <brobecker@adacore.com>
10956
10957 * gdb.ada/var_rec_arr: New testcase.
10958
109592015-04-30 Yao Qi <yao.qi@linaro.org>
10960
10961 * gdb.base/break-idempotent.exp: If
10962 skip_hw_watchpoint_multi_tests returns true, skip the tests
10963 on "rwatch" and "awatch".
10964
109652015-04-30 Yao Qi <yao.qi@linaro.org>
10966
10967 * gdb.base/relativedebug.exp: Invoke gdb command
10968 "info sharedlibrary", and if libc.so doesn't have debug info,
10969 skip the test.
10970
109712015-04-29 Doug Evans <dje@google.com>
10972
10973 * gdb.python/py-xmethods.exp: Add ptype tests.
10974 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10975 get_result_type method.
10976
109772015-04-29 Luis Machado <lgustavo@codesourcery.com>
10978
10979 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10980 the target does not support hardware watchpoints.
10981
109822015-04-29 Luis Machado <lgustavo@codesourcery.com>
10983
10984 * gdb.base/break-always.exp: Abort testing if writing to memory
10985 causes an error.
10986
109872015-04-28 Doug Evans <dje@google.com>
10988
10989 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10990 * gdb.python/py-pp-registration.exp: ... here. New file.
10991 * gdb.python/py-pp-registration.c: New file.
10992 * gdb.python/py-pp-registration.py: New file.
10993
109942015-04-28 Doug Evans <dje@google.com>
10995
10996 * gdb.python/py-bad-printers.c: New file.
10997 * gdb.python/py-bad-printers.py: New file.
10998 * gdb.python/py-bad-printers.exp: New file.
10999
110002015-04-28 Sasha Smundak <asmundak@google.com>
11001
11002 * gdb.python/py-type.exp: New test.
11003
110042015-04-28 Andy Wingo <wingo@igalia.com>
11005
11006 * gdb.python/py-parameter.exp:
11007 * gdb.guile/scm-parameter.exp: Escape the path that we are
11008 matching against, as it might contain characters that are special
11009 to regular expressions.
11010
110112015-04-27 Joel Brobecker <brobecker@adacore.com>
11012
11013 * gdb.ada/rec_comp: New testcase.
11014
110152015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11016
11017 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11018 before using it.
11019
110202015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11021
11022 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11023 new tests for verilog output.
11024
110252015-04-24 Yao Qi <yao.qi@linaro.org>
11026
11027 * boards/remote-gdbserver-on-localhost.exp: New file.
11028
110292015-04-23 Pedro Alves <palves@redhat.com>
11030
11031 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11032 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11033 "end of file", remove $inferior_spawn_id from the indirect list.
11034
110352015-04-23 Pedro Alves <palves@redhat.com>
11036
11037 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11038
110392015-04-23 Pedro Alves <palves@redhat.com>
11040
11041 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11042 on $any_spawn_id instead of only on $gdb_spawn_id.
11043
110442015-04-21 Pierre Muller <muller@sourceware.org>
11045
11046 PR pascal/17815
11047 * lib/pascal.exp (gpc_compile): Add new option "class".
11048 (fpc_compile): Likewise.
11049 * gdb.pascal/case-insensitive-symbols.pas: New file.
11050 * gdb.pascal/case-insensitive-symbols.exp: New file.
11051
110522015-04-20 Gary Benson <gbenson@redhat.com>
11053
11054 * gdb.base/attach.exp: Fix three extended remote failures.
11055
110562015-04-17 Gary Benson <gbenson@redhat.com>
11057
11058 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11059 the main executable over the remote protocol.
11060
110612015-04-16 Pedro Alves <palves@redhat.com>
11062
11063 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11064 a new gdbserver if gdbserver_reconnect_p is set.
11065
110662015-04-16 Pedro Alves <palves@redhat.com>
11067
11068 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11069 is set, don't exit gdbserver.
11070
110712015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11072
11073 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11074 appropriate .insn, such that an older assembler can be used.
11075 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11076 the z/Architecture instruction set on 31-bit targets as well.
11077
110782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11079
11080 * gdb.go/handcall.exp: Remove all logic related to the first
11081 breakpoint and rely on go_runto_main instead.
11082 * gdb.go/strings.exp: Likewise.
11083 * gdb.go/unsafe.exp: Likewise.
11084 * gdb.go/hello.exp: Likewise. Also rename the remaining
11085 breakpoint marker to "breakpoint 1".
11086 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11087 * gdb.go/strings.go: Likewise.
11088 * gdb.go/unsafe.go: Likewise.
11089 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11090 "set breakpoint 2 here" and rename the remaining breakpoint marker
11091 to "breakpoint 1".
11092
110932015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11094
11095 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11096 if itertools.imap is not present.
11097 * gdb.python/py-objfile.exp: Add parentheses.
11098 * gdb.python/py-type.exp: Same.
11099 * gdb.python/py-unwind-maint.py: Same.
11100
111012015-04-15 Yao Qi <yao.qi@linaro.org>
11102
11103 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11104 of ":$ptr_size" and set its form explicitly.
11105
111062015-04-15 Pedro Alves <palves@redhat.com>
11107 Yao Qi <yao.qi@linaro.org>
11108
11109 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11110 timeout by factor of 4.
11111 (test_regular_watch): Likewise.
11112 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11113 * gdb.reverse/sigall-reverse.exp: Likewise.
11114 * gdb.reverse/until-precsave.exp: Likewise.
11115 * lib/gdb.exp (with_timeout_factor): New proc.
11116 (gdb_expect): Move some code to ...
11117 (get_largest_timeout): ... here. New procedure.
11118
111192015-04-14 Luis Machado <lgustavo@codesourcery.com>
11120
11121 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11122
111232015-04-13 Luis Machado <lgustavo@codesourcery.com>
11124
11125 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11126 to write to the .text section.
11127
111282015-04-13 Luis Machado <lgustavo@codesourcery.com>
11129
11130 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11131 Handle the case of targets that do not provide PID information.
11132
111332015-04-13 Yao Qi <yao.qi@linaro.org>
11134
11135 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11136 and use expect instead of gdb_expect.
11137
111382015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11139
11140 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11141 "coredump_var_addr" to avoid naming conflict with other testcases.
11142
111432015-04-10 Pedro Alves <palves@redhat.com>
11144
11145 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11146 gdb_test_sequence and gdb_assert.
11147
111482015-04-10 Pedro Alves <palves@redhat.com>
11149
11150 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11151 test messages that don't include the breakpoint address.
11152
111532015-04-10 Yao Qi <yao.qi@linaro.org>
11154
11155 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11156 false for some offset and width combinations which aren't
11157 supported by linux kernel.
11158
111592015-04-10 Pedro Alves <palves@redhat.com>
11160
11161 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11162 procedure, factored out from ...
11163 (top level): ... here. Add "set displaced-stepping" testing axis.
11164 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11165 parameter "displaced". Use it.
11166 (top level): Use foreach and add "set displaced-stepping" testing
11167 axis.
11168
111692015-04-10 Pedro Alves <palves@redhat.com>
11170
11171 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11172 Remove comment.
11173 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11174 both the address of the instruction that triggers the watchpoint
11175 and the address of the instruction immediately after, and use
11176 those addresses for the test. Fix comment.
11177
111782015-04-10 Pedro Alves <palves@redhat.com>
11179
11180 * gdb.base/sigstep.exp (breakpoint_to_handler)
11181 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11182 Test "backtrace" in handler.
11183 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11184 (top level): Add new "displaced" test axis to
11185 breakpoint_to_handler, breakpoint_to_handler_entry and
11186 breakpoint_over_handler.
11187
111882015-04-10 Pedro Alves <palves@redhat.com>
11189
11190 PR gdb/18216
11191 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11192
111932015-04-10 Yao Qi <yao.qi@linaro.org>
11194
11195 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11196 (test_add_rn_pc): New function.
11197 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11198 (top level): Invoke test_add_rn_pc.
11199
112002015-04-10 Pedro Alves <palves@redhat.com>
11201
11202 PR gdb/13858
11203 * gdb.base/step-over-no-symbols.exp: New file.
11204
112052015-04-09 Andy Wingo <wingo@igalia.com>
11206
11207 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11208 after the Python tests.
11209
112102015-04-08 Keith Seitz <keiths@redhat.com>
11211
11212 PR python/16699
11213 * gdb.python/py-completion.exp: New tests for completion.
11214 * gdb.python/py-completion.py (CompleteLimit1): New class.
11215 (CompleteLimit2): Likewise.
11216 (CompleteLimit3): Likewise.
11217 (CompleteLimit4): Likewise.
11218 (CompleteLimit5): Likewise.
11219 (CompleteLimit6): Likewise.
11220 (CompleteLimit7): Likewise.
11221
112222015-04-08 Pedro Alves <palves@redhat.com>
11223
11224 PR gdb/18214
11225 PR gdb/18216
11226 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11227 function.
11228 (main): Install it as SIGUSR1 handler.
11229 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11230 parameter. Always use "setup" as prefix. Toggle "set
11231 displaced-stepping" off/on depending on global. Don't switch to
11232 thread 1 here.
11233 (top level): Add displaced stepping "off/on" test axis. Update
11234 "setup" calls. Wrap each subtest with with_test_prefix. Test
11235 continuing with a queued signal in each thread.
11236
112372015-04-08 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11240 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11241 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11242 Return early if running to main fails.
11243 * gdb.trace/while-stepping.exp: Likewise.
11244
112452015-04-07 Pedro Alves <palves@redhat.com>
11246
11247 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11248 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11249 interact with inferior program.
11250
112512015-04-07 Pedro Alves <palves@redhat.com>
11252
11253 * lib/gdb.exp (inferior_spawn_id): New global.
11254 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11255 spawn id after processing the user code.
11256 (default_gdb_start): Set inferior_spawn_id.
11257 (send_inferior): New procedure.
11258 * lib/gdbserver-support.exp (gdbserver_start): Set
11259 inferior_spawn_id.
11260 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11261
112622015-04-07 Pedro Alves <palves@redhat.com>
11263
11264 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11265 * lib/gdbserver-support.exp (gdbserver_start): Make
11266 $server_spawn_id global.
11267 (gdbserver_start): Don't wait for gdbserver's spawn id with
11268 expect_background.
11269 (close_gdbserver): New procedure.
11270 (gdb_exit): Rename the default version and reimplement.
11271
112722015-04-07 Pedro Alves <palves@redhat.com>
11273
11274 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11275 append the substituted item, not the original item.
11276
112772015-04-07 Pedro Alves <palves@redhat.com>
11278
11279 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11280 gdb_expect.
11281
112822015-04-07 Pedro Alves <palves@redhat.com>
11283
11284 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11285 output appearing once only.
11286
112872015-04-07 Pedro Alves <palves@redhat.com>
11288
11289 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11290 that doesn't expect anything. Return early if running to main
11291 fails.
11292
112932015-04-07 Yao Qi <yao.qi@linaro.org>
11294
11295 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11296 (child_function): Call alarm.
11297 (main): Move call to alarm into the loop.
11298 * gdb.threads/non-stop-fair-events.exp: Build program with
11299 -DTIMEOUT=$timeout.
11300
113012015-04-06 Doug Evans <xdje42@gmail.com>
11302
11303 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11304 Fix dest parameter to board_info.
11305 (fpc_compile): Ditto.
11306 (gdb_compile_pascal): Rename dest arg to destfile.
11307
113082015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11309
11310 * gdb.ada/funcall_ref.exp: New file.
11311 * gdb.ada/funcall_ref/foo.adb: New file.
11312
113132015-04-02 Yao Qi <yao.qi@linaro.org>
11314
11315 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11316 is remote.
11317
113182015-04-02 Gary Benson <gbenson@redhat.com>
11319
11320 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11321
113222015-04-01 Sasha Smundak <asmundak@google.com>
11323
11324 * gdb.python/py-unwind-maint.c: New file.
11325 * gdb.python/py-unwind-maint.exp: New test.
11326 * gdb.python/py-unwind-maint.py: New file.
11327 * gdb.python/py-unwind.c: New file.
11328 * gdb.python/py-unwind.exp: New test.
11329 * gdb.python/py-unwind.py: New test.
11330
113312015-04-01 Pedro Alves <palves@redhat.com>
11332
11333 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11334 to fail instead of non-existent $test.
11335
113362015-04-01 Pedro Alves <palves@redhat.com>
11337
11338 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11339 GDBFLAGS if not empty.
11340
113412015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11342
11343 * gdb.ada/complete.exp: Remove "multi_line".
11344 * gdb.ada/info_exc.exp: Remove "multi_line".
11345 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11346 * gdb.ada/ptype_field.exp: Remove "multi_line".
11347 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11348 * gdb.ada/tagged.exp: Remove "multi_line".
11349 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11350 [multi_line ...]
11351 * gdb.btrace/delta.exp: Likewise.
11352 * gdb.btrace/exception.exp: Likewise.
11353 * gdb.btrace/function_call_history.exp: Likewise.
11354 * gdb.btrace/instruction_history.exp: Likewise.
11355 * gdb.btrace/nohist.exp: Likewise.
11356 * gdb.btrace/record_goto.exp: Likewise.
11357 * gdb.btrace/segv.exp: Likewise.
11358 * gdb.btrace/stepi.exp: Likewise.
11359 * gdb.btrace/tailcall.exp: Likewise.
11360 * gdb.btrace/unknown_functions.exp: Likewise.
11361 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11362 * lib/gdb.exp: Add the "multi_line" helper.
11363
113642015-04-01 Pedro Alves <palves@redhat.com>
11365
11366 * gdb.threads/tid-reuse.c: New file.
11367 * gdb.threads/tid-reuse.exp: New file.
11368
113692015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11370
11371 PR corefiles/16092
11372 * gdb.base/coredump-filter.c: New file.
11373 * gdb.base/coredump-filter.exp: Likewise.
11374
113752015-03-27 Petr Machata <pmachata@redhat.com>
11376
11377 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11378 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11379 (Dwarf::assemble): Initialize them.
11380 (Dwarf::lines): New function.
11381
113822015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11383
11384 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11385 SYMBOL_PREFIX for x86_64-*-cygwin.
11386
113872015-03-26 Andy Wingo <wingo@igalia.com>
11388
11389 PR symtab/18148
11390 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11391 const_value but not a location.
11392 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11393 location defined in non-main CUs are visible.
11394
113952015-03-26 Yao Qi <yao.qi@linaro.org>
11396
11397 PR testsuite/18139
11398 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11399 Add a line number entry for the same line.
11400 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11401 Add a line number entry for the same line.
11402
114032015-03-26 Yao Qi <yao.qi@linaro.org>
11404
11405 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11406 .int 0.
11407 (func): Likewise. Add .Lfunc_1 label.
11408 Use .Lfunc_1 label.
11409 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11410 .int 0.
11411 (func): Likewise.
11412 Use .Lfunc_1 label.
11413
114142015-03-26 Yao Qi <yao.qi@linaro.org>
11415
11416 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11417 Call gdb_compile instead to compile each .s files without debug
11418 information.
11419
114202015-03-26 Yao Qi <yao.qi@linaro.org>
11421
11422 * gdb.base/savedregs.exp (process_saved_regs): Make
11423 "Saved registers:" optional in the pattern.
11424
114252015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11426
11427 * gdb.btrace/next.exp: Merged into step.exp.
11428 * gdb.btrace/finish.exp: Merged into step.exp.
11429 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11430 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11431 "record goto" and checking the exact replay position.
11432 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11433 check for "Recording format" in "info record" output.
11434 * gdb.btrace/record_goto.exp: Choose test file based on target.
11435 * gdb.btrace/x86-record_goto.S: Renamed into ...
11436 * gdb.btrace/x86_64-record_goto.S: ... this.
11437 * gdb.btrace/i686-record_goto.S: New.
11438 * gdb.btrace/x86-tailcall.S: Renamed into ...
11439 * gdb.btrace/x86_64-tailcall.S: ... this.
11440 * gdb.btrace/i686-tailcall.S: New.
11441 * gdb.btrace/x86-tailcall.c: Renamed into ...
11442 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11443 separate statements. Update test.
11444 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11445 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11446 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11447 * gdb.btrace/tailcall.exp: Choose test file based on target.
11448 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11449
114502015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11451
11452 * gdb.btrace/exception.exp: Increase BTS buffer size.
11453
114542015-03-24 Pedro Alves <palves@redhat.com>
11455
11456 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11457
114582015-03-24 Pedro Alves <palves@redhat.com>
11459
11460 * gdb.threads/schedlock.exp (test_step): No longer expect that
11461 "set scheduler-locking step" with "next" over a function call runs
11462 threads unlocked.
11463
114642015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11465
11466 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11467
114682015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11469
11470 PR breakpoints/16466
11471 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11472 * gdb.mi/mi-pending.c (thread_func): New function.
11473 (int main): Add threading support required.
11474 * gdb.mi/mi-pending.exp: Add tests for this issue.
11475 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11476 (pendfunc2): Remove stdio dependency.
11477 * gdb.mi/mi-pendshr2.c: New file.
11478
114792015-03-23 Keith Seitz <keiths@redhat.com>
11480
11481 * gdb.linespec/keywords.c: New file.
11482 * gdb.linespec/keywords.exp: New file.
11483
114842015-03-23 Keith Seitz <keiths@redhat.com>
11485
11486 PR gdb/18021
11487 * gdb.dwarf2/staticvirtual.exp: New test.
11488
114892015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11490
11491 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11492 * README: Remove HP-UX and gdb.hp.
11493 (configuration):
11494 * configure: Regenerate.
11495 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11496 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11497 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11498 gdb.hp/gdb.defects/Makefile.
11499 * gdb.hp/Makefile.in: File deleted.
11500 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11501 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11502 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11503 * gdb.hp/gdb.aCC/run.c: File deleted.
11504 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11505 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11506 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11507 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11508 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11509 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11510 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11511 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11512 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11513 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11514 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11515 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11516 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11517 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11518 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11519 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11520 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11521 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11522 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11523 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11524 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11525 * gdb.hp/gdb.compat/average.c: File deleted.
11526 * gdb.hp/gdb.compat/sum.c: File deleted.
11527 * gdb.hp/gdb.compat/xdb.c: File deleted.
11528 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11529 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11530 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11531 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11532 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11533 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11534 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11535 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11536 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11537 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11538 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11539 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11540 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11541 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11542 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11543 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11544 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11545 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11546 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11547 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11548 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11549 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11550 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11551 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11552 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11553 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11554 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11555 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11556 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11557 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11558 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11559 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11560 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11561 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11562 * gdb.hp/tools/odump: File deleted.
11563
115642015-03-19 Pedro Alves <palves@redhat.com>
11565
11566 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11567 (saw_thread_3): New globals.
11568 (top level): Increment them when an event for the corresponding
11569 thread is seen.
11570 (no thread starvation): New test.
11571
115722015-03-19 Pedro Alves <palves@redhat.com>
11573
11574 * gdb.threads/continue-pending-status.c: New file.
11575 * gdb.threads/continue-pending-status.exp: New file.
11576
115772015-03-18 Pedro Alves <palves@redhat.com>
11578
11579 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11580 Use gdb_is_target_remote instead of is_remote. Use
11581 gdb_test_multiple instead of gdb_expect. Exit early if
11582 gdb_test_multiple hits its internal matches. Tighten stepi tests
11583 expected output. Fail on exit with any signal, instead of just
11584 SIGILL.
11585
115862015-03-18 Yao Qi <yao.qi@linaro.org>
11587
11588 PR tdep/18107
11589 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11590 variable.
11591 * gdb.base/catch-syscall.exp: Don't skip it on
11592 aarch64*-*-linux* target. Remove elements in all_syscalls.
11593 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11594 target.
11595 (setup_all_syscalls): New proc.
11596
115972015-03-16 Yao Qi <yao.qi@linaro.org>
11598
11599 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11600 (top level): Skip tests if valid_addr_p returns false for
11601 $cmd1 or $cmd2.
11602
116032015-03-11 Andy Wingo <wingo@igalia.com>
11604
11605 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11606
116072015-03-11 Yao Qi <yao.qi@linaro.org>
11608
11609 * gdb.base/catch-syscall.exp: Fix typo in comments.
11610
116112015-03-11 Yao Qi <yao.qi@linaro.org>
11612
11613 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11614
116152015-03-09 Pedro Alves <palves@redhat.com>
11616
11617 * dg-extract-results.py: Delete.
11618
116192015-03-09 Pedro Alves <palves@redhat.com>
11620
11621 Merge dg-extract-results.sh from GCC upstream (r218843).
11622
11623 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11624 * dg-extract-results.sh: Use --text with grep to avoid issues with
11625 binary files. Fall back to cat -v, if that doesn't work.
11626
116272015-03-05 Pedro Alves <palves@redhat.com>
11628
11629 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11630
116312015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11632
11633 * lib/mi-support.exp (mi_expect_interrupt): Accept
11634 alternative event for when in all-stop mode.
11635
116362015-03-04 Pedro Alves <palves@redhat.com>
11637
11638 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11639
116402015-03-04 Mark Kettenis <kettenis@gnu.org>
11641
11642 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11643
116442015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11645
11646 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11647 regexps for GDB's current line display, accept a hex address
11648 preceding the line number.
11649
116502015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11651
11652 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11653 the 'arch1' variable for "s390*-linux*" targets.
11654
116552015-03-04 Pedro Alves <palves@redhat.com>
11656
11657 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11658 (main): Pass missing retval argument to pthread_join call.
11659
116602015-03-02 Pedro Alves <palves@redhat.com>
11661
11662 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11663 (top level): Call do_test with non-stop as well.
11664
116652015-03-02 Pedro Alves <palves@redhat.com>
11666
11667 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11668 -1.
11669
116702015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11671
11672 * gdb.arch/s390-vregs.exp: New test.
11673 * gdb.arch/s390-vregs.S: New file.
11674
116752015-02-27 Pedro Alves <palves@redhat.com>
11676
11677 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11678 call to catch_command_errors.
11679 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11680 catch_command_errors.
11681
116822015-02-27 Pedro Alves <palves@redhat.com>
11683
11684 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11685 "true" for boolean result.
11686 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11687 prototype of main.
11688
116892015-02-27 Pedro Alves <palves@redhat.com>
11690
11691 * lib/unbuffer_output.c: New file.
11692 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11693 (main): Call gdb_unbuffer_output.
11694
116952015-02-27 Yao Qi <yao.qi@linaro.org>
11696
11697 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11698 target.
11699
117002015-02-26 Doug Evans <dje@google.com>
11701
11702 * gdb.cp/class2.cc (Dbase, D): New classes.
11703 (main): New local delta.
11704 * gdb.cp/class2.exp: Test printing delta.
11705 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11706 (dynbar): New global.
11707 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11708
117092015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11710
11711 * gdb.compile/compile-ifunc.c: New file.
11712 * gdb.compile/compile-ifunc.exp: New file.
11713
117142015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11715
11716 * gdb.base/structs.exp: Check for correct struct on finish.
11717
117182015-02-26 Yao Qi <yao.qi@linaro.org>
11719
11720 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11721 is zero.
11722
117232015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11724
11725 * gdb.arch/cordic.ko.bz2: New file.
11726 * gdb.arch/cordic.ko.debug.bz2: New file.
11727 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11728
117292015-02-25 Yao Qi <yao.qi@linaro.org>
11730
11731 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11732 aarch64*-*-* target.
11733
117342015-02-23 Pedro Alves <palves@redhat.com>
11735
11736 * lib/gdb.exp (delete_breakpoints): Rewrite using
11737 gdb_test_multiple.
11738
117392015-02-23 Pedro Alves <palves@redhat.com>
11740
11741 * gdb.base/info-os.c: Include stdlib.h.
11742
117432015-02-22 Doug Evans <xdje42@gmail.com>
11744
11745 PR symtab/17855
11746 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11747 is read after symbols have been re-read.
11748 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11749 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11750
117512015-02-21 Doug Evans <dje@google.com>
11752
11753 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11754
117552015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11756
11757 PR corefiles/17808
11758 * gdb.arch/i386-biarch-core.core.bz2: New file.
11759 * gdb.arch/i386-biarch-core.exp: New file.
11760
117612015-02-21 Pedro Alves <palves@redhat.com>
11762
11763 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11764 runto_main fails.
11765
117662015-02-20 Pedro Alves <palves@redhat.com>
11767
11768 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11769 info probes.
11770
117712015-02-20 Pedro Alves <palves@redhat.com>
11772
11773 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11774
117752015-02-20 Pedro Alves <palves@redhat.com>
11776
11777 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11778 clean_restart before gdb_target_supports_trace.
11779
117802015-02-20 Pedro Alves <palves@redhat.com>
11781
11782 PR threads/18006
11783 * gdb.threads/clone-thread_db.c: New file.
11784 * gdb.threads/clone-thread_db.exp: New file.
11785
117862015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11787
11788 PR breakpoints/16812
11789 * gdb.base/catch-gdb-caused-signals.c: New file.
11790 * gdb.base/catch-gdb-caused-signals.exp: New file.
11791
117922015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11793
11794 * configure: Regenerated.
11795 * configure.ac: Use GDB_AC_TRANSFORM.
11796 * aclocal.m4: sinclude ../transform.m4.
11797
117982015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11799
11800 * lib/dtrace.exp: New file.
11801 * gdb.base/dtrace-probe.exp: Likewise.
11802 * gdb.base/dtrace-probe.d: Likewise.
11803 * gdb.base/dtrace-probe.c: Likewise.
11804 * lib/pdtrace.in: Likewise.
11805 * configure.ac: Output variables with the transformed names of
11806 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11807 * configure: Regenerated.
11808
118092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11810
11811 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11812 expected message when trying to access $_probe_* convenience
11813 variables while not on a probe.
11814
118152015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11816
11817 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11818
118192015-02-11 Pedro Alves <pedro@codesourcery.com>
11820
11821 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11822 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11823
118242015-02-10 Doug Evans <xdje42@gmail.com>
11825
11826 * lib/gdb.exp (gdb_load): Always return a result.
11827
118282015-02-10 Pedro Alves <palves@redhat.com>
11829
11830 * gdb.threads/signal-sigtrap.c: New file.
11831 * gdb.threads/signal-sigtrap.exp: New file.
11832
118332015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11834
11835 * gdb.trace/no-attach-trace.c: New file.
11836 * gdb.trace/no-attach-trace.exp: New file.
11837
118382015-02-09 Mark Wielaard <mjw@redhat.com>
11839
11840 * gdb.dwarf2/atomic.c: New file.
11841 * gdb.dwarf2/atomic-type.exp: Likewise.
11842
118432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11844
11845 * gdb.btrace/buffer-size.exp: Update "info record" output.
11846 * gdb.btrace/delta.exp: Update "info record" output.
11847 * gdb.btrace/enable.exp: Update "info record" output.
11848 * gdb.btrace/finish.exp: Update "info record" output.
11849 * gdb.btrace/instruction_history.exp: Update "info record" output.
11850 * gdb.btrace/next.exp: Update "info record" output.
11851 * gdb.btrace/nexti.exp: Update "info record" output.
11852 * gdb.btrace/step.exp: Update "info record" output.
11853 * gdb.btrace/stepi.exp: Update "info record" output.
11854 * gdb.btrace/nohist.exp: Update "info record" output.
11855
118562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11857
11858 * gdb.btrace/buffer-size: New.
11859
118602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11861
11862 * gdb.btrace/delta.exp: Update "info record" output.
11863 * gdb.btrace/enable.exp: Update "info record" output.
11864 * gdb.btrace/finish.exp: Update "info record" output.
11865 * gdb.btrace/instruction_history.exp: Update "info record" output.
11866 * gdb.btrace/next.exp: Update "info record" output.
11867 * gdb.btrace/nexti.exp: Update "info record" output.
11868 * gdb.btrace/step.exp: Update "info record" output.
11869 * gdb.btrace/stepi.exp: Update "info record" output.
11870 * gdb.btrace/nohist.exp: Update "info record" output.
11871
118722015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11873
11874 PR gdb/15678
11875 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11876
118772015-02-06 Pedro Alves <palves@redhat.com>
11878
11879 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11880 macro.
11881 (seconds_left, again): New globals.
11882 (main): Wait seconds_left in a 1-second sleep loop instead of
11883 sleeping 180 seconds. If 'again' is set, reset the seconds
11884 counter.
11885 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11886 'again' in the inferior before detaching. Print the seconds left.
11887 (options): New global.
11888 (top level): Build program with -DTIMEOUT=$timeout.
11889
118902015-02-06 Pedro Alves <palves@redhat.com>
11891
11892 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11893 determine how many seconds to pass to 'alarm'.
11894 * gdb.base/gdb-sigterm.exp (top level): Build program with
11895 -DTIMEOUT=$timeout.
11896 (do_test): Return success/failure indication. Add more verbose
11897 logging. Don't fail if 200 single steps are seen. Instead, fail
11898 when the test times out.
11899 (passes): New global.
11900 (top level): Break the testing loop if testing fails on any
11901 iteration. Use gdb_assert.
11902
119032015-02-04 Don Breazeal <donb@codesourcery.com>
11904
11905 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11906 and initialize them.
11907 (ipc_cleanup): New function.
11908 (main): Don't declare shmid, semid, and msqid. Add a call to
11909 atexit so that we call ipc_cleanup on exit.
11910
119112015-02-04 Pedro Alves <palves@redhat.com>
11912
11913 * boards/native-extended-gdbserver.exp: Remove any target variant
11914 specifications from the board name before clearing the isremote
11915 flag from board_info.
11916
119172015-01-31 Doug Evans <xdje42@gmail.com>
11918
11919 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11920
119212015-01-31 Gary Benson <gbenson@redhat.com>
11922
11923 * gdb.base/completion.exp: Disable completion limiting for
11924 existing tests. Add new tests to check completion limiting.
11925 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11926
119272015-01-31 Doug Evans <xdje42@gmail.com>
11928
11929 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11930
119312015-01-31 Doug Evans <xdje42@gmail.com>
11932
11933 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11934 entries. Duplicate file section script entries.
11935 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11936 inlined entries. Add test for safe-path rejection.
11937 * gdb.python/py-section-script.c: Add duplicate inlined section script
11938 entries. Duplicate file section script entries.
11939 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11940 inlined entries. Add test for safe-path rejection.
11941
119422015-01-29 Joel Brobecker <brobecker@adacore.com>
11943
11944 * gdb.ada/disc_arr_bound: New testcase.
11945
119462015-01-29 Joel Brobecker <brobecker@adacore.com>
11947
11948 * gdb.ada/mi_var_array: New testcase.
11949
119502015-01-27 Doug Evans <dje@google.com>
11951
11952 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11953 Add test for objfile.filename, objfile.username after objfile
11954 has been unloaded.
11955
119562015-01-26 Joel Brobecker <brobecker@adacore.com>
11957
11958 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11959 the second test to print the name attribute of value
11960 returned by the call to gdb.lookup_type, and adjust
11961 the expected output accordingly.
11962
119632015-01-25 Mark Wielaard <mjw@redhat.com>
11964
11965 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11966 * gdb.base/disp-step-fork.c: Include unistd.h.
11967 * gdb.base/siginfo-obj.c: Include stdio.h.
11968 * gdb.base/siginfo-thread.c: Likewise.
11969 * gdb.mi/non-stop.c: Include unistd.h.
11970 * gdb.mi/nsthrexec.c: Include stdio.h.
11971 * gdb.mi/pthreads.c: Include unistd.h.
11972 * gdb.modula2/unbounded1.c (main): Declare returns int.
11973 * gdb.reverse/consecutive-reverse.c: Likewise.
11974 * gdb.threads/create-fail.c: Include unistd.h.
11975 * gdb.threads/killed.c: Likewise.
11976 * gdb.threads/linux-dp.c: Likewise.
11977 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11978 * gdb.threads/non-ldr-exc-2.c: Likewise.
11979 * gdb.threads/non-ldr-exc-3.c: Likewise.
11980 * gdb.threads/non-ldr-exc-4.c: Likewise.
11981 * gdb.threads/pthreads.c: Include unistd.h.
11982 (main): Declare returns int.
11983 * gdb.threads/tls-main.c (foo): New declaration.
11984 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11985
119862015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11987
11988 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11989 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11990
119912015-01-15 Mark Wielaard <mjw@redhat.com>
11992
11993 * gdb.base/noreturn-return.c: New file.
11994 * gdb.base/noreturn-return.exp: New file.
11995 * gdb.base/noreturn-finish.c: New file.
11996 * gdb.base/noreturn-finish.exp: New file.
11997
119982015-01-23 Pedro Alves <palves@redhat.com>
11999
12000 * gdb.threads/continue-pending-after-query.c: New file.
12001 * gdb.threads/continue-pending-after-query.exp: New file.
12002
120032015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12004 Simon Marchi <simon.marchi@ericsson.com>
12005
12006 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12007 * gdb.base/valgrind-db-attach.exp: Same.
12008 * gdb.base/valgrind-infcall.exp: Same.
12009 * lib/mi-support.exp (default_mi_gdb_start): Same.
12010 * lib/prompt.exp (default_prompt_gdb_start): Same.
12011 * lib/gdb.exp (default_gdb_spawn): Same.
12012 (gdb_interact): New.
12013
12014
120152015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12016
12017 * gdb.compile/compile.exp (pointer to jit function): New test.
12018
120192015-01-17 Wei-cheng Wang <cole945@gmail.com>
12020
12021 * lib/gdb.exp (supports_process_record): Return true for
12022 powerpc*-*-linux*.
12023 (supports_reverse): Likewise.
12024
120252015-01-15 Don Breazeal <donb@codesourcery.com>
12026
12027 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12028 instead of checking whether the target board is remote and
12029 use spawn_wait_for_attach instead of exec/sleep.
12030 * gdb.base/attach-twice.exp: Likewise.
12031
120322015-01-15 Joel Brobecker <brobecker@adacore.com>
12033
12034 * gdb.ada/var_arr_attrs: New testcase.
12035
120362015-01-14 Pedro Alves <palves@redhat.com>
12037 Joel Brobecker <brobecker@adacore.com>
12038
12039 PR gdb/17525
12040 * gdb.base/bp-cmds-execution-x-script.c: New file.
12041 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12042 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12043
120442015-01-14 Pedro Alves <palves@redhat.com>
12045
12046 PR cli/17828
12047 * gdb.base/batch-preserve-term-settings.c: New file.
12048 * gdb.base/batch-preserve-term-settings.exp: New file.
12049
120502015-01-13 Doug Evans <dje@google.com>
12051
12052 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12053 binary.
12054
120552015-01-13 Joel Brobecker <brobecker@adacore.com>
12056
12057 * Makefile.in (clean mostlyclean): Do not delete *.py.
12058
120592015-01-13 Joel Brobecker <brobecker@adacore.com>
12060
12061 * gdb.python/py-lookup-type.exp: New file.
12062
120632015-01-12 Pedro Alves <palves@redhat.com>
12064
12065 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12066 restore GDBFLAGS before returning.
12067
120682015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12069
12070 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12071 is_amd64_regs_target and is_x86_like_target.
12072
120732015-01-11 Doug Evans <xdje42@gmail.com>
12074
12075 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12076 is given without an explicit form.
12077 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12078 attributes.
12079 * gdb.dwarf/corrupt.exp: Ditto.
12080 * gdb.dwarf2/enum-type.exp: Ditto.
12081 * gdb.trace/entry-values.exp: Ditto.
12082 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12083
120842015-01-11 Doug Evans <xdje42@gmail.com>
12085
12086 PR gdb/15830
12087 * gdb.base/maint.exp: Remove references to "maint demangle".
12088 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12089 Add tests for explicitly specifying language to demangle.
12090 * gdb.dlang/demangle.exp: Ditto.
12091
120922015-01-09 Pedro Alves <palves@redhat.com>
12093
12094 * gdb.threads/non-stop-fair-events.c: New file.
12095 * gdb.threads/non-stop-fair-events.exp: New file.
12096
120972015-01-09 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12100 the global scope. Set a breakpoint after all threads are started
12101 rather than stepping over two source lines. Expect the prompt.
12102 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12103 global.
12104 (NUM): Now 15.
12105 (main): Use threads_started_barrier to wait for all threads to
12106 start. Main thread no longer calls thread_function. Exit after
12107 180 seconds.
12108 (loop): New function.
12109 (thread_function): Wait on threads_started_barrier barrier. Call
12110 'loop' at each iteration.
12111 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12112 threads have started, instead of hardcoding number of "next"
12113 steps. Use an access watchpoint instead of a write watchpoint.
12114
121152015-01-09 Pedro Alves <palves@redhat.com>
12116
12117 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12118 (thread_func): Wait on barrier.
12119 (main): Wait for all threads to start before stopping GDB.
12120 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12121 global.
12122 (thread1_func, thread2_func): Wait on barrier.
12123 (main): Wait for all threads to start before stopping GDB.
12124 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12125 New global.
12126 (thread1_func, thread2_func): Wait on barrier.
12127 (main): Wait for all threads to start before stopping GDB.
12128
121292015-01-09 Pedro Alves <palves@redhat.com>
12130
12131 * gdb.threads/attach-many-short-lived-threads.c: New file.
12132 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12133
121342014-01-09 Pedro Alves <palves@redhat.com>
12135
12136 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12137 instead of to thread 2.
12138 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12139 Add barrier around each pthread_create call instead of around all
12140 calls.
12141 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12142 Set a break on thread_function and have the child threads hit it
12143 one at at a time.
12144
121452015-01-09 Pedro Alves <palves@redhat.com>
12146
12147 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12148 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12149 false.
12150 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12151 checking whether the target board is remote.
12152 * gdb.multi/multi-attach.exp: Likewise.
12153 * gdb.python/py-sync-interp.exp: Likewise.
12154 * gdb.server/ext-attach.exp: Likewise.
12155 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12156 tests that need to attach, instead of checking whether the target
12157 board is remote at the top of the file.
12158
121592015-01-08 Yao Qi <yao@codesourcery.com>
12160
12161 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12162
121632015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12164
12165 Fix testcase compilation.
12166 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12167
121682015-01-06 Joel Brobecker <brobecker@adacore.com>
12169
12170 * gdb.python/py-type.exp: Add a couple test about empty
12171 array creation, and negative-length array creation.
12172
121732015-01-02 Doug Evans <xdje42@gmail.com>
12174
12175 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12176
121772015-01-02 Doug Evans <dje@google.com>
12178
12179 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12180
121812014-12-29 Yao Qi <yao@codesourcery.com>
12182
12183 * gdb.trace/entry-values.exp: Update comments. Rename variable
12184 bar_call_foo to returned_from_foo.
12185
121862014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12187
12188 PR gdb/17394
12189 * gdb.linespec/break-asm-file.c: New file.
12190 * gdb.linespec/break-asm-file.exp: New file.
12191 * gdb.linespec/break-asm-file0.s: New file.
12192 * gdb.linespec/break-asm-file1.s: New file.
12193
121942014-12-18 Nigel Stephens <nigel@mips.com>
12195 Maciej W. Rozycki <macro@codesourcery.com>
12196
12197 * gdb.base/float.exp: Handle the new output from "info float" on
12198 MIPS targets.
12199
122002014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12201
12202 Fix MinGW compilation.
12203 * gdb.compile/compile-ops.exp: Update untested message if
12204 !skip_compile_feature_tests.
12205 * gdb.compile/compile-setjmp.exp: Likewise.
12206 * gdb.compile/compile-tls.exp: Likewise.
12207 * gdb.compile/compile.exp: Likewise.
12208 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12209 supported on this host".
12210
122112014-12-16 Doug Evans <xdje42@gmail.com>
12212
12213 * boards/stabs.exp: New file.
12214
122152014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12216
12217 * gdb.base/completion.exp: Adjust to format changes of "maint
12218 print user-registers".
12219
122202014-12-16 Catalin Udma <catalin.udma@freescale.com>
12221
12222 PR server/17457
12223 * gdb.arch/aarch64-fp.c: New file.
12224 * gdb.arch/aarch64-fp.exp: New file.
12225
122262014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12227
12228 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12229 r210637, r210913, r211666, r215400, r215817).
12230
12231 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12232 * dg-extract-results.py: New file.
12233 * dg-extract-results.sh: Use it if the environment seems
12234 suitable.
12235
12236 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12237
12238 * dg-extract-results.py (parse_run): Handle warnings that
12239 are printed before a test harness is run.
12240
12241 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12242
12243 * dg-extract-results.py (Named): Remove __cmp__ method.
12244 (output_variation): Use a key to sort variation.harnesses.
12245
12246 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12247
12248 * dg-extract-results.py: For Python 3, force sys.stdout to
12249 handle surrogate escape sequences.
12250 (safe_open): New function.
12251 (output_segment, main): Use it.
12252
12253 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12254
12255 * dg-extract-results.py (Prog.result_re): Include options
12256 in test name.
12257
12258 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12259
12260 * dg-extract-results.py (output_variation): Always sort if
12261 do_sum.
12262
122632014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12264
12265 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12266 as long as we get pagination notifications.
12267
122682014-12-15 Jason Merrill <jason@redhat.com>
12269
12270 * Makefile.in (check-gdb.%): Restore.
12271 * README: Mention it.
12272
122732014-12-13 Joel Brobecker <brobecker@adacore.com>
12274
12275 * gdb.ada/str_uninit: New testcase.
12276
122772014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12278
12279 PR symtab/17642
12280 * gdb.base/vla-stub-define.c: New file.
12281 * gdb.base/vla-stub.c: New file.
12282 * gdb.base/vla-stub.exp: New file.
12283
122842014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12285 Jan Kratochvil <jan.kratochvil@redhat.com>
12286 Tom Tromey <tromey@redhat.com>
12287
12288 * configure.ac: Add gdb.compile/.
12289 * configure: Regenerate.
12290 * gdb.compile/Makefile.in: New file.
12291 * gdb.compile/compile-ops.exp: New file.
12292 * gdb.compile/compile-ops.c: New file.
12293 * gdb.compile/compile-tls.c: New file.
12294 * gdb.compile/compile-tls.exp: New file.
12295 * gdb.compile/compile-constvar.S: New file.
12296 * gdb.compile/compile-constvar.c: New file.
12297 * gdb.compile/compile-mod.c: New file.
12298 * gdb.compile/compile-nodebug.c: New file.
12299 * gdb.compile/compile-setjmp-mod.c: New file.
12300 * gdb.compile/compile-setjmp.c: New file.
12301 * gdb.compile/compile-setjmp.exp: New file.
12302 * gdb.compile/compile-shlib.c: New file.
12303 * gdb.compile/compile.c: New file.
12304 * gdb.compile/compile.exp: New file.
12305 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12306
123072014-12-12 Tom Tromey <tromey@redhat.com>
12308
12309 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12310 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12311
123122014-12-12 Doug Evans <dje@google.com>
12313
12314 * lib/gdb-python.exp (get_python_valueof): New function.
12315 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12316
123172014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12318
12319 * gdb.base/completion.exp: Add test for completion of "info
12320 registers ".
12321
123222014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12323
12324 * gdb.base/func-ptrs.c: New file.
12325 * gdb.base/func-ptrs.exp: New file.
12326
123272014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12328
12329 PR breakpoints/17012
12330 * gdb.base/dprintf-detach.c: New file.
12331 * gdb.base/dprintf-detach.exp: New file.
12332
123332014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12334
12335 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12336 * lib/gdb.exp (target_is_gdbserver): New procedure.
12337
123382014-12-08 Doug Evans <dje@google.com>
12339
12340 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12341
123422014-12-05 Yao Qi <yao@codesourcery.com>
12343
12344 * gdb.guile/scm-error.exp: Remove the third argument to
12345 gdb_remote_download.
12346 * gdb.guile/scm-frame-args.exp: Likewise.
12347 * gdb.guile/scm-section-script.exp: Likewise.
12348
123492014-12-05 Yao Qi <yao@codesourcery.com>
12350
12351 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12352
123532014-12-04 Doug Evans <dje@google.com>
12354
12355 * gdb.python/py-objfile.exp: Add tests for
12356 objfile.add_separate_debug_file.
12357
123582014-12-04 Doug Evans <dje@google.com>
12359
12360 * lib/gdb.exp (get_build_id): New function.
12361 (build_id_debug_filename_get): Rewrite to use it.
12362 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12363
123642014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12365
12366 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12367 `method(long)', not just 0x0.
12368 * gdb.cp/nsalias.exp: Align code labels to 4.
12369 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12370 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12371 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12372 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12373 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12374 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12375
123762014-12-02 Doug Evans <dje@google.com>
12377
12378 PR symtab/17602
12379 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12380 * gdb.cp/anon-ns2.cc: ... here. New file.
12381 * gdb.cp/anon-ns.exp: Update.
12382
123832014-12-02 Nick Bull <nicholaspbull@gmail.com>
12384
12385 * gdb.python/py-events.py (inferior_call_handler): New.
12386 (register_changed_handler, memory_changed_handler): New.
12387 (test_events.invoke): Register new handlers.
12388 * gdb.python/py-events.exp: Add tests for inferior call,
12389 memory_changed and register_changed events.
12390
123912014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12392
12393 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12394 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12395 if the linker doesn't understand this.
12396
123972014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12398
12399 * gdb.python/python.exp: Change expected reply to help().
12400
124012014-12-01 Yao Qi <yao@codesourcery.com>
12402
12403 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12404 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12405 * configure: Re-generated.
12406
124072014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12408
12409 * gdb.cp/chained-calls.cc: New file.
12410 * gdb.cp/chained-calls.exp: New file.
12411 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12412
124132014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12414
12415 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12416 * gdb.dwarf2/symtab-producer.exp: Same.
12417 * gdb.gdb/python-interrupts.exp: Same.
12418 * gdb.gdb/python-selftest.exp: Same.
12419 * gdb.python/py-linetable.exp: Same.
12420 * gdb.python/py-type.exp: Same.
12421 * gdb.python/py-value-cc.exp: Same.
12422 * gdb.python/py-value.exp: Same.
12423
124242014-11-28 Yao Qi <yao@codesourcery.com>
12425
12426 * gdb.base/break-probes.exp: Match library name prefixed with
12427 sysroot.
12428
124292014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12430
12431 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12432 test expected output. Add parentheses for the call to print.
12433 Remove L suffix from integers.
12434
124352014-11-26 Doug Evans <dje@google.com>
12436
12437 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12438
124392014-11-22 Yao Qi <yao@codesourcery.com>
12440
12441 * gdb.trace/entry-values.c: Remove asms.
12442 (foo): Add foo_label.
12443 (bar): Add bar_label.
12444 * gdb.trace/entry-values.exp: Remove code computing foo's
12445 length and bar's length.
12446 (Dwarf::assemble): Invoke function_range for bar and use
12447 MACRO_AT_func for foo.
12448
124492014-11-22 Yao Qi <yao@codesourcery.com>
12450
12451 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12452 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12453 Use .Lgcc43_procstart instead of gcc43.
12454
124552014-11-21 Joel Brobecker <brobecker@adacore.com>
12456
12457 * gdb.ada/n_arr_bound: New testcase.
12458
124592014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12460
12461 PR breakpoints/10737
12462 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12463 test_catch_syscall_multi_arch.
12464 (test_catch_syscall_multi_arch): New function.
12465
124662014-11-20 Doug Evans <xdje42@gmail.com>
12467
12468 * gdb.base/maint.exp: Update expected output.
12469
124702014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12471
12472 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12473 4-byte instruction on S390.
12474
124752014-11-19 Joel Brobecker <brobecker@adacore.com>
12476
12477 * gdb.ada/arr_arr: New testcase.
12478
124792014-11-19 Joel Brobecker <brobecker@adacore.com>
12480
12481 * gdb.ada/pkd_arr_elem: New Testcase.
12482
124832014-11-18 Luis Machado <lgustavo@codesourcery.com>
12484
12485 * gdb.reverse/break-precsave: Expect completion message for
12486 core file reads.
12487 * gdb.reverse/consecutive-precsave.exp: Likewise.
12488 * gdb.reverse/finish-precsave.exp: Likewise.
12489 * gdb.reverse/i386-precsave.exp: Likewise.
12490 * gdb.reverse/machinestate-precsave.exp: Likewise.
12491 * gdb.reverse/sigall-precsave.exp: Likewise.
12492 * gdb.reverse/solib-precsave.exp: Likewise.
12493 * gdb.reverse/step-precsave.exp: Likewise.
12494 * gdb.reverse/until-precsave.exp: Likewise.
12495 * gdb.reverse/watch-precsave.exp: Likewise.
12496
124972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12498
12499 * gdb.base/bp-permanent.c: Include unistd.h.
12500 * gdb.python/py-framefilter-mi.c (main): Add return type.
12501 * gdb.python/py-framefilter.c (main): Likewise.
12502 * gdb.trace/actions-changed.c (main): Likewise.
12503
125042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12505
12506 * gdb.mi/until.c: Add eye-catchers.
12507 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12508 line numbers.
12509
125102014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12511
12512 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12513 function header variants in break1.c.
12514 * gdb.base/ena-dis-br.exp: Likewise.
12515 * gdb.base/hbreak2.exp: Likewise.
12516 * gdb.reverse/until-precsave.exp: Drop references to removed
12517 non-prototype function header variants in ur1.c.
12518 * gdb.reverse/until-reverse.exp: Likewise.
12519
125202014-11-17 Petr Machata <pmachata@redhat.com>
12521
12522 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12523 ${_cu_offset_size} bytes abbrev offset.
12524
125252014-11-15 Doug Evans <xdje42@gmail.com>
12526
12527 PR symtab/17559
12528 * gdb.base/line-symtabs.exp: New file.
12529 * gdb.base/line-symtabs.c: New file.
12530 * gdb.base/line-symtabs.h: New file.
12531
125322014-11-14 Yao Qi <yao@codesourcery.com>
12533
12534 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12535 (func): Add label func_label.
12536 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12537 Replace low_pc and high_pc with MACRO_AT_range.
12538 Replace name, low_pc and high_pc with MACRO_AT_func.
12539
125402014-11-14 Yao Qi <yao@codesourcery.com>
12541
12542 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12543 Replace name, low_pc and high_pc with MACRO_AT_func.
12544
125452014-11-14 Yao Qi <yao@codesourcery.com>
12546
12547 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12548 produce debug information.
12549 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12550
125512014-11-14 Yao Qi <yao@codesourcery.com>
12552
12553 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12554 object and get function length.
12555 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12556 with MACRO_AT_func.
12557 (top-level): Replace gdb_compile and clean_restart with
12558 prepare_for_testing.
12559 * gdb.dwarf2/main.c (main): Add label main_label.
12560
125612014-11-14 Yao Qi <yao@codesourcery.com>
12562
12563 * lib/dwarf.exp (function_range): New procedure.
12564 (Dwarf::_handle_macro_at_func): New procedure.
12565 (Dwarf::_handle_macro_at_range): New procedure.
12566 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12567
125682014-11-14 Yao Qi <yao@codesourcery.com>
12569
12570 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12571 (_handle_attribute): New procedure.
12572
125732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12574
12575 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12576 * gdb.base/call-sc.c (zed): Likewise.
12577 * gdb.base/checkpoint.c (main): Likewise.
12578 * gdb.base/dump.c (main): Likewise.
12579 * gdb.base/gcore.c (main): Likewise.
12580 * gdb.base/huge.c (main): Likewise.
12581 * gdb.base/multi-forks.c (main): Likewise.
12582 * gdb.base/pr10179-a.c (main): Likewise.
12583 * gdb.base/savedregs.c (main): Likewise.
12584 * gdb.base/sigaltstack.c (main): Likewise.
12585 * gdb.base/siginfo.c (main): Likewise.
12586 * gdb.base/structs.c (zed): Likewise.
12587 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12588 * gdb.mi/mi-syn-frame.c (main): Likewise.
12589 * gdb.mi/until.c (foo, main): Likewise.
12590 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12591 * gdb.base/solib-weak.c (foo): Declare.
12592 * gdb.base/attach-twice.c: Include stdio.h.
12593 * gdb.base/weaklib1.c: Likewise.
12594 * gdb.base/weaklib2.c: Likewise.
12595 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12596 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12597 unistd.h.
12598 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12599 * gdb.mi/mi-exit-code.c: Likewise.
12600 * gdb.base/break-interp-lib.c: Include string.h.
12601 * gdb.base/coremaker.c: Likewise.
12602 * gdb.base/testenv.c: Likewise.
12603 * gdb.python/py-finish-breakpoint.c: Likewise.
12604 * gdb.base/inferior-died.c: Include sys/wait.h.
12605 * gdb.base/fileio.c: Include time.h.
12606 * gdb.base/async-shell.c: Include unistd.h.
12607 * gdb.base/dprintf-non-stop.c: Likewise.
12608 * gdb.base/info-os.c: Likewise.
12609 * gdb.mi/mi-console.c: Likewise.
12610 * gdb.mi/watch-nonstop.c: Likewise.
12611 * gdb.python/py-events.c: Likewise.
12612 * gdb.base/async.c (baz): Move up before its invocation.
12613 * gdb.base/code_elim2.c (my_global_func): Likewise.
12614 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12615 * gdb.base/advance.c (func2): Likewise.
12616
126172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12618
12619 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12620 variant.
12621 * gdb.base/annota3.c: Likewise.
12622 * gdb.base/async.c: Likewise.
12623 * gdb.base/average.c: Likewise.
12624 * gdb.base/call-ar-st.c: Likewise.
12625 * gdb.base/call-rt-st.c: Likewise.
12626 * gdb.base/call-sc.c: Likewise.
12627 * gdb.base/call-strs.c: Likewise.
12628 * gdb.base/ending-run.c: Likewise.
12629 * gdb.base/execd-prog.c: Likewise.
12630 * gdb.base/exprs.c: Likewise.
12631 * gdb.base/foll-exec.c: Likewise.
12632 * gdb.base/foll-fork.c: Likewise.
12633 * gdb.base/foll-vfork.c: Likewise.
12634 * gdb.base/funcargs.c: Likewise.
12635 * gdb.base/gcore.c: Likewise.
12636 * gdb.base/jump.c: Likewise.
12637 * gdb.base/langs0.c: Likewise.
12638 * gdb.base/langs1.c: Likewise.
12639 * gdb.base/langs2.c: Likewise.
12640 * gdb.base/mips_pro.c: Likewise.
12641 * gdb.base/nodebug.c: Likewise.
12642 * gdb.base/opaque0.c: Likewise.
12643 * gdb.base/opaque1.c: Likewise.
12644 * gdb.base/recurse.c: Likewise.
12645 * gdb.base/run.c: Likewise.
12646 * gdb.base/scope0.c: Likewise.
12647 * gdb.base/scope1.c: Likewise.
12648 * gdb.base/setshow.c: Likewise.
12649 * gdb.base/setvar.c: Likewise.
12650 * gdb.base/shmain.c: Likewise.
12651 * gdb.base/shr1.c: Likewise.
12652 * gdb.base/shr2.c: Likewise.
12653 * gdb.base/sigall.c: Likewise.
12654 * gdb.base/signals.c: Likewise.
12655 * gdb.base/so-indr-cl.c: Likewise.
12656 * gdb.base/solib2.c: Likewise.
12657 * gdb.base/structs.c: Likewise.
12658 * gdb.base/sum.c: Likewise.
12659 * gdb.base/vforked-prog.c: Likewise.
12660 * gdb.base/watchpoint.c: Likewise.
12661 * gdb.reverse/shr2.c: Likewise.
12662 * gdb.reverse/until-reverse.c: Likewise.
12663 * gdb.reverse/ur1.c: Likewise.
12664 * gdb.reverse/watch-reverse.c: Likewise.
12665
126662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12667
12668 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12669 variant.
12670 * gdb.base/sepdebug.exp: Drop references to removed code.
12671
126722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12673
12674 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12675 variant. Preserve original line numbering.
12676 * gdb.base/list1.c: Likewise.
12677
126782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12679
12680 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12681 variant.
12682 * gdb.base/break1.c: Likewise.
12683 * gdb.base/break.exp: Drop references to removed code.
12684
126852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12686
12687 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12688 variant.
12689
126902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12691
12692 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12693
126942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12695
12696 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12697 logic into perform_all_tests() and invoke it with and without
12698 function header prototypes.
12699 (do_function_calls): Remove conditional XFAIL for PR 5318.
12700 (rerun_and_prepare): Remove duplicate code.
12701 (perform_all_tests): New. Main logic moved here.
12702
127032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12704
12705 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12706 code guarded by #ifdef NO_PROTOTYPES.
12707 (t_double_many_args): Likewise.
12708 (DEF_FUNC_MANY_ARGS_1): Likewise.
12709 (DEF_FUNC_VALUES_1): Likewise.
12710 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12711 guarded by #ifdef PROTOTYPES.
12712
127132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12714
12715 * gdb.mi/mi-console.c: Add eye-catcher.
12716 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12717 instead of literal line number.
12718
127192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12720
12721 * gdb.base/shr2.c: Add eye-catcher.
12722 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12723 line number.
12724
127252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12726
12727 * gdb.base/jump.c: Add eye-catchers.
12728 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12729 numbers.
12730
127312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12732
12733 * gdb.base/execd-prog.c: Add eye-catchers.
12734 * gdb.base/foll-exec.c: Likewise.
12735 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12736 line numbers.
12737
127382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12739
12740 * gdb.base/ending-run.c: Add eye-catchers.
12741 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12742 literal line numbers.
12743
127442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12745
12746 * gdb.base/call-rt-st.c: Add eye-catchers.
12747 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12748 literal line numbers.
12749
127502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12751
12752 * gdb.base/call-ar-st.c: Add eye-catchers.
12753 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12754 literal line numbers.
12755
127562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12757
12758 * gdb.base/average.c: Add eye-catchers.
12759 * gdb.base/sum.c: Likewise.
12760 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12761 regexps dynamically.
12762
127632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12764
12765 * gdb.base/solib1.c: Add eye-catchers.
12766 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12767 literal line numbers.
12768
127692014-11-12 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12772 leader has exited.
12773
127742014-11-12 Pedro Alves <palves@redhat.com>
12775
12776 * gdb.arch/i386-bp_permanent.c: New file.
12777 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12778 (srcfile): Set to i386-bp_permanent.c.
12779 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12780 that stepi does not execute the 'leave' instruction, instead of
12781 testing it does execute.
12782 * gdb.base/bp-permanent.c: New file.
12783 * gdb.base/bp-permanent.exp: New file.
12784
127852014-11-10 Doug Evans <xdje42@gmail.com>
12786
12787 PR symtab/17564
12788 * gdb.base/symtab-search-order.exp: New file.
12789 * gdb.base/symtab-search-order.c: New file.
12790 * gdb.base/symtab-search-order-1.c: New file.
12791 * gdb.base/symtab-search-order-shlib-1.c: New file.
12792
127932014-11-07 Pedro Alves <palves@redhat.com>
12794
12795 PR gdb/17511
12796 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12797 i?86-*-linux*.
12798
127992014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12800
12801 PR c++/17494
12802 * gdb.cp/pr17494.cc: New file.
12803 * gdb.cp/pr17494.exp: New file.
12804
128052014-11-02 Yao Qi <yao@codesourcery.com>
12806
12807 * gdb.python/python.exp: Get working directory and match the
12808 output of "set extended-prompt \\w " with it.
12809
128102014-10-30 Doug Evans <dje@google.com>
12811
12812 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12813 in objfiles.
12814 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12815 in progspaces.
12816
128172014-10-30 Janis Johnson <janisjo@codesourcery.com>
12818
12819 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12820 * gdb.base/realname-expand.exp: Likewise.
12821 * gdb.linespec/macro-relative.exp: Likewise.
12822
128232014-10-29 Pedro Alves <palves@redhat.com>
12824
12825 PR gdb/17408
12826 * gdb.threads/schedlock.c (some_function): New function.
12827 (call_function): New global.
12828 (MAYBE_CALL_SOME_FUNCTION): New macro.
12829 (thread_function): Call it.
12830 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12831 and use it instead of a global counter. Adjust all callers.
12832 (get_current_thread): Use "find current thread" for test message
12833 here rather than having all callers pass down the same string.
12834 (goto_loop): New procedure, factored out from ...
12835 (my_continue): ... this.
12836 (step_ten_loops): Change parameter from test message to command to
12837 use. Adjust.
12838 (list_count): Delete global.
12839 (check_result): New procedure, factored out from duplicate top
12840 level code.
12841 (continue tests): Wrap in with_test_prefix.
12842 (test_step): New procedure, factored out from duplicate top level
12843 code.
12844 (top level): Test "step" in combination with all scheduler-locking
12845 modes. Test "next" in combination with all scheduler-locking
12846 modes, and in combination with stepping over a function call or
12847 not.
12848 * gdb.threads/next-bp-other-thread.c: New file.
12849 * gdb.threads/next-bp-other-thread.exp: New file.
12850
128512014-10-29 Pedro Alves <palves@redhat.com>
12852
12853 PR python/17372
12854 * gdb.python/python.exp: Test a multi-line command that spawns
12855 interactive Python.
12856 * gdb.base/multi-line-starts-subshell.exp: New file.
12857
128582014-10-29 Yao Qi <yao@codesourcery.com>
12859
12860 * gdb.base/fileio.exp: Make directories on host.
12861
128622014-10-29 Yao Qi <yao@codesourcery.com>
12863
12864 * gdb.base/fileio.c (test_write): Close the file.
12865
128662014-10-28 Pedro Alves <palves@redhat.com>
12867
12868 PR gdb/12623
12869 * gdb.base/sigstep.c (no_handler): New global.
12870 (main): If 'no_handler is true, set the signal handlers to
12871 SIG_IGN.
12872 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12873 with_sw_watch and no_handler parameters. Handle them.
12874 (top level) <stepping over handler when stopped at a breakpoint
12875 test>: Add a test axis for testing with a software watchpoint, and
12876 another for testing with the signal handler set to SIG_IGN.
12877 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12878 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12879
128802014-10-28 Pedro Alves <palves@redhat.com>
12881
12882 PR gdb/17511
12883 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12884 * gdb.base/sigstep.exp (other_handler_location): New global.
12885 (advance): Support stepping into the signal handler, and running
12886 commands while in the handler.
12887 (in_handler_map): New global.
12888 (top level): In the advance test, add combinations for getting
12889 into the handler with stepping commands, and for running commands
12890 in the handler. Add comment descripting the advancei tests.
12891
128922014-10-28 Pedro Alves <palves@redhat.com>
12893
12894 * gdb.base/sigstep.exp: Use build_executable instead of
12895 prepare_for_testing.
12896 (top level): Move code that starts GDB, runs to main and creates a
12897 display to ...
12898 (restart): ... this new procedure.
12899 (top level): Move backtrace from signal handler test to ...
12900 (validate_backtrace): ... this new procedure.
12901 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12902 with_test_prefix. Always restart GDB.
12903 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12904 with_test_prefix. Always restart GDB. No need to delete
12905 breakpoints after the test.
12906 (test_skip_handler): Remove prefix parameter.
12907 (skip_over_handler, breakpoint_to_handler)
12908 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12909 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12910 restart GDB. No need to delete breakpoints after the test.
12911 (top level): Use foreach to call the test procedures with
12912 different commands.
12913
129142014-10-28 Pedro Alves <palves@redhat.com>
12915
12916 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12917 instead of GNATS numbers.
12918 * gdb.base/sigbpt.exp: Likewise.
12919 * gdb.base/siginfo.exp: Likewise.
12920 * gdb.base/sigstep.exp: Likewise.
12921
129222014-10-27 Pedro Alves <palves@redhat.com>
12923
12924 * gdb.base/sigstep.c (dummy): New global.
12925 (main): Issue a couple writes to the new global.
12926 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12927 procedures.
12928 (skip_over_handler): Use test_skip_handler.
12929 (top level): Call skip_over_handler for stepi and nexti too.
12930 (breakpoint_over_handler): Use test_skip_handler.
12931 (top level): Call breakpoint_over_handler for stepi and nexti too.
12932
129332014-10-27 Yao Qi <yao@codesourcery.com>
12934
12935 * gdb.trace/tfile.c (adjust_function_address)
12936 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12937 function descriptor.
12938
129392014-10-24 Don Breazeal <donb@codesourcery.com>
12940
12941 * gdb.base/foll-fork.exp (test_follow_fork,
12942 catch_fork_child_follow): Check for updated fork messages emitted
12943 from infrun.c.
12944 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12945 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12946 vfork_and_exec_child_follow_through_step): Check for updated vfork
12947 messages emitted from infrun.c.
12948
129492014-10-24 Pedro Alves <palves@redhat.com>
12950
12951 * gdb.base/corefile.exp: Remove references to ultrix.
12952 * gdb.base/interrupt.exp: Likewise.
12953 * gdb.base/whatis.exp: Likewise.
12954 * gdb.gdb/selftest.exp: Likewise.
12955 * gdb.threads/manythreads.exp: Likewise.
12956 * gdb.threads/print-threads.exp: Likewise.
12957 * gdb.threads/pthreads.exp:: Likewise.
12958 * gdb.threads/schedlock.exp: Likewise.
12959
129602014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12961
12962 * gdb.cp/non-trivial-retval.cc: Add a test case.
12963 * gdb.cp/non-trivial-retval.exp: Add a test.
12964
129652014-10-20 Yao Qi <yao@codesourcery.com>
12966
12967 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12968 * gdb.python/py-objfile-script-gdb.py: New file.
12969 * gdb.python/py-objfile-script.exp: Update reference to
12970 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12971 of remote_download. Remove the dest file.
12972
129732014-10-20 Yao Qi <yao@codesourcery.com>
12974
12975 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12976 * gdb.base/step-line.exp: Likewise.
12977 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12978 * gdb.dwarf2/dw2-basic.exp: Likewise.
12979 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12980 * gdb.dwarf2/dw2-filename.exp: Likewise.
12981 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12982 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12983 * gdb.dwarf2/dw2-producer.exp: Likewise.
12984 * gdb.dwarf2/mac-fileno.exp: Likewise.
12985 * gdb.python/py-frame-args.exp: Likewise.
12986 * gdb.python/py-framefilter.exp: Likewise.
12987 * gdb.python/py-mi.exp: Likewise.
12988 * gdb.python/py-objfile-script.exp: Likewise
12989 * gdb.python/py-pp-integral.exp: Likewise.
12990 * gdb.python/py-pp-re-notag.exp: Likewise.
12991 * gdb.python/py-prettyprint.exp: Likewise.
12992 * gdb.python/py-section-script.exp: Likewise.
12993 * gdb.python/py-typeprint.exp: Likewise.
12994 * gdb.python/py-xmethods.exp: Likewise.
12995 * gdb.stabs/weird.exp: Likewise.
12996 * gdb.xml/tdesc-regs.exp: Likewise.
12997
129982014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12999
13000 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13001 (out_cu): Use addr_len for the size of addresses.
13002 (out_line): Likewise. Size DW_LNE_set_address instruction
13003 according to addr_len.
13004 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13005 (FUNC): Add START_INSNS to definition.
13006
130072014-10-18 Yao Qi <yao@codesourcery.com>
13008
13009 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13010 gdb_has_argv0 return true.
13011 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13012 check [target_info exists noargs], check [gdb_has_argv0]
13013 instead.
13014 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13015 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13016 procedures.
13017
130182014-10-17 Doug Evans <dje@google.com>
13019
13020 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13021 event.
13022 * gdb.python/py-events.py: Add clear_objfiles event.
13023
130242014-10-17 Doug Evans <dje@google.com>
13025
13026 * gdb.python/py-objfile.exp: Test progspace attribute.
13027
130282014-10-17 Luis Machado <lgustavo@codesourcery.com>
13029
13030 * gdb.guile/scm-breakpoint.exp: Do not assume any
13031 directory separators when matching source file paths.
13032 * gdb.python/py-breakpoint.exp: Likewise.
13033 * gdb.reverse/break-precsave.exp: Likewise.
13034 * gdb.reverse/break-reverse.exp: Likewise.
13035 * gdb.reverse/consecutive-precsave.exp: Likewise.
13036 * gdb.reverse/finish-precsave.exp: Likewise.
13037 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13038 * gdb.reverse/finish-reverse.exp: Likewise.
13039 * gdb.reverse/i386-precsave.exp: Likewise.
13040 * gdb.reverse/i387-env-reverse.exp: Likewise.
13041 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13042 * gdb.reverse/machinestate-precsave.exp: Likewise.
13043 * gdb.reverse/machinestate.exp: Likewise.
13044 * gdb.reverse/sigall-precsave.exp: Likewise.
13045 * gdb.reverse/solib-precsave.exp: Likewise.
13046 * gdb.reverse/step-precsave.exp: Likewise.
13047 * gdb.reverse/until-precsave.exp: Likewise.
13048 * gdb.reverse/watch-precsave.exp: Likewise.
13049 * gdb.reverse/watch-reverse.exp: Likewise.
13050
130512014-10-17 Yao Qi <yao@codesourcery.com>
13052
13053 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13054 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13055
130562014-10-17 Pedro Alves <palves@redhat.com>
13057
13058 PR gdb/17471
13059 * gdb.base/bg-execution-repeat.c: New file.
13060 * gdb.base/bg-execution-repeat.exp: New file.
13061
130622014-10-17 Pedro Alves <palves@redhat.com>
13063
13064 PR gdb/17300
13065 * gdb.base/continue-all-already-running.c: New file.
13066 * gdb.base/continue-all-already-running.exp: New file.
13067
130682014-10-17 Pedro Alves <palves@redhat.com>
13069
13070 PR gdb/17472
13071 * gdb.base/annota-input-while-running.c: New file.
13072 * gdb.base/annota-input-while-running.exp: New file.
13073
130742014-10-17 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.base/callfuncs.exp: emove references to osf.
13077 * gdb.base/sigall.exp: Likewise.
13078 * gdb.gdb/selftest.exp: Likewise.
13079 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13080 * gdb.mi/non-stop.c: Likewise.
13081 * gdb.mi/pthreads.c: Likewise.
13082 * gdb.reverse/sigall-precsave.exp: Likewise.
13083 * gdb.reverse/sigall-reverse.exp: Likewise.
13084 * gdb.threads/pthreads.c: Likewise.
13085 * gdb.threads/pthreads.exp: Likewise.
13086
130872014-10-17 Yao Qi <yao@codesourcery.com>
13088
13089 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13090 check 'target_info exists noargs'.
13091 (test_command_prompt_position): Likewise.
13092 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13093 Remove "set args".
13094 (progvar_simple_while_test): Likewise.
13095 (progvar_complex_if_while_test): Likewise.
13096 (if_while_breakpoint_command_test): Likewise.
13097 (infrun_breakpoint_command_test): Likewise.
13098 (breakpoint_command_test): Likewise.
13099 (watchpoint_command_test): Likewise.
13100 (bp_deleted_in_command_test): Likewise.
13101 (temporary_breakpoint_commands): Likewise.
13102
131032014-10-16 Yao Qi <yao@codesourcery.com>
13104
13105 * gdb.base/remotetimeout.exp: Remove noargs checking.
13106
131072014-10-15 Pedro Alves <palves@redhat.com>
13108
13109 PR breakpoints/9649
13110 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13111 * gdb.base/breakpoint-in-ro-region.exp
13112 (probe_target_hardware_step): New procedure.
13113 (top level): Probe hardware stepping and hardware breakpoint
13114 support. Test stepping through a read-only region, with both
13115 "breakpoint auto-hw" on and off and both "always-inserted" on and
13116 off.
13117
131182014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13119
13120 * gdb.dlang/demangle.exp: Update for demangling changes.
13121
131222014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13123
13124 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13125 * gdb.cp/non-trivial-retval.exp: Add new tests.
13126
131272014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13128
13129 PR c++/13403
13130 PR c++/15154
13131 * gdb.cp/non-trivial-retval.cc: New file.
13132 * gdb.cp/non-trivial-retval.exp: New file.
13133
131342014-10-15 Yao Qi <yao@codesourcery.com>
13135
13136 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13137 remote host.
13138
131392014-10-15 Yao Qi <yao@codesourcery.com>
13140
13141 * gdb.python/py-symbol.exp: Match file base name if host is
13142 remote, otherwise match file name with dir name.
13143 * gdb.python/py-symtab.exp: Likewise.
13144 * gdb.python/python.exp: Likewise.
13145
131462014-10-15 Yao Qi <yao@codesourcery.com>
13147
13148 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13149 pattern.
13150 * gdb.python/py-symtab.exp: Likewise.
13151 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13152 locationn.
13153
131542014-10-14 Joel Brobecker <brobecker@adacore.com>
13155
13156 * gdb.ada/addr_arith: New testcase.
13157
131582014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13159
13160 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13161 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13162 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13163 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13164
131652014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13166
13167 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13168 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13169 * gdb.arch/stap-eval-lang-ada.exp: New file.
13170
131712014-10-14 Yao Qi <yao@codesourcery.com>
13172
13173 * gdb.mi/mi-var-child.c (nothing1): New function.
13174 (nothing2): New function.
13175 (do_children_tests): Set function pointers by nothing1 and
13176 nothing2.
13177 * gdb.mi/mi-var-child.exp: Step over new added statements.
13178 Update test to match the new output.
13179 * gdb.mi/var-cmd.c (nothing1): New function.
13180 (nothing2): New function.
13181 (do_children_tests): Set function pointers by nothing1 and
13182 nothing2.
13183 * gdb.mi/mi-var-display.exp: Update test to match output.
13184 Step to the line specified by $line_dct_nothing.
13185 Increase the number of lines to step.
13186
131872014-10-14 Yao Qi <yao@codesourcery.com>
13188
13189 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13190 tests.
13191 * gdb.mi/mi2-var-child.exp: Likewise.
13192
131932014-10-13 Doug Evans <dje@google.com>
13194
13195 * gdb.python/py-objfile.exp: Change name of file name test.
13196
131972014-10-13 Doug Evans <dje@google.com>
13198
13199 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13200 from the start of the CU.
13201
132022014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13203 Yao Qi <yao@codesourcery.com>
13204
13205 Fix "save breakpoints" for "catch" command.
13206 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13207 Remove -nonewline. Match also the added "main" line.
13208
132092014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13210
13211 Fix "save breakpoints" for "disable $bpnum" command.
13212 * gdb.base/save-bp.c (main): Add label.
13213 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13214
132152014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13216
13217 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13218
132192014-10-11 Yao Qi <yao@codesourcery.com>
13220
13221 * gdb.server/server-kill.exp: Execute command
13222 "set remote trace-status-packet on" before "tstatus".
13223
132242014-10-11 Yao Qi <yao@codesourcery.com>
13225
13226 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13227 (main): Call getppid.
13228 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13229 and continue to it. Read variable "server_pid".
13230
132312014-10-11 Yao Qi <yao@codesourcery.com>
13232
13233 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13234
132352014-10-11 Yao Qi <yao@codesourcery.com>
13236
13237 * gdb.threads/thread-find.exp: Don't execute command
13238 "info threads".
13239 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13240 * gdb.threads/linux-dp.exp: Don't check the condition
13241 $threads_created equals to zero.
13242
132432014-10-10 Pedro Alves <palves@redhat.com>
13244
13245 * gdb.base/bigcore.exp: Remove references to IRIX.
13246 * gdb.base/funcargs.exp: Likewise.
13247 * gdb.base/interrupt.exp: Likewise.
13248 * gdb.base/mips_pro.exp: Likewise.
13249 * gdb.base/nodebug.exp: Likewise.
13250 * gdb.base/setvar.exp: Likewise.
13251 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13252
132532014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13254 Pedro Alves <palves@redhat.com>
13255
13256 PR symtab/14466
13257 * gdb.base/vdso-warning.c: New file.
13258 * gdb.base/vdso-warning.exp: New file.
13259
132602014-10-02 Doug Evans <dje@google.com>
13261
13262 * gdb.base/structs.c (main): Don't run forever.
13263
132642014-10-02 Pedro Alves <palves@redhat.com>
13265
13266 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13267 (top level) <stop threads 1, stop threads 2>: Use it.
13268
132692014-10-02 Pedro Alves <palves@redhat.com>
13270
13271 * gdb.threads/break-while-running.exp (test): Add new
13272 'update_thread_list' argument. Skip "info threads" if false.
13273 (top level): Add new 'update_thread_list' axis.
13274
132752014-10-02 Pedro Alves <palves@redhat.com>
13276
13277 PR breakpoints/17431
13278 * gdb.base/execl-update-breakpoints.c: New file.
13279 * gdb.base/execl-update-breakpoints.exp: New file.
13280
132812014-10-01 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.base/breakpoint-in-ro-region.c: New file.
13284 * gdb.base/breakpoint-in-ro-region.exp: New file.
13285
132862014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13287
13288 * gdb.mi/mi-exit-code.exp: New file.
13289 * gdb.mi/mi-exit-code.c: New file.
13290
132912014-09-30 Yao Qi <yao@codesourcery.com>
13292
13293 * lib/prelink-support.exp (build_executable_own_libs): Error if
13294 the target isn't native.
13295
132962014-09-30 Yao Qi <yao@codesourcery.com>
13297
13298 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13299 false.
13300
133012014-09-22 Pedro Alves <palves@redhat.com>
13302
13303 * gdb.threads/break-while-running.exp: New file.
13304 * gdb.threads/break-while-running.c: New file.
13305
133062014-09-19 Yao Qi <yao@codesourcery.com>
13307
13308 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13309 Invoke test. Restart GDB with --readnow and invoke test again.
13310
133112014-09-19 Yao Qi <yao@codesourcery.com>
13312
13313 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13314 proc set_breakpoint_on_gcd_function. Invoke
13315 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13316 invoke set_breakpoint_on_gcd_function again.
13317
133182014-09-18 Doug Evans <dje@google.com>
13319
13320 * gdb.dwarf2/symtab-producer.exp: New file.
13321
133222014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13323
13324 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13325 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13326 * gdb.base/global-var-nested-by-dso.c: Likewise.
13327 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13328
133292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13330 Pedro Alves <palves@redhat.com>
13331
13332 * gdb.base/watch-bitfields.exp: Pass string other than test file
13333 name to prepare_for_testing.
13334 (watch): New procedure.
13335 (expect_watchpoint): Use with_test_prefix.
13336 (top level): Factor out tests to ...
13337 (test_watch_location, test_regular_watch): ... these new
13338 procedures, and use with_test_prefix and gdb_continue_to_end.
13339
133402014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13341
13342 PR breakpoints/12526
13343 * gdb.base/watch-bitfields.exp: New file.
13344 * gdb.base/watch-bitfields.c: New file.
13345
133462014-09-16 Pedro Alves <palves@redhat.com>
13347
13348 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13349 software and hardware addresses, not software address against
13350 itself.
13351
133522014-09-16 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13355 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13356
133572014-09-16 Pedro Alves <palves@redhat.com>
13358
13359 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13360 files.
13361 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13362 "*-*-vxworks*" throughout.
13363 * gdb.base/break.exp: Likewise.
13364 * gdb.base/default.exp: Likewise.
13365 * gdb.base/scope.exp: Likewise.
13366 * gdb.base/sepdebug.exp: Likewise.
13367 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13368 throughout.
13369 * gdb.base/run.c: Likewise.
13370 * gdb.base/sepdebug.c: Likewise.
13371 * gdb.hp/gdb.aCC/run.c: Likewise.
13372 * gdb.reverse/until-reverse.c: Likewise.
13373 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13374
133752014-09-16 Yao Qi <yao@codesourcery.com>
13376
13377 * boards/local-remote-host-native.exp: New file.
13378
133792014-09-14 Doug Evans <xdje42@gmail.com>
13380
13381 * gdb.threads/queue-signal.c (thread_count): New variable.
13382 (thread_count_mutex, thread_count_condvar): New variables.
13383 (incr_thread_count, wait_all_threads_running): New functions.
13384 (main): Wait for all threads to be in their thread functions.
13385
133862014-09-13 Doug Evans <xdje42@gmail.com>
13387
13388 * gdb.threads/queue-signal.c: New file.
13389 * gdb.threads/queue-signal.exp: New file.
13390
133912014-09-13 Doug Evans <xdje42@gmail.com>
13392
13393 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13394 be consistent with what default_gdb_init uses.
13395 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13396 the plain text of the prompt. Add some logging printfs.
13397 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13398
133992014-09-12 Pedro Alves <palves@redhat.com>
13400
13401 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13402 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13403 * gdb.arch/i386-size-overlap.exp: Likewise.
13404 * gdb.arch/i386-size.exp: Likewise.
13405 * gdb.arch/i386-unwind.exp: Likewise.
13406 * gdb.base/a2-run.exp: Likewise.
13407 * gdb.base/break.exp: Likewise.
13408 * gdb.base/charset.exp: Likewise.
13409 * gdb.base/chng-syms.exp: Likewise.
13410 * gdb.base/commands.exp: Likewise.
13411 * gdb.base/dbx.exp: Likewise.
13412 * gdb.base/find.exp: Likewise.
13413 * gdb.base/funcargs.exp: Likewise.
13414 * gdb.base/jit-simple.exp: Likewise.
13415 * gdb.base/reread.exp: Likewise.
13416 * gdb.base/sepdebug.exp: Likewise.
13417 * gdb.base/step-bt.exp: Likewise.
13418 * gdb.cp/mb-inline.exp: Likewise.
13419 * gdb.cp/mb-templates.exp: Likewise.
13420 * gdb.objc/basicclass.exp: Likewise.
13421 * gdb.threads/killed.exp: Likewise.
13422
134232014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13424
13425 PR tdep/17379
13426 * gdb.arch/powerpc-stackless.S: New file.
13427 * gdb.arch/powerpc-stackless.exp: New file.
13428
134292014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13430
13431 * gdb.base/attach.c: Include unistd.h.
13432 (main): Call alarm. Add label postloop.
13433 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13434 gdb_breakpoint, gdb_continue_to_breakpoint.
13435 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13436
134372014-09-11 Pedro Alves <palves@redhat.com>
13438
13439 PR gdb/17347
13440 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13441 * gdb.base/attach.exp (test_command_line_attach_run): New
13442 procedure.
13443 (top level): Call it.
13444
134452014-09-11 Pedro Alves <palves@redhat.com>
13446
13447 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13448 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13449 (do_command_attach_tests): Use spawn_wait_for_attach.
13450 * gdb.base/solib-overlap.exp: Likewise.
13451 * gdb.multi/multi-attach.exp: Likewise.
13452 * gdb.python/py-prompt.exp: Likewise.
13453 * gdb.python/py-sync-interp.exp: Likewise.
13454 * gdb.server/ext-attach.exp: Likewise.
13455
134562014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13457
13458 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13459 command in testcase. Simplify testcase.
13460
134612014-09-10 Joel Brobecker <brobecker@adacore.com>
13462
13463 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13464
134652014-09-10 Joel Brobecker <brobecker@adacore.com>
13466
13467 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13468
134692014-09-10 Joel Brobecker <brobecker@adacore.com>
13470
13471 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13472
134732014-09-10 Joel Brobecker <brobecker@adacore.com>
13474
13475 * gdb.dwarf2/dynarr-ptr.c: New file.
13476 * gdb.dwarf2/dynarr-ptr.exp: New file.
13477
134782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13479
13480 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13481 of 30 rather than hardcoding 120 for a slow test case. Take the
13482 `gdb,timeout' target setting into account for this calculation.
13483 Don't extend the timeout for the test cases that don't need it.
13484
134852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13486
13487 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13488 a factor of 2 for a slow test case. Take the `gdb,timeout'
13489 target setting into account for this calculation.
13490 * gdb.reverse/until-precsave.exp: Increase the timeout by
13491 a factor of 15 and 3 respectively rather than adding 120
13492 for a pair of slow test cases. Take the `gdb,timeout'
13493 target setting into account for this calculation.
13494
134952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13496
13497 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13498 timeout, don't pass one down to gdb_expect.
13499 (gdb_expect): Rework timeout selection.
13500
135012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13502
13503 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13504 exception on timeout.
13505 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13506 (gdbserver_start_extended): Catch any `gdbserver_start' error
13507 exceptions.
13508 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13509 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13510 `gdbserver_gdb_load' error exceptions.
13511
135122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13513
13514 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13515 120 on waiting for the TCP socket to open.
13516
135172014-09-09 Doug Evans <xdje42@gmail.com>
13518
13519 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13520 _caller_matches, _any_caller_is, _any_caller_matches.
13521
135222014-09-09 Doug Evans <xdje42@gmail.com>
13523
13524 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13525
135262014-09-09 Yao Qi <yao@codesourcery.com>
13527
13528 * gdb.mi/mi-var-display.exp: Set print symbol off.
13529
135302014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13531
13532 PR gdb/17035
13533 * gdb.base/commands.exp: Add tests to verify user-defined
13534 commands with empty bodies.
13535 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13536 python commands in `show user command`.
13537 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13538 scheme commands in `show user command`.
13539
135402014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13541
13542 PR python/17355
13543 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13544 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13545 * gdb.python/py-framefilter-invalidarg.exp: New file.
13546 * gdb.python/py-framefilter-invalidarg.py: New file.
13547
135482014-09-06 Doug Evans <xdje42@gmail.com>
13549
13550 PR 15276
13551 * gdb.python/py-caller-is.c: New file.
13552 * gdb.python/py-caller-is.exp: New file.
13553
135542014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13555
13556 PR gdb/17235
13557 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13558 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13559
135602014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13561
13562 PR fortran/17237
13563 * gdb.fortran/print-formatted.exp: New file.
13564 * gdb.fortran/print-formatted.f90: Likewise.
13565
135662014-09-03 Sasha Smundak <asmundak@google.com>
13567
13568 * gdb.python/py-frame.exp: Test Frame.read_register.
13569
135702014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13571
13572 PR python/16699
13573 * gdb.python/py-completion.exp: New file.
13574 * gdb.python/py-completion.py: Likewise.
13575
135762014-08-28 Doug Evans <dje@google.com>
13577
13578 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13579 eax,etc. are live with values set by gdb and thus the compiler can't
13580 use them.
13581 * gdb.arch/i386-pseudo.c (main): Ditto.
13582
135832014-08-27 Doug Evans <dje@google.com>
13584
13585 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13586
135872014-08-25 Doug Evans <dje@google.com>
13588
13589 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13590 (main): Ditto.
13591
135922014-08-25 Doug Evans <dje@google.com>
13593
13594 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13595
135962014-08-24 Yao Qi <yao@codesourcery.com>
13597
13598 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13599 symbol off.
13600 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13601
136022014-08-22 Doug Evans <dje@google.com>
13603
13604 PR 17276
13605 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13606 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13607 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13608
136092014-08-22 Yao Qi <yao@codesourcery.com>
13610
13611 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13612 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13613 * gdb.python/python.exp: Likewise. Use .py file on the host
13614 instead of the build.
13615
136162014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13617
13618 * gdb.threads/gcore-stale-thread.c: New file.
13619 * gdb.threads/gcore-stale-thread.exp: New file.
13620
136212014-08-21 Pedro Alves <palves@redhat.com>
13622
13623 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13624 * gdb.base/gcore-relro-pie.exp: Likewise.
13625 * gdb.base/gcore-relro.exp: Likewise.
13626 * gdb.base/gcore.exp: Likewise.
13627 * gdb.base/print-symbol-loading.exp: Likewise.
13628 * gdb.threads/gcore-thread.exp: Likewise.
13629 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13630
136312014-08-20 Pedro Alves <palves@redhat.com>
13632 Jan Kratochvil <jan.kratochvil@redhat.com>
13633
13634 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13635 configure.
13636 (EXPECT): Handle READ1 being set.
13637 (all): Depend on EXTRA_RULES.
13638 (check-read1, expect-read1, read1.so, read1): New rules.
13639 * README (Testsuite Parameters): Document the READ1 make variable.
13640 (Race detection): New section.
13641 * configure: Regenerate.
13642 * configure.ac: If build==host==target, and running under a
13643 GNU/glibc system, add read1 to the extra Makefile rules.
13644 (EXTRA_RULES): AC_SUBST it.
13645 * lib/read1.c: New file.
13646
136472014-08-20 Joel Brobecker <brobecker@adacore.com>
13648
13649 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13650 the handling of variables declared as a typedef to an array
13651 which a DW_AT_data_location attribute.
13652
136532014-08-19 Andrew Burgess <aburgess@broadcom.com>
13654 Pedro Alves <palves@redhat.com>
13655
13656 PR symtab/14604
13657 PR symtab/14605
13658 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13659 gdb_test.
13660
136612014-08-19 Pedro Alves <palves@redhat.com>
13662
13663 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13664
136652014-08-19 Yao Qi <yao@codesourcery.com>
13666
13667 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13668 right line.
13669
136702014-08-18 David Blaikie <dblaikie@gmail.com>
13671
13672 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13673
136742014-08-18 Joel Brobecker <brobecker@adacore.com>
13675
13676 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13677 attribute in array range.
13678
136792014-08-18 Joel Brobecker <brobecker@adacore.com>
13680
13681 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13682
136832014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13684
13685 PR c++/17132
13686 * gdb.cp/pr17132.cc: New file.
13687 * gdb.cp/pr17132.exp: New file.
13688
136892014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13690
13691 * gdb.python/py-xmethods.py (A_getarrayind)
13692 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13693 Use 'print' with function call syntax.
13694 (E_method_matcher.match): Fix tab vs space indentation mixup.
13695
136962014-08-15 Yao Qi <yao@codesourcery.com>
13697
13698 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13699 false.
13700
137012014-08-15 Yao Qi <yao@codesourcery.com>
13702
13703 * gdb.cp/casts.exp: Set print symbol off.
13704 * gdb.cp/class2.exp: Likewise.
13705 * gdb.cp/overload.exp: Likewise.
13706 * gdb.cp/templates.exp: Likewise.
13707
137082014-08-11 Doug Evans <dje@google.com>
13709
13710 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13711 (test_load_shlib): Update.
13712
137132014-08-09 Yao Qi <yao@codesourcery.com>
13714
13715 * gdb.base/display.exp: Invoke is_address_zero_readable.
13716 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13717 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13718 * gdb.base/hbreak-unmapped.exp: Return if
13719 is_address_zero_readable returns true.
13720 * gdb.base/signest.exp: Likewise.
13721 * gdb.base/signull.exp: Likewise.
13722 * gdb.base/sigbpt.exp: Likewise.
13723 * gdb.guile/scm-disasm.exp: Do the test if
13724 is_address_zero_readable returns false.
13725 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13726 * gdb.python/py-arch.exp: Likewise.
13727 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13728 * lib/gdb.exp (is_address_zero_readable): New proc.
13729
137302014-08-09 Yao Qi <yao@codesourcery.com>
13731
13732 PR testsuite/13443
13733 * gdb.mi/mi-var-display.exp: Make test messages unique.
13734
137352014-08-04 Tom Tromey <tromey@redhat.com>
13736
13737 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13738 target 0".
13739
137402014-08-04 Tom Tromey <tromey@redhat.com>
13741
13742 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13743 "target_resume".
13744
137452014-08-01 Joel Brobecker <brobecker@adacore.com>
13746
13747 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13748 inner_vla_struct_object_size.
13749 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13750 as xfail.
13751
137522014-07-30 Pedro Alves <palves@redhat.com>
13753
13754 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13755 comment.
13756
137572014-07-29 Yao Qi <yao@codesourcery.com>
13758
13759 PR gdb/17206
13760 * gdb.base/until-nodebug.exp: New.
13761
137622014-07-28 Doug Evans <xdje42@gmail.com>
13763
13764 PR guile/17203
13765 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13766 previously existing parameter, and previously ambiguously spelled
13767 parameter.
13768
137692014-07-28 Will Newton <will.newton@linaro.org>
13770
13771 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13772
137732014-07-26 Ludovic Courtès <ludo@gnu.org>
13774 Doug Evans <xdje42@gmail.com>
13775
13776 PR guile/17146
13777 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13778
137792014-07-25 Pedro Alves <palves@redhat.com>
13780
13781 * gdb.threads/signal-command-handle-nopass.c: New file.
13782 * gdb.threads/signal-command-handle-nopass.exp: New file.
13783 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13784 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13785 * gdb.threads/signal-delivered-right-thread.c: New file.
13786 * gdb.threads/signal-delivered-right-thread.exp: New file.
13787
137882014-07-25 Pedro Alves <palves@redhat.com>
13789
13790 * gdb.base/double-prompt-target-event-error.exp
13791 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13792 match.
13793 (cancel_pagination_in_target_event): Rework double prompt
13794 detection.
13795 * gdb.base/paginate-after-ctrl-c-running.exp
13796 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13797 <return>' match.
13798 * gdb.base/paginate-bg-execution.exp
13799 (test_bg_execution_pagination_return)
13800 (test_bg_execution_pagination_cancel): Remove '-notransfer
13801 <return>' matches.
13802 * gdb.base/paginate-execution-startup.exp
13803 (test_fg_execution_pagination_return)
13804 (test_fg_execution_pagination_cancel): Remove '-notransfer
13805 <return>' matches.
13806 * gdb.base/paginate-inferior-exit.exp
13807 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13808 match.
13809 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13810 * lib/gdb.exp (pagination_prompt): Run text through
13811 string_to_regexp.
13812 (gdb_test_multiple): Match $pagination_prompt instead of
13813 "<return>".
13814 (string_to_regexp): Move to lib/gdb-utils.exp.
13815
138162014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13817
13818 * gdb.arch/amd64-entry-value-paramref.S: New file.
13819 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13820 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13821 * gdb.arch/amd64-optimout-repeat.S: New file.
13822 * gdb.arch/amd64-optimout-repeat.c: New file.
13823 * gdb.arch/amd64-optimout-repeat.exp: New file.
13824
138252014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13826
13827 PR gdb/17170
13828 * gdb.base/statistics.exp: New file.
13829
138302014-07-17 Doug Evans <dje@google.com>
13831
13832 PR gdb/17170
13833 * gdb.base/maint.exp: Update testing of per-command stats.
13834
138352014-07-16 Pedro Alves <palves@redhat.com>
13836
13837 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13838 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13839 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13840 (tfile_write_buf): New functions.
13841 (add_memory_block): Rewrite using the above.
13842 (adjust_function_address): New function.
13843 (FUNCTION_ADDRESS): New macro.
13844 (write_basic_trace_file): Remove short_x local, and use
13845 tfile_write_16. Change type of func_addr local to unsigned long
13846 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13847 here. Cast argument of add_memory_block to char pointer.
13848 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13849 (main): Remove parameters.
13850 * gdb.trace/tfile.exp: Remove nowarnings.
13851
138522014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13853
13854 * gdb.base/debug-expr.exp: Test string evaluation with
13855 "debug expression" on.
13856
138572014-07-15 Pedro Alves <palves@redhat.com>
13858
13859 * gdb.base/reread.exp: Use clean_restart.
13860
138612014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13862
13863 * gdb.arch/avr-flash-qualifer.c: New.
13864 * gdb.arch/avr-flash-qualifer.exp: New.
13865
138662014-07-14 Pedro Alves <palves@redhat.com>
13867
13868 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13869 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13870
138712014-07-14 Pedro Alves <palves@redhat.com>
13872
13873 * gdb.base/double-prompt-target-event-error.c: New file.
13874 * gdb.base/double-prompt-target-event-error.exp: New file.
13875
138762014-07-14 Pedro Alves <palves@redhat.com>
13877
13878 PR gdb/17072
13879 * gdb.base/paginate-inferior-exit.c: New file.
13880 * gdb.base/paginate-inferior-exit.exp: New file.
13881
138822014-07-14 Pedro Alves <palves@redhat.com>
13883
13884 PR gdb/17072
13885 * gdb.base/paginate-bg-execution.c: New file.
13886 * gdb.base/paginate-bg-execution.exp: New file.
13887
138882014-07-14 Pedro Alves <palves@redhat.com>
13889
13890 PR gdb/17072
13891 * gdb.base/paginate-execution-startup.c: New file.
13892 * gdb.base/paginate-execution-startup.exp: New file.
13893 * lib/gdb.exp (pagination_prompt): New global.
13894 (default_gdb_spawn): New procedure, factored out from
13895 default_gdb_spawn.
13896 (default_gdb_start): Adjust to call default_gdb_spawn.
13897 (gdb_spawn): New procedure.
13898
138992014-07-14 Pedro Alves <palves@redhat.com>
13900
13901 * lib/gdb.exp (gdb_assert): New procedure.
13902 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13903
139042014-07-14 Pedro Alves <palves@redhat.com>
13905
13906 * gdb.base/execution-termios.c: New file.
13907 * gdb.base/execution-termios.exp: New file.
13908
139092014-07-14 Tom Tromey <tromey@redhat.com>
13910
13911 * gdb.cp/vla-cxx.cc: New file.
13912 * gdb.cp/vla-cxx.exp: New file.
13913
139142014-07-14 Tom Tromey <tromey@redhat.com>
13915
13916 * gdb.reverse/rerun-prec.c: New file.
13917 * gdb.reverse/rerun-prec.exp: New file.
13918
139192014-07-12 Maciej W. Rozycki <macro@mips.com>
13920 Maciej W. Rozycki <macro@codesourcery.com>
13921
13922 * lib/gdb-utils.exp: New file.
13923 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13924 inline `gdb_init_command' processing.
13925 (gdb_start_cmd): Likewise.
13926 * lib/mi-support.exp (mi_run_cmd): Likewise.
13927 * README: Document `gdb_init_command' and `gdb_init_commands'.
13928
139292014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13930
13931 Fix false FAIL running under a very long directory name.
13932 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13933 and "set print elements 10000". Twice.
13934
139352014-07-11 Yao Qi <yao@codesourcery.com>
13936
13937 * gdb.base/exprs.exp: "set print symbol off".
13938
139392014-07-11 Pedro Alves <palves@redhat.com>
13940
13941 * gdb.threads/kill.c: New file.
13942 * gdb.threads/kill.exp: New file.
13943
139442014-07-10 Yao Qi <yao@codesourcery.com>
13945
13946 * gdb.trace/tfile.c (write_basic_trace_file)
13947 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13948 address written to trace file.
13949
139502014-07-09 Pedro Alves <palves@redhat.com>
13951
13952 * gdb.base/attach-wait-input.exp: New file.
13953 * gdb.base/attach-wait-input.c: New file.
13954
139552014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13956
13957 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13958 setting up test structures.
13959 (main): Call new test function.
13960 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13961 test function, continue into test function and walk test
13962 structures.
13963
139642014-07-02 Yao Qi <yao@codesourcery.com>
13965
13966 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13967 'bar_start' at the beginning of functions 'foo' and 'bar'
13968 respectively.
13969 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13970 instead of 'foo' and 'bar'.
13971
139722014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13973
13974 * gdb.btrace/segv.exp: New.
13975 * gdb.btrace/segv.c: New.
13976
139772014-07-02 Luis Machado <lgustavo@codesourcery.com>
13978
13979 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13980 instruction.
13981
139822014-06-30 Mark Wielaard <mjw@redhat.com>
13983
13984 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13985 vulture, vilify, villar): New volatile array constants.
13986 (vindictive, vegetation): New const volatile array constants.
13987 * gdb.base/volatile.exp: Test volatile and const volatile array
13988 types.
13989
139902014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13991
13992 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13993 target lacks support for awatch, rwatch, or hbreak.
13994
139952014-06-27 Yao Qi <yao@codesourcery.com>
13996
13997 * gdb.multi/dummy-frame-restore.exp: New.
13998 * gdb.multi/dummy-frame-restore.c: New.
13999
140002014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14001
14002 * gdb.btrace/gcore.exp: New.
14003
140042014-06-23 Pedro Alves <palves@redhat.com>
14005
14006 * gdb.base/watchpoint-reuse-slot.c: New file.
14007 * gdb.base/watchpoint-reuse-slot.exp: New file.
14008
140092014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14010
14011 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14012 progspace's filename in 'info', 'enable' and 'disable' command
14013 tests.
14014
140152014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14016
14017 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14018 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14019 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14020
140212014-06-20 Gary Benson <gbenson@redhat.com>
14022
14023 * gdb.arch/i386-avx.exp: Fix include file location.
14024 * gdb.arch/i386-sse.exp: Likewise.
14025
140262014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14027
14028 * gdb.dlang/expression.exp: New file.
14029
140302014-06-19 Pedro Alves <palves@redhat.com>
14031
14032 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14033 out from ...
14034 (top level): ... here. Iterate running tests under different
14035 scheduler-locking settings.
14036
140372014-06-18 Luis Machado <lgustavo@codesourcery.com>
14038
14039 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14040 to DW_FORM_addr and use non-zero addresses.
14041
140422014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14043
14044 PR gdb/17017
14045 * gdb.python/py-xmethods.cc: Add global function call counters and
14046 increment them in their respective functions. Remove "cout"
14047 statements.
14048 * gdb.python/py-xmethods.exp: Make tests check the global function
14049 call counters instead of depending on inferior IO.
14050
140512014-06-18 Don Breazeal <donb@codesourcery.com>
14052
14053 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14054 Deleted procedure.
14055 (explicit_fork_parent_follow): Deleted procedure.
14056 (explicit_fork_child_follow): Deleted procedure.
14057 (test_follow_fork): New procedure.
14058 (do_fork_tests): Replace calls to deleted procedures with
14059 calls to test_follow_fork and reset GDB for subsequent
14060 procedure calls.
14061
140622014-06-17 Yao Qi <yao@codesourcery.com>
14063
14064 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14065 CP1252.
14066
140672014-06-17 Luis Machado <lgustavo@codesourcery.com>
14068
14069 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14070 Initialize ptr and S explicitly.
14071 (skip_type_update_when_not_use_rtti_test): Likewise.
14072
140732014-06-16 Keith Seitz <keiths@redhat.com>
14074
14075 PR mi/15863
14076 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14077 the inferior is started.
14078
140792014-06-16 Pedro Alves <palves@redhat.com>
14080
14081 * gdb.base/break-main-file-remove-fail.c: New file.
14082 * gdb.base/break-main-file-remove-fail.exp: New file.
14083 * gdb.base/break-unload-file.exp: Use build_executable instead of
14084 prepare_for_testing.
14085 (test_break): New parameter "initial_load". Handle it.
14086 (top level): Add initial_load cmdline/file axis.
14087
140882014-06-12 Tom Tromey <tromey@redhat.com>
14089
14090 * gdb.base/completion.exp: Don't use directory name in test.
14091
140922014-06-09 Gary Benson <gbenson@redhat.com>
14093
14094 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14095 separate the always-available ANSI-standard signals from the
14096 signals that require checking.
14097 (main): Likewise.
14098 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14099 Likewise.
14100 (main): Likewise.
14101
141022014-06-07 Keith Seitz <keiths@redhat.com>
14103
14104 Revert:
14105 PR c++/16253
14106 * gdb.cp/var-tag.cc: New file.
14107 * gdb.cp/var-tag.exp: New file.
14108 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14109 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14110 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14111 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14112
141132014-06-06 Doug Evans <xdje42@gmail.com>
14114
14115 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14116
141172014-06-06 Pedro Alves <palves@redhat.com>
14118
14119 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14120 in target debug output instead of looking at RSP packets,
14121 disabling the test on any target that uses hardware stepping.
14122 Update comments.
14123
141242014-06-06 Pedro Alves <palves@redhat.com>
14125
14126 * gdb.base/break-unload-file.exp: Fix typo.
14127
141282014-06-06 Yao Qi <yao@codesourcery.com>
14129
14130 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14131 from "jit_function" to "^jit_function".
14132
141332014-06-06 Yao Qi <yao@codesourcery.com>
14134
14135 * gdb.base/async.c (foo): Add one statement.
14136 * gdb.base/async.exp: Get the next instruction address and
14137 match the output of "nexti" by instruction address. Match
14138 the hex address in the output of "finish".
14139
141402014-06-06 Gary Benson <gbenson@redhat.com>
14141
14142 * gdb.base/call-signals.c: Remove preprocessor conditionals
14143 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14144 SIGSEGV and SIGTERM.
14145 * gdb.base/sigall.c: Likewise.
14146 * gdb.base/unwindonsignal.c: Likewise.
14147 * gdb.reverse/sigall-reverse.c: Likewise.
14148
141492014-06-06 Yao Qi <yao@codesourcery.com>
14150
14151 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14152 readable, skip the test.
14153
141542014-06-06 Yao Qi <yao@codesourcery.com>
14155
14156 * gdb.threads/staticthreads.c (thread_function): Move the line
14157 setting breakpoint on forward.
14158 * gdb.threads/staticthreads.exp: Update comments.
14159
141602014-06-05 Ludovic Courtès <ludo@gnu.org>
14161
14162 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14163 "history-append! type error".
14164
141652014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14166
14167 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14168 erroneous dprintf expected input.
14169
141702014-06-04 Doug Evans <xdje42@gmail.com>
14171
14172 * gdb.guile/scm-generics.exp: Delete.
14173
141742014-06-04 Doug Evans <xdje42@gmail.com>
14175
14176 * gdb.guile/scm-breakpoint.exp: Update.
14177 Add tests for breakpoint registration.
14178
141792014-06-04 Tom Tromey <tromey@redhat.com>
14180
14181 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14182 VLA-in-union.
14183 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14184 inner_vla_struct, vla_union types. Initialize objects of those
14185 types and compute their sizes.
14186
141872014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14188 Hui Zhu <hui@codesourcery.com>
14189
14190 * gdb.base/fileio.exp: Add test for shell not available as well as
14191 available.
14192 * gdb.base/fileio.c (test_system): Check for shell twice.
14193
141942014-06-04 Yao Qi <yao@codesourcery.com>
14195
14196 * gdb.base/auto-connect-native-target.exp: Remove redundant
14197 space from the regexp pattern.
14198
141992014-06-04 Yao Qi <yao@codesourcery.com>
14200
14201 * gdb.base/default.exp: Replace "child" with "native" in
14202 regexp pattern.
14203
142042014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14205
14206 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14207 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14208 * gdb.python/py-xmethods.py: Python script supporting the
14209 new testcase and tests.
14210
142112014-06-03 Joel Brobecker <brobecker@adacore.com>
14212 Pedro Alves <palves@redhat.com>
14213
14214 PR breakpoints/17000
14215 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14216 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14217
142182014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14219
14220 * gdb.base/subst.exp: Add tests to verify partial path matching
14221 output.
14222
142232014-06-03 Pedro Alves <palves@redhat.com>
14224
14225 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14226 target that doesn't use software single-stepping.
14227
142282014-06-03 Pedro Alves <palves@redhat.com>
14229
14230 PR breakpoints/17000
14231 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14232 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14233
142342014-06-02 Doug Evans <xdje42@gmail.com>
14235
14236 * gdb.guile/scm-parameter.exp: New file.
14237
142382014-06-02 Doug Evans <xdje42@gmail.com>
14239
14240 * gdb.guile/scm-cmd.c: New file.
14241 * gdb.guile/scm-cmd.exp: New file.
14242
142432014-06-02 Doug Evans <xdje42@gmail.com>
14244
14245 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14246 pretty-printer lookup.
14247 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14248 (make-pp_s-printer): Call it.
14249 (make-pretty-printer-from-dict): New function.
14250 (lookup-pretty-printer-maker-from-dict): New function.
14251 (*pretty-printer*): Simplify.
14252 (make-objfile-pp_s-printer): New function.
14253 (install-objfile-pretty-printers!): New function.
14254 (make-progspace-pp_s-printer): New function.
14255 (install-progspace-pretty-printers!): New function.
14256 * gdb.guile/scm-progspace.c: New file.
14257 * gdb.guile/scm-progspace.exp: New file.
14258
142592014-06-02 Pedro Alves <palves@redhat.com>
14260
14261 * gdb.base/dprintf-bp-same-addr.c: New file.
14262 * gdb.base/dprintf-bp-same-addr.exp: New file.
14263
142642014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14265
14266 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14267 * gdb.arch/powerpc-power.s: Likewise.
14268
142692014-06-02 Joel Brobecker <brobecker@adacore.com>
14270
14271 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14272
142732014-06-01 Yao Qi <yao@codesourcery.com>
14274
14275 * gdb.base/watchpoint.exp (test_watch_location): Check null
14276 pointer can be dereferenced. If not, do the test, otherwise
14277 skip it.
14278
142792014-05-30 Andrew Burgess <aburgess@broadcom.com>
14280
14281 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14282 results.
14283 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14284
142852014-05-30 Andrew Burgess <aburgess@broadcom.com>
14286
14287 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14288 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14289 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14290 * gdb.arch/amd64-invalid-stack-top.c: New file.
14291 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14292
142932014-05-30 Pedro Alves <palves@redhat.com>
14294
14295 PR breakpoints/17000
14296 * gdb.base/sss-bp-on-user-bp.c: New file.
14297 * gdb.base/sss-bp-on-user-bp.exp: New file.
14298
142992014-05-30 David Blaikie <dblaikie@gmail.com>
14300
14301 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14302 gnu_inline semantics via attribute.
14303 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14304 source explicitly specifies the required semantics.
14305
143062014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14307
14308 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14309
143102014-05-29 Pedro Alves <palves@redhat.com>
14311 Tom Tromey <tromey@redhat.com>
14312
14313 * gdb.base/async-shell.exp: Don't enable target-async.
14314 * gdb.base/async.exp
14315 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14316 parameter. Adjust.
14317 (top level): Don't test with "target-async".
14318 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14319 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14320 * gdb.base/inferior-died.exp: Don't enable target-async.
14321 * gdb.base/interrupt-noterm.exp: Likewise.
14322 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14323 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14324 * gdb.mi/mi-nonstop.exp: Likewise.
14325 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14326 * gdb.mi/mi-nsintrall.exp: Likewise.
14327 * gdb.mi/mi-nsmoribund.exp: Likewise.
14328 * gdb.mi/mi-nsthrexec.exp: Likewise.
14329 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14330 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14331 * gdb.python/py-evsignal.exp: Don't enable target-async.
14332 * gdb.python/py-evthreads.exp: Likewise.
14333 * gdb.python/py-prompt.exp: Likewise.
14334 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14335 * gdb.server/solib-list.exp: Don't enable target-async.
14336 * gdb.threads/thread-specific-bp.exp: Likewise.
14337 * lib/mi-support.exp: Adjust to use mi-async.
14338
143392014-05-29 Pedro Alves <palves@redhat.com>
14340
14341 PR gdb/13860
14342 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14343 reason, even in sync mode.
14344
143452014-05-29 Pedro Alves <palves@redhat.com>
14346 Hui Zhu <hui@codesourcery.com>
14347
14348 PR PR15693
14349 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14350 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14351 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14352 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14353
143542014-05-28 Joel Brobecker <brobecker@adacore.com>
14355
14356 * config/monitor.exp (gdb_target_monitor): Replace use of
14357 "set remotebaud" by "set serial baud".
14358
143592014-05-26 Andy Wingo <wingo@igalia.com>
14360
14361 * gdb.guile/scm-breakpoint.exp:
14362 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14363 properties instead of gdb-object-properties.
14364
143652014-05-26 Yao Qi <yao@codesourcery.com>
14366
14367 * gdb.server/no-thread-db.exp: Specify source file name
14368 explicitly when setting a breakpoint.
14369
143702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14371
14372 * gdb.btrace/vdso.c: New.
14373 * gdb.btrace/vdso.exp: New.
14374
143752014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14376
14377 * gdb.base/gcore.exp (capture_command_output): Move ...
14378 * lib/gdb.exp (capture_command_output): ... here.
14379
143802014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14381
14382 * gdb.btrace/data.exp: Test memory access during btrace replay.
14383
143842014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14385
14386 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14387
143882014-05-21 Pedro Alves <palves@redhat.com>
14389
14390 PR gdb/13860
14391 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14392 (top level): Test that output related to execution commands is
14393 sent to the console with CLI commands, but not with MI commands.
14394 Test that breakpoint events are always mirrored to the console.
14395 Also expect the new source line to be output after a "next" in
14396 async mode too. Make it a pass/fail test.
14397 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14398 output.
14399 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14400
144012014-05-21 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14404 Use them to test variations of "list" after reaching a breakpoint.
14405 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14406 Test "list" with listsize 10 after reaching a breakpoint.
14407 * gdb.python/python.exp (decode_line current location line
14408 number): Adjust expected line number.
14409
144102014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14411
14412 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14413 behavior for $args, pass it directly to "run".
14414
144152014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14416
14417 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14418 30000 to 65536.
14419
144202014-05-21 Pedro Alves <palves@redhat.com>
14421
14422 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14423 auto-connect-native-target off".
14424 * gdb.base/auto-connect-native-target.c: New file.
14425 * gdb.base/auto-connect-native-target.exp: New file.
14426
144272014-05-21 Pedro Alves <palves@redhat.com>
14428
14429 * gdb.base/default.exp: Test "target native" instead of "target
14430 child".
14431
144322014-05-21 Mark Wielaard <mjw@redhat.com>
14433
14434 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14435
144362014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14437
14438 Fix TLS access for -static -pthread.
14439 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14440 <HAVE_TLS> (thread_function, main): Initialize it.
14441 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14442 Add clean_restart.
14443 <$have_tls != "">: Check TLSVAR.
14444
144452014-05-21 Pedro Alves <palves@redhat.com>
14446
14447 * gdb.base/dcache-line-read-error.c: New.
14448 * gdb.base/dcache-line-read-error.exp: New.
14449
144502014-05-20 Pedro Alves <palves@redhat.com>
14451
14452 * gdb.base/compare-sections.c: New file.
14453 * gdb.base/compare-sections.exp: New file.
14454
144552014-05-20 Pedro Alves <palves@redhat.com>
14456
14457 * gdb.base/break-idempotent.c: New file.
14458 * gdb.base/break-idempotent.exp: New file.
14459
144602014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14461
14462 * gdb.btrace/nohist.exp: New.
14463
144642014-05-20 Yao Qi <yao@codesourcery.com>
14465
14466 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14467 gdb.reverse directory and gdb_reverse_timeout exists in board
14468 setting.
14469 * README: Document gdb_reverse_timeout.
14470
144712014-05-20 Yao Qi <yao@codesourcery.com>
14472
14473 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14474 'test_file_name'. Treat args as a string instead of a list.
14475 (gdb_init): Rename argument 'args' by 'test_file_name'.
14476
144772014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14478
14479 * gdb.arch/powerpc-power.exp: New file.
14480 * gdb.arch/powerpc-power.s: New file.
14481
144822014-05-16 Doug Evans <dje@google.com>
14483
14484 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14485 * gdb.base/completion.exp: Check that all expected files exist
14486 before doing file completion.
14487
144882014-05-16 Doug Evans <dje@google.com>
14489
14490 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14491 Update.
14492 (do_syscall_tests_without_xml): Update.
14493
144942014-05-16 Pedro Alves <palves@redhat.com>
14495
14496 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14497 instead of "unknown output after running".
14498
144992014-05-16 Yao Qi <yao@codesourcery.com>
14500
14501 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14502 file1.txt from host at the end.
14503 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14504
145052014-05-15 Doug Evans <dje@google.com>
14506
14507 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14508 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14509 loading file. Add test for TU lookup.
14510
145112014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14512
14513 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14514 calling "-exec-arguments" or "set args" before running the
14515 inferior.
14516
145172014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14518
14519 * lib/mi-support.exp (mi_expect_stop): Expect message for
14520 inferiors that exit with non-zero exit code.
14521
145222014-05-14 Yao Qi <yao@codesourcery.com>
14523
14524 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14525 match absolute path on remote host.
14526 (test_file_list_exec_source_files): Remove "/" from the
14527 pattern.
14528
145292014-05-14 Yao Qi <yao@codesourcery.com>
14530
14531 * boards/local-remote-host-notty.exp (${board}_file): New
14532 proc.
14533
145342014-05-07 Kyle McMartin <kyle@redhat.com>
14535
14536 Pushed by Joel Brobecker <brobecker@adacore.com>.
14537 * gdb.arch/aarch64-atomic-inst.c: New file.
14538 * gdb.arch/aarch64-atomic-inst.exp: New file.
14539
145402014-05-07 Yao Qi <yao@codesourcery.com>
14541
14542 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14543 in current context" too.
14544
145452014-05-05 Keith Seitz <keiths@redhat.com>
14546
14547 * gdb.linespec/ls-dollar.exp: Add test for linespec
14548 file:convenience_variable.
14549
145502014-05-05 Yao Qi <yao@codesourcery.com>
14551
14552 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14553 traceframes into tfile and ctf trace files. Read data from
14554 trace file and test collected data.
14555 (gdb_collect_locals_test): Likewise.
14556 (gdb_unavailable_registers_test): Likewise.
14557 (gdb_unavailable_floats): Likewise.
14558 (gdb_collect_globals_test): Likewise.
14559 (top-level): Append "ctf" to trace_file_targets if GDB
14560 supports.
14561
145622014-05-05 Yao Qi <yao@codesourcery.com>
14563
14564 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14565 code to ...
14566 (gdb_collect_args_test_1): ... it. New proc.
14567 (gdb_collect_locals_test): Move some code to ...
14568 (gdb_collect_locals_test_1): ... it. New proc.
14569 (gdb_unavailable_registers_test): Move some code to ...
14570 (gdb_unavailable_registers_test_1): ... it. New proc.
14571 (gdb_unavailable_floats): Move some code to ...
14572 (gdb_unavailable_floats_1): ... it. New proc.
14573
145742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14575
14576 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14577 probes to test for bitness recognition.
14578 * gdb.arch/amd64-stap-optional-prefix.exp
14579 (test_probe_value_without_reg): New procedure.
14580 Add code to test for different kinds of bitness.
14581
145822014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14583
14584 PR breakpoints/16889
14585 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14586 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14587
145882014-05-01 Pedro Alves <palves@redhat.com>
14589
14590 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14591 gdb_file_cmd if no file is specified.
14592 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14593 last_loaded_file to set the remote exec-file.
14594
145952014-05-01 Pedro Alves <palves@redhat.com>
14596
14597 * boards/local-remote-host.exp: New file.
14598
145992014-05-01 Pedro Alves <palves@redhat.com>
14600
14601 * boards/local-remote-host.exp: Rename to ...
14602 * boards/local-remote-host-notty.exp: ... this.
14603
146042014-04-28 Joel Brobecker <brobecker@adacore.com>
14605
14606 * gdb.ada/dyn_arrayidx: New testcase.
14607
146082014-04-26 Yao Qi <yao@codesourcery.com>
14609
14610 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14611 and compute the length of function main. Save it in
14612 $main_length.
14613 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14614 (top-level): Use gdb_compile to compile objects into
14615 executable and restart GDB. Remove invocation to
14616 prepare_for_testing.
14617
146182014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14619 Pedro Alves <palves@redhat.com>
14620
14621 PR server/16255
14622 * gdb.multi/multi-attach.c: New file.
14623 * gdb.multi/multi-attach.exp: New file.
14624
146252014-04-25 Pedro Alves <palves@redhat.com>
14626
14627 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14628 user.
14629 (top level): Test that "set remote conditional-breakpoints-packet
14630 off" works as intended.
14631 * gdb.base/dprintf.exp: Test that "set remote
14632 breakpoint-commands-packet off" works as intended.
14633 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14634 New function.
14635 (top level): Call it.
14636 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14637 remote fast-tracepoints-packet off" works as intended.
14638 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14639 * lib/gdb.exp (gdb_is_target_remote): ... here.
14640
146412014-04-24 David Blaikie <dblaikie@gmail.com>
14642
14643 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14644 ensure clang would not discard them.
14645 * gdb.base/gdbvars.c: Ditto.
14646 * gdb.base/memattr.c: Ditto.
14647 * gdb.base/whatis.c: Ditto.
14648 * gdb.python/py-prettyprint.c: Ditto.
14649 * gdb.trace/actions.c: Ditto.
14650 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14651 ensure clang would not discard it.
14652
146532014-04-24 David Blaikie <dblaikie@gmail.com>
14654
14655 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14656 clang to emit the full definition of type required by the test
14657 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14658
146592014-04-24 David Blaikie <dblaikie@gmail.com>
14660
14661 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14662 coax Clang into emitting the definition of the type.
14663 * gdb.cp/pr10728-x.h (y): Ditto.
14664 * gdb.cp/pr10728-y.cc (y): Ditto.
14665
146662014-04-24 David Blaikie <dblaikie@gmail.com>
14667
14668 * gdb.base/label.exp: XFAIL label related tests under Clang.
14669 * gdb.cp/cplabel.exp: Ditto.
14670 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14671 under Clang those using labels.
14672
146732014-04-25 Yao Qi <yao@codesourcery.com>
14674
14675 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14676 double_label.
14677 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14678 partial_label and double_label.
14679
146802014-04-24 David Blaikie <dblaikie@gmail.com>
14681
14682 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14683
146842014-04-24 David Blaikie <dblaikie@gmail.com>
14685
14686 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14687 of the function to work across GCC and Clang.
14688 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14689 pointer types (const void ** const V void **).
14690
146912014-04-24 Michael Sturm <michael.sturm@mintel.com>
14692 Walfred Tedeschi <walfred.tedeschi@intel.com>
14693
14694 * Makefile.in (EXECUTABLES): Added i386-avx512.
14695 * gdb.arch/i386-avx512.c: New file.
14696 * gdb.arch/i386-avx512.exp: Likewise.
14697
146982014-04-23 Keith Seitz <keiths@redhat.com>
14699
14700 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14701 (mi_make_breakpoint_table): New procedure.
14702 (mi_create_breakpoint): Use mi_make_breakpoint
14703 and return the result.
14704 (mi_make_breakpoint): New procedure.
14705 (mi_build_kv_pairs): New procedure.
14706
14707 * gdb.mi/mi-break.exp: Remove unused globals,
14708 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14709 All callers updated.
14710 * gdb.mi/mi-dprintf.exp: Use variable to track command
14711 number.
14712 Update all callers of mi_create_breakpoint and use
14713 mi_make_breakpoint_table.
14714 Remove any unused global variables.
14715 * gdb.mi/mi-nonstop.exp: Likewise.
14716 * gdb.mi/mi-nsintrall.exp: Likewise.
14717 * gdb.mi/mi-nsmoribund.exp: Likewise.
14718 * gdb.mi/mi-nsthrexec.exp: Likewise.
14719 * gdb.mi/mi-reverse.exp: Likewise.
14720 * gdb.mi/mi-simplerun.exp: Likewise.
14721 * gdb.mi/mi-stepn.exp: Likewise.
14722 * gdb.mi/mi-syn-frame.exp: Likewise.
14723 * gdb.mi/mi-until.exp: Likewise.
14724 * gdb.mi/mi-var-cp.exp: Likewise.
14725 * gdb.mi/mi-var-display.exp: Likewise.
14726 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14727 * gdb.mi/mi2-var-child.exp: Likewise.
14728 * gdb.mi/mi-vla-c99.exp: Likewise.
14729 * lib/mi-support.exp: Likewise.
14730
14731 From Ian Lance Taylor <iant@cygnus.com>:
14732 * lib/gdb.exp (parse_args): New procedure.
14733
147342014-04-23 Pedro Alves <palves@redhat.com>
14735
14736 * gdb.base/break-unload-file.c: New file.
14737 * gdb.base/break-unload-file.exp: New file.
14738 * gdb.base/sym-file-lib.c (baz): New function.
14739 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14740 field.
14741 (load): Store the segment's mapped size.
14742 (unload): New function.
14743 (unload_shlib): New function.
14744 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14745 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14746 set a breakpoint at baz, and call it.
14747 * gdb.base/sym-file.exp: New tests for stale breakpoint
14748 instructions.
14749
147502014-04-23 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14753 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14754 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14755 * gdb.base/hbreak-unmapped.c: New file.
14756 * gdb.base/hbreak-unmapped.exp: New file.
14757 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14758 * lib/gdb.exp (gdb_is_target_remote): ... here.
14759
147602014-04-22 Pedro Alves <palves@redhat.com>
14761
14762 * gdb.base/consecutive-step-over.c: New file.
14763 * gdb.base/consecutive-step-over.exp: New file.
14764
147652014-04-22 Pedro Alves <palves@redhat.com>
14766
14767 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14768 instead of send_gdb/gdb_expect.
14769
147702014-04-22 Yao Qi <yao@codesourcery.com>
14771
14772 * lib/trace-support.exp (generate_tracefile): New procedure.
14773 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14774 return 0.
14775 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14776 if generate_tracefile returns 1.
14777
147782014-04-18 Tom Tromey <palves@redhat.com>
14779 Pedro alves <tromey@redhat.com>
14780
14781 PR backtrace/15558
14782 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14783 with a backtrace limit.
14784 * gdb.python/py-frame-inline.exp: Test running to an inline
14785 function with a backtrace limit, and printing the newest frame.
14786 * gdb.python/py-frame-inline.c (main): Call f.
14787
147882014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14789
14790 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14791
147922014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14793
14794 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14795 Drop prefix from unsupported source file path.
14796
147972014-04-17 Yao Qi <yao@codesourcery.com>
14798
14799 * lib/gdb.exp (with_target_charset): New proc.
14800 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14801 with_target_charset.
14802 (test_print_strings): Likewise.
14803 (test_repeat_bytes): Likewise.
14804 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14805 for some tests.
14806
148072014-04-16 Keith Seitz <keiths@redhat.com>
14808
14809 PR gdb/15827
14810 * gdb.dwarf2/corrupt.c: New file.
14811 * gdb.dwarf2/corrupt.exp: New file.
14812
148132014-04-16 Keith Seitz <keiths@redhat.com>
14814
14815 PR c++/16597
14816 * gdb.cp/namelessclass.cc: New file.
14817 * gdb.cp/namelessclass.exp: New file.
14818 * gdb.cp/namelessclass.S: New file.
14819
148202014-04-16 Doug Evans <dje@google.com>
14821
14822 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14823 Add comment.
14824 (gdbserver_default_get_comm_port): New function.
14825 (gdbserver_start): Check if board file provided
14826 "gdbserver,get_comm_port" and use it if so.
14827 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14828 (gdb,socketport): Set to "stdio".
14829 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14830 (stdio_gdbserver_template): Delete.
14831 (${board}_get_remote_address): Update.
14832 (${board}_build_remote_cmd): Delete.
14833 (${board}_get_comm_port): New function.
14834 (${board}_spawn): Update.
14835 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14836 Delete.
14837 (${board}_get_remote_address): Update.
14838 (${board}_get_comm_port): New function.
14839
148402014-04-16 Andrew Burgess <aburgess@broadcom.com>
14841
14842 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14843 appearing in any order.
14844
148452014-04-15 Doug Evans <dje@google.com>
14846
14847 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14848 uninitialized value of "description".
14849
148502014-04-15 Keith Seitz <keiths@redhat.com>
14851
14852 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14853 Remove unused globals.
14854 (test_running_the_program): Likewise.
14855 (test_controlled_execution): Likewise.
14856 (test_controlling_breakpoints): Likewise.
14857 (test_program_termination): Likewise.
14858
148592014-04-15 Keith Seitz <keiths@redhat.com>
14860
14861 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14862 unused globals.
14863 (test_rbreak_creation_and_listing): Likewise.
14864 (test_ignore_count): Likewise.
14865 (test_error): Likewise.
14866
148672014-04-15 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14870 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14871 sym-file-loader.c.
14872 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14873 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14874 to sym-file-loader.c.
14875 (struct library): Forward declare.
14876 (load_shlib, lookup_function): Change prototypes.
14877 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14878 (translate_offset): Remove declarations.
14879 (get_text_addr): New declaration.
14880 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14881 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14882 sym-file-loader.h.
14883 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14884 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14885 here from sym-file-loader.h.
14886 (struct library): New structure.
14887 (load_shlib, lookup_function): Change prototypes and adjust to
14888 work with a struct library.
14889 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14890 (translate_offset): Make static.
14891 (get_text_addr): New function.
14892 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14893
148942014-04-15 Pedro Alves <palves@redhat.com>
14895
14896 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14897
148982014-04-15 Pedro Alves <palves@redhat.com>
14899
14900 * gdb.base/sym-file-loader.c: Include <limits.h>.
14901 (SELF_LINK): New define.
14902 (get_origin): New function.
14903 (load_shlib): Use it.
14904 * gdb.base/sym-file.exp: Don't early return if the target is
14905 remote. Use runto_main, and issue fail is that fails. Use
14906 gdb_load_shlibs.
14907 (shlib_name): Delete.
14908 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14909
149102014-04-15 Pedro Alves <palves@redhat.com>
14911
14912 * gdb.base/sym-file.exp: Remove regex characters from test
14913 message. Don't refer to breakpoint numbers in test messages.
14914
149152014-04-14 Keith Seitz <keiths@redhat.com>
14916
14917 PR c++/16253
14918 * gdb.cp/var-tag.cc: New file.
14919 * gdb.cp/var-tag.exp: New file.
14920 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14921 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14922 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14923 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14924
149252014-04-14 Tom Tromey <tromey@redhat.com>
14926
14927 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14928 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14929 type.
14930 * gdb.cp/enum-class.exp: New file.
14931 * gdb.cp/enum-class.cc: New file.
14932
149332014-04-14 Tom Tromey <tromey@redhat.com>
14934
14935 * gdb.dwarf2/enum-type.exp: New file.
14936
149372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14938
14939 * gdb.mi/mi-vla-c99.exp: New file.
14940 * gdb.mi/vla.c: New file.
14941
149422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14943
14944 * gdb.base/vla-datatypes.c: New file.
14945 * gdb.base/vla-datatypes.exp: New file.
14946
149472014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14948
14949 * gdb.base/vla-ptr.c: New file.
14950 * gdb.base/vla-ptr.exp: New file.
14951
149522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14953
14954 * gdb.dwarf2/count.exp: New file.
14955
149562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14957
14958 * gdb.base/vla-sideeffect.c: New file.
14959 * gdb.base/vla-sideeffect.exp: New file.
14960
149612014-04-14 David Blaikie <dblaikie@gmail.com>
14962
14963 * gdb.mi/non-stop.c: Add return value for non-void function return
14964 statement.
14965 * gdb.threads/staticthreads.c: Ditto.
14966
149672014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14968 Doug Evans <xdje42@gmail.com>
14969
14970 * gdb.guile/scm-value.c: Improve test case.
14971 * gdb.guile/scm-value.exp: Add new test.
14972
149732014-04-11 David Blaikie <dblaikie@gmail.com>
14974
14975 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14976 override Clang's default.
14977
149782014-04-11 Joel Brobecker <brobecker@adacore.com>
14979
14980 Revert the following changes (regressions):
14981
14982 * gdb.base/vla-sideeffect.c: New file.
14983 * gdb.base/vla-sideeffect.exp: New file.
14984
14985 * gdb.dwarf2/count.exp: New file.
14986
14987 * gdb.base/vla-multi.c: New file.
14988 * gdb.base/vla-multi.exp: New file.
14989
14990 * gdb.base/vla-ptr.c: New file.
14991 * gdb.base/vla-ptr.exp: New file.
14992
14993 * gdb.base/vla-datatypes.c: New file.
14994 * gdb.base/vla-datatypes.exp: New file.
14995
14996 * gdb.mi/mi-vla-c99.exp: New file.
14997 * gdb.mi/vla.c: New file.
14998
149992014-04-11 Keith Seitz <keiths@redhat.com>
15000
15001 PR c++/16675
15002 * gdb.cp/cpsizeof.exp: New file.
15003 * gdb.cp/cpsizeof.cc: New file.
15004
150052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15006
15007 * gdb.mi/mi-vla-c99.exp: New file.
15008 * gdb.mi/vla.c: New file.
15009
150102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15011
15012 * gdb.base/vla-datatypes.c: New file.
15013 * gdb.base/vla-datatypes.exp: New file.
15014
150152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15016
15017 * gdb.base/vla-ptr.c: New file.
15018 * gdb.base/vla-ptr.exp: New file.
15019
150202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15021
15022 * gdb.base/vla-multi.c: New file.
15023 * gdb.base/vla-multi.exp: New file.
15024
150252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15026
15027 * gdb.dwarf2/count.exp: New file.
15028
150292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15030
15031 * gdb.base/vla-sideeffect.c: New file.
15032 * gdb.base/vla-sideeffect.exp: New file.
15033
150342014-04-11 Yao Qi <yao@codesourcery.com>
15035
15036 * gdb.base/completion.exp: Check file exists before running tests
15037 on file completion.
15038
150392014-04-10 Pedro Alves <palves@redhat.com>
15040
15041 * gdb.base/cond-eval-mode.c: New file.
15042 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15043 prepare_for_testing to build the new file. Check result of
15044 runto_main.
15045 (test_break, test_watch): New procedures.
15046 (top level): Use them.
15047
150482014-04-08 Pierre Muller <muller@sourceware.org>
15049
15050 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15051 Ctrl-V use for mingw hosts.
15052
150532014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15054
15055 * gdb.python/py-value.c: Improve test case.
15056 * gdb.python/py-value.exp: Add new test.
15057
150582014-04-07 David Blaikie <dblaikie@gmail.com>
15059
15060 * lib/compiler.c: Identify the clang compiler.
15061 * lib/compiler.cc: Ditto.
15062
150632014-04-03 Yao Qi <yao@codesourcery.com>
15064
15065 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15066
150672014-04-01 Anton Blanchard <anton@samba.org>
15068
15069 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15070 messages unique.
15071
150722014-04-01 Anton Blanchard <anton@samba.org>
15073
15074 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15075 prepare_for_testing.
15076
150772014-04-01 Anton Blanchard <anton@samba.org>
15078
15079 * gdb.arch/ppc64-atomic-inst.c: Remove.
15080 * gdb.arch/ppc64-atomic-inst.S: New file.
15081 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15082
150832014-03-31 Doug Evans <dje@google.com>
15084
15085 * gdb.base/print-symbol-loading-lib.c: New file.
15086 * gdb.base/print-symbol-loading-main.c: New file.
15087 * gdb.base/print-symbol-loading.exp: New file.
15088
150892014-03-31 Yao Qi <yao@codesourcery.com>
15090
15091 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15092
150932014-03-28 Joel Brobecker <brobecker@adacore.com>
15094
15095 * gdb.ada/mi_dyn_arr: New testcase.
15096
150972014-03-27 Doug Evans <dje@google.com>
15098
15099 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15100
151012014-03-27 Yao Qi <yao@codesourcery.com>
15102
15103 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15104 if target is nios2-*-*.
15105
151062014-03-26 Yao Qi <yao@codesourcery.com>
15107
15108 * lib/gdb.exp (readline_is_used): New proc.
15109 * gdb.base/completion.exp: Move tests on command complete up.
15110 Skip the rest of tests if readline is not used.
15111 * gdb.ada/complete.exp: Skp the test if readline is not
15112 used.
15113 * gdb.base/filesym.exp: Likewise.
15114 * gdb.base/macscp.exp: Likewise.
15115 * gdb.base/readline-ask.exp: Likewise.
15116 * gdb.base/readline.exp: Likewise.
15117 * gdb.python/py-cmd.exp: Likewise.
15118 * gdb.trace/tfile.exp: Likewise.
15119
151202014-03-26 Yao Qi <yao@codesourcery.com>
15121
15122 * gdb.base/macscp.exp: Fix code format issues.
15123
151242014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15125
15126 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15127 * gdb.asm/powerpc64le.inc: New file.
15128
151292014-03-25 Pedro Alves <palves@redhat.com>
15130 Doug Evans <dje@google.com>
15131
15132 * gdb.base/source-execution.c: New file.
15133 * gdb.base/source-execution.exp: New file.
15134 * gdb.base/source-execution.gdb: New file.
15135
151362014-03-24 Doug Evans <dje@google.com>
15137
15138 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15139 using fission.
15140
151412014-03-24 Hui Zhu <hui@codesourcery.com>
15142 Pedro Alves <palves@redhat.com>
15143
15144 PR breakpoints/16101
15145 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15146 test pass/fail messages. Detect missing support for dprintf when
15147 breakpoints are actually inserted.
15148 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15149 breakpoints are actually inserted.
15150 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15151 fails.
15152
151532014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15154
15155 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15156
151572014-03-22 Doug Evans <xdje42@gmail.com>
15158
15159 * gdb.python/python.exp (python not supported): Verify multi-line
15160 python command issues an error.
15161 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15162 guile command issues an error.
15163
151642014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15165
15166 * gdb.threads/thread-specific.exp: Handle the lack of usable
15167 $this_breakpoint and $this_thread.
15168
151692014-03-21 Hui Zhu <hui@codesourcery.com>
15170
15171 * gdb.base/attach.exp (do_command_attach_tests): New.
15172
151732014-03-20 Tom Tromey <tromey@redhat.com>
15174 Pedro Alves <palves@redhat.com>
15175
15176 PR cli/15718
15177 * gdb.base/condbreak-call-false.c: New file.
15178 * gdb.base/condbreak-call-false.exp: New file.
15179
151802014-03-20 Pedro Alves <palves@redhat.com>
15181
15182 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15183 Delete.
15184 (block_signals, unblock_signals): Delete.
15185 (child_function_2, main): Remove references to deleted variable
15186 and functions.
15187
151882014-03-20 Pedro Alves <palves@redhat.com>
15189
15190 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15191 Use pthread_kill to signal thread 2.
15192 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15193 Adjust to make the test send itself a signal rather than using the
15194 host's "kill" command.
15195
151962014-03-20 Pedro Alves <palves@redhat.com>
15197
15198 * gdb.threads/multiple-step-overs.c: New file.
15199 * gdb.threads/multiple-step-overs.exp: New file.
15200 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15201 Adjust expected infrun debug output.
15202
152032014-03-20 Pedro Alves <palves@redhat.com>
15204
15205 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15206 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15207
152082014-03-20 Pedro Alves <palves@redhat.com>
15209
15210 PR breakpoints/7143
15211 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15212 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15213 of gdb_test_multiple.
15214 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15215 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15216
152172014-03-20 Pedro Alves <palves@redhat.com>
15218
15219 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15220 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15221
152222014-03-19 Pedro Alves <palves@redhat.com>
15223
15224 * gdb.base/async.exp: Remove early return.
15225
152262014-03-19 Pedro Alves <palves@redhat.com>
15227
15228 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15229
152302014-03-19 Pedro Alves <palves@redhat.com>
15231
15232 * gdb.base/async.exp (test_background): Expect \r\n after
15233 "completed." in the fail pattern.
15234
152352014-03-19 Pedro Alves <palves@redhat.com>
15236
15237 * gdb.base/async.exp (test_background): New procedure.
15238 Use it for all background execution command tests.
15239
152402014-03-19 Pedro Alves <palves@redhat.com>
15241
15242 * gdb.base/async.exp: Use prepare_for_testing.
15243
152442014-03-19 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15247 the same line.
15248
152492014-03-19 Pedro Alves <palves@redhat.com>
15250
15251 * gdb.base/async.c (main): Add "jump here" and "until here" line
15252 marker comments.
15253 * gdb.base/async.exp (jump_here): New global.
15254 (jump& test): Use it.
15255 (until_here): New global.
15256 (until& test): Use it.
15257
152582014-03-19 Pedro Alves <palves@redhat.com>
15259
15260 * gdb.base/async.exp: Don't frob gdb_protocol.
15261
152622014-03-18 Doug Evans <xdje42@gmail.com>
15263
15264 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15265 Fix spelling of exec-done-display.
15266
152672014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15268
15269 PR gdb/15358
15270 * gdb.base/gdb-sigterm.c: New file.
15271 * gdb.base/gdb-sigterm.exp: New file.
15272
152732014-03-18 Pedro Alves <palves@redhat.com>
15274
15275 PR gdb/13860
15276 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15277 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15278 solib-event.
15279
152802014-03-17 Joel Brobecker <brobecker@adacore.com>
15281
15282 * gdb.ada/pckd_arr_ren: New testcase.
15283
152842014-03-13 Doug Evans <xdje42@gmail.com>
15285
15286 PR guile/16612
15287 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15288 collect after discarding symbols.
15289
152902014-03-13 Ludovic Courtès <ludo@gnu.org>
15291 Doug Evans <xdje42@gmail.com>
15292
15293 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15294 to history survives a gc.
15295
152962014-03-13 Pedro Alves <palves@redhat.com>
15297
15298 * gdb.base/default.exp: Don't test "target procfs".
15299
153002014-03-13 Pedro Alves <palves@redhat.com>
15301
15302 * gdb.base/default.exp: Update "target child" and "target procfs"
15303 tests to not expect "Unix".
15304
153052014-03-12 Tom Tromey <tromey@redhat.com>
15306
15307 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15308 New procs. Add target-async tests.
15309 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15310 Add target-async tests.
15311
153122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15313
15314 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15315 'func_start' and 'func_end' for the beginning and end of the
15316 function code, respectively.
15317 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15318 'func_end' instead of 'func' and 'main'.
15319
153202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15321
15322 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15323 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15324 generate the debug info assembler source.
15325
153262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15327
15328 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15329 * gdb.dwarf2/arr-subrange.exp: Likewise.
15330 * gdb.dwarf2/dwz.exp: Likewise.
15331 * gdb.dwarf2/method-ptr.exp: Likewise.
15332 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15333 * gdb.dwarf2/subrange.exp: Likewise.
15334 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15335 * gdb.dwarf2/implptrpiece.exp: Likewise.
15336 * gdb.dwarf2/nostaticblock.exp: Likewise.
15337
153382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15339
15340 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15341 directory to absolute path name arguments.
15342
153432014-03-10 Joel Brobecker <brobecker@adacore.com>
15344
15345 * gdb.ada/tagged_access: New testcase.
15346
153472014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15348
15349 * gdb.btrace/data.exp: Update expected output.
15350
153512014-03-06 Yao Qi <yao@codesourcery.com>
15352
15353 * gdb.trace/pr16508.exp: New file.
15354
153552014-03-05 Pedro Alves <palves@redhat.com>
15356
15357 PR gdb/16575
15358 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15359 procedure.
15360 (top level): Adjust to use it. Add tests that exercise breakpoint
15361 interaction with the code-cache.
15362
153632014-02-26 Ludovic Courtès <ludo@gnu.org>
15364
15365 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15366 test for 'history-append!'.
15367
153682014-02-26 Joel Brobecker <brobecker@adacore.com>
15369
15370 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15371 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15372 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15373 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15374 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15375 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15376
153772014-02-26 Joel Brobecker <brobecker@adacore.com>
15378
15379 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15380 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15381 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15382
153832014-02-26 Joel Brobecker <brobecker@adacore.com>
15384
15385 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15386
153872014-02-26 Joel Brobecker <brobecker@adacore.com>
15388
15389 * gdb.dwarf2/arr-stride.c: New file.
15390 * gdb.dwarf2/arr-stride.exp: New file.
15391
153922014-02-26 Pedro Alves <palves@redhat.com>
15393
15394 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15395 that won't ever trigger. Make sure that GDB reports the correct
15396 breakpoint that caused the stop.
15397
153982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15399
15400 PR gdb/16626
15401 * gdb.base/auto-load-script: New file.
15402 * gdb.base/auto-load.c: New file.
15403 * gdb.base/auto-load.exp: New file.
15404
15405 PR gdb/16626
15406 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15407
154082014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15409
15410 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15411 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15412
154132014-02-24 Doug Evans <dje@google.com>
15414
15415 * lib/gdb.exp (run_on_host): Log error output if program fails.
15416
154172014-02-21 Pedro Alves <palves@redhat.com>
15418
15419 * gdb.threads/step-after-sr-lock.c: Rename to ...
15420 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15421 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15422 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15423 ... this.
15424
154252014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15426
15427 PR tdep/16397
15428 * gdb.arch/amd64-stap-special-operands.exp: New file.
15429 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15430 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15431 * gdb.arch/amd64-stap-triplet.S: Likewise.
15432 * gdb.arch/amd64-stap-triplet.c: Likewise.
15433
154342014-02-20 Joel Brobecker <brobecker@adacore.com>
15435
15436 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15437 in .section pseudo-op.
15438
154392014-02-20 lin zuojian <manjian2006@gmail.com>
15440 Joel Brobecker <brobecker@adacore.com>
15441 Doug Evans <xdje42@gmail.com>
15442
15443 PR symtab/16581
15444 * gdb.dwarf2/dw2-icycle.S: New file.
15445 * gdb.dwarf2/dw2-icycle.c: New file.
15446 * gdb.dwarf2/dw2-icycle.exp: New file.
15447
154482014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15449
15450 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15451 operations on gdb.Value objects.
15452 * gdb.python/py-value-cc.exp: Add new test to test operations on
15453 gdb.Value objects.
15454
154552014-02-18 Doug Evans <dje@google.com>
15456
15457 * Makefile.in (TESTS): New variable.
15458 (expanded_tests, expanded_tests_or_none): New variables
15459 (check-single): Pass $(expanded_tests_or_none) to runtest.
15460 (check-parallel): Only run tests in $(TESTS) if non-empty.
15461 (check/no-matching-tests-found): New rule.
15462 * README: Document TESTS makefile variable.
15463
154642014-02-18 Doug Evans <dje@google.com>
15465
15466 * Makefile.in (check-parallel): rm -rf outputs temp.
15467
154682014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15469
15470 Fix "ERROR: no fileid for" in the testsuite.
15471 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15472
154732014-02-12 Doug Evans <dje@google.com>
15474
15475 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15476 (MISCELLANEOUS): New variable.
15477 (clean): rm -rf $(MISCELLANEOUS).
15478 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15479 dwp live in the same directory as symlinks, with each symlink pointed
15480 to a differently named file in a different directory.
15481
154822014-02-11 Doug Evans <dje@google.com>
15483
15484 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15485 of Tcl file commands.
15486
154872014-02-10 Mark Kettenis <kettenis@gnu.org>
15488
15489 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15490 "kill -SIGUSR1 -1".
15491
154922014-02-10 Joel Brobecker <brobecker@adacore.com>
15493
15494 * gdb.ada/tick_length_array_enum_idx: New testcase.
15495
154962014-02-10 Doug Evans <xdje42@gmail.com>
15497
15498 * configure.ac (AC_OUTPUT): Add gdb.guile.
15499 * configure: Regenerate.
15500 * lib/gdb-guile.exp: New file.
15501 * lib/gdb.exp (get_target_charset): New function.
15502 * gdb.base/help.exp: Update expected output from "apropos apropos".
15503 * gdb.guile/Makefile.in: New file.
15504 * gdb.guile/guile.exp: New file.
15505 * gdb.guile/scm-arch.c: New file.
15506 * gdb.guile/scm-arch.exp: New file.
15507 * gdb.guile/scm-block.c: New file.
15508 * gdb.guile/scm-block.exp: New file.
15509 * gdb.guile/scm-breakpoint.c: New file.
15510 * gdb.guile/scm-breakpoint.exp: New file.
15511 * gdb.guile/scm-disasm.c: New file.
15512 * gdb.guile/scm-disasm.exp: New file.
15513 * gdb.guile/scm-equal.c: New file.
15514 * gdb.guile/scm-equal.exp: New file.
15515 * gdb.guile/scm-error.exp: New file.
15516 * gdb.guile/scm-error.scm: New file.
15517 * gdb.guile/scm-frame-args.c: New file.
15518 * gdb.guile/scm-frame-args.exp: New file.
15519 * gdb.guile/scm-frame-args.scm: New file.
15520 * gdb.guile/scm-frame-inline.c: New file.
15521 * gdb.guile/scm-frame-inline.exp: New file.
15522 * gdb.guile/scm-frame.c: New file.
15523 * gdb.guile/scm-frame.exp: New file.
15524 * gdb.guile/scm-generics.exp: New file.
15525 * gdb.guile/scm-gsmob.exp: New file.
15526 * gdb.guile/scm-iterator.c: New file.
15527 * gdb.guile/scm-iterator.exp: New file.
15528 * gdb.guile/scm-math.c: New file.
15529 * gdb.guile/scm-math.exp: New file.
15530 * gdb.guile/scm-objfile-script-gdb.in: New file.
15531 * gdb.guile/scm-objfile-script.c: New file.
15532 * gdb.guile/scm-objfile-script.exp: New file.
15533 * gdb.guile/scm-objfile.c: New file.
15534 * gdb.guile/scm-objfile.exp: New file.
15535 * gdb.guile/scm-ports.exp: New file.
15536 * gdb.guile/scm-pretty-print.c: New file.
15537 * gdb.guile/scm-pretty-print.exp: New file.
15538 * gdb.guile/scm-pretty-print.scm: New file.
15539 * gdb.guile/scm-section-script.c: New file.
15540 * gdb.guile/scm-section-script.exp: New file.
15541 * gdb.guile/scm-section-script.scm: New file.
15542 * gdb.guile/scm-symbol.c: New file.
15543 * gdb.guile/scm-symbol.exp: New file.
15544 * gdb.guile/scm-symtab-2.c: New file.
15545 * gdb.guile/scm-symtab.c: New file.
15546 * gdb.guile/scm-symtab.exp: New file.
15547 * gdb.guile/scm-type.c: New file.
15548 * gdb.guile/scm-type.exp: New file.
15549 * gdb.guile/scm-value-cc.cc: New file.
15550 * gdb.guile/scm-value-cc.exp: New file.
15551 * gdb.guile/scm-value.c: New file.
15552 * gdb.guile/scm-value.exp: New file.
15553 * gdb.guile/source2.scm: New file.
15554 * gdb.guile/types-module.cc: New file.
15555 * gdb.guile/types-module.exp: New file.
15556
155572014-02-10 Yao Qi <yao@codesourcery.com>
15558
15559 PR testsuite/16543
15560 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15561 * configure: Regenerated.
15562 * Makefile.in: New file.
15563
155642014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15565
15566 * gdb.python/py-framefilter.exp: Fix typo.
15567
155682014-02-08 Yao Qi <yao@codesourcery.com>
15569
15570 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15571 that no =breakpoint-modified is emitted when breakpoints are
15572 modified through MI commands.
15573
155742014-02-07 Pedro Alves <pedro@codesourcery.com>
15575 Pedro Alves <palves@redhat.com>
15576
15577 * gdb.threads/step-after-sr-lock.c: New file.
15578 * gdb.threads/step-after-sr-lock.exp: New file.
15579
155802014-02-07 Pedro Alves <palves@redhat.com>
15581
15582 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15583
155842014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15585
15586 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15587 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15588
155892014-02-06 Doug Evans <xdje42@gmail.com>
15590
15591 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15592 output.
15593
15594 * gdb.gdb/python-interrupts.exp: New file.
15595
155962014-02-05 Yao Qi <yao@codesourcery.com>
15597
15598 * gdb.trace/report.exp (use_collected_data): Test the output
15599 of "info threads" and "info inferiors".
15600
156012014-02-05 Yao Qi <yao@codesourcery.com>
15602
15603 Revert this patch:
15604
15605 2013-05-24 Yao Qi <yao@codesourcery.com>
15606
15607 * gdb.trace/tfile.exp: Test inferior and thread.
15608
156092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15610
15611 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15612 on a function.
15613 * gdb.base/step-bt.c: Call hello via function pointer to make
15614 sure its first instruction is executed on powerpc64le-linux.
15615
156162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15617
15618 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15619
156202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15621
15622 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15623 of the test patterns for use on little-endian systems.
15624
156252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15626
15627 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15628 (decimal_vector): Fix for little-endian.
15629
156302014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15631
15632 * gdb.arch/sparc-sysstep.exp: New file.
15633 * gdb.arch/sparc-sysstep.c: Likewise.
15634
15635 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15636
156372014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15638
15639 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15640
156412014-01-23 Tom Tromey <tromey@redhat.com>
15642
15643 * gdb.ada/array_char_idx: New testcase.
15644
156452014-01-23 Tom Tromey <tromey@redhat.com>
15646
15647 PR python/16487:
15648 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15649 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15650 classes.
15651
156522014-01-23 Tom Tromey <tromey@redhat.com>
15653
15654 PR python/16491:
15655 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15656 string from an inferior frame.
15657 * gdb.python/py-framefilter-mi.exp: Update.
15658
156592014-01-22 Doug Evans <dje@google.com>
15660
15661 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15662
156632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15664
15665 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15666
156672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15668
15669 * gdb.trace/entry-values.exp: Remove excess space character from
15670 regex patterns. Handle s390 call instruction.
15671
156722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15673
15674 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15675 define "*_start" label. Make "name" static.
15676 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15677 ${name} by references to ${name}_start.
15678
156792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15680
15681 * gdb.base/info-macros.exp: Remove "debug" from the compile
15682 options.
15683
156842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15685
15686 * gdb.dlang/demangle.exp: New file.
15687
156882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15689
15690 * gdb.dlang/primitive-types.exp: New file.
15691
156922014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15693
15694 * configure.ac: Create gdb.dlang/Makefile.
15695 * configure: Regenerate.
15696 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15697 * gdb.dlang/Makefile.in: New file.
15698 * lib/d-support.exp: New file.
15699 * lib/gdb.exp (skip_d_tests): New proc.
15700
157012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15702
15703 * gdb.btrace/delta.exp: Check reverse stepi.
15704 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15705 * gdb.btrace/finish.exp: New.
15706 * gdb.btrace/next.exp: New.
15707 * gdb.btrace/nexti.exp: New.
15708 * gdb.btrace/record_goto.c: Add comments.
15709 * gdb.btrace/step.exp: New.
15710 * gdb.btrace/stepi.exp: New.
15711 * gdb.btrace/multi-thread-step.c: New.
15712 * gdb.btrace/multi-thread-step.exp: New.
15713 * gdb.btrace/rn-dl-bind.c: New.
15714 * gdb.btrace/rn-dl-bind.exp: New.
15715 * gdb.btrace/data.c: New.
15716 * gdb.btrace/data.exp: New.
15717 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15718
157192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15720
15721 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15722 * gdb.btrace/exception.exp: Update.
15723 * gdb.btrace/instruction_history.exp: Update.
15724 * gdb.btrace/record_goto.exp: Update.
15725 * gdb.btrace/tailcall.exp: Update.
15726 * gdb.btrace/unknown_functions.exp: Update.
15727 * gdb.btrace/delta.exp: New.
15728
157292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15730
15731 * gdb.btrace/record_goto.exp: Add backtrace test.
15732 * gdb.btrace/tailcall.exp: Add backtrace test.
15733
157342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15735
15736 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15737 * gdb.btrace/record_goto.c: New.
15738 * gdb.btrace/record_goto.exp: New.
15739 * gdb.btrace/x86-record_goto.S: New.
15740
157412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15742
15743 * gdb.btrace/function_call_history.exp: Update tests.
15744 * gdb.btrace/instruction_history.exp: Update tests.
15745
157462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15747
15748 * gdb.btrace/function_call_history.exp: Fix expected field
15749 order for "record function-call-history".
15750 Add new tests for "record function-call-history /c".
15751 * gdb.btrace/exception.cc: New.
15752 * gdb.btrace/exception.exp: New.
15753 * gdb.btrace/tailcall.exp: New.
15754 * gdb.btrace/x86-tailcall.S: New.
15755 * gdb.btrace/x86-tailcall.c: New.
15756 * gdb.btrace/unknown_functions.c: New.
15757 * gdb.btrace/unknown_functions.exp: New.
15758 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15759
157602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15761
15762 * gdb.btrace/instruction_history.exp: Update.
15763 * gdb.btrace/function_call_history.exp: Update.
15764
157652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15766
15767 * gdb.btrace/function_call_history.exp: Fix expected function
15768 trace.
15769 * gdb.btrace/instruction_history.exp: Initialize traced.
15770 Remove traced_functions.
15771
157722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15773
15774 * gdb.btrace/function_call_history.exp: Update
15775 * gdb.btrace/instruction_history.exp: Update.
15776
157772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15778
15779 * gdb.btrace/enable.exp: Update expected text.
15780
157812014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15782
15783 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15784 bytes.
15785
157862014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15787
15788 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15789
157902014-01-15 Omair Javaid <omair.javaid@linaro.org>
15791
15792 * lib/gdb.exp (supports_process_record): Return true for
15793 arm*-linux*. (supports_reverse): Likewise.
15794
157952014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15796
15797 PR python/15464
15798 PR python/16113
15799 * gdb.python/py-type.c: Enhance test case.
15800 * gdb.python/py-value-cc.cc: Likewise
15801 * gdb.python/py-type.exp: Add new tests.
15802 * gdb.python/py-value-cc.exp: Likewise
15803
158042014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15805 Pedro Alves <palves@redhat.com>
15806
15807 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15808 Make "name" extern.
15809 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15810 references to ${name}_start by references to ${name}.
15811
158122014-01-10 Joel Brobecker <brobecker@adacore.com>
15813
15814 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15815
158162014-01-10 Joel Brobecker <brobecker@adacore.com>
15817
15818 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15819
158202014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15821 Pedro Alves <palves@redhat.com>
15822
15823 * gdb.mi/mi-info-os.exp: Connect to the target with
15824 mi_gdb_target_load.
15825
158262014-01-08 Pedro Alves <palves@redhat.com>
15827
15828 * gdb.threads/reconnect-signal.c: New file.
15829 * gdb.threads/reconnect-signal.exp: New file.
15830
158312014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15832
15833 * gdb.base/source-dir.exp: New file.
15834
158352014-01-07 Joel Brobecker <brobecker@adacore.com>
15836
15837 * gdb.ada/mi_interface: New testcase.
15838
158392014-01-07 Joel Brobecker <brobecker@adacore.com>
15840
15841 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15842 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15843 gdb.ada/pp-rec-component/pck.ads: New files.
15844
158452014-01-07 Joel Brobecker <brobecker@adacore.com>
15846
15847 * gdb.python/py-pp-integral.c: New file.
15848 * gdb.python/py-pp-integral.py: New file.
15849 * gdb.python/py-pp-integral.exp: New file.
15850
15851For older changes see ChangeLog-1993-2013.
15852\f
15853;; Local Variables:
15854;; mode: change-log
15855;; left-margin: 8
15856;; fill-column: 74
15857;; version-control: never
15858;; End:
15859
15860 Copyright 2014-2019 Free Software Foundation, Inc.
15861 Copying and distribution of this file, with or without modification,
15862 are permitted provided the copyright notice and this notice are preserved.
This page took 0.078932 seconds and 4 git commands to generate.