testsuite: Add option to capture gdbserver debug
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2
3 * Makefile.in: Pass through GDBSERVER_DEBUG.
4 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5 (gdbserver,debug): Add board setting.
6 * gdb.trace/tspeed.exp: Skip when debugging.
7 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8 * lib/gdbserver-support.exp: Likewise
9
10 2019-04-24 Tom Tromey <tromey@adacore.com>
11
12 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
13 Rust.
14
15 2019-04-24 Tom Tromey <tromey@adacore.com>
16
17 * gdb.arch/amd64-eval.exp: Test bitfield return.
18 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
19 (class Foo) <return_bitfields>: New method.
20 (main): Call it.
21
22 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * gdb.cp/many-args.cc: New file.
25 * gdb.cp/many-args.exp: New file.
26
27 2019-04-23 Tom de Vries <tdevries@suse.de>
28
29 PR gdb/24433
30 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
31
32 2019-04-23 Alan Hayward <alan.hayward@arm.com>
33
34 * gdb.trace/backtrace.exp: Use nopie flag.
35 * gdb.trace/circ.exp: Likewise.
36 * gdb.trace/collection.exp: Likewise.
37 * gdb.trace/ftrace.exp: Likewise.
38 * gdb.trace/mi-trace-unavailable.exp: Likewise.
39 * gdb.trace/mi-traceframe-changed.exp: Likewise.
40 * gdb.trace/qtro.exp: Likewise.
41 * gdb.trace/read-memory.exp: Likewise.
42 * gdb.trace/report.exp: Likewise.
43 * gdb.trace/tfile.exp: Likewise.
44 * gdb.trace/tfind.exp: Likewise.
45 * gdb.trace/unavailable.exp: Likewise.
46
47 2019-04-22 Pedro Alves <palves@redhat.com>
48
49 * gdb.base/solib-probes-nosharedlibrary.c,
50 gdb.base/solib-probes-nosharedlibrary.exp: New files.
51
52 2019-04-19 Tom Tromey <tromey@adacore.com>
53
54 * gdb.ada/ptype_union.c: New file.
55 * gdb.ada/ptype_union.exp: New file.
56
57 2019-04-19 Tom Tromey <tromey@adacore.com>
58
59 PR symtab/24423:
60 * gdb.base/list0.h (foo): Add a control-l character.
61
62 2019-04-18 Tom de Vries <tdevries@suse.de>
63
64 PR gdb/24433
65 * boards/local-board.exp: Set sysroot to "".
66
67 2019-04-18 Tom de Vries <tdevries@suse.de>
68 Pedro Alves <palves@redhat.com>
69
70 PR gdb/24454
71 * gdb.threads/vfork-follow-child-exec.c: New file.
72 * gdb.threads/vfork-follow-child-exec.exp: New file.
73 * gdb.threads/vfork-follow-child-exit.c: New file.
74 * gdb.threads/vfork-follow-child-exit.exp: New file.
75
76 2019-04-15 Leszek Swirski <leszeks@google.com>
77
78 * gdb.arch/amd64-eval.cc: New file.
79 * gdb.arch/amd64-eval.exp: New file.
80
81 2019-04-11 Alan Hayward <alan.hayward@arm.com>
82
83 * gdb.server/sysroot.c: New test.
84 * gdb.server/sysroot.exp: New file.
85 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
86 matching param.
87
88 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * gdb.base/align.exp: Extend test to cover structures containing
91 only static fields.
92
93 2019-04-11 Tom de Vries <tdevries@suse.de>
94
95 * boards/cc-with-dwz-m.exp: New file.
96 * boards/cc-with-dwz.exp: New file.
97 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
98
99 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
100
101 * gdb.base/start-cpp.exp: New file.
102 * gdb.base/start-cpp.cc: New file.
103
104 2019-04-08 Kevin Buettner <kevinb@redhat.com>
105
106 * gdb.python/py-thrhandle.exp: Adjust tests to call
107 thread_from_handle instead of thread_from_thread_handle.
108
109 2019-04-08 Kevin Buettner <kevinb@redhat.com>
110
111 * gdb.python/py-thrhandle.exp: Add tests for
112 gdb.InferiorThread.handle.
113
114 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * gdb.python/py-function.exp: Check calling helper function from
117 all languages.
118 * lib/gdb.exp (gdb_supported_languages): New proc.
119
120 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * gdb.base/complex-parts.c: New file.
123 * gdb.base/complex-parts.exp: New file.
124
125 2019-04-01 Tom Tromey <tromey@adacore.com>
126
127 PR symtab/23331:
128 * gdb.dwarf2/dw2-ranges-main.c: New file.
129 * gdb.dwarf2/dw2-ranges-psym.c: New file.
130 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
131
132 2019-03-30 Simon Marchi <simark@simark.ca>
133
134 * gdb.base/default.exp: Add values for $_gdb_major and
135 $_gdb_minor.
136
137 2019-03-29 Tom Tromey <tromey@adacore.com>
138
139 * gdb.base/help.exp: Tighten apropos regexp.
140
141 2019-03-29 Keith Seitz <keiths@redhat.com>
142
143 * gdb.fortran/array-bounds.exp: New file.
144 * gdb.fortran/array-bounds.f90: New file.
145
146 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
147
148 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
149
150 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
151
152 * gdb.multi/hello.c (main): Increase alarm timer.
153
154 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
155
156 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
157 factor when no hardware watchpoint support.
158
159 2019-03-28 Alan Hayward <alan.hayward@arm.com>
160 Pedro Alves <palves@redhat.com>
161
162 * boards/local-board.exp: set sysroot to /.
163
164 2019-03-27 Alan Hayward <alan.hayward@arm.com>
165
166 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
167 in child.
168
169 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
172 field.
173 (make_container): Initialise new field.
174 * gdb.python/py-prettyprint.exp: Add new tests.
175 * gdb.python/py-prettyprint.py (class ContainerPrinter)
176 <display_hint>: New method.
177
178 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
179
180 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
181 gdb_continue_to_breakpoint more throughout this test.
182 (run_lang_tests) Supply unique test names, and use
183 gdb_test_no_output.
184
185 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
186
187 * gdb.base/finish-pretty.exp: Update expected results.
188 * gdb.base/pretty-print.c: New file.
189 * gdb.base/pretty-print.exp: New file.
190
191 2019-03-25 Pedro Alves <palves@redhat.com>
192
193 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
194 move comments outside list. Append '-i "" eof' section.
195
196 2019-03-22 Alan Hayward <alan.hayward@arm.com>
197
198 * README: Add pie options.
199 * gdb.base/break-interp.exp: Ensure pie is disabled.
200 * gdb.base/dump.exp: Likewise.
201 * lib/gdb.exp (gdb_compile): Add pie option.
202
203 2019-03-19 Tom Tromey <tromey@adacore.com>
204
205 * gdb.mi/mi2-cli-display.c: New file.
206 * gdb.mi/mi2-cli-display.exp: New file.
207
208 2019-03-18 Joel Brobecker <brobecker@adacore.com>
209 Tom Tromey <tromey@adacore.com>
210
211 * gdb.ada/ptype_array/pck.adb: New file.
212 * gdb.ada/ptype_array/pck.ads: New file.
213 * gdb.ada/ptype_array/foo.adb: New file.
214 * gdb.ada/ptype_array.exp: New file.
215
216 2019-03-14 Tom Tromey <tromey@adacore.com>
217
218 * gdb.base/style.exp: Add "set style sources" test.
219
220 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
221
222 * mi-breakpoint-location-ena-dis.exp: Rename to ...
223 * mi-breakpoint-multiple-locations.exp: ... this.
224 (make_breakpoints_pattern): New proc.
225 (do_test): Add mi_version parameter, test -break-insert,
226 -break-info and =breakpoint-created.
227
228 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * config/default.exp: Remove 'load_lib gdb.exp'.
231 * config/monitor.exp: Likewise.
232 * config/sid.exp: Likewise.
233 * config/sim.exp: Likewise.
234 * config/slite.exp: Likewise.
235 * config/unix.exp: Likewise.
236 * gdb.base/default.exp: Remove unhelpful comment.
237
238 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
239
240 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
241
242 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
245
246 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
247
248 * gdb.fortran/type-kinds.exp: Update expected results.
249
250 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 * gdb.fortran/type-kinds.exp: Test new integer type kind.
253
254 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
255
256 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
257 function.
258 (test_basic_parsing_of_type_kinds): Expand types tested.
259 (test_parsing_invalid_type_kinds): New function.
260
261 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 * gdb.fortran/intrinsics.exp: New file.
264 * gdb.fortran/intrinsics.f90: New file.
265 * gdb.fortran/type-kinds.exp: New file.
266
267 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
268
269 * gdb.fortran/dot-ops.exp: New file.
270
271 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
272
273 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
274 Check upper and lower case logical literals.
275
276 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * gdb.fortran/types.exp (test_float_literal_types_accepted):
279 Remove duplicate tests.
280
281 2019-03-06 Alan Hayward <alan.hayward@arm.com>
282
283 * lib/gdb.exp (builtin_cd): rename of cd.
284 (cd): Override builtin.
285
286 2019-03-06 Richard Bunt <richard.bunt@arm.com>
287
288 * gdb.fortran/function-calls.exp: New file.
289 * gdb.fortran/function-calls.f90: New test.
290
291 2019-03-04 Richard Bunt <richard.bunt@arm.com>
292
293 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
294 on user program standard output.
295 * gdb.fortran/short-circuit-argument-list.f90: Record function
296 calls.
297
298 2019-02-28 Alan Hayward <alan.hayward@arm.com>
299
300 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
301 failure.
302
303 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
304
305 PR gdb/8527
306 * gdb.base/interrupt-daemon-attach.c,
307 gdb.base/interrupt-daemon-attach.exp: New test.
308
309 2019-02-27 Pedro Alves <palves@redhat.com>
310
311 * gdb.base/page.exp: Add tests for "set width/height -1".
312
313 2019-02-27 Pedro Alves <palves@redhat.com>
314
315 * gdb.base/page.exp: Add tests for "set/show width/height" with
316 "infinite" values.
317
318 2019-02-27 Tom Tromey <tromey@adacore.com>
319
320 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
321 2.4.
322 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
323 workaround.
324
325 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.base/align.exp: Extend to compile in both C and C++, and add
328 tests for structs with static members.
329
330 2019-02-26 Tom Tromey <tromey@adacore.com>
331
332 * gdb.python/py-value.exp (test_value_from_buffer): Check for
333 ValueError, not TypeError.
334
335 2019-02-26 Kevin Buettner <kevinb@redhat.com>
336
337 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
338 call from main program.
339
340 2019-02-23 Joel Brobecker <brobecker@adacore.com>
341
342 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
343 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
344 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
345 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
346 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
347
348 2019-02-22 Keith Seitz <keiths@redhat.com>
349
350 PR symtab/23853
351 * gdb.base/symlink-sourcefile.c: New file.
352 * gdb.base/symlink-sourcefile.exp: New file.
353
354 2019-02-20 Tom Tromey <tom@tromey.com>
355
356 * gdb.base/info_qt.exp: Update.
357
358 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
359
360 * gdb.base/source.exp: Move "error in sourced script" code to
361 the end.
362 * gdb.base/source-error.gdb: Move contents to
363 source-error-1.gdb. Add new code to source source-error-1.gdb.
364 * gdb.base/source-error-1.gdb: New file, from previous
365 source-error.gdb.
366
367 2019-02-17 Tom Tromey <tom@tromey.com>
368
369 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
370 for macro styling.
371 * gdb.base/style.c (SOME_MACRO): New macro.
372
373 2019-02-17 Tom Tromey <tom@tromey.com>
374
375 * gdb.base/style.exp: Add line-wrapping tests.
376 * gdb.base/page.exp: Add test for quitting during pagination.
377
378 2019-02-17 Joel Brobecker <brobecker@adacore.com>
379
380 * gdb.ada/big_packed_array: New testcase.
381 * gdb.ada/homonym.exp: Fix incorrect expected output for
382 "break <homonym__get_value>" test.
383
384 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
385
386 PR breakpoints/21870
387 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
388 and prepare_for_testing. Add comment.
389 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
390 redundant cleanup call. Clean up comment.
391
392 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
393
394 PR breakpoints/21870
395 * gdb.arch/aarch64-dbreg-contents.exp: New file.
396 * gdb.arch/aarch64-dbreg-contents.c: New file.
397
398 2019-02-10 Joel Brobecker <brobecker@adacore.com>
399
400 * gdb.ada/mi_ref_changeable: New testcase.
401
402 2019-02-07 Alan Hayward <alan.hayward@arm.com>
403
404 * gdb.base/attach.exp: Add double attach test.
405
406 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
407
408 * lib/gdb.exp (default_gdb_start): Don't match pagination
409 prompt.
410 (gdb_init): Set stty_init.
411
412 2019-01-27 Tom Tromey <tom@tromey.com>
413
414 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
415 skip_python_tests.
416
417 2019-01-24 Alan Hayward <alan.hayward@arm.com>
418
419 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
420 New structure.
421 (struct struct_static_02_02): Likewise.
422 (struct struct_static_02_03): Likewise.
423 (struct struct_static_02_04): Likewise.
424 (struct struct_static_04_01): Likewise.
425 (struct struct_static_04_02): Likewise.
426 (struct struct_static_04_03): Likewise.
427 (struct struct_static_04_04): Likewise.
428 (struct struct_static_06_01): Likewise.
429 (struct struct_static_06_02): Likewise.
430 (struct struct_static_06_03): Likewise.
431 (struct struct_static_06_04): Likewise.
432 (cmp_struct_static_02_01): Likewise.
433 (cmp_struct_static_02_02): Likewise.
434 (cmp_struct_static_02_03): Likewise.
435 (cmp_struct_static_02_04): Likewise.
436 (cmp_struct_static_04_01): Likewise.
437 (cmp_struct_static_04_02): Likewise.
438 (cmp_struct_static_04_03): Likewise.
439 (cmp_struct_static_04_04): Likewise.
440 (cmp_struct_static_06_01): Likewise.
441 (cmp_struct_static_06_02): Likewise.
442 (cmp_struct_static_06_03): Likewise.
443 (cmp_struct_static_06_04): Likewise.
444 (call_all): Test new structs.
445 * gdb.base/infcall-nested-structs.exp: Likewise.
446
447 2019-01-21 Alan Hayward <alan.hayward@arm.com>
448 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
449
450 2019-01-21 Alan Hayward <alan.hayward@arm.com>
451 * gdb.base/stack-protector.c: New test.
452 * gdb.base/stack-protector.exp: New file.
453 * gdb.cp/ovldbreak.exp: Only allow a single break line.
454 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
455 option.
456 (gdb_compile): Remove stack protector for GCC and prevent
457 recursion.
458
459 2019-01-16 Keith Seitz <keiths@redhat.com>
460
461 PR gdb/23773
462 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
463
464 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
465
466 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
467 aliases.
468 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
469 tests.
470 * gdb.arch/powerpc-vector-regs.c: New file.
471 * gdb.arch/powerpc-vector-regs.exp: New file.
472
473 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
474
475 * gdb.arch/altivec-regs.exp: Fix the list passed to
476 gdb_expect_list when testing "info vector".
477
478 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * gdb.base/style.exp: Don't include path in testname.
481
482 2019-01-10 Keith Seitz <keiths@redhat.com>
483
484 PR gdb/23712
485 PR symtab/23010
486 * gdb.dwarf2/multidictionary.exp: New file.
487
488 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
489
490 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
491 (test_gnuv3_style_demangling): ... this.
492 (test_lucid_style_demangling): Remove.
493 (test_arm_style_demangling): Remove.
494 (test_hp_style_demangling): Remove.
495 (do_tests): Remove calls to the above.
496
497 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
500 case.
501
502 2019-01-06 Tom Tromey <tom@tromey.com>
503
504 PR gdb/28155:
505 * gdb.dwarf2/typedef-void-finish.exp: New file.
506
507 2018-12-28 Tom Tromey <tom@tromey.com>
508 Simon Marchi <simark@simark.ca>
509
510 * gdb.base/jit-exec.exp: New file.
511 * gdb.base/jit-exec.c: New file.
512 * gdb.base/jit-execd.c: New file.
513
514 2018-12-28 Tom Tromey <tom@tromey.com>
515
516 * gdb.base/style.exp: Update test to check for address styling.
517
518 2018-12-28 Tom Tromey <tom@tromey.com>
519
520 * gdb.base/style.exp: Add test for styling of "Reading symbols"
521 message.
522
523 2018-12-28 Tom Tromey <tom@tromey.com>
524
525 * gdb.base/style.exp: Add test for version number styling.
526
527 2018-12-28 Tom Tromey <tom@tromey.com>
528
529 * gdb.base/style.exp: Add test for print_address_symbolic.
530
531 2018-12-28 Tom Tromey <tom@tromey.com>
532
533 * gdb.base/style.exp: Add test for breakpoint setting.
534
535 2018-12-28 Tom Tromey <tom@tromey.com>
536
537 * gdb.base/style.exp: Add test for variable names.
538
539 2018-12-28 Tom Tromey <tom@tromey.com>
540
541 * gdb.base/style.exp: New file.
542 * gdb.base/style.c: New file.
543
544 2018-12-28 Tom Tromey <tom@tromey.com>
545
546 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
547 "dumb".
548 * gdb.base/readline.exp (operate_and_get_next): Save and restore
549 the TERM environment variable.
550
551 2018-12-27 Tom Tromey <tom@tromey.com>
552
553 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
554 pagination test.
555
556 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
559 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
560
561 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
562
563 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
564 Filename a.adb changed to bp_fun_addr.adb.
565 gdb.ada/bp_fun_addr.exp: Update test accordingly.
566
567 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
568
569 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
570 non-PIE executables.
571 * README: Mention the gdb,nopie_flag board setting.
572 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
573 non-PIE executable.
574 * gdb.arch/amd64-entry-value.exp: Likewise.
575 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
576 * gdb.arch/i386-float.exp: Likewise.
577 * gdb.arch/i386-signal.exp: Likewise.
578 * gdb.mi/mi-reg-undefined.exp: Likewise.
579
580 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
581
582 PR gdb/23974
583 * gdb.base/info-os.exp: Check return for unknown "info os" type.
584
585 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
586
587 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
588 Update order of results accordingly.
589
590 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
591
592 * gdb.base/annota1.exp: Update a test regexp.
593
594 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
597
598 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
599
600 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
601 (reuse_time): Initialize to REUSE_TIME_CAP.
602 (check_rc): New function.
603 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
604 Check pthread_create rc.
605 (spawner_thread_func): Check pthread_create and pthread_join rc.
606
607 2018-12-08 Pedro Alves <palves@redhat.com>
608
609 * gdb.base/list.exp (test_forward_search): Rename to ...
610 (test_forward_reverse_search): ... this. Also test reverse-search
611 and the forward-search alias.
612
613 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
616 local timeout variable before return, and remove all local timeout
617 variable entirely.
618 (gdb_load): Likewise.
619
620 2018-12-01 Tom de Vries <tdevries@suse.de>
621
622 * gdb.base/gdb-caching-proc.exp: New file.
623
624 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
625
626 * Makefile.in (TIMESTAMP): New variable.
627 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
628 command.
629 (check-single-racy): Likewise.
630 (check/%.exp): Likewise.
631 (check-racy/%.exp): Likewise.
632 (workers/%.worker): Likewise.
633 (build-perf): Likewise.
634 (check-perf): Likewise.
635 * README: Describe new "TS" and "TS_FORMAT" variables.
636 * print-ts.py: New file.
637
638 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
639
640 PR python/23714
641 * gdb.python/python.exp: Test command repetition after
642 gdb.execute.
643
644 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * gdb.opt/inline-break.exp: Add test that info breakpoint output
647 is correctly aligned.
648
649 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
650
651 * gdb.ada/info_auto_lang.exp: New testcase.
652 * gdb.ada/info_auto_lang/global_pack.ads: New file.
653 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
654 * gdb.ada/info_auto_lang/some_c.c: New file.
655
656 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
657
658 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
659 FUNC_lang language syntax.
660
661 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
662
663 * gdb.base/info_minsym.c: New file.
664 * gdb.base/info_minsym.exp: New file.
665
666 2018-11-19 Tom Tromey <tom@tromey.com>
667
668 PR rust/23625:
669 * gdb.rust/simple.exp: Add ptype test. Update expected output.
670 * gdb.rust/expr.exp: Update expected output. Change one test.
671
672 2018-11-19 Tom Tromey <tom@tromey.com>
673
674 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
675
676 2018-11-19 Pedro Alves <palves@redhat.com>
677
678 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
679 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
680 see the expected warning.
681
682 2018-11-16 Alan Hayward <alan.hayward@arm.com>
683
684 PR gdb/22736:
685 * gdb.cp/infcall-nodebug-lib.c: New test.
686 * gdb.cp/infcall-nodebug-main.c: New test.
687 * gdb.cp/infcall-nodebug.exp: New file.
688
689 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
690
691 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
692 completer tests.
693
694 2018-11-09 Tom de Vries <tdevries@suse.de>
695
696 * gdb.base/msym-lang.c: New test.
697 * gdb.base/msym-lang.exp: New file.
698 * gdb.base/msym-lang-main.c: New test.
699
700 2018-11-08 Tom Tromey <tom@tromey.com>
701
702 PR gdb/23555:
703 PR gdb/23838:
704 * gdb.base/warning.exp: New file.
705
706 2018-11-08 Jan Beulich <jbeulich@suse.com>
707
708 * testsuite/gdb.arch/i386-avx512.c,
709 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
710
711 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
712
713 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
714 point hardware.
715
716 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
717
718 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
719 * gdb.dwarf2/missing-type-name.exp: New file.
720
721 2018-11-06 Tom de Vries <tdevries@suse.de>
722
723 * gdb.base/many-headers.c: New test.
724 * gdb.base/many-headers.exp: New file.
725
726 2018-11-06 Jim Wilson <jimw@sifive.com>
727
728 * gdb.base/code_elim.exp: For riscv, set additional_flags
729 to include -msmall-data-limit=0.
730
731 2018-11-01 Joel Brobecker <brobecker@adacore.com>
732
733 * gdb.ada/watch_minus_l: New testcase.
734
735 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
736
737 * gdb.arch/aix-sighandle.c: New file.
738 * gdb.arch/aix-sighandle.exp: New file.
739
740 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
741
742 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
743 registers being unions.
744
745 2018-10-31 Tom de Vries <tdevries@suse.de>
746
747 * lib/valgrind.exp: New file.
748 (vgdb_start, vgdb_stop): New procs, factored out of ...
749 * gdb.base/valgrind-bt.exp: ... here, ...
750 * gdb.base/valgrind-disp-step.exp: ... here and ...
751 * gdb.base/valgrind-infcall.exp: ... here.
752
753 2018-10-31 Tom de Vries <tdevries@suse.de>
754
755 * lib/gdb.exp (get_valueof): Don't output read value in test name.
756
757 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * gdb.dwarf2/void-type.c: New file.
760 * gdb.dwarf2/void-type.exp: New file.
761
762 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
763
764 * gdb.base/info_qt.c: New file.
765 * gdb.base/info_qt.exp: New file.
766
767 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
768
769 * gdb.arch/powerpc-htm-regs.c: New file.
770 * gdb.arch/powerpc-htm-regs.exp: New file.
771
772 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
773
774 * gdb.arch/powerpc-tar.c: New file.
775 * gdb.arch/powerpc-tar.exp: New file.
776
777 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
778
779 * gdb.arch/powerpc-ppr-dscr.c: New file.
780 * gdb.arch/powerpc-ppr-dscr.exp: New file.
781
782 2018-10-25 Tom de Vries <tdevries@suse.de>
783
784 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
785
786 2018-10-24 Tom de Vries <tdevries@suse.de>
787
788 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
789 longer exists error.
790
791 2018-10-24 Tom de Vries <tdevries@suse.de>
792
793 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
794
795 2018-10-24 Tom de Vries <tdevries@suse.de>
796
797 * gdb.base/valgrind-db-attach.exp: Handle removed support for
798 --db-attach in valgrind.
799
800 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * gdb.arch/riscv-reg-aliases.c: New file.
803 * gdb.arch/riscv-reg-aliases.exp: New file.
804
805 2018-10-19 Alan Hayward <alan.hayward@arm.com>
806
807 * gdb.python/py-cmd.exp: Check for gdb_prompt.
808
809 2018-10-19 Alan Hayward <alan.hayward@arm.com>
810
811 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
812
813 2018-10-19 Alan Hayward <alan.hayward@arm.com>
814
815 * gdb.cp/ovldbreak.exp: Fix regexps.
816
817 2018-10-19 Alan Hayward <alan.hayward@arm.com>
818
819 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
820
821 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
822
823 PR cli/23785
824 * gdb.base/restore.exp: New test to check if "restore" with an
825 invalid file doesn't segfault.
826
827 2018-10-18 Tom de Vries <tdevries@suse.de>
828
829 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
830 * gdb.ada/excep_handle.exp: Same.
831 * gdb.ada/mi_string_access.exp: Same.
832 * gdb.ada/mi_var_union.exp: Same.
833 * gdb.arch/arc-analyze-prologue.exp: Same.
834 * gdb.arch/arc-decode-insn.exp: Same.
835 * gdb.base/readnever.exp: Same.
836 * gdb.fortran/printing-types.exp: Same.
837 * gdb.guile/scm-lazy-string.exp: Same.
838
839 2018-10-16 Tom de Vries <tdevries@suse.de>
840
841 PR gdb/23730
842 * gdb.base/catch-follow-exec.c: Add copyright notice.
843 * gdb.base/catch-follow-exec.exp: Rewrite to use
844 gdb_spawn_with_cmdline_opts. Require gdb-native.
845
846 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
847
848 * gdb.trace/actions-changed.exp: Check for arch support.
849 * gdb.trace/actions.exp: Likewise.
850 * gdb.trace/ax.exp: Likewise.
851 * gdb.trace/backtrace.exp: Likewise.
852 * gdb.trace/change-loc.exp: Likewise.
853 * gdb.trace/deltrace.exp: Likewise.
854 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
855 * gdb.trace/ftrace.exp: Likewise.
856 * gdb.trace/infotrace.exp: Check for arch support.
857 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
858 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
859 * gdb.trace/mi-tsv-changed.exp: Likewise.
860 * gdb.trace/packetlen.exp: Likewise.
861 * gdb.trace/passc-dyn.exp: Likewise.
862 * gdb.trace/passcount.exp: Likewise.
863 * gdb.trace/pending.exp: Likewise.
864 * gdb.trace/range-stepping.exp: Check for shlib support.
865 * gdb.trace/report.exp: Check for arch support.
866 * gdb.trace/save-trace.exp: Likewise.
867 * gdb.trace/signal.exp: Check for signal support.
868 * gdb.trace/tfind.exp: Check for arch support.
869 * gdb.trace/trace-break.exp: Check for arch and shlib support.
870 * gdb.trace/trace-common.h: Add comment.
871 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
872 * gdb.trace/trace-enable-disable.exp: Likewise.
873 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
874 * gdb.trace/tracecmd.exp: Check for arch support.
875 * gdb.trace/tspeed.exp: Check for shlib and target support.
876 * gdb.trace/tstatus.exp: Check for arch support.
877 * gdb.trace/tsv.exp: Likewise.
878 * gdb.trace/while-dyn.exp: Likewise.
879 * gdb.trace/while-stepping.exp: Likewise.
880 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
881
882 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
883
884 * gdb.trace/tspeed.exp: Remove nowarnings.
885 (prepare_for_trace_test): Declare "global ipalib".
886 * gdb.trace/tspeed.c: Include unistd.h.
887 (main): Remove superfluous printf argument.
888
889 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
890
891 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
892 directory prefix on the filename.
893
894 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
895
896 * gdb.gdb/unittest.exp: Update expected message informing that
897 selftests have been disabled.
898 * gdb.server/unittest.exp: Likewise.
899
900 2018-10-09 Tom de Vries <tdevries@suse.de>
901
902 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
903 with runto_main.
904
905 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
906
907 PR c++/16841
908 * gdb.cp/virtbase2.cc: New file.
909 * gdb.cp/virtbase2.exp: New file.
910
911 2018-10-06 Tom Tromey <tom@tromey.com>
912
913 PR python/19399:
914 * gdb.python/py-inferior.exp: Add architecture test.
915
916 2018-10-06 Tom Tromey <tom@tromey.com>
917
918 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
919 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
920
921 2018-10-06 Tom Tromey <tom@tromey.com>
922
923 * gdb.python/py-breakpoint.exp (check_last_event): Check location
924 of a "throw" catchpoint.
925
926 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
927
928 * gdb.base/info-proc.exp: Update string expected from "help info
929 proc".
930
931 2018-10-04 Tom Tromey <tom@tromey.com>
932
933 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
934 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
935 (test_initial_complaints, test_empty_complaints): Update.
936 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
937
938 2018-10-04 Tom Tromey <tom@tromey.com>
939
940 PR cli/19551:
941 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
942 * lib/gdb.exp (gdb_file_cmd): Update.
943 * gdb.stabs/weird.exp (print_weird_var): Update.
944 * gdb.server/solib-list.exp: Update.
945 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
946 * gdb.mi/mi-cli.exp: Update.
947 * gdb.linespec/linespec.exp: Update.
948 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
949 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
950 * gdb.cp/cp-relocate.exp: Update.
951 * gdb.base/sym-file.exp: Update.
952 * gdb.base/relocate.exp: Update.
953 * gdb.base/readnever.exp: Update.
954 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
955 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
956 * gdb.base/dbx.exp (gdb_file_cmd): Update.
957 * gdb.base/code_elim.exp: Update.
958 * gdb.base/break-unload-file.exp (test_break): Update.
959 * gdb.base/break-interp.exp (test_attach_gdb): Update.
960 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
961 Update.
962 * gdb.base/attach.exp (do_attach_tests): Update.
963 * gdb.base/sepdebug.exp: Update.
964 * gdb.python/py-section-script.exp: Update.
965
966 2018-10-04 Tom Tromey <tom@tromey.com>
967
968 PR cli/22234:
969 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
970 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
971 output.
972
973 2018-10-04 Tom Tromey <tom@tromey.com>
974
975 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
976 set width and height to 0.
977 (test_command_line_attach_run): Use -quiet.
978
979 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
980
981 * lib/gdb.exp (skip_ifunc_tests): New.
982 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
983 other compile failures.
984 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
985
986 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
987
988 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
989 is_amd64_regs_target.
990
991 2018-10-01 Alan Hayward <alan.hayward@arm.com>
992
993 * gdb.arch/aarch64-sighandler-regs.c: New test.
994 * gdb.arch/aarch64-sighandler-regs.exp: New file.
995 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
996
997 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
998
999 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1000 assembly.
1001
1002 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1003
1004 * gdb.base/frame-selection.exp: New file.
1005 * gdb.base/frame-selection.c: New file.
1006
1007 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1008
1009 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1010 pthread barrier.
1011 (main): Likewise.
1012
1013 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1014
1015 * gdb.base/large-frame-1.c: New file.
1016 * gdb.base/large-frame-2.c: New file.
1017 * gdb.base/large-frame.exp: New file.
1018 * gdb.base/large-frame.h: New file.
1019
1020 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1021
1022 PR gdb/20948
1023 * gdb.base/write_mem.exp: New test.
1024 * gdb.base/write_mem.c: Likewise.
1025
1026 2018-09-23 Tom Tromey <tom@tromey.com>
1027
1028 PR python/18852:
1029 * gdb.python/py-parameter.exp: Add test for parameter that throws
1030 on "set".
1031
1032 2018-09-23 Tom Tromey <tom@tromey.com>
1033
1034 PR python/17284:
1035 * gdb.python/py-template.exp (test_template_arg): Add test for
1036 negative template argument number.
1037
1038 2018-09-23 Tom Tromey <tom@tromey.com>
1039
1040 PR python/14062:
1041 * gdb.python/python.exp: Add test for post_event error.
1042
1043 2018-09-23 Tom Tromey <tom@tromey.com>
1044
1045 PR python/18170:
1046 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1047 convert pointers to int and long.
1048
1049 2018-09-23 Tom Tromey <tom@tromey.com>
1050
1051 PR python/20126:
1052 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1053 signed-ness conversion tests.
1054
1055 2018-09-23 Tom Tromey <tom@tromey.com>
1056
1057 PR python/18352;
1058 * gdb.python/py-value.exp (test_float_conversion): New proc.
1059 Use it.
1060
1061 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1062
1063 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1064
1065 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1066
1067 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1068 no readline.
1069 * gdb.base/utf8-identifiers.exp: Likewise.
1070 * gdb.cp/cpcompletion.exp: Likewise.
1071 * gdb.linespec/cpcompletion.exp: Likewise.
1072 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1073 * gdb.linespec/cpls-ops.exp: Likewise.
1074
1075 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1076 Chris January <chris.january@arm.com>
1077
1078 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1079 * gdb.fortran/short-circuit-argument-list.exp: New file.
1080 * gdb.fortran/short-circuit-argument-list.f90: New test.
1081
1082 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1083
1084 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1085 "arch=" keyword when executing "-stack-list-frames".
1086
1087 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1088
1089 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1090 "arch=" keyword when executing "-stack-list-frames".
1091
1092 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1093
1094 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1095 break ada".
1096
1097 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1098
1099 PR python/23669
1100 * gdb.python/python.exp: Test gdb.execute("show commands").
1101
1102 2018-09-16 Tom Tromey <tom@tromey.com>
1103
1104 * gdb.base/new-ui.exp (do_execution_tests): Update.
1105 * gdb.base/dbx.exp (test_breakpoints): Update.
1106
1107 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1108
1109 * lib/gdb.exp (gdb_simple_compile): Add proc.
1110 (is_elf_target): Use gdb_simple_compile.
1111 (skip_altivec_tests): Likewise.
1112 (skip_vsx_tests): Likewise.
1113 (skip_tsx_tests): Likewise.
1114 (skip_btrace_tests): Likewise.
1115 (skip_btrace_pt_tests): Likewise.
1116 (gdb_can_simple_compile): Likewise.
1117 (gdb_has_argv0): Likewise.
1118 (gdb_target_symbol_prefix): Likewise.
1119 (target_supports_scheduler_locking): Likewise.
1120
1121 2018-09-13 Tom Tromey <tom@tromey.com>
1122
1123 * Makefile.in (TAGS): Recognize proc_with_prefix and
1124 gdb_caching_proc.
1125
1126 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1127
1128 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1129 method.
1130
1131 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1132
1133 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1134 and a few other Inferior properties when the Inferior is no
1135 longer valid.
1136
1137 2018-09-13 Tom Tromey <tom@tromey.com>
1138
1139 PR rust/23650:
1140 * gdb.rust/simple.exp: Add test for enum field access error.
1141
1142 2018-09-13 Tom Tromey <tom@tromey.com>
1143
1144 PR rust/23626:
1145 * gdb.rust/simple.rs (EmptyEnum): New type.
1146 (main): Use it.
1147 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1148
1149 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1150
1151 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1152 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1153 * gdb.python/py-symtab.exp: Update test printing an objfile.
1154
1155 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1156
1157 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1158 object.
1159
1160 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1161
1162 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1163 (support_complex_tests): Use gdb_can_simple_compile.
1164 (is_ilp32_target): Likewise.
1165 (is_lp64_target): Likewise.
1166 (is_64_target): Likewise.
1167 (is_amd64_regs_target): Likewise.
1168 (is_aarch32_target): Likewise.
1169 (gdb_int128_helper): Likewise.
1170
1171 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1172
1173 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1174
1175 2018-09-10 Jerome Guitton <guitton@adacore.com>
1176
1177 * gdb.ada/same_component_name: Add test for case of tagged record
1178 with variable-length fields.
1179
1180 2018-09-10 Xavier Roirand <roirand@adacore.com>
1181
1182 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1183 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1184 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1185 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1186
1187 2018-09-10 Xavier Roirand <roirand@adacore.com>
1188
1189 * gdb.ada/mi_string_access.exp: New testcase.
1190 * gdb.ada/mi_string_access/bar.adb: New file.
1191 * gdb.ada/mi_string_access/pck.adb: New file.
1192 * gdb.ada/mi_string_access/pck.asd: New file.
1193
1194 2018-09-10 Xavier Roirand <roirand@adacore.com>
1195
1196 * gdb.ada/mi_var_union.exp: New testcase.
1197 * gdb.ada/mi_var_union/bar.adb: New file.
1198 * gdb.ada/mi_var_union/pck.adb: New file.
1199 * gdb.ada/mi_var_union/pck.asd: New file.
1200
1201 2018-09-08 Tom Tromey <tom@tromey.com>
1202
1203 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1204
1205 2018-09-08 Tom Tromey <tom@tromey.com>
1206
1207 PR python/16047:
1208 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1209 (register_pretty_printers): Register new printer.
1210 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1211 test.
1212 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1213 (an_int_type3): New global.
1214
1215 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1216
1217 * gdb.ada/expr_with_funcall: New testcase.
1218
1219 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1220
1221 * gdb.ada/packed_array_assign: New testcase.
1222
1223 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1226 names, and add test prefixes to make test names unique.
1227
1228 2018-09-05 Tom de Vries <tdevries@suse.de>
1229
1230 * gdb.dwarf2/varval.exp: Add test.
1231
1232 2018-09-04 Gary Benson <gbenson@redhat.com>
1233
1234 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1235 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1236
1237 2018-08-31 Tom Tromey <tom@tromey.com>
1238
1239 * gdb.rust/simple.rs: Rename second variable "v".
1240
1241 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1242
1243 * gdb.base/funcargs.c (use_a): New function.
1244 (recurse): Call use_a.
1245
1246 2018-08-29 Keith Seitz <keiths@redhat.com>
1247
1248 * gdb.compile/compile-cplus-anonymous.cc: New file.
1249 * gdb.compile/compile-cplus-anonymous.exp: New file.
1250 * gdb.compile/compile-cplus-array-decay.cc: New file.
1251 * gdb.compile/compile-cplus-array-decay.exp: New file.
1252 * gdb.compile/compile-cplus-inherit.cc: New file.
1253 * gdb.compile/compile-cplus-inherit.exp: New file.
1254 * gdb.compile/compile-cplus-member.cc: New file.
1255 * gdb.compile/compile-cplus-member.exp: New file.
1256 * gdb.compile/compile-cplus-method.cc: New file.
1257 * gdb.compile/compile-cplus-method.exp: New file.
1258 * gdb.compile/compile-cplus-mod.c: "New" file.
1259 * gdb.compile/compile-cplus-namespace.cc: New file.
1260 * gdb.compile/compile-cplus-namespace.exp: New file.
1261 * gdb.compile/compile-cplus-nested.cc: New file.
1262 * gdb.compile/compile-cplus-nested.exp: New file.
1263 * gdb.compile/compile-cplus-print.c: "New" file.
1264 * gdb.compile/compile-cplus-print.exp: "New" file.
1265 * gdb.compile/compile-cplus-virtual.cc: New file.
1266 * gdb.compile/compile-cplus-virtual.exp: New file.
1267 * gdb.compile/compile-cplus.c: "New" file.
1268 * gdb.compile/compile-cplus.exp: "New" file.
1269 * lib/compile-support.exp: New file.
1270
1271 2018-08-16 Gary Benson <gbenson@redhat.com>
1272
1273 PR gdb/13000:
1274 * gdb.base/batch-exit-status.exp: New file.
1275 * gdb.base/batch-exit-status.good-commands: Likewise.
1276 * gdb.base/batch-exit-status.bad-commands: Likewise.
1277
1278 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1279
1280 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1281 (struct struct02): Likewise.
1282 (struct struct03): Likewise.
1283 (struct struct04): Likewise.
1284 (struct struct_01_01): New struct.
1285 (struct struct_01_02): Likewise.
1286 (struct struct_01_03): Likewise.
1287 (struct struct_01_04): Likewise.
1288 (struct struct_02_01): Likewise.
1289 (struct struct_02_02): Likewise.
1290 (struct struct_02_03): Likewise.
1291 (struct struct_02_04): Likewise.
1292 (struct struct_04_01): Likewise.
1293 (struct struct_04_02): Likewise.
1294 (struct struct_04_03): Likewise.
1295 (struct struct_04_04): Likewise.
1296 (struct struct_05_01): Likewise.
1297 (struct struct_05_02): Likewise.
1298 (struct struct_05_03): Likewise.
1299 (struct struct_05_04): Likewise.
1300 (cmp_struct01): Remove function.
1301 (cmp_struct02): Likewise.
1302 (cmp_struct03): Likewise.
1303 (cmp_struct04): Likewise.
1304 (cmp_struct_01_01): Add Function.
1305 (cmp_struct_01_02): Likewise.
1306 (cmp_struct_01_03): Likewise.
1307 (cmp_struct_01_04): Likewise.
1308 (cmp_struct_02_01): Likewise.
1309 (cmp_struct_02_02): Likewise.
1310 (cmp_struct_02_03): Likewise.
1311 (cmp_struct_02_04): Likewise.
1312 (cmp_struct_04_01): Likewise.
1313 (cmp_struct_04_02): Likewise.
1314 (cmp_struct_04_03): Likewise.
1315 (cmp_struct_04_04): Likewise.
1316 (cmp_struct_05_01): Likewise.
1317 (cmp_struct_05_02): Likewise.
1318 (cmp_struct_05_03): Likewise.
1319 (cmp_struct_05_04): Likewise.
1320 (call_all): Add new structs.
1321 * gdb.base/infcall-nested-structs.exp: Likewise.
1322
1323 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1324
1325 * gdb.python/py-framefilter-mi.exp: Update regexp to
1326 check for "arch" field in frame output.
1327
1328 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1329
1330 * gdb.dwarf2/dw2-ranges-func.c: New file.
1331 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1332
1333 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1334
1335 * gdb.base/term.exp: Compare terminal settings with values from
1336 the inferior.
1337 * gdb.base/term.c: Get and set terminal settings.
1338
1339 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1340
1341 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1342 accommodate new "arch" field in frame output.
1343 * gdb.mi/mi-return.exp: Likewise.
1344 * gdb.mi/mi-stack.exp: Likewise.
1345 * gdb.mi/mi-syn-frame.exp: Likewise.
1346 * gdb.mi/user-selected-context-sync.exp: Likewise.
1347
1348 2018-08-19 Michael Spang <spang@google.com>
1349
1350 PR gdb/11786
1351 * gdb.base/gcore-tls-pie.c: New file.
1352 * gdb.base/gcore-tls-pie.exp: New file.
1353
1354 2018-08-18 Kevin Buettner <kevinb@redhat.com>
1355
1356 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1357 * gdb.dwarf2/varval.c: New file.
1358 * gdb.dwarf2/varval.exp: New file.
1359
1360 2018-08-17 Alan Hayward <alan.hayward@arm.com>
1361
1362 PR gdb/18931
1363 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1364
1365 2018-08-16 Keith Seitz <keiths@redhat.com>
1366
1367 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1368 tests expected to pass.
1369
1370 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1371
1372 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1373 -data-disassemble -a.
1374 (test_disassembly_bogus_args): Likewise.
1375
1376 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1379
1380 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.base/vla-optimized-out.exp: Add new test.
1383
1384 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1385
1386 * gdb.base/vla-optimized-out-o3.exp: Delete.
1387 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1388 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1389 deleted tests.
1390
1391 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 PR gdb/18050:
1394 * gdb.server/extended-remote-restart.c: New file.
1395 * gdb.server/extended-remote-restart.exp: New file.
1396
1397 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1398
1399 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1400 "set variable index = 42".
1401
1402 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1403
1404 * boards/index-cache-gdb.exp: New file.
1405 * gdb.dwarf2/index-cache.exp: New file.
1406 * gdb.dwarf2/index-cache.c: New file.
1407 * gdb.base/maint.exp: Check if we are using the index cache.
1408
1409 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1410
1411 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1412 MAKEFLAGS.
1413
1414 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1415
1416 * dg-extract-results.sh: Move to toplevel contrib.
1417 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1418 * Makefile.in (check-parallel-racy): Likewise.
1419
1420 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1421
1422 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1423 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1424 tests if the target supports scheduler locking.
1425
1426 2018-08-04 Tom de Vries <tdevries@suse.de>
1427
1428 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1429
1430 2018-08-02 Tom Tromey <tom@tromey.com>
1431
1432 PR symtab/16842.
1433 * gdb.cp/temargs.exp: Test "info address" of a template
1434 parameter.
1435
1436 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1437
1438 * gdb.python/py-mi-var-info-path-expression.c: New file.
1439 * gdb.python/py-mi-var-info-path-expression.py: New file.
1440 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1441
1442 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1443
1444 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1445 error after "cannot resolve name" string.
1446
1447 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1450 started.
1451 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1452
1453 2018-07-28 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1456
1457 2018-07-26 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1460
1461 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1462
1463 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1464 is visible.
1465
1466 2018-07-26 Tom de Vries <tdevries@suse.de>
1467
1468 PR breakpoints/23366
1469 * gdb.base/catch-follow-exec.c: New test.
1470 * gdb.base/catch-follow-exec.exp: New file.
1471
1472 2018-07-25 Tom de Vries <tdevries@suse.de>
1473
1474 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1475 vla-optimized-out.c.
1476
1477 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1478
1479 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1480 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1481
1482 2018-07-20 Tom de Vries <tdevries@suse.de>
1483
1484 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1485 NOCLONE macro.
1486 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1487
1488 2018-07-19 Tom de Vries <tdevries@suse.de>
1489
1490 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1491 regular expression.
1492
1493 2018-07-18 Tom de Vries <tdevries@suse.de>
1494
1495 * gdb.base/vla-optimized-out.c: New test.
1496 * gdb.base/vla-optimized-out.exp: New file.
1497
1498 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1499
1500 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1501 message "No address associated with hostname" when gdbserver
1502 cannot resolve the hostname.
1503
1504 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1505
1506 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1507 Add some test prefixes to make tests unique.
1508
1509 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1510
1511 * gdb.base/frameapply.c: New file.
1512 * gdb.base/frameapply.exp: New file.
1513
1514 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1515
1516 * gdb.base/skip.exp: Update expected error message.
1517
1518 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1519 Jan Kratochvil <jan.kratochvil@redhat.com>
1520 Paul Fertser <fercerpav@gmail.com>
1521 Tsutomu Seki <sekiriki@gmail.com>
1522
1523 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1524 parameter.
1525 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1526 by default.
1527 * boards/native-gdbserver.exp: Likewise.
1528 * gdb.server/run-without-local-binary.exp: Improve regexp used
1529 for detecting when a remote debugging connection succeeds.
1530 * gdb.server/server-connect.exp: New file.
1531 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1532 Do not prefix the port number with ":".
1533 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1534 support for detecting and using it. Add '$debughost_gdbserver'
1535 to the list of arguments used to start gdbserver. Handle case
1536 when gdbserver cannot resolve a network name.
1537
1538 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1539
1540 PR c++/23373
1541 * gdb.base/ptype-offsets.cc (struct static_member): New
1542 struct.
1543 (main) <stmember>: New variable.
1544 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1545 with a static member in it.
1546
1547 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1548
1549 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1550 watchpoints enabled and disabled.
1551
1552 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.base/examine-backward.exp: Still run tests around address
1555 0x0, even if address 0x0 is not readable. Update the pattern for
1556 matching address 0x0 in expected output.
1557
1558 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1561 malloc/free.
1562
1563 2018-07-04 Tom de Vries <tdevries@suse.de>
1564
1565 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1566
1567 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1568
1569 PR tdep/8282
1570 * gdb.arch/mips-disassembler-options.exp: New test.
1571 * gdb.arch/mips-disassembler-options.s: New test source.
1572
1573 2018-06-29 Pedro Alves <palves@redhat.com>
1574
1575 * gdb.threads/names.exp: Adjust expected "info threads" output.
1576
1577 2018-06-29 Pedro Alves <palves@redhat.com>
1578
1579 * gdb.opt/inline-break.exp (line number, address): Add "info
1580 break" tests.
1581
1582 2018-06-29 Pedro Alves <palves@redhat.com>
1583
1584 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1585 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1586 number and address and running to them.
1587
1588 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1589
1590 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1591
1592 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1593
1594 * lib/compiler.c: Remove executable permission flag.
1595
1596 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1597
1598 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1599 code.
1600 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1601
1602 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1603
1604 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1605
1606 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1607
1608 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1609 address argument is omitted.
1610
1611 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1612
1613 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1614
1615 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1616
1617 PR gdb/21695
1618 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1619 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1620
1621 2018-06-26 Tom Tromey <tom@tromey.com>
1622
1623 PR rust/22574:
1624 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1625 * gdb.rust/simple.rs (struct SimpleLayout): New.
1626
1627 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1628
1629 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1630 "info registers" output.
1631
1632 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1633
1634 * gdb.base/watchpoint-hw-attach.c: New test.
1635 * gdb.base/watchpoint-hw-attach.exp: New file.
1636
1637 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1638
1639 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1640 through /bin/sh.
1641 * boards/dwarf4-gdb-index.exp: Likewise.
1642 * boards/fission-dwp.exp: Likewise.
1643
1644 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1645
1646 * gdb.base/float128.exp: Add comment and improved fail message
1647 to the failure case of "print large128" test.
1648
1649 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1650
1651 * configure.ac: Remove AC_PREREQ.
1652 * configure: Re-generate.
1653
1654 2018-06-19 Pedro Alves <palves@redhat.com>
1655
1656 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1657 (func_extern_caller): New.
1658 (main): Call func_extern_caller.
1659 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1660 logic change.
1661
1662 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1663
1664 PR gdb/16841
1665 * gdb.cp/typedef-base.cc: New file.
1666 * gdb.cp/typedef-base.exp: New file.
1667
1668 2018-06-18 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1671
1672 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1673 Richard Bunt <Richard.Bunt@arm.com>
1674
1675 * gdb.threads/attach-slow-waitpid.c: New file.
1676 * gdb.threads/attach-slow-waitpid.exp: New file.
1677 * gdb.threads/slow-waitpid.c: New file.
1678
1679 2018-06-14 Pedro Alves <palves@redhat.com>
1680
1681 * gdb.base/fork-running-state.c: Include <errno.h>.
1682 (exit_if_relative_exits): New.
1683 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1684 exits.
1685 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1686 child exits.
1687
1688 2018-06-14 Tom de Vries <tdevries@suse.de>
1689
1690 PR cli/22573
1691 * gdb.base/finish-pretty.c: New test.
1692 * gdb.base/finish-pretty.exp: New file.
1693
1694 2018-06-14 Pedro Alves <palves@redhat.com>
1695
1696 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1697 gdb's expected startup output.
1698
1699 2018-06-14 Pedro Alves <palves@redhat.com>
1700
1701 * lib/selftest-support.exp (selftest_setup): Remove inlined
1702 function handling.
1703
1704 2018-06-14 Tom de Vries <tdevries@suse.de>
1705
1706 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1707 matching of breakpoint printing.
1708
1709 2018-06-13 Tom de Vries <tdevries@suse.de>
1710
1711 PR testsuite/23269
1712 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1713 (fork_child): ... here, and ...
1714 (fork_parent): ... here.
1715
1716 2018-06-12 Tom de Vries <tdevries@suse.de>
1717
1718 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1719
1720 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1721 Stephen Roberts <stephen.roberts@arm.com>
1722
1723 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1724 rewrite test to describe action performed, rather than possible
1725 failure.
1726
1727 2018-06-08 Gary Benson <gbenson@redhat.com>
1728
1729 * gdb.threads/check-libthread-db.exp: New file.
1730 * gdb.threads/check-libthread-db.c: Likewise.
1731
1732 2018-06-05 Tom Tromey <tom@tromey.com>
1733
1734 * gdb.base/default.exp: Update expected "show version" output.
1735
1736 2018-06-05 Tom Tromey <tom@tromey.com>
1737
1738 PR cli/12326:
1739 * gdb.cp/static-print-quit.exp: Update.
1740 * lib/gdb.exp (pagination_prompt): Update.
1741 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1742 * gdb.python/python.exp: Update.
1743
1744 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1745
1746 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1747
1748 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1749
1750 * gdb.ada/bp_fun_addr: New testcase.
1751
1752 2018-06-01 Tom Tromey <tom@tromey.com>
1753
1754 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1755 results.
1756 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1757 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1758 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1759 * gdb.base/maint.exp (maint_pass_if): Update.
1760
1761 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1762
1763 * gdb.base/endian.exp: New test.
1764 * gdb.base/endian.c: New test source.
1765
1766 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1767
1768 PR gdb/23203
1769 * gdb.base/bt-selected-frame.c: New file.
1770 * gdb.base/bt-selected-frame.exp: New file.
1771 * lib/gdb.exp (get_current_frame_number): New function.
1772
1773 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1774 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.threads/tls-core.c: Include <stdlib.h>
1777 (thread_proc): Call `abort'.
1778 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1779 (tls_core_test): New procedure, bits factored out from ...
1780 (top level): ... here. Test both native cores and gcore cores.
1781
1782 2018-05-23 Tom Tromey <tom@tromey.com>
1783
1784 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1785
1786 2018-05-23 Tom Tromey <tom@tromey.com>
1787
1788 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1789 symfile_complaints.
1790 (test_short_complaints): Likewise.
1791 (test_empty_complaints): Likewise.
1792 (test_initial_complaints): Update.
1793
1794 2018-05-23 Tom Tromey <tom@tromey.com>
1795
1796 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1797
1798 2018-05-23 Tom Tromey <tom@tromey.com>
1799
1800 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1801 (test_short_complaints): Update.
1802
1803 2018-05-22 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.base/remote.exp: Only gdb_start after compiling the
1806 testcase. Issue "disconnect" before testing "set remote" command
1807 defaults. Issue clean_restart before running to main.
1808
1809 2018-05-22 Pedro Alves <palves@redhat.com>
1810
1811 * gdb.base/remote.exp: Adjust expected output of "show remote
1812 memory-write-packet-size". Add tests for "set remote
1813 memory-write-packet-size 0" and "set remote
1814 memory-write-packet-size fixed/limit".
1815
1816 2018-05-22 Pedro Alves <palves@redhat.com>
1817
1818 PR gdb/22973
1819 * gdb.base/utf8-identifiers.c: New file.
1820 * gdb.base/utf8-identifiers.exp: New file.
1821
1822 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1823
1824 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1825
1826 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1827
1828 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1829
1830 2018-05-18 Tom Tromey <tom@tromey.com>
1831
1832 * gdb.base/ptype-offsets.exp: Update.
1833
1834 2018-05-17 Keith Seitz <keiths@redhat.com>
1835
1836 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1837 in expected breakpoint stop locations.
1838 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1839 move to proper scope to test variable values.
1840 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1841 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1842 New functions.
1843 (main): Call not_inline_func3.
1844 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1845 inline_func1, inline_func2, and inline_func3. Test that when each
1846 breakpoint is hit, GDB properly reports both the stop location
1847 and the backtrace. Repeat tests for temporary breakpoints.
1848
1849 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1850
1851 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1852 rather then trying to access it in determining whether the PID
1853 of `gdbserver' could have been retrieved.
1854
1855 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * gdb.arch/amd64-init-x87-values.S: New file.
1858 * gdb.arch/amd64-init-x87-values.exp: New file.
1859
1860 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1863
1864 2018-05-04 Tom Tromey <tom@tromey.com>
1865
1866 PR python/22730:
1867 * gdb.python/python.exp: Test multi-line execute.
1868
1869 2018-05-04 Tom Tromey <tom@tromey.com>
1870
1871 PR python/22731:
1872 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1873
1874 2018-05-04 Tom Tromey <tom@tromey.com>
1875
1876 PR gdb/11750:
1877 * gdb.base/define.exp: Test defining a user command inside a user
1878 command.
1879 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1880
1881 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1882 Pedro Alves <palves@redhat.com>
1883
1884 PR breakpoints/19806 and support for PR external/20207.
1885 * gdb.base/watchpoint-unaligned.c: New file.
1886 * gdb.base/watchpoint-unaligned.exp: New file.
1887
1888 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1889
1890 * gdb.base/maint.exp: Make test names unique, use
1891 test_prefix_command_help to test 'help maint info', and remove
1892 repeated test of 'help maint'.
1893
1894 2018-05-04 Tom Tromey <tom@tromey.com>
1895
1896 PR gdb/22619:
1897 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1898 behavior.
1899
1900 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1901
1902 * gdb.base/maint.exp: Process output from 'maint print registers'
1903 line at a time.
1904
1905 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1906
1907 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1908 timeout.
1909
1910 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1911
1912 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1913 filter pattern.
1914
1915 2018-05-02 Pedro Alves <palves@redhat.com>
1916
1917 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1918 to_log_command renames.
1919 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1920
1921 2018-05-02 Tom Tromey <tom@tromey.com>
1922
1923 * gdb.python/py-parameter.exp: Set test message.
1924
1925 2018-05-02 Tom Tromey <tom@tromey.com>
1926
1927 PR python/20084:
1928 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1929 PARAM_ZUINTEGER_UNLIMITED tests.
1930
1931 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1932
1933 PR rust/23124
1934 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1935 when casting.
1936
1937 2018-04-30 Tom Tromey <tom@tromey.com>
1938
1939 * gdb.python/py-type.exp: Check align attribute.
1940 * gdb.python/py-type.c: New "aligncheck" global.
1941
1942 2018-04-30 Tom Tromey <tom@tromey.com>
1943
1944 PR exp/17095:
1945 * gdb.dwarf2/dw2-align.exp: New file.
1946 * gdb.cp/align.exp: New file.
1947 * gdb.base/align.exp: New file.
1948 * lib/gdb.exp (gdb_int128_helper): New proc.
1949 (has_int128_c, has_int128_cxx): New caching procs.
1950
1951 2018-04-27 Tom Tromey <tom@tromey.com>
1952
1953 PR rust/22545:
1954 * gdb.rust/simple.exp: Add inclusive range tests.
1955
1956 2018-04-26 Pedro Alves <palves@redhat.com>
1957
1958 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1959 ifunc breakpoint locations correctly of ifunc breakpoints set
1960 while the program resolves the ifunc.
1961
1962 2018-04-26 Pedro Alves <palves@redhat.com>
1963
1964 * gdb.base/gnu-ifunc-final.c: New file.
1965 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1966 * gdb.base/gnu-ifunc.exp (executable): Delete.
1967 (staticexecutable): Adjust.
1968 (lib_opts, exec_opts): Delete.
1969 (make_binsuffix, build, set-break): New procedures.
1970 (misc_tests): New, with tests factored out from the top level.
1971 (top level): Test different combinations of ifunc resolver name,
1972 resolver with and with debug info, and ifunc target with and
1973 without debug info. Wrap static tests with with_target_prefix.
1974
1975 2018-04-26 Pedro Alves <palves@redhat.com>
1976
1977 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1978 return type" warnings.
1979
1980 2018-04-25 Pedro Alves <palves@redhat.com>
1981
1982 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1983 killed".
1984 * gdb.base/kill-after-signal.exp: Likewise.
1985 * gdb.threads/kill.exp: Likewise.
1986
1987 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1988 Sergio Durigan Junior <sergiodj@redhat.com>
1989 Pedro Alves <palves@redhat.com>
1990
1991 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1992 regexps to expect for '[Inferior ... detached]' as well.
1993 * gdb.base/attach.exp: Likewise.
1994 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1995 "gdb_continue_to_end".
1996 (test_catch_syscall_with_wrong_args): Likewise.
1997 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1998 ']'. Don't set 'verbose' on.
1999 * gdb.base/foll-vfork.exp: Likewise.
2000 * gdb.base/fork-print-inferior-events.c: New file.
2001 * gdb.base/fork-print-inferior-events.exp: New file.
2002 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2003 '[Inferior ... has been killed]' message.
2004 * gdb.base/kill-after-signal.exp: Likewise.
2005 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2006 detach message.
2007 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2008 message.
2009 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2010 regexps to expect for '[Inferior ... detached]' as well.
2011 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2012
2013 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2014
2015 PR gdb/23104
2016 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2017
2018 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2019
2020 * gdb.threads/multiple-successive-infcall.c: New test.
2021 * gdb.threads/multiple-successive-infcall.exp: New file.
2022
2023 2018-04-17 Tom Tromey <tom@tromey.com>
2024
2025 * gdb.rust/simple.rs (Union): New type.
2026 (main): New local "u".
2027 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2028
2029 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2030
2031 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2032 number information in output of "whereis" command.
2033 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2034
2035 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2036
2037 * gdb.ada/info_types.exp: Adjust expected output to the line
2038 numbers now printed by "info var/func/type".
2039 * gdb.base/completion.exp: Likewise.
2040 * gdb.base/included.exp: Likewise.
2041 * gdb.cp/cp-relocate.exp: Likewise.
2042 * gdb.cp/cplusfuncs.exp: Likewise.
2043 * gdb.cp/namespace.exp: Likewise.
2044 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2045
2046 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2047
2048 * gdb.btrace/cpu.exp: New.
2049
2050 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2051
2052 * gdb.base/step-indirect-call-thunk.exp: New.
2053 * gdb.base/step-indirect-call-thunk.c: New.
2054 * gdb.reverse/step-indirect-call-thunk.exp: New.
2055 * gdb.reverse/step-indirect-call-thunk.c: New.
2056
2057 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2058
2059 * gdb.base/pie-fork.c: New file.
2060 * gdb.base/pie-fork.exp: New file.
2061
2062 2018-04-11 Tom Tromey <tom@tromey.com>
2063
2064 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2065
2066 2018-04-10 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2069 exits. Instead loop running forever.
2070 (fork_parent): Run forever too.
2071
2072 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2073
2074 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2075 mi_continue_to_line.
2076 * gdb.mi/mi-stack.c (callee4): Add comment.
2077
2078 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2079
2080 * gdb.mi/mi-stack.exp: Fix indentation.
2081
2082 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2083
2084 PR gdb/22979
2085 * gdb.arch/amd64-osabi.exp: New file.
2086
2087 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2088
2089 PR gdb/22980
2090 * gdb.base/osabi.exp: New file.
2091
2092 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2093
2094 * gdb.cp/static-typedef-print.exp: New file.
2095 * gdb.cp/static-typedef-print.cc: New file.
2096
2097 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2098
2099 * gdb.ada/varsize_limit: New testcase.
2100
2101 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2102
2103 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2104
2105 * gdb.ada/notcplusplus: New testcase.
2106
2107 * gdb.base/c-linkage-name.c: New file.
2108 * gdb.base/c-linkage-name.exp: New testcase.
2109
2110 2018-03-26 Tom Tromey <tom@tromey.com>
2111
2112 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2113 * gdb.python/py-framefilter.py (name_error): New global.
2114 (ErrorInName.function): Use name_error.
2115
2116 2018-03-26 Tom Tromey <tom@tromey.com>
2117
2118 PR backtrace/15582:
2119 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2120
2121 2018-03-23 Keith Seitz <keiths@redhat.com>
2122
2123 PR c++/22968
2124 * gdb.cp/subtypes.exp: New file.
2125 * gdb.cp/subtypes.h: New file.
2126 * gdb.cp/subtypes.cc: New file.
2127 * gdb.cp/subtypes-2.cc: New file.
2128
2129 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2130
2131 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2132 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2133 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2134 -nostartfiles when compiling the test. Confirm that all registers
2135 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2136
2137 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2140 option, syntax was wrong anyway.
2141 * gdb.arch/arm-disp-step.exp: Likewise.
2142 * gdb.arch/sparc64-regs.exp: Likewise.
2143 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2144 option, syntax was wrong anyway, switch to use
2145 prepare_for_testing.
2146 * gdb.arch/i386-disp-step.exp: Likewise.
2147
2148 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2149
2150 * gdb.ada/exec_changed.exp: Replace "target_info exists
2151 use_gdb_stub" by "use_gdb_stub".
2152 * gdb.ada/start.exp: Likewise.
2153 * gdb.base/async-shell.exp: Likewise.
2154 * gdb.base/attach-pie-misread.exp: Likewise.
2155 * gdb.base/attach-wait-input.exp: Likewise.
2156 * gdb.base/break-entry.exp: Likewise.
2157 * gdb.base/break-interp.exp: Likewise.
2158 * gdb.base/dprintf-detach.exp: Likewise.
2159 * gdb.base/nostdlib.exp: Likewise.
2160 * gdb.base/solib-nodir.exp: Likewise.
2161 * gdb.base/statistics.exp: Likewise.
2162 * gdb.base/testenv.exp: Likewise.
2163 * gdb.mi/mi-exec-run.exp: Likewise.
2164 * gdb.mi/mi-start.exp: Likewise.
2165 * gdb.multi/dummy-frame-restore.exp: Likewise.
2166 * gdb.multi/multi-arch-exec.exp: Likewise.
2167 * gdb.multi/multi-arch.exp: Likewise.
2168 * gdb.multi/tids.exp: Likewise.
2169 * gdb.multi/watchpoint-multi.exp: Likewise.
2170 * gdb.python/py-events.exp: Likewise.
2171 * gdb.threads/attach-into-signal.exp: Likewise.
2172 * gdb.threads/attach-stopped.exp: Likewise.
2173 * gdb.threads/threadapply.exp: Likewise.
2174 * lib/selftest-support.exp: Likewise.
2175
2176 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2177
2178 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2179
2180 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2181
2182 * gdb.perf/template-breakpoints.cc: New file.
2183 * gdb.perf/template-breakpoints.exp: New file.
2184 * gdb.perf/template-breakpoints.py: New file.
2185
2186 2018-03-19 Tom Tromey <tom@tromey.com>
2187
2188 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2189 y0.
2190 * gdb.rust/simple.exp: Test bare identifier form of struct
2191 initializer.
2192
2193 2018-03-19 Tom Tromey <tom@tromey.com>
2194
2195 * gdb.gdb/observer.exp: Remove.
2196
2197 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2198
2199 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2200 "qualified" option when setting breakpoints.
2201 * gdb.trace/backtrace.exp: Likewise.
2202 * gdb.trace/circ.exp: Likewise.
2203 * gdb.trace/collection.exp: Likewise.
2204 * gdb.trace/disconnected-tracing.exp: Likewise.
2205 * gdb.trace/ftrace-lock.exp: Likewise.
2206 * gdb.trace/ftrace.exp: Likewise.
2207 * gdb.trace/infotrace.exp: Likewise.
2208 * gdb.trace/packetlen.exp: Likewise.
2209 * gdb.trace/passc-dyn.exp: Likewise.
2210 * gdb.trace/qtro.exp: Likewise.
2211 * gdb.trace/read-memory.exp: Likewise.
2212 * gdb.trace/report.exp: Likewise.
2213 * gdb.trace/signal.exp: Likewise.
2214 * gdb.trace/status-stop.exp: Likewise.
2215 * gdb.trace/strace.exp: Likewise.
2216 * gdb.trace/tfind.exp: Likewise.
2217 * gdb.trace/trace-break.exp: Likewise.
2218 * gdb.trace/trace-condition.exp: Likewise.
2219 * gdb.trace/trace-mt.exp: Likewise.
2220 * gdb.trace/tstatus.exp: Likewise.
2221 * gdb.trace/tsv.exp: Likewise.
2222 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2223 * gdb.trace/unavailable.exp: Likewise.
2224 * gdb.trace/while-dyn.exp: Likewise.
2225
2226 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2227
2228 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2229 that libinproctrace is copied to the target.
2230
2231 2018-03-14 Tom Tromey <tom@tromey.com>
2232
2233 PR cli/14977:
2234 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2235 a null pointer.
2236 * gdb.base/wchar.exp: Likewise.
2237
2238 2018-03-14 Tom Tromey <tom@tromey.com>
2239
2240 PR cli/19918:
2241 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2242 flag.
2243
2244 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2245
2246 PR gdb/22841
2247 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2248 "target" to remote_exec.
2249
2250 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2251
2252 PR gdb/22841
2253 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2254 ${board}_upload): Remove.
2255
2256 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2257
2258 * gdb.cp/watch-cp.cc: New test.
2259 * gdb.cp/watch-cp.exp: New file.
2260
2261 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2262
2263 * gdb.base/infcall-nested-structs.exp: New file.
2264 * gdb.base/infcall-nested-structs.c: New file.
2265 * gdb.base/float.exp: Add riscv support.
2266
2267 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2268
2269 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2270 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2271
2272 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2273
2274 * gdb.server/abspath.exp: New file.
2275 * lib/gdb.exp (with_cwd): New procedure.
2276
2277 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2278
2279 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2280 use it.
2281 (gdb_is_target_remote_prompt): New proc.
2282 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2283 (gdb_is_target_native): Pass prompt parameter to
2284 gdb_is_target_1.
2285
2286 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2287
2288 * gdb.base/load-command.c: New file.
2289 * gdb.base/load-command.exp: New file.
2290 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2291 (gdb_is_target_1): ...this, and generalize for other targets
2292 than just remote.
2293 (gdb_is_target_remote): Use gdb_is_target_1.
2294 (gdb_is_target_native): use gdb_is_target_1.
2295
2296 2018-02-26 Tom Tromey <tom@tromey.com>
2297
2298 PR python/16497:
2299 * gdb.python/py-framefilter.exp: Update test.
2300
2301 2018-02-26 Tom Tromey <tom@tromey.com>
2302
2303 * gdb.dwarf2/variant.c: New file.
2304 * gdb.dwarf2/variant.exp: New file.
2305
2306 2018-02-26 Tom Tromey <tom@tromey.com>
2307
2308 * gdb.rust/simple.exp: Accept more possible results in enum test.
2309
2310 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2311
2312 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2313 parentheses.
2314
2315 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2316
2317 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2318 name of a variable: $actual_linejj -> $actual_line.
2319
2320 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2321
2322 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2323
2324 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2325
2326 * gdb.btrace/buffer-size.exp: Do not force BTS.
2327
2328 2018-02-14 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2331 getting a "Quit".
2332
2333 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2334
2335 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2336 Fix test name.
2337
2338 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2339
2340 * gdb.cp/m-static.exp: Check type of optimized out static
2341 member.
2342
2343 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2344
2345 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2346 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2347
2348 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2349 Leszek Swirski <leszeks@google.com>
2350
2351 * gdb.python/py-prettyprint.c
2352 (struct to_string_returns_value_inner,
2353 struct to_string_returns_value_wrapper): New.
2354 (main): Add tsrvw variable.
2355 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2356 ToStringReturnsValueWrapper): New classes.
2357 (register_pretty_printers): Register new pretty-printers.
2358 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2359 recursive pretty printer.
2360 * gdb.python/py-mi.exp: Likewise.
2361
2362 2018-02-01 Leszek Swirski <leszeks@google.com>
2363
2364 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2365 functions with the same name as an include file are parsed
2366 correctly.
2367
2368 2018-02-01 Yao Qi <yao.qi@linaro.org>
2369
2370 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2371 "\[^\r\n\]*".
2372
2373 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2374
2375 * gdb.arch/powerpc-prologue-frame.s: New file.
2376 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2377 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2378
2379 2018-01-31 Joel Brobecker <brobecker@adacore.com>
2380
2381 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2382
2383 2018-01-30 Pedro Alves <palves@redhat.com>
2384
2385 PR gdb/13211
2386 * gdb.base/interrupt-daemon.c: New.
2387 * gdb.base/interrupt-daemon.exp: New.
2388 * gdb.multi/multi-term-settings.c: New.
2389 * gdb.multi/multi-term-settings.exp: New.
2390
2391 2018-01-30 Joel Brobecker <brobecker@adacore.com>
2392
2393 * gdb.base/break.exp: Save the location where the breakpoint
2394 on break.c:47 was actually inserted when debugging the version
2395 compiled at -O2 and use it in the expected output of the "info
2396 break" test performed soon after.
2397
2398 2018-01-22 Pedro Alves <palves@redhat.com>
2399 Sergio Durigan Junior <sergiodj@redhat.com>
2400
2401 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2402 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2403
2404 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2405
2406 * gdb.base/break-include.c, gdb.base/break-include.inc,
2407 gdb.base/break-include.exp: New files.
2408 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2409 line number now being the actual line number where the breakpoint
2410 was inserted.
2411 * gdb.mi/mi-break.exp: Likewise.
2412 * gdb.mi/mi-reverse.exp: Likewise.
2413 * gdb.mi/mi-simplerun.exp: Ditto.
2414
2415 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2416
2417 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2418 varobj.
2419 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2420
2421 2018-01-21 Don Breazeal <donb@codesourcery.com>
2422 Andrew Burgess <andrew.burgess@embecosm.com>
2423
2424 * gdb.mi/basics.c: Add new global.
2425 * gdb.mi/mi-frame-regs.exp: New file.
2426 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2427 case.
2428
2429 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2430
2431 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2432 non-parameter, and on an unknown symbol.
2433
2434 2018-01-19 Tom Tromey <tom@tromey.com>
2435
2436 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2437 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2438
2439 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2440
2441 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2442 setrlimit and chdir to int.
2443
2444 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2445
2446 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2447 function.
2448 (my_tend): Likewise.
2449 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2450 rationale of avoiding FP- and vector instructions.
2451
2452 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2453
2454 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2455 "info reg" with "\[ \t\]*".
2456 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2457 "\[ \t\]+".
2458 * gdb.arch/s390-multiarch.exp: Ditto.
2459 * gdb.base/pc-fp.exp: Ditto.
2460 * gdb.reverse/i386-precsave.exp: Ditto.
2461 * gdb.reverse/i386-reverse.exp: Ditto.
2462 * gdb.reverse/i387-env-reverse.exp: Ditto.
2463 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2464
2465 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2466
2467 * lib/gdb.exp (gdb_compile): Re-enable use of
2468 universal_compile_options for languages other than Rust.
2469
2470 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2471
2472 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2473
2474 2018-01-17 Mike Gulick <mgulick@mathworks.com>
2475
2476 PR gdb/16577
2477 * gdb.base/solib-vanish.exp: New.
2478 * gdb.base/solib-vanish-main.c: New.
2479 * gdb.base/solib-vanish-lib1.c: New.
2480 * gdb.base/solib-vanish-lib2.c: New.
2481
2482 2018-01-17 Yao Qi <yao.qi@linaro.org>
2483
2484 * gdb.compile/compile.exp: Match the address printed for
2485 frame in the output of command "bt".
2486
2487 2018-01-15 Tom Tromey <tom@tromey.com>
2488
2489 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2490 compute sp_reg.
2491
2492 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2493
2494 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2495 to prepare.
2496 (prepare): Return 0 on error, 1 on success.
2497
2498 2018-01-12 Pedro Alves <palves@redhat.com>
2499
2500 * gdb.base/continue-after-aborted-step-over.c: New.
2501 * gdb.base/continue-after-aborted-step-over.exp: New.
2502
2503 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2504
2505 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2506 options when not creating an executable.
2507
2508 2018-01-11 Pedro Alves <palves@redhat.com>
2509
2510 PR remote/22597
2511 * gdb.server/stop-reply-no-thread.c: New file.
2512 * gdb.server/stop-reply-no-thread.exp: New file.
2513
2514 2018-01-10 Pedro Alves <palves@redhat.com>
2515
2516 PR gdb/22670
2517 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2518 functions too. Test setting breakpoints and printing C functions
2519 with no debug info too.
2520 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2521
2522 2018-01-10 Pedro Alves <palves@redhat.com>
2523
2524 PR gdb/22670
2525 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2526 a fail.
2527
2528 2018-01-10 Pedro Alves <palves@redhat.com>
2529
2530 PR gdb/22670
2531 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2532
2533 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2534
2535 * gdb.server/unittest.exp: Match the output in non-development
2536 mode.
2537
2538 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2539
2540 * gdb.gdb/unittest.exp: Match output in non-development mode.
2541
2542 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2543
2544 * gdb.ada/access_tagged_param.exp: Relax expected output
2545 for value of "ObjL" in "continue" to pck.inspect breakpoint
2546 test.
2547
2548 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2549
2550 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2551 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2552
2553 2018-01-05 Pedro Alves <palves@redhat.com>
2554
2555 PR gdb/18653
2556 * gdb.base/libsegfault.exp: New.
2557
2558 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2559
2560 PR gdb/22670
2561 * gdb.ada/access_tagged_param.exp: New file.
2562 * gdb.ada/access_tagged_param/foo.adb: New file.
2563
2564 2018-01-05 Pedro Alves <palves@redhat.com>
2565
2566 PR gdb/22670
2567 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2568 exercise lower case too, and to exercise both full matching and
2569 wild matching.
2570
2571 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2572
2573 * gdb.ada/rename_subscript_param: New testcase.
2574
2575 2018-01-05 Jerome Guitton <guitton@adacore.com>
2576
2577 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2578
2579 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2580
2581 * gdb.ada/convvar_comp: New testcase.
2582
2583 2018-01-05 Xavier Roirand <roirand@adacore.com>
2584
2585 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2586 (My_Table): New global variable.
2587 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2588
2589 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2590
2591 PR gdb/22670
2592 * gdb.ada/maint_with_ada: New testcase.
2593
2594 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2595
2596 PR gdb/22670
2597 * gdb.ada/bp_c_mixed_case: New testcase.
2598
2599 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2600
2601 PR gdb/22670
2602 * gdb.ada/complete.exp: Add "complete break ada" test.
2603
2604 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2605
2606 PR gdb/22670
2607 * gdb.ada/info_addr_mixed_case: New testcase.
2608
2609 2018-01-03 Xavier Roirand <roirand@adacore.com>
2610
2611 * gdb.ada/excep_handle.exp: New testcase.
2612 * gdb.ada/excep_handle/foo.adb: New file.
2613 * gdb.ada/excep_handle/pck.ads: New file.
2614
2615 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2616
2617 * gdb.base/step-line.c: Add extra empty line in copyright header.
2618 * gdb.base/step-line.inp: Likewise.
2619
2620 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2621
2622 * gdb.ada/dyn_stride.exp: Add slice test.
2623
2624 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2625
2626 * gdb.ada/dyn_stride: New testcase.
2627
2628 2017-12-27 Stafford Horne <shorne@gmail.com>
2629
2630 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2631 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2632
2633 2017-12-27 Stafford Horne <shorne@gmail.com>
2634
2635 * gdb.base/reggroups.c: New file.
2636 * gdb.base/reggroups.exp: New file.
2637
2638 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2639
2640 * gdb.dwarf2/ada-valprint-error.c: New file.
2641 * gdb.dwarf2/ada-valprint-error.exp: New file.
2642
2643 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2644
2645 * gdb.ada/assign_arr: New testcase.
2646
2647 2017-12-18 Xavier Roirand <roirand@adacore.com>
2648
2649 * gdb.ada/funcall_ptr: New testcase.
2650
2651 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2652
2653 PR cli/16224
2654 * gdb.base/ptype-offsets.cc: New file.
2655 * gdb.base/ptype-offsets.exp: New file.
2656
2657 2017-12-15 Yao Qi <yao.qi@linaro.org>
2658
2659 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2660 if XML is disabled.
2661
2662 2017-12-15 Xavier Roirand <roirand@adacore.com>
2663
2664 * gdb.ada/same_component_name: New testcase.
2665
2666 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2667
2668 * gdb.ada/str_binop_equal: New testcase.
2669
2670 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2671
2672 * gdb.ada/task_switch_in_core: New testcase.
2673
2674 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2675
2676 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2677 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2678 call test_bkpt_qualified.
2679 (test_bkpt_qualified): New proc.
2680
2681 2017-12-13 Pedro Alves <palves@redhat.com>
2682
2683 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2684 Tighten regexp by matching with an anchor.
2685
2686 2017-12-13 Pedro Alves <palves@redhat.com>
2687
2688 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2689 ("expression with namespace"): New set of tests.
2690 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2691 (Nested::Test_NS::qux): New.
2692 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2693 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2694
2695 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2696
2697 * gdb.base/server-del-break.c: New file.
2698 * gdb.base/server-del-break.exp: New file.
2699
2700 2017-12-12 Stafford Horne <shorne@gmail.com>
2701
2702 * gdb.xml/tdesc-regs.exp: Add or1k support.
2703
2704 2017-12-12 Stafford Horne <shorne@gmail.com>
2705
2706 * gdb.base/bp-permanent.c: Define nop of or1k.
2707
2708 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2709
2710 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2711 output with components being reordered.
2712
2713 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2714
2715 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2716 output with components being reordered.
2717
2718 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2719 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.base/maint.exp (check for .gdb_index): Check also for
2722 .debug_names.
2723 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2724 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2725 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2726 (.gdb_index used after symbol reloading): Support also .debug_names.
2727 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2728
2729 2017-12-08 Yao Qi <yao.qi@linaro.org>
2730
2731 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2732 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2733
2734 2017-12-08 Yao Qi <yao.qi@linaro.org>
2735
2736 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2737 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2738
2739 2017-12-08 Yao Qi <yao.qi@linaro.org>
2740
2741 * gdb.arch/aarch64-tagged-pointer.c: New file.
2742 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2743
2744 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2745
2746 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2747 "int".
2748
2749 2017-12-07 Keith Seitz <keiths@redhat.com>
2750
2751 PR breakpoints/22569
2752 * gdb.linespec/ls-errs.exp: Change expected result of "break
2753 -source this file has spaces.c -line 3".
2754 Check that an explicit source file followed by whitespace is
2755 identified as an invalid explicit location.
2756
2757 2017-12-07 Keith Seitz <keiths@redhat.com>
2758
2759 * gdb.cp/nested-types.cc: New file.
2760 * gdb.cp/nested-types.exp: New file.
2761 * lib/cp-support.exp: Load data-structures.exp library.
2762 (debug_cp_test_ptype_class): New global.
2763 (cp_ptype_class_verbose, next_line): New procedures.
2764 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2765 Add and document new return value.
2766 Switch the list of lines to a queue.
2767 Add support for new `type' key for nested type definitions.
2768 Add debugging/troubleshooting messages.
2769 * lib/data-structures.exp: New file.
2770
2771 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2772
2773 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2774 with proc_with_prefix, don't use with_test_prefix.
2775
2776 2017-12-07 Tom Tromey <tom@tromey.com>
2777
2778 * gdb.base/break.exp: Add test for empty "commands".
2779
2780 2017-12-07 Yao Qi <yao.qi@linaro.org>
2781
2782 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2783 malloc and catch syscall.
2784
2785 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2786
2787 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2788 tests for explicit locations.
2789
2790 2017-12-06 Pedro Alves <palves@redhat.com>
2791
2792 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2793 force-disabling XML descriptions.
2794
2795 2017-12-04 Pedro Alves <palves@redhat.com>
2796
2797 PR gdb/22499
2798 * gdb.arch/amd64-disp-step-avx.S: New file.
2799 * gdb.arch/amd64-disp-step-avx.exp: New file.
2800
2801 2017-12-03 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2804 and <string.h>.
2805 (parent_function): Print distinct messages when waitpid fails, or
2806 the child exits with a signal, or the child exits for an unhandled
2807 reason.
2808 * gdb.threads/process-dies-while-detaching.exp
2809 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2810 it. Wait for both inferior output and GDB's prompt. Use an
2811 indirect spawn id list.
2812 (do_detach): New parameter 'child_exit'. Use it to compute
2813 expected inferior output.
2814 (test_detach, test_detach_watch, test_detach_killed_outside):
2815 Adjust to pass down the expected child exit kind.
2816
2817 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2818 Sergio Durigan Junior <sergiodj@redhat.com>
2819 Pedro Alves <palves@redhat.com>
2820
2821 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2822
2823 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2824
2825 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2826 to 'symbol-file' and 'add-symbol-file' can be
2827 position-independent.
2828
2829 2017-12-01 Yao Qi <yao.qi@linaro.org>
2830
2831 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2832 the URL in copyright header.
2833 * gdb.arch/aarch64-fp.exp: Likewise.
2834 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2835 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2836 * gdb.base/expand-psymtabs.exp: Likewise.
2837 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2838 * gdb.fortran/common-block.exp: Likewise.
2839 * gdb.fortran/common-block.f90: Likewise.
2840 * gdb.fortran/logical.exp: Likewise.
2841 * gdb.fortran/vla-datatypes.f90: Likewise.
2842 * gdb.fortran/vla-sub.f90: Likewise.
2843
2844 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2845
2846 * gdb.ada/repeat_dyn: New testcase.
2847
2848 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2849
2850 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2851 Update for changed thread numbering.
2852 * gdb.cell/bt.exp: Update for changed GDB output.
2853
2854 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2855
2856 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2857 setting isremote by hand.
2858 * boards/dwarf4-gdb-index.exp: Likewise.
2859 * boards/fission.exp: Likewise.
2860 * boards/stabs.exp: Likewise.
2861
2862 2017-11-30 Pedro Alves <palves@redhat.com>
2863
2864 * gdb.linespec/cpls-ops.exp
2865 (check_explicit_skips_function_argument): Extract the underlying
2866 type of size_t instead of hardcoding it.
2867
2868 2017-11-29 Pedro Alves <palves@redhat.com>
2869
2870 PR c++/19436
2871 * gdb.linespec/cpls-abi-tag.cc: New file.
2872 * gdb.linespec/cpls-abi-tag.exp: New file.
2873
2874 2017-11-29 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.base/langs.exp: Use -qualified.
2877 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2878 it.
2879 * gdb.cp/namespace.exp: Use -qualified.
2880 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2881 (overload-3, template-overload, template-ret-type, const-overload)
2882 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2883 procedures.
2884 (test_driver): Call them.
2885 * gdb.cp/save-bp-qualified.cc: New.
2886 * gdb.cp/save-bp-qualified.exp: New.
2887 * gdb.linespec/explicit.exp: Test -qualified.
2888 * lib/completion-support.exp (completion::explicit_opts_list): Add
2889 "-qualified".
2890 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2891
2892 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2893
2894 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2895
2896 2017-11-29 Tom Tromey <tom@tromey.com>
2897
2898 * gdb.base/relocate.exp: Update invalid argument test.
2899 Add new tests for invalid arguments.
2900
2901 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2902
2903 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2904 Return 0 as a long.
2905 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2906
2907 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2908
2909 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2910 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2911 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2912 func ().
2913 * gdb.cp/shadow.cc (B.func): Return 0.
2914
2915 2017-11-27 Joel Brobecker <brobecker@adacore.com>
2916
2917 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2918 expected output in gdb_expect call to allow the exception
2919 message to be present as well. Fix syntax confusion to avoid
2920 TCL thinking that exception_name is an array.
2921
2922 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2923
2924 * gdb.arch/spu-info.c: Include <unistd.h>.
2925 (do_signal_test): Fix broken calls to write.
2926 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2927 Fix checks for empty mailboxes. Update signal tests for corrected
2928 do_signal_test routine. Allow nonzero event status.
2929 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2930 * gdb.cell/arch.exp: Use standard_output_file.
2931 * gdb.cell/break.exp: Likewise.
2932 * gdb.cell/bt.exp: Likewise.
2933 * gdb.cell/core.exp: Likewise.
2934 * gdb.cell/dwarfaddr.exp: Likewise.
2935 * gdb.cell/ea-cache.exp: Likewise.
2936 * gdb.cell/ea-standalone.exp: Likewise.
2937 * gdb.cell/f-regs.exp: Likewise.
2938 * gdb.cell/fork.exp: Likewise.
2939 * gdb.cell/gcore.exp: Likewise.
2940 * gdb.cell/mem-access.exp: Likewise.
2941 * gdb.cell/ptype.exp: Likewise.
2942 * gdb.cell/registers.exp: Likewise.
2943 * gdb.cell/sizeof.exp: Likewise.
2944 * gdb.cell/solib-symbol.exp: Likewise.
2945 * gdb.cell/solib.exp: Likewise.
2946
2947 2017-11-25 Pedro Alves <palves@redhat.com>
2948
2949 * gdb.base/complete-empty.exp: New file.
2950 * gdb.base/completion.exp: Adjust.
2951
2952 2017-11-25 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.linespec/cpls-ops.cc: New file.
2955 * gdb.linespec/cpls-ops.exp: New file.
2956 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2957 factored out from ...
2958 (test_complete_prefix_range): ... this.
2959
2960 2017-11-24 Pedro Alves <palves@redhat.com>
2961
2962 * gdb.linespec/cpcompletion.exp: New file.
2963 * gdb.linespec/cpls-hyphen.cc: New file.
2964 * gdb.linespec/cpls.cc: New file.
2965 * gdb.linespec/cpls2.cc: New file.
2966 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2967 test to use test_gdb_complete_unique. Add label completion,
2968 keyword completion and explicit location completion tests.
2969 * lib/completion-support.exp: New file.
2970
2971 2017-11-24 Joel Brobecker <brobecker@adacore.com>
2972
2973 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2974 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2975 when hitting an exception catchpoint.
2976
2977 2017-11-22 Yao Qi <yao.qi@linaro.org>
2978
2979 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2980
2981 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2982
2983 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2984 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2985 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2986
2987 2017-11-22 Yao Qi <yao.qi@linaro.org>
2988
2989 * gdb.base/info-os.exp: Pass pthreads.
2990 * gdb.multi/multi-attach.exp: Likewise.
2991
2992 2017-11-22 Yao Qi <yao.qi@linaro.org>
2993
2994 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2995 compiler.
2996
2997 2017-11-22 Yao Qi <yao.qi@linaro.org>
2998
2999 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3000 * gdb.base/break-interp.exp: Likewise.
3001 * gdb.base/jit-attach-pie.exp: Likewise.
3002
3003 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3004
3005 * gdb.base/float128.c (large128): New variable.
3006 * gdb.base/float128.exp: Add test to print largest __float128 value.
3007
3008 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3009
3010 * gdb.arch/vsx-regs.exp: Update register content checks.
3011
3012 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3013
3014 * gdb.arch/ppc-longdouble.exp: New file.
3015 * gdb.arch/ppc-longdouble.c: Likewise.
3016
3017 2017-11-21 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3020
3021 2017-11-20 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3024 (long_double_typedef): New typedefs.
3025 Use DEF on double and long double.
3026 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3027 cases.
3028 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3029 and 'long_double_ptr_same_size' locals. Use them to decide
3030 whether cast from array/function to float is valid/invalid.
3031
3032 2017-11-17 Tom Tromey <tom@tromey.com>
3033
3034 * gdb.rust/traits.rs: New file.
3035 * gdb.rust/traits.exp: New file.
3036
3037 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3038
3039 * gdb.ada/minsyms: New testcase.
3040
3041 2017-11-16 Pedro Alves <palves@redhat.com>
3042
3043 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3044 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3045
3046 2017-11-16 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3049 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3050
3051 2017-11-16 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.server/reconnect-ctrl-c.c: New file.
3054 * gdb.server/reconnect-ctrl-c.exp: New file.
3055
3056 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3057
3058 * gdb.python/py-rbreak.exp: New file.
3059 * gdb.python/py-rbreak.c: New file.
3060 * gdb.python/py-rbreak-func2.c: New file.
3061
3062 2017-11-16 Pedro Alves <palves@redhat.com>
3063
3064 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3065 pattern.
3066 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3067 GDB.
3068
3069 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3070
3071 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3072 regex.
3073
3074 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3075
3076 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3077 test names.
3078
3079 2017-11-09 Pedro Alves <palves@redhat.com>
3080
3081 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3082 factored out from ...
3083 (top level): ... here, and adjusted to avoid expecting beyond the
3084 prompt in a single gdb_test_multiple.
3085
3086 2017-11-09 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3089 output.
3090 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3091 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3092 * gdb.server/ext-run.exp ("kill" test): Likewise.
3093 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3094
3095 2017-11-09 Pedro Alves <palves@redhat.com>
3096
3097 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3098 match till end of line.
3099
3100 2017-11-09 Pedro Alves <palves@redhat.com>
3101
3102 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3103
3104 2017-11-09 Pedro Alves <palves@redhat.com>
3105
3106 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3107 New procedures, factored out from ...
3108 (top level): ... here, and adjusted to avoid expecting beyond the
3109 prompt in one go.
3110
3111 2017-11-09 Pedro Alves <palves@redhat.com>
3112
3113 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3114 output. Fix '?' match.
3115
3116 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3117
3118 * gdb.ada/scoped_watch: New testcase.
3119 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3120 which is actually correct.
3121 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3122 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3123
3124 2017-11-08 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.gdb/complaints.exp (test_initial_complaints)
3127 (test_serial_complaints, test_short_complaints): Call
3128 complaint_internal instead of complaint.
3129
3130 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3131
3132 * gdb.threads/tls-core.c: New file.
3133 * gdb.threads/tls-core.exp: Likewise.
3134
3135 2017-11-08 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3138 (p Exported_Capitalized): New test.
3139 (p exported_capitalized): New test.
3140
3141 2017-11-07 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3144
3145 2017-11-07 Pedro Alves <palves@redhat.com>
3146
3147 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3148 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3149 (disable_invalid, disable_inverted, disable_negative): New
3150 procedures.
3151 ("bad numbers"): New set of tests.
3152
3153 2017-11-07 Pedro Alves <palves@redhat.com>
3154
3155 * gdb.cp/ena-dis-br-range.exp: Add tests.
3156
3157 2017-11-07 Pedro Alves <palves@redhat.com>
3158
3159 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3160
3161 2017-11-07 Xavier Roirand <roirand@adacore.com>
3162 Pedro Alves <palves@redhat.com>
3163
3164 * gdb.base/ena-dis-br.exp: Add reference to
3165 gdb.cp/ena-dis-br-range.exp.
3166 * gdb.cp/ena-dis-br-range.exp: New file.
3167 * gdb.cp/ena-dis-br-range.cc: New file.
3168
3169 2017-11-06 Pedro Alves <palves@redhat.com>
3170
3171 * gdb.base/attach-non-pgrp-leader.c: New.
3172 * gdb.base/attach-non-pgrp-leader.exp: New.
3173
3174 2017-11-06 Pedro Alves <palves@redhat.com>
3175
3176 * configure.ac: No longer check for termio.h and sgtty.h.
3177 * configure: Regenerate.
3178 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3179 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3180 Remove termio and sgtty code.
3181
3182 2017-11-03 Yao Qi <yao.qi@linaro.org>
3183
3184 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3185 in GDB is disabled.
3186
3187 2017-11-03 Yao Qi <yao.qi@linaro.org>
3188
3189 * gdb.python/py-thrhandle.exp: Skip it if python is not
3190 enabled.
3191
3192 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3193
3194 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3195 as a breakpoint command.
3196
3197 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3198
3199 PR python/21213
3200 * gdb.python/py-infthread.exp: Test calling
3201 InferiorThread.inferior () multiple times in a row.
3202
3203 2017-10-27 Keith Seitz <keiths@redhat.com>
3204
3205 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3206 Test "info break" for every inlined function breakpoint.
3207
3208 2017-10-27 Yao Qi <yao.qi@linaro.org>
3209
3210 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3211
3212 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3213
3214 * gdb.cp/classes.exp (test_static_members): Test printing
3215 Outer::instance.
3216 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3217 (Inner::instance, Outer::instance): New.
3218
3219 2017-10-24 Pedro Alves <palves@redhat.com>
3220
3221 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3222 extra console" test in two stages.
3223
3224 2017-10-24 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3227
3228 2017-10-24 Pedro Alves <palves@redhat.com>
3229
3230 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3231 loop.
3232
3233 2017-10-24 Pedro Alves <palves@redhat.com>
3234
3235 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3236 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3237
3238 2017-10-24 Pedro Alves <palves@redhat.com>
3239
3240 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3241 parameter and handle it. Don't output read value in test name.
3242
3243 2017-10-24 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3246 custom test name.
3247
3248 2017-10-24 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3251 include the unstable output directory name in the test's name.
3252 (initial_setup_simple) <'set args'>: Use custom test name.
3253
3254 2017-10-24 Pedro Alves <palves@redhat.com>
3255
3256 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3257 with explicit test name.
3258
3259 2017-10-20 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3262 'wait -i'. Use gdb_assert and remote_close.
3263
3264 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3265
3266 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3267 number from variable rather than hard-coded.
3268
3269 2017-10-19 Pedro Alves <palves@redhat.com>
3270
3271 * gdb.base/long-inferior-output.c: New file.
3272 * gdb.base/long-inferior-output.exp: New file.
3273
3274 2017-11-18 Keith Seitz <keiths@redhat.com>
3275
3276 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3277 method.
3278 (main): Call it.
3279 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3280 Add additional user-defined conversion operator tests.
3281
3282 2017-10-17 Pedro Alves <palves@redhat.com>
3283
3284 * boards/native-stdio-gdbserver.exp: Load "local-board".
3285
3286 2017-10-17 Pedro Alves <palves@redhat.com>
3287
3288 * gdb.base/quit-live.c: New file.
3289 * gdb.base/quit-live.exp: New file.
3290
3291 2017-10-16 Keith Seitz <keiths@redhat.com>
3292
3293 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3294 (class_with_protected_typedef, class_with_private_typedef)
3295 (struct_with_public_typedef, struct_with_protected_typedef)
3296 (struct_with_private_typedef): New classes/structs.
3297 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3298 typedefs and access specifiers.
3299
3300 2017-10-16 Pedro Alves <palves@redhat.com>
3301 Simon Marchi <simon.marchi@polymtl.ca>
3302
3303 * README (Local vs Remote vs Native): New section.
3304 * boards/local-board.exp: New file, with bits factored out from
3305 ...
3306 * boards/native-extended-gdbserver.exp: ... here. Load
3307 "local-board".
3308 * boards/native-gdbserver.exp: Load "local-board".
3309 (${board}_spawn, ${board}_exec): Delete.
3310 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3311 ...
3312 * boards/stdio-gdbserver-base.exp: ... this new file.
3313 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3314 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3315 procedure.
3316 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3317 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3318 stdio_gdbserver_command.
3319 (${board}_get_remote_address, ${board}_get_comm_port)
3320 (${board}_download, ${board}_upload): Delete.
3321 (get_target_remote_pipe_cmd): New.
3322
3323 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3324
3325 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3326 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3327 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3328 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3329 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3330 remove with_test_prefix.
3331
3332 2017-10-13 Pedro Alves <palves@redhat.com>
3333
3334 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3335 * gdb.base/annota1.exp: Use it instead of is_remote.
3336 * gdb.base/annota3.exp: Use it instead of is_remote.
3337 * gdb.cp/annota2.exp: Use it instead of is_remote.
3338 * gdb.cp/annota3.exp: Use it instead of is_remote.
3339 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3340
3341 2017-10-13 Pedro Alves <palves@redhat.com>
3342
3343 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3344 (test_num_test_vars, run_and_count_vars, find_env)
3345 (test_set_unset_env, test_inherit_env_var): New procedures.
3346 (top level): Use them.
3347
3348 2017-10-13 Pedro Alves <palves@redhat.com>
3349
3350 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3351 also skip on stub-like targets.
3352
3353 2017-10-13 Pedro Alves <palves@redhat.com>
3354
3355 PR gdb/22293
3356 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3357 (top level): Move some tests to ...
3358 (test_not_found): ... this new procedure.
3359 (top level): Call it.
3360
3361 2017-10-13 Pedro Alves <palves@redhat.com>
3362
3363 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3364 expect different "info terminal" output if testing with a
3365 non-native target.
3366
3367 2017-10-13 Pedro Alves <palves@redhat.com>
3368 Simon Marchi <simon.marchi@polymtl.ca>
3369
3370 PR python/12966
3371 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3372
3373 2017-10-13 Pedro Alves <palves@redhat.com>
3374
3375 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3376 already.
3377
3378 2017-10-13 Pedro Alves <palves@redhat.com>
3379
3380 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3381 is_remote.
3382
3383 2017-10-13 Pedro Alves <palves@redhat.com>
3384
3385 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3386 is_remote.
3387
3388 2017-10-13 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3391 is set.
3392 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3393 instead of is_remote.
3394
3395 2017-10-13 Pedro Alves <palves@redhat.com>
3396
3397 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3398 (top level): Add comment.
3399
3400 2017-10-13 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.base/remote.exp (top level): Fix comment typo and add
3403 missing return.
3404
3405 2017-10-13 Pedro Alves <palves@redhat.com>
3406 Simon Marchi <simon.marchi@polymtl.ca>
3407
3408 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3409 calls and add comments. Skip test if use_gdb_stub is set.
3410 (top level): Use "set cwd" command instead of "cd" command.
3411
3412 2017-10-13 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3415 is_remote target check.
3416
3417 2017-10-13 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.base/scope.exp: Use build_executable + clean_restart +
3420 gdb_file_cmd instead of prepare_for_testing and no longer skip
3421 "before run" tests on is_remote target boards. Update comments.
3422 * boards/native-extended-gdbserver.exp
3423 (extended_gdbserver_load_last_file): New, factored out from ...
3424 (gdb_load): ... this. Move further below and add comment.
3425 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3426
3427 2017-10-12 Pedro Alves <palves@redhat.com>
3428
3429 * gdb.base/attach.exp: Remove references to gdb64.
3430 * gdb.base/dbx.exp: Remove references to gdb64.
3431
3432 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3433 Pedro Alves <palves@redhat.com>
3434
3435 * gdb.base/label.exp: Remove is_remote target check.
3436
3437 2017-10-12 Pedro Alves <palves@redhat.com>
3438
3439 * gdb.base/auvx.exp (coredir): Update comment.
3440 (top level) <core_works>: Use "set cwd" command instead of "cd"
3441 command.
3442
3443 2017-10-12 Pedro Alves <palves@redhat.com>
3444 Simon Marchi <simon.marchi@polymtl.ca>
3445
3446 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3447 target boards.
3448
3449 2017-10-12 Pedro Alves <palves@redhat.com>
3450 Simon Marchi <simon.marchi@polymtl.ca>
3451
3452 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3453 Instead skip if there's any gdb_protocol set.
3454
3455 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3456 Pedro Alves <palves@redhat.com>
3457
3458 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3459
3460 2017-10-12 Pedro Alves <palves@redhat.com>
3461 Simon Marchi <simon.marchi@polymtl.ca>
3462
3463 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3464 instead of on dejagnu remote boards.
3465
3466 2017-10-12 Pedro Alves <palves@redhat.com>
3467 Simon Marchi <simon.marchi@polymtl.ca>
3468
3469 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3470 checks. Use build_executable + clean_restart instead of
3471 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3472 of enabling non-stop after starting gdb.
3473
3474 2017-10-12 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3477 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3478 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3479 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3480
3481 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3482
3483 * gdb.arch/arc-tdesc-cpu.exp: New file.
3484 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3485
3486 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3487
3488 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3489
3490 2017-10-10 Pedro Alves <palves@redhat.com>
3491
3492 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3493 expect CLI output.
3494
3495 2017-10-10 Pedro Alves <palves@redhat.com>
3496
3497 * lib/selftest-support.exp (selftest_setup): Update for
3498 captured_command_loop's prototype change.
3499
3500 2017-10-09 Pedro Alves <palves@redhat.com>
3501
3502 Test both arch1=>arch2 and arch2=>arch1.
3503
3504 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3505 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3506 factored out to...
3507 (append_arch1_options, append_arch2_options, append_arch_options)
3508 (build_executables): New procedures.
3509 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3510 local.
3511 (top level): Add new 'first_arch' testing axis.
3512
3513 2017-10-09 Pedro Alves <palves@redhat.com>
3514
3515 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3516 (barrier): New.
3517 (thread_start, all_started): New functions.
3518 (main): Spawn new thread and wait until it is scheduled.
3519 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3520 option.
3521 (do_test): Add 'selected_thread' parameter. Run to all_started
3522 instead of main. Explicitly set the breakpoint at main. Switch
3523 to the SELECTED_THREAD thread.
3524 (top level): Test handling the exec event with either the main
3525 thread or the second thread selected.
3526
3527 2017-10-09 Pedro Alves <palves@redhat.com>
3528
3529 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3530 logic. Move STOP marker after the value checks.
3531 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3532 regexp.
3533
3534 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3535
3536 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3537
3538 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3539
3540 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3541 integer-to-dfp conversion.
3542 * gdb.base/dfp-test.exp: Likewise.
3543
3544 2017-10-04 Pedro Alves <palves@redhat.com>
3545
3546 * gdb.multi/hangout.c: Include <unistd.h>.
3547 (hangout_loop): New function.
3548 (main): Call alarm. Call hangout_loop in a loop.
3549 * gdb.multi/hello.c: Include <unistd.h>.
3550 (hello_loop): New function.
3551 (main): Call alarm. Call hangout_loop in a loop.
3552 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3553 inferior with the other selected.
3554
3555 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3556
3557 * gdb.mi/list-thread-groups-available.exp: New file.
3558 * gdb.mi/list-thread-groups-available.c: New file.
3559
3560 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3561
3562 * gdb.base/set-cwd.exp: Make it available on
3563 native-extended-gdbserver.
3564
3565 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3566
3567 * gdb.base/set-cwd.c: New file.
3568 * gdb.base/set-cwd.exp: Likewise.
3569
3570 2017-10-02 Tom Tromey <tom@tromey.com>
3571
3572 PR rust/22236:
3573 * gdb.rust/simple.rs (main): New variable "fslice".
3574 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3575
3576 2017-10-02 Tom Tromey <tom@tromey.com>
3577
3578 * gdb.rust/simple.exp: Test ptype of a slice.
3579
3580 2017-10-02 Tom Tromey <tom@tromey.com>
3581
3582 * gdb.rust/simple.exp: Test index of slice.
3583
3584 2017-09-27 Tom Tromey <tom@tromey.com>
3585
3586 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3587
3588 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3589 Pedro Alves <palves@redhat.com>
3590
3591 * gdb.base/compare-sections.exp (get value of read-only section): Read
3592 as unsigned value.
3593 (corrupt read-only section): Likewise and don't set written if patching
3594 failed.
3595
3596 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3597
3598 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3599 files.
3600
3601 2017-09-20 Pedro Alves <palves@redhat.com>
3602
3603 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3604 symbol names in gdb's output.
3605 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3606
3607 2017-09-20 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3610 Rename to ...
3611 (test_list_ambiguous_symbol): ... this and add a symbol name
3612 parameter. Adjust.
3613 (test_list_ambiguous_function): Reimplement on top of
3614 test_list_ambiguous_symbol and also test listing ambiguous
3615 variables.
3616 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3617 (ambiguous_fun): ... this.
3618 (ambiguous_var): New.
3619 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3620 (ambiguous_fun): ... this.
3621 (ambiguous_var): New.
3622
3623 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3624
3625 * gdb.base/starti.c: New file.
3626 * gdb.base/starti.exp: New file.
3627 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3628
3629 2017-09-14 Pedro Alves <palves@redhat.com>
3630
3631 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3632 (top level): Use it instead of runto.
3633
3634 2017-09-11 Tom Tromey <tom@tromey.com>
3635
3636 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3637
3638 2017-09-11 Tom Tromey <tom@tromey.com>
3639
3640 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3641 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3642
3643 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3644
3645 * gdb.fortran/printing-types.exp: New file.
3646 * gdb.fortran/printing-types.exp: New file.
3647
3648 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3649
3650 * gdb.fortran/vla-ptype.exp: Fix typos.
3651 * gdb.fortran/vla-value.exp: Same.
3652
3653 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3654
3655 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3656 * gdb.mi/mi-var-child-f.exp: Likewise.
3657 * gdb.mi/mi-vla-fortran.exp: Likewise.
3658
3659 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3660 Christoph Weinmann <christoph.t.weinmann@intel.com>
3661 Bernhard Heckel <bernhard.heckel@intel.com>
3662
3663 * gdb.fortran/ptr-indentation.f90: New file.
3664 * gdb.fortran/ptr-indentation.exp: New file.
3665
3666 2017-09-05 Tom Tromey <tom@tromey.com>
3667
3668 PR gdb/22010:
3669 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3670
3671 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3672
3673 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3674
3675 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3676
3677 * gdb.threads/tls-nodebug-pie.c: New file.
3678 * gdb.threads/tls-nodebug-pie.exp: New file.
3679
3680 2017-09-05 Tom Tromey <tom@tromey.com>
3681
3682 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3683 for rust.
3684
3685 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3686
3687 * gdb.multi/multi-arch-exec.exp: Test with different
3688 "follow-exec-mode" settings.
3689 (do_test): New procedure.
3690
3691 2017-09-04 Pedro Alves <palves@redhat.com>
3692
3693 * gdb.base/func-static.c (S::method const, S::method volatile)
3694 (S::method volatile const): New methods.
3695 (c_s, v_s, cv_s): New instances.
3696 (main): Call method() on them.
3697 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3698 (cannot_resolve): New procedure.
3699 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3700 print-quote-unquoted columns.
3701 (do_test): Test printing each scope too.
3702
3703 2017-09-04 Pedro Alves <palves@redhat.com>
3704
3705 * gdb.base/local-static.exp: Also test with
3706 class::method::variable wholly quoted.
3707 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3708
3709 2017-09-04 Pedro Alves <palves@redhat.com>
3710
3711 * gdb.base/local-static.c: New.
3712 * gdb.base/local-static.cc: New.
3713 * gdb.base/local-static.exp: New.
3714
3715 2017-09-04 Pedro Alves <palves@redhat.com>
3716
3717 * gdb.asm/asm-source.exp: Add casts to int.
3718 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3719 (dataglobal64_1, dataglobal64_2): New globals.
3720 * gdb.base/nodebug.exp: Test different expressions involving the
3721 new globals, with print, whatis and ptype. Add casts to int.
3722 * gdb.base/solib-display.exp: Add casts to int.
3723 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3724 * gdb.cp/m-static.exp: Add cast to int.
3725 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3726 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3727 tls variable with no debug info without a cast. Test with a cast
3728 to int too.
3729 * gdb.trace/entry-values.exp: Add casts.
3730
3731 2017-09-04 Pedro Alves <palves@redhat.com>
3732
3733 * gdb.base/nodebug.exp: Test that ptype's error about functions
3734 with unknown return type includes the function name too.
3735
3736 2017-09-04 Pedro Alves <palves@redhat.com>
3737
3738 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3739 return type of munmap in infcall.
3740 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3741 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3742 type of ftell in infcall.
3743 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3744 type of getpid in infcall.
3745 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3746 infcall.
3747 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3748 Bail on failure to extract the pid.
3749 * gdb.base/nodebug.c: #include <stdint.h>.
3750 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3751 New functions.
3752 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3753 Change expected output of print/whatis/ptype with functions with
3754 no debug info. Test all supported languages. Call
3755 test_call_promotion.
3756 * gdb.compile/compile.exp: Adjust expected output to expect
3757 warning.
3758 * gdb.threads/siginfo-threads.exp: Likewise.
3759
3760 2017-09-04 Pedro Alves <palves@redhat.com>
3761
3762 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3763 "prototypes". Test calling float functions via prototyped and
3764 unprototyped function pointers.
3765 (perform_all_tests): New parameter "prototypes". Pass it down.
3766 (top level): Pass down "prototypes" parameter to
3767 perform_all_tests.
3768
3769 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3770
3771 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3772 Test with nested loops.
3773
3774 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3775
3776 * gdb.base/commands.exp: Call the new procedures.
3777 (loop_break_test, loop_continue_test): New procedures.
3778
3779 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3780
3781 * gdb.base/commands.exp: Call new procedure.
3782 (define_if_without_arg_test): New procedure.
3783
3784 2017-09-04 Pedro Alves <palves@redhat.com>
3785
3786 * gdb.base/list-ambiguous.exp: New file.
3787 * gdb.base/list-ambiguous0.c: New file.
3788 * gdb.base/list-ambiguous1.c: New file.
3789 * gdb.base/list.exp (test_list_range): Adjust expected output.
3790
3791 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3792
3793 * gdb.base/share-env-with-gdbserver.c: New file.
3794 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3795
3796 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3797
3798 * gdb.base/commands.exp (gdbvar_simple_if_test,
3799 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3800 progvar_simple_if_test, progvar_simple_while_test,
3801 progvar_complex_if_while_test, user_defined_command_test,
3802 user_defined_command_args_eval,
3803 user_defined_command_args_stack_test,
3804 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3805 temporary_breakpoint_commands,
3806 gdb_test_no_prompt, redefine_hook_test,
3807 redefine_backtrace_test): Remove "global gdb_prompt".
3808
3809 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3810
3811 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3812 New proc, call it from toplevel.
3813
3814 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3815
3816 PR remote/21852
3817 * gdb.server/normal.c: New file, copied from gdb.base.
3818 * gdb.server/run-without-local-binary.exp: New file.
3819
3820 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3821
3822 * gdb.arch/sparc64-adi.exp: New file.
3823 * gdb.arch/sparc64-adi.c: New file.
3824
3825 2017-08-22 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3828 (top level): Add "list all overloads" tests.
3829
3830 2017-08-22 Tom Tromey <tom@tromey.com>
3831
3832 * gdb.gdb/xfullpath.exp: Remove.
3833
3834 2017-08-21 Pedro Alves <palves@redhat.com>
3835
3836 PR gdb/19487
3837 * gdb.base/symbol-alias.c: New.
3838 * gdb.base/symbol-alias2.c: New.
3839 * gdb.base/symbol-alias.exp: New.
3840
3841 2017-08-21 Pedro Alves <palves@redhat.com>
3842
3843 * gdb.base/dfp-test.c
3844 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3845 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3846 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3847 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3848 * gdb.base/whatis-ptype-typedefs.c: New.
3849 * gdb.base/whatis-ptype-typedefs.exp: New.
3850 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3851 (an_int, an_int_type, an_int_type2): New globals.
3852 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3853 involving typedefs and cast expressions.
3854 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3855 (lookup_typedefs_function): New.
3856 (typedefs_pretty_printers_dict): New.
3857 (top level): Register lookup_typedefs_function in
3858 gdb.pretty_printers.
3859
3860 2017-08-18 Yao Qi <yao.qi@linaro.org>
3861
3862 * gdb.server/unittest.exp: New.
3863
3864 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3865
3866 PR gdb/21954
3867 * gdb.base/environ.exp: Add test to check if 'unset environment'
3868 works.
3869
3870 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3871
3872 * lib/gdb.exp (universal_compile_options): New caching proc.
3873 (gdb_compile): Suppress GCC's coloring of messages.
3874
3875 2017-08-14 Tom Tromey <tom@tromey.com>
3876
3877 PR gdb/21675:
3878 * gdb.base/printcmds.exp (test_radices): New function.
3879 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3880 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3881 * lib/gdb.exp (get_integer_valueof): Use p/d.
3882
3883 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3884
3885 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3886 characters.
3887
3888 2017-08-05 Tom Tromey <tom@tromey.com>
3889
3890 * gdb.rust/simple.exp: Allow String to appear in a different
3891 namespace.
3892
3893 2017-07-26 Yao Qi <yao.qi@linaro.org>
3894
3895 * gdb.gdb/unittest.exp: Invoke command
3896 "maintenance check xml-descriptions".
3897
3898 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3899
3900 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3901 calling context.
3902 (hex128): Drop erroneous calculation of parameters.
3903
3904 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3905
3906 * gdb.python/py-unwind.exp: Disable stack protection when
3907 building test file.
3908
3909 2017-07-20 Pedro Alves <palves@redhat.com>
3910
3911 * gdb.base/default.exp (set language): Adjust expected output.
3912
3913 2017-07-20 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3916 (test_minsym): ... this, and make static.
3917 (get_pck__foo__bar__minsym): Rename to ...
3918 (get_test_minsym): ... this.
3919 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3920 symbol names and comments.
3921 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3922 (get_test_minsym): ... this.
3923 (pck__foo__bar__minsym__2): Rename to ...
3924 (test_minsym): ... this.
3925 (main): Adjust.
3926
3927 2017-07-17 Pedro Alves <palves@redhat.com>
3928
3929 * gdb.base/completion.exp: Adjust expected output.
3930 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3931 the completer works.
3932
3933 2017-07-17 Pedro Alves <palves@redhat.com>
3934
3935 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3936
3937 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3938
3939 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3940
3941 2017-07-14 Tom Tromey <tom@tromey.com>
3942
3943 PR rust/21764:
3944 * gdb.rust/simple.exp: Add tests.
3945
3946 2017-07-14 Tom Tromey <tom@tromey.com>
3947
3948 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3949
3950 2017-07-14 Pedro Alves <palves@redhat.com>
3951
3952 * gdb.linespec/base/one/thefile.cc (z1): New function.
3953 * gdb.linespec/base/two/thefile.cc (z2): New function.
3954 * gdb.linespec/linespec.exp: Add tests.
3955
3956 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3957
3958 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3959 to mi_create_breakpoint.
3960
3961 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3962
3963 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3964 mi_create_breakpoint.
3965
3966 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3967
3968 * gdb.dlang/demangle.exp: Update for demangling changes.
3969
3970 2017-07-09 Tom Tromey <tom@tromey.com>
3971
3972 * gdb.dwarf2/shortpiece.exp: New file.
3973
3974 2017-07-06 David Blaikie <dblaikie@gmail.com>
3975
3976 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3977 built from fissiont-multi-cu{1,2}.c.
3978 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3979 except putting 'main' and 'func' in separate CUs in the same DWO file.
3980 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3981 test.
3982 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3983 test.
3984
3985 2017-07-06 Pedro Alves <palves@redhat.com>
3986
3987 * gdb.python/py-unwind.exp: Test flushregs.
3988
3989 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3990
3991 PR cli/21688
3992 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3993 tests for alias commands and trailing whitespace.
3994
3995 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3996
3997 PR cli/21688
3998 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3999 procedure. Call it.
4000
4001 2017-06-29 Pedro Alves <palves@redhat.com>
4002
4003 * gdb.base/printcmds.exp: Add tests.
4004
4005 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4006
4007 PR gdb/21337
4008 * gdb.base/reread-readsym.exp: New file.
4009 * gdb.base/reread-readsym.c: New file.
4010
4011 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4012
4013 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4014 subpattern.
4015
4016 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4017
4018 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4019 extended mnemonic.
4020 * gdb.arch/powerpc-power9.s: Likewise.
4021
4022 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4023
4024 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4025 on 32-bit x86 targets. Exploit is_*_target macros where
4026 appropriate.
4027
4028 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4029
4030 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4031 register pieces.
4032
4033 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4034
4035 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4036 located in one or more DWARF pieces.
4037
4038 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4039
4040 * lib/gdb.exp (get_endianness): New proc.
4041 * gdb.arch/aarch64-fp.exp: Use it.
4042 * gdb.arch/altivec-regs.exp: Likewise.
4043 * gdb.arch/e500-regs.exp: Likewise.
4044 * gdb.arch/vsx-regs.exp: Likewise.
4045 * gdb.base/dump.exp: Likewise.
4046 * gdb.base/funcargs.exp: Likewise.
4047 * gdb.base/gnu_vector.exp: Likewise.
4048 * gdb.dwarf2/formdata16.exp: Likewise.
4049 * gdb.dwarf2/implptrpiece.exp: Likewise.
4050 * gdb.dwarf2/nonvar-access.exp: Likewise.
4051 * gdb.python/py-inferior.exp: Likewise.
4052 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4053
4054 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4055
4056 PR gdb/21226
4057 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4058 stack value pieces are taken from the LSB end.
4059
4060 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4061
4062 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4063 variable at nonzero offset.
4064
4065 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4066
4067 * gdb.dwarf2/var-access.c: New file.
4068 * gdb.dwarf2/var-access.exp: New test.
4069 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4070
4071 2017-06-12 Tom Tromey <tom@tromey.com>
4072
4073 * gdb.dwarf2/formdata16.exp: Add tests.
4074
4075 2017-06-12 Tom Tromey <tom@tromey.com>
4076
4077 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4078
4079 2017-06-12 Tom Tromey <tom@tromey.com>
4080
4081 PR exp/16225:
4082 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4083 * gdb.arch/vsx-regs.exp: Update tests.
4084 * gdb.arch/s390-vregs.exp (hex128): New proc.
4085 Update test.
4086 * gdb.arch/altivec-regs.exp: Update tests.
4087
4088 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4089
4090 * gdb.base/startup-with-shell.c: New file.
4091 * gdb.base/startup-with-shell.exp: Likewise.
4092
4093 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4094
4095 * gdb.server/non-existing-program.exp: Update regex in order to
4096 reflect the fact that gdbserver is now using fork_inferior (with a
4097 shell) to startup the inferior.
4098
4099 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4100
4101 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4102 support function calls from GDB.
4103
4104 2017-05-21 Tom Tromey <tom@tromey.com>
4105
4106 PR rust/21466:
4107 * gdb.rust/unsized.exp: New file.
4108 * gdb.rust/unsized.rs: New file.
4109
4110 2017-05-19 Tom Tromey <tom@tromey.com>
4111
4112 PR rust/21484:
4113 * gdb.rust/watch.exp: New file.
4114 * gdb.rust/watch.rs: New file.
4115
4116 2017-05-18 Tom Tromey <tom@tromey.com>
4117
4118 * gdb.rust/simple.exp: Allow Box to be qualified.
4119
4120 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4121
4122 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4123
4124 2017-05-18 Pedro Alves <palves@redhat.com>
4125
4126 * gdb.base/fileio.c (test_write, test_read, test_close)
4127 (test_fstat): Don't print 'ret' in the fail path.
4128
4129 2017-05-18 Pedro Alves <palves@redhat.com>
4130
4131 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4132 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4133 (test_system, test_rename, test_unlink, test_time): Change
4134 prototypes.
4135 * gdb.base/fileio.exp (stop_msg): Adjust.
4136
4137 2017-05-18 Pedro Alves <palves@redhat.com>
4138
4139 * gdb.base/fileio.c (null_str): New global.
4140 (test_stat): Use it.
4141 * gdb.base/fileio.exp: Remove nowarnings.
4142
4143 2017-05-17 Yao Qi <yao.qi@linaro.org>
4144
4145 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4146
4147 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4148
4149 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4150 argument command.
4151 (top-level): Invoke test_set_inferior_tty.
4152
4153 2017-05-04 Pedro Alves <palves@redhat.com>
4154
4155 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4156 Add parens to print call for Python 3.
4157
4158 2017-05-03 Keith Seitz <keiths@redhat.com>
4159
4160 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4161 (main): Call it.
4162
4163 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4164
4165 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4166 to prev and next.
4167
4168 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4169
4170 * gdb.python/py-record-btrace.exp: Remove test for
4171 gdb.BtraceInstruction.error.
4172
4173 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4174
4175 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4176
4177 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4178
4179 * gdb.python/py-record-btrace-threads.c: New file.
4180 * gdb.python/py-record-btrace-threads.exp: New file.
4181
4182 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4183
4184 PR testsuite/8595
4185 * gdb.base/environ.exp: Make test available in all architectures.
4186 Move bits related to "info program" testing to
4187 gdb.base/info-program.exp. Rewrite tests to use the two new
4188 procedures mentione below.
4189 (test_set_show_env_var) New procedure.
4190 (test_set_show_env_var_equal): Likewise.
4191 * gdb.base/info-program.exp: New file.
4192
4193 2017-04-27 Keith Seitz <keiths@redhat.com>
4194
4195 * gdb.cp/oranking.cc (test15): New function.
4196 (main): Call test15 and declare additional variables for testing.
4197 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4198 "p foo101('abc')" tests.
4199 Add tests for cv qualifier overloads.
4200 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4201 "lvalue reference overload" test.
4202 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4203 "print value of f1 on Child&& in f2" test.
4204
4205 2017-04-19 Pedro Alves <palves@redhat.com>
4206
4207 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4208 procedure.
4209 (top level): Call it.
4210 * lib/gdb.exp (gdb_define_cmd): New procedure.
4211
4212 2017-04-12 Pedro Alves <palves@redhat.com>
4213
4214 PR gdb/21323
4215 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4216 (wchar): New global.
4217 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4218 (do_test_wide_char, wide_char_types_no_program, top level): Add
4219 wchar_t testing.
4220
4221 2017-04-12 Pedro Alves <palves@redhat.com>
4222
4223 PR c++/21323
4224 * gdb.cp/wide_char_types.c: New file.
4225 * gdb.cp/wide_char_types.exp: New file.
4226
4227 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4228
4229 PR gdb/21352
4230 * gdb.trace/tsv.exp: Add test for "tsave -r".
4231
4232 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4233
4234 * gdb.dlang/watch-loc.c: New file.
4235 * gdb.dlang/watch-loc.exp: New file.
4236
4237 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4238
4239 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4240
4241 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4242
4243 * gdb.arch/arc-analyze-prologue.S: New file.
4244 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4245
4246 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4247
4248 * gdb.arch/arc-decode-insn.S: New file.
4249 * gdb.arch/arc-decode-insn.exp: Likewise.
4250
4251 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4252
4253 PR tdep/20928
4254 * gdb.arch/sparc64-regs.exp: New file.
4255 * gdb.arch/sparc64-regs.S: Likewise.
4256
4257 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4258
4259 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4260 and memory view on Python 3.
4261
4262 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4263 Keith Seitz <keiths@redhat.com>
4264
4265 PR gdb/14441
4266 * gdb.cp/demangle.exp: Add rvalue reference tests.
4267 * gdb.cp/rvalue-ref-casts.cc: New file.
4268 * gdb.cp/rvalue-ref-casts.exp: New file.
4269 * gdb.cp/rvalue-ref-overload.cc: New file.
4270 * gdb.cp/rvalue-ref-overload.exp: New file.
4271 * gdb.cp/rvalue-ref-params.cc: New file.
4272 * gdb.cp/rvalue-ref-params.exp: New file.
4273 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4274 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4275 * gdb.cp/rvalue-ref-types.cc: New file.
4276 * gdb.cp/rvalue-ref-types.exp: New file.
4277 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4278 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4279
4280 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4281
4282 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4283 New procedure.
4284
4285 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4286
4287 * lib/mi-support.exp (mi_gdb_test): Add additional message
4288 for unexpected output.
4289
4290 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4291
4292 * gdb.base/examine-backward.c (Barrier): New character array
4293 constant, to ensure that TestStrings is preceded by a string
4294 terminator.
4295
4296 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4297
4298 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4299 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4300 and implicit pointer into such a location.
4301
4302 2017-03-16 Doug Evans <dje@google.com>
4303
4304 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4305
4306 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4307
4308 * gdb.cp/m-static.exp: Fix expectation for prototype of
4309 test5.single_constructor and single_constructor::single_constructor.
4310
4311 2017-03-16 Doug Evans <dje@google.com>
4312
4313 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4314 * gdb.guile/scm-lazy-string.c: New file.
4315 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4316 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4317 for pointer, array, typedef lazy strings.
4318
4319 2017-03-16 Doug Evans <dje@google.com>
4320
4321 PR python/17728, python/18439, python/18779
4322 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4323 * gdb.python/py-lazy-string.c (pointer): New typedef.
4324 (main): New locals ptr, array, typedef_ptr.
4325 * gdb.python/py-value.exp: Move lazy string tests to ...
4326 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4327 array, typedef lazy strings.
4328
4329 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4330
4331 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4332 Add optional 'test' parameter.
4333
4334 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4335
4336 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4337 Skip for versions of DejaGnu < 1.5.
4338
4339 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4340
4341 * lib/gdb.exp (dejagnu_version): New proc.
4342 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4343 Use dejagnu_version.
4344
4345 2017-03-10 Keith Seitz <keiths@redhat.com>
4346
4347 PR c++/8128
4348 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4349 type from destructor regexps.
4350 Add a branch which actually passes the test.
4351 Adjust "ptype t5i" test names.
4352
4353 2017-03-08 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.base/step-over-exit.exp: Add explicit test message.
4356
4357 2017-03-08 Pedro Alves <palves@redhat.com>
4358
4359 PR gdb/18360
4360 * gdb.threads/interrupt-while-step-over.c: New file.
4361 * gdb.threads/interrupt-while-step-over.exp: New file.
4362
4363 2017-03-08 Pedro Alves <palves@redhat.com>
4364
4365 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4366 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4367
4368 2017-03-08 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4371 PKRU as not supported as a PASS.
4372
4373 2017-03-08 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4376 prefix instead of $binfile1/$binfile2.
4377 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4378 in test message.
4379 * gdb.python/py-completion.exp: Use "load python file" as test
4380 messages instead of unstable path names.
4381
4382 2017-03-08 Pedro Alves <palves@redhat.com>
4383 Jan Kratochvil <jan.kratochvil@redhat.com>
4384
4385 PR cli/21218
4386 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4387 New proc.
4388 (top level): Call it.
4389
4390 2017-03-08 Pedro Alves <palves@redhat.com>
4391
4392 PR tui/21216
4393 * gdb.tui/tui-nl-filtered-output.exp: New file.
4394
4395 2017-03-08 Pedro Alves <palves@redhat.com>
4396
4397 * gdb.base/completion.exp: Move TUI completion tests to ...
4398 * gdb.tui/completion.exp: ... this new file.
4399
4400 2017-03-08 Pedro Alves <palves@redhat.com>
4401
4402 * gdb.base/tui-disasm-long-lines.c,
4403 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4404 gdb.base/tui-layout.exp: Move to ...
4405 * gdb.tui/: ... this new directory.
4406
4407 2017-03-07 Pedro Alves <palves@redhat.com>
4408
4409 * gdb.base/tui-layout.c: New file.
4410 * gdb.base/tui-layout.exp: New file.
4411
4412 2017-03-07 Pedro Alves <palves@redhat.com>
4413
4414 * gdb.base/tui-layout.c: Rename to ...
4415 * gdb.base/tui-disasm-long-lines.c: ... this.
4416 * gdb.base/tui-layout.exp: Rename to ...
4417 * gdb.base/tui-disasm-long-lines.exp: ... this.
4418
4419 2017-03-07 Pedro Alves <palves@redhat.com>
4420
4421 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4422
4423 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4424
4425 * i386-mpx-call.c: New file.
4426 * i386-mpx-call.exp: New file.
4427
4428 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4429
4430 * gdb.arch/powerpc-power.exp: Delete test.
4431 * gdb.arch/powerpc-power.s: Likewise.
4432 * gdb.disasm/disassembler-options.exp: New test.
4433 * gdb.arch/powerpc-altivec.exp: Likewise.
4434 * gdb.arch/powerpc-altivec.s: Likewise.
4435 * gdb.arch/powerpc-altivec2.exp: Likewise.
4436 * gdb.arch/powerpc-altivec2.s: Likewise.
4437 * gdb.arch/powerpc-altivec3.exp: Likewise.
4438 * gdb.arch/powerpc-altivec3.s: Likewise.
4439 * gdb.arch/powerpc-power7.exp: Likewise.
4440 * gdb.arch/powerpc-power7.s: Likewise.
4441 * gdb.arch/powerpc-power8.exp: Likewise.
4442 * gdb.arch/powerpc-power8.s: Likewise.
4443 * gdb.arch/powerpc-power9.exp: Likewise.
4444 * gdb.arch/powerpc-power9.s: Likewise.
4445 * gdb.arch/powerpc-vsx.exp: Likewise.
4446 * gdb.arch/powerpc-vsx.s: Likewise.
4447 * gdb.arch/powerpc-vsx2.exp: Likewise.
4448 * gdb.arch/powerpc-vsx2.s: Likewise.
4449 * gdb.arch/powerpc-vsx3.exp: Likewise.
4450 * gdb.arch/powerpc-vsx3.s: Likewise.
4451 * gdb.arch/arm-disassembler-options.exp: Likewise.
4452 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4453 * gdb.arch/s390-disassembler-options.exp: Likewise.
4454
4455 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
4456
4457 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4458 (check_supported_features): ... this. Changed return type to void.
4459 (supports_rdseed): New static global.
4460 (rdseed): Check supports_rdseed.
4461 (initialize): Call check_supported_features.
4462
4463 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4464
4465 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4466 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4467 and lqarx/stqcx.
4468 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4469 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4470
4471 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4472
4473 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4474 uppercase.
4475
4476 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4477
4478 * gdb.dwarf2/formdata16.c: New file.
4479 * gdb.dwarf2/formdata16.exp: New file.
4480 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4481
4482 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4483
4484 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4485 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4486 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4487 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4488 DW_AT_GNU_*.
4489
4490 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4491
4492 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4493
4494 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4495
4496 PR gdb/21164
4497 * gdb.base/maint.exp: Add testcases for when the commands do
4498 not have arguments.
4499
4500 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4501
4502 * gdb.cp/chained-calls.exp: Use p instead of P.
4503
4504 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4505
4506 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4507 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4508
4509 2017-02-14 Tom Tromey <tom@tromey.com>
4510
4511 PR python/13598:
4512 * gdb.python/py-events.exp: Add before_prompt event tests.
4513
4514 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4515
4516 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4517
4518 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4519
4520 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4521 (main): Call my_unique_function_name.
4522 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4523 completion of patterns with a single match.
4524 Add missing -re switches to gdb_test_multiple calls.
4525
4526 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4527
4528 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4529 return if core file is not recognized.
4530
4531 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4532
4533 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4534 and extra UIs.
4535
4536 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4537
4538 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4539 proc_with_prefix.
4540
4541 2017-02-10 Tom Tromey <tom@tromey.com>
4542
4543 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4544
4545 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
4546
4547 PR gdb/21122
4548 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4549
4550 2017-02-08 Jerome Guitton <guitton@adacore.com>
4551
4552 * gdb.base/define.exp: Add test for command abbreviations
4553 in define.
4554
4555 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
4556
4557 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4558 * gdb.reverse/insn-reverse-x86.c: New file.
4559
4560 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4561
4562 PR tdep/20936
4563 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4564
4565 2017-02-03 Tom Tromey <tom@tromey.com>
4566
4567 PR rust/21097:
4568 * gdb.rust/simple.exp: Add new tests.
4569
4570 2017-02-02 Pedro Alves <palves@redhat.com>
4571
4572 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4573 tests.
4574
4575 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4576
4577 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4578 taking a 2-byte value out of a 4-byte DWARF implicit value on
4579 big-endian targets.
4580 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4581 logic. Add test cases for DW_OP_implicit.
4582
4583 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4584
4585 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4586
4587 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4588
4589 * gdb.btrace/enable.exp: Call gdb_exit before
4590 skip_gdbserver_tests.
4591
4592 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4593
4594 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4595 GDBFLAGS.
4596
4597 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4598
4599 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4600 the test is skipped.
4601 * gdb.btrace/data.exp: Likewise.
4602 * gdb.btrace/delta.exp: Likewise.
4603 * gdb.btrace/dlopen.exp: Likewise.
4604 * gdb.btrace/enable-running.exp: Likewise.
4605 * gdb.btrace/enable.exp: Likewise.
4606 * gdb.btrace/exception.exp: Likewise.
4607 * gdb.btrace/function_call_history.exp: Likewise.
4608 * gdb.btrace/gcore.exp: Likewise.
4609 * gdb.btrace/instruction_history.exp: Likewise.
4610 * gdb.btrace/multi-thread-step.exp: Likewise.
4611 * gdb.btrace/nohist.exp: Likewise.
4612 * gdb.btrace/non-stop.exp: Likewise.
4613 * gdb.btrace/reconnect.exp: Likewise.
4614 * gdb.btrace/record_goto-step.exp: Likewise.
4615 * gdb.btrace/record_goto.exp: Likewise.
4616 * gdb.btrace/rn-dl-bind.exp: Likewise.
4617 * gdb.btrace/segv.exp: Likewise.
4618 * gdb.btrace/step.exp: Likewise.
4619 * gdb.btrace/stepi.exp: Likewise.
4620 * gdb.btrace/tailcall-only.exp: Likewise.
4621 * gdb.btrace/tailcall.exp: Likewise.
4622 * gdb.btrace/tsx.exp: Likewise.
4623 * gdb.btrace/unknown_functions.exp: Likewise.
4624 * gdb.btrace/vdso.exp: Likewise.
4625
4626 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4627
4628 * gdb.btrace/enable-running.c: New.
4629 * gdb.btrace/enable-running.exp: New.
4630
4631 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4632
4633 * gdb.arch/amd64-gs_base.c: New file.
4634 * gdb.arch/amd64-gs_base.exp: New file.
4635
4636 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4637
4638 * lib/memory.exp: Remove spurious empty newlines.
4639
4640 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4641
4642 * gdb.python/py-bad-printers.exp: Load python file using "source".
4643 * gdb.python/py-events.exp: Likewise.
4644 * gdb.python/py-evsignal.exp: Likewise.
4645 * gdb.python/py-evthreads.exp: Likewise.
4646 * gdb.python/py-frame-args.exp: Likewise.
4647 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4648 * gdb.python/py-framefilter-mi.exp: Likewise.
4649 * gdb.python/py-framefilter.exp: Likewise.
4650 * gdb.python/py-mi.exp: Likewise.
4651 * gdb.python/py-pp-maint.exp: Likewise.
4652 * gdb.python/py-pp-registration.exp: Likewise.
4653 * gdb.python/py-prettyprint.exp: Likewise.
4654 (run_lang_tests): Likewise.
4655 * gdb.python/py-typeprint.exp: Likewise.
4656
4657 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4658
4659 * lib/memory.exp: New file.
4660 * lib/gdb.exp: Load memory.exp.
4661 * gdb.base/memattr.exp (delete_memory): Move proc to
4662 lib/memory.exp and rename to delete_memory_regions.
4663 Replace delete_memory with delete_memory_regions.
4664 Cleanup memory regions before tests.
4665 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4666 before tests.
4667
4668 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4669
4670 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4671 files.
4672 (initialize): New function conditionally defined.
4673 (testcases): Move within conditional block.
4674 (main): Call initialize.
4675 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4676 of gdb.reverse/insn-reverse.c.
4677 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4678 gdb.reverse/insn-reverse.c.
4679
4680 2017-01-26 Yao Qi <yao.qi@linaro.org>
4681
4682 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4683 disassemble on address 0.
4684
4685 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4686 Yao Qi <yao.qi@linaro.org>
4687
4688 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4689 * gdb.dwarf2/implptr-64bit.S: Remove.
4690 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4691 variables in caller's context. Add DW_OP_implicit_value.
4692
4693 2017-01-25 Yao Qi <yao.qi@linaro.org>
4694
4695 * lib/dwarf.exp (Dwarf::_location): Handle
4696 DW_OP_GNU_implicit_pointer with proper size.
4697
4698 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4699
4700 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4701 and add untested calls.
4702
4703 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4704
4705 * gdb.python/python.exp: Check line number against what GDB thinks
4706 the line number is for func1.
4707
4708 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4709
4710 * gdb.dlang/debug-expr.exp: New file.
4711
4712 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4713
4714 Fix test names for the following files:
4715
4716 * gdb.ada/exec_changed.exp
4717 * gdb.ada/info_types.exp
4718 * gdb.arch/aarch64-atomic-inst.exp
4719 * gdb.arch/aarch64-fp.exp
4720 * gdb.arch/altivec-abi.exp
4721 * gdb.arch/altivec-regs.exp
4722 * gdb.arch/amd64-byte.exp
4723 * gdb.arch/amd64-disp-step.exp
4724 * gdb.arch/amd64-dword.exp
4725 * gdb.arch/amd64-entry-value-inline.exp
4726 * gdb.arch/amd64-entry-value-param.exp
4727 * gdb.arch/amd64-entry-value-paramref.exp
4728 * gdb.arch/amd64-entry-value.exp
4729 * gdb.arch/amd64-i386-address.exp
4730 * gdb.arch/amd64-invalid-stack-middle.exp
4731 * gdb.arch/amd64-invalid-stack-top.exp
4732 * gdb.arch/amd64-optimout-repeat.exp
4733 * gdb.arch/amd64-prologue-skip.exp
4734 * gdb.arch/amd64-prologue-xmm.exp
4735 * gdb.arch/amd64-stap-special-operands.exp
4736 * gdb.arch/amd64-stap-wrong-subexp.exp
4737 * gdb.arch/amd64-tailcall-cxx.exp
4738 * gdb.arch/amd64-tailcall-noret.exp
4739 * gdb.arch/amd64-tailcall-ret.exp
4740 * gdb.arch/amd64-tailcall-self.exp
4741 * gdb.arch/amd64-word.exp
4742 * gdb.arch/arm-bl-branch-dest.exp
4743 * gdb.arch/arm-disp-step.exp
4744 * gdb.arch/arm-neon.exp
4745 * gdb.arch/arm-single-step-kernel-helper.exp
4746 * gdb.arch/avr-flash-qualifier.exp
4747 * gdb.arch/disp-step-insn-reloc.exp
4748 * gdb.arch/e500-abi.exp
4749 * gdb.arch/e500-regs.exp
4750 * gdb.arch/ftrace-insn-reloc.exp
4751 * gdb.arch/i386-avx512.exp
4752 * gdb.arch/i386-bp_permanent.exp
4753 * gdb.arch/i386-byte.exp
4754 * gdb.arch/i386-cfi-notcurrent.exp
4755 * gdb.arch/i386-disp-step.exp
4756 * gdb.arch/i386-dr3-watch.exp
4757 * gdb.arch/i386-float.exp
4758 * gdb.arch/i386-gnu-cfi.exp
4759 * gdb.arch/i386-mpx-map.exp
4760 * gdb.arch/i386-mpx-sigsegv.exp
4761 * gdb.arch/i386-mpx-simple_segv.exp
4762 * gdb.arch/i386-mpx.exp
4763 * gdb.arch/i386-permbkpt.exp
4764 * gdb.arch/i386-prologue.exp
4765 * gdb.arch/i386-signal.exp
4766 * gdb.arch/i386-size-overlap.exp
4767 * gdb.arch/i386-unwind.exp
4768 * gdb.arch/i386-word.exp
4769 * gdb.arch/mips-fcr.exp
4770 * gdb.arch/powerpc-d128-regs.exp
4771 * gdb.arch/powerpc-stackless.exp
4772 * gdb.arch/ppc64-atomic-inst.exp
4773 * gdb.arch/s390-stackless.exp
4774 * gdb.arch/s390-tdbregs.exp
4775 * gdb.arch/s390-vregs.exp
4776 * gdb.arch/sparc-sysstep.exp
4777 * gdb.arch/thumb-bx-pc.exp
4778 * gdb.arch/thumb-singlestep.exp
4779 * gdb.arch/thumb2-it.exp
4780 * gdb.arch/vsx-regs.exp
4781 * gdb.asm/asm-source.exp
4782 * gdb.base/a2-run.exp
4783 * gdb.base/advance.exp
4784 * gdb.base/all-bin.exp
4785 * gdb.base/anon.exp
4786 * gdb.base/args.exp
4787 * gdb.base/arithmet.exp
4788 * gdb.base/async-shell.exp
4789 * gdb.base/async.exp
4790 * gdb.base/attach-pie-noexec.exp
4791 * gdb.base/attach-twice.exp
4792 * gdb.base/auto-load.exp
4793 * gdb.base/bang.exp
4794 * gdb.base/bitfields.exp
4795 * gdb.base/break-always.exp
4796 * gdb.base/break-caller-line.exp
4797 * gdb.base/break-entry.exp
4798 * gdb.base/break-inline.exp
4799 * gdb.base/break-on-linker-gcd-function.exp
4800 * gdb.base/break-probes.exp
4801 * gdb.base/break.exp
4802 * gdb.base/breakpoint-shadow.exp
4803 * gdb.base/call-ar-st.exp
4804 * gdb.base/call-sc.exp
4805 * gdb.base/call-signal-resume.exp
4806 * gdb.base/call-strs.exp
4807 * gdb.base/callfuncs.exp
4808 * gdb.base/catch-fork-static.exp
4809 * gdb.base/catch-gdb-caused-signals.exp
4810 * gdb.base/catch-load.exp
4811 * gdb.base/catch-signal-fork.exp
4812 * gdb.base/catch-signal.exp
4813 * gdb.base/catch-syscall.exp
4814 * gdb.base/charset.exp
4815 * gdb.base/checkpoint.exp
4816 * gdb.base/chng-syms.exp
4817 * gdb.base/code-expr.exp
4818 * gdb.base/code_elim.exp
4819 * gdb.base/commands.exp
4820 * gdb.base/completion.exp
4821 * gdb.base/complex.exp
4822 * gdb.base/cond-expr.exp
4823 * gdb.base/condbreak.exp
4824 * gdb.base/consecutive.exp
4825 * gdb.base/continue-all-already-running.exp
4826 * gdb.base/coredump-filter.exp
4827 * gdb.base/corefile.exp
4828 * gdb.base/dbx.exp
4829 * gdb.base/debug-expr.exp
4830 * gdb.base/define.exp
4831 * gdb.base/del.exp
4832 * gdb.base/disabled-location.exp
4833 * gdb.base/disasm-end-cu.exp
4834 * gdb.base/disasm-optim.exp
4835 * gdb.base/display.exp
4836 * gdb.base/duplicate-bp.exp
4837 * gdb.base/ena-dis-br.exp
4838 * gdb.base/ending-run.exp
4839 * gdb.base/enumval.exp
4840 * gdb.base/environ.exp
4841 * gdb.base/eu-strip-infcall.exp
4842 * gdb.base/eval-avoid-side-effects.exp
4843 * gdb.base/eval-skip.exp
4844 * gdb.base/exitsignal.exp
4845 * gdb.base/expand-psymtabs.exp
4846 * gdb.base/filesym.exp
4847 * gdb.base/find-unmapped.exp
4848 * gdb.base/finish.exp
4849 * gdb.base/float.exp
4850 * gdb.base/foll-exec-mode.exp
4851 * gdb.base/foll-exec.exp
4852 * gdb.base/foll-fork.exp
4853 * gdb.base/fortran-sym-case.exp
4854 * gdb.base/freebpcmd.exp
4855 * gdb.base/func-ptr.exp
4856 * gdb.base/func-ptrs.exp
4857 * gdb.base/funcargs.exp
4858 * gdb.base/gcore-buffer-overflow.exp
4859 * gdb.base/gcore-relro-pie.exp
4860 * gdb.base/gcore-relro.exp
4861 * gdb.base/gcore.exp
4862 * gdb.base/gdb1090.exp
4863 * gdb.base/gdb11530.exp
4864 * gdb.base/gdb11531.exp
4865 * gdb.base/gdb1821.exp
4866 * gdb.base/gdbindex-stabs.exp
4867 * gdb.base/gdbvars.exp
4868 * gdb.base/hbreak.exp
4869 * gdb.base/hbreak2.exp
4870 * gdb.base/included.exp
4871 * gdb.base/infcall-input.exp
4872 * gdb.base/inferior-died.exp
4873 * gdb.base/infnan.exp
4874 * gdb.base/info-macros.exp
4875 * gdb.base/info-os.exp
4876 * gdb.base/info-proc.exp
4877 * gdb.base/info-shared.exp
4878 * gdb.base/info-target.exp
4879 * gdb.base/infoline.exp
4880 * gdb.base/interp.exp
4881 * gdb.base/interrupt.exp
4882 * gdb.base/jit-reader.exp
4883 * gdb.base/jit-simple.exp
4884 * gdb.base/kill-after-signal.exp
4885 * gdb.base/kill-detach-inferiors-cmd.exp
4886 * gdb.base/label.exp
4887 * gdb.base/langs.exp
4888 * gdb.base/ldbl_e308.exp
4889 * gdb.base/line-symtabs.exp
4890 * gdb.base/linespecs.exp
4891 * gdb.base/list.exp
4892 * gdb.base/long_long.exp
4893 * gdb.base/longest-types.exp
4894 * gdb.base/maint.exp
4895 * gdb.base/max-value-size.exp
4896 * gdb.base/memattr.exp
4897 * gdb.base/mips_pro.exp
4898 * gdb.base/morestack.exp
4899 * gdb.base/moribund-step.exp
4900 * gdb.base/multi-forks.exp
4901 * gdb.base/nested-addr.exp
4902 * gdb.base/nextoverexit.exp
4903 * gdb.base/noreturn-finish.exp
4904 * gdb.base/noreturn-return.exp
4905 * gdb.base/nostdlib.exp
4906 * gdb.base/offsets.exp
4907 * gdb.base/opaque.exp
4908 * gdb.base/pc-fp.exp
4909 * gdb.base/permissions.exp
4910 * gdb.base/print-symbol-loading.exp
4911 * gdb.base/prologue-include.exp
4912 * gdb.base/psymtab.exp
4913 * gdb.base/ptype.exp
4914 * gdb.base/random-signal.exp
4915 * gdb.base/randomize.exp
4916 * gdb.base/range-stepping.exp
4917 * gdb.base/readline-ask.exp
4918 * gdb.base/recpar.exp
4919 * gdb.base/recurse.exp
4920 * gdb.base/relational.exp
4921 * gdb.base/restore.exp
4922 * gdb.base/return-nodebug.exp
4923 * gdb.base/return.exp
4924 * gdb.base/run-after-attach.exp
4925 * gdb.base/save-bp.exp
4926 * gdb.base/scope.exp
4927 * gdb.base/sect-cmd.exp
4928 * gdb.base/set-lang-auto.exp
4929 * gdb.base/set-noassign.exp
4930 * gdb.base/setvar.exp
4931 * gdb.base/sigall.exp
4932 * gdb.base/sigbpt.exp
4933 * gdb.base/siginfo-addr.exp
4934 * gdb.base/siginfo-infcall.exp
4935 * gdb.base/siginfo-obj.exp
4936 * gdb.base/siginfo.exp
4937 * gdb.base/signals-state-child.exp
4938 * gdb.base/signest.exp
4939 * gdb.base/sigstep.exp
4940 * gdb.base/sizeof.exp
4941 * gdb.base/skip.exp
4942 * gdb.base/solib-corrupted.exp
4943 * gdb.base/solib-nodir.exp
4944 * gdb.base/solib-search.exp
4945 * gdb.base/stack-checking.exp
4946 * gdb.base/stale-infcall.exp
4947 * gdb.base/stap-probe.exp
4948 * gdb.base/start.exp
4949 * gdb.base/step-break.exp
4950 * gdb.base/step-bt.exp
4951 * gdb.base/step-line.exp
4952 * gdb.base/step-over-exit.exp
4953 * gdb.base/step-over-syscall.exp
4954 * gdb.base/step-resume-infcall.exp
4955 * gdb.base/step-test.exp
4956 * gdb.base/store.exp
4957 * gdb.base/structs3.exp
4958 * gdb.base/sym-file.exp
4959 * gdb.base/symbol-without-target_section.exp
4960 * gdb.base/term.exp
4961 * gdb.base/testenv.exp
4962 * gdb.base/ui-redirect.exp
4963 * gdb.base/until.exp
4964 * gdb.base/unwindonsignal.exp
4965 * gdb.base/value-double-free.exp
4966 * gdb.base/vla-datatypes.exp
4967 * gdb.base/vla-ptr.exp
4968 * gdb.base/vla-sideeffect.exp
4969 * gdb.base/volatile.exp
4970 * gdb.base/watch-cond-infcall.exp
4971 * gdb.base/watch-cond.exp
4972 * gdb.base/watch-non-mem.exp
4973 * gdb.base/watch-read.exp
4974 * gdb.base/watch-vfork.exp
4975 * gdb.base/watchpoint-cond-gone.exp
4976 * gdb.base/watchpoint-delete.exp
4977 * gdb.base/watchpoint-hw-hit-once.exp
4978 * gdb.base/watchpoint-hw.exp
4979 * gdb.base/watchpoint-stops-at-right-insn.exp
4980 * gdb.base/watchpoints.exp
4981 * gdb.base/wchar.exp
4982 * gdb.base/whatis-exp.exp
4983 * gdb.btrace/buffer-size.exp
4984 * gdb.btrace/data.exp
4985 * gdb.btrace/delta.exp
4986 * gdb.btrace/dlopen.exp
4987 * gdb.btrace/enable.exp
4988 * gdb.btrace/exception.exp
4989 * gdb.btrace/function_call_history.exp
4990 * gdb.btrace/gcore.exp
4991 * gdb.btrace/instruction_history.exp
4992 * gdb.btrace/nohist.exp
4993 * gdb.btrace/reconnect.exp
4994 * gdb.btrace/record_goto-step.exp
4995 * gdb.btrace/record_goto.exp
4996 * gdb.btrace/rn-dl-bind.exp
4997 * gdb.btrace/segv.exp
4998 * gdb.btrace/step.exp
4999 * gdb.btrace/stepi.exp
5000 * gdb.btrace/tailcall-only.exp
5001 * gdb.btrace/tailcall.exp
5002 * gdb.btrace/tsx.exp
5003 * gdb.btrace/unknown_functions.exp
5004 * gdb.btrace/vdso.exp
5005 * gdb.compile/compile-ifunc.exp
5006 * gdb.compile/compile-ops.exp
5007 * gdb.compile/compile-print.exp
5008 * gdb.compile/compile-setjmp.exp
5009 * gdb.cp/abstract-origin.exp
5010 * gdb.cp/ambiguous.exp
5011 * gdb.cp/annota2.exp
5012 * gdb.cp/annota3.exp
5013 * gdb.cp/anon-ns.exp
5014 * gdb.cp/anon-struct.exp
5015 * gdb.cp/anon-union.exp
5016 * gdb.cp/arg-reference.exp
5017 * gdb.cp/baseenum.exp
5018 * gdb.cp/bool.exp
5019 * gdb.cp/breakpoint.exp
5020 * gdb.cp/bs15503.exp
5021 * gdb.cp/call-c.exp
5022 * gdb.cp/casts.exp
5023 * gdb.cp/chained-calls.exp
5024 * gdb.cp/class2.exp
5025 * gdb.cp/classes.exp
5026 * gdb.cp/cmpd-minsyms.exp
5027 * gdb.cp/converts.exp
5028 * gdb.cp/cp-relocate.exp
5029 * gdb.cp/cpcompletion.exp
5030 * gdb.cp/cpexprs.exp
5031 * gdb.cp/cplabel.exp
5032 * gdb.cp/cplusfuncs.exp
5033 * gdb.cp/cpsizeof.exp
5034 * gdb.cp/ctti.exp
5035 * gdb.cp/derivation.exp
5036 * gdb.cp/destrprint.exp
5037 * gdb.cp/dispcxx.exp
5038 * gdb.cp/enum-class.exp
5039 * gdb.cp/exception.exp
5040 * gdb.cp/exceptprint.exp
5041 * gdb.cp/expand-psymtabs-cxx.exp
5042 * gdb.cp/expand-sals.exp
5043 * gdb.cp/extern-c.exp
5044 * gdb.cp/filename.exp
5045 * gdb.cp/formatted-ref.exp
5046 * gdb.cp/fpointer.exp
5047 * gdb.cp/gdb1355.exp
5048 * gdb.cp/gdb2495.exp
5049 * gdb.cp/hang.exp
5050 * gdb.cp/impl-this.exp
5051 * gdb.cp/infcall-dlopen.exp
5052 * gdb.cp/inherit.exp
5053 * gdb.cp/iostream.exp
5054 * gdb.cp/koenig.exp
5055 * gdb.cp/local.exp
5056 * gdb.cp/m-data.exp
5057 * gdb.cp/m-static.exp
5058 * gdb.cp/mb-ctor.exp
5059 * gdb.cp/mb-inline.exp
5060 * gdb.cp/mb-templates.exp
5061 * gdb.cp/member-name.exp
5062 * gdb.cp/member-ptr.exp
5063 * gdb.cp/meth-typedefs.exp
5064 * gdb.cp/method.exp
5065 * gdb.cp/method2.exp
5066 * gdb.cp/minsym-fallback.exp
5067 * gdb.cp/misc.exp
5068 * gdb.cp/namelessclass.exp
5069 * gdb.cp/namespace-enum.exp
5070 * gdb.cp/namespace-nested-import.exp
5071 * gdb.cp/namespace.exp
5072 * gdb.cp/nextoverthrow.exp
5073 * gdb.cp/no-dmgl-verbose.exp
5074 * gdb.cp/non-trivial-retval.exp
5075 * gdb.cp/noparam.exp
5076 * gdb.cp/nsdecl.exp
5077 * gdb.cp/nsimport.exp
5078 * gdb.cp/nsnested.exp
5079 * gdb.cp/nsnoimports.exp
5080 * gdb.cp/nsrecurs.exp
5081 * gdb.cp/nsstress.exp
5082 * gdb.cp/nsusing.exp
5083 * gdb.cp/operator.exp
5084 * gdb.cp/oranking.exp
5085 * gdb.cp/overload-const.exp
5086 * gdb.cp/overload.exp
5087 * gdb.cp/ovldbreak.exp
5088 * gdb.cp/ovsrch.exp
5089 * gdb.cp/paren-type.exp
5090 * gdb.cp/parse-lang.exp
5091 * gdb.cp/pass-by-ref.exp
5092 * gdb.cp/pr-1023.exp
5093 * gdb.cp/pr-1210.exp
5094 * gdb.cp/pr-574.exp
5095 * gdb.cp/pr10687.exp
5096 * gdb.cp/pr12028.exp
5097 * gdb.cp/pr17132.exp
5098 * gdb.cp/pr17494.exp
5099 * gdb.cp/pr9067.exp
5100 * gdb.cp/pr9167.exp
5101 * gdb.cp/pr9631.exp
5102 * gdb.cp/printmethod.exp
5103 * gdb.cp/psmang.exp
5104 * gdb.cp/psymtab-parameter.exp
5105 * gdb.cp/ptype-cv-cp.exp
5106 * gdb.cp/ptype-flags.exp
5107 * gdb.cp/re-set-overloaded.exp
5108 * gdb.cp/ref-types.exp
5109 * gdb.cp/rtti.exp
5110 * gdb.cp/scope-err.exp
5111 * gdb.cp/shadow.exp
5112 * gdb.cp/smartp.exp
5113 * gdb.cp/static-method.exp
5114 * gdb.cp/static-print-quit.exp
5115 * gdb.cp/temargs.exp
5116 * gdb.cp/templates.exp
5117 * gdb.cp/try_catch.exp
5118 * gdb.cp/typedef-operator.exp
5119 * gdb.cp/typeid.exp
5120 * gdb.cp/userdef.exp
5121 * gdb.cp/using-crash.exp
5122 * gdb.cp/var-tag.exp
5123 * gdb.cp/virtbase.exp
5124 * gdb.cp/virtfunc.exp
5125 * gdb.cp/virtfunc2.exp
5126 * gdb.cp/vla-cxx.exp
5127 * gdb.disasm/t01_mov.exp
5128 * gdb.disasm/t02_mova.exp
5129 * gdb.disasm/t03_add.exp
5130 * gdb.disasm/t04_sub.exp
5131 * gdb.disasm/t05_cmp.exp
5132 * gdb.disasm/t06_ari2.exp
5133 * gdb.disasm/t07_ari3.exp
5134 * gdb.disasm/t08_or.exp
5135 * gdb.disasm/t09_xor.exp
5136 * gdb.disasm/t10_and.exp
5137 * gdb.disasm/t11_logs.exp
5138 * gdb.disasm/t12_bit.exp
5139 * gdb.disasm/t13_otr.exp
5140 * gdb.dlang/circular.exp
5141 * gdb.dwarf2/arr-stride.exp
5142 * gdb.dwarf2/arr-subrange.exp
5143 * gdb.dwarf2/atomic-type.exp
5144 * gdb.dwarf2/bad-regnum.exp
5145 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5146 * gdb.dwarf2/callframecfa.exp
5147 * gdb.dwarf2/clztest.exp
5148 * gdb.dwarf2/corrupt.exp
5149 * gdb.dwarf2/data-loc.exp
5150 * gdb.dwarf2/dup-psym.exp
5151 * gdb.dwarf2/dw2-anon-mptr.exp
5152 * gdb.dwarf2/dw2-anonymous-func.exp
5153 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5154 * gdb.dwarf2/dw2-bad-unresolved.exp
5155 * gdb.dwarf2/dw2-basic.exp
5156 * gdb.dwarf2/dw2-canonicalize-type.exp
5157 * gdb.dwarf2/dw2-case-insensitive.exp
5158 * gdb.dwarf2/dw2-common-block.exp
5159 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5160 * gdb.dwarf2/dw2-compressed.exp
5161 * gdb.dwarf2/dw2-const.exp
5162 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5163 * gdb.dwarf2/dw2-cu-size.exp
5164 * gdb.dwarf2/dw2-dup-frame.exp
5165 * gdb.dwarf2/dw2-entry-value.exp
5166 * gdb.dwarf2/dw2-icycle.exp
5167 * gdb.dwarf2/dw2-ifort-parameter.exp
5168 * gdb.dwarf2/dw2-inline-break.exp
5169 * gdb.dwarf2/dw2-inline-param.exp
5170 * gdb.dwarf2/dw2-intercu.exp
5171 * gdb.dwarf2/dw2-intermix.exp
5172 * gdb.dwarf2/dw2-lexical-block-bare.exp
5173 * gdb.dwarf2/dw2-linkage-name-trust.exp
5174 * gdb.dwarf2/dw2-minsym-in-cu.exp
5175 * gdb.dwarf2/dw2-noloc.exp
5176 * gdb.dwarf2/dw2-op-call.exp
5177 * gdb.dwarf2/dw2-op-out-param.exp
5178 * gdb.dwarf2/dw2-opt-structptr.exp
5179 * gdb.dwarf2/dw2-param-error.exp
5180 * gdb.dwarf2/dw2-producer.exp
5181 * gdb.dwarf2/dw2-ranges-base.exp
5182 * gdb.dwarf2/dw2-ref-missing-frame.exp
5183 * gdb.dwarf2/dw2-reg-undefined.exp
5184 * gdb.dwarf2/dw2-regno-invalid.exp
5185 * gdb.dwarf2/dw2-restore.exp
5186 * gdb.dwarf2/dw2-restrict.exp
5187 * gdb.dwarf2/dw2-single-line-discriminators.exp
5188 * gdb.dwarf2/dw2-strp.exp
5189 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5190 * gdb.dwarf2/dw2-unresolved.exp
5191 * gdb.dwarf2/dw2-var-zero-addr.exp
5192 * gdb.dwarf2/dw4-sig-types.exp
5193 * gdb.dwarf2/dwz.exp
5194 * gdb.dwarf2/dynarr-ptr.exp
5195 * gdb.dwarf2/enum-type.exp
5196 * gdb.dwarf2/gdb-index.exp
5197 * gdb.dwarf2/implptr-64bit.exp
5198 * gdb.dwarf2/implptr-optimized-out.exp
5199 * gdb.dwarf2/implptr.exp
5200 * gdb.dwarf2/implref-array.exp
5201 * gdb.dwarf2/implref-const.exp
5202 * gdb.dwarf2/implref-global.exp
5203 * gdb.dwarf2/implref-struct.exp
5204 * gdb.dwarf2/mac-fileno.exp
5205 * gdb.dwarf2/main-subprogram.exp
5206 * gdb.dwarf2/member-ptr-forwardref.exp
5207 * gdb.dwarf2/method-ptr.exp
5208 * gdb.dwarf2/missing-sig-type.exp
5209 * gdb.dwarf2/nonvar-access.exp
5210 * gdb.dwarf2/opaque-type-lookup.exp
5211 * gdb.dwarf2/pieces-optimized-out.exp
5212 * gdb.dwarf2/pieces.exp
5213 * gdb.dwarf2/pr10770.exp
5214 * gdb.dwarf2/pr13961.exp
5215 * gdb.dwarf2/staticvirtual.exp
5216 * gdb.dwarf2/subrange.exp
5217 * gdb.dwarf2/symtab-producer.exp
5218 * gdb.dwarf2/trace-crash.exp
5219 * gdb.dwarf2/typeddwarf.exp
5220 * gdb.dwarf2/valop.exp
5221 * gdb.dwarf2/watch-notconst.exp
5222 * gdb.fortran/array-element.exp
5223 * gdb.fortran/charset.exp
5224 * gdb.fortran/common-block.exp
5225 * gdb.fortran/complex.exp
5226 * gdb.fortran/derived-type-function.exp
5227 * gdb.fortran/derived-type.exp
5228 * gdb.fortran/logical.exp
5229 * gdb.fortran/module.exp
5230 * gdb.fortran/multi-dim.exp
5231 * gdb.fortran/nested-funcs.exp
5232 * gdb.fortran/print-formatted.exp
5233 * gdb.fortran/subarray.exp
5234 * gdb.fortran/vla-alloc-assoc.exp
5235 * gdb.fortran/vla-datatypes.exp
5236 * gdb.fortran/vla-history.exp
5237 * gdb.fortran/vla-ptr-info.exp
5238 * gdb.fortran/vla-ptype-sub.exp
5239 * gdb.fortran/vla-ptype.exp
5240 * gdb.fortran/vla-sizeof.exp
5241 * gdb.fortran/vla-type.exp
5242 * gdb.fortran/vla-value-sub-arbitrary.exp
5243 * gdb.fortran/vla-value-sub-finish.exp
5244 * gdb.fortran/vla-value-sub.exp
5245 * gdb.fortran/vla-value.exp
5246 * gdb.fortran/whatis_type.exp
5247 * gdb.go/chan.exp
5248 * gdb.go/handcall.exp
5249 * gdb.go/hello.exp
5250 * gdb.go/integers.exp
5251 * gdb.go/methods.exp
5252 * gdb.go/package.exp
5253 * gdb.go/strings.exp
5254 * gdb.go/types.exp
5255 * gdb.go/unsafe.exp
5256 * gdb.guile/scm-arch.exp
5257 * gdb.guile/scm-block.exp
5258 * gdb.guile/scm-breakpoint.exp
5259 * gdb.guile/scm-cmd.exp
5260 * gdb.guile/scm-disasm.exp
5261 * gdb.guile/scm-equal.exp
5262 * gdb.guile/scm-frame-args.exp
5263 * gdb.guile/scm-frame-inline.exp
5264 * gdb.guile/scm-frame.exp
5265 * gdb.guile/scm-iterator.exp
5266 * gdb.guile/scm-math.exp
5267 * gdb.guile/scm-objfile.exp
5268 * gdb.guile/scm-ports.exp
5269 * gdb.guile/scm-symbol.exp
5270 * gdb.guile/scm-symtab.exp
5271 * gdb.guile/scm-value-cc.exp
5272 * gdb.guile/types-module.exp
5273 * gdb.linespec/break-ask.exp
5274 * gdb.linespec/cpexplicit.exp
5275 * gdb.linespec/explicit.exp
5276 * gdb.linespec/keywords.exp
5277 * gdb.linespec/linespec.exp
5278 * gdb.linespec/ls-dollar.exp
5279 * gdb.linespec/ls-errs.exp
5280 * gdb.linespec/skip-two.exp
5281 * gdb.linespec/thread.exp
5282 * gdb.mi/mi-async.exp
5283 * gdb.mi/mi-basics.exp
5284 * gdb.mi/mi-break.exp
5285 * gdb.mi/mi-catch-load.exp
5286 * gdb.mi/mi-cli.exp
5287 * gdb.mi/mi-cmd-param-changed.exp
5288 * gdb.mi/mi-console.exp
5289 * gdb.mi/mi-detach.exp
5290 * gdb.mi/mi-disassemble.exp
5291 * gdb.mi/mi-eval.exp
5292 * gdb.mi/mi-file-transfer.exp
5293 * gdb.mi/mi-file.exp
5294 * gdb.mi/mi-fill-memory.exp
5295 * gdb.mi/mi-inheritance-syntax-error.exp
5296 * gdb.mi/mi-linespec-err-cp.exp
5297 * gdb.mi/mi-logging.exp
5298 * gdb.mi/mi-memory-changed.exp
5299 * gdb.mi/mi-read-memory.exp
5300 * gdb.mi/mi-record-changed.exp
5301 * gdb.mi/mi-reg-undefined.exp
5302 * gdb.mi/mi-regs.exp
5303 * gdb.mi/mi-return.exp
5304 * gdb.mi/mi-reverse.exp
5305 * gdb.mi/mi-simplerun.exp
5306 * gdb.mi/mi-solib.exp
5307 * gdb.mi/mi-stack.exp
5308 * gdb.mi/mi-stepi.exp
5309 * gdb.mi/mi-syn-frame.exp
5310 * gdb.mi/mi-until.exp
5311 * gdb.mi/mi-var-block.exp
5312 * gdb.mi/mi-var-child.exp
5313 * gdb.mi/mi-var-cmd.exp
5314 * gdb.mi/mi-var-cp.exp
5315 * gdb.mi/mi-var-display.exp
5316 * gdb.mi/mi-var-invalidate.exp
5317 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5318 * gdb.mi/mi-vla-fortran.exp
5319 * gdb.mi/mi-watch.exp
5320 * gdb.mi/mi2-var-child.exp
5321 * gdb.mi/user-selected-context-sync.exp
5322 * gdb.modula2/unbounded-array.exp
5323 * gdb.multi/dummy-frame-restore.exp
5324 * gdb.multi/multi-arch-exec.exp
5325 * gdb.multi/multi-arch.exp
5326 * gdb.multi/tids.exp
5327 * gdb.multi/watchpoint-multi.exp
5328 * gdb.opencl/callfuncs.exp
5329 * gdb.opencl/convs_casts.exp
5330 * gdb.opencl/datatypes.exp
5331 * gdb.opencl/operators.exp
5332 * gdb.opencl/vec_comps.exp
5333 * gdb.opt/clobbered-registers-O2.exp
5334 * gdb.opt/inline-break.exp
5335 * gdb.opt/inline-bt.exp
5336 * gdb.opt/inline-cmds.exp
5337 * gdb.opt/inline-locals.exp
5338 * gdb.pascal/case-insensitive-symbols.exp
5339 * gdb.pascal/floats.exp
5340 * gdb.pascal/gdb11492.exp
5341 * gdb.python/lib-types.exp
5342 * gdb.python/py-arch.exp
5343 * gdb.python/py-as-string.exp
5344 * gdb.python/py-bad-printers.exp
5345 * gdb.python/py-block.exp
5346 * gdb.python/py-breakpoint-create-fail.exp
5347 * gdb.python/py-breakpoint.exp
5348 * gdb.python/py-caller-is.exp
5349 * gdb.python/py-cmd.exp
5350 * gdb.python/py-explore-cc.exp
5351 * gdb.python/py-explore.exp
5352 * gdb.python/py-finish-breakpoint.exp
5353 * gdb.python/py-finish-breakpoint2.exp
5354 * gdb.python/py-frame-args.exp
5355 * gdb.python/py-frame-inline.exp
5356 * gdb.python/py-frame.exp
5357 * gdb.python/py-framefilter-mi.exp
5358 * gdb.python/py-infthread.exp
5359 * gdb.python/py-lazy-string.exp
5360 * gdb.python/py-linetable.exp
5361 * gdb.python/py-mi-events.exp
5362 * gdb.python/py-mi-objfile.exp
5363 * gdb.python/py-mi.exp
5364 * gdb.python/py-objfile.exp
5365 * gdb.python/py-pp-integral.exp
5366 * gdb.python/py-pp-maint.exp
5367 * gdb.python/py-pp-re-notag.exp
5368 * gdb.python/py-pp-registration.exp
5369 * gdb.python/py-recurse-unwind.exp
5370 * gdb.python/py-strfns.exp
5371 * gdb.python/py-symbol.exp
5372 * gdb.python/py-symtab.exp
5373 * gdb.python/py-sync-interp.exp
5374 * gdb.python/py-typeprint.exp
5375 * gdb.python/py-unwind-maint.exp
5376 * gdb.python/py-unwind.exp
5377 * gdb.python/py-value-cc.exp
5378 * gdb.python/py-xmethods.exp
5379 * gdb.reverse/amd64-tailcall-reverse.exp
5380 * gdb.reverse/break-precsave.exp
5381 * gdb.reverse/break-reverse.exp
5382 * gdb.reverse/consecutive-precsave.exp
5383 * gdb.reverse/consecutive-reverse.exp
5384 * gdb.reverse/finish-precsave.exp
5385 * gdb.reverse/finish-reverse-bkpt.exp
5386 * gdb.reverse/finish-reverse.exp
5387 * gdb.reverse/fstatat-reverse.exp
5388 * gdb.reverse/getresuid-reverse.exp
5389 * gdb.reverse/i386-precsave.exp
5390 * gdb.reverse/i386-reverse.exp
5391 * gdb.reverse/i386-sse-reverse.exp
5392 * gdb.reverse/i387-env-reverse.exp
5393 * gdb.reverse/i387-stack-reverse.exp
5394 * gdb.reverse/insn-reverse.exp
5395 * gdb.reverse/machinestate-precsave.exp
5396 * gdb.reverse/machinestate.exp
5397 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5398 * gdb.reverse/pipe-reverse.exp
5399 * gdb.reverse/readv-reverse.exp
5400 * gdb.reverse/recvmsg-reverse.exp
5401 * gdb.reverse/rerun-prec.exp
5402 * gdb.reverse/s390-mvcle.exp
5403 * gdb.reverse/step-precsave.exp
5404 * gdb.reverse/step-reverse.exp
5405 * gdb.reverse/time-reverse.exp
5406 * gdb.reverse/until-precsave.exp
5407 * gdb.reverse/until-reverse.exp
5408 * gdb.reverse/waitpid-reverse.exp
5409 * gdb.reverse/watch-precsave.exp
5410 * gdb.reverse/watch-reverse.exp
5411 * gdb.rust/generics.exp
5412 * gdb.rust/methods.exp
5413 * gdb.rust/modules.exp
5414 * gdb.rust/simple.exp
5415 * gdb.server/connect-with-no-symbol-file.exp
5416 * gdb.server/ext-attach.exp
5417 * gdb.server/ext-restart.exp
5418 * gdb.server/ext-wrapper.exp
5419 * gdb.server/file-transfer.exp
5420 * gdb.server/server-exec-info.exp
5421 * gdb.server/server-kill.exp
5422 * gdb.server/server-mon.exp
5423 * gdb.server/wrapper.exp
5424 * gdb.stabs/exclfwd.exp
5425 * gdb.stabs/gdb11479.exp
5426 * gdb.threads/clone-new-thread-event.exp
5427 * gdb.threads/corethreads.exp
5428 * gdb.threads/current-lwp-dead.exp
5429 * gdb.threads/dlopen-libpthread.exp
5430 * gdb.threads/gcore-thread.exp
5431 * gdb.threads/sigstep-threads.exp
5432 * gdb.threads/watchpoint-fork.exp
5433 * gdb.trace/actions-changed.exp
5434 * gdb.trace/backtrace.exp
5435 * gdb.trace/change-loc.exp
5436 * gdb.trace/circ.exp
5437 * gdb.trace/collection.exp
5438 * gdb.trace/disconnected-tracing.exp
5439 * gdb.trace/ftrace.exp
5440 * gdb.trace/mi-trace-frame-collected.exp
5441 * gdb.trace/mi-trace-unavailable.exp
5442 * gdb.trace/mi-traceframe-changed.exp
5443 * gdb.trace/mi-tsv-changed.exp
5444 * gdb.trace/no-attach-trace.exp
5445 * gdb.trace/passc-dyn.exp
5446 * gdb.trace/qtro.exp
5447 * gdb.trace/range-stepping.exp
5448 * gdb.trace/read-memory.exp
5449 * gdb.trace/save-trace.exp
5450 * gdb.trace/signal.exp
5451 * gdb.trace/status-stop.exp
5452 * gdb.trace/tfile.exp
5453 * gdb.trace/trace-break.exp
5454 * gdb.trace/trace-buffer-size.exp
5455 * gdb.trace/trace-condition.exp
5456 * gdb.trace/tracefile-pseudo-reg.exp
5457 * gdb.trace/tstatus.exp
5458 * gdb.trace/unavailable.exp
5459 * gdb.trace/while-dyn.exp
5460 * gdb.trace/while-stepping.exp
5461
5462 2016-12-22 Doug Evans <xdje42@gmail.com>
5463
5464 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5465 and msymbols.
5466
5467 2016-12-19 Yao Qi <yao.qi@linaro.org>
5468
5469 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5470 (test_with_self): Don't call do_steps_and_nexts, and remove
5471 code about stepping into xmalloc.
5472
5473 2016-12-09 Yao Qi <yao.qi@linaro.org>
5474
5475 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5476
5477 2016-12-09 Yao Qi <yao.qi@linaro.org>
5478
5479 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5480
5481 2016-12-09 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.base/all-architectures-0.exp: New file.
5484 * gdb.base/all-architectures-1.exp: New file.
5485 * gdb.base/all-architectures-2.exp: New file.
5486 * gdb.base/all-architectures-3.exp: New file.
5487 * gdb.base/all-architectures-4.exp: New file.
5488 * gdb.base/all-architectures-5.exp: New file.
5489 * gdb.base/all-architectures-6.exp: New file.
5490 * gdb.base/all-architectures-7.exp: New file.
5491 * gdb.base/all-architectures.exp.in: New file.
5492
5493 2016-12-09 Yao Qi <yao.qi@linaro.org>
5494
5495 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5496
5497 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5498
5499 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5500 possible.
5501 Remove useless pattern-matching code.
5502
5503 2016-12-02 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5506 procedure.
5507 (top level): Call it.
5508
5509 2016-12-02 Pedro Alves <palves@redhat.com>
5510
5511 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5512 New procedure.
5513 (top level): Call it.
5514
5515 2016-12-02 Pedro Alves <palves@redhat.com>
5516
5517 PR cli/20559
5518 * gdb.base/commands.exp (user_defined_command_args_eval): New
5519 procedure.
5520 (top level): Call it.
5521
5522 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5523
5524 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5525 timeout handling.
5526
5527 2016-12-02 Tom Tromey <tom@tromey.com>
5528
5529 * gdb.dwarf2/main-subprogram.c: New file.
5530 * gdb.dwarf2/main-subprogram.exp: New file.
5531
5532 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5533
5534 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5535 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5536 gdb_test_no_output for a couple of cases.
5537 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5538
5539 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5540
5541 Fix test names and standardize compilation error messages throughout
5542 the following files:
5543
5544 * gdb.ada/start.exp
5545 * gdb.arch/alpha-step.exp
5546 * gdb.arch/e500-prologue.exp
5547 * gdb.arch/ftrace-insn-reloc.exp
5548 * gdb.arch/gdb1291.exp
5549 * gdb.arch/gdb1431.exp
5550 * gdb.arch/gdb1558.exp
5551 * gdb.arch/i386-dr3-watch.exp
5552 * gdb.arch/i386-sse-stack-align.exp
5553 * gdb.arch/ia64-breakpoint-shadow.exp
5554 * gdb.arch/pa-nullify.exp
5555 * gdb.arch/powerpc-aix-prologue.exp
5556 * gdb.arch/thumb-bx-pc.exp
5557 * gdb.base/annota1.exp
5558 * gdb.base/annota3.exp
5559 * gdb.base/arrayidx.exp
5560 * gdb.base/assign.exp
5561 * gdb.base/attach.exp
5562 * gdb.base/auxv.exp
5563 * gdb.base/bang.exp
5564 * gdb.base/bfp-test.exp
5565 * gdb.base/bigcore.exp
5566 * gdb.base/bitfields2.exp
5567 * gdb.base/break-fun-addr.exp
5568 * gdb.base/break-probes.exp
5569 * gdb.base/call-rt-st.exp
5570 * gdb.base/callexit.exp
5571 * gdb.base/catch-fork-kill.exp
5572 * gdb.base/charset.exp
5573 * gdb.base/checkpoint.exp
5574 * gdb.base/comprdebug.exp
5575 * gdb.base/constvars.exp
5576 * gdb.base/coredump-filter.exp
5577 * gdb.base/cursal.exp
5578 * gdb.base/cvexpr.exp
5579 * gdb.base/detach.exp
5580 * gdb.base/display.exp
5581 * gdb.base/dmsym.exp
5582 * gdb.base/dprintf-pending.exp
5583 * gdb.base/dso2dso.exp
5584 * gdb.base/dtrace-probe.exp
5585 * gdb.base/dump.exp
5586 * gdb.base/enum_cond.exp
5587 * gdb.base/exe-lock.exp
5588 * gdb.base/exec-invalid-sysroot.exp
5589 * gdb.base/execl-update-breakpoints.exp
5590 * gdb.base/exprs.exp
5591 * gdb.base/fileio.exp
5592 * gdb.base/find.exp
5593 * gdb.base/finish.exp
5594 * gdb.base/fixsection.exp
5595 * gdb.base/foll-vfork.exp
5596 * gdb.base/frame-args.exp
5597 * gdb.base/gcore.exp
5598 * gdb.base/gdb1250.exp
5599 * gdb.base/global-var-nested-by-dso.exp
5600 * gdb.base/gnu-ifunc.exp
5601 * gdb.base/hashline1.exp
5602 * gdb.base/hashline2.exp
5603 * gdb.base/hashline3.exp
5604 * gdb.base/hbreak-in-shr-unsupported.exp
5605 * gdb.base/huge.exp
5606 * gdb.base/infcall-input.exp
5607 * gdb.base/info-fun.exp
5608 * gdb.base/info-shared.exp
5609 * gdb.base/jit-simple.exp
5610 * gdb.base/jit-so.exp
5611 * gdb.base/jit.exp
5612 * gdb.base/jump.exp
5613 * gdb.base/label.exp
5614 * gdb.base/lineinc.exp
5615 * gdb.base/logical.exp
5616 * gdb.base/longjmp.exp
5617 * gdb.base/macscp.exp
5618 * gdb.base/miscexprs.exp
5619 * gdb.base/new-ui-echo.exp
5620 * gdb.base/new-ui-pending-input.exp
5621 * gdb.base/new-ui.exp
5622 * gdb.base/nodebug.exp
5623 * gdb.base/nofield.exp
5624 * gdb.base/offsets.exp
5625 * gdb.base/overlays.exp
5626 * gdb.base/pending.exp
5627 * gdb.base/pointers.exp
5628 * gdb.base/pr11022.exp
5629 * gdb.base/printcmds.exp
5630 * gdb.base/prologue.exp
5631 * gdb.base/ptr-typedef.exp
5632 * gdb.base/realname-expand.exp
5633 * gdb.base/relativedebug.exp
5634 * gdb.base/relocate.exp
5635 * gdb.base/remote.exp
5636 * gdb.base/reread.exp
5637 * gdb.base/return2.exp
5638 * gdb.base/savedregs.exp
5639 * gdb.base/sep.exp
5640 * gdb.base/sepdebug.exp
5641 * gdb.base/sepsymtab.exp
5642 * gdb.base/set-inferior-tty.exp
5643 * gdb.base/setshow.exp
5644 * gdb.base/shlib-call.exp
5645 * gdb.base/sigaltstack.exp
5646 * gdb.base/siginfo-addr.exp
5647 * gdb.base/signals.exp
5648 * gdb.base/signull.exp
5649 * gdb.base/sigrepeat.exp
5650 * gdb.base/so-impl-ld.exp
5651 * gdb.base/solib-display.exp
5652 * gdb.base/solib-overlap.exp
5653 * gdb.base/solib-search.exp
5654 * gdb.base/solib-symbol.exp
5655 * gdb.base/structs.exp
5656 * gdb.base/structs2.exp
5657 * gdb.base/symtab-search-order.exp
5658 * gdb.base/twice.exp
5659 * gdb.base/unload.exp
5660 * gdb.base/varargs.exp
5661 * gdb.base/watchpoint-solib.exp
5662 * gdb.base/watchpoint.exp
5663 * gdb.base/whatis.exp
5664 * gdb.base/wrong_frame_bt_full.exp
5665 * gdb.btrace/dlopen.exp
5666 * gdb.cell/ea-standalone.exp
5667 * gdb.cell/ea-test.exp
5668 * gdb.cp/dispcxx.exp
5669 * gdb.cp/gdb2384.exp
5670 * gdb.cp/method2.exp
5671 * gdb.cp/nextoverthrow.exp
5672 * gdb.cp/pr10728.exp
5673 * gdb.disasm/am33.exp
5674 * gdb.disasm/h8300s.exp
5675 * gdb.disasm/mn10300.exp
5676 * gdb.disasm/sh3.exp
5677 * gdb.dwarf2/dw2-dir-file-name.exp
5678 * gdb.fortran/complex.exp
5679 * gdb.fortran/library-module.exp
5680 * gdb.guile/scm-pretty-print.exp
5681 * gdb.guile/scm-symbol.exp
5682 * gdb.guile/scm-type.exp
5683 * gdb.guile/scm-value.exp
5684 * gdb.linespec/linespec.exp
5685 * gdb.mi/gdb701.exp
5686 * gdb.mi/gdb792.exp
5687 * gdb.mi/mi-breakpoint-changed.exp
5688 * gdb.mi/mi-dprintf-pending.exp
5689 * gdb.mi/mi-dprintf.exp
5690 * gdb.mi/mi-exit-code.exp
5691 * gdb.mi/mi-pending.exp
5692 * gdb.mi/mi-solib.exp
5693 * gdb.mi/new-ui-mi-sync.exp
5694 * gdb.mi/pr11022.exp
5695 * gdb.mi/user-selected-context-sync.exp
5696 * gdb.opt/solib-intra-step.exp
5697 * gdb.python/py-events.exp
5698 * gdb.python/py-finish-breakpoint.exp
5699 * gdb.python/py-mi.exp
5700 * gdb.python/py-prettyprint.exp
5701 * gdb.python/py-shared.exp
5702 * gdb.python/py-symbol.exp
5703 * gdb.python/py-template.exp
5704 * gdb.python/py-type.exp
5705 * gdb.python/py-value.exp
5706 * gdb.reverse/solib-precsave.exp
5707 * gdb.reverse/solib-reverse.exp
5708 * gdb.server/solib-list.exp
5709 * gdb.stabs/weird.exp
5710 * gdb.threads/reconnect-signal.exp
5711 * gdb.threads/stepi-random-signal.exp
5712 * gdb.trace/actions.exp
5713 * gdb.trace/ax.exp
5714 * gdb.trace/backtrace.exp
5715 * gdb.trace/change-loc.exp
5716 * gdb.trace/deltrace.exp
5717 * gdb.trace/ftrace-lock.exp
5718 * gdb.trace/ftrace.exp
5719 * gdb.trace/infotrace.exp
5720 * gdb.trace/mi-tracepoint-changed.exp
5721 * gdb.trace/packetlen.exp
5722 * gdb.trace/passcount.exp
5723 * gdb.trace/pending.exp
5724 * gdb.trace/range-stepping.exp
5725 * gdb.trace/report.exp
5726 * gdb.trace/stap-trace.exp
5727 * gdb.trace/tfind.exp
5728 * gdb.trace/trace-break.exp
5729 * gdb.trace/trace-condition.exp
5730 * gdb.trace/trace-enable-disable.exp
5731 * gdb.trace/trace-mt.exp
5732 * gdb.trace/tracecmd.exp
5733 * gdb.trace/tspeed.exp
5734 * gdb.trace/tsv.exp
5735 * lib/perftest.exp
5736
5737 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5738
5739 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5740 with gdb_test_no_output.
5741 Use command as test name.
5742
5743 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5744
5745 Fix test names starting with uppercase throughout the files.
5746
5747 * gdb.ada/assign_1.exp
5748 * gdb.ada/boolean_expr.exp
5749 * gdb.base/arrayidx.exp
5750 * gdb.base/del.exp
5751 * gdb.base/gcore-buffer-overflow.exp
5752 * gdb.base/testenv.exp
5753 * gdb.compile/compile.exp
5754 * gdb.python/py-framefilter-invalidarg.exp
5755 * gdb.python/py-framefilter.exp
5756
5757 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5758
5759 Fix test names starting with uppercase throughout the files.
5760
5761 * gdb.ada/array_return.exp
5762 * gdb.ada/expr_delims.exp
5763 * gdb.ada/mi_dyn_arr.exp
5764 * gdb.ada/mi_interface.exp
5765 * gdb.ada/mi_var_array.exp
5766 * gdb.ada/watch_arg.exp
5767 * gdb.arch/alpha-step.exp
5768 * gdb.arch/altivec-regs.exp
5769 * gdb.arch/e500-regs.exp
5770 * gdb.arch/powerpc-d128-regs.exp
5771 * gdb.base/arrayidx.exp
5772 * gdb.base/break.exp
5773 * gdb.base/checkpoint.exp
5774 * gdb.base/debug-expr.exp
5775 * gdb.base/dmsym.exp
5776 * gdb.base/radix.exp
5777 * gdb.base/sepdebug.exp
5778 * gdb.base/testenv.exp
5779 * gdb.base/watch_thread_num.exp
5780 * gdb.base/watchpoint-cond-gone.exp
5781 * gdb.cell/break.exp
5782 * gdb.cell/ea-cache.exp
5783 * gdb.compile/compile.exp
5784 * gdb.cp/gdb2495.exp
5785 * gdb.gdb/selftest.exp
5786 * gdb.gdb/xfullpath.exp
5787 * gdb.go/hello.exp
5788 * gdb.go/integers.exp
5789 * gdb.objc/basicclass.exp
5790 * gdb.pascal/hello.exp
5791 * gdb.pascal/integers.exp
5792 * gdb.python/py-breakpoint.exp
5793 * gdb.python/py-cmd.exp
5794 * gdb.python/py-linetable.exp
5795 * gdb.python/py-xmethods.exp
5796 * gdb.python/python.exp
5797 * gdb.reverse/consecutive-precsave.exp
5798 * gdb.reverse/finish-precsave.exp
5799 * gdb.reverse/i386-precsave.exp
5800 * gdb.reverse/machinestate-precsave.exp
5801 * gdb.reverse/sigall-precsave.exp
5802 * gdb.reverse/solib-precsave.exp
5803 * gdb.reverse/step-precsave.exp
5804 * gdb.reverse/until-precsave.exp
5805 * gdb.reverse/watch-precsave.exp
5806 * gdb.threads/leader-exit.exp
5807 * gdb.threads/pthreads.exp
5808 * gdb.threads/wp-replication.exp
5809 * gdb.trace/actions.exp
5810 * gdb.trace/mi-tsv-changed.exp
5811 * gdb.trace/tsv.exp
5812
5813 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5814
5815 Fix test names starting with uppercase throughout the files.
5816
5817 * gdb.arch/i386-bp_permanent.exp
5818 * gdb.arch/i386-gnu-cfi.exp
5819 * gdb.base/disasm-end-cu.exp
5820 * gdb.base/macscp.exp
5821 * gdb.base/pending.exp
5822 * gdb.base/watch_thread_num.exp
5823 * gdb.cp/exception.exp
5824 * gdb.cp/gdb2495.exp
5825 * gdb.cp/local.exp
5826 * gdb.python/py-evsignal.exp
5827 * gdb.python/python.exp
5828 * gdb.trace/tracecmd.exp
5829
5830 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5831
5832 Fix test names starting with uppercase throughout the files.
5833
5834 * gdb.base/charset.exp
5835 * gdb.base/eval.exp
5836 * gdb.base/multi-forks.exp
5837 * gdb.guile/scm-progspace.exp
5838 * gdb.opencl/datatypes.exp
5839 * gdb.python/py-block.exp
5840 * gdb.python/py-function.exp
5841 * gdb.python/py-symbol.exp
5842 * gdb.python/py-symtab.exp
5843 * gdb.python/py-xmethods.exp
5844 * gdb.reverse/break-precsave.exp
5845 * gdb.reverse/break-reverse.exp
5846 * gdb.reverse/consecutive-precsave.exp
5847 * gdb.reverse/consecutive-reverse.exp
5848 * gdb.reverse/finish-precsave.exp
5849 * gdb.reverse/finish-reverse-bkpt.exp
5850 * gdb.reverse/finish-reverse.exp
5851 * gdb.reverse/fstatat-reverse.exp
5852 * gdb.reverse/getresuid-reverse.exp
5853 * gdb.reverse/i386-precsave.exp
5854 * gdb.reverse/i386-reverse.exp
5855 * gdb.reverse/i386-sse-reverse.exp
5856 * gdb.reverse/i387-stack-reverse.exp
5857 * gdb.reverse/insn-reverse.exp
5858 * gdb.reverse/machinestate-precsave.exp
5859 * gdb.reverse/machinestate.exp
5860 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5861 * gdb.reverse/pipe-reverse.exp
5862 * gdb.reverse/readv-reverse.exp
5863 * gdb.reverse/recvmsg-reverse.exp
5864 * gdb.reverse/rerun-prec.exp
5865 * gdb.reverse/s390-mvcle.exp
5866 * gdb.reverse/sigall-precsave.exp
5867 * gdb.reverse/sigall-reverse.exp
5868 * gdb.reverse/solib-precsave.exp
5869 * gdb.reverse/solib-reverse.exp
5870 * gdb.reverse/step-precsave.exp
5871 * gdb.reverse/step-reverse.exp
5872 * gdb.reverse/time-reverse.exp
5873 * gdb.reverse/until-precsave.exp
5874 * gdb.reverse/until-reverse.exp
5875 * gdb.reverse/waitpid-reverse.exp
5876 * gdb.reverse/watch-precsave.exp
5877 * gdb.reverse/watch-reverse.exp
5878
5879 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5880
5881 Fix test names starting with uppercase throughout the files.
5882
5883 * gdb.arch/i386-mpx-simple_segv.exp
5884 * gdb.arch/i386-mpx.exp
5885 * gdb.arch/i386-permbkpt.exp
5886 * gdb.arch/pa-nullify.exp
5887 * gdb.arch/powerpc-d128-regs.exp
5888 * gdb.arch/vsx-regs.exp
5889 * gdb.base/bfp-test.exp
5890 * gdb.base/break.exp
5891 * gdb.base/breakpoint-shadow.exp
5892 * gdb.base/callfuncs.exp
5893 * gdb.base/charset.exp
5894 * gdb.base/commands.exp
5895 * gdb.base/completion.exp
5896 * gdb.base/dfp-test.exp
5897 * gdb.base/echo.exp
5898 * gdb.base/ending-run.exp
5899 * gdb.base/eval.exp
5900 * gdb.base/expand-psymtabs.exp
5901 * gdb.base/float128.exp
5902 * gdb.base/floatn.exp
5903 * gdb.base/foll-exec-mode.exp
5904 * gdb.base/gdb1056.exp
5905 * gdb.base/gdb11531.exp
5906 * gdb.base/kill-after-signal.exp
5907 * gdb.base/multi-forks.exp
5908 * gdb.base/overlays.exp
5909 * gdb.base/pending.exp
5910 * gdb.base/sepdebug.exp
5911 * gdb.base/testenv.exp
5912 * gdb.base/valgrind-db-attach.exp
5913 * gdb.base/watch_thread_num.exp
5914 * gdb.base/watchpoint-cond-gone.exp
5915 * gdb.base/watchpoint.exp
5916 * gdb.base/watchpoints.exp
5917 * gdb.cp/arg-reference.exp
5918 * gdb.cp/baseenum.exp
5919 * gdb.cp/operator.exp
5920 * gdb.cp/shadow.exp
5921 * gdb.dwarf2/dw2-op-out-param.exp
5922 * gdb.dwarf2/dw2-reg-undefined.exp
5923 * gdb.go/chan.exp
5924 * gdb.go/hello.exp
5925 * gdb.go/integers.exp
5926 * gdb.go/methods.exp
5927 * gdb.go/package.exp
5928 * gdb.guile/scm-parameter.exp
5929 * gdb.guile/scm-progspace.exp
5930 * gdb.guile/scm-value.exp
5931 * gdb.mi/mi-pending.exp
5932 * gdb.mi/user-selected-context-sync.exp
5933 * gdb.multi/multi-attach.exp
5934 * gdb.multi/tids.exp
5935 * gdb.opt/clobbered-registers-O2.exp
5936 * gdb.pascal/floats.exp
5937 * gdb.pascal/integers.exp
5938 * gdb.python/py-block.exp
5939 * gdb.python/py-events.exp
5940 * gdb.python/py-parameter.exp
5941 * gdb.python/py-symbol.exp
5942 * gdb.python/py-symtab.exp
5943 * gdb.python/py-type.exp
5944 * gdb.python/py-value.exp
5945 * gdb.python/py-xmethods.exp
5946 * gdb.python/python.exp
5947 * gdb.reverse/break-precsave.exp
5948 * gdb.reverse/consecutive-precsave.exp
5949 * gdb.reverse/finish-precsave.exp
5950 * gdb.reverse/i386-precsave.exp
5951 * gdb.reverse/machinestate-precsave.exp
5952 * gdb.reverse/sigall-precsave.exp
5953 * gdb.reverse/solib-precsave.exp
5954 * gdb.reverse/step-precsave.exp
5955 * gdb.reverse/until-precsave.exp
5956 * gdb.reverse/watch-precsave.exp
5957 * gdb.server/ext-attach.exp
5958 * gdb.server/ext-restart.exp
5959 * gdb.server/ext-run.exp
5960 * gdb.server/ext-wrapper.exp
5961 * gdb.stabs/gdb11479.exp
5962 * gdb.stabs/weird.exp
5963 * gdb.threads/attach-many-short-lived-threads.exp
5964 * gdb.threads/kill.exp
5965 * gdb.threads/watchpoint-fork.exp
5966
5967 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5968
5969 Fix test names starting with uppercase throughout all the files below.
5970
5971 * gdb.ada/array_return.exp
5972 * gdb.ada/catch_ex.exp
5973 * gdb.ada/info_exc.exp
5974 * gdb.ada/mi_catch_ex.exp
5975 * gdb.ada/mi_dyn_arr.exp
5976 * gdb.ada/mi_ex_cond.exp
5977 * gdb.ada/mi_exc_info.exp
5978 * gdb.ada/mi_interface.exp
5979 * gdb.ada/mi_task_arg.exp
5980 * gdb.ada/mi_task_info.exp
5981 * gdb.ada/mi_var_array.exp
5982 * gdb.arch/alpha-step.exp
5983 * gdb.arch/amd64-disp-step.exp
5984 * gdb.arch/arm-disp-step.exp
5985 * gdb.arch/disp-step-insn-reloc.exp
5986 * gdb.arch/e500-prologue.exp
5987 * gdb.arch/ftrace-insn-reloc.exp
5988 * gdb.arch/gdb1558.exp
5989 * gdb.arch/i386-bp_permanent.exp
5990 * gdb.arch/i386-disp-step.exp
5991 * gdb.arch/i386-float.exp
5992 * gdb.arch/i386-gnu-cfi.exp
5993 * gdb.arch/ia64-breakpoint-shadow.exp
5994 * gdb.arch/mips16-thunks.exp
5995 * gdb.arch/pa-nullify.exp
5996 * gdb.arch/powerpc-aix-prologue.exp
5997 * gdb.arch/powerpc-power.exp
5998 * gdb.arch/ppc-dfp.exp
5999 * gdb.arch/s390-tdbregs.exp
6000 * gdb.arch/spu-info.exp
6001 * gdb.arch/spu-ls.exp
6002 * gdb.arch/thumb-bx-pc.exp
6003 * gdb.base/advance.exp
6004 * gdb.base/annota-input-while-running.exp
6005 * gdb.base/arrayidx.exp
6006 * gdb.base/asmlabel.exp
6007 * gdb.base/async.exp
6008 * gdb.base/attach-wait-input.exp
6009 * gdb.base/auto-connect-native-target.exp
6010 * gdb.base/batch-preserve-term-settings.exp
6011 * gdb.base/bfp-test.exp
6012 * gdb.base/bigcore.exp
6013 * gdb.base/bp-permanent.exp
6014 * gdb.base/break-always.exp
6015 * gdb.base/break-fun-addr.exp
6016 * gdb.base/break-idempotent.exp
6017 * gdb.base/break-main-file-remove-fail.exp
6018 * gdb.base/break-probes.exp
6019 * gdb.base/break-unload-file.exp
6020 * gdb.base/break.exp
6021 * gdb.base/call-ar-st.exp
6022 * gdb.base/call-rt-st.exp
6023 * gdb.base/call-sc.exp
6024 * gdb.base/call-signal-resume.exp
6025 * gdb.base/call-strs.exp
6026 * gdb.base/callexit.exp
6027 * gdb.base/callfuncs.exp
6028 * gdb.base/catch-gdb-caused-signals.exp
6029 * gdb.base/catch-signal-siginfo-cond.exp
6030 * gdb.base/catch-syscall.exp
6031 * gdb.base/compare-sections.exp
6032 * gdb.base/cond-eval-mode.exp
6033 * gdb.base/condbreak-call-false.exp
6034 * gdb.base/consecutive-step-over.exp
6035 * gdb.base/cursal.exp
6036 * gdb.base/disabled-location.exp
6037 * gdb.base/disasm-end-cu.exp
6038 * gdb.base/display.exp
6039 * gdb.base/double-prompt-target-event-error.exp
6040 * gdb.base/dprintf-bp-same-addr.exp
6041 * gdb.base/dprintf-detach.exp
6042 * gdb.base/dprintf-next.exp
6043 * gdb.base/dprintf-non-stop.exp
6044 * gdb.base/dprintf-pending.exp
6045 * gdb.base/dso2dso.exp
6046 * gdb.base/ending-run.exp
6047 * gdb.base/enum_cond.exp
6048 * gdb.base/examine-backward.exp
6049 * gdb.base/exe-lock.exp
6050 * gdb.base/exec-invalid-sysroot.exp
6051 * gdb.base/execl-update-breakpoints.exp
6052 * gdb.base/execution-termios.exp
6053 * gdb.base/fileio.exp
6054 * gdb.base/fixsection.exp
6055 * gdb.base/foll-exec-mode.exp
6056 * gdb.base/foll-exec.exp
6057 * gdb.base/fork-running-state.exp
6058 * gdb.base/frame-args.exp
6059 * gdb.base/fullpath-expand.exp
6060 * gdb.base/func-ptr.exp
6061 * gdb.base/gcore-relro-pie.exp
6062 * gdb.base/gdb1090.exp
6063 * gdb.base/gdb1555.exp
6064 * gdb.base/global-var-nested-by-dso.exp
6065 * gdb.base/gnu-ifunc.exp
6066 * gdb.base/hbreak-in-shr-unsupported.exp
6067 * gdb.base/hbreak-unmapped.exp
6068 * gdb.base/hook-stop.exp
6069 * gdb.base/infcall-input.exp
6070 * gdb.base/info-fun.exp
6071 * gdb.base/info-shared.exp
6072 * gdb.base/interrupt-noterm.exp
6073 * gdb.base/jit-so.exp
6074 * gdb.base/jit.exp
6075 * gdb.base/line-symtabs.exp
6076 * gdb.base/list.exp
6077 * gdb.base/longjmp.exp
6078 * gdb.base/macscp.exp
6079 * gdb.base/max-value-size.exp
6080 * gdb.base/nodebug.exp
6081 * gdb.base/nofield.exp
6082 * gdb.base/overlays.exp
6083 * gdb.base/paginate-after-ctrl-c-running.exp
6084 * gdb.base/paginate-bg-execution.exp
6085 * gdb.base/paginate-inferior-exit.exp
6086 * gdb.base/pending.exp
6087 * gdb.base/pr11022.exp
6088 * gdb.base/printcmds.exp
6089 * gdb.base/ptr-typedef.exp
6090 * gdb.base/ptype.exp
6091 * gdb.base/randomize.exp
6092 * gdb.base/range-stepping.exp
6093 * gdb.base/realname-expand.exp
6094 * gdb.base/relativedebug.exp
6095 * gdb.base/remote.exp
6096 * gdb.base/savedregs.exp
6097 * gdb.base/sepdebug.exp
6098 * gdb.base/set-noassign.exp
6099 * gdb.base/shlib-call.exp
6100 * gdb.base/shreloc.exp
6101 * gdb.base/sigaltstack.exp
6102 * gdb.base/sigbpt.exp
6103 * gdb.base/siginfo-addr.exp
6104 * gdb.base/siginfo-obj.exp
6105 * gdb.base/siginfo-thread.exp
6106 * gdb.base/signest.exp
6107 * gdb.base/signull.exp
6108 * gdb.base/sigrepeat.exp
6109 * gdb.base/skip.exp
6110 * gdb.base/so-impl-ld.exp
6111 * gdb.base/solib-corrupted.exp
6112 * gdb.base/solib-disc.exp
6113 * gdb.base/solib-display.exp
6114 * gdb.base/solib-overlap.exp
6115 * gdb.base/solib-search.exp
6116 * gdb.base/solib-symbol.exp
6117 * gdb.base/source-execution.exp
6118 * gdb.base/sss-bp-on-user-bp-2.exp
6119 * gdb.base/sss-bp-on-user-bp.exp
6120 * gdb.base/stack-checking.exp
6121 * gdb.base/stale-infcall.exp
6122 * gdb.base/step-break.exp
6123 * gdb.base/step-line.exp
6124 * gdb.base/step-over-exit.exp
6125 * gdb.base/step-test.exp
6126 * gdb.base/structs.exp
6127 * gdb.base/sym-file.exp
6128 * gdb.base/symtab-search-order.exp
6129 * gdb.base/term.exp
6130 * gdb.base/type-opaque.exp
6131 * gdb.base/unload.exp
6132 * gdb.base/until-nodebug.exp
6133 * gdb.base/until.exp
6134 * gdb.base/unwindonsignal.exp
6135 * gdb.base/watch-cond.exp
6136 * gdb.base/watch-non-mem.exp
6137 * gdb.base/watch_thread_num.exp
6138 * gdb.base/watchpoint-reuse-slot.exp
6139 * gdb.base/watchpoint-solib.exp
6140 * gdb.base/watchpoint.exp
6141 * gdb.btrace/dlopen.exp
6142 * gdb.cell/arch.exp
6143 * gdb.cell/break.exp
6144 * gdb.cell/bt.exp
6145 * gdb.cell/core.exp
6146 * gdb.cell/data.exp
6147 * gdb.cell/dwarfaddr.exp
6148 * gdb.cell/ea-cache.exp
6149 * gdb.cell/ea-standalone.exp
6150 * gdb.cell/ea-test.exp
6151 * gdb.cell/f-regs.exp
6152 * gdb.cell/fork.exp
6153 * gdb.cell/gcore.exp
6154 * gdb.cell/mem-access.exp
6155 * gdb.cell/ptype.exp
6156 * gdb.cell/registers.exp
6157 * gdb.cell/sizeof.exp
6158 * gdb.cell/solib-symbol.exp
6159 * gdb.cell/solib.exp
6160 * gdb.compile/compile-tls.exp
6161 * gdb.cp/exception.exp
6162 * gdb.cp/gdb2495.exp
6163 * gdb.cp/local.exp
6164 * gdb.cp/mb-inline.exp
6165 * gdb.cp/mb-templates.exp
6166 * gdb.cp/pr10687.exp
6167 * gdb.cp/pr9167.exp
6168 * gdb.cp/scope-err.exp
6169 * gdb.cp/templates.exp
6170 * gdb.cp/virtfunc.exp
6171 * gdb.dwarf2/dw2-dir-file-name.exp
6172 * gdb.dwarf2/dw2-single-line-discriminators.exp
6173 * gdb.fortran/complex.exp
6174 * gdb.fortran/library-module.exp
6175 * gdb.guile/guile.exp
6176 * gdb.guile/scm-cmd.exp
6177 * gdb.guile/scm-frame-inline.exp
6178 * gdb.guile/scm-objfile.exp
6179 * gdb.guile/scm-pretty-print.exp
6180 * gdb.guile/scm-symbol.exp
6181 * gdb.guile/scm-type.exp
6182 * gdb.guile/scm-value.exp
6183 * gdb.linespec/keywords.exp
6184 * gdb.linespec/ls-errs.exp
6185 * gdb.linespec/macro-relative.exp
6186 * gdb.linespec/thread.exp
6187 * gdb.mi/mi-breakpoint-changed.exp
6188 * gdb.mi/mi-dprintf-pending.exp
6189 * gdb.mi/mi-fullname-deleted.exp
6190 * gdb.mi/mi-logging.exp
6191 * gdb.mi/mi-pending.exp
6192 * gdb.mi/mi-solib.exp
6193 * gdb.mi/new-ui-mi-sync.exp
6194 * gdb.mi/user-selected-context-sync.exp
6195 * gdb.multi/dummy-frame-restore.exp
6196 * gdb.multi/multi-arch-exec.exp
6197 * gdb.multi/remove-inferiors.exp
6198 * gdb.multi/watchpoint-multi-exit.exp
6199 * gdb.opt/solib-intra-step.exp
6200 * gdb.perf/backtrace.exp
6201 * gdb.perf/single-step.exp
6202 * gdb.perf/skip-command.exp
6203 * gdb.perf/skip-prologue.exp
6204 * gdb.perf/solib.exp
6205 * gdb.python/lib-types.exp
6206 * gdb.python/py-as-string.exp
6207 * gdb.python/py-bad-printers.exp
6208 * gdb.python/py-block.exp
6209 * gdb.python/py-breakpoint.exp
6210 * gdb.python/py-cmd.exp
6211 * gdb.python/py-events.exp
6212 * gdb.python/py-evthreads.exp
6213 * gdb.python/py-finish-breakpoint.exp
6214 * gdb.python/py-finish-breakpoint2.exp
6215 * gdb.python/py-frame-inline.exp
6216 * gdb.python/py-frame.exp
6217 * gdb.python/py-inferior.exp
6218 * gdb.python/py-infthread.exp
6219 * gdb.python/py-mi.exp
6220 * gdb.python/py-objfile.exp
6221 * gdb.python/py-pp-maint.exp
6222 * gdb.python/py-pp-registration.exp
6223 * gdb.python/py-prettyprint.exp
6224 * gdb.python/py-recurse-unwind.exp
6225 * gdb.python/py-shared.exp
6226 * gdb.python/py-symbol.exp
6227 * gdb.python/py-symtab.exp
6228 * gdb.python/py-template.exp
6229 * gdb.python/py-type.exp
6230 * gdb.python/py-unwind-maint.exp
6231 * gdb.python/py-unwind.exp
6232 * gdb.python/py-value.exp
6233 * gdb.python/python.exp
6234 * gdb.reverse/finish-reverse-bkpt.exp
6235 * gdb.reverse/insn-reverse.exp
6236 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6237 * gdb.reverse/solib-precsave.exp
6238 * gdb.reverse/solib-reverse.exp
6239 * gdb.stabs/gdb11479.exp
6240 * gdb.stabs/weird.exp
6241 * gdb.threads/fork-child-threads.exp
6242 * gdb.threads/fork-plus-threads.exp
6243 * gdb.threads/fork-thread-pending.exp
6244 * gdb.threads/forking-threads-plus-breakpoint.exp
6245 * gdb.threads/hand-call-in-threads.exp
6246 * gdb.threads/interrupted-hand-call.exp
6247 * gdb.threads/linux-dp.exp
6248 * gdb.threads/local-watch-wrong-thread.exp
6249 * gdb.threads/next-while-other-thread-longjmps.exp
6250 * gdb.threads/non-ldr-exit.exp
6251 * gdb.threads/pending-step.exp
6252 * gdb.threads/print-threads.exp
6253 * gdb.threads/process-dies-while-detaching.exp
6254 * gdb.threads/process-dies-while-handling-bp.exp
6255 * gdb.threads/pthreads.exp
6256 * gdb.threads/queue-signal.exp
6257 * gdb.threads/reconnect-signal.exp
6258 * gdb.threads/signal-command-handle-nopass.exp
6259 * gdb.threads/signal-command-multiple-signals-pending.exp
6260 * gdb.threads/signal-delivered-right-thread.exp
6261 * gdb.threads/signal-sigtrap.exp
6262 * gdb.threads/sigthread.exp
6263 * gdb.threads/staticthreads.exp
6264 * gdb.threads/stepi-random-signal.exp
6265 * gdb.threads/thread-unwindonsignal.exp
6266 * gdb.threads/thread_check.exp
6267 * gdb.threads/thread_events.exp
6268 * gdb.threads/tid-reuse.exp
6269 * gdb.threads/tls-nodebug.exp
6270 * gdb.threads/tls-shared.exp
6271 * gdb.threads/tls-so_extern.exp
6272 * gdb.threads/tls.exp
6273 * gdb.threads/wp-replication.exp
6274 * gdb.trace/actions-changed.exp
6275 * gdb.trace/actions.exp
6276 * gdb.trace/backtrace.exp
6277 * gdb.trace/change-loc.exp
6278 * gdb.trace/collection.exp
6279 * gdb.trace/deltrace.exp
6280 * gdb.trace/disconnected-tracing.exp
6281 * gdb.trace/entry-values.exp
6282 * gdb.trace/ftrace-lock.exp
6283 * gdb.trace/ftrace.exp
6284 * gdb.trace/infotrace.exp
6285 * gdb.trace/mi-trace-frame-collected.exp
6286 * gdb.trace/mi-trace-unavailable.exp
6287 * gdb.trace/mi-traceframe-changed.exp
6288 * gdb.trace/mi-tracepoint-changed.exp
6289 * gdb.trace/mi-tsv-changed.exp
6290 * gdb.trace/no-attach-trace.exp
6291 * gdb.trace/packetlen.exp
6292 * gdb.trace/passc-dyn.exp
6293 * gdb.trace/passcount.exp
6294 * gdb.trace/pending.exp
6295 * gdb.trace/pr16508.exp
6296 * gdb.trace/qtro.exp
6297 * gdb.trace/range-stepping.exp
6298 * gdb.trace/read-memory.exp
6299 * gdb.trace/report.exp
6300 * gdb.trace/save-trace.exp
6301 * gdb.trace/signal.exp
6302 * gdb.trace/stap-trace.exp
6303 * gdb.trace/status-stop.exp
6304 * gdb.trace/strace.exp
6305 * gdb.trace/tfile.exp
6306 * gdb.trace/tfind.exp
6307 * gdb.trace/trace-break.exp
6308 * gdb.trace/trace-condition.exp
6309 * gdb.trace/trace-enable-disable.exp
6310 * gdb.trace/trace-mt.exp
6311 * gdb.trace/tracecmd.exp
6312 * gdb.trace/tracefile-pseudo-reg.exp
6313 * gdb.trace/tspeed.exp
6314 * gdb.trace/tstatus.exp
6315 * gdb.trace/tsv.exp
6316 * gdb.trace/unavailable.exp
6317 * gdb.trace/while-dyn.exp
6318 * gdb.trace/while-stepping.exp
6319 * lib/gdb-guile.exp
6320 * lib/gdb.exp
6321 * lib/mi-support.exp
6322 * lib/pascal.exp
6323 * lib/perftest.exp
6324 * lib/prelink-support.exp
6325 * lib/selftest-support.exp
6326
6327 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6328
6329 * Makefile.in: Include disable-implicit-rules.mk.
6330
6331 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6332
6333 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6334 non-byte-aligned bit fields.
6335
6336 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6337
6338 PR gdb/12616
6339 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6340 respects the DW_AT_data_bit_offset attribute.
6341
6342 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6343
6344 * gdb.base/default.exp: Fix output of "set language".
6345
6346 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6347
6348 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6349 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6350 make.
6351 * configure.ac: Remove checks for the make program.
6352 * configure: Re-generate.
6353
6354 2016-11-16 Kevin Buettner <kevinb@redhat.com>
6355
6356 * gdb.python/py-recurse-unwind.c (main): Add loop.
6357 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6358 to read_register() and gdb.parse_and_eval(). Make each code
6359 call a separate case that can be individually tested.
6360 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6361 proc. Call cont_and_backtrace for each of the code paths that
6362 we want to test in the unwinder.
6363
6364 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6365
6366 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6367 the definition of struct S.
6368
6369 2016-11-11 Catherine Moore <clm@codesourcery.com>
6370
6371 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6372
6373 2016-11-09 Pedro Alves <palves@redhat.com>
6374
6375 * gdb.base/commands.exp (runto_or_return): New procedure.
6376 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6377 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6378 (progvar_simple_while_test, progvar_complex_if_while_test)
6379 (if_while_breakpoint_command_test)
6380 (infrun_breakpoint_command_test, breakpoint_command_test)
6381 (user_defined_command_test, watchpoint_command_test)
6382 (test_command_prompt_position, redefine_hook_test)
6383 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6384 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6385 multi_line_input and multi_line. Remove gdb_expect and
6386 gdb_stop_suppressing_tests uses.
6387 * lib/gdb.exp (valnum_re): New global.
6388 (multi_line_input): New procedure.
6389
6390 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6391
6392 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6393 Remove.
6394 (test_setup): Define with proc_with_prefix.
6395 (test_cli_inferior): Likewise.
6396 (test_cli_thread): Likewise.
6397 (test_cli_frame): Likewise.
6398 (test_cli_select_frame): Likewise.
6399 (test_cli_up_down): Likewise.
6400 (test_mi_thread_select): Likewise.
6401 (test_mi_stack_select_frame): Likewise.
6402 (test_cli_in_mi_inferior): Likewise.
6403 (test_cli_in_mi_thread): Likewise.
6404 (test_cli_in_mi_frame): Likewise.
6405 (top level): Do not use with_test_prefix_procname.
6406
6407 2016-11-09 Pedro Alves <palves@redhat.com>
6408
6409 * gdb.base/commands.exp (gdbvar_simple_if_test)
6410 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6411 (progvar_simple_if_test, progvar_simple_while_test)
6412 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6413 (infrun_breakpoint_command_test, breakpoint_command_test)
6414 (user_defined_command_test, watchpoint_command_test)
6415 (test_command_prompt_position, deprecated_command_test)
6416 (bp_deleted_in_command, temporary_breakpoint_commands)
6417 (stray_arg0_test, source_file_with_indented_comment)
6418 (recursive_source_test, if_commands_test)
6419 (error_clears_commands_left, redefine_hook_test)
6420 (redefine_backtrace_test): Use proc_with_prefix.
6421 * lib/gdb.exp (proc_with_prefix): New proc.
6422
6423 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6424
6425 * gdb.base/tui-layout.c: New file.
6426 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6427 disassembly window contains very long lines.
6428
6429 2016-11-08 Tom Tromey <tom@tromey.com>
6430
6431 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6432 depend on Python 2.
6433
6434 2016-11-08 Tom Tromey <tom@tromey.com>
6435
6436 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6437 New method.
6438
6439 2016-10-29 Manish Goregaokar <manish@mozilla.com>
6440
6441 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6442
6443 2016-10-27 Manish Goregaokar <manish@mozilla.com>
6444
6445 * gdb.rust/simple.rs: Add test for univariant enums without
6446 discriminants and for encoded struct-like enums.
6447
6448 2016-10-28 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6451 gdb_test_multiple, tighten regexps and match symtabs and line
6452 tables incrementally.
6453
6454 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
6455
6456 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6457 general.
6458
6459 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
6460
6461 * gdb.base/exec-invalid-sysroot.exp: New file.
6462
6463 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6464
6465 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6466
6467 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6468
6469 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6470
6471 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6472
6473 * gdb.base/killed-outside.exp: Remove $options from a call to
6474 `prepare_for_testing'.
6475
6476 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6477
6478 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6479 Change test message.
6480
6481 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6482
6483 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6484 Update comment.
6485
6486 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6487
6488 * gdb.trace/mi-trace-save.exp: New file.
6489
6490 2016-10-13 Yao Qi <yao.qi@linaro.org>
6491
6492 * gdb.base/code_elim.exp (get_var_address): Remove.
6493 * gdb.base/relocate.exp: Likewise.
6494 * gdb.base/shreloc.exp: Likewise.
6495 * lib/gdb.exp (get_var_address): New.
6496
6497 2016-10-13 Yao Qi <yao.qi@linaro.org>
6498
6499 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6500 floating point tests if $skip_float_test is false.
6501
6502 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
6503
6504 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6505 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6506 argc values.
6507 Add 1 to argc so we guarantee distinct initial/modified argc values.
6508
6509 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6510
6511 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6512
6513 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6514
6515 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6516 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6517 * gdb.arch/vsx-regs.exp: Likewise.
6518
6519 2016-10-07 Yao Qi <yao.qi@linaro.org>
6520
6521 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6522
6523 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6524
6525 * gdb.python/python.exp: Test decode_line("*0").
6526
6527 2016-10-06 Doug Evans <dje@google.com>
6528
6529 * gdb.python/py-value.exp (test_value_creation): Add test for large
6530 unsigned 64-bit value.
6531
6532 2016-10-06 Tom Tromey <tom@tromey.com>
6533
6534 * gdb.compile/compile.exp: Change java tests to rust.
6535 * gdb.base/setshow.exp: Change java tests to rust.
6536 * gdb.base/default.exp: Remove java from language list.
6537 * README (Examples): Update language example.
6538 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6539 test.
6540 * lib/gdb.exp (skip_java_tests): Remove.
6541 * lib/java.exp: Remove.
6542 * gdb.java: Remove.
6543
6544 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6545
6546 * gdb.arch/mips-fcr.exp: New test.
6547 * gdb.arch/mips-fcr.c: Source for the new test.
6548
6549 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6550
6551 * gdb.base/solib-disc.exp: Use `standard_output_file'
6552 throughout.
6553
6554 2016-10-06 Pedro Alves <palves@redhat.com>
6555
6556 * gdb.base/jit-simple-dl.c: New file.
6557 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6558 * gdb.base/jit-simple.c: ... this.
6559 * gdb.base/jit-simple.exp (jit_run): Delete.
6560 (build_jit): New proc.
6561 (jit_test_reread): Recompile either the main program or the shared
6562 library, depending on what is being tested. Skip changing address
6563 if caller wants to. Compare before/after addresses. If testing
6564 standalone, explicitly load the binary. Test "maint info
6565 breakpoints".
6566 (top level): Add "standalone vs shared lib" and "change address"
6567 vs "same address" axes.
6568
6569 2016-10-06 Pedro Alves <palves@redhat.com>
6570
6571 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6572 call.
6573 (jit_run): Delete.
6574 (jit_test_reread): Use with_test_prefix. Reload the main binary
6575 explicitly. Compare the before/after addresses of the JIT
6576 descriptor.
6577
6578 2016-08-15 Doug Evans <dje@google.com>
6579
6580 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6581 for single bitfields is bool.
6582 * gdb.xml/tdesc-regs.exp: Ditto.
6583
6584 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6585
6586 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6587
6588 2016-10-05 Yao Qi <yao.qi@linaro.org>
6589
6590 * lib/gdb.exp (support_complex_tests): Return zero if
6591 gdb_skip_float_test return true.
6592
6593 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6594 Simon Marchi <simon.marchi@ericsson.com>
6595
6596 PR gdb/20487
6597 * gdb.mi/user-selected-context-sync.exp: New file.
6598 * gdb.mi/user-selected-context-sync.c: New file.
6599
6600 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6601 Simon Marchi <simon.marchi@ericsson.com>
6602
6603 PR gdb/20487
6604 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6605 =thread-select-event check.
6606
6607 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6608
6609 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6610 the compulsory L operand changes.
6611 * gdb.arch/powerpc-power.s: Likewise.
6612
6613 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6614
6615 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6616 * gdb.base/jit-attach-pie.c: New file.
6617 * gdb.base/jit-attach-pie.exp: New file.
6618
6619 2016-09-28 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.base/infcall-input.c: New file.
6622 * gdb.base/infcall-input.exp: New file.
6623
6624 2016-09-22 Yao Qi <yao.qi@linaro.org>
6625
6626 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6627 (gdb_exit): Rename it to ...
6628 (gdbserver_gdb_exit): ... Close GDBserver.
6629 (gdb_exit): New proc, call gdbserver_gdb_exit.
6630 (mi_gdb_exit): Likewise.
6631
6632 2016-09-22 Yao Qi <yao.qi@linaro.org>
6633
6634 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6635 path.
6636 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6637 Remove duplication.
6638
6639 2016-09-22 Yao Qi <yao.qi@linaro.org>
6640
6641 * lib/gdbserver-support.exp: Check the existence of
6642 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6643
6644 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6645
6646 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6647
6648 2016-09-21 Tom Tromey <tom@tromey.com>
6649
6650 PR gdb/20604:
6651 * gdb.base/quit.exp: New file.
6652
6653 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6654
6655 * .gitignore: New file.
6656
6657 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6658
6659 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6660 throughout.
6661
6662 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6663
6664 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6665
6666 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6667
6668 * gdb.cp/casts.cc (decltype): Move it ...
6669 (main): ... with its call to ...
6670 * gdb.cp/casts03.cc: ... a new file.
6671 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6672
6673 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6674
6675 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6676
6677 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6678
6679 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6680 and sync up the test with tests in gas/testsuite/gas/ppc.
6681 * gdb.arch/powerpc-power.exp: Likewise.
6682
6683 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6686
6687 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6688 Jan Kratochvil <jan.kratochvil@redhat.com>
6689
6690 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6691 make m1's definition to be different from m2's. Use 'dummy' as an
6692 argument for probe 'two'.
6693
6694 2016-09-10 Jon Beniston <jon@beniston.com>
6695
6696 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6697 for sim target.
6698
6699 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6700
6701 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6702 variable declaration.
6703 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6704 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6705 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6706 received HWCAP as its argument.
6707
6708 2016-09-06 Pedro Alves <palves@redhat.com>
6709
6710 * gdb.base/new-ui-pending-input.c: New file.
6711 * gdb.base/new-ui-pending-input.exp: New file.
6712 * gdb.exp (clear_gdb_spawn_id): New procedure.
6713 (with_spawn_id): Check whether gdb_spawn_id exists before
6714 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6715 on exit.
6716
6717 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6718
6719 * gdb.base/float128.c: New file.
6720 * gdb.base/float128.exp: Likewise.
6721 * gdb.base/floatn.c: Likewise.
6722 * gdb.base/floatn.exp: Likewise.
6723
6724 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6725
6726 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6727
6728 2016-09-05 Pedro Alves <palves@redhat.com>
6729
6730 PR backtrace/19927
6731 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6732 unwinders are immediately called as side effect of "source" or
6733 "disable unwinder" commands.
6734 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6735
6736 2016-09-02 Yao Qi <yao.qi@linaro.org>
6737
6738 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6739 is true and $type is "float" or "double".
6740
6741 2016-09-02 Yao Qi <yao.qi@linaro.org>
6742
6743 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6744 true.
6745 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6746 * gdb.base/call-rt-st.exp: Likewise.
6747 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6748 return value instead of gdb,skip_float_test.
6749 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6750 (do_function_calls): Use its return value instead of
6751 gdb,skip_float_test.
6752 * gdb.base/finish.exp: Likewise.
6753 * gdb.base/funcargs.exp: Likewise.
6754 * gdb.base/return.exp: Likewise.
6755 * gdb.base/return2.exp: Likewise.
6756 * gdb.base/varargs.exp: Likewise.
6757 * lib/gdb.exp (gdb_skip_float_test): Change it to
6758 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6759
6760 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6761
6762 * gdb.multi/tids.exp: Test "thread apply all".
6763
6764 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6765
6766 * gdb.base/default.exp (tty): Remove.
6767
6768 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6769
6770 * gdb.python/py-recurse-unwind.c: New file.
6771 * gdb.python/py-recurse-unwind.py: New file.
6772 * gdb.python/py-recurse-unwind.exp: New file.
6773
6774 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6775
6776 * gdb.base/set-inferior-tty.exp: New file.
6777 * gdb.base/set-inferior-tty.c: New file.
6778
6779 2016-08-23 Pedro Alves <palves@redhat.com>
6780
6781 PR gdb/20494
6782 * gdb.base/new-ui-echo.c: New file.
6783 * gdb.base/new-ui-echo.exp: New file.
6784
6785 2016-08-23 Yao Qi <yao.qi@linaro.org>
6786
6787 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6788 gdbserver_spawn.
6789 * gdb.server/connect-without-multi-process.exp (do_test):
6790 Likewise.
6791
6792 2016-08-23 Yao Qi <yao.qi@linaro.org>
6793
6794 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6795 standalone_txt. Delete gdb_txt and standalone_txt on host
6796 and target. Spawn the binary on target. Copy files from
6797 target to host.
6798
6799 2016-08-22 Pedro Alves <palves@redhat.com>
6800
6801 PR gdb/20505
6802 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6803 with_test_prefix. Factor out bits to ...
6804 (test_no_vdso): ... this new procedure.
6805
6806 2016-08-19 Carl Love <cel@us.ibm.com>
6807
6808 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6809 maintaining separate logic for constructing the output path.
6810 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6811 * gdb.arch/ppc-dfp.exp: Likewise.
6812 * gdb.arch/ppc-fp.exp: Likewise.
6813 * gdb.arch/vsx-regs.exp: Likewise.
6814 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6815 binprefix for generating the additional binary files.
6816
6817 2016-08-19 Pedro Alves <palves@redhat.com>
6818
6819 * gdb.trace/mi-trace-frame-collected.exp
6820 (test_trace_frame_collected): On x32, expect two registers.
6821
6822 2016-08-18 Carl Love <cel@us.ibm.com>
6823
6824 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6825 and sync up the test with tests in gas/testsuite/gas/ppc.
6826 * gdb.arch/powerpc-power.exp: Likewise.
6827
6828 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6829
6830 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6831 expected error message.
6832
6833 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6834
6835 * gdb.multi/remove-inferiors.exp: New file.
6836 * gdb.multi/remove-inferiors.c: New file.
6837
6838 2016-08-12 Yao Qi <yao.qi@linaro.org>
6839
6840 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6841 argument list.
6842
6843 2016-08-10 Pedro Alves <palves@redhat.com>
6844
6845 PR gdb/19187
6846 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6847 setup_kfails.
6848
6849 2016-08-09 Pedro Alves <palves@redhat.com>
6850 Simon Marchi <simon.marchi@ericsson.com>
6851
6852 PR gdb/20418
6853 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6854 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6855
6856 2016-08-09 Pedro Alves <palves@redhat.com>
6857
6858 PR mi/20431
6859 * gdb.mi/mi-cmd-error.exp: New file.
6860
6861 2016-08-09 Pedro Alves <palves@redhat.com>
6862
6863 PR gdb/18653
6864 * gdb.base/signals-state-child.c: New file.
6865 * gdb.base/signals-state-child.exp: New file.
6866 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6867
6868 2016-08-09 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6871
6872 2016-08-03 Tom Tromey <tom@tromey.com>
6873
6874 PR python/18565:
6875 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6876
6877 2016-08-01 Yao Qi <yao.qi@linaro.org>
6878
6879 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6880 variable mode to "multi-process" if $multi_process is 1, otherwise
6881 set it to "single-process".
6882
6883 2016-08-01 Yao Qi <yao.qi@linaro.org>
6884
6885 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6886 * gdb.cp/cpexprs.exp: Likewise.
6887 * gdb.cp/m-static.exp: Likewise.
6888
6889 2016-07-26 Tom Tromey <tom@tromey.com>
6890
6891 PR python/20190:
6892 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6893 test.
6894
6895 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6896
6897 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6898 selecting assembly source files.
6899 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6900 assembly source files.
6901 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6902 assembly source files.
6903 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6904 selecting assembly source files.
6905
6906 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6907
6908 * gdb.base/new-ui.exp (do_test_invalid_args): New
6909 procedure.
6910
6911 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6912
6913 * gdb.btrace/reconnect.c: New file.
6914 * gdb.btrace/reconnect.exp: New file.
6915
6916 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6917
6918 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6919 to test_catch_syscall_group.
6920 (test_catch_syscall_group): New.
6921
6922 2016-07-21 Tom Tromey <tom@tromey.com>
6923
6924 * gdb.rust/simple.rs (main): Use empty struct expression.
6925 * gdb.rust/simple.exp: Add tests for empty struct expression.
6926
6927 2016-07-21 Yao Qi <yao.qi@linaro.org>
6928
6929 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6930 if gdb_skip_xml_test is true on some targets.
6931
6932 2016-07-21 Yao Qi <yao.qi@linaro.org>
6933
6934 * gdb.server/solib-list.exp: Unset last_loaded_file.
6935
6936 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6937
6938 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6939 "step into captured_main (args)".
6940
6941 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6942
6943 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6944
6945 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6946
6947 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6948
6949 2016-07-19 Pedro Alves <palves@redhat.com>
6950
6951 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6952 * gdb.opt/inline-bt.exp: Likewise.
6953 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6954 additional_flags=-Winline.
6955 * gdb.opt/inline-locals.exp: Likewise.
6956 * gdb.opt/inline-markers.c (ATTR): Define.
6957 (inlined_fn): Use it.
6958
6959 2016-07-19 Yao Qi <yao.qi@linaro.org>
6960
6961 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6962 (test_with_self): Remove some code. Remove argument executable.
6963 (top-level): Use do_self_tests.
6964
6965 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
6966 Don Breazeal <donb@codesourcery.com>
6967
6968 * gdb.base/maint.exp: Escape paths used in regular expressions.
6969 * gdb.stabs/weird.exp: Likewise.
6970
6971 2016-07-13 Tom Tromey <tom@tromey.com>
6972
6973 PR python/15620, PR python/18620:
6974 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6975 (test_bkpt_events): New procs.
6976
6977 2016-07-13 Tom Tromey <tom@tromey.com>
6978
6979 PR python/17698:
6980 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6981 test.
6982 (test_watchpoints): Likewise.
6983 (test_bkpt_pending): New proc.
6984
6985 2016-07-13 Tom Tromey <tom@tromey.com>
6986
6987 PR cli/18053:
6988 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6989 completion test.
6990
6991 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6992
6993 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6994 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6995 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6996 f_label.
6997 (g): Rename g_end_lbl to g_label.
6998 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6999 low_pc and high_pc.
7000 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7001
7002 2016-07-12 Tom Tromey <tom@tromey.com>
7003
7004 PR python/19293:
7005 * gdb.python/py-unwind-maint.exp: Update tests.
7006
7007 2016-07-12 Yao Qi <yao.qi@linaro.org>
7008
7009 * lib/selftest-support.exp (selftest_setup): Match the output
7010 when captured_main is inlined.
7011
7012 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7013
7014 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7015 New variables.
7016 (print this%a, print this%b, print this): New tests.
7017 * gdb.fortran/derived-types.f90 (this): New object and
7018 initialization.
7019
7020 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7021
7022 * gdb.ada/arraydim.exp: Remove extra directory level in build
7023 directory.
7024
7025 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7026
7027 * lib/ada.exp: Remove extra directory level in build directory.
7028 * gdb.ada/cond_lang.exp: Likewise.
7029 * gdb.ada/exec_changed.exp: Likewise.
7030 * gdb.ada/lang_switch.exp: Likewise.
7031
7032 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7033
7034 * simple.rs: Add test for raw pointer subscripting.
7035 * simple.exp: Add test expectations.
7036
7037 2016-07-05 Yao Qi <yao.qi@linaro.org>
7038
7039 * gdb.mi/mi-reverse.exp: Match =record-started output.
7040
7041 2016-07-01 Pedro Alves <palves@redhat.com>
7042
7043 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7044 procedure.
7045 (jit_reader_test): Test the jit reader's unwinder.
7046 * gdb.base/jithost.c (jit_function_00_code): New global.
7047 (main): Use memcpy to fill in the mmapped code, instead of poking
7048 bytes manually here.
7049 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7050 value.
7051 (read_debug_info): Save the function's range.
7052 (read_sp): New function.
7053 (unwind_frame): Use it. Also unwind RBP.
7054 (get_frame_id): Use read_sp.
7055 (gdb_init_reader): Use calloc instead of malloc.
7056 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7057 parameter. Use gdb_test_multiple.
7058
7059 2016-07-01 Pedro Alves <palves@redhat.com>
7060 Antoine Tremblay <antoine.tremblay@ericsson.com>
7061
7062 * gdb.threads/process-dies-while-detaching.c: New file.
7063 * gdb.threads/process-dies-while-detaching.exp: New file.
7064
7065 2016-07-01 Pedro Alves <palves@redhat.com>
7066
7067 * gdb.multi/watchpoint-multi-exit.c: New file.
7068 * gdb.multi/watchpoint-multi-exit.exp: New file.
7069
7070 2016-06-30 Pedro Alves <palves@redhat.com>
7071
7072 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7073 unset inferior_spawn_id.
7074
7075 2016-06-30 Pedro Alves <palves@redhat.com>
7076
7077 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7078 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7079
7080 2016-06-29 Yao Qi <yao.qi@linaro.org>
7081
7082 * gdb.base/return.c: Add copyright header.
7083
7084 2016-06-29 Tom Tromey <tom@tromey.com>
7085
7086 PR python/20129:
7087 * gdb.python/py-framefilter.exp: Add tests for setting priority
7088 and disabling of non-existent frame filter.
7089
7090 2016-06-29 Yao Qi <yao.qi@linaro.org>
7091
7092 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7093 0x0f07ff.
7094
7095 2016-06-28 Yao Qi <yao.qi@linaro.org>
7096
7097 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7098 triplets. Start gdb, execute catch syscall, and continue. Check
7099 gdb's output to determine catch syscall is supported.
7100
7101 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7102
7103 * gdb.rust/simple.rs: Add test for returning unit in a function.
7104 * gdb.rust/simple.exp: Add expectation for functions returning
7105 unit.
7106
7107 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7108
7109 * gdb.python/py-breakpoint-create-fail.c,
7110 gdb.python/py-breakpoint-create-fail.exp,
7111 gdb.python/py-breakpoint-create-fail.py: New testcase.
7112
7113 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7114
7115 PR gdb/20239
7116 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7117 * gdb.rust/simple.exp: Add test expectations for new NonZero
7118 tests.
7119
7120 2016-06-24 David Taylor <dtaylor@emc.com>
7121
7122 * gdb.base/offsets.exp: New file.
7123 * gdb.base/offsets.c: New file.
7124
7125 2016-06-23 Tom Tromey <tom@tromey.com>
7126
7127 PR gdb/16483:
7128 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7129 before any filters are loaded.
7130
7131 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7132
7133 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7134 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7135 structs.
7136 * gdb.fortran/derived-type-function.exp: New file.
7137 * gdb.fortran/derived-type-function.f90: New file.
7138
7139
7140 2016-06-21 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.base/new-ui.exp: New file.
7143 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7144 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7145 (with_spawn_id): New procedure.
7146
7147 2016-06-21 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.mi/mi-exec-run.exp: New file.
7150
7151 2016-06-21 Pedro Alves <palves@redhat.com>
7152
7153 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7154 breakpoint command's output on the main UI.
7155 (test_break): New procedure, factored out from calls in the top
7156 level.
7157 (top level): Use foreach_with_prefix to test MI as main UI and as
7158 separate UI.
7159
7160 2016-06-21 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7163 (test_awatch_creation_and_listing)
7164 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7165 Remove 'type' parameter.
7166 (test_watchpoint_all): New parameter mi_mode. Remove
7167 with_test_prefix.
7168 (top level): Use foreach_with_prefix, and add main/separate UI MI
7169 testing axis.
7170
7171 2016-06-21 Pedro Alves <palves@redhat.com>
7172
7173 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7174 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7175 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7176 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7177 (gdb_main_spawn_id, mi_spawn_id): Declare and
7178 comment.
7179 (mi_create_inferior_pty): New procedure,
7180 factored out from default_mi_gdb_start.
7181 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7182 procedures.
7183 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7184 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7185 Use mi_create_inferior_pty.
7186 (mi_gdb_start): Use eval to pass down args list.
7187
7188 2016-06-21 Pedro Alves <palves@redhat.com>
7189
7190 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7191 * gdb.opt/inline-cmds.exp: Add MI tests.
7192
7193 2016-06-21 Pedro Alves <palves@redhat.com>
7194
7195 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7196
7197 2016-06-21 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7200 (top level): Use it instead of mi_execute_to.
7201
7202 2016-06-21 Pedro Alves <palves@redhat.com>
7203
7204 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7205 (cont_handler_str): New.
7206 (signal_stop_handler): Set stop_handler_str instead of printing to
7207 stdout.
7208 (continue_handler): Set cont_handler_str instead of printing to
7209 stdout.
7210 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7211 mi_send_resuming_command. Print stop_handler_str and
7212 cont_handler_str instead of expecting the python events print
7213 directly.
7214
7215 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7216
7217 * gdb.base/jit-reader.exp: New file.
7218 * gdb.base/jithost.c: New file.
7219 * gdb.base/jithost.h: New file.
7220 * gdb.base/jitreader.c : New file.
7221 * gdb.base/jit-protocol.h: New file.
7222
7223 2016-06-17 Yao Qi <yao.qi@linaro.org>
7224
7225 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7226 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7227 and detach-on-fork. Adjust tests.
7228 (top level): Invoke break_cond_on_syscall with combinations of
7229 syscall, follow-fork-mode and detach-on-fork.
7230
7231 2016-06-17 Yao Qi <yao.qi@linaro.org>
7232
7233 * gdb.base/step-over-exit.c: New.
7234 * gdb.base/step-over-exit.exp: New.
7235
7236 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7237
7238 * gdb.base/float.exp: Add target check for nds32*-*-*.
7239 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7240
7241 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7242
7243 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7244 for unsupported target features.
7245 * gdb.base/call-rt-st.exp: Likewise.
7246 * gdb.base/call-sc.exp: Likewise.
7247 * gdb.base/call-signal-resume.exp: Likewise.
7248 * gdb.base/call-strs.exp: Likewise.
7249 * gdb.base/callexit.exp: Likewise.
7250 * gdb.base/callfuncs.exp: Likewise.
7251 * gdb.base/nodebug.exp: Likewise.
7252 * gdb.base/printcmds.exp: Likewise.
7253 * gdb.base/ptype.exp: Likewise.
7254 * gdb.base/structs.exp: Likewise.
7255 * gdb.base/unwindonsignal.exp: Likewise.
7256 * gdb.cp/gdb2495.exp: Likewise.
7257 * gdb.cp/templates.exp: Likewise.
7258 * gdb.cp/virtfunc.exp: Likewise.
7259 * gdb.threads/hand-call-in-threads.exp: Likewise.
7260 * gdb.threads/interrupted-hand-call.exp: Likewise.
7261 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7262
7263 2016-06-10 Tom Tromey <tom@tromey.com>
7264
7265 PR rust/20110:
7266 * gdb.rust/expr.exp: Add test for integer constant larger than
7267 i32.
7268
7269 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7270
7271 * gdb.fortran/nested-funcs.exp: New.
7272 * gdb.fortran/nested-funcs.f90: New.
7273
7274 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7275
7276 * gdb.base/examine-backward.c: New file.
7277 * gdb.base/examine-backward.exp: New file.
7278
7279 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7280
7281 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7282 matching.
7283
7284 2016-06-02 Tom Tromey <tom@tromey.com>
7285
7286 PR python/18984:
7287 * gdb.python/py-shared.exp: Add solib_name test.
7288
7289 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7290
7291 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7292
7293 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7294
7295 PR c++/19893
7296 * gdb.dwarf2/implref.exp: Rename to...
7297 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7298 * gdb.dwarf2/implref-array.c: New file.
7299 * gdb.dwarf2/implref-array.exp: Likewise.
7300 * gdb.dwarf2/implref-global.c: Likewise.
7301 * gdb.dwarf2/implref-global.exp: Likewise.
7302 * gdb.dwarf2/implref-struct.c: Likewise.
7303 * gdb.dwarf2/implref-struct.exp: Likewise.
7304
7305 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7306
7307 * gdb.trace/trace-condition.exp: Add 64bit tests.
7308
7309 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7310
7311 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7312 bits types.
7313 (main): Adapt to 8 to 64 bits types.
7314 * gdb.trace/trace-condition.exp: Add new tests.
7315
7316 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7317
7318 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7319
7320 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7321
7322 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7323 Move condition tests...
7324 * gdb.trace/trace-condition.exp: Here.
7325
7326 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7327
7328 * gdb.trace/trace-condition.exp: Add counter-case tests.
7329
7330 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7331
7332 PR c++/15231
7333 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7334 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7335
7336 2016-05-27 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7339 New procedure.
7340 (top level): Call it, and bail out of DejaGnu is known to be bad.
7341
7342 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7343
7344 * gdb.base/whatis.c: Extend the test case.
7345 * gdb.base/whatis.exp: Add additional tests.
7346
7347 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7348
7349 * gdb.fortran/type.f90: Add pointer variable.
7350 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7351
7352 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7353
7354 * gdb.fortran/vla-type.exp: Fix testcase name.
7355
7356 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7357
7358 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7359
7360 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7361
7362 * gdb.fortran/type.f90: Add nested structures.
7363 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7364 * gdb.fortran/derived-type.exp: Adapt expected output.
7365 * gdb.fortran/vla-type.exp: Adapt expected output.
7366
7367 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7368
7369 * gdb.fortran/whatis_type.exp: Adapt expected output.
7370
7371 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7372
7373 * gdb.fortran/print_type.exp: Fix expected output.
7374 * gdb.fortran/whatis_type.exp: Fix expected output.
7375
7376 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7377
7378 * gdb.fortran/whatis_type.exp: Use multi_line.
7379
7380 2016-05-24 Tom Tromey <tom@tromey.com>
7381
7382 PR python/17386:
7383 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7384 use value as an index.
7385
7386 2016-05-23 Tom Tromey <tom@tromey.com>
7387
7388 PR python/17981:
7389 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7390 no-breakpoint case.
7391
7392 2016-05-24 Pedro Alves <palves@redhat.com>
7393
7394 PR gdb/19828
7395 * gdb.threads/clone-attach-detach.c: New file.
7396 * gdb.threads/clone-attach-detach.exp: New file.
7397
7398 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7399
7400 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7401
7402 2016-05-23 Tom Tromey <tom@tromey.com>
7403
7404 PR python/19438, PR python/18393:
7405 * gdb.python/py-progspace.exp: Add "dir" test.
7406 * gdb.python/py-objfile.exp: Add "dir" test.
7407
7408 2016-05-23 Yao Qi <yao.qi@linaro.org>
7409
7410 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7411 * gdb.arch/thumb2-it.exp: Likewise.
7412
7413 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7414
7415 * gdb.mi/mi-threads-interrupt.c: New file.
7416 * gdb.mi/mi-threads-interrupt.exp: New file.
7417
7418 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7419
7420 PR gdb/18077
7421 * gdb.mi/mi-async-run.exp: New file.
7422 * gdb.mi/mi-async-run.c: New file.
7423
7424 2016-05-17 Tom Tromey <tom@tromey.com>
7425 Manish Goregaokar <manishsmail@gmail.com>
7426
7427 * lib/rust-support.exp: New file.
7428 * lib/gdb.exp (skip_rust_tests): New proc.
7429 (build_executable_from_specs): Handle rust.
7430 * lib/future.exp (gdb_find_rustc): New proc.
7431 (gdb_default_target_compile): Handle rust.
7432 * gdb.rust/expr.exp: New file.
7433 * gdb.rust/generics.exp: New file.
7434 * gdb.rust/generics.rs: New file.
7435 * gdb.rust/methods.exp: New file.
7436 * gdb.rust/methods.rs: New file.
7437 * gdb.rust/modules.exp: New file.
7438 * gdb.rust/modules.rs: New file.
7439 * gdb.rust/simple.exp: New file.
7440 * gdb.rust/simple.rs: New file.
7441
7442 2016-05-17 Tom Tromey <tom@tromey.com>
7443
7444 * gdb.base/default.exp (set language): Add rust.
7445
7446 2016-05-17 Tom Tromey <tom@tromey.com>
7447
7448 * gdb.gdb/unittest.exp: New file.
7449
7450 2016-05-16 Yao Qi <yao.qi@linaro.org>
7451
7452 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7453 shell_prompt. Update shell_prompt_re.
7454
7455 2016-05-12 Doug Evans <dje@google.com>
7456
7457 PR symtab/19999
7458 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7459 $options when building executable.
7460 * gdb.dwarf2/fission-loclists-pie.S: New file.
7461 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7462
7463 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7464
7465 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7466 of [is_remote target],
7467
7468 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7469
7470 * lib/gdb.exp (use_gdb_stub): New procedure.
7471
7472 2016-05-03 Yunlian Jiang <yunlian@google.com>
7473 Doug Evans <dje@google.com>
7474
7475 PR symtab/19914
7476 * gdb.dwarf2/dwp-sepdebug.c: New file.
7477 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7478
7479 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7480
7481 * gdb.base/detach.exp: Remove is_remote check.
7482
7483 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7484
7485 * gdb.base/annota-input-while-running.exp: Don't check for
7486 [is_remote target]. Enable annotations after running to main.
7487 Remove unused "set test..." line.
7488
7489 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7490
7491 * gdb.trace/trace-enable-disable.exp: New file.
7492 * gdb.trace/trace-enable-disable.c: New file.
7493
7494 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7495
7496 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7497 use it in info sharedlibrary test.
7498 * gdb.trace/ftrace-lock.exp: Likewise.
7499 * gdb.trace/ftrace.exp: Likewise.
7500 * gdb.trace/range-stepping.exp: Likewise.
7501 * gdb.trace/trace-break.exp: Likewise.
7502 * gdb.trace/trace-condition.exp: Likewise.
7503 * gdb.trace/trace-mt.exp: Likewise.
7504
7505 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7506
7507 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7508 (gdb_load_shlib): ... this.
7509 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7510 gdb_load_shlib.
7511 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7512 * gdb.base/ctxobj.exp: Likewise.
7513 * gdb.base/dprintf-pending.exp: Likewise.
7514 * gdb.base/dso2dso.exp: Likewise.
7515 * gdb.base/fixsection.exp: Likewise.
7516 * gdb.base/gcore-relro.exp: Likewise.
7517 * gdb.base/gdb1555.exp: Likewise.
7518 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7519 * gdb.base/gnu-ifunc.exp: Likewise.
7520 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7521 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7522 * gdb.base/pending.exp: Likewise.
7523 * gdb.base/print-file-var.exp: Likewise.
7524 * gdb.base/print-symbol-loading.exp: Likewise.
7525 * gdb.base/shlib-call.exp: Likewise.
7526 * gdb.base/shreloc.exp: Likewise.
7527 * gdb.base/so-impl-ld.exp: Likewise.
7528 * gdb.base/solib-disc.exp: Likewise.
7529 * gdb.base/solib-nodir.exp: Likewise.
7530 * gdb.base/solib-overlap.exp: Likewise.
7531 * gdb.base/solib-symbol.exp: Likewise.
7532 * gdb.base/solib-weak.exp (do_test): Likewise.
7533 * gdb.base/sym-file.exp: Likewise.
7534 * gdb.base/symtab-search-order.exp: Likewise.
7535 * gdb.base/type-opaque.exp: Likewise.
7536 * gdb.base/unload.exp: Likewise.
7537 * gdb.base/watchpoint-solib.exp: Likewise.
7538 * gdb.compile/compile.exp: Likewise.
7539 * gdb.cp/gdb2384.exp: Likewise.
7540 * gdb.cp/infcall-dlopen.exp: Likewise.
7541 * gdb.cp/re-set-overloaded.exp: Likewise.
7542 * gdb.fortran/library-module.exp: Likewise.
7543 * gdb.opt/solib-intra-step.exp: Likewise.
7544 * gdb.python/py-finish-breakpoint.exp: Likewise.
7545 * gdb.python/py-shared.exp: Likewise.
7546 * gdb.reverse/solib-precsave.exp: Likewise.
7547 * gdb.reverse/solib-reverse.exp: Likewise.
7548 * gdb.server/solib-list.exp: Likewise.
7549 * gdb.threads/dlopen-libpthread.exp: Likewise.
7550 * gdb.threads/tls-shared.exp: Likewise.
7551 * gdb.threads/tls-so_extern.exp: Likewise.
7552 * gdb.trace/change-loc.exp: Likewise.
7553 * gdb.trace/ftrace-lock.exp: Likewise.
7554 * gdb.trace/ftrace.exp: Likewise.
7555 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7556 * gdb.trace/pending.exp: Likewise.
7557 * gdb.trace/range-stepping.exp: Likewise.
7558 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7559 (strace_info_marker): Likewise.
7560 (strace_probe_marker): Likewise.
7561 (strace_trace_on_same_addr): Likewise.
7562 (strace_trace_on_diff_addr): Likewise.
7563 * gdb.trace/trace-break.exp: Likewise.
7564 * gdb.trace/trace-condition.exp: Likewise.
7565 * gdb.trace/trace-mt.exp: Likewise.
7566
7567 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7568
7569 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7570 result of gdb_remote_download.
7571 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7572 * gdb.base/dso2dso.exp: Likewise.
7573 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7574 * gdb.base/print-file-var.exp: Likewise.
7575 * gdb.base/shlib-call.exp: Likewise.
7576 * gdb.base/shreloc.exp: Likewise.
7577 * gdb.base/solib-overlap.exp: Likewise.
7578 * gdb.base/solib-weak.exp (do_test): Likewise.
7579 * gdb.base/unload.exp: Likewise.
7580
7581 2016-04-27 Yao Qi <yao.qi@linaro.org>
7582
7583 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7584 exists.
7585
7586 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7587
7588 * vla-type.exp: Print structure from toplevel.
7589
7590 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7591
7592 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7593 of dynamic types.
7594 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7595 of dynamic types.
7596
7597 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7598
7599 * gdb.fortran/vla-type.f90: New file.
7600 * gdb.fortran/vla-type.exp: New file.
7601
7602 2016-04-25 Yao Qi <yao.qi@linaro.org>
7603
7604 * gdb.base/branch-to-self.c: New file.
7605 * gdb.base/branch-to-self.exp: New file.
7606
7607 2016-04-22 Yao Qi <yao.qi@linaro.org>
7608
7609 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7610 more after $hex.
7611
7612 2016-04-22 Yao Qi <yao.qi@linaro.org>
7613
7614 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7615 * gdb.base/annota3.exp: Likewise.
7616
7617 2016-04-22 Yao Qi <yao.qi@linaro.org>
7618
7619 * gdb.reverse/step-precsave.exp: Do one step and test program
7620 stops in "callee" and do multiple steps until program goes out
7621 of "callee".
7622 * gdb.reverse/step-reverse.exp: Likewise.
7623
7624 2016-04-22 Yao Qi <yao.qi@linaro.org>
7625
7626 * gdb.trace/signal.exp: Also pass if
7627 $tracepoint_hits($i) > $iterations.
7628
7629 2016-04-22 Yao Qi <yao.qi@linaro.org>
7630
7631 * gdb.trace/signal.c: New file.
7632 * gdb.trace/signal.exp: New file.
7633
7634 2016-04-19 Doug Evans <xdje42@gmail.com>
7635
7636 * gdb.base/bad-file.exp: New file.
7637
7638 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7639
7640 * gdb.dwarf2/implref.exp: New file.
7641
7642 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7643
7644 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7645 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7646 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7647 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7648 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7649 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7650 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7651 * lib/fortran.exp (fortran_int4): New procedure.
7652 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7653 (fortran_logical4): Likewise.
7654
7655 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7656
7657 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7658
7659 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7660
7661 * lib/compiler.c: Add Intel specific preprocessor macros.
7662 * lib/compiler.cc: Likewise.
7663
7664 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7665
7666 * gdb.server/connect-with-no-symbol-file.c: New file.
7667 * gdb.server/connect-with-no-symbol-file.exp: New file.
7668
7669 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7670
7671 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7672
7673 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7674
7675 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7676 standard output directory.
7677
7678 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7679
7680 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7681
7682 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7683
7684 * gdb.btrace/instruction_history.c (loop): Add declaration.
7685
7686 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7687
7688 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7689
7690 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7691
7692 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7693 parentheses to print.
7694 (continue_handler): Likewise.
7695
7696 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7697
7698 * gdb.server/solib-list.exp: Remove is_remote check.
7699 Pass shlib= to gdb_compile. Don't link shared library with
7700 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7701 Run binary filename through "readlink -f" on the target.
7702
7703 2016-04-08 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7706 interpreter filename as argument to gdbserver_spawn.
7707 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7708 Return empty if $last_loaded_file does not exist.
7709
7710 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7711
7712 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7713 * gdb.base/jit-main.c: Use exit after usage.
7714
7715 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7716
7717 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7718 GDBHISTSIZE prior to the tests.
7719 * gdb.base/gdbinit-history.exp: Likewise.
7720
7721 2016-04-07 Pedro Alves <palves@redhat.com>
7722
7723 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7724 instead of build_executable. Use gdb_load_shlibs.
7725
7726 2016-04-07 Yao Qi <yao.qi@linaro.org>
7727
7728 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7729 Execute "si" command.
7730
7731 2016-04-07 Yao Qi <yao.qi@linaro.org>
7732
7733 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7734 number instead of the comments on some line.
7735
7736 2016-04-06 Don Breazeal <donb@codesourcery.com>
7737
7738 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7739 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7740
7741 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7742
7743 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7744 standard_output_file. Remove unused binfile variable.
7745
7746 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7747
7748 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7749 * gdb.python/py-mi-objfile.exp: Match "list main" output
7750 in console format.
7751
7752 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7753
7754 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7755 absolute.
7756
7757 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7758
7759 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7760 absolute.
7761 * gdb.trace/ftrace.exp: Likewise.
7762 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7763 targets as well.
7764 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7765 (gdb_load_shlibs): Copy libraries to test directory when testing
7766 natively. Only set solib-search-path if testing remotely.
7767 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7768
7769 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7770
7771 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7772 gdb_download. Use it even if the target is not remote.
7773 * gdb.base/jit.exp (compile_jit_test): Likewise.
7774 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7775 output directory if the destination board is local, otherwise use
7776 the standard remote_download from DejaGnu.
7777 (gdb_download): Remove.
7778 (gdb_load_shlibs): Use gdb_remote_download instead of
7779 gdb_download.
7780 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7781 Use gdb_remote_download instead of gdb_download. Use it even if
7782 the target is not remote.
7783 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7784 instead of gdb_download.
7785
7786 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7787
7788 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7789 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7790 run.
7791
7792 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7793
7794 PR gdb/19820
7795 * gdb.base/printcmds.exp: Add artificial arrays tests.
7796
7797 2016-03-31 Pedro Alves <palves@redhat.com>
7798
7799 PR gdb/19858
7800 * gdb.base/jit-main.c: Include unistd.h.
7801 (ATTACH): Define to 0 if not already defined.
7802 (wait_for_gdb, mypid): New globals.
7803 (WAIT_FOR_GDB): New macro.
7804 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7805 some breakpoint locations.
7806 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7807 New procedures.
7808 (one_jit_test): Add REATTACH parameter, and handle it. Use
7809 continue_to_test_location.
7810 (top level): Test attach, and adjusts calls to one_jit_test.
7811
7812 2016-03-31 Pedro Alves <palves@redhat.com>
7813
7814 PR gdb/19858
7815 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7816 BINSUFFIX parameter, and handle it.
7817 (top level): Adjust calls compile_jit_test.
7818
7819 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7820
7821 PR python/19743
7822 * gdb.python/py-mi-events-gdb.py: New file.
7823 * gdb.python/py-mi-events.c: New file.
7824 * gdb.python/py-mi-events.exp: New file.
7825
7826 2016-03-30 Yao Qi <yao.qi@linaro.org>
7827
7828 * gdb.reverse/until-precsave.exp: Match function name only.
7829 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7830 Move malloc to a condition block.
7831 * gdb.reverse/until-reverse.exp: Match function name only.
7832
7833 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7834
7835 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7836 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7837 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7838 variable for GPR 0 instead of assuming it is register 0.
7839 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7840 * lib/trace-support.exp: Add s390 registers.
7841
7842 2016-03-29 Yao Qi <yao.qi@linaro.org>
7843
7844 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7845
7846 2016-03-24 Yao Qi <yao.qi@linaro.org>
7847
7848 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7849 test message.
7850
7851 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7852
7853 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7854 maintaining separate logic for constructing the output path.
7855
7856 2016-03-16 Don Breazeal <donb@codesourcery.com>
7857
7858 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7859 Retry fork and waitpid on interrupted system call errors.
7860 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7861 Use with_timeout_factor to increase timeout by factor of 10.
7862
7863 2016-03-15 Don Breazeal <donb@codesourcery.com>
7864
7865 * gdb.cp/scope-err.cc: New test program.
7866 * gdb.cp/scope-err.exp: New test script.
7867 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7868 lines and "set breakpoint here" comment.
7869 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7870 Fixed some whitespace and format issues.
7871 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7872 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7873
7874 2016-03-15 Doug Evans <dje@google.com>
7875
7876 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7877 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7878 All callers updated. Add tests for enums, mixed flags register.
7879
7880 2016-03-15 Doug Evans <dje@google.com>
7881
7882 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7883 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7884
7885 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7886
7887 * gdb.base/default.exp: Add $_as_string to the list of expected
7888 convenience functions.
7889
7890 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7891
7892 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7893
7894 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7895
7896 * gdb.python/py-as-string.exp: New file.
7897 * gdb.python/py-as-string.c: New file.
7898
7899 2016-03-09 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7902 signal" -> "Thread NN received signal" output change.
7903 * gdb.threads/ia64-sigill.exp: Likewise.
7904 * gdb.threads/linux-dp.exp: Likewise.
7905 * gdb.threads/manythreads.exp: Likewise.
7906 * gdb.threads/pending-step.exp: Likewise.
7907 * gdb.threads/print-threads.exp: Likewise.
7908 * gdb.threads/sigstep-threads.exp: Likewise.
7909 * gdb.threads/staticthreads.exp: Likewise.
7910 * gdb.threads/tls.exp: Likewise.
7911
7912 2016-03-09 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.base/command-line-input.exp: New file.
7915
7916 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7917
7918 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7919 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7920 * gdb.trace/pending.exp: Accept leading dot before function name.
7921 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7922 * lib/trace-support.exp: Set registers for ppc.
7923
7924 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7925
7926 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7927 use it for disassembly; accept .main in addition to main in backtrace.
7928
7929 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
7930 Marcin Kościelnicki <koriakin@0x04.net>
7931
7932 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7933 (gdb_recursion_test_ptr): New global variable.
7934 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7935 gdb_recursion_test.
7936 (gdb_c_test): Ditto.
7937
7938 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7939
7940 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7941 ordering.
7942
7943 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7944
7945 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7946 (bar): Add bar_start_lbl label.
7947 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7948 of foo/bar for emitting DWARF and tracing.
7949
7950 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7951
7952 * analyze-racy-logs.py: Set executable bit.
7953
7954 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7955
7956 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7957 (CHECK_TARGET_TMP): Likewise.
7958 (check-single-racy): New rule.
7959 (check-parallel-racy): Likewise.
7960 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7961 (do-check-parallel-racy): New rule.
7962 (check-racy/%.exp): Likewise.
7963 * README (Racy testcases): New section.
7964 * analyze-racy-logs.py: New file.
7965
7966 2016-03-03 Doug Evans <dje@google.com>
7967
7968 * gdb.base/skip.exp: Use with_test_prefix.
7969
7970 2016-03-03 Yao Qi <yao.qi@linaro.org>
7971
7972 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7973 Invoke step_over_syscall "clone" and break_cond_on_syscall
7974 "clone".
7975 * gdb.base/step-over-clone.c: New file.
7976
7977 2016-03-03 Yao Qi <yao.qi@linaro.org>
7978
7979 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7980 code format.
7981
7982 2016-03-03 Yao Qi <yao.qi@linaro.org>
7983
7984 * gdb.base/disp-step-fork.c: Rename to ...
7985 * gdb.base/step-over-fork.c: ... it. New file.
7986 * gdb.base/disp-step-vfork.c: Rename to ...
7987 * gdb.base/step-over-vfork.c: ... it. New file.
7988 * gdb.base/disp-step-syscall.exp: Rename to ...
7989 * gdb.base/step-over-syscall.exp: ... it. New file.
7990 (disp_step_cross_syscall): Rename to ...
7991 (step_over_syscall): ... it.
7992
7993 2016-03-03 Yao Qi <yao.qi@linaro.org>
7994
7995 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7996 If target supports condition evaluation on target, invoke
7997 break_cond_on_syscall for fork and vfork.
7998
7999 2016-03-03 Yao Qi <yao.qi@linaro.org>
8000
8001 * gdb.base/disp-step-syscall.exp: Don't invoke
8002 support_displaced_stepping.
8003 (disp_step_cross_syscall): Test with displaced stepping off and
8004 on if supported.
8005
8006 2016-03-03 Yao Qi <yao.qi@linaro.org>
8007
8008 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8009 proc.
8010 (setup): New proc.
8011 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8012 and setup.
8013
8014 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8015
8016 * gdb.fortran/vla-history.exp: Remove breakpoint.
8017
8018 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8019
8020 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8021 exceeds timeout.
8022
8023 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8024
8025 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8026 breakpoint.
8027
8028 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8029
8030 * gdb.mi/vla.f90: Nullify pointer after declaration.
8031
8032 2016-03-01 Pedro Alves <palves@redhat.com>
8033
8034 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8035
8036 2016-03-01 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8039 before anything else.
8040 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8041 _GNU_SOURCE here.
8042 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8043 before anything else.
8044 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8045
8046 2016-03-01 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8049
8050 2016-03-01 Yao Qi <yao.qi@linaro.org>
8051
8052 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8053 prepare_for_testing.
8054
8055 2016-03-01 Yao Qi <yao.qi@linaro.org>
8056
8057 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8058
8059 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8060
8061 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8062 manually constructing the output path.
8063
8064 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8065
8066 * gdb.arch/s390-stackless.S: New.
8067 * gdb.arch/s390-stackless.exp: New.
8068
8069 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8070
8071 * gdb.dlang/circular.c: New file.
8072 * gdb.dlang/circular.exp: New file.
8073
8074 2016-02-26 Yao Qi <yao.qi@linaro.org>
8075
8076 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8077 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8078 (testcases): Update.
8079
8080 2016-02-26 Yao Qi <yao.qi@linaro.org>
8081
8082 * gdb.reverse/aarch64.c: Rename to ...
8083 * gdb.reverse/insn-reverse.c: ... it.
8084 * gdb.reverse/aarch64.exp: Rename to ...
8085 * gdb.reverse/insn-reverse.exp: ... it.
8086
8087 2016-02-26 Yao Qi <yao.qi@linaro.org>
8088
8089 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8090 (testcase_ftype): New.
8091 (testcases): New array.
8092 (n_testcases): New.
8093 (main): Call each element in testcases.
8094 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8095 (read_testcase): New.
8096 Do the tests in a loop.
8097
8098 2016-02-25 Yao Qi <yao.qi@linaro.org>
8099
8100 * gdb.base/branches.c: Remove.
8101
8102 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8103
8104 PR gdb/13808
8105 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8106
8107 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8108
8109 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8110
8111 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8112
8113 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8114 change x86_64 call_insn to 'callq'.
8115
8116 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8117
8118 * gdb.trace/tfile-avx.c: Move to...
8119 * gdb.trace/tracefile-pseudo-reg.c: Here.
8120 * gdb.trace/tfile-avx.exp: Move to...
8121 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8122
8123 2016-02-24 Gary Benson <gbenson@redhat.com>
8124
8125 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8126 message on attach.
8127
8128 2016-02-23 Doug Evans <dje@google.com>
8129
8130 * gdb.base/skip.c (test_skip): New function.
8131 (end_test_skip_file_and_function): New function.
8132 (test_skip_file_and_function): New function.
8133 * gdb.base/skip1.c (test_skip): New function.
8134 (skip1_test_skip_file_and_function): New function.
8135 * gdb.base/skip.exp: Add tests for new skip options.
8136 * gdb.base/skip-solib.exp: Update expected output.
8137 * gdb.perf/skip-command.cc: New file.
8138 * gdb.perf/skip-command.exp: New file.
8139 * gdb.perf/skip-command.py: New file.
8140
8141 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8142
8143 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8144 info registers pattern.
8145
8146 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8147
8148 * lib/future.exp: Add D support.
8149 (gdb_find_gdc): New proc.
8150 (gdb_default_target_compile): Add D support.
8151
8152 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8153
8154 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8155 user+system time.
8156 (trace_speed_test): Determine the iteration count for a time
8157 between 15..30 seconds.
8158
8159 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8160
8161 * gdb.arch/i386-mpx-sigsegv.c: New file.
8162 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8163 * gdb.arch/i386-mpx-simple_segv.c: New file.
8164 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8165
8166 2016-02-18 Yao Qi <yao.qi@linaro.org>
8167
8168 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8169 Don't call setup_kfail.
8170
8171 2016-02-18 Yao Qi <yao.qi@linaro.org>
8172
8173 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8174 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8175
8176 2016-02-16 Doug Evans <dje@google.com>
8177
8178 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8179 * gdb.base/skip1.c: Ditto.
8180 * gdb.base/skip.exp: Whitespace cleanup.
8181
8182 2016-02-16 Don Breazeal <donb@codesourcery.com>
8183
8184 PR remote/19496
8185 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8186 Remove kfail for PR remote/19496.
8187
8188 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8189
8190 * lib/gdb.exp (standard_temp_file): Return a path specific to
8191 the runtest invocation.
8192
8193 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8194
8195 * gdb.trace/save-trace.exp: Change relative path to be in the
8196 standard output directory.
8197
8198 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8199
8200 * gdb.arch/i386-prologue.c: Add missing prototypes.
8201
8202 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8203
8204 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8205 * gdb.arch/i386-prologue.exp: Likewise.
8206 * gdb.arch/i386-size.exp: Likewise.
8207
8208 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8209
8210 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8211 define object file path.
8212 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8213 file path.
8214 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8215 standard_output_file to define binfile.
8216
8217 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8218
8219 Fix compatibility with recent gfortran-5.3.1.
8220 * gdb.fortran/vla-history.exp (print vla1 allocated)
8221 (print vla2 allocated, print $2, print $3): Remove
8222 (print $4): Rename to ...
8223 (print $2): ... here.
8224 (print $9): Rename to ...
8225 (print $5): ... here.
8226 (print $10): Rename to ...
8227 (print $6): ... here.
8228 * gdb.fortran/vla.f90: Add pvla initialization.
8229
8230 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8231
8232 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8233 New test.
8234 * gdb.fortran/vla-value-sub.exp: Likewise.
8235
8236 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8237
8238 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8239
8240 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8241
8242 * i386-biarch-core.exp: Define corefile using
8243 standard_output_file.
8244
8245 2016-02-12 Yao Qi <yao.qi@linaro.org>
8246
8247 * gdb.arch/arm-single-step-kernel-helper.c: New.
8248 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8249
8250 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8251
8252 * gdb.btrace/tailcall-only.exp: New.
8253 * gdb.btrace/tailcall-only.c: New.
8254 * gdb.btrace/x86_64-tailcall-only.S: New.
8255 * gdb.btrace/i686-tailcall-only.S: New.
8256
8257 2016-02-11 Pedro Alves <palves@redhat.com>
8258
8259 * README (Parallel testing): Add missing double quotes.
8260
8261 2016-02-11 Pedro Alves <palves@redhat.com>
8262
8263 * README (Parallel testing): New section.
8264 (GDB_PARALLEL): Rewrite.
8265 (FORCE_PARALLEL): Document.
8266
8267 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8268
8269 * gdb.trace/tfile-avx.c: New test.
8270 * gdb.trace/tfile-avx.exp: New test.
8271
8272 2016-02-09 Keith Seitz <keiths@redhat.com>
8273
8274 PR breakpoints/19546
8275 * gdb.base/infcall-exec.c: New file.
8276 * gdb.base/infcall-exec2.c: New file.
8277 * gdb.base/infcall-exec.exp: New file.
8278
8279 2016-02-09 Keith Seitz <keiths@redhat.com>
8280
8281 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8282 (toplevel): Call test_bkpt_address.
8283
8284 2016-02-09 Keith Seitz <keiths@redhat.com>
8285
8286 PR python/19506
8287 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8288 (toplevel): Call test_bkpt_address.
8289
8290 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8291
8292 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8293 to AC_OUTPUT.
8294 * configure: Regenerate.
8295
8296 2016-02-09 Pedro Alves <palves@redhat.com>
8297
8298 PR breakpoints/19548
8299 * gdb.base/execl-update-breakpoints.c (some_function): New
8300 function.
8301 (main): Call it.
8302 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8303 Tighten expected GDB output.
8304
8305 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8306
8307 * Makefile.in (ALL_SUBDIRS): Remove.
8308 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8309 (distclean maintainer-clean realclean): Likewise.
8310 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8311 * configure: Regenerate.
8312 * gdb.ada/Makefile.in: Delete.
8313 * gdb.arch/Makefile.in: Likewise.
8314 * gdb.asm/Makefile.in: Likewise.
8315 * gdb.base/Makefile.in: Likewise.
8316 * gdb.btrace/Makefile.in: Likewise.
8317 * gdb.cell/Makefile.in: Likewise.
8318 * gdb.compile/Makefile.in: Likewise.
8319 * gdb.cp/Makefile.in: Likewise.
8320 * gdb.disasm/Makefile.in: Likewise.
8321 * gdb.dlang/Makefile.in: Likewise.
8322 * gdb.dwarf2/Makefile.in: Likewise.
8323 * gdb.fortran/Makefile.in: Likewise.
8324 * gdb.gdb/Makefile.in: Likewise.
8325 * gdb.go/Makefile.in: Likewise.
8326 * gdb.guile/Makefile.in: Likewise.
8327 * gdb.java/Makefile.in: Likewise.
8328 * gdb.linespec/Makefile.in: Likewise.
8329 * gdb.mi/Makefile.in: Likewise.
8330 * gdb.modula2/Makefile.in: Likewise.
8331 * gdb.multi/Makefile.in: Likewise.
8332 * gdb.objc/Makefile.in: Likewise.
8333 * gdb.opencl/Makefile.in: Likewise.
8334 * gdb.opt/Makefile.in: Likewise.
8335 * gdb.pascal/Makefile.in: Likewise.
8336 * gdb.perf/Makefile.in: Likewise.
8337 * gdb.python/Makefile.in: Likewise.
8338 * gdb.reverse/Makefile.in: Likewise.
8339 * gdb.server/Makefile.in: Likewise.
8340 * gdb.stabs/Makefile.in: Likewise.
8341 * gdb.threads/Makefile.in: Likewise.
8342 * gdb.trace/Makefile.in: Likewise.
8343 * gdb.xml/Makefile.in: Likewise.
8344 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8345 GDB_PARALLEL.
8346 (standard_output_file): Remove check for GDB_PARALLEL, always
8347 return path in outputs/$subdir/$testname.
8348
8349 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8350
8351 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8352 (site.exp): Assign abs_srcdir to tcl's srcdir.
8353
8354 2016-02-04 Yao Qi <yao.qi@linaro.org>
8355
8356 * gdb.base/foll-exec-mode.c: Include limits.h.
8357 (main): Add parameters argc and argv. Get directory from
8358 argv[0].
8359 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8360 compilation.
8361 * gdb.base/foll-exec.c: Include limits.h.
8362 (main): Add parameters argc and argv.
8363 Get directory from argv[0].
8364 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8365 Adjust tests on the number of lines as source code changed.
8366 * gdb.base/foll-vfork-exit.c: Include limits.h.
8367 (main): Add one line of statement before vfork.
8368 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8369 (main): Add parameters argc and argv. Get directory from
8370 argv[0].
8371 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8372 (setup_gdb): Set tbreak to skip some source lines.
8373 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8374 (main): Add parameters argc and argv. Get directory from
8375 argv[0].
8376 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8377 compilation.
8378 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8379 (main): Add parameters argc and argv. Get directory from
8380 argv[0].
8381 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8382 compilation.
8383
8384 2016-02-01 Doug Evans <dje@google.com>
8385
8386 * gdb.base/skip.exp: Clean up multiple references to same test name.
8387
8388 2016-02-01 Pedro Alves <palves@redhat.com>
8389
8390 PR remote/19496
8391 * gdb.threads/forking-threads-plus-breakpoint.exp
8392 (displaced_stepping_supported): New global.
8393 (probe_displaced_stepping_support): New procedure.
8394 (do_test): Add 'displaced' parameter, and use it.
8395 (top level): Check for displaced stepping support. Add displaced
8396 stepping on/off testing axis.
8397
8398 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8399
8400 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8401 pointer. Don't perform further tests on the unassociated pointer
8402 if the first test fails.
8403
8404 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8405
8406 * gdb.base/max-value-size.c: New file.
8407 * gdb.base/max-value-size.exp: New file.
8408 * gdb.base/huge.exp: Disable max-value-size for this test.
8409
8410 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8411
8412 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8413
8414 2016-01-28 Yao Qi <yao.qi@linaro.org>
8415
8416 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8417
8418 2016-01-25 Pedro Alves <palves@redhat.com>
8419
8420 PR threads/19461
8421 * gdb.base/fork-running-state.c: New file.
8422 * gdb.base/fork-running-state.exp: New file.
8423
8424 2016-01-25 Pedro Alves <palves@redhat.com>
8425
8426 PR gdb/19494
8427 * gdb.base/catch-fork-kill.c: New file.
8428 * gdb.base/catch-fork-kill.exp: New file.
8429
8430 2016-01-25 Pedro Alves <palves@redhat.com>
8431
8432 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8433 Delete, moved to lib/gdb.exp.
8434 * gdb.threads/forking-threads-plus-breakpoint.exp
8435 (foreach_with_prefix): Likewise.
8436 * gdb.threads/process-dies-while-handling-bp.exp
8437 (foreach_with_prefix): Likewise.
8438 * lib/gdb.exp (foreach_with_prefix): New procedure.
8439
8440 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8441
8442 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8443 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8444
8445 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8446
8447 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8448 endian targets.
8449
8450 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8451 Pedro Alves <palves@redhat.com>
8452
8453 Fix testsuite compatibility with Guile.
8454 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8455 number.
8456
8457 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8458
8459 Fix testsuite compatibility with Guile.
8460 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8461 (thread 1): New test for backtrace through signal handler.
8462
8463 2016-01-22 Yao Qi <yao.qi@linaro.org>
8464
8465 PR testsuite/19491
8466 * gdb.base/multi-forks.c: Include
8467 ../lib/unbuffer_output.c
8468 (main): Call gdb_unbuffer_output.
8469
8470 2016-01-21 Doug Evans <dje@google.com>
8471
8472 * lib/ada.exp (gdb_compile_ada): Fix typo.
8473
8474 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8475
8476 * gdb.base/break-fun-addr.exp: New file.
8477 * gdb.base/break-fun-addr1.c: New file.
8478 * gdb.base/break-fun-addr2.c: New file.
8479
8480 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8481
8482 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8483 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8484 enum flag values.
8485
8486 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8487
8488 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8489 when GDB can not set the vector return value. Add more comments
8490 for clarification.
8491
8492 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8493
8494 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8495 command.
8496
8497 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8498
8499 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8500
8501 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8502
8503 * Makefile.in (check-single): Pass --status to runtest.
8504 (check/%.exp): Likewise.
8505
8506 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8507
8508 * Makefile.in (check-parallel): Propagate return code from make
8509 do-check-parallel.
8510
8511 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8512
8513 * gdb.trace/ftrace.exp: Fix expected message on continue.
8514 * gdb.trace/pending.exp: Fix expected message on continue.
8515 * gdb.trace/trace-break.exp: Fix expected message on continue.
8516
8517 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8518
8519 * lib/gdb.exp (gdb_test): Remove unused global references.
8520
8521 2016-01-18 Pedro Alves <palves@redhat.com>
8522
8523 * gdb.base/async-shell.exp: Adjust expected output.
8524 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8525 * gdb.base/siginfo-thread.exp: Adjust expected output.
8526 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8527 * gdb.java/jnpe.exp: Adjust expected output.
8528 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8529 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8530 * gdb.threads/leader-exit.exp: Adjust expected output.
8531 * gdb.threads/manythreads.exp: Adjust expected output.
8532 * gdb.threads/pthreads.exp: Adjust expected output.
8533 * gdb.threads/schedlock.exp: Adjust expected output.
8534 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8535 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8536 expected output.
8537 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8538 output.
8539 * gdb.threads/sigthread.exp: Adjust expected output.
8540 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8541
8542 2016-01-18 Yao Qi <yao.qi@linaro.org>
8543
8544 * gdb.guile/scm-section-script.c: Replace @progbits with
8545 %progbits.
8546 * gdb.python/py-section-script.c: Likewise.
8547
8548 2016-01-15 Pedro Alves <palves@redhat.com>
8549
8550 * gdb.multi/tids.exp: Test star wildcard ranges.
8551
8552 2016-01-15 Pedro Alves <palves@redhat.com>
8553
8554 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8555 command from "thread apply" invocation.
8556 (thr_apply_info_thr_invalid): Default the expected output to the
8557 input tid list.
8558 (top level): Add tests that use convenience variables. Add tests
8559 for "thread apply" with a valid TID list, but missing the command.
8560
8561 2016-01-13 Pedro Alves <palves@redhat.com>
8562
8563 * gdb.base/default.exp: Expect $_gthread as well.
8564 * gdb.multi/tids.exp: Test $_gthread.
8565 * gdb.threads/thread-specific.exp: Test $_gthread.
8566
8567 2016-01-13 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.multi/tids.exp: Test "info threads -gid".
8570
8571 2016-01-13 Pedro Alves <palves@redhat.com>
8572
8573 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8574 Breakpoint.thread.
8575 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8576
8577 2016-01-07 Pedro Alves <palves@redhat.com>
8578
8579 * gdb.base/break.exp: Adjust to output changes.
8580 * gdb.base/hbreak2.exp: Likewise.
8581 * gdb.base/sepdebug.exp: Likewise.
8582 * gdb.base/watch_thread_num.exp: Likewise.
8583 * gdb.linespec/keywords.exp: Likewise.
8584 * gdb.multi/info-threads.exp: Likewise.
8585 * gdb.threads/thread-find.exp: Likewise.
8586 * gdb.multi/tids.c: New file.
8587 * gdb.multi/tids.exp: New file.
8588
8589 2016-01-13 Pedro Alves <palves@redhat.com>
8590
8591 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8592
8593 2016-01-13 Pedro Alves <palves@redhat.com>
8594
8595 * gdb.base/default.exp: Expect $_inferior as well.
8596 * gdb.multi/base.exp: Test $_inferior.
8597
8598 2016-01-13 Pedro Alves <palves@redhat.com>
8599
8600 PR breakpoints/19388
8601 * gdb.base/catch-signal-siginfo-cond.c: New file.
8602 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8603
8604 2016-01-12 Josh Stone <jistone@redhat.com>
8605 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8606
8607 * gdb.base/catch-syscall.c (do_execve): New variable.
8608 (main): Conditionally trigger an execve.
8609 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8610 (test_catch_syscall_execve): New, check entry/return across execve.
8611 (do_syscall_tests): Call test_catch_syscall_execve.
8612
8613 2016-01-12 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.base/random-signal.exp (do_test): New procedure, with body
8616 of testcase moved in.
8617
8618 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8619 Pedro Alves <palves@redhat.com>
8620
8621 * gdb.base/funcargs.exp (finish from indirectly called function):
8622 Reintroduce the case for 'First'.
8623
8624 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8625 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8628 (tcatch_vfork_then_child_follow_exec)
8629 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8630 identification.
8631
8632 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8633
8634 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8635 and repeats to unlimited.
8636 * gdb.python/py-value.exp: Likewise.
8637 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8638 and repeats to unlimited.
8639
8640 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8641
8642 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8643 and reordering the functions.
8644 * gdb.multi/hangout.c: Likewise.
8645 * gdb.multi/hello.c: Likewise.
8646
8647 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8648
8649 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8650 absolute.
8651 (SingleStatisticTestResult.report): Use dict.keys instead of
8652 dict.iterkeys.
8653
8654 2016-01-06 Pedro Alves <palves@redhat.com>
8655
8656 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8657
8658 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8659
8660 * gdb.btrace/dlopen.exp: New.
8661 * gdb.btrace/dlopen.c: New.
8662 * gdb.btrace/dlopen-dso.c: New.
8663
8664 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8665
8666 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8667 PATTERN argument is optional.
8668
8669 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8670
8671 * lib/ada.exp (target_compile_ada_from_dir): New function.
8672 (gdb_compile_ada): Reimplement avoiding the use of project files.
8673 * gdb.ada/gnat_ada.gpr: Delete.
8674 * gdb.ada/cond_lang.exp: Adjust test to make path before
8675 filename optional.
8676 * gdb.ada/small_reg_param.exp: Likewise.
8677
8678 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8679
8680 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8681
8682 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8683
8684 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8685 case.
8686
8687 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8688
8689 * gdb.base/break.exp: Remove dead code.
8690 * gdb.base/sepdebug.exp: Likewise.
8691
8692 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8693
8694 * gdb.asm/asm-source.exp: Remove HP-UX references.
8695 * gdb.base/annota1.exp: Likewise.
8696 * gdb.base/annota3.exp: Likewise.
8697 * gdb.base/attach.exp: Likewise.
8698 * gdb.base/bigcore.exp: Likewise.
8699 * gdb.base/break.exp: Likewise.
8700 * gdb.base/call-ar-st.exp: Likewise.
8701 * gdb.base/callfuncs.exp: Likewise.
8702 * gdb.base/catch-fork-static.exp: Likewise.
8703 * gdb.base/display.exp: Likewise.
8704 * gdb.base/foll-exec-mode.exp: Likewise.
8705 * gdb.base/foll-exec.exp: Likewise.
8706 * gdb.base/foll-fork.exp: Likewise.
8707 * gdb.base/foll-vfork.exp: Likewise.
8708 * gdb.base/funcargs.exp: Likewise.
8709 * gdb.base/hbreak2.exp: Likewise.
8710 * gdb.base/inferior-died.exp: Likewise.
8711 * gdb.base/interrupt.exp: Likewise.
8712 * gdb.base/multi-forks.exp: Likewise.
8713 * gdb.base/nodebug.exp: Likewise.
8714 * gdb.base/sepdebug.exp: Likewise.
8715 * gdb.base/solib1.c: Likewise.
8716 * gdb.base/step-test.exp: Likewise.
8717 * gdb.mi/non-stop.c: Likewise.
8718 * gdb.mi/pthreads.c: Likewise.
8719 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8720 * gdb.threads/pthreads.c: Likewise.
8721 * gdb.threads/staticthreads.exp: Likewise.
8722 * lib/future.exp: Likewise.
8723 * lib/gdb.exp: Likewise.
8724 * gdb.base/so-indr-cl.c: Remove.
8725 * gdb.base/so-indr-cl.exp: Likewise.
8726 * gdb.base/solib.c: Likewise.
8727 * gdb.base/solib.exp: Likewise.
8728 * gdb.base/solib2.c: Likewise.
8729
8730 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8731
8732 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8733 * gdb.base/call-ar-st.exp: Likewise.
8734 * gdb.base/callfuncs.exp: Likewise.
8735 * gdb.base/condbreak.exp: Likewise.
8736 * gdb.base/constvars.exp: Likewise.
8737 * gdb.base/hbreak2.exp: Likewise.
8738 * gdb.base/langs.exp: Likewise.
8739 * gdb.base/list.exp: Likewise.
8740 * gdb.base/long_long.exp: Likewise.
8741 * gdb.base/ptype.exp: Likewise.
8742 * gdb.base/scope.exp: Likewise.
8743 * gdb.base/signals.exp: Likewise.
8744 * gdb.base/so-impl-ld.exp: Likewise.
8745 * gdb.base/varargs.exp: Likewise.
8746 * gdb.base/volatile.exp: Likewise.
8747 * gdb.base/whatis.exp: Likewise.
8748 * gdb.cp/cplusfuncs.exp: Likewise.
8749 * gdb.cp/inherit.exp: Likewise.
8750 * gdb.cp/local.exp: Likewise.
8751 * gdb.cp/member-ptr.exp: Likewise.
8752 * gdb.cp/method.exp: Likewise.
8753 * gdb.cp/overload.exp: Likewise.
8754 * gdb.cp/templates.exp: Likewise.
8755 * gdb.stabs/weird.exp: Likewise.
8756 * lib/compiler.c: Likewise.
8757 * lib/compiler.cc: Likewise.
8758 * lib/cp-support.exp: Likewise.
8759 * lib/gdb.exp: Likewise.
8760
8761 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8762
8763 * configure.ac: Remove HP-UX case.
8764 * configure: Regenerate.
8765
8766 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8767
8768 * lib/gdb.exp (gdb_compile): Add function doc.
8769
8770 2015-12-17 Pedro Alves <palves@redhat.com>
8771
8772 PR threads/19354
8773 * gdb.multi/info-threads.exp: New file.
8774
8775 2015-12-15 Yao Qi <yao.qi@linaro.org>
8776
8777 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8778 is aarch64*-*-*.
8779
8780 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8781
8782 * gdb.base/history-duplicates.exp: Skip if no readline support.
8783
8784 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8785
8786 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8787
8788 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8789
8790 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8791
8792 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8793
8794 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8795 ctrl-C if nointerrupts target property is set.
8796 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8797 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8798 * gdb.base/paginate-bg-execution.exp: Likewise.
8799 * gdb.base/paginate-execution-startup.exp: Likewise.
8800 * gdb.base/random-signal.exp: Likewise.
8801 * gdb.base/range-stepping.exp: Likewise.
8802 * gdb.cp/annota2.exp: Likewise.
8803 * gdb.cp/annota3.exp: Likewise.
8804 * gdb.gdb/selftest.exp: Likewise.
8805 * gdb.threads/continue-pending-status.exp: Likewise.
8806 * gdb.threads/leader-exit.exp: Likewise.
8807 * gdb.threads/manythreads.exp: Likewise.
8808 * gdb.threads/pthreads.exp: Likewise.
8809 * gdb.threads/schedlock.exp: Likewise.
8810 * gdb.threads/sigthread.exp: Likewise.
8811
8812 2015-12-11 Don Breazeal <donb@codesourcery.com>
8813
8814 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8815 remote.
8816 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8817 * gdb.base/foll-exec.exp (main): Enable for target remote.
8818 * gdb.base/foll-fork.exp (main): Likewise.
8819 * gdb.base/foll-vfork.exp (main): Likewise.
8820 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8821 (proc continue_to_exit_bp_loc): Use clean_restart.
8822 * gdb.base/pie-execl.exp (main): Disable for target remote.
8823 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8824 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8825 * gdb.threads/execl.exp (main): Likewise.
8826 * gdb.threads/fork-child-threads.exp (main): Likewise.
8827 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8828 remote.
8829 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8830 remote.
8831 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8832 pid.tid style ptids, instead of just tid.
8833 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8834 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8835 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8836 ptids, instead of just tid.
8837
8838 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8839
8840 * gdb.base/list.exp (test_list_forward): Add end of file error
8841 test.
8842 (test_repeat_list_command): Add end of file error test.
8843 (test_list_backwards): Add beginning of file error test.
8844
8845 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8846
8847 * gdb.base/list.exp (test_list_invalid_args): New function,
8848 defined, and called.
8849
8850 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8851
8852 * gdb.base/list.exp (test_list): Make test names unique.
8853
8854 2015-12-11 Yao Qi <yao.qi@linaro.org>
8855
8856 * gdb.base/coremaker2.c: Remove.
8857
8858 2015-12-10 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.multi/base.exp: Remove stale "spaces" references.
8861
8862 2015-12-10 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.multi/base.exp: Don't use nowarnings.
8865 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8866 * gdb.multi/hangout.c: Include stdio.h.
8867 * gdb.multi/hello.c: Include stdlib.h.
8868 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8869 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8870 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8871
8872 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8873
8874 * gdb.dwarf2/dw2-ranges-base.c: New file.
8875 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8876 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8877 support additional line table, and debug ranges generation.
8878 (Dwarf::ranges): New function, generate .debug_ranges.
8879 (Dwarf::lines): Support generating simple line table programs.
8880 (Dwarf::assemble): Initialise new namespace variables.
8881
8882 2015-12-09 Kevin Buettner <kevinb@redhat.com>
8883
8884 * gdb.base/async.exp (proc test_background): Add case for
8885 asynchronous execution not supported.
8886
8887 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
8888
8889 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8890 format and change test names to make them unique.
8891
8892 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8893 Pedro Alves <pedro@redhat.com>
8894
8895 PR gdb/18702
8896 Add checking of floatformats setup on x86_64 hosts.
8897 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8898 (smallval, bigval): New labels/constants.
8899 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8900 float" after loading bigval and smallval.
8901
8902 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8903
8904 * gdb.ada/fun_overload_menu.exp: New testcase.
8905 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8906
8907 2015-12-04 Josh Stone <jistone@redhat.com>
8908
8909 * gdb.base/catch-fork-static.exp: New.
8910
8911 2015-12-03 Yao Qi <yao.qi@linaro.org>
8912
8913 * gdb.base/sizeof.c: Don't include stdio.h and
8914 ../lib/unbuffer_output.c.
8915 (main): New variable 'size' and 'value'. Remove printf and
8916 gdb_unbuffer_output. Assign return value to size and value.
8917 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8918 at the beginning.
8919 (check_sizeof): Check the result by printing variable 'size'.
8920 (check_valueof): Check the result by printing variable 'value'.
8921
8922 2015-12-01 Yao Qi <yao.qi@linaro.org>
8923
8924 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8925 for aarch64*-*-linux* target.
8926
8927 2015-11-30 Pedro Alves <palves@redhat.com>
8928
8929 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8930
8931 2015-11-30 Pedro Alves <palves@redhat.com>
8932
8933 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8934 Handle non-stop mode vCont replies.
8935
8936 2015-11-30 Pedro Alves <palves@redhat.com>
8937
8938 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8939 prepare_for_testing. Start gdb with "set non-stop on" appended to
8940 GDBFLAGS. Lax expected stop output.
8941
8942 2015-11-27 Yao Qi <yao.qi@linaro.org>
8943
8944 * gdb.arch/arm-neon.exp: New.
8945 * gdb.arch/arm-neon.c: New.
8946
8947 2015-11-27 Yao Qi <yao.qi@linaro.org>
8948
8949 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8950
8951 2015-11-27 Yao Qi <yao.qi@linaro.org>
8952
8953 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8954 frames-invalid annotation.
8955
8956 2015-11-27 Yao Qi <yao.qi@linaro.org>
8957
8958 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8959
8960 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8961
8962 * gdb.threads/names.exp: New file.
8963 * gdb.threads/names.c: New file.
8964 * README: Mention gdb,no_thread_names.
8965
8966 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8967
8968 PR 19297
8969 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8970 support" error.
8971
8972 2015-11-24 Pedro Alves <palves@redhat.com>
8973
8974 PR 17539
8975 * gdb.base/display.exp: Expect displays to be sorted in ascending
8976 order. Use multi_line.
8977 * gdb.base/solib-display.exp: Likewise.
8978
8979 2015-11-24 Pedro Alves <palves@redhat.com>
8980
8981 PR 17539
8982 * gdb.base/display.exp: Expect displays to be sorted in ascending
8983 order. Use multi_line.
8984 * gdb.base/solib-display.exp: Likewise.
8985
8986 2015-11-24 Pedro Alves <palves@redhat.com>
8987
8988 PR 17539
8989 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8990 threads in ascending order.
8991 * gdb.base/foll-fork.exp: Likewise.
8992 * gdb.base/foll-vfork.exp: Likewise.
8993 * gdb.base/multi-forks.exp: Likewise.
8994 * gdb.mi/mi-nonstop.exp: Likewise.
8995 * gdb.mi/mi-nsintrall.exp: Likewise.
8996 * gdb.multi/base.exp: Likewise.
8997 * gdb.multi/multi-arch.exp: Likewise.
8998 * gdb.python/py-inferior.exp: Likewise.
8999 * gdb.threads/break-while-running.exp: Likewise.
9000 * gdb.threads/execl.exp: Likewise.
9001 * gdb.threads/gcore-thread.exp: Likewise.
9002 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9003 * gdb.threads/kill.exp: Likewise.
9004 * gdb.threads/linux-dp.exp: Likewise.
9005 * gdb.threads/multiple-step-overs.exp: Likewise.
9006 * gdb.threads/next-bp-other-thread.exp: Likewise.
9007 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9008 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9009 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9010 * gdb.threads/thread-find.exp: Likewise.
9011 * gdb.threads/tls.exp: Likewise.
9012 * lib/mi-support.exp (mi_reverse_list): Delete.
9013 (mi_check_thread_states): No longer reverse list.
9014
9015 2015-11-24 Pedro Alves <palves@redhat.com>
9016
9017 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9018 use lowercase.
9019
9020 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9021
9022 * gdb.trace/actions.c: Include trace-common.h.
9023 (main): Add a location for a fast tracepoint.
9024 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9025 the normal tracepoints.
9026 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9027
9028 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9029
9030 * save-trace.exp: Factor out code to these...
9031 (gdb_save_tracepoints): New.
9032 (gdb_load_tracepoints): New.
9033 (do_save_load_test): New.
9034
9035 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9036
9037 * gdb.base/asmlabel.exp: New test.
9038 * gdb.base/asmlabel.c: New test case.
9039
9040 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9041
9042 * gdb.base/wrong_frame_bt_full-main.c: New file.
9043 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9044 * gdb.base/wrong_frame_bt_full.exp: New file.
9045
9046 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9047
9048 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9049
9050 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9051
9052 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9053 pstate register when comparing registers values in
9054 sparc64-*-linux-gnu targets to avoid spurious differences.
9055
9056 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9057
9058 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9059
9060 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9061
9062 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9063 as type argument to gdb_compile.
9064 * gdb.base/nested-subp2.exp: Likewise.
9065 * gdb.base/nested-subp3.exp: Likewise.
9066
9067 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9068
9069 * lib/dwarf.exp (_note): Fix left shift of negative value.
9070 * gdb.trace/trace-condition.exp: Likewise.
9071
9072 2015-11-13 Yao Qi <yao.qi@linaro.org>
9073
9074 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9075 comments about d10v.
9076 (test_scalar_returns): Likewise.
9077 * gdb.base/d10v.ld: Remove.
9078 * gdb.base/overlays.exp: Remove the target triplet checking for
9079 d10v-*-*.
9080 * gdb.base/structs.exp (test_struct_returns): Remove the
9081 comments about d10v.
9082 (test_struct_calls): Likewise.
9083
9084 2015-11-13 Yao Qi <yao.qi@linaro.org>
9085
9086 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9087 * gdb.base/gnu_vector.c: Don't include stdio.h.
9088 (main): Don't print res and call add_some_intvecs.
9089
9090 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9091
9092 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9093 macro.
9094 (func5): Removed.
9095 (func4): Use FAST_TRACEPOINT_LABEL.
9096 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9097 macro.
9098 (func): Removed.
9099 (thread_function): Use FAST_TRACEPOINT_LABEL.
9100 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9101 (func): Remove.
9102 (marker): Use FAST_TRACEPOINT_LABEL.
9103 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9104 (pendfunc1): Remove.
9105 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9106 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9107 (foo): Remove.
9108 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9109 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9110 macro.
9111 (func): Remove.
9112 (marker): Use FAST_TRACEPOINT_LABEL.
9113 * gdb.trace/trace-common.h: New header.
9114 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9115 macro.
9116 (func): Remove.
9117 (marker): Use FAST_TRACEPOINT_LABEL.
9118 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9119 (func): Remove.
9120 (thread_function): Use FAST_TRACEPOINT_LABEL.
9121
9122 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9123
9124 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9125 in front.
9126 * gdb.trace/change-loc.exp: Use global pcreg definition.
9127 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9128 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9129 in front.
9130 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9131 * gdb.trace/pending.exp: Likewise.
9132 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9133 * gdb.trace/trace-break.exp: Likewise.
9134 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9135 in front.
9136 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9137 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9138 in front.
9139 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9140
9141 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9142
9143 * gdb.ada/fin_fun_out: New testcase.
9144
9145 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9146
9147 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9148 value associated with DW_AT_byte_size.
9149 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9150 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9151 DW_AT_upper_bound.
9152
9153 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9154
9155 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9156 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9157 version.
9158 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9159 gdb.dwarf2/dw2-canonicalize-type.exp,
9160 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9161 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9162 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9163 provided by gdb_target_symbol_prefix_flags_asm.
9164 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9165 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9166 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9167 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9168 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9169 macros where needed). Use this macro for symbols which require
9170 the prefix provided by SYMBOL_PREFIX.
9171
9172 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9173
9174 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9175 New procs.
9176 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9177 representing expressions, of more than one list element.
9178 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9179 to prepend linker symbol prefix to f.
9180 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9181 table_1 and table_2.
9182 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9183 Likewise, for f and g.
9184 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9185 for ptr.
9186 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9187 for main.
9188 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9189 table_1_ptr and table_2_ptr.
9190
9191 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9192 Joel Brobecker <brobecker@adacore.com>
9193
9194 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9195
9196 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9197
9198 * gdb.reverse/s390-mvcle.c: New test.
9199 * gdb.reverse/s390-mvcle.exp: New file.
9200 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9201
9202 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9203
9204 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9205
9206 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9207
9208 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9209 reaching marker2.
9210 * gdb.reverse/getresuid-reverse.exp: Likewise.
9211 * gdb.reverse/pipe-reverse.exp: Likewise.
9212 * gdb.reverse/readv-reverse.exp: Likewise.
9213 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9214 * gdb.reverse/time-reverse.exp: Likewise.
9215 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9216
9217 2015-10-30 Yao Qi <yao.qi@linaro.org>
9218
9219 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9220 (empty_cycle): Remove.
9221 (main): Don't call empty_cycle. Don't use watch_count_done.
9222 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9223 empty_cycle. Rewrite the code counting HW watchpoints.
9224
9225 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9226
9227 * gdb.reverse/fstatat-reverse.c: New test.
9228 * gdb.reverse/fstatat-reverse.exp: New file.
9229 * gdb.reverse/getresuid-reverse.c: New test.
9230 * gdb.reverse/getresuid-reverse.exp: New file.
9231 * gdb.reverse/pipe-reverse.c: New test.
9232 * gdb.reverse/pipe-reverse.exp: New file.
9233 * gdb.reverse/readv-reverse.c: New test.
9234 * gdb.reverse/readv-reverse.exp: New file.
9235 * gdb.reverse/recvmsg-reverse.c: New test.
9236 * gdb.reverse/recvmsg-reverse.exp: New file.
9237 * gdb.reverse/time-reverse.c: New test.
9238 * gdb.reverse/time-reverse.exp: New file.
9239 * gdb.reverse/waitpid-reverse.c: New test.
9240 * gdb.reverse/waitpid-reverse.exp: New file.
9241
9242 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9243
9244 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9245
9246 2015-10-26 Doug Evans <dje@google.com>
9247
9248 PR symtab/17391
9249 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9250 * gdb.dwarf2/bad-regnum.c: New file.
9251 * gdb.dwarf2/bad-regnum.exp: New file.
9252
9253 2015-10-26 Doug Evans <dje@google.com>
9254
9255 PR python/18938
9256 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9257 file.
9258
9259 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9260
9261 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9262 for a change by "Mention language in compile error message".
9263
9264 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9265
9266 PR python/18073
9267 * gdb.python/py-type.c (C::a_method): New.
9268 (C::a_const_method): New.
9269 (C::a_static_method): New.
9270 (a_function): New.
9271 * gdb.python/py-type.exp (test_fields): Test getting fields
9272 from function and method.
9273
9274 2015-10-21 Keven Boell <keven.boell@intel.com>
9275
9276 * gdb.fortran/vla-alloc-assoc.exp: New file.
9277 * gdb.fortran/vla-datatypes.exp: New file.
9278 * gdb.fortran/vla-datatypes.f90: New file.
9279 * gdb.fortran/vla-history.exp: New file.
9280 * gdb.fortran/vla-ptype-sub.exp: New file.
9281 * gdb.fortran/vla-ptype.exp: New file.
9282 * gdb.fortran/vla-sizeof.exp: New file.
9283 * gdb.fortran/vla-sub.f90: New file.
9284 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9285 * gdb.fortran/vla-value-sub-finish.exp: New file.
9286 * gdb.fortran/vla-value-sub.exp: New file.
9287 * gdb.fortran/vla-value.exp: New file.
9288 * gdb.fortran/vla-ptr-info.exp: New file.
9289 * gdb.mi/mi-vla-fortran.exp: New file.
9290 * gdb.mi/vla.f90: New file.
9291
9292 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9293
9294 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9295 of hardwired timeout value.
9296
9297 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9298 Pedro Alves <palves@redhat.com>
9299
9300 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9301 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9302
9303 2015-10-19 Josh Stone <jistone@redhat.com>
9304
9305 * gdb.base/catch-syscall.c: Include <sched.h>.
9306 (unknown_syscall): New variable.
9307 (main): Trigger a vfork and an unknown syscall.
9308 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9309 (unknown_syscall_number): Likewise.
9310 (check_call_to_syscall): Accept an optional syscall pattern.
9311 (check_return_from_syscall): Likewise.
9312 (check_continue): Likewise.
9313 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9314 (test_catch_syscall_skipping_return): New test toggling off 'catch
9315 syscall' to step over the syscall return, then toggling back on.
9316 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9317 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9318 (do_syscall_tests): Call test_catch_syscall_without_args and
9319 test_catch_syscall_mid_vfork.
9320 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9321 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9322
9323 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9324
9325 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9326 print g_vE): Add new pass patterns.
9327 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9328 print various symbol names for vptr fields.
9329
9330 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9331
9332 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9333 results.
9334
9335 2015-10-12 Yao Qi <yao.qi@linaro.org>
9336
9337 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9338
9339 2015-10-12 Yao Qi <yao.qi@linaro.org>
9340
9341 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9342 is aarch64*-*-linux*.
9343
9344 2015-10-12 Yao Qi <yao.qi@linaro.org>
9345
9346 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9347 (can_relocate_bcond_true): ... it.
9348 (can_relocate_bcond_false): New function.
9349 (foo): Likewise.
9350 (can_relocate_bl): Likewise.
9351 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9352 can_relocate_bl.
9353
9354 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9355
9356 * gdb.base/nested-addr.c: New file.
9357 * gdb.base/nested-addr.exp: New testcase.
9358
9359 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9360
9361 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9362 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9363 its output. Ignore the output of "record goto begin" and instead
9364 check that GDB is replaying.
9365
9366 2015-10-09 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9369 (top level): Use it in the run with no args test.
9370
9371 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9372
9373 * gdb.dlang/properties.exp: New file.
9374
9375 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9376
9377 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9378 whether or not address 0x1000 is mapped on the target.
9379
9380 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9381
9382 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9383 build.
9384
9385 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9386
9387 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9388 instruction-history test.
9389
9390 2015-09-28 Doug Evans <dje@google.com>
9391
9392 * gdb.base/gcore.c (array_func): Add reference to static_array.
9393
9394 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9395
9396 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9397 source line.
9398
9399 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9400
9401 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9402 short or char as base type.
9403
9404 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9405
9406 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9407 to allow any size enum.
9408
9409 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9410
9411 * gdb.ada/array_ptr_renaming.exp: New testcase.
9412 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9413 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9414
9415 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9416
9417 * gdb.trace/ftrace-lock.c: New file.
9418 * gdb.trace/ftrace-lock.exp: New file.
9419
9420 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9421
9422 * gdb.arch/insn-reloc.c: New file.
9423 * gdb.arch/ftrace-insn-reloc.exp: New file.
9424
9425 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9426
9427 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9428 instruction.
9429 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9430 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9431 * gdb.trace/range-stepping.c: Likewise.
9432 * gdb.trace/trace-break.c: Likewise.
9433 * gdb.trace/trace-mt.c (thread_function): Likewise.
9434 * gdb.trace/ftrace.c (marker): Likewise.
9435 * gdb.trace/trace-condition.c (marker): Likewise.
9436 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9437 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9438 is_aarch64_target.
9439
9440 2015-09-18 Doug Evans <xdje42@gmail.com>
9441
9442 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9443 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9444
9445 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9446
9447 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9448 the breakpoint.
9449
9450 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9451
9452 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9453 the pending breakpoint. Remove timeout override for "Run till
9454 MI pending breakpoint on pendfunc3 on thread 2" test.
9455
9456 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9457
9458 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9459 filename pattern.
9460
9461 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9462
9463 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9464 in breakpoint filename pattern.
9465
9466 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9467
9468 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9469
9470 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9471
9472 * gdb.linespec/explicit.exp: Check for readline support for
9473 tab-completion tests. Fix obvious typo.
9474
9475 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9476
9477 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9478 and replay.
9479
9480 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9481
9482 * gdb.btrace/non-stop.c: New.
9483 * gdb.btrace/non-stop.exp: New.
9484
9485 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9486 Yao Qi <yao.qi@linaro.org>
9487
9488 * gdb.trace/trace-condition.c: New file.
9489 * gdb.trace/trace-condition.exp: New file.
9490
9491 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
9492
9493 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9494 for testing bytecode compilation.
9495
9496 2015-09-16 Pedro Alves <palves@redhat.com>
9497 Sandra Loosemore <sandra@codesourcery.com>
9498
9499 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9500 (SECONDS): Redefine.
9501 (main): Call pthread_kill and alarm early.
9502 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9503 support.
9504 (test): If the target can't hardware step and doesn't support
9505 displaced stepping, increase the timeout.
9506
9507 2015-09-16 Pedro Alves <palves@redhat.com>
9508
9509 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9510 (enable_debug): New procedures.
9511 (test): Use them. Bail out if waiting for threads fails.
9512 (top level): Bail out if a test fails.
9513
9514 2015-09-16 Yao Qi <yao.qi@linaro.org>
9515
9516 * gdb.asm/asm-source.exp: Set asm-arch for
9517 aarch64*-*-* target.
9518 * gdb.asm/aarch64.inc: New file.
9519
9520 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9521
9522 * gdb.ada/array_of_variable_length.exp: New testcase.
9523 * gdb.ada/array_of_variable_length/foo.adb: New file.
9524 * gdb.ada/array_of_variable_length/pck.adb: New file.
9525 * gdb.ada/array_of_variable_length/pck.ads: New file.
9526
9527 2015-09-15 Doug Evans <dje@google.com>
9528
9529 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9530 of function static local variable.
9531
9532 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9533
9534 * gdb.threads/tls-so_extern.exp: New test file.
9535 * gdb.threads/tls-so_extern.c: New test file.
9536 * gdb.threads/tls-so_extern_main.c: New test file.
9537
9538 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9539
9540 * gdb.opt/solib-intra-step-lib.c: New file.
9541 * gdb.opt/solib-intra-step-main.c: New file.
9542 * gdb.opt/solib-intra-step.exp: New file.
9543
9544 2015-09-15 Pedro Alves <palves@redhat.com>
9545
9546 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9547 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9548
9549 2015-09-14 Pedro Alves <palves@redhat.com>
9550
9551 * gdb.base/hook-stop-continue.c: Delete.
9552 * gdb.base/hook-stop-continue.exp: Delete.
9553 * gdb.base/hook-stop-frame.c: Delete.
9554 * gdb.base/hook-stop-frame.exp: Delete.
9555 * gdb.base/hook-stop.c: New file.
9556 * gdb.base/hook-stop.exp: New file.
9557
9558 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9559
9560 * gdb.ada/access_to_packed_array.exp: New testcase.
9561 * gdb.ada/access_to_packed_array/foo.adb: New file.
9562 * gdb.ada/access_to_packed_array/pack.adb: New file.
9563 * gdb.ada/access_to_packed_array/pack.ads: New file.
9564
9565 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9566
9567 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9568 buffer size test.
9569
9570 2015-09-11 Don Breazeal <donb@codesourcery.com>
9571
9572 * gdb.base/foll-exec.c: Add copyright header. Fix
9573 formatting issues.
9574 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9575 (do_exec_tests): Use clean_restart in place of zap_session,
9576 and for test initialization. Fix formatting issues. Use
9577 fail in place of perror.
9578 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9579 an expect statement to match an expression with output from
9580 the program under debug.
9581 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9582 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9583 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9584 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9585 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9586
9587 2015-09-09 Doug Evans <dje@google.com>
9588
9589 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9590
9591 2015-09-09 Doug Evans <dje@google.com>
9592
9593 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9594
9595 2015-09-09 Doug Evans <dje@google.com>
9596
9597 * gdb.base/savedregs.exp: Fix typo.
9598
9599 2015-09-09 Pedro Alves <palves@redhat.com>
9600
9601 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9602
9603 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9604
9605 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9606 command actually switches threads. Give up on remaining
9607 tests if target fails to stop at breakpoint.
9608
9609 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9610
9611 * gdb.ada/funcall_char.exp: New testcase.
9612 * gdb.ada/funcall_char/foo.adb: New file.
9613
9614 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9615
9616 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9617 expected outputs. Add two testcases for completing ambiguous
9618 functions.
9619 * gdb.ada/complete/aux_pck.adb: New file.
9620 * gdb.ada/complete/aux_pck.ads: New file.
9621 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9622 Ambiguous_Func functions.
9623 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9624 * gdb.ada/complete/pck.adb: Likewise.
9625
9626 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9627
9628 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9629 failures to run the test program under GDB.
9630
9631 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9632
9633 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9634 to C.
9635
9636 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9637
9638 * gdb.base/run-after-attach.exp: New test file.
9639 * gdb.base/run-after-attach.c: New test file.
9640
9641 2015-08-26 Don Breazeal <donb@codesourcery.com>
9642
9643 * gdb.base/foll-exec-2.c: New test program.
9644 * gdb.base/foll-exec-2.exp: New test.
9645
9646 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9647
9648 * gdb.base/nested-subp1.exp: New file.
9649 * gdb.base/nested-subp1.c: New file.
9650 * gdb.base/nested-subp2.exp: New file.
9651 * gdb.base/nested-subp2.c: New file.
9652 * gdb.base/nested-subp3.exp: New file.
9653 * gdb.base/nested-subp3.c: New file.
9654
9655 2015-08-24 Pedro Alves <palves@redhat.com>
9656
9657 * gdb.server/connect-without-multi-process.c: New file.
9658 * gdb.server/connect-without-multi-process.exp: New file.
9659
9660 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9661
9662 * gdb.opt/inline-markers.c: Make z int.
9663
9664 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9665
9666 * gdb.opt/inline-markers.c: Make z volatile.
9667
9668 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9669
9670 * gdb.opt/inline-bt.c: New volatile global z.
9671 * gdb.opt/inline-cmds.c: Likewise.
9672 * gdb.opt/inline-locals.c: Likewise.
9673 * gdb.opt/inline-markers.c: New extern global z.
9674 (marker): Use z.
9675 (inline_fn): Likewise.
9676
9677 2015-08-24 Pedro Alves <palves@redhat.com>
9678
9679 * config/m32r-stub.exp: Remove file.
9680 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9681 * gdb.base/call-rt-st.exp: Likewise.
9682 * gdb.base/call-strs.exp: Likewise.
9683 * gdb.base/default.exp: Remove references to h8300-*-hms and
9684 *-*-udi*.
9685 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9686
9687 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9688
9689 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9690 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9691 and "return" use KFAIL when GDB can not read/write the vector
9692 return value.
9693
9694 2015-08-21 Gary Benson <gbenson@redhat.com>
9695
9696 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9697
9698 2015-08-20 Pedro Alves <palves@redhat.com>
9699
9700 * gdb.server/solib-list.exp: No longer expect an interior stop in
9701 non-stop mode.
9702
9703 2015-08-20 Pedro Alves <palves@redhat.com>
9704
9705 * gdb.server/connect-stopped-target.c: New file.
9706 * gdb.server/connect-stopped-target.exp: New file.
9707
9708 2015-08-20 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.dwarf2/comp-unit-lang.exp: New file.
9711 * gdb.dwarf2/comp-unit-lang.c: New file.
9712
9713 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9714
9715 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9716 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9717
9718 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9719
9720 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9721 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9722
9723 2015-08-18 Doug Evans <dje@google.com>
9724 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9725
9726 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9727 skip_python_tests. New arg prompt_regexp.
9728 (skip_python_tests): New function.
9729 * lib/mi-support.exp (mi_skip_python_tests): New function.
9730 * gdb.python/py-mi-objfile-gdb.py: New file.
9731 * gdb.python/py-mi-objfile.c: New file.
9732 * gdb.python/py-mi-objfile.exp: New file.
9733
9734 2015-08-17 Keith Seitz <keiths@redhat.com>
9735
9736 * gdb.linespec/explicit.exp: Move strace test from here ...
9737 * gdb.trace/strace.exp: ... to here.
9738
9739 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9740
9741 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9742 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9743
9744 2015-08-14 Doug Evans <xdje42@gmail.com>
9745
9746 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9747 inferior before selecting a new file.
9748
9749 2015-08-14 Doug Evans <xdje42@gmail.com>
9750
9751 * gdb.mi/mi-disassemble.exp: Update.
9752 * gdb.base/disasm-optim.S: New file.
9753 * gdb.base/disasm-optim.c: New file.
9754 * gdb.base/disasm-optim.h: New file.
9755 * gdb.base/disasm-optim.exp: New file.
9756
9757 2015-08-14 Keith Seitz <keiths@redhat.com>
9758
9759 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9760 "evaluated-by".
9761
9762 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9763
9764 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9765
9766 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9767
9768 * gdb.ada/fun_renaming.exp: New testcase.
9769 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9770 * gdb.ada/fun_renaming/pack.adb: New file.
9771 * gdb.ada/fun_renaming/pack.ads: New file.
9772
9773 2015-08-12 Keith Seitz <keiths@redhat.com>
9774
9775 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9776 gdb_get_line_number.
9777
9778 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9779
9780 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9781 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9782 gdb.base/dso2dso.exp: New files.
9783
9784 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9785 Pedro Alves <palves@redhat.com>
9786 Keith Seitz <keiths@redhat.com>
9787
9788 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9789 GDBFLAGS.
9790
9791 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9792
9793 * gdb.base/gdbhistsize-history.exp
9794 (test_histsize_history_setting): Use save_vars.
9795 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9796 Use save_vars.
9797 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9798 * gdb.base/readline.exp: Use save_vars.
9799
9800 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9801
9802 * lib/gdb.exp (save_vars): New proc.
9803
9804 2015-08-11 Keith Seitz <keiths@redhat.com>
9805
9806 * gdb.base/help.exp: Update help_breakpoint_text.
9807
9808 2015-08-11 Keith Seitz <keiths@redhat.com>
9809
9810 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9811 (at toplevel): Call test_explicit_breakpoints.
9812 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9813 breakpoints.
9814 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9815 breakpoint conditions, "-cond".
9816
9817 2015-08-11 Keith Seitz <keiths@redhat.com>
9818
9819 * gdb.linespec/3explicit.c: New file.
9820 * gdb.linespec/cpexplicit.cc: New file.
9821 * gdb.linespec/cpexplicit.exp: New file.
9822 * gdb.linespec/explicit.c: New file.
9823 * gdb.linespec/explicit.exp: New file.
9824 * gdb.linespec/explicit2.c: New file.
9825 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9826 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9827 before using in the matching pattern.
9828 Clarify that `prefix' is a regular expression.
9829
9830 2015-08-11 Keith Seitz <keiths@redhat.com>
9831
9832 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9833 test.
9834 Add tests for missing ",FMT" and ",".
9835
9836 2015-08-10 Doug Evans <dje@google.com>
9837 Keith Seitz <keiths@redhat.com>
9838
9839 PR gdb/17960
9840 * gdb.base/completion.exp: Add location completer tests.
9841
9842 2015-08-07 Pedro Alves <palves@redhat.com>
9843
9844 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9845 tests here.
9846 (top level): Run do_test with and without displaced stepping.
9847
9848 2015-08-07 Pedro Alves <palves@redhat.com>
9849
9850 * gdb.base/valgrind-disp-step.c: New file.
9851 * gdb.base/valgrind-disp-step.exp: New file.
9852
9853 2015-08-07 Pedro Alves <palves@redhat.com>
9854
9855 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9856 Delete function.
9857 (main): Add alarm. Run an infinite loop instead of calling
9858 wait_threads.
9859 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9860 comment.
9861 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9862 Delete function.
9863 (main): Add alarm. Run an infinite loop instead of calling
9864 wait_threads.
9865 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9866 comment.
9867
9868 2015-08-07 Pedro Alves <palves@redhat.com>
9869
9870 * gdb.base/checkpoint-ns.exp: New file.
9871 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9872 standard_testfile.
9873
9874 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9875
9876 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9877 * gdb.btrace/instruction_history.exp: Update.
9878 * gdb.btrace/tsx.exp: New.
9879 * gdb.btrace/tsx.c: New.
9880
9881 2015-08-06 Pedro Alves <palves@redhat.com>
9882
9883 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9884 increase timeout.
9885 * gdb.reverse/until-precsave.exp: Bump timeouts.
9886
9887 2015-08-06 Pedro Alves <palves@redhat.com>
9888
9889 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9890
9891 2015-08-06 Pedro Alves <palves@redhat.com>
9892
9893 PR gdb/18749
9894 * gdb.threads/process-dies-while-handling-bp.c: New file.
9895 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9896
9897 2015-08-06 Pedro Alves <palves@redhat.com>
9898
9899 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9900 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9901
9902 2015-08-05 Pedro Alves <palves@redhat.com>
9903
9904 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9905 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9906
9907 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9908
9909 * gdb.base/bp-permanent.exp: Report test as unsupported if
9910 the target cannot stop at the permanent breakpoint.
9911
9912 2015-08-03 Doug Evans <dje@google.com>
9913
9914 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9915 10000.
9916
9917 2015-08-03 Doug Evans <dje@google.com>
9918
9919 * Makefile.in (workers/%.worker, build-perf): New rule.
9920 (GDB_PERFTEST_MODE): New variable.
9921 (check-perf): Use it.
9922 (clean): Clean up gdb.perf parallel build subdirs.
9923 * lib/build-piece.exp: New file.
9924 * lib/gdb.exp (make_gdb_parallel_path): New function
9925 (standard_output_file, standard_temp_file): Call it.
9926 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9927 of $GDB_PARALLEL.
9928 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9929
9930 2015-08-03 Doug Evans <dje@google.com>
9931
9932 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9933 (LOG_FILE_NAME): New global.
9934 (TextReporter.__init__): Initialize self.txt_sum.
9935 (TextReporter.report): Add support for multiple data-points.
9936 Move report to perftest.sum, put raw data in perftest.log.
9937 (TextReporter.start): Open sum and log files.
9938 (TextReporter.end): Close sum and log files.
9939 * gdb.perf/lib/perftest/testresult.py
9940 (SingleStatisticTestResult.record): Handle multiple data-points.
9941
9942 2015-07-31 Pedro Alves <palves@redhat.com>
9943
9944 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9945 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9946 kill_wait_spawned_process instead of explicit "kill -9".
9947 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9948 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9949 kill_wait_spawned_process.
9950 * gdb.base/attach-twice.exp: Likewise.
9951 * gdb.base/attach.exp: Likewise.
9952 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9953 gdb_test_multiple.
9954 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9955 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9956 kill_wait_spawned_process.
9957 * gdb.base/valgrind-infcall.exp: Likewise.
9958 * gdb.multi/multi-attach.exp: Likewise.
9959 * gdb.python/py-prompt.exp: Likewise.
9960 * gdb.python/py-sync-interp.exp: Likewise.
9961 * gdb.server/ext-attach.exp: Likewise.
9962 * gdb.threads/attach-into-signal.exp (corefunc): Use
9963 spawn_wait_for_attach, spawn_id_get_pid and
9964 kill_wait_spawned_process.
9965 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9966 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9967 spawn_id_get_pid and kill_wait_spawned_process.
9968 * gdb.threads/attach-stopped.exp (corefunc): Use
9969 spawn_wait_for_attach, spawn_id_get_pid and
9970 kill_wait_spawned_process.
9971 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9972 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9973 kill_wait_spawned_process instead of explicit "kill -9".
9974 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9975 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9976 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9977 processes. Don't map cygwin/windows pids here. Now returns a
9978 spawn id list.
9979
9980 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9981
9982 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9983 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9984 correct patch.
9985
9986 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9987
9988 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9989
9990 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9991
9992 Reapply:
9993 2014-05-21 Mark Wielaard <mjw@redhat.com>
9994
9995 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9996
9997 2015-07-30 Pedro Alves <palves@redhat.com>
9998
9999 * linux-low.c (handle_extended_wait): Set the child's last
10000 reported status to TARGET_WAITKIND_STOPPED.
10001
10002 2015-07-30 Pedro Alves <palves@redhat.com>
10003
10004 PR threads/18600
10005 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10006 only shows inferior 1.
10007
10008 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10009 Pedro Alves <palves@redhat.com>
10010
10011 PR threads/18600
10012 * gdb.threads/fork-plus-threads.c: New file.
10013 * gdb.threads/fork-plus-threads.exp: New file.
10014
10015 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10016
10017 * gdb.base/batch-preserve-term-settings.exp
10018 (test_terminal_settings_preserved_after_cli_exit): Use
10019 send_quit_command.
10020
10021 2015-07-29 Pedro Alves <palves@redhat.com>
10022 Don Breazeal <donb@codesourcery.com>
10023
10024 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10025 output from both inferior_spawn_id and gdb_spawn_id.
10026
10027 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10028
10029 * gdb.threads/attach-into-signal.exp (corefunc): Use
10030 with_test_prefix on nested loops, uniquefying the test messages.
10031
10032 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10033
10034 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10035 commit.
10036
10037 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10038
10039 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10040 New proc.
10041 (test_terminal_settings_preserved_after_sigterm): New test.
10042
10043 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10044
10045 * gdb.base/batch-preserve-term-settings.exp
10046 (test_terminal_settings_preserved_after_cli_exit): New test.
10047
10048 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10049
10050 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10051 manipulation of saved_gdbflags.
10052 (test_terminal_settings_preserved): Remove global declaration of
10053 the unused variable pagination_prompt. Remove manipulation of
10054 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10055 GDBFLAGS.
10056
10057 2015-07-29 Pedro Alves <palves@redhat.com>
10058
10059 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10060
10061 2015-07-29 Pedro Alves <palves@redhat.com>
10062
10063 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10064 at the top.
10065
10066 2015-07-29 Pedro Alves <palves@redhat.com>
10067
10068 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10069 (main): Call gdb_unbuffer_output.
10070 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10071 (main): Call gdb_unbuffer_output.
10072 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10073 (main): Call gdb_unbuffer_output.
10074 * gdb.base/call-strs.exp: Adjust to step over the
10075 gdb_unbuffer_output call.
10076 * gdb.base/catch-gdb-caused-signals.c: Include
10077 "../lib/unbuffer_output.c".
10078 (main): Call gdb_unbuffer_output.
10079 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10080 (main): Call gdb_unbuffer_output.
10081 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10082 (main): Call gdb_unbuffer_output.
10083 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10084 (main): Call gdb_unbuffer_output.
10085 * gdb.base/shlib-call.exp: Adjust to step over the
10086 gdb_unbuffer_output call.
10087 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10088 (main): Call gdb_unbuffer_output.
10089 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10090 (main): Call gdb_unbuffer_output.
10091 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10092 (main): Rename to ...
10093 (test): ... this.
10094 (main): Reimplement.
10095 * gdb.base/varargs.exp: Run to test instead of to main.
10096 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10097 (main): Call gdb_unbuffer_output.
10098
10099 2015-07-29 Pedro Alves <palves@redhat.com>
10100
10101 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10102 factore out from mi_continue_dprintf. For call-style dprintfs,
10103 expect dprintf output out of $inferior_spawn_id.
10104 (mi_continue_dprintf): Use mi_expect_dprintf.
10105 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10106 (main): Call gdb_unbuffer_output.
10107
10108 2015-07-29 Pedro Alves <palves@redhat.com>
10109
10110 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10111 (default_mi_gdb_start): Set inferior_spawn_id instead of
10112 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10113 gdb_spawn_id.
10114 (mi_gdb_test): Always expect inferior output from both
10115 $inferior_spawn_id and $gdb_spawn_id.
10116
10117 2015-07-29 Pedro Alves <palves@redhat.com>
10118
10119 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10120 send_inferior and $inferior_spawn_id.
10121
10122 2015-07-29 Pedro Alves <palves@redhat.com>
10123
10124 * gdb.gdb/complaints.exp (test_initial_complaints)
10125 (test_serial_complaints, test_short_complaints): Use
10126 gdb_test_stdio.
10127 (test_empty_complaint): Handle $inferior_spawn_id !=
10128 $gdb_spawn_id.
10129
10130 2015-07-29 Pedro Alves <palves@redhat.com>
10131
10132 * gdb.base/varargs.exp: Use gdb_test_stdio.
10133
10134 2015-07-29 Pedro Alves <palves@redhat.com>
10135
10136 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10137
10138 2015-07-29 Pedro Alves <palves@redhat.com>
10139
10140 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10141
10142 2015-07-29 Pedro Alves <palves@redhat.com>
10143
10144 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10145 parameter into two new parameters, "inf_result" and "gdb_result".
10146 Expect inferior output and gdb output from $inferior_spawn_id and
10147 $gdb_spawn_id, respectively. Adjust all callers.
10148
10149 2015-07-29 Pedro Alves <palves@redhat.com>
10150
10151 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10152 of gdb_test_sequence.
10153
10154 2015-07-29 Pedro Alves <palves@redhat.com>
10155
10156 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10157 (saw_spurious_output): Expect inferior output from
10158 $inferior_spawn_id. Use gdb_test_stdio.
10159
10160 2015-07-29 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.base/dprintf.exp: Use standard_testfile. Change
10163 prepare_for_testing call.
10164 (srcfile): Don't set.
10165 (restart): New procedure.
10166 (test_dprintf): New procecure, use to continue over dprintfs.
10167 (test_call, test_agent): New procedures, tests moved here.
10168 Restart gdb and recreate dprintfs. Adjust expected output.
10169
10170 2015-07-29 Pedro Alves <palves@redhat.com>
10171
10172 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10173
10174 2015-07-29 Pedro Alves <palves@redhat.com>
10175
10176 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10177
10178 2015-07-29 Pedro Alves <palves@redhat.com>
10179
10180 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10181 gdb_test_stdio.
10182
10183 2015-07-29 Pedro Alves <palves@redhat.com>
10184
10185 * lib/gdb.exp (gdb_test_stdio): New procedure.
10186
10187 2015-07-29 Pedro Alves <palves@redhat.com>
10188
10189 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10190
10191 2015-07-29 Pedro Alves <palves@redhat.com>
10192
10193 * gdb.base/call-signal-resume.exp: Remove check for
10194 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10195 * gdb.base/unwindonsignal.exp: Likewise.
10196 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10197 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10198
10199 2015-07-29 Pedro Alves <palves@redhat.com>
10200
10201 * gdb.base/siginfo-addr.c (pass): New function.
10202 (handler): Call it iff si_addr is correct.
10203 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10204 Set a breakpoint at "pass" and continue to it.
10205
10206 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10207
10208 * gdb.python/py-objfile.exp: Make some tests have unique names.
10209 * gdb.python/py-pp-registration.exp: Likewise.
10210
10211 2015-07-28 Pedro Alves <palves@redhat.com>
10212
10213 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10214
10215 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10216
10217 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10218
10219 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10220
10221 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10222
10223 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10224
10225 * gdb.base/gdb-sigterm-2.exp: New test.
10226
10227 2015-07-25 Doug Evans <xdje42@gmail.com>
10228
10229 Revert:
10230 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10231 (workers/%.worker, build-perf): New rule.
10232 (GDB_PERFTEST_MODE): New variable.
10233 (check-perf): Use it.
10234 (clean): Clean up gdb.perf parallel build subdirs.
10235 * lib/build-piece.exp: New file.
10236 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10237 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10238 name.
10239 (standard_temp_file): Ditto.
10240 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10241 of $GDB_PARALLEL.
10242
10243 2015-07-24 Doug Evans <dje@google.com>
10244
10245 * gdb.perf/lib/perftest/utils.py: New file.
10246 * gdb.perf/gm-hello.cc: New file.
10247 * gdb.perf/gm-pervasive-typedef.cc: New file.
10248 * gdb.perf/gm-pervasive-typedef.h: New file.
10249 * gdb.perf/gm-std.cc: New file.
10250 * gdb.perf/gm-std.h: New file.
10251 * gdb.perf/gm-use-cerr.cc: New file.
10252 * gdb.perf/gm-utils.h: New file.
10253 * gdb.perf/gmonster-null-lookup.py: New file.
10254 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10255 * gdb.perf/gmonster-print-cerr.py: New file.
10256 * gdb.perf/gmonster-ptype-string.py: New file.
10257 * gdb.perf/gmonster-runto-main.py: New file.
10258 * gdb.perf/gmonster-select-file.py: New file.
10259 * gdb.perf/gmonster1-null-lookup.exp: New file.
10260 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10261 * gdb.perf/gmonster1-print-cerr.exp: New file.
10262 * gdb.perf/gmonster1-ptype-string.exp: New file.
10263 * gdb.perf/gmonster1-runto-main.exp: New file.
10264 * gdb.perf/gmonster1-select-file.exp: New file.
10265 * gdb.perf/gmonster1.cc: New file.
10266 * gdb.perf/gmonster1.exp: New file.
10267 * gdb.perf/gmonster2-null-lookup.exp: New file.
10268 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10269 * gdb.perf/gmonster2-print-cerr.exp: New file.
10270 * gdb.perf/gmonster2-ptype-string.exp: New file.
10271 * gdb.perf/gmonster2-runto-main.exp: New file.
10272 * gdb.perf/gmonster2-select-file.exp: New file.
10273 * gdb.perf/gmonster2.cc: New file.
10274 * gdb.perf/gmonster2.exp: New file.
10275
10276 2015-07-24 Doug Evans <dje@google.com>
10277
10278 * gdb.perf/README: New file.
10279 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10280 * lib/gen-perf-test.exp: New file.
10281
10282 2015-07-24 Doug Evans <dje@google.com>
10283
10284 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10285 (PerfTest::startup): New function.
10286 (PerfTest::run): Return result of calling body.
10287 (PerfTest::assemble): Rewrite.
10288 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10289 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10290 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10291 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10292 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10293
10294 2015-07-24 Doug Evans <dje@google.com>
10295
10296 * lib/gdb.exp (clean_restart): Make executable optional.
10297
10298 2015-07-24 Doug Evans <dje@google.com>
10299
10300 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10301 compiler_info references.
10302 * gdb.cp/temargs.exp: Ditto.
10303 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10304 (get_compiler_info): Early exit if already computed. Set compiler_info
10305 to "unknown" if there was a problem.
10306 (test_compiler_info): Add function comment. Call get_compiler_info.
10307
10308 2015-07-24 Doug Evans <dje@google.com>
10309
10310 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10311 (workers/%.worker, build-perf): New rule.
10312 (GDB_PERFTEST_MODE): New variable.
10313 (check-perf): Use it.
10314 (clean): Clean up gdb.perf parallel build subdirs.
10315 * lib/build-piece.exp: New file.
10316 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10317 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10318 name.
10319 (standard_temp_file): Ditto.
10320 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10321 of $GDB_PARALLEL.
10322
10323 2015-07-24 Doug Evans <dje@google.com>
10324
10325 * lib/future.exp (gdb_default_target_compile): New option
10326 "early_flags".
10327 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10328 --as-needed.
10329
10330 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10331
10332 * gdb.base/catch-syscall.exp: Call gdb_exit before
10333 gdb_skip_xml_test.
10334
10335 2015-07-24 Pedro Alves <palves@redhat.com>
10336
10337 * gdb.python/py-events.exp: Accept output between the stop event
10338 and the prompt.
10339 * gdb.python/py-evsignal.exp: Likewise.
10340 * gdb.python/py-evthreads.exp: Likewise.
10341
10342 2015-07-24 Pedro Alves <palves@redhat.com>
10343
10344 PR gdb/18717
10345 * gdb.threads/non-ldr-exit.c: New file.
10346 * gdb.threads/non-ldr-exit.exp: New file.
10347
10348 2015-07-24 Yao Qi <yao.qi@linaro.org>
10349
10350 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10351 restarting process.
10352
10353 2015-07-24 Yao Qi <yao.qi@linaro.org>
10354
10355 * gdb.server/ext-restart.exp: New file.
10356
10357 2015-07-24 Yao Qi <yao.qi@linaro.org>
10358
10359 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10360 argument options.
10361 * gdb.server/ext-wrapper.exp: New file.
10362
10363 2015-07-23 Doug Evans <dje@google.com>
10364
10365 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10366 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10367
10368 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10369
10370 * gdb.ada/var_arr_typedef.exp: New testcase.
10371 * gdb.ada/var_arr_typedef/pack.adb: New file.
10372 * gdb.ada/var_arr_typedef/pack.ads: New file.
10373 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10374
10375 2015-07-20 Joel Brobecker <brobecker@adacore.com>
10376
10377 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10378
10379 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10380
10381 * gdb.arch/i386-biarch-core.exp: Replace istarget
10382 by "complete set gnutarget". Remove expectation for the "core-file"
10383 command.
10384
10385 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10386
10387 Revert the previous commit:
10388 Tests for validate symbol file using build-id.
10389
10390 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10391
10392 Tests for validate symbol file using build-id.
10393 * gdb.base/solib-mismatch-lib.c: New file.
10394 * gdb.base/solib-mismatch-libmod.c: New file.
10395 * gdb.base/solib-mismatch.c: New file.
10396 * gdb.base/solib-mismatch.exp: New file.
10397
10398 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10399
10400 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10401 nios2-*-linux*.
10402 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10403 * gdb.base/siginfo.exp: Likewise.
10404 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10405
10406 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10407
10408 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10409 Move it to ...
10410 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10411 ... here.
10412 * gdb.trace/range-stepping.exp: Check that the target supports
10413 range stepping.
10414
10415 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10416
10417 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10418
10419 2015-07-14 Pedro Alves <palves@redhat.com>
10420
10421 * gdb.base/killed-outside.exp: New file.
10422 * gdb.base/killed-outside.c: New file.
10423
10424 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10425
10426 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10427 (n at main): New.
10428 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10429
10430 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10431
10432 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10433 infcall tests instead of setting up for KFAIL.
10434
10435 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10436
10437 * gdb.btrace/record_goto-step.exp: New.
10438
10439 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10440
10441 PR compile/18484
10442 * gdb.compile/compile.c (struct struct_type): Add volatile to
10443 selffield's type.
10444 * gdb.compile/compile.exp
10445 (compile code struct_object.selffield = &struct_object): Skip further
10446 struct_object tests if this one xfails.
10447
10448 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
10449
10450 PR exp/18617
10451 * gdb.trace/ax.exp: Add test.
10452
10453 2015-07-07 Yao Qi <yao.qi@linaro.org>
10454
10455 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10456 instead of istarget "aarch64*-*-*".
10457 * gdb.arch/aarch64-fp.exp: Likewise.
10458 * gdb.base/float.exp: Likewise.
10459 * gdb.reverse/aarch64.exp: Likewise.
10460 * lib/gdb.exp (is_aarch64_target): New proc.
10461
10462 2015-07-07 Yao Qi <yao.qi@linaro.org>
10463
10464 * lib/gdb.exp (is_aarch32_target): New proc.
10465 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10466 instead of "istarget "arm*-*-*"".
10467 * gdb.arch/arm-disp-step.exp: Likewise.
10468 * gdb.arch/thumb-bx-pc.exp: Likewise.
10469 * gdb.arch/thumb-prologue.exp: Likewise.
10470 * gdb.arch/thumb-singlestep.exp: Likewise.
10471 * gdb.base/disp-step-syscall.exp: Likewise.
10472 * gdb.base/float.exp: Likewise.
10473
10474 2015-07-07 Yao Qi <yao.qi@linaro.org>
10475
10476 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10477 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10478
10479 2015-07-07 Yao Qi <yao.qi@linaro.org>
10480
10481 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10482 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10483 if it exists.
10484 * gdb.multi/multi-arch.exp: Likewise.
10485
10486 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10487
10488 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10489 print.
10490
10491 2015-07-07 Yao Qi <yao.qi@linaro.org>
10492
10493 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10494
10495 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10496
10497 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10498 '[' and ']' characters.
10499
10500 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10501
10502 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10503
10504 2015-06-29 Pedro Alves <palves@redhat.com>
10505
10506 PR threads/18127
10507 * gdb.threads/hand-call-new-thread.c: New file.
10508 * gdb.threads/hand-call-new-thread.c: New file.
10509
10510 2015-06-26 Keith Seitz <keiths@redhat.com>
10511 Doug Evans <dje@google.com>
10512
10513 PR 16253
10514 * gdb.cp/var-tag-2.cc: New file.
10515 * gdb.cp/var-tag-3.cc: New file.
10516 * gdb.cp/var-tag-4.cc: New file.
10517 * gdb.cp/var-tag.cc: New file.
10518 * gdb.cp/var-tag.exp: New file.
10519
10520 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10521
10522 * gdb.base/history-duplicates.exp: New test.
10523
10524 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10525
10526 * gdb.base/completion.exp: Test the completion of the "focus"
10527 command.
10528
10529 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10530
10531 * gdb.arch/amd64-prologue-skip.S: New file.
10532 * gdb.arch/amd64-prologue-skip.exp: New file.
10533
10534 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10535
10536 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10537 is_address_zero_readable check.
10538
10539 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10540
10541 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10542 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10543
10544 2015-06-24 Yao Qi <yao.qi@linaro.org>
10545
10546 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10547 linux targets.
10548
10549 2015-06-24 Yao Qi <yao.qi@linaro.org>
10550
10551 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10552 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10553 * gdb.base/siginfo-thread.exp: Likewise.
10554
10555 2015-06-22 Yao Qi <yao.qi@linaro.org>
10556
10557 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10558
10559 2015-06-22 Yao Qi <yao.qi@linaro.org>
10560
10561 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10562 aarch64*-*-*.
10563 (skip_hw_watchpoint_tests): Likewise.
10564
10565 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10566
10567 * gdb.base/gdbinit-history.exp: Test the interaction between
10568 setting GDBHISTSIZE and setting the history size via .gdbinit.
10569
10570 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10571
10572 PR gdb/16999
10573 * gdb.base/gdbhistsize-history.exp: New test.
10574
10575 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10576
10577 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10578 with GDBHISTSIZE.
10579 * gdb.base/readline.exp: Likewise.
10580
10581 2015-06-17 Yao Qi <yao.qi@linaro.org>
10582
10583 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10584 line.
10585
10586 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10587
10588 * gdb.base/gdbinit-history.exp: Add test case to check that
10589 an unlimited history file does not get truncated on exit.
10590
10591 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10592
10593 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10594 (VECTOR): New macro. Use it...
10595 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10596 ...for these typedefs.
10597 (int8, char1, int1, double1): New typedefs.
10598 (struct just_int2, struct two_int2): New structures.
10599 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10600 (add_structvecs, add_singlevecs): New functions.
10601 (main): Call add_some_intvecs twice.
10602 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10603 the compile and exit upon failure. Try compiling for the "native"
10604 architecture. Test inferior function calls with vector arguments
10605 and vector return value handling with "finish" and "return".
10606
10607 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10608
10609 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10610 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10611 PE file.
10612 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10613
10614 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10615
10616 PR breakpoints/16465
10617 * gdb.mi/mi-dprintf-pending.c: New file.
10618 * gdb.mi/mi-dprintf-pending.exp: New test.
10619 * gdb.mi/mi-dprintf-pendshr.c: New file.
10620
10621 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10622 Mircea Gherzan <mircea.gherzan@intel.com>
10623
10624 * gdb.arch/i386-mpx-map.c: New file.
10625 * gdb.arch/i386-mpx-map.exp: New File.
10626
10627 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10628
10629 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10630 * gdb.arch/i386-mpx.exp: Indentation fixed.
10631
10632 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10633
10634 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10635 function and improved indentation.
10636 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10637 gdb_test_multiple. Added additional tests to skip the test.
10638
10639 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10640
10641 * gdb.arch/i386-avx512.c: Change path in include file.
10642 * gdb.arch/i386-avx512.exp: Change include dir path
10643 compilation flag.
10644 * gdb.arch/i386-mpx.c: Change path in include file.
10645 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10646 flag.
10647
10648 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10649
10650 * gdb.compile/compile-print.exp (compile print *vararray@3)
10651 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10652
10653 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10654
10655 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10656 (do not keep jit in memory): ... this.
10657 (expect 5): Change it to ...
10658 (expect no 5): ... this.
10659
10660 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10661
10662 PR gdb/15564
10663 * gdb.mi/mi-detach.exp: New file.
10664
10665 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10666
10667 PR symtab/18392
10668 * gdb.arch/amd64-tailcall-self.S: New file.
10669 * gdb.arch/amd64-tailcall-self.c: New file.
10670 * gdb.arch/amd64-tailcall-self.exp: New file.
10671
10672 2015-05-28 Don Breazeal <donb@codesourcery.com>
10673
10674 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10675 tests for remote targets by checking is_target_gdbserver.
10676
10677 2015-05-27 Doug Evans <dje@google.com>
10678
10679 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10680 * gdb.dwarf2/opaque-type-lookup.c: New file.
10681 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10682
10683 2015-05-26 Doug Evans <dje@google.com>
10684
10685 * gdb.cp/iostream.cc: New file.
10686 * gdb.cp/iostream.exp: New file.
10687
10688 2015-05-26 Doug Evans <dje@google.com>
10689
10690 * gdb.dwarf2/dw2-op-call.exp: Update.
10691 * gdb.dwarf2/dw4-sig-types.exp: Update.
10692 * gdb.dwarf2/implptr.exp: Update.
10693 * gdb.mi/mi-cmd-param-changed.exp: Update.
10694
10695 2015-05-26 Doug Evans <dje@google.com>
10696
10697 * gdb.python/py-lazy-string.c: New file.
10698 * gdb.python/py-lazy-string.exp: New file.
10699 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10700 (main): Update. Add estring3.
10701 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10702 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10703
10704 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10705 Yao Qi <yao.qi@linaro.org>
10706
10707 * gdb.reverse/aarch64.c: New.
10708 * gdb.reverse/aarch64.exp: New.
10709
10710 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10711
10712 * lib/gdb.exp (supports_process_record): Return true for
10713 aarch64*-linux*.
10714 (supports_reverse): Likewise.
10715
10716 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10717
10718 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10719 Use with_test_prefix.
10720
10721 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10722
10723 * gdb.base/completion.exp: Add test for completion of layout
10724 names.
10725
10726 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10727
10728 * lib/gdb.exp (skip_tui_tests): New proc.
10729 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10730
10731 2015-05-19 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10734 Save the whole env array instead of just HOME. Unset HISTSIZE in
10735 the environment while testing. Restore whole environment
10736 afterwards.
10737
10738 2015-05-16 Doug Evans <xdje42@gmail.com>
10739
10740 * gdb.guile/scm-ports.c: New file.
10741 * gdb.guile/scm-ports.exp: Add memory port tests.
10742
10743 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10744
10745 * gdb.compile/compile-print.c: New file.
10746 * gdb.compile/compile-print.exp: New file.
10747
10748 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10749
10750 * gdb.compile/compile-ops.exp: Cast param to void.
10751 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10752 (compile code struct_object.selffield = &struct_object): Add xfail.
10753
10754 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10755
10756 * gdb.ada/arr_enum_with_gap: New testcase.
10757
10758 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10759
10760 * gdb.ada/byte_packed_arr: New testcase.
10761
10762 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10763
10764 * gdb.ada/pckd_neg: New testcase.
10765
10766 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10767
10768 PR gdb/17820
10769 * gdb.base/gdbinit-history.exp: New test.
10770 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10771 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10772
10773 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10774
10775 * gdb.python/py-xmethods.cc: Enhance test case.
10776 * gdb.python/py-xmethods.exp: New tests.
10777 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10778 function.
10779 (B_indexoper): Likewise.
10780 (global_dm_list) : Add new xmethod worker functions.
10781
10782 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10783
10784 * gdb.base/coredump-filter.exp: Correctly unset
10785 "coredump_var_addr" array.
10786
10787 2015-05-08 Pedro Alves <palves@redhat.com>
10788
10789 * gdb.server/non-existing-program.exp: Unset spawn_id.
10790
10791 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10792
10793 PR python/18291
10794 * gdb.python/py-xmethods.exp: Add tests.
10795
10796 2015-05-08 Yao Qi <yao.qi@linaro.org>
10797
10798 PR gdb/18208
10799 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10800 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10801 function set_coredump_filter, and remove remote_exec call.
10802 Remove argument ipid. Callers update.
10803 (top level): Don't get inferior's PID.
10804
10805 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10806
10807 * gdb.base/watch_thread_num.exp: Skip test on targets without
10808 access watchpoints.
10809
10810 2015-05-06 Pedro Alves <palves@redhat.com>
10811
10812 PR server/18081
10813 * gdb.server/non-existing-program.exp: New file.
10814
10815 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10816
10817 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10818
10819 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10820
10821 * gdb.ada/out_of_line_in_inlined: New testcase.
10822
10823 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10824
10825 * gdb.ada/var_rec_arr: New testcase.
10826
10827 2015-04-30 Yao Qi <yao.qi@linaro.org>
10828
10829 * gdb.base/break-idempotent.exp: If
10830 skip_hw_watchpoint_multi_tests returns true, skip the tests
10831 on "rwatch" and "awatch".
10832
10833 2015-04-30 Yao Qi <yao.qi@linaro.org>
10834
10835 * gdb.base/relativedebug.exp: Invoke gdb command
10836 "info sharedlibrary", and if libc.so doesn't have debug info,
10837 skip the test.
10838
10839 2015-04-29 Doug Evans <dje@google.com>
10840
10841 * gdb.python/py-xmethods.exp: Add ptype tests.
10842 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10843 get_result_type method.
10844
10845 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10846
10847 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10848 the target does not support hardware watchpoints.
10849
10850 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10851
10852 * gdb.base/break-always.exp: Abort testing if writing to memory
10853 causes an error.
10854
10855 2015-04-28 Doug Evans <dje@google.com>
10856
10857 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10858 * gdb.python/py-pp-registration.exp: ... here. New file.
10859 * gdb.python/py-pp-registration.c: New file.
10860 * gdb.python/py-pp-registration.py: New file.
10861
10862 2015-04-28 Doug Evans <dje@google.com>
10863
10864 * gdb.python/py-bad-printers.c: New file.
10865 * gdb.python/py-bad-printers.py: New file.
10866 * gdb.python/py-bad-printers.exp: New file.
10867
10868 2015-04-28 Sasha Smundak <asmundak@google.com>
10869
10870 * gdb.python/py-type.exp: New test.
10871
10872 2015-04-28 Andy Wingo <wingo@igalia.com>
10873
10874 * gdb.python/py-parameter.exp:
10875 * gdb.guile/scm-parameter.exp: Escape the path that we are
10876 matching against, as it might contain characters that are special
10877 to regular expressions.
10878
10879 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10880
10881 * gdb.ada/rec_comp: New testcase.
10882
10883 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10884
10885 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10886 before using it.
10887
10888 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10889
10890 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10891 new tests for verilog output.
10892
10893 2015-04-24 Yao Qi <yao.qi@linaro.org>
10894
10895 * boards/remote-gdbserver-on-localhost.exp: New file.
10896
10897 2015-04-23 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10900 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10901 "end of file", remove $inferior_spawn_id from the indirect list.
10902
10903 2015-04-23 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10906
10907 2015-04-23 Pedro Alves <palves@redhat.com>
10908
10909 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10910 on $any_spawn_id instead of only on $gdb_spawn_id.
10911
10912 2015-04-21 Pierre Muller <muller@sourceware.org>
10913
10914 PR pascal/17815
10915 * lib/pascal.exp (gpc_compile): Add new option "class".
10916 (fpc_compile): Likewise.
10917 * gdb.pascal/case-insensitive-symbols.pas: New file.
10918 * gdb.pascal/case-insensitive-symbols.exp: New file.
10919
10920 2015-04-20 Gary Benson <gbenson@redhat.com>
10921
10922 * gdb.base/attach.exp: Fix three extended remote failures.
10923
10924 2015-04-17 Gary Benson <gbenson@redhat.com>
10925
10926 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10927 the main executable over the remote protocol.
10928
10929 2015-04-16 Pedro Alves <palves@redhat.com>
10930
10931 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10932 a new gdbserver if gdbserver_reconnect_p is set.
10933
10934 2015-04-16 Pedro Alves <palves@redhat.com>
10935
10936 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10937 is set, don't exit gdbserver.
10938
10939 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10940
10941 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10942 appropriate .insn, such that an older assembler can be used.
10943 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10944 the z/Architecture instruction set on 31-bit targets as well.
10945
10946 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10947
10948 * gdb.go/handcall.exp: Remove all logic related to the first
10949 breakpoint and rely on go_runto_main instead.
10950 * gdb.go/strings.exp: Likewise.
10951 * gdb.go/unsafe.exp: Likewise.
10952 * gdb.go/hello.exp: Likewise. Also rename the remaining
10953 breakpoint marker to "breakpoint 1".
10954 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10955 * gdb.go/strings.go: Likewise.
10956 * gdb.go/unsafe.go: Likewise.
10957 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10958 "set breakpoint 2 here" and rename the remaining breakpoint marker
10959 to "breakpoint 1".
10960
10961 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10962
10963 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10964 if itertools.imap is not present.
10965 * gdb.python/py-objfile.exp: Add parentheses.
10966 * gdb.python/py-type.exp: Same.
10967 * gdb.python/py-unwind-maint.py: Same.
10968
10969 2015-04-15 Yao Qi <yao.qi@linaro.org>
10970
10971 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10972 of ":$ptr_size" and set its form explicitly.
10973
10974 2015-04-15 Pedro Alves <palves@redhat.com>
10975 Yao Qi <yao.qi@linaro.org>
10976
10977 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10978 timeout by factor of 4.
10979 (test_regular_watch): Likewise.
10980 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10981 * gdb.reverse/sigall-reverse.exp: Likewise.
10982 * gdb.reverse/until-precsave.exp: Likewise.
10983 * lib/gdb.exp (with_timeout_factor): New proc.
10984 (gdb_expect): Move some code to ...
10985 (get_largest_timeout): ... here. New procedure.
10986
10987 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
10988
10989 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10990
10991 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10992
10993 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10994 to write to the .text section.
10995
10996 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10997
10998 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10999 Handle the case of targets that do not provide PID information.
11000
11001 2015-04-13 Yao Qi <yao.qi@linaro.org>
11002
11003 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11004 and use expect instead of gdb_expect.
11005
11006 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11007
11008 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11009 "coredump_var_addr" to avoid naming conflict with other testcases.
11010
11011 2015-04-10 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11014 gdb_test_sequence and gdb_assert.
11015
11016 2015-04-10 Pedro Alves <palves@redhat.com>
11017
11018 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11019 test messages that don't include the breakpoint address.
11020
11021 2015-04-10 Yao Qi <yao.qi@linaro.org>
11022
11023 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11024 false for some offset and width combinations which aren't
11025 supported by linux kernel.
11026
11027 2015-04-10 Pedro Alves <palves@redhat.com>
11028
11029 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11030 procedure, factored out from ...
11031 (top level): ... here. Add "set displaced-stepping" testing axis.
11032 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11033 parameter "displaced". Use it.
11034 (top level): Use foreach and add "set displaced-stepping" testing
11035 axis.
11036
11037 2015-04-10 Pedro Alves <palves@redhat.com>
11038
11039 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11040 Remove comment.
11041 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11042 both the address of the instruction that triggers the watchpoint
11043 and the address of the instruction immediately after, and use
11044 those addresses for the test. Fix comment.
11045
11046 2015-04-10 Pedro Alves <palves@redhat.com>
11047
11048 * gdb.base/sigstep.exp (breakpoint_to_handler)
11049 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11050 Test "backtrace" in handler.
11051 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11052 (top level): Add new "displaced" test axis to
11053 breakpoint_to_handler, breakpoint_to_handler_entry and
11054 breakpoint_over_handler.
11055
11056 2015-04-10 Pedro Alves <palves@redhat.com>
11057
11058 PR gdb/18216
11059 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11060
11061 2015-04-10 Yao Qi <yao.qi@linaro.org>
11062
11063 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11064 (test_add_rn_pc): New function.
11065 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11066 (top level): Invoke test_add_rn_pc.
11067
11068 2015-04-10 Pedro Alves <palves@redhat.com>
11069
11070 PR gdb/13858
11071 * gdb.base/step-over-no-symbols.exp: New file.
11072
11073 2015-04-09 Andy Wingo <wingo@igalia.com>
11074
11075 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11076 after the Python tests.
11077
11078 2015-04-08 Keith Seitz <keiths@redhat.com>
11079
11080 PR python/16699
11081 * gdb.python/py-completion.exp: New tests for completion.
11082 * gdb.python/py-completion.py (CompleteLimit1): New class.
11083 (CompleteLimit2): Likewise.
11084 (CompleteLimit3): Likewise.
11085 (CompleteLimit4): Likewise.
11086 (CompleteLimit5): Likewise.
11087 (CompleteLimit6): Likewise.
11088 (CompleteLimit7): Likewise.
11089
11090 2015-04-08 Pedro Alves <palves@redhat.com>
11091
11092 PR gdb/18214
11093 PR gdb/18216
11094 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11095 function.
11096 (main): Install it as SIGUSR1 handler.
11097 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11098 parameter. Always use "setup" as prefix. Toggle "set
11099 displaced-stepping" off/on depending on global. Don't switch to
11100 thread 1 here.
11101 (top level): Add displaced stepping "off/on" test axis. Update
11102 "setup" calls. Wrap each subtest with with_test_prefix. Test
11103 continuing with a queued signal in each thread.
11104
11105 2015-04-08 Pedro Alves <palves@redhat.com>
11106
11107 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11108 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11109 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11110 Return early if running to main fails.
11111 * gdb.trace/while-stepping.exp: Likewise.
11112
11113 2015-04-07 Pedro Alves <palves@redhat.com>
11114
11115 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11116 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11117 interact with inferior program.
11118
11119 2015-04-07 Pedro Alves <palves@redhat.com>
11120
11121 * lib/gdb.exp (inferior_spawn_id): New global.
11122 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11123 spawn id after processing the user code.
11124 (default_gdb_start): Set inferior_spawn_id.
11125 (send_inferior): New procedure.
11126 * lib/gdbserver-support.exp (gdbserver_start): Set
11127 inferior_spawn_id.
11128 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11129
11130 2015-04-07 Pedro Alves <palves@redhat.com>
11131
11132 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11133 * lib/gdbserver-support.exp (gdbserver_start): Make
11134 $server_spawn_id global.
11135 (gdbserver_start): Don't wait for gdbserver's spawn id with
11136 expect_background.
11137 (close_gdbserver): New procedure.
11138 (gdb_exit): Rename the default version and reimplement.
11139
11140 2015-04-07 Pedro Alves <palves@redhat.com>
11141
11142 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11143 append the substituted item, not the original item.
11144
11145 2015-04-07 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11148 gdb_expect.
11149
11150 2015-04-07 Pedro Alves <palves@redhat.com>
11151
11152 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11153 output appearing once only.
11154
11155 2015-04-07 Pedro Alves <palves@redhat.com>
11156
11157 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11158 that doesn't expect anything. Return early if running to main
11159 fails.
11160
11161 2015-04-07 Yao Qi <yao.qi@linaro.org>
11162
11163 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11164 (child_function): Call alarm.
11165 (main): Move call to alarm into the loop.
11166 * gdb.threads/non-stop-fair-events.exp: Build program with
11167 -DTIMEOUT=$timeout.
11168
11169 2015-04-06 Doug Evans <xdje42@gmail.com>
11170
11171 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11172 Fix dest parameter to board_info.
11173 (fpc_compile): Ditto.
11174 (gdb_compile_pascal): Rename dest arg to destfile.
11175
11176 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11177
11178 * gdb.ada/funcall_ref.exp: New file.
11179 * gdb.ada/funcall_ref/foo.adb: New file.
11180
11181 2015-04-02 Yao Qi <yao.qi@linaro.org>
11182
11183 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11184 is remote.
11185
11186 2015-04-02 Gary Benson <gbenson@redhat.com>
11187
11188 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11189
11190 2015-04-01 Sasha Smundak <asmundak@google.com>
11191
11192 * gdb.python/py-unwind-maint.c: New file.
11193 * gdb.python/py-unwind-maint.exp: New test.
11194 * gdb.python/py-unwind-maint.py: New file.
11195 * gdb.python/py-unwind.c: New file.
11196 * gdb.python/py-unwind.exp: New test.
11197 * gdb.python/py-unwind.py: New test.
11198
11199 2015-04-01 Pedro Alves <palves@redhat.com>
11200
11201 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11202 to fail instead of non-existent $test.
11203
11204 2015-04-01 Pedro Alves <palves@redhat.com>
11205
11206 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11207 GDBFLAGS if not empty.
11208
11209 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11210
11211 * gdb.ada/complete.exp: Remove "multi_line".
11212 * gdb.ada/info_exc.exp: Remove "multi_line".
11213 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11214 * gdb.ada/ptype_field.exp: Remove "multi_line".
11215 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11216 * gdb.ada/tagged.exp: Remove "multi_line".
11217 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11218 [multi_line ...]
11219 * gdb.btrace/delta.exp: Likewise.
11220 * gdb.btrace/exception.exp: Likewise.
11221 * gdb.btrace/function_call_history.exp: Likewise.
11222 * gdb.btrace/instruction_history.exp: Likewise.
11223 * gdb.btrace/nohist.exp: Likewise.
11224 * gdb.btrace/record_goto.exp: Likewise.
11225 * gdb.btrace/segv.exp: Likewise.
11226 * gdb.btrace/stepi.exp: Likewise.
11227 * gdb.btrace/tailcall.exp: Likewise.
11228 * gdb.btrace/unknown_functions.exp: Likewise.
11229 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11230 * lib/gdb.exp: Add the "multi_line" helper.
11231
11232 2015-04-01 Pedro Alves <palves@redhat.com>
11233
11234 * gdb.threads/tid-reuse.c: New file.
11235 * gdb.threads/tid-reuse.exp: New file.
11236
11237 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11238
11239 PR corefiles/16092
11240 * gdb.base/coredump-filter.c: New file.
11241 * gdb.base/coredump-filter.exp: Likewise.
11242
11243 2015-03-27 Petr Machata <pmachata@redhat.com>
11244
11245 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11246 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11247 (Dwarf::assemble): Initialize them.
11248 (Dwarf::lines): New function.
11249
11250 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11251
11252 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11253 SYMBOL_PREFIX for x86_64-*-cygwin.
11254
11255 2015-03-26 Andy Wingo <wingo@igalia.com>
11256
11257 PR symtab/18148
11258 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11259 const_value but not a location.
11260 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11261 location defined in non-main CUs are visible.
11262
11263 2015-03-26 Yao Qi <yao.qi@linaro.org>
11264
11265 PR testsuite/18139
11266 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11267 Add a line number entry for the same line.
11268 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11269 Add a line number entry for the same line.
11270
11271 2015-03-26 Yao Qi <yao.qi@linaro.org>
11272
11273 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11274 .int 0.
11275 (func): Likewise. Add .Lfunc_1 label.
11276 Use .Lfunc_1 label.
11277 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11278 .int 0.
11279 (func): Likewise.
11280 Use .Lfunc_1 label.
11281
11282 2015-03-26 Yao Qi <yao.qi@linaro.org>
11283
11284 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11285 Call gdb_compile instead to compile each .s files without debug
11286 information.
11287
11288 2015-03-26 Yao Qi <yao.qi@linaro.org>
11289
11290 * gdb.base/savedregs.exp (process_saved_regs): Make
11291 "Saved registers:" optional in the pattern.
11292
11293 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11294
11295 * gdb.btrace/next.exp: Merged into step.exp.
11296 * gdb.btrace/finish.exp: Merged into step.exp.
11297 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11298 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11299 "record goto" and checking the exact replay position.
11300 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11301 check for "Recording format" in "info record" output.
11302 * gdb.btrace/record_goto.exp: Choose test file based on target.
11303 * gdb.btrace/x86-record_goto.S: Renamed into ...
11304 * gdb.btrace/x86_64-record_goto.S: ... this.
11305 * gdb.btrace/i686-record_goto.S: New.
11306 * gdb.btrace/x86-tailcall.S: Renamed into ...
11307 * gdb.btrace/x86_64-tailcall.S: ... this.
11308 * gdb.btrace/i686-tailcall.S: New.
11309 * gdb.btrace/x86-tailcall.c: Renamed into ...
11310 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11311 separate statements. Update test.
11312 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11313 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11314 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11315 * gdb.btrace/tailcall.exp: Choose test file based on target.
11316 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11317
11318 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11319
11320 * gdb.btrace/exception.exp: Increase BTS buffer size.
11321
11322 2015-03-24 Pedro Alves <palves@redhat.com>
11323
11324 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11325
11326 2015-03-24 Pedro Alves <palves@redhat.com>
11327
11328 * gdb.threads/schedlock.exp (test_step): No longer expect that
11329 "set scheduler-locking step" with "next" over a function call runs
11330 threads unlocked.
11331
11332 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11333
11334 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11335
11336 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11337
11338 PR breakpoints/16466
11339 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11340 * gdb.mi/mi-pending.c (thread_func): New function.
11341 (int main): Add threading support required.
11342 * gdb.mi/mi-pending.exp: Add tests for this issue.
11343 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11344 (pendfunc2): Remove stdio dependency.
11345 * gdb.mi/mi-pendshr2.c: New file.
11346
11347 2015-03-23 Keith Seitz <keiths@redhat.com>
11348
11349 * gdb.linespec/keywords.c: New file.
11350 * gdb.linespec/keywords.exp: New file.
11351
11352 2015-03-23 Keith Seitz <keiths@redhat.com>
11353
11354 PR gdb/18021
11355 * gdb.dwarf2/staticvirtual.exp: New test.
11356
11357 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11358
11359 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11360 * README: Remove HP-UX and gdb.hp.
11361 (configuration):
11362 * configure: Regenerate.
11363 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11364 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11365 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11366 gdb.hp/gdb.defects/Makefile.
11367 * gdb.hp/Makefile.in: File deleted.
11368 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11369 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11370 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11371 * gdb.hp/gdb.aCC/run.c: File deleted.
11372 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11373 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11374 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11375 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11376 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11377 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11378 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11379 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11380 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11381 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11382 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11383 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11384 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11385 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11386 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11387 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11388 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11389 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11390 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11391 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11392 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11393 * gdb.hp/gdb.compat/average.c: File deleted.
11394 * gdb.hp/gdb.compat/sum.c: File deleted.
11395 * gdb.hp/gdb.compat/xdb.c: File deleted.
11396 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11397 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11398 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11399 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11400 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11401 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11402 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11403 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11404 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11405 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11406 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11407 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11408 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11409 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11410 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11411 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11412 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11413 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11414 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11415 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11416 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11417 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11418 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11419 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11420 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11421 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11422 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11423 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11424 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11425 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11426 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11427 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11428 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11429 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11430 * gdb.hp/tools/odump: File deleted.
11431
11432 2015-03-19 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11435 (saw_thread_3): New globals.
11436 (top level): Increment them when an event for the corresponding
11437 thread is seen.
11438 (no thread starvation): New test.
11439
11440 2015-03-19 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.threads/continue-pending-status.c: New file.
11443 * gdb.threads/continue-pending-status.exp: New file.
11444
11445 2015-03-18 Pedro Alves <palves@redhat.com>
11446
11447 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11448 Use gdb_is_target_remote instead of is_remote. Use
11449 gdb_test_multiple instead of gdb_expect. Exit early if
11450 gdb_test_multiple hits its internal matches. Tighten stepi tests
11451 expected output. Fail on exit with any signal, instead of just
11452 SIGILL.
11453
11454 2015-03-18 Yao Qi <yao.qi@linaro.org>
11455
11456 PR tdep/18107
11457 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11458 variable.
11459 * gdb.base/catch-syscall.exp: Don't skip it on
11460 aarch64*-*-linux* target. Remove elements in all_syscalls.
11461 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11462 target.
11463 (setup_all_syscalls): New proc.
11464
11465 2015-03-16 Yao Qi <yao.qi@linaro.org>
11466
11467 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11468 (top level): Skip tests if valid_addr_p returns false for
11469 $cmd1 or $cmd2.
11470
11471 2015-03-11 Andy Wingo <wingo@igalia.com>
11472
11473 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11474
11475 2015-03-11 Yao Qi <yao.qi@linaro.org>
11476
11477 * gdb.base/catch-syscall.exp: Fix typo in comments.
11478
11479 2015-03-11 Yao Qi <yao.qi@linaro.org>
11480
11481 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11482
11483 2015-03-09 Pedro Alves <palves@redhat.com>
11484
11485 * dg-extract-results.py: Delete.
11486
11487 2015-03-09 Pedro Alves <palves@redhat.com>
11488
11489 Merge dg-extract-results.sh from GCC upstream (r218843).
11490
11491 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11492 * dg-extract-results.sh: Use --text with grep to avoid issues with
11493 binary files. Fall back to cat -v, if that doesn't work.
11494
11495 2015-03-05 Pedro Alves <palves@redhat.com>
11496
11497 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11498
11499 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11500
11501 * lib/mi-support.exp (mi_expect_interrupt): Accept
11502 alternative event for when in all-stop mode.
11503
11504 2015-03-04 Pedro Alves <palves@redhat.com>
11505
11506 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11507
11508 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11509
11510 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11511
11512 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11513
11514 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11515 regexps for GDB's current line display, accept a hex address
11516 preceding the line number.
11517
11518 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11519
11520 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11521 the 'arch1' variable for "s390*-linux*" targets.
11522
11523 2015-03-04 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11526 (main): Pass missing retval argument to pthread_join call.
11527
11528 2015-03-02 Pedro Alves <palves@redhat.com>
11529
11530 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11531 (top level): Call do_test with non-stop as well.
11532
11533 2015-03-02 Pedro Alves <palves@redhat.com>
11534
11535 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11536 -1.
11537
11538 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11539
11540 * gdb.arch/s390-vregs.exp: New test.
11541 * gdb.arch/s390-vregs.S: New file.
11542
11543 2015-02-27 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11546 call to catch_command_errors.
11547 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11548 catch_command_errors.
11549
11550 2015-02-27 Pedro Alves <palves@redhat.com>
11551
11552 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11553 "true" for boolean result.
11554 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11555 prototype of main.
11556
11557 2015-02-27 Pedro Alves <palves@redhat.com>
11558
11559 * lib/unbuffer_output.c: New file.
11560 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11561 (main): Call gdb_unbuffer_output.
11562
11563 2015-02-27 Yao Qi <yao.qi@linaro.org>
11564
11565 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11566 target.
11567
11568 2015-02-26 Doug Evans <dje@google.com>
11569
11570 * gdb.cp/class2.cc (Dbase, D): New classes.
11571 (main): New local delta.
11572 * gdb.cp/class2.exp: Test printing delta.
11573 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11574 (dynbar): New global.
11575 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11576
11577 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11578
11579 * gdb.compile/compile-ifunc.c: New file.
11580 * gdb.compile/compile-ifunc.exp: New file.
11581
11582 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11583
11584 * gdb.base/structs.exp: Check for correct struct on finish.
11585
11586 2015-02-26 Yao Qi <yao.qi@linaro.org>
11587
11588 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11589 is zero.
11590
11591 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11592
11593 * gdb.arch/cordic.ko.bz2: New file.
11594 * gdb.arch/cordic.ko.debug.bz2: New file.
11595 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11596
11597 2015-02-25 Yao Qi <yao.qi@linaro.org>
11598
11599 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11600 aarch64*-*-* target.
11601
11602 2015-02-23 Pedro Alves <palves@redhat.com>
11603
11604 * lib/gdb.exp (delete_breakpoints): Rewrite using
11605 gdb_test_multiple.
11606
11607 2015-02-23 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.base/info-os.c: Include stdlib.h.
11610
11611 2015-02-22 Doug Evans <xdje42@gmail.com>
11612
11613 PR symtab/17855
11614 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11615 is read after symbols have been re-read.
11616 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11617 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11618
11619 2015-02-21 Doug Evans <dje@google.com>
11620
11621 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11622
11623 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11624
11625 PR corefiles/17808
11626 * gdb.arch/i386-biarch-core.core.bz2: New file.
11627 * gdb.arch/i386-biarch-core.exp: New file.
11628
11629 2015-02-21 Pedro Alves <palves@redhat.com>
11630
11631 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11632 runto_main fails.
11633
11634 2015-02-20 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11637 info probes.
11638
11639 2015-02-20 Pedro Alves <palves@redhat.com>
11640
11641 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11642
11643 2015-02-20 Pedro Alves <palves@redhat.com>
11644
11645 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11646 clean_restart before gdb_target_supports_trace.
11647
11648 2015-02-20 Pedro Alves <palves@redhat.com>
11649
11650 PR threads/18006
11651 * gdb.threads/clone-thread_db.c: New file.
11652 * gdb.threads/clone-thread_db.exp: New file.
11653
11654 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11655
11656 PR breakpoints/16812
11657 * gdb.base/catch-gdb-caused-signals.c: New file.
11658 * gdb.base/catch-gdb-caused-signals.exp: New file.
11659
11660 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11661
11662 * configure: Regenerated.
11663 * configure.ac: Use GDB_AC_TRANSFORM.
11664 * aclocal.m4: sinclude ../transform.m4.
11665
11666 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11667
11668 * lib/dtrace.exp: New file.
11669 * gdb.base/dtrace-probe.exp: Likewise.
11670 * gdb.base/dtrace-probe.d: Likewise.
11671 * gdb.base/dtrace-probe.c: Likewise.
11672 * lib/pdtrace.in: Likewise.
11673 * configure.ac: Output variables with the transformed names of
11674 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11675 * configure: Regenerated.
11676
11677 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11678
11679 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11680 expected message when trying to access $_probe_* convenience
11681 variables while not on a probe.
11682
11683 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11684
11685 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11686
11687 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11688
11689 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11690 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11691
11692 2015-02-10 Doug Evans <xdje42@gmail.com>
11693
11694 * lib/gdb.exp (gdb_load): Always return a result.
11695
11696 2015-02-10 Pedro Alves <palves@redhat.com>
11697
11698 * gdb.threads/signal-sigtrap.c: New file.
11699 * gdb.threads/signal-sigtrap.exp: New file.
11700
11701 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11702
11703 * gdb.trace/no-attach-trace.c: New file.
11704 * gdb.trace/no-attach-trace.exp: New file.
11705
11706 2015-02-09 Mark Wielaard <mjw@redhat.com>
11707
11708 * gdb.dwarf2/atomic.c: New file.
11709 * gdb.dwarf2/atomic-type.exp: Likewise.
11710
11711 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11712
11713 * gdb.btrace/buffer-size.exp: Update "info record" output.
11714 * gdb.btrace/delta.exp: Update "info record" output.
11715 * gdb.btrace/enable.exp: Update "info record" output.
11716 * gdb.btrace/finish.exp: Update "info record" output.
11717 * gdb.btrace/instruction_history.exp: Update "info record" output.
11718 * gdb.btrace/next.exp: Update "info record" output.
11719 * gdb.btrace/nexti.exp: Update "info record" output.
11720 * gdb.btrace/step.exp: Update "info record" output.
11721 * gdb.btrace/stepi.exp: Update "info record" output.
11722 * gdb.btrace/nohist.exp: Update "info record" output.
11723
11724 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11725
11726 * gdb.btrace/buffer-size: New.
11727
11728 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11729
11730 * gdb.btrace/delta.exp: Update "info record" output.
11731 * gdb.btrace/enable.exp: Update "info record" output.
11732 * gdb.btrace/finish.exp: Update "info record" output.
11733 * gdb.btrace/instruction_history.exp: Update "info record" output.
11734 * gdb.btrace/next.exp: Update "info record" output.
11735 * gdb.btrace/nexti.exp: Update "info record" output.
11736 * gdb.btrace/step.exp: Update "info record" output.
11737 * gdb.btrace/stepi.exp: Update "info record" output.
11738 * gdb.btrace/nohist.exp: Update "info record" output.
11739
11740 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11741
11742 PR gdb/15678
11743 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11744
11745 2015-02-06 Pedro Alves <palves@redhat.com>
11746
11747 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11748 macro.
11749 (seconds_left, again): New globals.
11750 (main): Wait seconds_left in a 1-second sleep loop instead of
11751 sleeping 180 seconds. If 'again' is set, reset the seconds
11752 counter.
11753 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11754 'again' in the inferior before detaching. Print the seconds left.
11755 (options): New global.
11756 (top level): Build program with -DTIMEOUT=$timeout.
11757
11758 2015-02-06 Pedro Alves <palves@redhat.com>
11759
11760 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11761 determine how many seconds to pass to 'alarm'.
11762 * gdb.base/gdb-sigterm.exp (top level): Build program with
11763 -DTIMEOUT=$timeout.
11764 (do_test): Return success/failure indication. Add more verbose
11765 logging. Don't fail if 200 single steps are seen. Instead, fail
11766 when the test times out.
11767 (passes): New global.
11768 (top level): Break the testing loop if testing fails on any
11769 iteration. Use gdb_assert.
11770
11771 2015-02-04 Don Breazeal <donb@codesourcery.com>
11772
11773 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11774 and initialize them.
11775 (ipc_cleanup): New function.
11776 (main): Don't declare shmid, semid, and msqid. Add a call to
11777 atexit so that we call ipc_cleanup on exit.
11778
11779 2015-02-04 Pedro Alves <palves@redhat.com>
11780
11781 * boards/native-extended-gdbserver.exp: Remove any target variant
11782 specifications from the board name before clearing the isremote
11783 flag from board_info.
11784
11785 2015-01-31 Doug Evans <xdje42@gmail.com>
11786
11787 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11788
11789 2015-01-31 Gary Benson <gbenson@redhat.com>
11790
11791 * gdb.base/completion.exp: Disable completion limiting for
11792 existing tests. Add new tests to check completion limiting.
11793 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11794
11795 2015-01-31 Doug Evans <xdje42@gmail.com>
11796
11797 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11798
11799 2015-01-31 Doug Evans <xdje42@gmail.com>
11800
11801 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11802 entries. Duplicate file section script entries.
11803 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11804 inlined entries. Add test for safe-path rejection.
11805 * gdb.python/py-section-script.c: Add duplicate inlined section script
11806 entries. Duplicate file section script entries.
11807 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11808 inlined entries. Add test for safe-path rejection.
11809
11810 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11811
11812 * gdb.ada/disc_arr_bound: New testcase.
11813
11814 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11815
11816 * gdb.ada/mi_var_array: New testcase.
11817
11818 2015-01-27 Doug Evans <dje@google.com>
11819
11820 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11821 Add test for objfile.filename, objfile.username after objfile
11822 has been unloaded.
11823
11824 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11825
11826 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11827 the second test to print the name attribute of value
11828 returned by the call to gdb.lookup_type, and adjust
11829 the expected output accordingly.
11830
11831 2015-01-25 Mark Wielaard <mjw@redhat.com>
11832
11833 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11834 * gdb.base/disp-step-fork.c: Include unistd.h.
11835 * gdb.base/siginfo-obj.c: Include stdio.h.
11836 * gdb.base/siginfo-thread.c: Likewise.
11837 * gdb.mi/non-stop.c: Include unistd.h.
11838 * gdb.mi/nsthrexec.c: Include stdio.h.
11839 * gdb.mi/pthreads.c: Include unistd.h.
11840 * gdb.modula2/unbounded1.c (main): Declare returns int.
11841 * gdb.reverse/consecutive-reverse.c: Likewise.
11842 * gdb.threads/create-fail.c: Include unistd.h.
11843 * gdb.threads/killed.c: Likewise.
11844 * gdb.threads/linux-dp.c: Likewise.
11845 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11846 * gdb.threads/non-ldr-exc-2.c: Likewise.
11847 * gdb.threads/non-ldr-exc-3.c: Likewise.
11848 * gdb.threads/non-ldr-exc-4.c: Likewise.
11849 * gdb.threads/pthreads.c: Include unistd.h.
11850 (main): Declare returns int.
11851 * gdb.threads/tls-main.c (foo): New declaration.
11852 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11853
11854 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11855
11856 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11857 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11858
11859 2015-01-15 Mark Wielaard <mjw@redhat.com>
11860
11861 * gdb.base/noreturn-return.c: New file.
11862 * gdb.base/noreturn-return.exp: New file.
11863 * gdb.base/noreturn-finish.c: New file.
11864 * gdb.base/noreturn-finish.exp: New file.
11865
11866 2015-01-23 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.threads/continue-pending-after-query.c: New file.
11869 * gdb.threads/continue-pending-after-query.exp: New file.
11870
11871 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11872 Simon Marchi <simon.marchi@ericsson.com>
11873
11874 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11875 * gdb.base/valgrind-db-attach.exp: Same.
11876 * gdb.base/valgrind-infcall.exp: Same.
11877 * lib/mi-support.exp (default_mi_gdb_start): Same.
11878 * lib/prompt.exp (default_prompt_gdb_start): Same.
11879 * lib/gdb.exp (default_gdb_spawn): Same.
11880 (gdb_interact): New.
11881
11882
11883 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11884
11885 * gdb.compile/compile.exp (pointer to jit function): New test.
11886
11887 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11888
11889 * lib/gdb.exp (supports_process_record): Return true for
11890 powerpc*-*-linux*.
11891 (supports_reverse): Likewise.
11892
11893 2015-01-15 Don Breazeal <donb@codesourcery.com>
11894
11895 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11896 instead of checking whether the target board is remote and
11897 use spawn_wait_for_attach instead of exec/sleep.
11898 * gdb.base/attach-twice.exp: Likewise.
11899
11900 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11901
11902 * gdb.ada/var_arr_attrs: New testcase.
11903
11904 2015-01-14 Pedro Alves <palves@redhat.com>
11905 Joel Brobecker <brobecker@adacore.com>
11906
11907 PR gdb/17525
11908 * gdb.base/bp-cmds-execution-x-script.c: New file.
11909 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11910 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11911
11912 2015-01-14 Pedro Alves <palves@redhat.com>
11913
11914 PR cli/17828
11915 * gdb.base/batch-preserve-term-settings.c: New file.
11916 * gdb.base/batch-preserve-term-settings.exp: New file.
11917
11918 2015-01-13 Doug Evans <dje@google.com>
11919
11920 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11921 binary.
11922
11923 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11924
11925 * Makefile.in (clean mostlyclean): Do not delete *.py.
11926
11927 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11928
11929 * gdb.python/py-lookup-type.exp: New file.
11930
11931 2015-01-12 Pedro Alves <palves@redhat.com>
11932
11933 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11934 restore GDBFLAGS before returning.
11935
11936 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11937
11938 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11939 is_amd64_regs_target and is_x86_like_target.
11940
11941 2015-01-11 Doug Evans <xdje42@gmail.com>
11942
11943 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11944 is given without an explicit form.
11945 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11946 attributes.
11947 * gdb.dwarf/corrupt.exp: Ditto.
11948 * gdb.dwarf2/enum-type.exp: Ditto.
11949 * gdb.trace/entry-values.exp: Ditto.
11950 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11951
11952 2015-01-11 Doug Evans <xdje42@gmail.com>
11953
11954 PR gdb/15830
11955 * gdb.base/maint.exp: Remove references to "maint demangle".
11956 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11957 Add tests for explicitly specifying language to demangle.
11958 * gdb.dlang/demangle.exp: Ditto.
11959
11960 2015-01-09 Pedro Alves <palves@redhat.com>
11961
11962 * gdb.threads/non-stop-fair-events.c: New file.
11963 * gdb.threads/non-stop-fair-events.exp: New file.
11964
11965 2015-01-09 Pedro Alves <palves@redhat.com>
11966
11967 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11968 the global scope. Set a breakpoint after all threads are started
11969 rather than stepping over two source lines. Expect the prompt.
11970 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11971 global.
11972 (NUM): Now 15.
11973 (main): Use threads_started_barrier to wait for all threads to
11974 start. Main thread no longer calls thread_function. Exit after
11975 180 seconds.
11976 (loop): New function.
11977 (thread_function): Wait on threads_started_barrier barrier. Call
11978 'loop' at each iteration.
11979 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11980 threads have started, instead of hardcoding number of "next"
11981 steps. Use an access watchpoint instead of a write watchpoint.
11982
11983 2015-01-09 Pedro Alves <palves@redhat.com>
11984
11985 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11986 (thread_func): Wait on barrier.
11987 (main): Wait for all threads to start before stopping GDB.
11988 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11989 global.
11990 (thread1_func, thread2_func): Wait on barrier.
11991 (main): Wait for all threads to start before stopping GDB.
11992 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11993 New global.
11994 (thread1_func, thread2_func): Wait on barrier.
11995 (main): Wait for all threads to start before stopping GDB.
11996
11997 2015-01-09 Pedro Alves <palves@redhat.com>
11998
11999 * gdb.threads/attach-many-short-lived-threads.c: New file.
12000 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12001
12002 2014-01-09 Pedro Alves <palves@redhat.com>
12003
12004 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12005 instead of to thread 2.
12006 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12007 Add barrier around each pthread_create call instead of around all
12008 calls.
12009 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12010 Set a break on thread_function and have the child threads hit it
12011 one at at a time.
12012
12013 2015-01-09 Pedro Alves <palves@redhat.com>
12014
12015 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12016 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12017 false.
12018 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12019 checking whether the target board is remote.
12020 * gdb.multi/multi-attach.exp: Likewise.
12021 * gdb.python/py-sync-interp.exp: Likewise.
12022 * gdb.server/ext-attach.exp: Likewise.
12023 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12024 tests that need to attach, instead of checking whether the target
12025 board is remote at the top of the file.
12026
12027 2015-01-08 Yao Qi <yao@codesourcery.com>
12028
12029 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12030
12031 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12032
12033 Fix testcase compilation.
12034 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12035
12036 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12037
12038 * gdb.python/py-type.exp: Add a couple test about empty
12039 array creation, and negative-length array creation.
12040
12041 2015-01-02 Doug Evans <xdje42@gmail.com>
12042
12043 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12044
12045 2015-01-02 Doug Evans <dje@google.com>
12046
12047 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12048
12049 2014-12-29 Yao Qi <yao@codesourcery.com>
12050
12051 * gdb.trace/entry-values.exp: Update comments. Rename variable
12052 bar_call_foo to returned_from_foo.
12053
12054 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12055
12056 PR gdb/17394
12057 * gdb.linespec/break-asm-file.c: New file.
12058 * gdb.linespec/break-asm-file.exp: New file.
12059 * gdb.linespec/break-asm-file0.s: New file.
12060 * gdb.linespec/break-asm-file1.s: New file.
12061
12062 2014-12-18 Nigel Stephens <nigel@mips.com>
12063 Maciej W. Rozycki <macro@codesourcery.com>
12064
12065 * gdb.base/float.exp: Handle the new output from "info float" on
12066 MIPS targets.
12067
12068 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12069
12070 Fix MinGW compilation.
12071 * gdb.compile/compile-ops.exp: Update untested message if
12072 !skip_compile_feature_tests.
12073 * gdb.compile/compile-setjmp.exp: Likewise.
12074 * gdb.compile/compile-tls.exp: Likewise.
12075 * gdb.compile/compile.exp: Likewise.
12076 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12077 supported on this host".
12078
12079 2014-12-16 Doug Evans <xdje42@gmail.com>
12080
12081 * boards/stabs.exp: New file.
12082
12083 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12084
12085 * gdb.base/completion.exp: Adjust to format changes of "maint
12086 print user-registers".
12087
12088 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12089
12090 PR server/17457
12091 * gdb.arch/aarch64-fp.c: New file.
12092 * gdb.arch/aarch64-fp.exp: New file.
12093
12094 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12095
12096 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12097 r210637, r210913, r211666, r215400, r215817).
12098
12099 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12100 * dg-extract-results.py: New file.
12101 * dg-extract-results.sh: Use it if the environment seems
12102 suitable.
12103
12104 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12105
12106 * dg-extract-results.py (parse_run): Handle warnings that
12107 are printed before a test harness is run.
12108
12109 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12110
12111 * dg-extract-results.py (Named): Remove __cmp__ method.
12112 (output_variation): Use a key to sort variation.harnesses.
12113
12114 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12115
12116 * dg-extract-results.py: For Python 3, force sys.stdout to
12117 handle surrogate escape sequences.
12118 (safe_open): New function.
12119 (output_segment, main): Use it.
12120
12121 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12122
12123 * dg-extract-results.py (Prog.result_re): Include options
12124 in test name.
12125
12126 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12127
12128 * dg-extract-results.py (output_variation): Always sort if
12129 do_sum.
12130
12131 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12132
12133 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12134 as long as we get pagination notifications.
12135
12136 2014-12-15 Jason Merrill <jason@redhat.com>
12137
12138 * Makefile.in (check-gdb.%): Restore.
12139 * README: Mention it.
12140
12141 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12142
12143 * gdb.ada/str_uninit: New testcase.
12144
12145 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12146
12147 PR symtab/17642
12148 * gdb.base/vla-stub-define.c: New file.
12149 * gdb.base/vla-stub.c: New file.
12150 * gdb.base/vla-stub.exp: New file.
12151
12152 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12153 Jan Kratochvil <jan.kratochvil@redhat.com>
12154 Tom Tromey <tromey@redhat.com>
12155
12156 * configure.ac: Add gdb.compile/.
12157 * configure: Regenerate.
12158 * gdb.compile/Makefile.in: New file.
12159 * gdb.compile/compile-ops.exp: New file.
12160 * gdb.compile/compile-ops.c: New file.
12161 * gdb.compile/compile-tls.c: New file.
12162 * gdb.compile/compile-tls.exp: New file.
12163 * gdb.compile/compile-constvar.S: New file.
12164 * gdb.compile/compile-constvar.c: New file.
12165 * gdb.compile/compile-mod.c: New file.
12166 * gdb.compile/compile-nodebug.c: New file.
12167 * gdb.compile/compile-setjmp-mod.c: New file.
12168 * gdb.compile/compile-setjmp.c: New file.
12169 * gdb.compile/compile-setjmp.exp: New file.
12170 * gdb.compile/compile-shlib.c: New file.
12171 * gdb.compile/compile.c: New file.
12172 * gdb.compile/compile.exp: New file.
12173 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12174
12175 2014-12-12 Tom Tromey <tromey@redhat.com>
12176
12177 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12178 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12179
12180 2014-12-12 Doug Evans <dje@google.com>
12181
12182 * lib/gdb-python.exp (get_python_valueof): New function.
12183 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12184
12185 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12186
12187 * gdb.base/completion.exp: Add test for completion of "info
12188 registers ".
12189
12190 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12191
12192 * gdb.base/func-ptrs.c: New file.
12193 * gdb.base/func-ptrs.exp: New file.
12194
12195 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12196
12197 PR breakpoints/17012
12198 * gdb.base/dprintf-detach.c: New file.
12199 * gdb.base/dprintf-detach.exp: New file.
12200
12201 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12202
12203 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12204 * lib/gdb.exp (target_is_gdbserver): New procedure.
12205
12206 2014-12-08 Doug Evans <dje@google.com>
12207
12208 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12209
12210 2014-12-05 Yao Qi <yao@codesourcery.com>
12211
12212 * gdb.guile/scm-error.exp: Remove the third argument to
12213 gdb_remote_download.
12214 * gdb.guile/scm-frame-args.exp: Likewise.
12215 * gdb.guile/scm-section-script.exp: Likewise.
12216
12217 2014-12-05 Yao Qi <yao@codesourcery.com>
12218
12219 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12220
12221 2014-12-04 Doug Evans <dje@google.com>
12222
12223 * gdb.python/py-objfile.exp: Add tests for
12224 objfile.add_separate_debug_file.
12225
12226 2014-12-04 Doug Evans <dje@google.com>
12227
12228 * lib/gdb.exp (get_build_id): New function.
12229 (build_id_debug_filename_get): Rewrite to use it.
12230 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12231
12232 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12233
12234 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12235 `method(long)', not just 0x0.
12236 * gdb.cp/nsalias.exp: Align code labels to 4.
12237 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12238 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12239 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12240 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12241 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12242 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12243
12244 2014-12-02 Doug Evans <dje@google.com>
12245
12246 PR symtab/17602
12247 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12248 * gdb.cp/anon-ns2.cc: ... here. New file.
12249 * gdb.cp/anon-ns.exp: Update.
12250
12251 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12252
12253 * gdb.python/py-events.py (inferior_call_handler): New.
12254 (register_changed_handler, memory_changed_handler): New.
12255 (test_events.invoke): Register new handlers.
12256 * gdb.python/py-events.exp: Add tests for inferior call,
12257 memory_changed and register_changed events.
12258
12259 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12260
12261 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12262 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12263 if the linker doesn't understand this.
12264
12265 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12266
12267 * gdb.python/python.exp: Change expected reply to help().
12268
12269 2014-12-01 Yao Qi <yao@codesourcery.com>
12270
12271 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12272 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12273 * configure: Re-generated.
12274
12275 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12276
12277 * gdb.cp/chained-calls.cc: New file.
12278 * gdb.cp/chained-calls.exp: New file.
12279 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12280
12281 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12282
12283 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12284 * gdb.dwarf2/symtab-producer.exp: Same.
12285 * gdb.gdb/python-interrupts.exp: Same.
12286 * gdb.gdb/python-selftest.exp: Same.
12287 * gdb.python/py-linetable.exp: Same.
12288 * gdb.python/py-type.exp: Same.
12289 * gdb.python/py-value-cc.exp: Same.
12290 * gdb.python/py-value.exp: Same.
12291
12292 2014-11-28 Yao Qi <yao@codesourcery.com>
12293
12294 * gdb.base/break-probes.exp: Match library name prefixed with
12295 sysroot.
12296
12297 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12298
12299 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12300 test expected output. Add parentheses for the call to print.
12301 Remove L suffix from integers.
12302
12303 2014-11-26 Doug Evans <dje@google.com>
12304
12305 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12306
12307 2014-11-22 Yao Qi <yao@codesourcery.com>
12308
12309 * gdb.trace/entry-values.c: Remove asms.
12310 (foo): Add foo_label.
12311 (bar): Add bar_label.
12312 * gdb.trace/entry-values.exp: Remove code computing foo's
12313 length and bar's length.
12314 (Dwarf::assemble): Invoke function_range for bar and use
12315 MACRO_AT_func for foo.
12316
12317 2014-11-22 Yao Qi <yao@codesourcery.com>
12318
12319 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12320 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12321 Use .Lgcc43_procstart instead of gcc43.
12322
12323 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12324
12325 * gdb.ada/n_arr_bound: New testcase.
12326
12327 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12328
12329 PR breakpoints/10737
12330 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12331 test_catch_syscall_multi_arch.
12332 (test_catch_syscall_multi_arch): New function.
12333
12334 2014-11-20 Doug Evans <xdje42@gmail.com>
12335
12336 * gdb.base/maint.exp: Update expected output.
12337
12338 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12339
12340 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12341 4-byte instruction on S390.
12342
12343 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12344
12345 * gdb.ada/arr_arr: New testcase.
12346
12347 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12348
12349 * gdb.ada/pkd_arr_elem: New Testcase.
12350
12351 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
12352
12353 * gdb.reverse/break-precsave: Expect completion message for
12354 core file reads.
12355 * gdb.reverse/consecutive-precsave.exp: Likewise.
12356 * gdb.reverse/finish-precsave.exp: Likewise.
12357 * gdb.reverse/i386-precsave.exp: Likewise.
12358 * gdb.reverse/machinestate-precsave.exp: Likewise.
12359 * gdb.reverse/sigall-precsave.exp: Likewise.
12360 * gdb.reverse/solib-precsave.exp: Likewise.
12361 * gdb.reverse/step-precsave.exp: Likewise.
12362 * gdb.reverse/until-precsave.exp: Likewise.
12363 * gdb.reverse/watch-precsave.exp: Likewise.
12364
12365 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12366
12367 * gdb.base/bp-permanent.c: Include unistd.h.
12368 * gdb.python/py-framefilter-mi.c (main): Add return type.
12369 * gdb.python/py-framefilter.c (main): Likewise.
12370 * gdb.trace/actions-changed.c (main): Likewise.
12371
12372 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12373
12374 * gdb.mi/until.c: Add eye-catchers.
12375 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12376 line numbers.
12377
12378 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12379
12380 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12381 function header variants in break1.c.
12382 * gdb.base/ena-dis-br.exp: Likewise.
12383 * gdb.base/hbreak2.exp: Likewise.
12384 * gdb.reverse/until-precsave.exp: Drop references to removed
12385 non-prototype function header variants in ur1.c.
12386 * gdb.reverse/until-reverse.exp: Likewise.
12387
12388 2014-11-17 Petr Machata <pmachata@redhat.com>
12389
12390 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12391 ${_cu_offset_size} bytes abbrev offset.
12392
12393 2014-11-15 Doug Evans <xdje42@gmail.com>
12394
12395 PR symtab/17559
12396 * gdb.base/line-symtabs.exp: New file.
12397 * gdb.base/line-symtabs.c: New file.
12398 * gdb.base/line-symtabs.h: New file.
12399
12400 2014-11-14 Yao Qi <yao@codesourcery.com>
12401
12402 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12403 (func): Add label func_label.
12404 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12405 Replace low_pc and high_pc with MACRO_AT_range.
12406 Replace name, low_pc and high_pc with MACRO_AT_func.
12407
12408 2014-11-14 Yao Qi <yao@codesourcery.com>
12409
12410 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12411 Replace name, low_pc and high_pc with MACRO_AT_func.
12412
12413 2014-11-14 Yao Qi <yao@codesourcery.com>
12414
12415 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12416 produce debug information.
12417 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12418
12419 2014-11-14 Yao Qi <yao@codesourcery.com>
12420
12421 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12422 object and get function length.
12423 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12424 with MACRO_AT_func.
12425 (top-level): Replace gdb_compile and clean_restart with
12426 prepare_for_testing.
12427 * gdb.dwarf2/main.c (main): Add label main_label.
12428
12429 2014-11-14 Yao Qi <yao@codesourcery.com>
12430
12431 * lib/dwarf.exp (function_range): New procedure.
12432 (Dwarf::_handle_macro_at_func): New procedure.
12433 (Dwarf::_handle_macro_at_range): New procedure.
12434 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12435
12436 2014-11-14 Yao Qi <yao@codesourcery.com>
12437
12438 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12439 (_handle_attribute): New procedure.
12440
12441 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12442
12443 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12444 * gdb.base/call-sc.c (zed): Likewise.
12445 * gdb.base/checkpoint.c (main): Likewise.
12446 * gdb.base/dump.c (main): Likewise.
12447 * gdb.base/gcore.c (main): Likewise.
12448 * gdb.base/huge.c (main): Likewise.
12449 * gdb.base/multi-forks.c (main): Likewise.
12450 * gdb.base/pr10179-a.c (main): Likewise.
12451 * gdb.base/savedregs.c (main): Likewise.
12452 * gdb.base/sigaltstack.c (main): Likewise.
12453 * gdb.base/siginfo.c (main): Likewise.
12454 * gdb.base/structs.c (zed): Likewise.
12455 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12456 * gdb.mi/mi-syn-frame.c (main): Likewise.
12457 * gdb.mi/until.c (foo, main): Likewise.
12458 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12459 * gdb.base/solib-weak.c (foo): Declare.
12460 * gdb.base/attach-twice.c: Include stdio.h.
12461 * gdb.base/weaklib1.c: Likewise.
12462 * gdb.base/weaklib2.c: Likewise.
12463 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12464 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12465 unistd.h.
12466 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12467 * gdb.mi/mi-exit-code.c: Likewise.
12468 * gdb.base/break-interp-lib.c: Include string.h.
12469 * gdb.base/coremaker.c: Likewise.
12470 * gdb.base/testenv.c: Likewise.
12471 * gdb.python/py-finish-breakpoint.c: Likewise.
12472 * gdb.base/inferior-died.c: Include sys/wait.h.
12473 * gdb.base/fileio.c: Include time.h.
12474 * gdb.base/async-shell.c: Include unistd.h.
12475 * gdb.base/dprintf-non-stop.c: Likewise.
12476 * gdb.base/info-os.c: Likewise.
12477 * gdb.mi/mi-console.c: Likewise.
12478 * gdb.mi/watch-nonstop.c: Likewise.
12479 * gdb.python/py-events.c: Likewise.
12480 * gdb.base/async.c (baz): Move up before its invocation.
12481 * gdb.base/code_elim2.c (my_global_func): Likewise.
12482 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12483 * gdb.base/advance.c (func2): Likewise.
12484
12485 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12486
12487 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12488 variant.
12489 * gdb.base/annota3.c: Likewise.
12490 * gdb.base/async.c: Likewise.
12491 * gdb.base/average.c: Likewise.
12492 * gdb.base/call-ar-st.c: Likewise.
12493 * gdb.base/call-rt-st.c: Likewise.
12494 * gdb.base/call-sc.c: Likewise.
12495 * gdb.base/call-strs.c: Likewise.
12496 * gdb.base/ending-run.c: Likewise.
12497 * gdb.base/execd-prog.c: Likewise.
12498 * gdb.base/exprs.c: Likewise.
12499 * gdb.base/foll-exec.c: Likewise.
12500 * gdb.base/foll-fork.c: Likewise.
12501 * gdb.base/foll-vfork.c: Likewise.
12502 * gdb.base/funcargs.c: Likewise.
12503 * gdb.base/gcore.c: Likewise.
12504 * gdb.base/jump.c: Likewise.
12505 * gdb.base/langs0.c: Likewise.
12506 * gdb.base/langs1.c: Likewise.
12507 * gdb.base/langs2.c: Likewise.
12508 * gdb.base/mips_pro.c: Likewise.
12509 * gdb.base/nodebug.c: Likewise.
12510 * gdb.base/opaque0.c: Likewise.
12511 * gdb.base/opaque1.c: Likewise.
12512 * gdb.base/recurse.c: Likewise.
12513 * gdb.base/run.c: Likewise.
12514 * gdb.base/scope0.c: Likewise.
12515 * gdb.base/scope1.c: Likewise.
12516 * gdb.base/setshow.c: Likewise.
12517 * gdb.base/setvar.c: Likewise.
12518 * gdb.base/shmain.c: Likewise.
12519 * gdb.base/shr1.c: Likewise.
12520 * gdb.base/shr2.c: Likewise.
12521 * gdb.base/sigall.c: Likewise.
12522 * gdb.base/signals.c: Likewise.
12523 * gdb.base/so-indr-cl.c: Likewise.
12524 * gdb.base/solib2.c: Likewise.
12525 * gdb.base/structs.c: Likewise.
12526 * gdb.base/sum.c: Likewise.
12527 * gdb.base/vforked-prog.c: Likewise.
12528 * gdb.base/watchpoint.c: Likewise.
12529 * gdb.reverse/shr2.c: Likewise.
12530 * gdb.reverse/until-reverse.c: Likewise.
12531 * gdb.reverse/ur1.c: Likewise.
12532 * gdb.reverse/watch-reverse.c: Likewise.
12533
12534 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12535
12536 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12537 variant.
12538 * gdb.base/sepdebug.exp: Drop references to removed code.
12539
12540 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12541
12542 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12543 variant. Preserve original line numbering.
12544 * gdb.base/list1.c: Likewise.
12545
12546 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12547
12548 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12549 variant.
12550 * gdb.base/break1.c: Likewise.
12551 * gdb.base/break.exp: Drop references to removed code.
12552
12553 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12554
12555 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12556 variant.
12557
12558 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12559
12560 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12561
12562 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12563
12564 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12565 logic into perform_all_tests() and invoke it with and without
12566 function header prototypes.
12567 (do_function_calls): Remove conditional XFAIL for PR 5318.
12568 (rerun_and_prepare): Remove duplicate code.
12569 (perform_all_tests): New. Main logic moved here.
12570
12571 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12572
12573 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12574 code guarded by #ifdef NO_PROTOTYPES.
12575 (t_double_many_args): Likewise.
12576 (DEF_FUNC_MANY_ARGS_1): Likewise.
12577 (DEF_FUNC_VALUES_1): Likewise.
12578 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12579 guarded by #ifdef PROTOTYPES.
12580
12581 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12582
12583 * gdb.mi/mi-console.c: Add eye-catcher.
12584 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12585 instead of literal line number.
12586
12587 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12588
12589 * gdb.base/shr2.c: Add eye-catcher.
12590 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12591 line number.
12592
12593 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12594
12595 * gdb.base/jump.c: Add eye-catchers.
12596 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12597 numbers.
12598
12599 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12600
12601 * gdb.base/execd-prog.c: Add eye-catchers.
12602 * gdb.base/foll-exec.c: Likewise.
12603 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12604 line numbers.
12605
12606 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12607
12608 * gdb.base/ending-run.c: Add eye-catchers.
12609 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12610 literal line numbers.
12611
12612 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12613
12614 * gdb.base/call-rt-st.c: Add eye-catchers.
12615 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12616 literal line numbers.
12617
12618 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12619
12620 * gdb.base/call-ar-st.c: Add eye-catchers.
12621 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12622 literal line numbers.
12623
12624 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12625
12626 * gdb.base/average.c: Add eye-catchers.
12627 * gdb.base/sum.c: Likewise.
12628 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12629 regexps dynamically.
12630
12631 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12632
12633 * gdb.base/solib1.c: Add eye-catchers.
12634 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12635 literal line numbers.
12636
12637 2014-11-12 Pedro Alves <palves@redhat.com>
12638
12639 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12640 leader has exited.
12641
12642 2014-11-12 Pedro Alves <palves@redhat.com>
12643
12644 * gdb.arch/i386-bp_permanent.c: New file.
12645 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12646 (srcfile): Set to i386-bp_permanent.c.
12647 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12648 that stepi does not execute the 'leave' instruction, instead of
12649 testing it does execute.
12650 * gdb.base/bp-permanent.c: New file.
12651 * gdb.base/bp-permanent.exp: New file.
12652
12653 2014-11-10 Doug Evans <xdje42@gmail.com>
12654
12655 PR symtab/17564
12656 * gdb.base/symtab-search-order.exp: New file.
12657 * gdb.base/symtab-search-order.c: New file.
12658 * gdb.base/symtab-search-order-1.c: New file.
12659 * gdb.base/symtab-search-order-shlib-1.c: New file.
12660
12661 2014-11-07 Pedro Alves <palves@redhat.com>
12662
12663 PR gdb/17511
12664 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12665 i?86-*-linux*.
12666
12667 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12668
12669 PR c++/17494
12670 * gdb.cp/pr17494.cc: New file.
12671 * gdb.cp/pr17494.exp: New file.
12672
12673 2014-11-02 Yao Qi <yao@codesourcery.com>
12674
12675 * gdb.python/python.exp: Get working directory and match the
12676 output of "set extended-prompt \\w " with it.
12677
12678 2014-10-30 Doug Evans <dje@google.com>
12679
12680 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12681 in objfiles.
12682 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12683 in progspaces.
12684
12685 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12686
12687 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12688 * gdb.base/realname-expand.exp: Likewise.
12689 * gdb.linespec/macro-relative.exp: Likewise.
12690
12691 2014-10-29 Pedro Alves <palves@redhat.com>
12692
12693 PR gdb/17408
12694 * gdb.threads/schedlock.c (some_function): New function.
12695 (call_function): New global.
12696 (MAYBE_CALL_SOME_FUNCTION): New macro.
12697 (thread_function): Call it.
12698 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12699 and use it instead of a global counter. Adjust all callers.
12700 (get_current_thread): Use "find current thread" for test message
12701 here rather than having all callers pass down the same string.
12702 (goto_loop): New procedure, factored out from ...
12703 (my_continue): ... this.
12704 (step_ten_loops): Change parameter from test message to command to
12705 use. Adjust.
12706 (list_count): Delete global.
12707 (check_result): New procedure, factored out from duplicate top
12708 level code.
12709 (continue tests): Wrap in with_test_prefix.
12710 (test_step): New procedure, factored out from duplicate top level
12711 code.
12712 (top level): Test "step" in combination with all scheduler-locking
12713 modes. Test "next" in combination with all scheduler-locking
12714 modes, and in combination with stepping over a function call or
12715 not.
12716 * gdb.threads/next-bp-other-thread.c: New file.
12717 * gdb.threads/next-bp-other-thread.exp: New file.
12718
12719 2014-10-29 Pedro Alves <palves@redhat.com>
12720
12721 PR python/17372
12722 * gdb.python/python.exp: Test a multi-line command that spawns
12723 interactive Python.
12724 * gdb.base/multi-line-starts-subshell.exp: New file.
12725
12726 2014-10-29 Yao Qi <yao@codesourcery.com>
12727
12728 * gdb.base/fileio.exp: Make directories on host.
12729
12730 2014-10-29 Yao Qi <yao@codesourcery.com>
12731
12732 * gdb.base/fileio.c (test_write): Close the file.
12733
12734 2014-10-28 Pedro Alves <palves@redhat.com>
12735
12736 PR gdb/12623
12737 * gdb.base/sigstep.c (no_handler): New global.
12738 (main): If 'no_handler is true, set the signal handlers to
12739 SIG_IGN.
12740 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12741 with_sw_watch and no_handler parameters. Handle them.
12742 (top level) <stepping over handler when stopped at a breakpoint
12743 test>: Add a test axis for testing with a software watchpoint, and
12744 another for testing with the signal handler set to SIG_IGN.
12745 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12746 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12747
12748 2014-10-28 Pedro Alves <palves@redhat.com>
12749
12750 PR gdb/17511
12751 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12752 * gdb.base/sigstep.exp (other_handler_location): New global.
12753 (advance): Support stepping into the signal handler, and running
12754 commands while in the handler.
12755 (in_handler_map): New global.
12756 (top level): In the advance test, add combinations for getting
12757 into the handler with stepping commands, and for running commands
12758 in the handler. Add comment descripting the advancei tests.
12759
12760 2014-10-28 Pedro Alves <palves@redhat.com>
12761
12762 * gdb.base/sigstep.exp: Use build_executable instead of
12763 prepare_for_testing.
12764 (top level): Move code that starts GDB, runs to main and creates a
12765 display to ...
12766 (restart): ... this new procedure.
12767 (top level): Move backtrace from signal handler test to ...
12768 (validate_backtrace): ... this new procedure.
12769 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12770 with_test_prefix. Always restart GDB.
12771 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12772 with_test_prefix. Always restart GDB. No need to delete
12773 breakpoints after the test.
12774 (test_skip_handler): Remove prefix parameter.
12775 (skip_over_handler, breakpoint_to_handler)
12776 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12777 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12778 restart GDB. No need to delete breakpoints after the test.
12779 (top level): Use foreach to call the test procedures with
12780 different commands.
12781
12782 2014-10-28 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12785 instead of GNATS numbers.
12786 * gdb.base/sigbpt.exp: Likewise.
12787 * gdb.base/siginfo.exp: Likewise.
12788 * gdb.base/sigstep.exp: Likewise.
12789
12790 2014-10-27 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.base/sigstep.c (dummy): New global.
12793 (main): Issue a couple writes to the new global.
12794 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12795 procedures.
12796 (skip_over_handler): Use test_skip_handler.
12797 (top level): Call skip_over_handler for stepi and nexti too.
12798 (breakpoint_over_handler): Use test_skip_handler.
12799 (top level): Call breakpoint_over_handler for stepi and nexti too.
12800
12801 2014-10-27 Yao Qi <yao@codesourcery.com>
12802
12803 * gdb.trace/tfile.c (adjust_function_address)
12804 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12805 function descriptor.
12806
12807 2014-10-24 Don Breazeal <donb@codesourcery.com>
12808
12809 * gdb.base/foll-fork.exp (test_follow_fork,
12810 catch_fork_child_follow): Check for updated fork messages emitted
12811 from infrun.c.
12812 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12813 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12814 vfork_and_exec_child_follow_through_step): Check for updated vfork
12815 messages emitted from infrun.c.
12816
12817 2014-10-24 Pedro Alves <palves@redhat.com>
12818
12819 * gdb.base/corefile.exp: Remove references to ultrix.
12820 * gdb.base/interrupt.exp: Likewise.
12821 * gdb.base/whatis.exp: Likewise.
12822 * gdb.gdb/selftest.exp: Likewise.
12823 * gdb.threads/manythreads.exp: Likewise.
12824 * gdb.threads/print-threads.exp: Likewise.
12825 * gdb.threads/pthreads.exp:: Likewise.
12826 * gdb.threads/schedlock.exp: Likewise.
12827
12828 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12829
12830 * gdb.cp/non-trivial-retval.cc: Add a test case.
12831 * gdb.cp/non-trivial-retval.exp: Add a test.
12832
12833 2014-10-20 Yao Qi <yao@codesourcery.com>
12834
12835 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12836 * gdb.python/py-objfile-script-gdb.py: New file.
12837 * gdb.python/py-objfile-script.exp: Update reference to
12838 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12839 of remote_download. Remove the dest file.
12840
12841 2014-10-20 Yao Qi <yao@codesourcery.com>
12842
12843 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12844 * gdb.base/step-line.exp: Likewise.
12845 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12846 * gdb.dwarf2/dw2-basic.exp: Likewise.
12847 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12848 * gdb.dwarf2/dw2-filename.exp: Likewise.
12849 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12850 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12851 * gdb.dwarf2/dw2-producer.exp: Likewise.
12852 * gdb.dwarf2/mac-fileno.exp: Likewise.
12853 * gdb.python/py-frame-args.exp: Likewise.
12854 * gdb.python/py-framefilter.exp: Likewise.
12855 * gdb.python/py-mi.exp: Likewise.
12856 * gdb.python/py-objfile-script.exp: Likewise
12857 * gdb.python/py-pp-integral.exp: Likewise.
12858 * gdb.python/py-pp-re-notag.exp: Likewise.
12859 * gdb.python/py-prettyprint.exp: Likewise.
12860 * gdb.python/py-section-script.exp: Likewise.
12861 * gdb.python/py-typeprint.exp: Likewise.
12862 * gdb.python/py-xmethods.exp: Likewise.
12863 * gdb.stabs/weird.exp: Likewise.
12864 * gdb.xml/tdesc-regs.exp: Likewise.
12865
12866 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12867
12868 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12869 (out_cu): Use addr_len for the size of addresses.
12870 (out_line): Likewise. Size DW_LNE_set_address instruction
12871 according to addr_len.
12872 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12873 (FUNC): Add START_INSNS to definition.
12874
12875 2014-10-18 Yao Qi <yao@codesourcery.com>
12876
12877 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12878 gdb_has_argv0 return true.
12879 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12880 check [target_info exists noargs], check [gdb_has_argv0]
12881 instead.
12882 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12883 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12884 procedures.
12885
12886 2014-10-17 Doug Evans <dje@google.com>
12887
12888 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12889 event.
12890 * gdb.python/py-events.py: Add clear_objfiles event.
12891
12892 2014-10-17 Doug Evans <dje@google.com>
12893
12894 * gdb.python/py-objfile.exp: Test progspace attribute.
12895
12896 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
12897
12898 * gdb.guile/scm-breakpoint.exp: Do not assume any
12899 directory separators when matching source file paths.
12900 * gdb.python/py-breakpoint.exp: Likewise.
12901 * gdb.reverse/break-precsave.exp: Likewise.
12902 * gdb.reverse/break-reverse.exp: Likewise.
12903 * gdb.reverse/consecutive-precsave.exp: Likewise.
12904 * gdb.reverse/finish-precsave.exp: Likewise.
12905 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12906 * gdb.reverse/finish-reverse.exp: Likewise.
12907 * gdb.reverse/i386-precsave.exp: Likewise.
12908 * gdb.reverse/i387-env-reverse.exp: Likewise.
12909 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12910 * gdb.reverse/machinestate-precsave.exp: Likewise.
12911 * gdb.reverse/machinestate.exp: Likewise.
12912 * gdb.reverse/sigall-precsave.exp: Likewise.
12913 * gdb.reverse/solib-precsave.exp: Likewise.
12914 * gdb.reverse/step-precsave.exp: Likewise.
12915 * gdb.reverse/until-precsave.exp: Likewise.
12916 * gdb.reverse/watch-precsave.exp: Likewise.
12917 * gdb.reverse/watch-reverse.exp: Likewise.
12918
12919 2014-10-17 Yao Qi <yao@codesourcery.com>
12920
12921 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12922 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12923
12924 2014-10-17 Pedro Alves <palves@redhat.com>
12925
12926 PR gdb/17471
12927 * gdb.base/bg-execution-repeat.c: New file.
12928 * gdb.base/bg-execution-repeat.exp: New file.
12929
12930 2014-10-17 Pedro Alves <palves@redhat.com>
12931
12932 PR gdb/17300
12933 * gdb.base/continue-all-already-running.c: New file.
12934 * gdb.base/continue-all-already-running.exp: New file.
12935
12936 2014-10-17 Pedro Alves <palves@redhat.com>
12937
12938 PR gdb/17472
12939 * gdb.base/annota-input-while-running.c: New file.
12940 * gdb.base/annota-input-while-running.exp: New file.
12941
12942 2014-10-17 Pedro Alves <palves@redhat.com>
12943
12944 * gdb.base/callfuncs.exp: emove references to osf.
12945 * gdb.base/sigall.exp: Likewise.
12946 * gdb.gdb/selftest.exp: Likewise.
12947 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12948 * gdb.mi/non-stop.c: Likewise.
12949 * gdb.mi/pthreads.c: Likewise.
12950 * gdb.reverse/sigall-precsave.exp: Likewise.
12951 * gdb.reverse/sigall-reverse.exp: Likewise.
12952 * gdb.threads/pthreads.c: Likewise.
12953 * gdb.threads/pthreads.exp: Likewise.
12954
12955 2014-10-17 Yao Qi <yao@codesourcery.com>
12956
12957 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12958 check 'target_info exists noargs'.
12959 (test_command_prompt_position): Likewise.
12960 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12961 Remove "set args".
12962 (progvar_simple_while_test): Likewise.
12963 (progvar_complex_if_while_test): Likewise.
12964 (if_while_breakpoint_command_test): Likewise.
12965 (infrun_breakpoint_command_test): Likewise.
12966 (breakpoint_command_test): Likewise.
12967 (watchpoint_command_test): Likewise.
12968 (bp_deleted_in_command_test): Likewise.
12969 (temporary_breakpoint_commands): Likewise.
12970
12971 2014-10-16 Yao Qi <yao@codesourcery.com>
12972
12973 * gdb.base/remotetimeout.exp: Remove noargs checking.
12974
12975 2014-10-15 Pedro Alves <palves@redhat.com>
12976
12977 PR breakpoints/9649
12978 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12979 * gdb.base/breakpoint-in-ro-region.exp
12980 (probe_target_hardware_step): New procedure.
12981 (top level): Probe hardware stepping and hardware breakpoint
12982 support. Test stepping through a read-only region, with both
12983 "breakpoint auto-hw" on and off and both "always-inserted" on and
12984 off.
12985
12986 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12987
12988 * gdb.dlang/demangle.exp: Update for demangling changes.
12989
12990 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12991
12992 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12993 * gdb.cp/non-trivial-retval.exp: Add new tests.
12994
12995 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12996
12997 PR c++/13403
12998 PR c++/15154
12999 * gdb.cp/non-trivial-retval.cc: New file.
13000 * gdb.cp/non-trivial-retval.exp: New file.
13001
13002 2014-10-15 Yao Qi <yao@codesourcery.com>
13003
13004 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13005 remote host.
13006
13007 2014-10-15 Yao Qi <yao@codesourcery.com>
13008
13009 * gdb.python/py-symbol.exp: Match file base name if host is
13010 remote, otherwise match file name with dir name.
13011 * gdb.python/py-symtab.exp: Likewise.
13012 * gdb.python/python.exp: Likewise.
13013
13014 2014-10-15 Yao Qi <yao@codesourcery.com>
13015
13016 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13017 pattern.
13018 * gdb.python/py-symtab.exp: Likewise.
13019 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13020 locationn.
13021
13022 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13023
13024 * gdb.ada/addr_arith: New testcase.
13025
13026 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13027
13028 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13029 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13030 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13031 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13032
13033 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13034
13035 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13036 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13037 * gdb.arch/stap-eval-lang-ada.exp: New file.
13038
13039 2014-10-14 Yao Qi <yao@codesourcery.com>
13040
13041 * gdb.mi/mi-var-child.c (nothing1): New function.
13042 (nothing2): New function.
13043 (do_children_tests): Set function pointers by nothing1 and
13044 nothing2.
13045 * gdb.mi/mi-var-child.exp: Step over new added statements.
13046 Update test to match the new output.
13047 * gdb.mi/var-cmd.c (nothing1): New function.
13048 (nothing2): New function.
13049 (do_children_tests): Set function pointers by nothing1 and
13050 nothing2.
13051 * gdb.mi/mi-var-display.exp: Update test to match output.
13052 Step to the line specified by $line_dct_nothing.
13053 Increase the number of lines to step.
13054
13055 2014-10-14 Yao Qi <yao@codesourcery.com>
13056
13057 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13058 tests.
13059 * gdb.mi/mi2-var-child.exp: Likewise.
13060
13061 2014-10-13 Doug Evans <dje@google.com>
13062
13063 * gdb.python/py-objfile.exp: Change name of file name test.
13064
13065 2014-10-13 Doug Evans <dje@google.com>
13066
13067 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13068 from the start of the CU.
13069
13070 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13071 Yao Qi <yao@codesourcery.com>
13072
13073 Fix "save breakpoints" for "catch" command.
13074 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13075 Remove -nonewline. Match also the added "main" line.
13076
13077 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13078
13079 Fix "save breakpoints" for "disable $bpnum" command.
13080 * gdb.base/save-bp.c (main): Add label.
13081 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13082
13083 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13084
13085 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13086
13087 2014-10-11 Yao Qi <yao@codesourcery.com>
13088
13089 * gdb.server/server-kill.exp: Execute command
13090 "set remote trace-status-packet on" before "tstatus".
13091
13092 2014-10-11 Yao Qi <yao@codesourcery.com>
13093
13094 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13095 (main): Call getppid.
13096 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13097 and continue to it. Read variable "server_pid".
13098
13099 2014-10-11 Yao Qi <yao@codesourcery.com>
13100
13101 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13102
13103 2014-10-11 Yao Qi <yao@codesourcery.com>
13104
13105 * gdb.threads/thread-find.exp: Don't execute command
13106 "info threads".
13107 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13108 * gdb.threads/linux-dp.exp: Don't check the condition
13109 $threads_created equals to zero.
13110
13111 2014-10-10 Pedro Alves <palves@redhat.com>
13112
13113 * gdb.base/bigcore.exp: Remove references to IRIX.
13114 * gdb.base/funcargs.exp: Likewise.
13115 * gdb.base/interrupt.exp: Likewise.
13116 * gdb.base/mips_pro.exp: Likewise.
13117 * gdb.base/nodebug.exp: Likewise.
13118 * gdb.base/setvar.exp: Likewise.
13119 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13120
13121 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13122 Pedro Alves <palves@redhat.com>
13123
13124 PR symtab/14466
13125 * gdb.base/vdso-warning.c: New file.
13126 * gdb.base/vdso-warning.exp: New file.
13127
13128 2014-10-02 Doug Evans <dje@google.com>
13129
13130 * gdb.base/structs.c (main): Don't run forever.
13131
13132 2014-10-02 Pedro Alves <palves@redhat.com>
13133
13134 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13135 (top level) <stop threads 1, stop threads 2>: Use it.
13136
13137 2014-10-02 Pedro Alves <palves@redhat.com>
13138
13139 * gdb.threads/break-while-running.exp (test): Add new
13140 'update_thread_list' argument. Skip "info threads" if false.
13141 (top level): Add new 'update_thread_list' axis.
13142
13143 2014-10-02 Pedro Alves <palves@redhat.com>
13144
13145 PR breakpoints/17431
13146 * gdb.base/execl-update-breakpoints.c: New file.
13147 * gdb.base/execl-update-breakpoints.exp: New file.
13148
13149 2014-10-01 Pedro Alves <palves@redhat.com>
13150
13151 * gdb.base/breakpoint-in-ro-region.c: New file.
13152 * gdb.base/breakpoint-in-ro-region.exp: New file.
13153
13154 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13155
13156 * gdb.mi/mi-exit-code.exp: New file.
13157 * gdb.mi/mi-exit-code.c: New file.
13158
13159 2014-09-30 Yao Qi <yao@codesourcery.com>
13160
13161 * lib/prelink-support.exp (build_executable_own_libs): Error if
13162 the target isn't native.
13163
13164 2014-09-30 Yao Qi <yao@codesourcery.com>
13165
13166 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13167 false.
13168
13169 2014-09-22 Pedro Alves <palves@redhat.com>
13170
13171 * gdb.threads/break-while-running.exp: New file.
13172 * gdb.threads/break-while-running.c: New file.
13173
13174 2014-09-19 Yao Qi <yao@codesourcery.com>
13175
13176 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13177 Invoke test. Restart GDB with --readnow and invoke test again.
13178
13179 2014-09-19 Yao Qi <yao@codesourcery.com>
13180
13181 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13182 proc set_breakpoint_on_gcd_function. Invoke
13183 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13184 invoke set_breakpoint_on_gcd_function again.
13185
13186 2014-09-18 Doug Evans <dje@google.com>
13187
13188 * gdb.dwarf2/symtab-producer.exp: New file.
13189
13190 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13191
13192 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13193 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13194 * gdb.base/global-var-nested-by-dso.c: Likewise.
13195 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13196
13197 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13198 Pedro Alves <palves@redhat.com>
13199
13200 * gdb.base/watch-bitfields.exp: Pass string other than test file
13201 name to prepare_for_testing.
13202 (watch): New procedure.
13203 (expect_watchpoint): Use with_test_prefix.
13204 (top level): Factor out tests to ...
13205 (test_watch_location, test_regular_watch): ... these new
13206 procedures, and use with_test_prefix and gdb_continue_to_end.
13207
13208 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13209
13210 PR breakpoints/12526
13211 * gdb.base/watch-bitfields.exp: New file.
13212 * gdb.base/watch-bitfields.c: New file.
13213
13214 2014-09-16 Pedro Alves <palves@redhat.com>
13215
13216 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13217 software and hardware addresses, not software address against
13218 itself.
13219
13220 2014-09-16 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13223 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13224
13225 2014-09-16 Pedro Alves <palves@redhat.com>
13226
13227 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13228 files.
13229 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13230 "*-*-vxworks*" throughout.
13231 * gdb.base/break.exp: Likewise.
13232 * gdb.base/default.exp: Likewise.
13233 * gdb.base/scope.exp: Likewise.
13234 * gdb.base/sepdebug.exp: Likewise.
13235 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13236 throughout.
13237 * gdb.base/run.c: Likewise.
13238 * gdb.base/sepdebug.c: Likewise.
13239 * gdb.hp/gdb.aCC/run.c: Likewise.
13240 * gdb.reverse/until-reverse.c: Likewise.
13241 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13242
13243 2014-09-16 Yao Qi <yao@codesourcery.com>
13244
13245 * boards/local-remote-host-native.exp: New file.
13246
13247 2014-09-14 Doug Evans <xdje42@gmail.com>
13248
13249 * gdb.threads/queue-signal.c (thread_count): New variable.
13250 (thread_count_mutex, thread_count_condvar): New variables.
13251 (incr_thread_count, wait_all_threads_running): New functions.
13252 (main): Wait for all threads to be in their thread functions.
13253
13254 2014-09-13 Doug Evans <xdje42@gmail.com>
13255
13256 * gdb.threads/queue-signal.c: New file.
13257 * gdb.threads/queue-signal.exp: New file.
13258
13259 2014-09-13 Doug Evans <xdje42@gmail.com>
13260
13261 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13262 be consistent with what default_gdb_init uses.
13263 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13264 the plain text of the prompt. Add some logging printfs.
13265 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13266
13267 2014-09-12 Pedro Alves <palves@redhat.com>
13268
13269 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13270 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13271 * gdb.arch/i386-size-overlap.exp: Likewise.
13272 * gdb.arch/i386-size.exp: Likewise.
13273 * gdb.arch/i386-unwind.exp: Likewise.
13274 * gdb.base/a2-run.exp: Likewise.
13275 * gdb.base/break.exp: Likewise.
13276 * gdb.base/charset.exp: Likewise.
13277 * gdb.base/chng-syms.exp: Likewise.
13278 * gdb.base/commands.exp: Likewise.
13279 * gdb.base/dbx.exp: Likewise.
13280 * gdb.base/find.exp: Likewise.
13281 * gdb.base/funcargs.exp: Likewise.
13282 * gdb.base/jit-simple.exp: Likewise.
13283 * gdb.base/reread.exp: Likewise.
13284 * gdb.base/sepdebug.exp: Likewise.
13285 * gdb.base/step-bt.exp: Likewise.
13286 * gdb.cp/mb-inline.exp: Likewise.
13287 * gdb.cp/mb-templates.exp: Likewise.
13288 * gdb.objc/basicclass.exp: Likewise.
13289 * gdb.threads/killed.exp: Likewise.
13290
13291 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13292
13293 PR tdep/17379
13294 * gdb.arch/powerpc-stackless.S: New file.
13295 * gdb.arch/powerpc-stackless.exp: New file.
13296
13297 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13298
13299 * gdb.base/attach.c: Include unistd.h.
13300 (main): Call alarm. Add label postloop.
13301 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13302 gdb_breakpoint, gdb_continue_to_breakpoint.
13303 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13304
13305 2014-09-11 Pedro Alves <palves@redhat.com>
13306
13307 PR gdb/17347
13308 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13309 * gdb.base/attach.exp (test_command_line_attach_run): New
13310 procedure.
13311 (top level): Call it.
13312
13313 2014-09-11 Pedro Alves <palves@redhat.com>
13314
13315 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13316 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13317 (do_command_attach_tests): Use spawn_wait_for_attach.
13318 * gdb.base/solib-overlap.exp: Likewise.
13319 * gdb.multi/multi-attach.exp: Likewise.
13320 * gdb.python/py-prompt.exp: Likewise.
13321 * gdb.python/py-sync-interp.exp: Likewise.
13322 * gdb.server/ext-attach.exp: Likewise.
13323
13324 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13325
13326 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13327 command in testcase. Simplify testcase.
13328
13329 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13330
13331 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13332
13333 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13334
13335 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13336
13337 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13338
13339 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13340
13341 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13342
13343 * gdb.dwarf2/dynarr-ptr.c: New file.
13344 * gdb.dwarf2/dynarr-ptr.exp: New file.
13345
13346 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13347
13348 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13349 of 30 rather than hardcoding 120 for a slow test case. Take the
13350 `gdb,timeout' target setting into account for this calculation.
13351 Don't extend the timeout for the test cases that don't need it.
13352
13353 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13354
13355 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13356 a factor of 2 for a slow test case. Take the `gdb,timeout'
13357 target setting into account for this calculation.
13358 * gdb.reverse/until-precsave.exp: Increase the timeout by
13359 a factor of 15 and 3 respectively rather than adding 120
13360 for a pair of slow test cases. Take the `gdb,timeout'
13361 target setting into account for this calculation.
13362
13363 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13364
13365 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13366 timeout, don't pass one down to gdb_expect.
13367 (gdb_expect): Rework timeout selection.
13368
13369 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13370
13371 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13372 exception on timeout.
13373 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13374 (gdbserver_start_extended): Catch any `gdbserver_start' error
13375 exceptions.
13376 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13377 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13378 `gdbserver_gdb_load' error exceptions.
13379
13380 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13381
13382 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13383 120 on waiting for the TCP socket to open.
13384
13385 2014-09-09 Doug Evans <xdje42@gmail.com>
13386
13387 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13388 _caller_matches, _any_caller_is, _any_caller_matches.
13389
13390 2014-09-09 Doug Evans <xdje42@gmail.com>
13391
13392 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13393
13394 2014-09-09 Yao Qi <yao@codesourcery.com>
13395
13396 * gdb.mi/mi-var-display.exp: Set print symbol off.
13397
13398 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13399
13400 PR gdb/17035
13401 * gdb.base/commands.exp: Add tests to verify user-defined
13402 commands with empty bodies.
13403 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13404 python commands in `show user command`.
13405 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13406 scheme commands in `show user command`.
13407
13408 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13409
13410 PR python/17355
13411 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13412 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13413 * gdb.python/py-framefilter-invalidarg.exp: New file.
13414 * gdb.python/py-framefilter-invalidarg.py: New file.
13415
13416 2014-09-06 Doug Evans <xdje42@gmail.com>
13417
13418 PR 15276
13419 * gdb.python/py-caller-is.c: New file.
13420 * gdb.python/py-caller-is.exp: New file.
13421
13422 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13423
13424 PR gdb/17235
13425 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13426 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13427
13428 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13429
13430 PR fortran/17237
13431 * gdb.fortran/print-formatted.exp: New file.
13432 * gdb.fortran/print-formatted.f90: Likewise.
13433
13434 2014-09-03 Sasha Smundak <asmundak@google.com>
13435
13436 * gdb.python/py-frame.exp: Test Frame.read_register.
13437
13438 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13439
13440 PR python/16699
13441 * gdb.python/py-completion.exp: New file.
13442 * gdb.python/py-completion.py: Likewise.
13443
13444 2014-08-28 Doug Evans <dje@google.com>
13445
13446 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13447 eax,etc. are live with values set by gdb and thus the compiler can't
13448 use them.
13449 * gdb.arch/i386-pseudo.c (main): Ditto.
13450
13451 2014-08-27 Doug Evans <dje@google.com>
13452
13453 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13454
13455 2014-08-25 Doug Evans <dje@google.com>
13456
13457 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13458 (main): Ditto.
13459
13460 2014-08-25 Doug Evans <dje@google.com>
13461
13462 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13463
13464 2014-08-24 Yao Qi <yao@codesourcery.com>
13465
13466 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13467 symbol off.
13468 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13469
13470 2014-08-22 Doug Evans <dje@google.com>
13471
13472 PR 17276
13473 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13474 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13475 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13476
13477 2014-08-22 Yao Qi <yao@codesourcery.com>
13478
13479 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13480 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13481 * gdb.python/python.exp: Likewise. Use .py file on the host
13482 instead of the build.
13483
13484 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13485
13486 * gdb.threads/gcore-stale-thread.c: New file.
13487 * gdb.threads/gcore-stale-thread.exp: New file.
13488
13489 2014-08-21 Pedro Alves <palves@redhat.com>
13490
13491 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13492 * gdb.base/gcore-relro-pie.exp: Likewise.
13493 * gdb.base/gcore-relro.exp: Likewise.
13494 * gdb.base/gcore.exp: Likewise.
13495 * gdb.base/print-symbol-loading.exp: Likewise.
13496 * gdb.threads/gcore-thread.exp: Likewise.
13497 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13498
13499 2014-08-20 Pedro Alves <palves@redhat.com>
13500 Jan Kratochvil <jan.kratochvil@redhat.com>
13501
13502 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13503 configure.
13504 (EXPECT): Handle READ1 being set.
13505 (all): Depend on EXTRA_RULES.
13506 (check-read1, expect-read1, read1.so, read1): New rules.
13507 * README (Testsuite Parameters): Document the READ1 make variable.
13508 (Race detection): New section.
13509 * configure: Regenerate.
13510 * configure.ac: If build==host==target, and running under a
13511 GNU/glibc system, add read1 to the extra Makefile rules.
13512 (EXTRA_RULES): AC_SUBST it.
13513 * lib/read1.c: New file.
13514
13515 2014-08-20 Joel Brobecker <brobecker@adacore.com>
13516
13517 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13518 the handling of variables declared as a typedef to an array
13519 which a DW_AT_data_location attribute.
13520
13521 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
13522 Pedro Alves <palves@redhat.com>
13523
13524 PR symtab/14604
13525 PR symtab/14605
13526 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13527 gdb_test.
13528
13529 2014-08-19 Pedro Alves <palves@redhat.com>
13530
13531 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13532
13533 2014-08-19 Yao Qi <yao@codesourcery.com>
13534
13535 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13536 right line.
13537
13538 2014-08-18 David Blaikie <dblaikie@gmail.com>
13539
13540 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13541
13542 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13543
13544 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13545 attribute in array range.
13546
13547 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13548
13549 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13550
13551 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13552
13553 PR c++/17132
13554 * gdb.cp/pr17132.cc: New file.
13555 * gdb.cp/pr17132.exp: New file.
13556
13557 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13558
13559 * gdb.python/py-xmethods.py (A_getarrayind)
13560 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13561 Use 'print' with function call syntax.
13562 (E_method_matcher.match): Fix tab vs space indentation mixup.
13563
13564 2014-08-15 Yao Qi <yao@codesourcery.com>
13565
13566 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13567 false.
13568
13569 2014-08-15 Yao Qi <yao@codesourcery.com>
13570
13571 * gdb.cp/casts.exp: Set print symbol off.
13572 * gdb.cp/class2.exp: Likewise.
13573 * gdb.cp/overload.exp: Likewise.
13574 * gdb.cp/templates.exp: Likewise.
13575
13576 2014-08-11 Doug Evans <dje@google.com>
13577
13578 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13579 (test_load_shlib): Update.
13580
13581 2014-08-09 Yao Qi <yao@codesourcery.com>
13582
13583 * gdb.base/display.exp: Invoke is_address_zero_readable.
13584 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13585 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13586 * gdb.base/hbreak-unmapped.exp: Return if
13587 is_address_zero_readable returns true.
13588 * gdb.base/signest.exp: Likewise.
13589 * gdb.base/signull.exp: Likewise.
13590 * gdb.base/sigbpt.exp: Likewise.
13591 * gdb.guile/scm-disasm.exp: Do the test if
13592 is_address_zero_readable returns false.
13593 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13594 * gdb.python/py-arch.exp: Likewise.
13595 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13596 * lib/gdb.exp (is_address_zero_readable): New proc.
13597
13598 2014-08-09 Yao Qi <yao@codesourcery.com>
13599
13600 PR testsuite/13443
13601 * gdb.mi/mi-var-display.exp: Make test messages unique.
13602
13603 2014-08-04 Tom Tromey <tromey@redhat.com>
13604
13605 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13606 target 0".
13607
13608 2014-08-04 Tom Tromey <tromey@redhat.com>
13609
13610 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13611 "target_resume".
13612
13613 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13614
13615 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13616 inner_vla_struct_object_size.
13617 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13618 as xfail.
13619
13620 2014-07-30 Pedro Alves <palves@redhat.com>
13621
13622 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13623 comment.
13624
13625 2014-07-29 Yao Qi <yao@codesourcery.com>
13626
13627 PR gdb/17206
13628 * gdb.base/until-nodebug.exp: New.
13629
13630 2014-07-28 Doug Evans <xdje42@gmail.com>
13631
13632 PR guile/17203
13633 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13634 previously existing parameter, and previously ambiguously spelled
13635 parameter.
13636
13637 2014-07-28 Will Newton <will.newton@linaro.org>
13638
13639 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13640
13641 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13642 Doug Evans <xdje42@gmail.com>
13643
13644 PR guile/17146
13645 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13646
13647 2014-07-25 Pedro Alves <palves@redhat.com>
13648
13649 * gdb.threads/signal-command-handle-nopass.c: New file.
13650 * gdb.threads/signal-command-handle-nopass.exp: New file.
13651 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13652 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13653 * gdb.threads/signal-delivered-right-thread.c: New file.
13654 * gdb.threads/signal-delivered-right-thread.exp: New file.
13655
13656 2014-07-25 Pedro Alves <palves@redhat.com>
13657
13658 * gdb.base/double-prompt-target-event-error.exp
13659 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13660 match.
13661 (cancel_pagination_in_target_event): Rework double prompt
13662 detection.
13663 * gdb.base/paginate-after-ctrl-c-running.exp
13664 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13665 <return>' match.
13666 * gdb.base/paginate-bg-execution.exp
13667 (test_bg_execution_pagination_return)
13668 (test_bg_execution_pagination_cancel): Remove '-notransfer
13669 <return>' matches.
13670 * gdb.base/paginate-execution-startup.exp
13671 (test_fg_execution_pagination_return)
13672 (test_fg_execution_pagination_cancel): Remove '-notransfer
13673 <return>' matches.
13674 * gdb.base/paginate-inferior-exit.exp
13675 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13676 match.
13677 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13678 * lib/gdb.exp (pagination_prompt): Run text through
13679 string_to_regexp.
13680 (gdb_test_multiple): Match $pagination_prompt instead of
13681 "<return>".
13682 (string_to_regexp): Move to lib/gdb-utils.exp.
13683
13684 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13685
13686 * gdb.arch/amd64-entry-value-paramref.S: New file.
13687 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13688 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13689 * gdb.arch/amd64-optimout-repeat.S: New file.
13690 * gdb.arch/amd64-optimout-repeat.c: New file.
13691 * gdb.arch/amd64-optimout-repeat.exp: New file.
13692
13693 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13694
13695 PR gdb/17170
13696 * gdb.base/statistics.exp: New file.
13697
13698 2014-07-17 Doug Evans <dje@google.com>
13699
13700 PR gdb/17170
13701 * gdb.base/maint.exp: Update testing of per-command stats.
13702
13703 2014-07-16 Pedro Alves <palves@redhat.com>
13704
13705 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13706 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13707 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13708 (tfile_write_buf): New functions.
13709 (add_memory_block): Rewrite using the above.
13710 (adjust_function_address): New function.
13711 (FUNCTION_ADDRESS): New macro.
13712 (write_basic_trace_file): Remove short_x local, and use
13713 tfile_write_16. Change type of func_addr local to unsigned long
13714 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13715 here. Cast argument of add_memory_block to char pointer.
13716 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13717 (main): Remove parameters.
13718 * gdb.trace/tfile.exp: Remove nowarnings.
13719
13720 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13721
13722 * gdb.base/debug-expr.exp: Test string evaluation with
13723 "debug expression" on.
13724
13725 2014-07-15 Pedro Alves <palves@redhat.com>
13726
13727 * gdb.base/reread.exp: Use clean_restart.
13728
13729 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13730
13731 * gdb.arch/avr-flash-qualifer.c: New.
13732 * gdb.arch/avr-flash-qualifer.exp: New.
13733
13734 2014-07-14 Pedro Alves <palves@redhat.com>
13735
13736 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13737 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13738
13739 2014-07-14 Pedro Alves <palves@redhat.com>
13740
13741 * gdb.base/double-prompt-target-event-error.c: New file.
13742 * gdb.base/double-prompt-target-event-error.exp: New file.
13743
13744 2014-07-14 Pedro Alves <palves@redhat.com>
13745
13746 PR gdb/17072
13747 * gdb.base/paginate-inferior-exit.c: New file.
13748 * gdb.base/paginate-inferior-exit.exp: New file.
13749
13750 2014-07-14 Pedro Alves <palves@redhat.com>
13751
13752 PR gdb/17072
13753 * gdb.base/paginate-bg-execution.c: New file.
13754 * gdb.base/paginate-bg-execution.exp: New file.
13755
13756 2014-07-14 Pedro Alves <palves@redhat.com>
13757
13758 PR gdb/17072
13759 * gdb.base/paginate-execution-startup.c: New file.
13760 * gdb.base/paginate-execution-startup.exp: New file.
13761 * lib/gdb.exp (pagination_prompt): New global.
13762 (default_gdb_spawn): New procedure, factored out from
13763 default_gdb_spawn.
13764 (default_gdb_start): Adjust to call default_gdb_spawn.
13765 (gdb_spawn): New procedure.
13766
13767 2014-07-14 Pedro Alves <palves@redhat.com>
13768
13769 * lib/gdb.exp (gdb_assert): New procedure.
13770 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13771
13772 2014-07-14 Pedro Alves <palves@redhat.com>
13773
13774 * gdb.base/execution-termios.c: New file.
13775 * gdb.base/execution-termios.exp: New file.
13776
13777 2014-07-14 Tom Tromey <tromey@redhat.com>
13778
13779 * gdb.cp/vla-cxx.cc: New file.
13780 * gdb.cp/vla-cxx.exp: New file.
13781
13782 2014-07-14 Tom Tromey <tromey@redhat.com>
13783
13784 * gdb.reverse/rerun-prec.c: New file.
13785 * gdb.reverse/rerun-prec.exp: New file.
13786
13787 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13788 Maciej W. Rozycki <macro@codesourcery.com>
13789
13790 * lib/gdb-utils.exp: New file.
13791 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13792 inline `gdb_init_command' processing.
13793 (gdb_start_cmd): Likewise.
13794 * lib/mi-support.exp (mi_run_cmd): Likewise.
13795 * README: Document `gdb_init_command' and `gdb_init_commands'.
13796
13797 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13798
13799 Fix false FAIL running under a very long directory name.
13800 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13801 and "set print elements 10000". Twice.
13802
13803 2014-07-11 Yao Qi <yao@codesourcery.com>
13804
13805 * gdb.base/exprs.exp: "set print symbol off".
13806
13807 2014-07-11 Pedro Alves <palves@redhat.com>
13808
13809 * gdb.threads/kill.c: New file.
13810 * gdb.threads/kill.exp: New file.
13811
13812 2014-07-10 Yao Qi <yao@codesourcery.com>
13813
13814 * gdb.trace/tfile.c (write_basic_trace_file)
13815 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13816 address written to trace file.
13817
13818 2014-07-09 Pedro Alves <palves@redhat.com>
13819
13820 * gdb.base/attach-wait-input.exp: New file.
13821 * gdb.base/attach-wait-input.c: New file.
13822
13823 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13824
13825 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13826 setting up test structures.
13827 (main): Call new test function.
13828 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13829 test function, continue into test function and walk test
13830 structures.
13831
13832 2014-07-02 Yao Qi <yao@codesourcery.com>
13833
13834 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13835 'bar_start' at the beginning of functions 'foo' and 'bar'
13836 respectively.
13837 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13838 instead of 'foo' and 'bar'.
13839
13840 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13841
13842 * gdb.btrace/segv.exp: New.
13843 * gdb.btrace/segv.c: New.
13844
13845 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13846
13847 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13848 instruction.
13849
13850 2014-06-30 Mark Wielaard <mjw@redhat.com>
13851
13852 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13853 vulture, vilify, villar): New volatile array constants.
13854 (vindictive, vegetation): New const volatile array constants.
13855 * gdb.base/volatile.exp: Test volatile and const volatile array
13856 types.
13857
13858 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13859
13860 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13861 target lacks support for awatch, rwatch, or hbreak.
13862
13863 2014-06-27 Yao Qi <yao@codesourcery.com>
13864
13865 * gdb.multi/dummy-frame-restore.exp: New.
13866 * gdb.multi/dummy-frame-restore.c: New.
13867
13868 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13869
13870 * gdb.btrace/gcore.exp: New.
13871
13872 2014-06-23 Pedro Alves <palves@redhat.com>
13873
13874 * gdb.base/watchpoint-reuse-slot.c: New file.
13875 * gdb.base/watchpoint-reuse-slot.exp: New file.
13876
13877 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13878
13879 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13880 progspace's filename in 'info', 'enable' and 'disable' command
13881 tests.
13882
13883 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13884
13885 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13886 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13887 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13888
13889 2014-06-20 Gary Benson <gbenson@redhat.com>
13890
13891 * gdb.arch/i386-avx.exp: Fix include file location.
13892 * gdb.arch/i386-sse.exp: Likewise.
13893
13894 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13895
13896 * gdb.dlang/expression.exp: New file.
13897
13898 2014-06-19 Pedro Alves <palves@redhat.com>
13899
13900 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13901 out from ...
13902 (top level): ... here. Iterate running tests under different
13903 scheduler-locking settings.
13904
13905 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
13906
13907 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13908 to DW_FORM_addr and use non-zero addresses.
13909
13910 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13911
13912 PR gdb/17017
13913 * gdb.python/py-xmethods.cc: Add global function call counters and
13914 increment them in their respective functions. Remove "cout"
13915 statements.
13916 * gdb.python/py-xmethods.exp: Make tests check the global function
13917 call counters instead of depending on inferior IO.
13918
13919 2014-06-18 Don Breazeal <donb@codesourcery.com>
13920
13921 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13922 Deleted procedure.
13923 (explicit_fork_parent_follow): Deleted procedure.
13924 (explicit_fork_child_follow): Deleted procedure.
13925 (test_follow_fork): New procedure.
13926 (do_fork_tests): Replace calls to deleted procedures with
13927 calls to test_follow_fork and reset GDB for subsequent
13928 procedure calls.
13929
13930 2014-06-17 Yao Qi <yao@codesourcery.com>
13931
13932 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13933 CP1252.
13934
13935 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
13936
13937 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13938 Initialize ptr and S explicitly.
13939 (skip_type_update_when_not_use_rtti_test): Likewise.
13940
13941 2014-06-16 Keith Seitz <keiths@redhat.com>
13942
13943 PR mi/15863
13944 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13945 the inferior is started.
13946
13947 2014-06-16 Pedro Alves <palves@redhat.com>
13948
13949 * gdb.base/break-main-file-remove-fail.c: New file.
13950 * gdb.base/break-main-file-remove-fail.exp: New file.
13951 * gdb.base/break-unload-file.exp: Use build_executable instead of
13952 prepare_for_testing.
13953 (test_break): New parameter "initial_load". Handle it.
13954 (top level): Add initial_load cmdline/file axis.
13955
13956 2014-06-12 Tom Tromey <tromey@redhat.com>
13957
13958 * gdb.base/completion.exp: Don't use directory name in test.
13959
13960 2014-06-09 Gary Benson <gbenson@redhat.com>
13961
13962 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13963 separate the always-available ANSI-standard signals from the
13964 signals that require checking.
13965 (main): Likewise.
13966 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13967 Likewise.
13968 (main): Likewise.
13969
13970 2014-06-07 Keith Seitz <keiths@redhat.com>
13971
13972 Revert:
13973 PR c++/16253
13974 * gdb.cp/var-tag.cc: New file.
13975 * gdb.cp/var-tag.exp: New file.
13976 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13977 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13978 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13979 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13980
13981 2014-06-06 Doug Evans <xdje42@gmail.com>
13982
13983 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13984
13985 2014-06-06 Pedro Alves <palves@redhat.com>
13986
13987 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13988 in target debug output instead of looking at RSP packets,
13989 disabling the test on any target that uses hardware stepping.
13990 Update comments.
13991
13992 2014-06-06 Pedro Alves <palves@redhat.com>
13993
13994 * gdb.base/break-unload-file.exp: Fix typo.
13995
13996 2014-06-06 Yao Qi <yao@codesourcery.com>
13997
13998 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13999 from "jit_function" to "^jit_function".
14000
14001 2014-06-06 Yao Qi <yao@codesourcery.com>
14002
14003 * gdb.base/async.c (foo): Add one statement.
14004 * gdb.base/async.exp: Get the next instruction address and
14005 match the output of "nexti" by instruction address. Match
14006 the hex address in the output of "finish".
14007
14008 2014-06-06 Gary Benson <gbenson@redhat.com>
14009
14010 * gdb.base/call-signals.c: Remove preprocessor conditionals
14011 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14012 SIGSEGV and SIGTERM.
14013 * gdb.base/sigall.c: Likewise.
14014 * gdb.base/unwindonsignal.c: Likewise.
14015 * gdb.reverse/sigall-reverse.c: Likewise.
14016
14017 2014-06-06 Yao Qi <yao@codesourcery.com>
14018
14019 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14020 readable, skip the test.
14021
14022 2014-06-06 Yao Qi <yao@codesourcery.com>
14023
14024 * gdb.threads/staticthreads.c (thread_function): Move the line
14025 setting breakpoint on forward.
14026 * gdb.threads/staticthreads.exp: Update comments.
14027
14028 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14029
14030 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14031 "history-append! type error".
14032
14033 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14034
14035 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14036 erroneous dprintf expected input.
14037
14038 2014-06-04 Doug Evans <xdje42@gmail.com>
14039
14040 * gdb.guile/scm-generics.exp: Delete.
14041
14042 2014-06-04 Doug Evans <xdje42@gmail.com>
14043
14044 * gdb.guile/scm-breakpoint.exp: Update.
14045 Add tests for breakpoint registration.
14046
14047 2014-06-04 Tom Tromey <tromey@redhat.com>
14048
14049 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14050 VLA-in-union.
14051 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14052 inner_vla_struct, vla_union types. Initialize objects of those
14053 types and compute their sizes.
14054
14055 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14056 Hui Zhu <hui@codesourcery.com>
14057
14058 * gdb.base/fileio.exp: Add test for shell not available as well as
14059 available.
14060 * gdb.base/fileio.c (test_system): Check for shell twice.
14061
14062 2014-06-04 Yao Qi <yao@codesourcery.com>
14063
14064 * gdb.base/auto-connect-native-target.exp: Remove redundant
14065 space from the regexp pattern.
14066
14067 2014-06-04 Yao Qi <yao@codesourcery.com>
14068
14069 * gdb.base/default.exp: Replace "child" with "native" in
14070 regexp pattern.
14071
14072 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14073
14074 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14075 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14076 * gdb.python/py-xmethods.py: Python script supporting the
14077 new testcase and tests.
14078
14079 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14080 Pedro Alves <palves@redhat.com>
14081
14082 PR breakpoints/17000
14083 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14084 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14085
14086 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14087
14088 * gdb.base/subst.exp: Add tests to verify partial path matching
14089 output.
14090
14091 2014-06-03 Pedro Alves <palves@redhat.com>
14092
14093 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14094 target that doesn't use software single-stepping.
14095
14096 2014-06-03 Pedro Alves <palves@redhat.com>
14097
14098 PR breakpoints/17000
14099 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14100 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14101
14102 2014-06-02 Doug Evans <xdje42@gmail.com>
14103
14104 * gdb.guile/scm-parameter.exp: New file.
14105
14106 2014-06-02 Doug Evans <xdje42@gmail.com>
14107
14108 * gdb.guile/scm-cmd.c: New file.
14109 * gdb.guile/scm-cmd.exp: New file.
14110
14111 2014-06-02 Doug Evans <xdje42@gmail.com>
14112
14113 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14114 pretty-printer lookup.
14115 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14116 (make-pp_s-printer): Call it.
14117 (make-pretty-printer-from-dict): New function.
14118 (lookup-pretty-printer-maker-from-dict): New function.
14119 (*pretty-printer*): Simplify.
14120 (make-objfile-pp_s-printer): New function.
14121 (install-objfile-pretty-printers!): New function.
14122 (make-progspace-pp_s-printer): New function.
14123 (install-progspace-pretty-printers!): New function.
14124 * gdb.guile/scm-progspace.c: New file.
14125 * gdb.guile/scm-progspace.exp: New file.
14126
14127 2014-06-02 Pedro Alves <palves@redhat.com>
14128
14129 * gdb.base/dprintf-bp-same-addr.c: New file.
14130 * gdb.base/dprintf-bp-same-addr.exp: New file.
14131
14132 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14133
14134 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14135 * gdb.arch/powerpc-power.s: Likewise.
14136
14137 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14138
14139 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14140
14141 2014-06-01 Yao Qi <yao@codesourcery.com>
14142
14143 * gdb.base/watchpoint.exp (test_watch_location): Check null
14144 pointer can be dereferenced. If not, do the test, otherwise
14145 skip it.
14146
14147 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14148
14149 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14150 results.
14151 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14152
14153 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14154
14155 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14156 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14157 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14158 * gdb.arch/amd64-invalid-stack-top.c: New file.
14159 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14160
14161 2014-05-30 Pedro Alves <palves@redhat.com>
14162
14163 PR breakpoints/17000
14164 * gdb.base/sss-bp-on-user-bp.c: New file.
14165 * gdb.base/sss-bp-on-user-bp.exp: New file.
14166
14167 2014-05-30 David Blaikie <dblaikie@gmail.com>
14168
14169 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14170 gnu_inline semantics via attribute.
14171 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14172 source explicitly specifies the required semantics.
14173
14174 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14175
14176 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14177
14178 2014-05-29 Pedro Alves <palves@redhat.com>
14179 Tom Tromey <tromey@redhat.com>
14180
14181 * gdb.base/async-shell.exp: Don't enable target-async.
14182 * gdb.base/async.exp
14183 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14184 parameter. Adjust.
14185 (top level): Don't test with "target-async".
14186 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14187 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14188 * gdb.base/inferior-died.exp: Don't enable target-async.
14189 * gdb.base/interrupt-noterm.exp: Likewise.
14190 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14191 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14192 * gdb.mi/mi-nonstop.exp: Likewise.
14193 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14194 * gdb.mi/mi-nsintrall.exp: Likewise.
14195 * gdb.mi/mi-nsmoribund.exp: Likewise.
14196 * gdb.mi/mi-nsthrexec.exp: Likewise.
14197 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14198 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14199 * gdb.python/py-evsignal.exp: Don't enable target-async.
14200 * gdb.python/py-evthreads.exp: Likewise.
14201 * gdb.python/py-prompt.exp: Likewise.
14202 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14203 * gdb.server/solib-list.exp: Don't enable target-async.
14204 * gdb.threads/thread-specific-bp.exp: Likewise.
14205 * lib/mi-support.exp: Adjust to use mi-async.
14206
14207 2014-05-29 Pedro Alves <palves@redhat.com>
14208
14209 PR gdb/13860
14210 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14211 reason, even in sync mode.
14212
14213 2014-05-29 Pedro Alves <palves@redhat.com>
14214 Hui Zhu <hui@codesourcery.com>
14215
14216 PR PR15693
14217 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14218 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14219 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14220 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14221
14222 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14223
14224 * config/monitor.exp (gdb_target_monitor): Replace use of
14225 "set remotebaud" by "set serial baud".
14226
14227 2014-05-26 Andy Wingo <wingo@igalia.com>
14228
14229 * gdb.guile/scm-breakpoint.exp:
14230 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14231 properties instead of gdb-object-properties.
14232
14233 2014-05-26 Yao Qi <yao@codesourcery.com>
14234
14235 * gdb.server/no-thread-db.exp: Specify source file name
14236 explicitly when setting a breakpoint.
14237
14238 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14239
14240 * gdb.btrace/vdso.c: New.
14241 * gdb.btrace/vdso.exp: New.
14242
14243 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14244
14245 * gdb.base/gcore.exp (capture_command_output): Move ...
14246 * lib/gdb.exp (capture_command_output): ... here.
14247
14248 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14249
14250 * gdb.btrace/data.exp: Test memory access during btrace replay.
14251
14252 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14253
14254 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14255
14256 2014-05-21 Pedro Alves <palves@redhat.com>
14257
14258 PR gdb/13860
14259 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14260 (top level): Test that output related to execution commands is
14261 sent to the console with CLI commands, but not with MI commands.
14262 Test that breakpoint events are always mirrored to the console.
14263 Also expect the new source line to be output after a "next" in
14264 async mode too. Make it a pass/fail test.
14265 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14266 output.
14267 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14268
14269 2014-05-21 Pedro Alves <palves@redhat.com>
14270
14271 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14272 Use them to test variations of "list" after reaching a breakpoint.
14273 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14274 Test "list" with listsize 10 after reaching a breakpoint.
14275 * gdb.python/python.exp (decode_line current location line
14276 number): Adjust expected line number.
14277
14278 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14279
14280 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14281 behavior for $args, pass it directly to "run".
14282
14283 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14284
14285 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14286 30000 to 65536.
14287
14288 2014-05-21 Pedro Alves <palves@redhat.com>
14289
14290 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14291 auto-connect-native-target off".
14292 * gdb.base/auto-connect-native-target.c: New file.
14293 * gdb.base/auto-connect-native-target.exp: New file.
14294
14295 2014-05-21 Pedro Alves <palves@redhat.com>
14296
14297 * gdb.base/default.exp: Test "target native" instead of "target
14298 child".
14299
14300 2014-05-21 Mark Wielaard <mjw@redhat.com>
14301
14302 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14303
14304 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14305
14306 Fix TLS access for -static -pthread.
14307 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14308 <HAVE_TLS> (thread_function, main): Initialize it.
14309 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14310 Add clean_restart.
14311 <$have_tls != "">: Check TLSVAR.
14312
14313 2014-05-21 Pedro Alves <palves@redhat.com>
14314
14315 * gdb.base/dcache-line-read-error.c: New.
14316 * gdb.base/dcache-line-read-error.exp: New.
14317
14318 2014-05-20 Pedro Alves <palves@redhat.com>
14319
14320 * gdb.base/compare-sections.c: New file.
14321 * gdb.base/compare-sections.exp: New file.
14322
14323 2014-05-20 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.base/break-idempotent.c: New file.
14326 * gdb.base/break-idempotent.exp: New file.
14327
14328 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14329
14330 * gdb.btrace/nohist.exp: New.
14331
14332 2014-05-20 Yao Qi <yao@codesourcery.com>
14333
14334 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14335 gdb.reverse directory and gdb_reverse_timeout exists in board
14336 setting.
14337 * README: Document gdb_reverse_timeout.
14338
14339 2014-05-20 Yao Qi <yao@codesourcery.com>
14340
14341 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14342 'test_file_name'. Treat args as a string instead of a list.
14343 (gdb_init): Rename argument 'args' by 'test_file_name'.
14344
14345 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14346
14347 * gdb.arch/powerpc-power.exp: New file.
14348 * gdb.arch/powerpc-power.s: New file.
14349
14350 2014-05-16 Doug Evans <dje@google.com>
14351
14352 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14353 * gdb.base/completion.exp: Check that all expected files exist
14354 before doing file completion.
14355
14356 2014-05-16 Doug Evans <dje@google.com>
14357
14358 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14359 Update.
14360 (do_syscall_tests_without_xml): Update.
14361
14362 2014-05-16 Pedro Alves <palves@redhat.com>
14363
14364 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14365 instead of "unknown output after running".
14366
14367 2014-05-16 Yao Qi <yao@codesourcery.com>
14368
14369 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14370 file1.txt from host at the end.
14371 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14372
14373 2014-05-15 Doug Evans <dje@google.com>
14374
14375 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14376 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14377 loading file. Add test for TU lookup.
14378
14379 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14380
14381 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14382 calling "-exec-arguments" or "set args" before running the
14383 inferior.
14384
14385 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14386
14387 * lib/mi-support.exp (mi_expect_stop): Expect message for
14388 inferiors that exit with non-zero exit code.
14389
14390 2014-05-14 Yao Qi <yao@codesourcery.com>
14391
14392 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14393 match absolute path on remote host.
14394 (test_file_list_exec_source_files): Remove "/" from the
14395 pattern.
14396
14397 2014-05-14 Yao Qi <yao@codesourcery.com>
14398
14399 * boards/local-remote-host-notty.exp (${board}_file): New
14400 proc.
14401
14402 2014-05-07 Kyle McMartin <kyle@redhat.com>
14403
14404 Pushed by Joel Brobecker <brobecker@adacore.com>.
14405 * gdb.arch/aarch64-atomic-inst.c: New file.
14406 * gdb.arch/aarch64-atomic-inst.exp: New file.
14407
14408 2014-05-07 Yao Qi <yao@codesourcery.com>
14409
14410 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14411 in current context" too.
14412
14413 2014-05-05 Keith Seitz <keiths@redhat.com>
14414
14415 * gdb.linespec/ls-dollar.exp: Add test for linespec
14416 file:convenience_variable.
14417
14418 2014-05-05 Yao Qi <yao@codesourcery.com>
14419
14420 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14421 traceframes into tfile and ctf trace files. Read data from
14422 trace file and test collected data.
14423 (gdb_collect_locals_test): Likewise.
14424 (gdb_unavailable_registers_test): Likewise.
14425 (gdb_unavailable_floats): Likewise.
14426 (gdb_collect_globals_test): Likewise.
14427 (top-level): Append "ctf" to trace_file_targets if GDB
14428 supports.
14429
14430 2014-05-05 Yao Qi <yao@codesourcery.com>
14431
14432 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14433 code to ...
14434 (gdb_collect_args_test_1): ... it. New proc.
14435 (gdb_collect_locals_test): Move some code to ...
14436 (gdb_collect_locals_test_1): ... it. New proc.
14437 (gdb_unavailable_registers_test): Move some code to ...
14438 (gdb_unavailable_registers_test_1): ... it. New proc.
14439 (gdb_unavailable_floats): Move some code to ...
14440 (gdb_unavailable_floats_1): ... it. New proc.
14441
14442 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14443
14444 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14445 probes to test for bitness recognition.
14446 * gdb.arch/amd64-stap-optional-prefix.exp
14447 (test_probe_value_without_reg): New procedure.
14448 Add code to test for different kinds of bitness.
14449
14450 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14451
14452 PR breakpoints/16889
14453 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14454 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14455
14456 2014-05-01 Pedro Alves <palves@redhat.com>
14457
14458 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14459 gdb_file_cmd if no file is specified.
14460 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14461 last_loaded_file to set the remote exec-file.
14462
14463 2014-05-01 Pedro Alves <palves@redhat.com>
14464
14465 * boards/local-remote-host.exp: New file.
14466
14467 2014-05-01 Pedro Alves <palves@redhat.com>
14468
14469 * boards/local-remote-host.exp: Rename to ...
14470 * boards/local-remote-host-notty.exp: ... this.
14471
14472 2014-04-28 Joel Brobecker <brobecker@adacore.com>
14473
14474 * gdb.ada/dyn_arrayidx: New testcase.
14475
14476 2014-04-26 Yao Qi <yao@codesourcery.com>
14477
14478 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14479 and compute the length of function main. Save it in
14480 $main_length.
14481 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14482 (top-level): Use gdb_compile to compile objects into
14483 executable and restart GDB. Remove invocation to
14484 prepare_for_testing.
14485
14486 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14487 Pedro Alves <palves@redhat.com>
14488
14489 PR server/16255
14490 * gdb.multi/multi-attach.c: New file.
14491 * gdb.multi/multi-attach.exp: New file.
14492
14493 2014-04-25 Pedro Alves <palves@redhat.com>
14494
14495 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14496 user.
14497 (top level): Test that "set remote conditional-breakpoints-packet
14498 off" works as intended.
14499 * gdb.base/dprintf.exp: Test that "set remote
14500 breakpoint-commands-packet off" works as intended.
14501 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14502 New function.
14503 (top level): Call it.
14504 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14505 remote fast-tracepoints-packet off" works as intended.
14506 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14507 * lib/gdb.exp (gdb_is_target_remote): ... here.
14508
14509 2014-04-24 David Blaikie <dblaikie@gmail.com>
14510
14511 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14512 ensure clang would not discard them.
14513 * gdb.base/gdbvars.c: Ditto.
14514 * gdb.base/memattr.c: Ditto.
14515 * gdb.base/whatis.c: Ditto.
14516 * gdb.python/py-prettyprint.c: Ditto.
14517 * gdb.trace/actions.c: Ditto.
14518 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14519 ensure clang would not discard it.
14520
14521 2014-04-24 David Blaikie <dblaikie@gmail.com>
14522
14523 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14524 clang to emit the full definition of type required by the test
14525 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14526
14527 2014-04-24 David Blaikie <dblaikie@gmail.com>
14528
14529 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14530 coax Clang into emitting the definition of the type.
14531 * gdb.cp/pr10728-x.h (y): Ditto.
14532 * gdb.cp/pr10728-y.cc (y): Ditto.
14533
14534 2014-04-24 David Blaikie <dblaikie@gmail.com>
14535
14536 * gdb.base/label.exp: XFAIL label related tests under Clang.
14537 * gdb.cp/cplabel.exp: Ditto.
14538 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14539 under Clang those using labels.
14540
14541 2014-04-25 Yao Qi <yao@codesourcery.com>
14542
14543 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14544 double_label.
14545 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14546 partial_label and double_label.
14547
14548 2014-04-24 David Blaikie <dblaikie@gmail.com>
14549
14550 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14551
14552 2014-04-24 David Blaikie <dblaikie@gmail.com>
14553
14554 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14555 of the function to work across GCC and Clang.
14556 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14557 pointer types (const void ** const V void **).
14558
14559 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14560 Walfred Tedeschi <walfred.tedeschi@intel.com>
14561
14562 * Makefile.in (EXECUTABLES): Added i386-avx512.
14563 * gdb.arch/i386-avx512.c: New file.
14564 * gdb.arch/i386-avx512.exp: Likewise.
14565
14566 2014-04-23 Keith Seitz <keiths@redhat.com>
14567
14568 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14569 (mi_make_breakpoint_table): New procedure.
14570 (mi_create_breakpoint): Use mi_make_breakpoint
14571 and return the result.
14572 (mi_make_breakpoint): New procedure.
14573 (mi_build_kv_pairs): New procedure.
14574
14575 * gdb.mi/mi-break.exp: Remove unused globals,
14576 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14577 All callers updated.
14578 * gdb.mi/mi-dprintf.exp: Use variable to track command
14579 number.
14580 Update all callers of mi_create_breakpoint and use
14581 mi_make_breakpoint_table.
14582 Remove any unused global variables.
14583 * gdb.mi/mi-nonstop.exp: Likewise.
14584 * gdb.mi/mi-nsintrall.exp: Likewise.
14585 * gdb.mi/mi-nsmoribund.exp: Likewise.
14586 * gdb.mi/mi-nsthrexec.exp: Likewise.
14587 * gdb.mi/mi-reverse.exp: Likewise.
14588 * gdb.mi/mi-simplerun.exp: Likewise.
14589 * gdb.mi/mi-stepn.exp: Likewise.
14590 * gdb.mi/mi-syn-frame.exp: Likewise.
14591 * gdb.mi/mi-until.exp: Likewise.
14592 * gdb.mi/mi-var-cp.exp: Likewise.
14593 * gdb.mi/mi-var-display.exp: Likewise.
14594 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14595 * gdb.mi/mi2-var-child.exp: Likewise.
14596 * gdb.mi/mi-vla-c99.exp: Likewise.
14597 * lib/mi-support.exp: Likewise.
14598
14599 From Ian Lance Taylor <iant@cygnus.com>:
14600 * lib/gdb.exp (parse_args): New procedure.
14601
14602 2014-04-23 Pedro Alves <palves@redhat.com>
14603
14604 * gdb.base/break-unload-file.c: New file.
14605 * gdb.base/break-unload-file.exp: New file.
14606 * gdb.base/sym-file-lib.c (baz): New function.
14607 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14608 field.
14609 (load): Store the segment's mapped size.
14610 (unload): New function.
14611 (unload_shlib): New function.
14612 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14613 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14614 set a breakpoint at baz, and call it.
14615 * gdb.base/sym-file.exp: New tests for stale breakpoint
14616 instructions.
14617
14618 2014-04-23 Pedro Alves <palves@redhat.com>
14619
14620 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14621 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14622 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14623 * gdb.base/hbreak-unmapped.c: New file.
14624 * gdb.base/hbreak-unmapped.exp: New file.
14625 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14626 * lib/gdb.exp (gdb_is_target_remote): ... here.
14627
14628 2014-04-22 Pedro Alves <palves@redhat.com>
14629
14630 * gdb.base/consecutive-step-over.c: New file.
14631 * gdb.base/consecutive-step-over.exp: New file.
14632
14633 2014-04-22 Pedro Alves <palves@redhat.com>
14634
14635 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14636 instead of send_gdb/gdb_expect.
14637
14638 2014-04-22 Yao Qi <yao@codesourcery.com>
14639
14640 * lib/trace-support.exp (generate_tracefile): New procedure.
14641 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14642 return 0.
14643 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14644 if generate_tracefile returns 1.
14645
14646 2014-04-18 Tom Tromey <palves@redhat.com>
14647 Pedro alves <tromey@redhat.com>
14648
14649 PR backtrace/15558
14650 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14651 with a backtrace limit.
14652 * gdb.python/py-frame-inline.exp: Test running to an inline
14653 function with a backtrace limit, and printing the newest frame.
14654 * gdb.python/py-frame-inline.c (main): Call f.
14655
14656 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14657
14658 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14659
14660 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14661
14662 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14663 Drop prefix from unsupported source file path.
14664
14665 2014-04-17 Yao Qi <yao@codesourcery.com>
14666
14667 * lib/gdb.exp (with_target_charset): New proc.
14668 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14669 with_target_charset.
14670 (test_print_strings): Likewise.
14671 (test_repeat_bytes): Likewise.
14672 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14673 for some tests.
14674
14675 2014-04-16 Keith Seitz <keiths@redhat.com>
14676
14677 PR gdb/15827
14678 * gdb.dwarf2/corrupt.c: New file.
14679 * gdb.dwarf2/corrupt.exp: New file.
14680
14681 2014-04-16 Keith Seitz <keiths@redhat.com>
14682
14683 PR c++/16597
14684 * gdb.cp/namelessclass.cc: New file.
14685 * gdb.cp/namelessclass.exp: New file.
14686 * gdb.cp/namelessclass.S: New file.
14687
14688 2014-04-16 Doug Evans <dje@google.com>
14689
14690 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14691 Add comment.
14692 (gdbserver_default_get_comm_port): New function.
14693 (gdbserver_start): Check if board file provided
14694 "gdbserver,get_comm_port" and use it if so.
14695 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14696 (gdb,socketport): Set to "stdio".
14697 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14698 (stdio_gdbserver_template): Delete.
14699 (${board}_get_remote_address): Update.
14700 (${board}_build_remote_cmd): Delete.
14701 (${board}_get_comm_port): New function.
14702 (${board}_spawn): Update.
14703 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14704 Delete.
14705 (${board}_get_remote_address): Update.
14706 (${board}_get_comm_port): New function.
14707
14708 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14709
14710 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14711 appearing in any order.
14712
14713 2014-04-15 Doug Evans <dje@google.com>
14714
14715 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14716 uninitialized value of "description".
14717
14718 2014-04-15 Keith Seitz <keiths@redhat.com>
14719
14720 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14721 Remove unused globals.
14722 (test_running_the_program): Likewise.
14723 (test_controlled_execution): Likewise.
14724 (test_controlling_breakpoints): Likewise.
14725 (test_program_termination): Likewise.
14726
14727 2014-04-15 Keith Seitz <keiths@redhat.com>
14728
14729 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14730 unused globals.
14731 (test_rbreak_creation_and_listing): Likewise.
14732 (test_ignore_count): Likewise.
14733 (test_error): Likewise.
14734
14735 2014-04-15 Pedro Alves <palves@redhat.com>
14736
14737 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14738 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14739 sym-file-loader.c.
14740 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14741 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14742 to sym-file-loader.c.
14743 (struct library): Forward declare.
14744 (load_shlib, lookup_function): Change prototypes.
14745 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14746 (translate_offset): Remove declarations.
14747 (get_text_addr): New declaration.
14748 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14749 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14750 sym-file-loader.h.
14751 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14752 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14753 here from sym-file-loader.h.
14754 (struct library): New structure.
14755 (load_shlib, lookup_function): Change prototypes and adjust to
14756 work with a struct library.
14757 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14758 (translate_offset): Make static.
14759 (get_text_addr): New function.
14760 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14761
14762 2014-04-15 Pedro Alves <palves@redhat.com>
14763
14764 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14765
14766 2014-04-15 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.base/sym-file-loader.c: Include <limits.h>.
14769 (SELF_LINK): New define.
14770 (get_origin): New function.
14771 (load_shlib): Use it.
14772 * gdb.base/sym-file.exp: Don't early return if the target is
14773 remote. Use runto_main, and issue fail is that fails. Use
14774 gdb_load_shlibs.
14775 (shlib_name): Delete.
14776 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14777
14778 2014-04-15 Pedro Alves <palves@redhat.com>
14779
14780 * gdb.base/sym-file.exp: Remove regex characters from test
14781 message. Don't refer to breakpoint numbers in test messages.
14782
14783 2014-04-14 Keith Seitz <keiths@redhat.com>
14784
14785 PR c++/16253
14786 * gdb.cp/var-tag.cc: New file.
14787 * gdb.cp/var-tag.exp: New file.
14788 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14789 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14790 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14791 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14792
14793 2014-04-14 Tom Tromey <tromey@redhat.com>
14794
14795 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14796 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14797 type.
14798 * gdb.cp/enum-class.exp: New file.
14799 * gdb.cp/enum-class.cc: New file.
14800
14801 2014-04-14 Tom Tromey <tromey@redhat.com>
14802
14803 * gdb.dwarf2/enum-type.exp: New file.
14804
14805 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14806
14807 * gdb.mi/mi-vla-c99.exp: New file.
14808 * gdb.mi/vla.c: New file.
14809
14810 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14811
14812 * gdb.base/vla-datatypes.c: New file.
14813 * gdb.base/vla-datatypes.exp: New file.
14814
14815 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14816
14817 * gdb.base/vla-ptr.c: New file.
14818 * gdb.base/vla-ptr.exp: New file.
14819
14820 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14821
14822 * gdb.dwarf2/count.exp: New file.
14823
14824 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14825
14826 * gdb.base/vla-sideeffect.c: New file.
14827 * gdb.base/vla-sideeffect.exp: New file.
14828
14829 2014-04-14 David Blaikie <dblaikie@gmail.com>
14830
14831 * gdb.mi/non-stop.c: Add return value for non-void function return
14832 statement.
14833 * gdb.threads/staticthreads.c: Ditto.
14834
14835 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14836 Doug Evans <xdje42@gmail.com>
14837
14838 * gdb.guile/scm-value.c: Improve test case.
14839 * gdb.guile/scm-value.exp: Add new test.
14840
14841 2014-04-11 David Blaikie <dblaikie@gmail.com>
14842
14843 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14844 override Clang's default.
14845
14846 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14847
14848 Revert the following changes (regressions):
14849
14850 * gdb.base/vla-sideeffect.c: New file.
14851 * gdb.base/vla-sideeffect.exp: New file.
14852
14853 * gdb.dwarf2/count.exp: New file.
14854
14855 * gdb.base/vla-multi.c: New file.
14856 * gdb.base/vla-multi.exp: New file.
14857
14858 * gdb.base/vla-ptr.c: New file.
14859 * gdb.base/vla-ptr.exp: New file.
14860
14861 * gdb.base/vla-datatypes.c: New file.
14862 * gdb.base/vla-datatypes.exp: New file.
14863
14864 * gdb.mi/mi-vla-c99.exp: New file.
14865 * gdb.mi/vla.c: New file.
14866
14867 2014-04-11 Keith Seitz <keiths@redhat.com>
14868
14869 PR c++/16675
14870 * gdb.cp/cpsizeof.exp: New file.
14871 * gdb.cp/cpsizeof.cc: New file.
14872
14873 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14874
14875 * gdb.mi/mi-vla-c99.exp: New file.
14876 * gdb.mi/vla.c: New file.
14877
14878 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14879
14880 * gdb.base/vla-datatypes.c: New file.
14881 * gdb.base/vla-datatypes.exp: New file.
14882
14883 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14884
14885 * gdb.base/vla-ptr.c: New file.
14886 * gdb.base/vla-ptr.exp: New file.
14887
14888 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14889
14890 * gdb.base/vla-multi.c: New file.
14891 * gdb.base/vla-multi.exp: New file.
14892
14893 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14894
14895 * gdb.dwarf2/count.exp: New file.
14896
14897 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14898
14899 * gdb.base/vla-sideeffect.c: New file.
14900 * gdb.base/vla-sideeffect.exp: New file.
14901
14902 2014-04-11 Yao Qi <yao@codesourcery.com>
14903
14904 * gdb.base/completion.exp: Check file exists before running tests
14905 on file completion.
14906
14907 2014-04-10 Pedro Alves <palves@redhat.com>
14908
14909 * gdb.base/cond-eval-mode.c: New file.
14910 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14911 prepare_for_testing to build the new file. Check result of
14912 runto_main.
14913 (test_break, test_watch): New procedures.
14914 (top level): Use them.
14915
14916 2014-04-08 Pierre Muller <muller@sourceware.org>
14917
14918 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14919 Ctrl-V use for mingw hosts.
14920
14921 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14922
14923 * gdb.python/py-value.c: Improve test case.
14924 * gdb.python/py-value.exp: Add new test.
14925
14926 2014-04-07 David Blaikie <dblaikie@gmail.com>
14927
14928 * lib/compiler.c: Identify the clang compiler.
14929 * lib/compiler.cc: Ditto.
14930
14931 2014-04-03 Yao Qi <yao@codesourcery.com>
14932
14933 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14934
14935 2014-04-01 Anton Blanchard <anton@samba.org>
14936
14937 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14938 messages unique.
14939
14940 2014-04-01 Anton Blanchard <anton@samba.org>
14941
14942 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14943 prepare_for_testing.
14944
14945 2014-04-01 Anton Blanchard <anton@samba.org>
14946
14947 * gdb.arch/ppc64-atomic-inst.c: Remove.
14948 * gdb.arch/ppc64-atomic-inst.S: New file.
14949 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14950
14951 2014-03-31 Doug Evans <dje@google.com>
14952
14953 * gdb.base/print-symbol-loading-lib.c: New file.
14954 * gdb.base/print-symbol-loading-main.c: New file.
14955 * gdb.base/print-symbol-loading.exp: New file.
14956
14957 2014-03-31 Yao Qi <yao@codesourcery.com>
14958
14959 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14960
14961 2014-03-28 Joel Brobecker <brobecker@adacore.com>
14962
14963 * gdb.ada/mi_dyn_arr: New testcase.
14964
14965 2014-03-27 Doug Evans <dje@google.com>
14966
14967 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14968
14969 2014-03-27 Yao Qi <yao@codesourcery.com>
14970
14971 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14972 if target is nios2-*-*.
14973
14974 2014-03-26 Yao Qi <yao@codesourcery.com>
14975
14976 * lib/gdb.exp (readline_is_used): New proc.
14977 * gdb.base/completion.exp: Move tests on command complete up.
14978 Skip the rest of tests if readline is not used.
14979 * gdb.ada/complete.exp: Skp the test if readline is not
14980 used.
14981 * gdb.base/filesym.exp: Likewise.
14982 * gdb.base/macscp.exp: Likewise.
14983 * gdb.base/readline-ask.exp: Likewise.
14984 * gdb.base/readline.exp: Likewise.
14985 * gdb.python/py-cmd.exp: Likewise.
14986 * gdb.trace/tfile.exp: Likewise.
14987
14988 2014-03-26 Yao Qi <yao@codesourcery.com>
14989
14990 * gdb.base/macscp.exp: Fix code format issues.
14991
14992 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14993
14994 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14995 * gdb.asm/powerpc64le.inc: New file.
14996
14997 2014-03-25 Pedro Alves <palves@redhat.com>
14998 Doug Evans <dje@google.com>
14999
15000 * gdb.base/source-execution.c: New file.
15001 * gdb.base/source-execution.exp: New file.
15002 * gdb.base/source-execution.gdb: New file.
15003
15004 2014-03-24 Doug Evans <dje@google.com>
15005
15006 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15007 using fission.
15008
15009 2014-03-24 Hui Zhu <hui@codesourcery.com>
15010 Pedro Alves <palves@redhat.com>
15011
15012 PR breakpoints/16101
15013 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15014 test pass/fail messages. Detect missing support for dprintf when
15015 breakpoints are actually inserted.
15016 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15017 breakpoints are actually inserted.
15018 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15019 fails.
15020
15021 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15022
15023 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15024
15025 2014-03-22 Doug Evans <xdje42@gmail.com>
15026
15027 * gdb.python/python.exp (python not supported): Verify multi-line
15028 python command issues an error.
15029 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15030 guile command issues an error.
15031
15032 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15033
15034 * gdb.threads/thread-specific.exp: Handle the lack of usable
15035 $this_breakpoint and $this_thread.
15036
15037 2014-03-21 Hui Zhu <hui@codesourcery.com>
15038
15039 * gdb.base/attach.exp (do_command_attach_tests): New.
15040
15041 2014-03-20 Tom Tromey <tromey@redhat.com>
15042 Pedro Alves <palves@redhat.com>
15043
15044 PR cli/15718
15045 * gdb.base/condbreak-call-false.c: New file.
15046 * gdb.base/condbreak-call-false.exp: New file.
15047
15048 2014-03-20 Pedro Alves <palves@redhat.com>
15049
15050 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15051 Delete.
15052 (block_signals, unblock_signals): Delete.
15053 (child_function_2, main): Remove references to deleted variable
15054 and functions.
15055
15056 2014-03-20 Pedro Alves <palves@redhat.com>
15057
15058 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15059 Use pthread_kill to signal thread 2.
15060 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15061 Adjust to make the test send itself a signal rather than using the
15062 host's "kill" command.
15063
15064 2014-03-20 Pedro Alves <palves@redhat.com>
15065
15066 * gdb.threads/multiple-step-overs.c: New file.
15067 * gdb.threads/multiple-step-overs.exp: New file.
15068 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15069 Adjust expected infrun debug output.
15070
15071 2014-03-20 Pedro Alves <palves@redhat.com>
15072
15073 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15074 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15075
15076 2014-03-20 Pedro Alves <palves@redhat.com>
15077
15078 PR breakpoints/7143
15079 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15080 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15081 of gdb_test_multiple.
15082 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15083 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15084
15085 2014-03-20 Pedro Alves <palves@redhat.com>
15086
15087 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15088 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15089
15090 2014-03-19 Pedro Alves <palves@redhat.com>
15091
15092 * gdb.base/async.exp: Remove early return.
15093
15094 2014-03-19 Pedro Alves <palves@redhat.com>
15095
15096 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15097
15098 2014-03-19 Pedro Alves <palves@redhat.com>
15099
15100 * gdb.base/async.exp (test_background): Expect \r\n after
15101 "completed." in the fail pattern.
15102
15103 2014-03-19 Pedro Alves <palves@redhat.com>
15104
15105 * gdb.base/async.exp (test_background): New procedure.
15106 Use it for all background execution command tests.
15107
15108 2014-03-19 Pedro Alves <palves@redhat.com>
15109
15110 * gdb.base/async.exp: Use prepare_for_testing.
15111
15112 2014-03-19 Pedro Alves <palves@redhat.com>
15113
15114 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15115 the same line.
15116
15117 2014-03-19 Pedro Alves <palves@redhat.com>
15118
15119 * gdb.base/async.c (main): Add "jump here" and "until here" line
15120 marker comments.
15121 * gdb.base/async.exp (jump_here): New global.
15122 (jump& test): Use it.
15123 (until_here): New global.
15124 (until& test): Use it.
15125
15126 2014-03-19 Pedro Alves <palves@redhat.com>
15127
15128 * gdb.base/async.exp: Don't frob gdb_protocol.
15129
15130 2014-03-18 Doug Evans <xdje42@gmail.com>
15131
15132 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15133 Fix spelling of exec-done-display.
15134
15135 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15136
15137 PR gdb/15358
15138 * gdb.base/gdb-sigterm.c: New file.
15139 * gdb.base/gdb-sigterm.exp: New file.
15140
15141 2014-03-18 Pedro Alves <palves@redhat.com>
15142
15143 PR gdb/13860
15144 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15145 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15146 solib-event.
15147
15148 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15149
15150 * gdb.ada/pckd_arr_ren: New testcase.
15151
15152 2014-03-13 Doug Evans <xdje42@gmail.com>
15153
15154 PR guile/16612
15155 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15156 collect after discarding symbols.
15157
15158 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15159 Doug Evans <xdje42@gmail.com>
15160
15161 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15162 to history survives a gc.
15163
15164 2014-03-13 Pedro Alves <palves@redhat.com>
15165
15166 * gdb.base/default.exp: Don't test "target procfs".
15167
15168 2014-03-13 Pedro Alves <palves@redhat.com>
15169
15170 * gdb.base/default.exp: Update "target child" and "target procfs"
15171 tests to not expect "Unix".
15172
15173 2014-03-12 Tom Tromey <tromey@redhat.com>
15174
15175 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15176 New procs. Add target-async tests.
15177 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15178 Add target-async tests.
15179
15180 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15181
15182 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15183 'func_start' and 'func_end' for the beginning and end of the
15184 function code, respectively.
15185 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15186 'func_end' instead of 'func' and 'main'.
15187
15188 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15189
15190 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15191 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15192 generate the debug info assembler source.
15193
15194 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15195
15196 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15197 * gdb.dwarf2/arr-subrange.exp: Likewise.
15198 * gdb.dwarf2/dwz.exp: Likewise.
15199 * gdb.dwarf2/method-ptr.exp: Likewise.
15200 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15201 * gdb.dwarf2/subrange.exp: Likewise.
15202 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15203 * gdb.dwarf2/implptrpiece.exp: Likewise.
15204 * gdb.dwarf2/nostaticblock.exp: Likewise.
15205
15206 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15207
15208 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15209 directory to absolute path name arguments.
15210
15211 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15212
15213 * gdb.ada/tagged_access: New testcase.
15214
15215 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15216
15217 * gdb.btrace/data.exp: Update expected output.
15218
15219 2014-03-06 Yao Qi <yao@codesourcery.com>
15220
15221 * gdb.trace/pr16508.exp: New file.
15222
15223 2014-03-05 Pedro Alves <palves@redhat.com>
15224
15225 PR gdb/16575
15226 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15227 procedure.
15228 (top level): Adjust to use it. Add tests that exercise breakpoint
15229 interaction with the code-cache.
15230
15231 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15232
15233 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15234 test for 'history-append!'.
15235
15236 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15237
15238 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15239 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15240 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15241 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15242 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15243 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15244
15245 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15246
15247 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15248 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15249 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15250
15251 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15252
15253 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15254
15255 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15256
15257 * gdb.dwarf2/arr-stride.c: New file.
15258 * gdb.dwarf2/arr-stride.exp: New file.
15259
15260 2014-02-26 Pedro Alves <palves@redhat.com>
15261
15262 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15263 that won't ever trigger. Make sure that GDB reports the correct
15264 breakpoint that caused the stop.
15265
15266 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15267
15268 PR gdb/16626
15269 * gdb.base/auto-load-script: New file.
15270 * gdb.base/auto-load.c: New file.
15271 * gdb.base/auto-load.exp: New file.
15272
15273 PR gdb/16626
15274 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15275
15276 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15277
15278 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15279 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15280
15281 2014-02-24 Doug Evans <dje@google.com>
15282
15283 * lib/gdb.exp (run_on_host): Log error output if program fails.
15284
15285 2014-02-21 Pedro Alves <palves@redhat.com>
15286
15287 * gdb.threads/step-after-sr-lock.c: Rename to ...
15288 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15289 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15290 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15291 ... this.
15292
15293 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15294
15295 PR tdep/16397
15296 * gdb.arch/amd64-stap-special-operands.exp: New file.
15297 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15298 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15299 * gdb.arch/amd64-stap-triplet.S: Likewise.
15300 * gdb.arch/amd64-stap-triplet.c: Likewise.
15301
15302 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15303
15304 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15305 in .section pseudo-op.
15306
15307 2014-02-20 lin zuojian <manjian2006@gmail.com>
15308 Joel Brobecker <brobecker@adacore.com>
15309 Doug Evans <xdje42@gmail.com>
15310
15311 PR symtab/16581
15312 * gdb.dwarf2/dw2-icycle.S: New file.
15313 * gdb.dwarf2/dw2-icycle.c: New file.
15314 * gdb.dwarf2/dw2-icycle.exp: New file.
15315
15316 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15317
15318 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15319 operations on gdb.Value objects.
15320 * gdb.python/py-value-cc.exp: Add new test to test operations on
15321 gdb.Value objects.
15322
15323 2014-02-18 Doug Evans <dje@google.com>
15324
15325 * Makefile.in (TESTS): New variable.
15326 (expanded_tests, expanded_tests_or_none): New variables
15327 (check-single): Pass $(expanded_tests_or_none) to runtest.
15328 (check-parallel): Only run tests in $(TESTS) if non-empty.
15329 (check/no-matching-tests-found): New rule.
15330 * README: Document TESTS makefile variable.
15331
15332 2014-02-18 Doug Evans <dje@google.com>
15333
15334 * Makefile.in (check-parallel): rm -rf outputs temp.
15335
15336 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15337
15338 Fix "ERROR: no fileid for" in the testsuite.
15339 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15340
15341 2014-02-12 Doug Evans <dje@google.com>
15342
15343 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15344 (MISCELLANEOUS): New variable.
15345 (clean): rm -rf $(MISCELLANEOUS).
15346 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15347 dwp live in the same directory as symlinks, with each symlink pointed
15348 to a differently named file in a different directory.
15349
15350 2014-02-11 Doug Evans <dje@google.com>
15351
15352 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15353 of Tcl file commands.
15354
15355 2014-02-10 Mark Kettenis <kettenis@gnu.org>
15356
15357 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15358 "kill -SIGUSR1 -1".
15359
15360 2014-02-10 Joel Brobecker <brobecker@adacore.com>
15361
15362 * gdb.ada/tick_length_array_enum_idx: New testcase.
15363
15364 2014-02-10 Doug Evans <xdje42@gmail.com>
15365
15366 * configure.ac (AC_OUTPUT): Add gdb.guile.
15367 * configure: Regenerate.
15368 * lib/gdb-guile.exp: New file.
15369 * lib/gdb.exp (get_target_charset): New function.
15370 * gdb.base/help.exp: Update expected output from "apropos apropos".
15371 * gdb.guile/Makefile.in: New file.
15372 * gdb.guile/guile.exp: New file.
15373 * gdb.guile/scm-arch.c: New file.
15374 * gdb.guile/scm-arch.exp: New file.
15375 * gdb.guile/scm-block.c: New file.
15376 * gdb.guile/scm-block.exp: New file.
15377 * gdb.guile/scm-breakpoint.c: New file.
15378 * gdb.guile/scm-breakpoint.exp: New file.
15379 * gdb.guile/scm-disasm.c: New file.
15380 * gdb.guile/scm-disasm.exp: New file.
15381 * gdb.guile/scm-equal.c: New file.
15382 * gdb.guile/scm-equal.exp: New file.
15383 * gdb.guile/scm-error.exp: New file.
15384 * gdb.guile/scm-error.scm: New file.
15385 * gdb.guile/scm-frame-args.c: New file.
15386 * gdb.guile/scm-frame-args.exp: New file.
15387 * gdb.guile/scm-frame-args.scm: New file.
15388 * gdb.guile/scm-frame-inline.c: New file.
15389 * gdb.guile/scm-frame-inline.exp: New file.
15390 * gdb.guile/scm-frame.c: New file.
15391 * gdb.guile/scm-frame.exp: New file.
15392 * gdb.guile/scm-generics.exp: New file.
15393 * gdb.guile/scm-gsmob.exp: New file.
15394 * gdb.guile/scm-iterator.c: New file.
15395 * gdb.guile/scm-iterator.exp: New file.
15396 * gdb.guile/scm-math.c: New file.
15397 * gdb.guile/scm-math.exp: New file.
15398 * gdb.guile/scm-objfile-script-gdb.in: New file.
15399 * gdb.guile/scm-objfile-script.c: New file.
15400 * gdb.guile/scm-objfile-script.exp: New file.
15401 * gdb.guile/scm-objfile.c: New file.
15402 * gdb.guile/scm-objfile.exp: New file.
15403 * gdb.guile/scm-ports.exp: New file.
15404 * gdb.guile/scm-pretty-print.c: New file.
15405 * gdb.guile/scm-pretty-print.exp: New file.
15406 * gdb.guile/scm-pretty-print.scm: New file.
15407 * gdb.guile/scm-section-script.c: New file.
15408 * gdb.guile/scm-section-script.exp: New file.
15409 * gdb.guile/scm-section-script.scm: New file.
15410 * gdb.guile/scm-symbol.c: New file.
15411 * gdb.guile/scm-symbol.exp: New file.
15412 * gdb.guile/scm-symtab-2.c: New file.
15413 * gdb.guile/scm-symtab.c: New file.
15414 * gdb.guile/scm-symtab.exp: New file.
15415 * gdb.guile/scm-type.c: New file.
15416 * gdb.guile/scm-type.exp: New file.
15417 * gdb.guile/scm-value-cc.cc: New file.
15418 * gdb.guile/scm-value-cc.exp: New file.
15419 * gdb.guile/scm-value.c: New file.
15420 * gdb.guile/scm-value.exp: New file.
15421 * gdb.guile/source2.scm: New file.
15422 * gdb.guile/types-module.cc: New file.
15423 * gdb.guile/types-module.exp: New file.
15424
15425 2014-02-10 Yao Qi <yao@codesourcery.com>
15426
15427 PR testsuite/16543
15428 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15429 * configure: Regenerated.
15430 * Makefile.in: New file.
15431
15432 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15433
15434 * gdb.python/py-framefilter.exp: Fix typo.
15435
15436 2014-02-08 Yao Qi <yao@codesourcery.com>
15437
15438 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15439 that no =breakpoint-modified is emitted when breakpoints are
15440 modified through MI commands.
15441
15442 2014-02-07 Pedro Alves <pedro@codesourcery.com>
15443 Pedro Alves <palves@redhat.com>
15444
15445 * gdb.threads/step-after-sr-lock.c: New file.
15446 * gdb.threads/step-after-sr-lock.exp: New file.
15447
15448 2014-02-07 Pedro Alves <palves@redhat.com>
15449
15450 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15451
15452 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15453
15454 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15455 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15456
15457 2014-02-06 Doug Evans <xdje42@gmail.com>
15458
15459 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15460 output.
15461
15462 * gdb.gdb/python-interrupts.exp: New file.
15463
15464 2014-02-05 Yao Qi <yao@codesourcery.com>
15465
15466 * gdb.trace/report.exp (use_collected_data): Test the output
15467 of "info threads" and "info inferiors".
15468
15469 2014-02-05 Yao Qi <yao@codesourcery.com>
15470
15471 Revert this patch:
15472
15473 2013-05-24 Yao Qi <yao@codesourcery.com>
15474
15475 * gdb.trace/tfile.exp: Test inferior and thread.
15476
15477 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15478
15479 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15480 on a function.
15481 * gdb.base/step-bt.c: Call hello via function pointer to make
15482 sure its first instruction is executed on powerpc64le-linux.
15483
15484 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15485
15486 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15487
15488 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15489
15490 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15491 of the test patterns for use on little-endian systems.
15492
15493 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15494
15495 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15496 (decimal_vector): Fix for little-endian.
15497
15498 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15499
15500 * gdb.arch/sparc-sysstep.exp: New file.
15501 * gdb.arch/sparc-sysstep.c: Likewise.
15502
15503 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15504
15505 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15506
15507 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15508
15509 2014-01-23 Tom Tromey <tromey@redhat.com>
15510
15511 * gdb.ada/array_char_idx: New testcase.
15512
15513 2014-01-23 Tom Tromey <tromey@redhat.com>
15514
15515 PR python/16487:
15516 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15517 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15518 classes.
15519
15520 2014-01-23 Tom Tromey <tromey@redhat.com>
15521
15522 PR python/16491:
15523 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15524 string from an inferior frame.
15525 * gdb.python/py-framefilter-mi.exp: Update.
15526
15527 2014-01-22 Doug Evans <dje@google.com>
15528
15529 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15530
15531 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15532
15533 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15534
15535 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15536
15537 * gdb.trace/entry-values.exp: Remove excess space character from
15538 regex patterns. Handle s390 call instruction.
15539
15540 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15541
15542 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15543 define "*_start" label. Make "name" static.
15544 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15545 ${name} by references to ${name}_start.
15546
15547 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15548
15549 * gdb.base/info-macros.exp: Remove "debug" from the compile
15550 options.
15551
15552 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15553
15554 * gdb.dlang/demangle.exp: New file.
15555
15556 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15557
15558 * gdb.dlang/primitive-types.exp: New file.
15559
15560 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15561
15562 * configure.ac: Create gdb.dlang/Makefile.
15563 * configure: Regenerate.
15564 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15565 * gdb.dlang/Makefile.in: New file.
15566 * lib/d-support.exp: New file.
15567 * lib/gdb.exp (skip_d_tests): New proc.
15568
15569 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15570
15571 * gdb.btrace/delta.exp: Check reverse stepi.
15572 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15573 * gdb.btrace/finish.exp: New.
15574 * gdb.btrace/next.exp: New.
15575 * gdb.btrace/nexti.exp: New.
15576 * gdb.btrace/record_goto.c: Add comments.
15577 * gdb.btrace/step.exp: New.
15578 * gdb.btrace/stepi.exp: New.
15579 * gdb.btrace/multi-thread-step.c: New.
15580 * gdb.btrace/multi-thread-step.exp: New.
15581 * gdb.btrace/rn-dl-bind.c: New.
15582 * gdb.btrace/rn-dl-bind.exp: New.
15583 * gdb.btrace/data.c: New.
15584 * gdb.btrace/data.exp: New.
15585 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15586
15587 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15588
15589 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15590 * gdb.btrace/exception.exp: Update.
15591 * gdb.btrace/instruction_history.exp: Update.
15592 * gdb.btrace/record_goto.exp: Update.
15593 * gdb.btrace/tailcall.exp: Update.
15594 * gdb.btrace/unknown_functions.exp: Update.
15595 * gdb.btrace/delta.exp: New.
15596
15597 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15598
15599 * gdb.btrace/record_goto.exp: Add backtrace test.
15600 * gdb.btrace/tailcall.exp: Add backtrace test.
15601
15602 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15603
15604 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15605 * gdb.btrace/record_goto.c: New.
15606 * gdb.btrace/record_goto.exp: New.
15607 * gdb.btrace/x86-record_goto.S: New.
15608
15609 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15610
15611 * gdb.btrace/function_call_history.exp: Update tests.
15612 * gdb.btrace/instruction_history.exp: Update tests.
15613
15614 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15615
15616 * gdb.btrace/function_call_history.exp: Fix expected field
15617 order for "record function-call-history".
15618 Add new tests for "record function-call-history /c".
15619 * gdb.btrace/exception.cc: New.
15620 * gdb.btrace/exception.exp: New.
15621 * gdb.btrace/tailcall.exp: New.
15622 * gdb.btrace/x86-tailcall.S: New.
15623 * gdb.btrace/x86-tailcall.c: New.
15624 * gdb.btrace/unknown_functions.c: New.
15625 * gdb.btrace/unknown_functions.exp: New.
15626 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15627
15628 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15629
15630 * gdb.btrace/instruction_history.exp: Update.
15631 * gdb.btrace/function_call_history.exp: Update.
15632
15633 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15634
15635 * gdb.btrace/function_call_history.exp: Fix expected function
15636 trace.
15637 * gdb.btrace/instruction_history.exp: Initialize traced.
15638 Remove traced_functions.
15639
15640 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15641
15642 * gdb.btrace/function_call_history.exp: Update
15643 * gdb.btrace/instruction_history.exp: Update.
15644
15645 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15646
15647 * gdb.btrace/enable.exp: Update expected text.
15648
15649 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15650
15651 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15652 bytes.
15653
15654 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15655
15656 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15657
15658 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15659
15660 * lib/gdb.exp (supports_process_record): Return true for
15661 arm*-linux*. (supports_reverse): Likewise.
15662
15663 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15664
15665 PR python/15464
15666 PR python/16113
15667 * gdb.python/py-type.c: Enhance test case.
15668 * gdb.python/py-value-cc.cc: Likewise
15669 * gdb.python/py-type.exp: Add new tests.
15670 * gdb.python/py-value-cc.exp: Likewise
15671
15672 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15673 Pedro Alves <palves@redhat.com>
15674
15675 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15676 Make "name" extern.
15677 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15678 references to ${name}_start by references to ${name}.
15679
15680 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15681
15682 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15683
15684 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15685
15686 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15687
15688 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15689 Pedro Alves <palves@redhat.com>
15690
15691 * gdb.mi/mi-info-os.exp: Connect to the target with
15692 mi_gdb_target_load.
15693
15694 2014-01-08 Pedro Alves <palves@redhat.com>
15695
15696 * gdb.threads/reconnect-signal.c: New file.
15697 * gdb.threads/reconnect-signal.exp: New file.
15698
15699 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15700
15701 * gdb.base/source-dir.exp: New file.
15702
15703 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15704
15705 * gdb.ada/mi_interface: New testcase.
15706
15707 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15708
15709 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15710 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15711 gdb.ada/pp-rec-component/pck.ads: New files.
15712
15713 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15714
15715 * gdb.python/py-pp-integral.c: New file.
15716 * gdb.python/py-pp-integral.py: New file.
15717 * gdb.python/py-pp-integral.exp: New file.
15718
15719 For older changes see ChangeLog-1993-2013.
15720 \f
15721 ;; Local Variables:
15722 ;; mode: change-log
15723 ;; left-margin: 8
15724 ;; fill-column: 74
15725 ;; version-control: never
15726 ;; End:
15727
15728 Copyright 2014-2019 Free Software Foundation, Inc.
15729 Copying and distribution of this file, with or without modification,
15730 are permitted provided the copyright notice and this notice are preserved.
This page took 0.339146 seconds and 5 git commands to generate.