867dc874ccca952f57c953f933155d613bd1732c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-05-09 Tom de Vries <tdevries@suse.de>
2
3 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4 CU-relative.
5
6 2019-05-09 Tom de Vries <tdevries@suse.de>
7
8 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
9 CU-relative.
10
11 2019-05-08 Joel Brobecker <brobecker@adacore.com>
12
13 * gdb.ada/frame_arg_lang.exp: New testcase.
14 * gdb.ada/frame_arg_lang/bla.adb: New file.
15 * gdb.ada/frame_arg_lang/pck.ads: New file.
16 * gdb.ada/frame_arg_lang/pck.adb: New file.
17 * gdb.ada/frame_arg_lang/foo.c: New file.
18
19 2019-05-08 Tom Tromey <tromey@adacore.com>
20
21 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
22
23 2019-05-08 Tom Tromey <tromey@adacore.com>
24
25 * gdb.base/ptype-offsets.exp: Update tests.
26
27 2019-05-08 Tom Tromey <tromey@adacore.com>
28
29 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
30 cases.
31 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
32 "short".
33
34 2019-05-08 Tom Tromey <tromey@adacore.com>
35
36 * gdb.ada/vla.exp: New file.
37 * gdb.ada/vla/vla.adb: New file.
38
39 2019-05-07 Tom de Vries <tdevries@suse.de>
40
41 * gdb.base/index-cache.exp (ls_host): Fix return statement.
42
43 2019-05-07 Tom de Vries <tdevries@suse.de>
44
45 PR testsuite/24522
46 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
47 section.
48
49 2019-05-07 Tom de Vries <tdevries@suse.de>
50
51 PR testsuite/24522
52 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
53 .debug_aranges section.
54
55 2019-05-07 Tom de Vries <tdevries@suse.de>
56
57 PR testsuite/24159
58 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
59
60 2019-05-06 Tom de Vries <tdevries@suse.de>
61
62 * lib/gdb.exp (exec_has_index_section): New proc.
63 * gdb.base/index-cache.exp: Handle case that binfile contains an index
64 section.
65
66 2019-05-04 Tom de Vries <tdevries@suse.de>
67
68 * boards/cc-with-debug-names.exp: New file.
69
70 2019-05-03 Tom Tromey <tromey@adacore.com>
71
72 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
73 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
74 * gdb.ada/char_enum.exp: Add test.
75
76 2019-05-03 Tom de Vries <tdevries@suse.de>
77
78 * boards/cc-with-gdb-index.exp: New file.
79
80 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * gdb.rust/simple.exp: Add new test case.
83 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
84 (main): Initialise an instance of the new struct.
85
86 2019-05-01 Tom Tromey <tromey@adacore.com>
87
88 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
89 record.
90 (NPR): New variable.
91 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
92 test.
93
94 2019-05-01 Tom Tromey <tromey@adacore.com>
95
96 * gdb.ada/packed_array_assign.exp: Add packed assignment
97 regression test.
98
99 2019-05-01 Tom de Vries <tdevries@suse.de>
100
101 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
102
103 2019-05-01 Tom de Vries <tdevries@suse.de>
104
105 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
106
107 2019-04-30 Ali Tamur <tamur@google.com>
108
109 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
110
111 2019-04-30 Tom Tromey <tromey@adacore.com>
112
113 * lib/ada.exp (find_ada_tool): New proc.
114 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
115 * gdb.ada/catch_ex_std.exp: New file.
116 * gdb.ada/catch_ex_std/foo.adb: New file.
117 * gdb.ada/catch_ex_std/some_package.adb: New file.
118 * gdb.ada/catch_ex_std/some_package.ads: New file.
119
120 2019-04-30 Tom Tromey <tromey@adacore.com>
121
122 PR c++/24470:
123 * gdb.cp/temargs.cc: Add test code from PR.
124
125 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.fortran/vla-datatypes.exp: Update expected results.
128 * gdb.fortran/vla-ptype.exp: Likewise.
129 * gdb.fortran/vla-type.exp: Likewise.
130 * gdb.fortran/vla-value.exp: Likewise.
131
132 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * gdb.fortran/ptr-indentation.exp: Update expected results.
135 * gdb.fortran/ptype-on-functions.exp: Likewise.
136 * gdb.fortran/vla-ptr-info.exp: Likewise.
137 * gdb.fortran/vla-value.exp: Likewise.
138
139 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * gdb.fortran/ptype-on-functions.exp: New file.
142 * gdb.fortran/ptype-on-functions.f90: New file.
143
144 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
147 case void string.
148
149 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * gdb.fortran/complex.exp: Expand.
152 * gdb.fortran/complex.f: Renamed to...
153 * gdb.fortran/complex.f90: ...this, and extended to add more
154 complex values.
155
156 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
159 MODULO, CMPLX.
160
161 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
162 Richard Bunt <richard.bunt@arm.com>
163
164 * gdb.base/max-depth.c: New file.
165 * gdb.base/max-depth.exp: New file.
166 * gdb.python/py-nested-maps.c: New file.
167 * gdb.python/py-nested-maps.exp: New file.
168 * gdb.python/py-nested-maps.py: New file.
169 * gdb.python/py-format-string.exp (test_max_depth): New proc.
170 (test_all_common): Call test_max_depth.
171 * gdb.fortran/max-depth.exp: New file.
172 * gdb.fortran/max-depth.f90: New file.
173 * gdb.go/max-depth.exp: New file.
174 * gdb.go/max-depth.go: New file.
175 * gdb.modula2/max-depth.exp: New file.
176 * gdb.modula2/max-depth.c: New file.
177 * lib/gdb.exp (get_print_expr_at_depths): New proc.
178
179 2019-04-29 Tom de Vries <tdevries@suse.de>
180
181 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
182
183 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
184
185 * gdb.base/callexit.exp: Test may-call-functions off.
186
187 2019-04-25 Keith Seitz <keiths@redhat.com>
188
189 PR c++/24367
190 * gdb.cp/meth-typedefs.cc (incomplete_struct)
191 (another_incomplete_struct, test_incomplete): New definitions.
192 (main): Use new definitions.
193 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
194 functions.
195
196 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
197
198 PR corefiles/11608
199 PR corefiles/18187
200 * gdb.base/coredump-filter-build-id.exp: New file.
201
202 2019-04-25 Alan Hayward <alan.hayward@arm.com>
203
204 * Makefile.in: Pass through GDBSERVER_DEBUG.
205 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
206 (gdbserver,debug): Add board setting.
207 * gdb.trace/tspeed.exp: Skip when debugging.
208 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
209 * lib/gdbserver-support.exp: Likewise
210
211 2019-04-24 Tom Tromey <tromey@adacore.com>
212
213 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
214 Rust.
215
216 2019-04-24 Tom Tromey <tromey@adacore.com>
217
218 * gdb.arch/amd64-eval.exp: Test bitfield return.
219 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
220 (class Foo) <return_bitfields>: New method.
221 (main): Call it.
222
223 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
224
225 * gdb.cp/many-args.cc: New file.
226 * gdb.cp/many-args.exp: New file.
227
228 2019-04-23 Tom de Vries <tdevries@suse.de>
229
230 PR gdb/24433
231 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
232
233 2019-04-23 Alan Hayward <alan.hayward@arm.com>
234
235 * gdb.trace/backtrace.exp: Use nopie flag.
236 * gdb.trace/circ.exp: Likewise.
237 * gdb.trace/collection.exp: Likewise.
238 * gdb.trace/ftrace.exp: Likewise.
239 * gdb.trace/mi-trace-unavailable.exp: Likewise.
240 * gdb.trace/mi-traceframe-changed.exp: Likewise.
241 * gdb.trace/qtro.exp: Likewise.
242 * gdb.trace/read-memory.exp: Likewise.
243 * gdb.trace/report.exp: Likewise.
244 * gdb.trace/tfile.exp: Likewise.
245 * gdb.trace/tfind.exp: Likewise.
246 * gdb.trace/unavailable.exp: Likewise.
247
248 2019-04-22 Pedro Alves <palves@redhat.com>
249
250 * gdb.base/solib-probes-nosharedlibrary.c,
251 gdb.base/solib-probes-nosharedlibrary.exp: New files.
252
253 2019-04-19 Tom Tromey <tromey@adacore.com>
254
255 * gdb.ada/ptype_union.c: New file.
256 * gdb.ada/ptype_union.exp: New file.
257
258 2019-04-19 Tom Tromey <tromey@adacore.com>
259
260 PR symtab/24423:
261 * gdb.base/list0.h (foo): Add a control-l character.
262
263 2019-04-18 Tom de Vries <tdevries@suse.de>
264
265 PR gdb/24433
266 * boards/local-board.exp: Set sysroot to "".
267
268 2019-04-18 Tom de Vries <tdevries@suse.de>
269 Pedro Alves <palves@redhat.com>
270
271 PR gdb/24454
272 * gdb.threads/vfork-follow-child-exec.c: New file.
273 * gdb.threads/vfork-follow-child-exec.exp: New file.
274 * gdb.threads/vfork-follow-child-exit.c: New file.
275 * gdb.threads/vfork-follow-child-exit.exp: New file.
276
277 2019-04-15 Leszek Swirski <leszeks@google.com>
278
279 * gdb.arch/amd64-eval.cc: New file.
280 * gdb.arch/amd64-eval.exp: New file.
281
282 2019-04-11 Alan Hayward <alan.hayward@arm.com>
283
284 * gdb.server/sysroot.c: New test.
285 * gdb.server/sysroot.exp: New file.
286 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
287 matching param.
288
289 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * gdb.base/align.exp: Extend test to cover structures containing
292 only static fields.
293
294 2019-04-11 Tom de Vries <tdevries@suse.de>
295
296 * boards/cc-with-dwz-m.exp: New file.
297 * boards/cc-with-dwz.exp: New file.
298 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
299
300 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
301
302 * gdb.base/start-cpp.exp: New file.
303 * gdb.base/start-cpp.cc: New file.
304
305 2019-04-08 Kevin Buettner <kevinb@redhat.com>
306
307 * gdb.python/py-thrhandle.exp: Adjust tests to call
308 thread_from_handle instead of thread_from_thread_handle.
309
310 2019-04-08 Kevin Buettner <kevinb@redhat.com>
311
312 * gdb.python/py-thrhandle.exp: Add tests for
313 gdb.InferiorThread.handle.
314
315 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.python/py-function.exp: Check calling helper function from
318 all languages.
319 * lib/gdb.exp (gdb_supported_languages): New proc.
320
321 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * gdb.base/complex-parts.c: New file.
324 * gdb.base/complex-parts.exp: New file.
325
326 2019-04-01 Tom Tromey <tromey@adacore.com>
327
328 PR symtab/23331:
329 * gdb.dwarf2/dw2-ranges-main.c: New file.
330 * gdb.dwarf2/dw2-ranges-psym.c: New file.
331 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
332
333 2019-03-30 Simon Marchi <simark@simark.ca>
334
335 * gdb.base/default.exp: Add values for $_gdb_major and
336 $_gdb_minor.
337
338 2019-03-29 Tom Tromey <tromey@adacore.com>
339
340 * gdb.base/help.exp: Tighten apropos regexp.
341
342 2019-03-29 Keith Seitz <keiths@redhat.com>
343
344 * gdb.fortran/array-bounds.exp: New file.
345 * gdb.fortran/array-bounds.f90: New file.
346
347 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
348
349 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
350
351 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
352
353 * gdb.multi/hello.c (main): Increase alarm timer.
354
355 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
356
357 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
358 factor when no hardware watchpoint support.
359
360 2019-03-28 Alan Hayward <alan.hayward@arm.com>
361 Pedro Alves <palves@redhat.com>
362
363 * boards/local-board.exp: set sysroot to /.
364
365 2019-03-27 Alan Hayward <alan.hayward@arm.com>
366
367 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
368 in child.
369
370 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
371
372 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
373 field.
374 (make_container): Initialise new field.
375 * gdb.python/py-prettyprint.exp: Add new tests.
376 * gdb.python/py-prettyprint.py (class ContainerPrinter)
377 <display_hint>: New method.
378
379 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
380
381 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
382 gdb_continue_to_breakpoint more throughout this test.
383 (run_lang_tests) Supply unique test names, and use
384 gdb_test_no_output.
385
386 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
387
388 * gdb.base/finish-pretty.exp: Update expected results.
389 * gdb.base/pretty-print.c: New file.
390 * gdb.base/pretty-print.exp: New file.
391
392 2019-03-25 Pedro Alves <palves@redhat.com>
393
394 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
395 move comments outside list. Append '-i "" eof' section.
396
397 2019-03-22 Alan Hayward <alan.hayward@arm.com>
398
399 * README: Add pie options.
400 * gdb.base/break-interp.exp: Ensure pie is disabled.
401 * gdb.base/dump.exp: Likewise.
402 * lib/gdb.exp (gdb_compile): Add pie option.
403
404 2019-03-19 Tom Tromey <tromey@adacore.com>
405
406 * gdb.mi/mi2-cli-display.c: New file.
407 * gdb.mi/mi2-cli-display.exp: New file.
408
409 2019-03-18 Joel Brobecker <brobecker@adacore.com>
410 Tom Tromey <tromey@adacore.com>
411
412 * gdb.ada/ptype_array/pck.adb: New file.
413 * gdb.ada/ptype_array/pck.ads: New file.
414 * gdb.ada/ptype_array/foo.adb: New file.
415 * gdb.ada/ptype_array.exp: New file.
416
417 2019-03-14 Tom Tromey <tromey@adacore.com>
418
419 * gdb.base/style.exp: Add "set style sources" test.
420
421 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
422
423 * mi-breakpoint-location-ena-dis.exp: Rename to ...
424 * mi-breakpoint-multiple-locations.exp: ... this.
425 (make_breakpoints_pattern): New proc.
426 (do_test): Add mi_version parameter, test -break-insert,
427 -break-info and =breakpoint-created.
428
429 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
430
431 * config/default.exp: Remove 'load_lib gdb.exp'.
432 * config/monitor.exp: Likewise.
433 * config/sid.exp: Likewise.
434 * config/sim.exp: Likewise.
435 * config/slite.exp: Likewise.
436 * config/unix.exp: Likewise.
437 * gdb.base/default.exp: Remove unhelpful comment.
438
439 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
442
443 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
444
445 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
446
447 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.fortran/type-kinds.exp: Update expected results.
450
451 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
452
453 * gdb.fortran/type-kinds.exp: Test new integer type kind.
454
455 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
456
457 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
458 function.
459 (test_basic_parsing_of_type_kinds): Expand types tested.
460 (test_parsing_invalid_type_kinds): New function.
461
462 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * gdb.fortran/intrinsics.exp: New file.
465 * gdb.fortran/intrinsics.f90: New file.
466 * gdb.fortran/type-kinds.exp: New file.
467
468 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * gdb.fortran/dot-ops.exp: New file.
471
472 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
475 Check upper and lower case logical literals.
476
477 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
478
479 * gdb.fortran/types.exp (test_float_literal_types_accepted):
480 Remove duplicate tests.
481
482 2019-03-06 Alan Hayward <alan.hayward@arm.com>
483
484 * lib/gdb.exp (builtin_cd): rename of cd.
485 (cd): Override builtin.
486
487 2019-03-06 Richard Bunt <richard.bunt@arm.com>
488
489 * gdb.fortran/function-calls.exp: New file.
490 * gdb.fortran/function-calls.f90: New test.
491
492 2019-03-04 Richard Bunt <richard.bunt@arm.com>
493
494 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
495 on user program standard output.
496 * gdb.fortran/short-circuit-argument-list.f90: Record function
497 calls.
498
499 2019-02-28 Alan Hayward <alan.hayward@arm.com>
500
501 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
502 failure.
503
504 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
505
506 PR gdb/8527
507 * gdb.base/interrupt-daemon-attach.c,
508 gdb.base/interrupt-daemon-attach.exp: New test.
509
510 2019-02-27 Pedro Alves <palves@redhat.com>
511
512 * gdb.base/page.exp: Add tests for "set width/height -1".
513
514 2019-02-27 Pedro Alves <palves@redhat.com>
515
516 * gdb.base/page.exp: Add tests for "set/show width/height" with
517 "infinite" values.
518
519 2019-02-27 Tom Tromey <tromey@adacore.com>
520
521 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
522 2.4.
523 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
524 workaround.
525
526 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 * gdb.base/align.exp: Extend to compile in both C and C++, and add
529 tests for structs with static members.
530
531 2019-02-26 Tom Tromey <tromey@adacore.com>
532
533 * gdb.python/py-value.exp (test_value_from_buffer): Check for
534 ValueError, not TypeError.
535
536 2019-02-26 Kevin Buettner <kevinb@redhat.com>
537
538 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
539 call from main program.
540
541 2019-02-23 Joel Brobecker <brobecker@adacore.com>
542
543 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
544 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
545 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
546 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
547 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
548
549 2019-02-22 Keith Seitz <keiths@redhat.com>
550
551 PR symtab/23853
552 * gdb.base/symlink-sourcefile.c: New file.
553 * gdb.base/symlink-sourcefile.exp: New file.
554
555 2019-02-20 Tom Tromey <tom@tromey.com>
556
557 * gdb.base/info_qt.exp: Update.
558
559 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
560
561 * gdb.base/source.exp: Move "error in sourced script" code to
562 the end.
563 * gdb.base/source-error.gdb: Move contents to
564 source-error-1.gdb. Add new code to source source-error-1.gdb.
565 * gdb.base/source-error-1.gdb: New file, from previous
566 source-error.gdb.
567
568 2019-02-17 Tom Tromey <tom@tromey.com>
569
570 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
571 for macro styling.
572 * gdb.base/style.c (SOME_MACRO): New macro.
573
574 2019-02-17 Tom Tromey <tom@tromey.com>
575
576 * gdb.base/style.exp: Add line-wrapping tests.
577 * gdb.base/page.exp: Add test for quitting during pagination.
578
579 2019-02-17 Joel Brobecker <brobecker@adacore.com>
580
581 * gdb.ada/big_packed_array: New testcase.
582 * gdb.ada/homonym.exp: Fix incorrect expected output for
583 "break <homonym__get_value>" test.
584
585 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
586
587 PR breakpoints/21870
588 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
589 and prepare_for_testing. Add comment.
590 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
591 redundant cleanup call. Clean up comment.
592
593 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
594
595 PR breakpoints/21870
596 * gdb.arch/aarch64-dbreg-contents.exp: New file.
597 * gdb.arch/aarch64-dbreg-contents.c: New file.
598
599 2019-02-10 Joel Brobecker <brobecker@adacore.com>
600
601 * gdb.ada/mi_ref_changeable: New testcase.
602
603 2019-02-07 Alan Hayward <alan.hayward@arm.com>
604
605 * gdb.base/attach.exp: Add double attach test.
606
607 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
608
609 * lib/gdb.exp (default_gdb_start): Don't match pagination
610 prompt.
611 (gdb_init): Set stty_init.
612
613 2019-01-27 Tom Tromey <tom@tromey.com>
614
615 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
616 skip_python_tests.
617
618 2019-01-24 Alan Hayward <alan.hayward@arm.com>
619
620 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
621 New structure.
622 (struct struct_static_02_02): Likewise.
623 (struct struct_static_02_03): Likewise.
624 (struct struct_static_02_04): Likewise.
625 (struct struct_static_04_01): Likewise.
626 (struct struct_static_04_02): Likewise.
627 (struct struct_static_04_03): Likewise.
628 (struct struct_static_04_04): Likewise.
629 (struct struct_static_06_01): Likewise.
630 (struct struct_static_06_02): Likewise.
631 (struct struct_static_06_03): Likewise.
632 (struct struct_static_06_04): Likewise.
633 (cmp_struct_static_02_01): Likewise.
634 (cmp_struct_static_02_02): Likewise.
635 (cmp_struct_static_02_03): Likewise.
636 (cmp_struct_static_02_04): Likewise.
637 (cmp_struct_static_04_01): Likewise.
638 (cmp_struct_static_04_02): Likewise.
639 (cmp_struct_static_04_03): Likewise.
640 (cmp_struct_static_04_04): Likewise.
641 (cmp_struct_static_06_01): Likewise.
642 (cmp_struct_static_06_02): Likewise.
643 (cmp_struct_static_06_03): Likewise.
644 (cmp_struct_static_06_04): Likewise.
645 (call_all): Test new structs.
646 * gdb.base/infcall-nested-structs.exp: Likewise.
647
648 2019-01-21 Alan Hayward <alan.hayward@arm.com>
649 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
650
651 2019-01-21 Alan Hayward <alan.hayward@arm.com>
652 * gdb.base/stack-protector.c: New test.
653 * gdb.base/stack-protector.exp: New file.
654 * gdb.cp/ovldbreak.exp: Only allow a single break line.
655 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
656 option.
657 (gdb_compile): Remove stack protector for GCC and prevent
658 recursion.
659
660 2019-01-16 Keith Seitz <keiths@redhat.com>
661
662 PR gdb/23773
663 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
664
665 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
666
667 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
668 aliases.
669 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
670 tests.
671 * gdb.arch/powerpc-vector-regs.c: New file.
672 * gdb.arch/powerpc-vector-regs.exp: New file.
673
674 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
675
676 * gdb.arch/altivec-regs.exp: Fix the list passed to
677 gdb_expect_list when testing "info vector".
678
679 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
680
681 * gdb.base/style.exp: Don't include path in testname.
682
683 2019-01-10 Keith Seitz <keiths@redhat.com>
684
685 PR gdb/23712
686 PR symtab/23010
687 * gdb.dwarf2/multidictionary.exp: New file.
688
689 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
690
691 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
692 (test_gnuv3_style_demangling): ... this.
693 (test_lucid_style_demangling): Remove.
694 (test_arm_style_demangling): Remove.
695 (test_hp_style_demangling): Remove.
696 (do_tests): Remove calls to the above.
697
698 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
701 case.
702
703 2019-01-06 Tom Tromey <tom@tromey.com>
704
705 PR gdb/28155:
706 * gdb.dwarf2/typedef-void-finish.exp: New file.
707
708 2018-12-28 Tom Tromey <tom@tromey.com>
709 Simon Marchi <simark@simark.ca>
710
711 * gdb.base/jit-exec.exp: New file.
712 * gdb.base/jit-exec.c: New file.
713 * gdb.base/jit-execd.c: New file.
714
715 2018-12-28 Tom Tromey <tom@tromey.com>
716
717 * gdb.base/style.exp: Update test to check for address styling.
718
719 2018-12-28 Tom Tromey <tom@tromey.com>
720
721 * gdb.base/style.exp: Add test for styling of "Reading symbols"
722 message.
723
724 2018-12-28 Tom Tromey <tom@tromey.com>
725
726 * gdb.base/style.exp: Add test for version number styling.
727
728 2018-12-28 Tom Tromey <tom@tromey.com>
729
730 * gdb.base/style.exp: Add test for print_address_symbolic.
731
732 2018-12-28 Tom Tromey <tom@tromey.com>
733
734 * gdb.base/style.exp: Add test for breakpoint setting.
735
736 2018-12-28 Tom Tromey <tom@tromey.com>
737
738 * gdb.base/style.exp: Add test for variable names.
739
740 2018-12-28 Tom Tromey <tom@tromey.com>
741
742 * gdb.base/style.exp: New file.
743 * gdb.base/style.c: New file.
744
745 2018-12-28 Tom Tromey <tom@tromey.com>
746
747 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
748 "dumb".
749 * gdb.base/readline.exp (operate_and_get_next): Save and restore
750 the TERM environment variable.
751
752 2018-12-27 Tom Tromey <tom@tromey.com>
753
754 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
755 pagination test.
756
757 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
760 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
761
762 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
763
764 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
765 Filename a.adb changed to bp_fun_addr.adb.
766 gdb.ada/bp_fun_addr.exp: Update test accordingly.
767
768 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
769
770 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
771 non-PIE executables.
772 * README: Mention the gdb,nopie_flag board setting.
773 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
774 non-PIE executable.
775 * gdb.arch/amd64-entry-value.exp: Likewise.
776 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
777 * gdb.arch/i386-float.exp: Likewise.
778 * gdb.arch/i386-signal.exp: Likewise.
779 * gdb.mi/mi-reg-undefined.exp: Likewise.
780
781 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
782
783 PR gdb/23974
784 * gdb.base/info-os.exp: Check return for unknown "info os" type.
785
786 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
787
788 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
789 Update order of results accordingly.
790
791 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * gdb.base/annota1.exp: Update a test regexp.
794
795 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
798
799 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
800
801 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
802 (reuse_time): Initialize to REUSE_TIME_CAP.
803 (check_rc): New function.
804 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
805 Check pthread_create rc.
806 (spawner_thread_func): Check pthread_create and pthread_join rc.
807
808 2018-12-08 Pedro Alves <palves@redhat.com>
809
810 * gdb.base/list.exp (test_forward_search): Rename to ...
811 (test_forward_reverse_search): ... this. Also test reverse-search
812 and the forward-search alias.
813
814 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
817 local timeout variable before return, and remove all local timeout
818 variable entirely.
819 (gdb_load): Likewise.
820
821 2018-12-01 Tom de Vries <tdevries@suse.de>
822
823 * gdb.base/gdb-caching-proc.exp: New file.
824
825 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
826
827 * Makefile.in (TIMESTAMP): New variable.
828 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
829 command.
830 (check-single-racy): Likewise.
831 (check/%.exp): Likewise.
832 (check-racy/%.exp): Likewise.
833 (workers/%.worker): Likewise.
834 (build-perf): Likewise.
835 (check-perf): Likewise.
836 * README: Describe new "TS" and "TS_FORMAT" variables.
837 * print-ts.py: New file.
838
839 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
840
841 PR python/23714
842 * gdb.python/python.exp: Test command repetition after
843 gdb.execute.
844
845 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * gdb.opt/inline-break.exp: Add test that info breakpoint output
848 is correctly aligned.
849
850 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
851
852 * gdb.ada/info_auto_lang.exp: New testcase.
853 * gdb.ada/info_auto_lang/global_pack.ads: New file.
854 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
855 * gdb.ada/info_auto_lang/some_c.c: New file.
856
857 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
858
859 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
860 FUNC_lang language syntax.
861
862 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
863
864 * gdb.base/info_minsym.c: New file.
865 * gdb.base/info_minsym.exp: New file.
866
867 2018-11-19 Tom Tromey <tom@tromey.com>
868
869 PR rust/23625:
870 * gdb.rust/simple.exp: Add ptype test. Update expected output.
871 * gdb.rust/expr.exp: Update expected output. Change one test.
872
873 2018-11-19 Tom Tromey <tom@tromey.com>
874
875 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
876
877 2018-11-19 Pedro Alves <palves@redhat.com>
878
879 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
880 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
881 see the expected warning.
882
883 2018-11-16 Alan Hayward <alan.hayward@arm.com>
884
885 PR gdb/22736:
886 * gdb.cp/infcall-nodebug-lib.c: New test.
887 * gdb.cp/infcall-nodebug-main.c: New test.
888 * gdb.cp/infcall-nodebug.exp: New file.
889
890 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
891
892 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
893 completer tests.
894
895 2018-11-09 Tom de Vries <tdevries@suse.de>
896
897 * gdb.base/msym-lang.c: New test.
898 * gdb.base/msym-lang.exp: New file.
899 * gdb.base/msym-lang-main.c: New test.
900
901 2018-11-08 Tom Tromey <tom@tromey.com>
902
903 PR gdb/23555:
904 PR gdb/23838:
905 * gdb.base/warning.exp: New file.
906
907 2018-11-08 Jan Beulich <jbeulich@suse.com>
908
909 * testsuite/gdb.arch/i386-avx512.c,
910 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
911
912 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
913
914 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
915 point hardware.
916
917 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
920 * gdb.dwarf2/missing-type-name.exp: New file.
921
922 2018-11-06 Tom de Vries <tdevries@suse.de>
923
924 * gdb.base/many-headers.c: New test.
925 * gdb.base/many-headers.exp: New file.
926
927 2018-11-06 Jim Wilson <jimw@sifive.com>
928
929 * gdb.base/code_elim.exp: For riscv, set additional_flags
930 to include -msmall-data-limit=0.
931
932 2018-11-01 Joel Brobecker <brobecker@adacore.com>
933
934 * gdb.ada/watch_minus_l: New testcase.
935
936 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
937
938 * gdb.arch/aix-sighandle.c: New file.
939 * gdb.arch/aix-sighandle.exp: New file.
940
941 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
942
943 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
944 registers being unions.
945
946 2018-10-31 Tom de Vries <tdevries@suse.de>
947
948 * lib/valgrind.exp: New file.
949 (vgdb_start, vgdb_stop): New procs, factored out of ...
950 * gdb.base/valgrind-bt.exp: ... here, ...
951 * gdb.base/valgrind-disp-step.exp: ... here and ...
952 * gdb.base/valgrind-infcall.exp: ... here.
953
954 2018-10-31 Tom de Vries <tdevries@suse.de>
955
956 * lib/gdb.exp (get_valueof): Don't output read value in test name.
957
958 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
959
960 * gdb.dwarf2/void-type.c: New file.
961 * gdb.dwarf2/void-type.exp: New file.
962
963 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
964
965 * gdb.base/info_qt.c: New file.
966 * gdb.base/info_qt.exp: New file.
967
968 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
969
970 * gdb.arch/powerpc-htm-regs.c: New file.
971 * gdb.arch/powerpc-htm-regs.exp: New file.
972
973 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
974
975 * gdb.arch/powerpc-tar.c: New file.
976 * gdb.arch/powerpc-tar.exp: New file.
977
978 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
979
980 * gdb.arch/powerpc-ppr-dscr.c: New file.
981 * gdb.arch/powerpc-ppr-dscr.exp: New file.
982
983 2018-10-25 Tom de Vries <tdevries@suse.de>
984
985 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
986
987 2018-10-24 Tom de Vries <tdevries@suse.de>
988
989 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
990 longer exists error.
991
992 2018-10-24 Tom de Vries <tdevries@suse.de>
993
994 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
995
996 2018-10-24 Tom de Vries <tdevries@suse.de>
997
998 * gdb.base/valgrind-db-attach.exp: Handle removed support for
999 --db-attach in valgrind.
1000
1001 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1002
1003 * gdb.arch/riscv-reg-aliases.c: New file.
1004 * gdb.arch/riscv-reg-aliases.exp: New file.
1005
1006 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1007
1008 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1009
1010 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1011
1012 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1013
1014 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1015
1016 * gdb.cp/ovldbreak.exp: Fix regexps.
1017
1018 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1019
1020 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1021
1022 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1023
1024 PR cli/23785
1025 * gdb.base/restore.exp: New test to check if "restore" with an
1026 invalid file doesn't segfault.
1027
1028 2018-10-18 Tom de Vries <tdevries@suse.de>
1029
1030 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1031 * gdb.ada/excep_handle.exp: Same.
1032 * gdb.ada/mi_string_access.exp: Same.
1033 * gdb.ada/mi_var_union.exp: Same.
1034 * gdb.arch/arc-analyze-prologue.exp: Same.
1035 * gdb.arch/arc-decode-insn.exp: Same.
1036 * gdb.base/readnever.exp: Same.
1037 * gdb.fortran/printing-types.exp: Same.
1038 * gdb.guile/scm-lazy-string.exp: Same.
1039
1040 2018-10-16 Tom de Vries <tdevries@suse.de>
1041
1042 PR gdb/23730
1043 * gdb.base/catch-follow-exec.c: Add copyright notice.
1044 * gdb.base/catch-follow-exec.exp: Rewrite to use
1045 gdb_spawn_with_cmdline_opts. Require gdb-native.
1046
1047 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1048
1049 * gdb.trace/actions-changed.exp: Check for arch support.
1050 * gdb.trace/actions.exp: Likewise.
1051 * gdb.trace/ax.exp: Likewise.
1052 * gdb.trace/backtrace.exp: Likewise.
1053 * gdb.trace/change-loc.exp: Likewise.
1054 * gdb.trace/deltrace.exp: Likewise.
1055 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1056 * gdb.trace/ftrace.exp: Likewise.
1057 * gdb.trace/infotrace.exp: Check for arch support.
1058 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1059 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1060 * gdb.trace/mi-tsv-changed.exp: Likewise.
1061 * gdb.trace/packetlen.exp: Likewise.
1062 * gdb.trace/passc-dyn.exp: Likewise.
1063 * gdb.trace/passcount.exp: Likewise.
1064 * gdb.trace/pending.exp: Likewise.
1065 * gdb.trace/range-stepping.exp: Check for shlib support.
1066 * gdb.trace/report.exp: Check for arch support.
1067 * gdb.trace/save-trace.exp: Likewise.
1068 * gdb.trace/signal.exp: Check for signal support.
1069 * gdb.trace/tfind.exp: Check for arch support.
1070 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1071 * gdb.trace/trace-common.h: Add comment.
1072 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1073 * gdb.trace/trace-enable-disable.exp: Likewise.
1074 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1075 * gdb.trace/tracecmd.exp: Check for arch support.
1076 * gdb.trace/tspeed.exp: Check for shlib and target support.
1077 * gdb.trace/tstatus.exp: Check for arch support.
1078 * gdb.trace/tsv.exp: Likewise.
1079 * gdb.trace/while-dyn.exp: Likewise.
1080 * gdb.trace/while-stepping.exp: Likewise.
1081 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1082
1083 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1084
1085 * gdb.trace/tspeed.exp: Remove nowarnings.
1086 (prepare_for_trace_test): Declare "global ipalib".
1087 * gdb.trace/tspeed.c: Include unistd.h.
1088 (main): Remove superfluous printf argument.
1089
1090 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1091
1092 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1093 directory prefix on the filename.
1094
1095 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1096
1097 * gdb.gdb/unittest.exp: Update expected message informing that
1098 selftests have been disabled.
1099 * gdb.server/unittest.exp: Likewise.
1100
1101 2018-10-09 Tom de Vries <tdevries@suse.de>
1102
1103 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1104 with runto_main.
1105
1106 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1107
1108 PR c++/16841
1109 * gdb.cp/virtbase2.cc: New file.
1110 * gdb.cp/virtbase2.exp: New file.
1111
1112 2018-10-06 Tom Tromey <tom@tromey.com>
1113
1114 PR python/19399:
1115 * gdb.python/py-inferior.exp: Add architecture test.
1116
1117 2018-10-06 Tom Tromey <tom@tromey.com>
1118
1119 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1120 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1121
1122 2018-10-06 Tom Tromey <tom@tromey.com>
1123
1124 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1125 of a "throw" catchpoint.
1126
1127 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1128
1129 * gdb.base/info-proc.exp: Update string expected from "help info
1130 proc".
1131
1132 2018-10-04 Tom Tromey <tom@tromey.com>
1133
1134 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1135 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1136 (test_initial_complaints, test_empty_complaints): Update.
1137 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1138
1139 2018-10-04 Tom Tromey <tom@tromey.com>
1140
1141 PR cli/19551:
1142 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1143 * lib/gdb.exp (gdb_file_cmd): Update.
1144 * gdb.stabs/weird.exp (print_weird_var): Update.
1145 * gdb.server/solib-list.exp: Update.
1146 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1147 * gdb.mi/mi-cli.exp: Update.
1148 * gdb.linespec/linespec.exp: Update.
1149 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1150 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1151 * gdb.cp/cp-relocate.exp: Update.
1152 * gdb.base/sym-file.exp: Update.
1153 * gdb.base/relocate.exp: Update.
1154 * gdb.base/readnever.exp: Update.
1155 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1156 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1157 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1158 * gdb.base/code_elim.exp: Update.
1159 * gdb.base/break-unload-file.exp (test_break): Update.
1160 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1161 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1162 Update.
1163 * gdb.base/attach.exp (do_attach_tests): Update.
1164 * gdb.base/sepdebug.exp: Update.
1165 * gdb.python/py-section-script.exp: Update.
1166
1167 2018-10-04 Tom Tromey <tom@tromey.com>
1168
1169 PR cli/22234:
1170 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1171 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1172 output.
1173
1174 2018-10-04 Tom Tromey <tom@tromey.com>
1175
1176 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1177 set width and height to 0.
1178 (test_command_line_attach_run): Use -quiet.
1179
1180 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1181
1182 * lib/gdb.exp (skip_ifunc_tests): New.
1183 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1184 other compile failures.
1185 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1186
1187 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1188
1189 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1190 is_amd64_regs_target.
1191
1192 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1193
1194 * gdb.arch/aarch64-sighandler-regs.c: New test.
1195 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1196 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1197
1198 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1199
1200 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1201 assembly.
1202
1203 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1204
1205 * gdb.base/frame-selection.exp: New file.
1206 * gdb.base/frame-selection.c: New file.
1207
1208 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1209
1210 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1211 pthread barrier.
1212 (main): Likewise.
1213
1214 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1215
1216 * gdb.base/large-frame-1.c: New file.
1217 * gdb.base/large-frame-2.c: New file.
1218 * gdb.base/large-frame.exp: New file.
1219 * gdb.base/large-frame.h: New file.
1220
1221 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1222
1223 PR gdb/20948
1224 * gdb.base/write_mem.exp: New test.
1225 * gdb.base/write_mem.c: Likewise.
1226
1227 2018-09-23 Tom Tromey <tom@tromey.com>
1228
1229 PR python/18852:
1230 * gdb.python/py-parameter.exp: Add test for parameter that throws
1231 on "set".
1232
1233 2018-09-23 Tom Tromey <tom@tromey.com>
1234
1235 PR python/17284:
1236 * gdb.python/py-template.exp (test_template_arg): Add test for
1237 negative template argument number.
1238
1239 2018-09-23 Tom Tromey <tom@tromey.com>
1240
1241 PR python/14062:
1242 * gdb.python/python.exp: Add test for post_event error.
1243
1244 2018-09-23 Tom Tromey <tom@tromey.com>
1245
1246 PR python/18170:
1247 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1248 convert pointers to int and long.
1249
1250 2018-09-23 Tom Tromey <tom@tromey.com>
1251
1252 PR python/20126:
1253 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1254 signed-ness conversion tests.
1255
1256 2018-09-23 Tom Tromey <tom@tromey.com>
1257
1258 PR python/18352;
1259 * gdb.python/py-value.exp (test_float_conversion): New proc.
1260 Use it.
1261
1262 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1263
1264 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1265
1266 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1267
1268 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1269 no readline.
1270 * gdb.base/utf8-identifiers.exp: Likewise.
1271 * gdb.cp/cpcompletion.exp: Likewise.
1272 * gdb.linespec/cpcompletion.exp: Likewise.
1273 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1274 * gdb.linespec/cpls-ops.exp: Likewise.
1275
1276 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1277 Chris January <chris.january@arm.com>
1278
1279 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1280 * gdb.fortran/short-circuit-argument-list.exp: New file.
1281 * gdb.fortran/short-circuit-argument-list.f90: New test.
1282
1283 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1284
1285 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1286 "arch=" keyword when executing "-stack-list-frames".
1287
1288 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1289
1290 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1291 "arch=" keyword when executing "-stack-list-frames".
1292
1293 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1294
1295 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1296 break ada".
1297
1298 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1299
1300 PR python/23669
1301 * gdb.python/python.exp: Test gdb.execute("show commands").
1302
1303 2018-09-16 Tom Tromey <tom@tromey.com>
1304
1305 * gdb.base/new-ui.exp (do_execution_tests): Update.
1306 * gdb.base/dbx.exp (test_breakpoints): Update.
1307
1308 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1309
1310 * lib/gdb.exp (gdb_simple_compile): Add proc.
1311 (is_elf_target): Use gdb_simple_compile.
1312 (skip_altivec_tests): Likewise.
1313 (skip_vsx_tests): Likewise.
1314 (skip_tsx_tests): Likewise.
1315 (skip_btrace_tests): Likewise.
1316 (skip_btrace_pt_tests): Likewise.
1317 (gdb_can_simple_compile): Likewise.
1318 (gdb_has_argv0): Likewise.
1319 (gdb_target_symbol_prefix): Likewise.
1320 (target_supports_scheduler_locking): Likewise.
1321
1322 2018-09-13 Tom Tromey <tom@tromey.com>
1323
1324 * Makefile.in (TAGS): Recognize proc_with_prefix and
1325 gdb_caching_proc.
1326
1327 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1328
1329 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1330 method.
1331
1332 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1333
1334 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1335 and a few other Inferior properties when the Inferior is no
1336 longer valid.
1337
1338 2018-09-13 Tom Tromey <tom@tromey.com>
1339
1340 PR rust/23650:
1341 * gdb.rust/simple.exp: Add test for enum field access error.
1342
1343 2018-09-13 Tom Tromey <tom@tromey.com>
1344
1345 PR rust/23626:
1346 * gdb.rust/simple.rs (EmptyEnum): New type.
1347 (main): Use it.
1348 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1349
1350 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1351
1352 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1353 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1354 * gdb.python/py-symtab.exp: Update test printing an objfile.
1355
1356 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1357
1358 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1359 object.
1360
1361 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1362
1363 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1364 (support_complex_tests): Use gdb_can_simple_compile.
1365 (is_ilp32_target): Likewise.
1366 (is_lp64_target): Likewise.
1367 (is_64_target): Likewise.
1368 (is_amd64_regs_target): Likewise.
1369 (is_aarch32_target): Likewise.
1370 (gdb_int128_helper): Likewise.
1371
1372 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1373
1374 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1375
1376 2018-09-10 Jerome Guitton <guitton@adacore.com>
1377
1378 * gdb.ada/same_component_name: Add test for case of tagged record
1379 with variable-length fields.
1380
1381 2018-09-10 Xavier Roirand <roirand@adacore.com>
1382
1383 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1384 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1385 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1386 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1387
1388 2018-09-10 Xavier Roirand <roirand@adacore.com>
1389
1390 * gdb.ada/mi_string_access.exp: New testcase.
1391 * gdb.ada/mi_string_access/bar.adb: New file.
1392 * gdb.ada/mi_string_access/pck.adb: New file.
1393 * gdb.ada/mi_string_access/pck.asd: New file.
1394
1395 2018-09-10 Xavier Roirand <roirand@adacore.com>
1396
1397 * gdb.ada/mi_var_union.exp: New testcase.
1398 * gdb.ada/mi_var_union/bar.adb: New file.
1399 * gdb.ada/mi_var_union/pck.adb: New file.
1400 * gdb.ada/mi_var_union/pck.asd: New file.
1401
1402 2018-09-08 Tom Tromey <tom@tromey.com>
1403
1404 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1405
1406 2018-09-08 Tom Tromey <tom@tromey.com>
1407
1408 PR python/16047:
1409 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1410 (register_pretty_printers): Register new printer.
1411 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1412 test.
1413 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1414 (an_int_type3): New global.
1415
1416 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1417
1418 * gdb.ada/expr_with_funcall: New testcase.
1419
1420 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.ada/packed_array_assign: New testcase.
1423
1424 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1427 names, and add test prefixes to make test names unique.
1428
1429 2018-09-05 Tom de Vries <tdevries@suse.de>
1430
1431 * gdb.dwarf2/varval.exp: Add test.
1432
1433 2018-09-04 Gary Benson <gbenson@redhat.com>
1434
1435 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1436 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1437
1438 2018-08-31 Tom Tromey <tom@tromey.com>
1439
1440 * gdb.rust/simple.rs: Rename second variable "v".
1441
1442 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.base/funcargs.c (use_a): New function.
1445 (recurse): Call use_a.
1446
1447 2018-08-29 Keith Seitz <keiths@redhat.com>
1448
1449 * gdb.compile/compile-cplus-anonymous.cc: New file.
1450 * gdb.compile/compile-cplus-anonymous.exp: New file.
1451 * gdb.compile/compile-cplus-array-decay.cc: New file.
1452 * gdb.compile/compile-cplus-array-decay.exp: New file.
1453 * gdb.compile/compile-cplus-inherit.cc: New file.
1454 * gdb.compile/compile-cplus-inherit.exp: New file.
1455 * gdb.compile/compile-cplus-member.cc: New file.
1456 * gdb.compile/compile-cplus-member.exp: New file.
1457 * gdb.compile/compile-cplus-method.cc: New file.
1458 * gdb.compile/compile-cplus-method.exp: New file.
1459 * gdb.compile/compile-cplus-mod.c: "New" file.
1460 * gdb.compile/compile-cplus-namespace.cc: New file.
1461 * gdb.compile/compile-cplus-namespace.exp: New file.
1462 * gdb.compile/compile-cplus-nested.cc: New file.
1463 * gdb.compile/compile-cplus-nested.exp: New file.
1464 * gdb.compile/compile-cplus-print.c: "New" file.
1465 * gdb.compile/compile-cplus-print.exp: "New" file.
1466 * gdb.compile/compile-cplus-virtual.cc: New file.
1467 * gdb.compile/compile-cplus-virtual.exp: New file.
1468 * gdb.compile/compile-cplus.c: "New" file.
1469 * gdb.compile/compile-cplus.exp: "New" file.
1470 * lib/compile-support.exp: New file.
1471
1472 2018-08-16 Gary Benson <gbenson@redhat.com>
1473
1474 PR gdb/13000:
1475 * gdb.base/batch-exit-status.exp: New file.
1476 * gdb.base/batch-exit-status.good-commands: Likewise.
1477 * gdb.base/batch-exit-status.bad-commands: Likewise.
1478
1479 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1480
1481 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1482 (struct struct02): Likewise.
1483 (struct struct03): Likewise.
1484 (struct struct04): Likewise.
1485 (struct struct_01_01): New struct.
1486 (struct struct_01_02): Likewise.
1487 (struct struct_01_03): Likewise.
1488 (struct struct_01_04): Likewise.
1489 (struct struct_02_01): Likewise.
1490 (struct struct_02_02): Likewise.
1491 (struct struct_02_03): Likewise.
1492 (struct struct_02_04): Likewise.
1493 (struct struct_04_01): Likewise.
1494 (struct struct_04_02): Likewise.
1495 (struct struct_04_03): Likewise.
1496 (struct struct_04_04): Likewise.
1497 (struct struct_05_01): Likewise.
1498 (struct struct_05_02): Likewise.
1499 (struct struct_05_03): Likewise.
1500 (struct struct_05_04): Likewise.
1501 (cmp_struct01): Remove function.
1502 (cmp_struct02): Likewise.
1503 (cmp_struct03): Likewise.
1504 (cmp_struct04): Likewise.
1505 (cmp_struct_01_01): Add Function.
1506 (cmp_struct_01_02): Likewise.
1507 (cmp_struct_01_03): Likewise.
1508 (cmp_struct_01_04): Likewise.
1509 (cmp_struct_02_01): Likewise.
1510 (cmp_struct_02_02): Likewise.
1511 (cmp_struct_02_03): Likewise.
1512 (cmp_struct_02_04): Likewise.
1513 (cmp_struct_04_01): Likewise.
1514 (cmp_struct_04_02): Likewise.
1515 (cmp_struct_04_03): Likewise.
1516 (cmp_struct_04_04): Likewise.
1517 (cmp_struct_05_01): Likewise.
1518 (cmp_struct_05_02): Likewise.
1519 (cmp_struct_05_03): Likewise.
1520 (cmp_struct_05_04): Likewise.
1521 (call_all): Add new structs.
1522 * gdb.base/infcall-nested-structs.exp: Likewise.
1523
1524 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1525
1526 * gdb.python/py-framefilter-mi.exp: Update regexp to
1527 check for "arch" field in frame output.
1528
1529 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1530
1531 * gdb.dwarf2/dw2-ranges-func.c: New file.
1532 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1533
1534 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1535
1536 * gdb.base/term.exp: Compare terminal settings with values from
1537 the inferior.
1538 * gdb.base/term.c: Get and set terminal settings.
1539
1540 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1541
1542 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1543 accommodate new "arch" field in frame output.
1544 * gdb.mi/mi-return.exp: Likewise.
1545 * gdb.mi/mi-stack.exp: Likewise.
1546 * gdb.mi/mi-syn-frame.exp: Likewise.
1547 * gdb.mi/user-selected-context-sync.exp: Likewise.
1548
1549 2018-08-19 Michael Spang <spang@google.com>
1550
1551 PR gdb/11786
1552 * gdb.base/gcore-tls-pie.c: New file.
1553 * gdb.base/gcore-tls-pie.exp: New file.
1554
1555 2018-08-18 Kevin Buettner <kevinb@redhat.com>
1556
1557 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1558 * gdb.dwarf2/varval.c: New file.
1559 * gdb.dwarf2/varval.exp: New file.
1560
1561 2018-08-17 Alan Hayward <alan.hayward@arm.com>
1562
1563 PR gdb/18931
1564 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1565
1566 2018-08-16 Keith Seitz <keiths@redhat.com>
1567
1568 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1569 tests expected to pass.
1570
1571 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1572
1573 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1574 -data-disassemble -a.
1575 (test_disassembly_bogus_args): Likewise.
1576
1577 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1578
1579 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1580
1581 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1582
1583 * gdb.base/vla-optimized-out.exp: Add new test.
1584
1585 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * gdb.base/vla-optimized-out-o3.exp: Delete.
1588 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1589 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1590 deleted tests.
1591
1592 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1593
1594 PR gdb/18050:
1595 * gdb.server/extended-remote-restart.c: New file.
1596 * gdb.server/extended-remote-restart.exp: New file.
1597
1598 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1599
1600 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1601 "set variable index = 42".
1602
1603 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1604
1605 * boards/index-cache-gdb.exp: New file.
1606 * gdb.dwarf2/index-cache.exp: New file.
1607 * gdb.dwarf2/index-cache.c: New file.
1608 * gdb.base/maint.exp: Check if we are using the index cache.
1609
1610 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1611
1612 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1613 MAKEFLAGS.
1614
1615 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1616
1617 * dg-extract-results.sh: Move to toplevel contrib.
1618 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1619 * Makefile.in (check-parallel-racy): Likewise.
1620
1621 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1624 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1625 tests if the target supports scheduler locking.
1626
1627 2018-08-04 Tom de Vries <tdevries@suse.de>
1628
1629 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1630
1631 2018-08-02 Tom Tromey <tom@tromey.com>
1632
1633 PR symtab/16842.
1634 * gdb.cp/temargs.exp: Test "info address" of a template
1635 parameter.
1636
1637 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1638
1639 * gdb.python/py-mi-var-info-path-expression.c: New file.
1640 * gdb.python/py-mi-var-info-path-expression.py: New file.
1641 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1642
1643 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1644
1645 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1646 error after "cannot resolve name" string.
1647
1648 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1649
1650 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1651 started.
1652 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1653
1654 2018-07-28 Tom de Vries <tdevries@suse.de>
1655
1656 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1657
1658 2018-07-26 Tom de Vries <tdevries@suse.de>
1659
1660 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1661
1662 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1665 is visible.
1666
1667 2018-07-26 Tom de Vries <tdevries@suse.de>
1668
1669 PR breakpoints/23366
1670 * gdb.base/catch-follow-exec.c: New test.
1671 * gdb.base/catch-follow-exec.exp: New file.
1672
1673 2018-07-25 Tom de Vries <tdevries@suse.de>
1674
1675 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1676 vla-optimized-out.c.
1677
1678 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1679
1680 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1681 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1682
1683 2018-07-20 Tom de Vries <tdevries@suse.de>
1684
1685 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1686 NOCLONE macro.
1687 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1688
1689 2018-07-19 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1692 regular expression.
1693
1694 2018-07-18 Tom de Vries <tdevries@suse.de>
1695
1696 * gdb.base/vla-optimized-out.c: New test.
1697 * gdb.base/vla-optimized-out.exp: New file.
1698
1699 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1700
1701 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1702 message "No address associated with hostname" when gdbserver
1703 cannot resolve the hostname.
1704
1705 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1706
1707 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1708 Add some test prefixes to make tests unique.
1709
1710 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1711
1712 * gdb.base/frameapply.c: New file.
1713 * gdb.base/frameapply.exp: New file.
1714
1715 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1716
1717 * gdb.base/skip.exp: Update expected error message.
1718
1719 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1720 Jan Kratochvil <jan.kratochvil@redhat.com>
1721 Paul Fertser <fercerpav@gmail.com>
1722 Tsutomu Seki <sekiriki@gmail.com>
1723
1724 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1725 parameter.
1726 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1727 by default.
1728 * boards/native-gdbserver.exp: Likewise.
1729 * gdb.server/run-without-local-binary.exp: Improve regexp used
1730 for detecting when a remote debugging connection succeeds.
1731 * gdb.server/server-connect.exp: New file.
1732 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1733 Do not prefix the port number with ":".
1734 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1735 support for detecting and using it. Add '$debughost_gdbserver'
1736 to the list of arguments used to start gdbserver. Handle case
1737 when gdbserver cannot resolve a network name.
1738
1739 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1740
1741 PR c++/23373
1742 * gdb.base/ptype-offsets.cc (struct static_member): New
1743 struct.
1744 (main) <stmember>: New variable.
1745 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1746 with a static member in it.
1747
1748 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1749
1750 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1751 watchpoints enabled and disabled.
1752
1753 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1754
1755 * gdb.base/examine-backward.exp: Still run tests around address
1756 0x0, even if address 0x0 is not readable. Update the pattern for
1757 matching address 0x0 in expected output.
1758
1759 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1760
1761 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1762 malloc/free.
1763
1764 2018-07-04 Tom de Vries <tdevries@suse.de>
1765
1766 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1767
1768 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1769
1770 PR tdep/8282
1771 * gdb.arch/mips-disassembler-options.exp: New test.
1772 * gdb.arch/mips-disassembler-options.s: New test source.
1773
1774 2018-06-29 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.threads/names.exp: Adjust expected "info threads" output.
1777
1778 2018-06-29 Pedro Alves <palves@redhat.com>
1779
1780 * gdb.opt/inline-break.exp (line number, address): Add "info
1781 break" tests.
1782
1783 2018-06-29 Pedro Alves <palves@redhat.com>
1784
1785 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1786 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1787 number and address and running to them.
1788
1789 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1790
1791 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1792
1793 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1794
1795 * lib/compiler.c: Remove executable permission flag.
1796
1797 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1798
1799 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1800 code.
1801 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1802
1803 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1804
1805 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1806
1807 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1808
1809 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1810 address argument is omitted.
1811
1812 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1813
1814 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1815
1816 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1817
1818 PR gdb/21695
1819 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1820 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1821
1822 2018-06-26 Tom Tromey <tom@tromey.com>
1823
1824 PR rust/22574:
1825 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1826 * gdb.rust/simple.rs (struct SimpleLayout): New.
1827
1828 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1829
1830 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1831 "info registers" output.
1832
1833 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1834
1835 * gdb.base/watchpoint-hw-attach.c: New test.
1836 * gdb.base/watchpoint-hw-attach.exp: New file.
1837
1838 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1839
1840 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1841 through /bin/sh.
1842 * boards/dwarf4-gdb-index.exp: Likewise.
1843 * boards/fission-dwp.exp: Likewise.
1844
1845 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1846
1847 * gdb.base/float128.exp: Add comment and improved fail message
1848 to the failure case of "print large128" test.
1849
1850 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1851
1852 * configure.ac: Remove AC_PREREQ.
1853 * configure: Re-generate.
1854
1855 2018-06-19 Pedro Alves <palves@redhat.com>
1856
1857 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1858 (func_extern_caller): New.
1859 (main): Call func_extern_caller.
1860 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1861 logic change.
1862
1863 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1864
1865 PR gdb/16841
1866 * gdb.cp/typedef-base.cc: New file.
1867 * gdb.cp/typedef-base.exp: New file.
1868
1869 2018-06-18 Tom de Vries <tdevries@suse.de>
1870
1871 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1872
1873 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1874 Richard Bunt <Richard.Bunt@arm.com>
1875
1876 * gdb.threads/attach-slow-waitpid.c: New file.
1877 * gdb.threads/attach-slow-waitpid.exp: New file.
1878 * gdb.threads/slow-waitpid.c: New file.
1879
1880 2018-06-14 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.base/fork-running-state.c: Include <errno.h>.
1883 (exit_if_relative_exits): New.
1884 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1885 exits.
1886 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1887 child exits.
1888
1889 2018-06-14 Tom de Vries <tdevries@suse.de>
1890
1891 PR cli/22573
1892 * gdb.base/finish-pretty.c: New test.
1893 * gdb.base/finish-pretty.exp: New file.
1894
1895 2018-06-14 Pedro Alves <palves@redhat.com>
1896
1897 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1898 gdb's expected startup output.
1899
1900 2018-06-14 Pedro Alves <palves@redhat.com>
1901
1902 * lib/selftest-support.exp (selftest_setup): Remove inlined
1903 function handling.
1904
1905 2018-06-14 Tom de Vries <tdevries@suse.de>
1906
1907 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1908 matching of breakpoint printing.
1909
1910 2018-06-13 Tom de Vries <tdevries@suse.de>
1911
1912 PR testsuite/23269
1913 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1914 (fork_child): ... here, and ...
1915 (fork_parent): ... here.
1916
1917 2018-06-12 Tom de Vries <tdevries@suse.de>
1918
1919 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1920
1921 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1922 Stephen Roberts <stephen.roberts@arm.com>
1923
1924 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1925 rewrite test to describe action performed, rather than possible
1926 failure.
1927
1928 2018-06-08 Gary Benson <gbenson@redhat.com>
1929
1930 * gdb.threads/check-libthread-db.exp: New file.
1931 * gdb.threads/check-libthread-db.c: Likewise.
1932
1933 2018-06-05 Tom Tromey <tom@tromey.com>
1934
1935 * gdb.base/default.exp: Update expected "show version" output.
1936
1937 2018-06-05 Tom Tromey <tom@tromey.com>
1938
1939 PR cli/12326:
1940 * gdb.cp/static-print-quit.exp: Update.
1941 * lib/gdb.exp (pagination_prompt): Update.
1942 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1943 * gdb.python/python.exp: Update.
1944
1945 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1946
1947 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1948
1949 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1950
1951 * gdb.ada/bp_fun_addr: New testcase.
1952
1953 2018-06-01 Tom Tromey <tom@tromey.com>
1954
1955 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1956 results.
1957 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1958 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1959 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1960 * gdb.base/maint.exp (maint_pass_if): Update.
1961
1962 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1963
1964 * gdb.base/endian.exp: New test.
1965 * gdb.base/endian.c: New test source.
1966
1967 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1968
1969 PR gdb/23203
1970 * gdb.base/bt-selected-frame.c: New file.
1971 * gdb.base/bt-selected-frame.exp: New file.
1972 * lib/gdb.exp (get_current_frame_number): New function.
1973
1974 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1975 Pedro Alves <palves@redhat.com>
1976
1977 * gdb.threads/tls-core.c: Include <stdlib.h>
1978 (thread_proc): Call `abort'.
1979 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1980 (tls_core_test): New procedure, bits factored out from ...
1981 (top level): ... here. Test both native cores and gcore cores.
1982
1983 2018-05-23 Tom Tromey <tom@tromey.com>
1984
1985 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1986
1987 2018-05-23 Tom Tromey <tom@tromey.com>
1988
1989 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1990 symfile_complaints.
1991 (test_short_complaints): Likewise.
1992 (test_empty_complaints): Likewise.
1993 (test_initial_complaints): Update.
1994
1995 2018-05-23 Tom Tromey <tom@tromey.com>
1996
1997 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1998
1999 2018-05-23 Tom Tromey <tom@tromey.com>
2000
2001 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2002 (test_short_complaints): Update.
2003
2004 2018-05-22 Pedro Alves <palves@redhat.com>
2005
2006 * gdb.base/remote.exp: Only gdb_start after compiling the
2007 testcase. Issue "disconnect" before testing "set remote" command
2008 defaults. Issue clean_restart before running to main.
2009
2010 2018-05-22 Pedro Alves <palves@redhat.com>
2011
2012 * gdb.base/remote.exp: Adjust expected output of "show remote
2013 memory-write-packet-size". Add tests for "set remote
2014 memory-write-packet-size 0" and "set remote
2015 memory-write-packet-size fixed/limit".
2016
2017 2018-05-22 Pedro Alves <palves@redhat.com>
2018
2019 PR gdb/22973
2020 * gdb.base/utf8-identifiers.c: New file.
2021 * gdb.base/utf8-identifiers.exp: New file.
2022
2023 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2024
2025 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2026
2027 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2028
2029 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2030
2031 2018-05-18 Tom Tromey <tom@tromey.com>
2032
2033 * gdb.base/ptype-offsets.exp: Update.
2034
2035 2018-05-17 Keith Seitz <keiths@redhat.com>
2036
2037 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2038 in expected breakpoint stop locations.
2039 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2040 move to proper scope to test variable values.
2041 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2042 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2043 New functions.
2044 (main): Call not_inline_func3.
2045 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2046 inline_func1, inline_func2, and inline_func3. Test that when each
2047 breakpoint is hit, GDB properly reports both the stop location
2048 and the backtrace. Repeat tests for temporary breakpoints.
2049
2050 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2051
2052 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2053 rather then trying to access it in determining whether the PID
2054 of `gdbserver' could have been retrieved.
2055
2056 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2057
2058 * gdb.arch/amd64-init-x87-values.S: New file.
2059 * gdb.arch/amd64-init-x87-values.exp: New file.
2060
2061 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2062
2063 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2064
2065 2018-05-04 Tom Tromey <tom@tromey.com>
2066
2067 PR python/22730:
2068 * gdb.python/python.exp: Test multi-line execute.
2069
2070 2018-05-04 Tom Tromey <tom@tromey.com>
2071
2072 PR python/22731:
2073 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2074
2075 2018-05-04 Tom Tromey <tom@tromey.com>
2076
2077 PR gdb/11750:
2078 * gdb.base/define.exp: Test defining a user command inside a user
2079 command.
2080 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2081
2082 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2083 Pedro Alves <palves@redhat.com>
2084
2085 PR breakpoints/19806 and support for PR external/20207.
2086 * gdb.base/watchpoint-unaligned.c: New file.
2087 * gdb.base/watchpoint-unaligned.exp: New file.
2088
2089 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2090
2091 * gdb.base/maint.exp: Make test names unique, use
2092 test_prefix_command_help to test 'help maint info', and remove
2093 repeated test of 'help maint'.
2094
2095 2018-05-04 Tom Tromey <tom@tromey.com>
2096
2097 PR gdb/22619:
2098 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2099 behavior.
2100
2101 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2102
2103 * gdb.base/maint.exp: Process output from 'maint print registers'
2104 line at a time.
2105
2106 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2107
2108 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2109 timeout.
2110
2111 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2112
2113 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2114 filter pattern.
2115
2116 2018-05-02 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2119 to_log_command renames.
2120 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2121
2122 2018-05-02 Tom Tromey <tom@tromey.com>
2123
2124 * gdb.python/py-parameter.exp: Set test message.
2125
2126 2018-05-02 Tom Tromey <tom@tromey.com>
2127
2128 PR python/20084:
2129 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2130 PARAM_ZUINTEGER_UNLIMITED tests.
2131
2132 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2133
2134 PR rust/23124
2135 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2136 when casting.
2137
2138 2018-04-30 Tom Tromey <tom@tromey.com>
2139
2140 * gdb.python/py-type.exp: Check align attribute.
2141 * gdb.python/py-type.c: New "aligncheck" global.
2142
2143 2018-04-30 Tom Tromey <tom@tromey.com>
2144
2145 PR exp/17095:
2146 * gdb.dwarf2/dw2-align.exp: New file.
2147 * gdb.cp/align.exp: New file.
2148 * gdb.base/align.exp: New file.
2149 * lib/gdb.exp (gdb_int128_helper): New proc.
2150 (has_int128_c, has_int128_cxx): New caching procs.
2151
2152 2018-04-27 Tom Tromey <tom@tromey.com>
2153
2154 PR rust/22545:
2155 * gdb.rust/simple.exp: Add inclusive range tests.
2156
2157 2018-04-26 Pedro Alves <palves@redhat.com>
2158
2159 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2160 ifunc breakpoint locations correctly of ifunc breakpoints set
2161 while the program resolves the ifunc.
2162
2163 2018-04-26 Pedro Alves <palves@redhat.com>
2164
2165 * gdb.base/gnu-ifunc-final.c: New file.
2166 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2167 * gdb.base/gnu-ifunc.exp (executable): Delete.
2168 (staticexecutable): Adjust.
2169 (lib_opts, exec_opts): Delete.
2170 (make_binsuffix, build, set-break): New procedures.
2171 (misc_tests): New, with tests factored out from the top level.
2172 (top level): Test different combinations of ifunc resolver name,
2173 resolver with and with debug info, and ifunc target with and
2174 without debug info. Wrap static tests with with_target_prefix.
2175
2176 2018-04-26 Pedro Alves <palves@redhat.com>
2177
2178 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2179 return type" warnings.
2180
2181 2018-04-25 Pedro Alves <palves@redhat.com>
2182
2183 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2184 killed".
2185 * gdb.base/kill-after-signal.exp: Likewise.
2186 * gdb.threads/kill.exp: Likewise.
2187
2188 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2189 Sergio Durigan Junior <sergiodj@redhat.com>
2190 Pedro Alves <palves@redhat.com>
2191
2192 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2193 regexps to expect for '[Inferior ... detached]' as well.
2194 * gdb.base/attach.exp: Likewise.
2195 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2196 "gdb_continue_to_end".
2197 (test_catch_syscall_with_wrong_args): Likewise.
2198 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2199 ']'. Don't set 'verbose' on.
2200 * gdb.base/foll-vfork.exp: Likewise.
2201 * gdb.base/fork-print-inferior-events.c: New file.
2202 * gdb.base/fork-print-inferior-events.exp: New file.
2203 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2204 '[Inferior ... has been killed]' message.
2205 * gdb.base/kill-after-signal.exp: Likewise.
2206 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2207 detach message.
2208 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2209 message.
2210 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2211 regexps to expect for '[Inferior ... detached]' as well.
2212 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2213
2214 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2215
2216 PR gdb/23104
2217 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2218
2219 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2220
2221 * gdb.threads/multiple-successive-infcall.c: New test.
2222 * gdb.threads/multiple-successive-infcall.exp: New file.
2223
2224 2018-04-17 Tom Tromey <tom@tromey.com>
2225
2226 * gdb.rust/simple.rs (Union): New type.
2227 (main): New local "u".
2228 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2229
2230 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2231
2232 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2233 number information in output of "whereis" command.
2234 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2235
2236 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2237
2238 * gdb.ada/info_types.exp: Adjust expected output to the line
2239 numbers now printed by "info var/func/type".
2240 * gdb.base/completion.exp: Likewise.
2241 * gdb.base/included.exp: Likewise.
2242 * gdb.cp/cp-relocate.exp: Likewise.
2243 * gdb.cp/cplusfuncs.exp: Likewise.
2244 * gdb.cp/namespace.exp: Likewise.
2245 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2246
2247 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2248
2249 * gdb.btrace/cpu.exp: New.
2250
2251 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2252
2253 * gdb.base/step-indirect-call-thunk.exp: New.
2254 * gdb.base/step-indirect-call-thunk.c: New.
2255 * gdb.reverse/step-indirect-call-thunk.exp: New.
2256 * gdb.reverse/step-indirect-call-thunk.c: New.
2257
2258 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2259
2260 * gdb.base/pie-fork.c: New file.
2261 * gdb.base/pie-fork.exp: New file.
2262
2263 2018-04-11 Tom Tromey <tom@tromey.com>
2264
2265 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2266
2267 2018-04-10 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2270 exits. Instead loop running forever.
2271 (fork_parent): Run forever too.
2272
2273 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2274
2275 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2276 mi_continue_to_line.
2277 * gdb.mi/mi-stack.c (callee4): Add comment.
2278
2279 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2280
2281 * gdb.mi/mi-stack.exp: Fix indentation.
2282
2283 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2284
2285 PR gdb/22979
2286 * gdb.arch/amd64-osabi.exp: New file.
2287
2288 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2289
2290 PR gdb/22980
2291 * gdb.base/osabi.exp: New file.
2292
2293 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2294
2295 * gdb.cp/static-typedef-print.exp: New file.
2296 * gdb.cp/static-typedef-print.cc: New file.
2297
2298 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2299
2300 * gdb.ada/varsize_limit: New testcase.
2301
2302 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2303
2304 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2305
2306 * gdb.ada/notcplusplus: New testcase.
2307
2308 * gdb.base/c-linkage-name.c: New file.
2309 * gdb.base/c-linkage-name.exp: New testcase.
2310
2311 2018-03-26 Tom Tromey <tom@tromey.com>
2312
2313 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2314 * gdb.python/py-framefilter.py (name_error): New global.
2315 (ErrorInName.function): Use name_error.
2316
2317 2018-03-26 Tom Tromey <tom@tromey.com>
2318
2319 PR backtrace/15582:
2320 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2321
2322 2018-03-23 Keith Seitz <keiths@redhat.com>
2323
2324 PR c++/22968
2325 * gdb.cp/subtypes.exp: New file.
2326 * gdb.cp/subtypes.h: New file.
2327 * gdb.cp/subtypes.cc: New file.
2328 * gdb.cp/subtypes-2.cc: New file.
2329
2330 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2331
2332 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2333 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2334 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2335 -nostartfiles when compiling the test. Confirm that all registers
2336 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2337
2338 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2339
2340 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2341 option, syntax was wrong anyway.
2342 * gdb.arch/arm-disp-step.exp: Likewise.
2343 * gdb.arch/sparc64-regs.exp: Likewise.
2344 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2345 option, syntax was wrong anyway, switch to use
2346 prepare_for_testing.
2347 * gdb.arch/i386-disp-step.exp: Likewise.
2348
2349 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2350
2351 * gdb.ada/exec_changed.exp: Replace "target_info exists
2352 use_gdb_stub" by "use_gdb_stub".
2353 * gdb.ada/start.exp: Likewise.
2354 * gdb.base/async-shell.exp: Likewise.
2355 * gdb.base/attach-pie-misread.exp: Likewise.
2356 * gdb.base/attach-wait-input.exp: Likewise.
2357 * gdb.base/break-entry.exp: Likewise.
2358 * gdb.base/break-interp.exp: Likewise.
2359 * gdb.base/dprintf-detach.exp: Likewise.
2360 * gdb.base/nostdlib.exp: Likewise.
2361 * gdb.base/solib-nodir.exp: Likewise.
2362 * gdb.base/statistics.exp: Likewise.
2363 * gdb.base/testenv.exp: Likewise.
2364 * gdb.mi/mi-exec-run.exp: Likewise.
2365 * gdb.mi/mi-start.exp: Likewise.
2366 * gdb.multi/dummy-frame-restore.exp: Likewise.
2367 * gdb.multi/multi-arch-exec.exp: Likewise.
2368 * gdb.multi/multi-arch.exp: Likewise.
2369 * gdb.multi/tids.exp: Likewise.
2370 * gdb.multi/watchpoint-multi.exp: Likewise.
2371 * gdb.python/py-events.exp: Likewise.
2372 * gdb.threads/attach-into-signal.exp: Likewise.
2373 * gdb.threads/attach-stopped.exp: Likewise.
2374 * gdb.threads/threadapply.exp: Likewise.
2375 * lib/selftest-support.exp: Likewise.
2376
2377 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2378
2379 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2380
2381 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2382
2383 * gdb.perf/template-breakpoints.cc: New file.
2384 * gdb.perf/template-breakpoints.exp: New file.
2385 * gdb.perf/template-breakpoints.py: New file.
2386
2387 2018-03-19 Tom Tromey <tom@tromey.com>
2388
2389 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2390 y0.
2391 * gdb.rust/simple.exp: Test bare identifier form of struct
2392 initializer.
2393
2394 2018-03-19 Tom Tromey <tom@tromey.com>
2395
2396 * gdb.gdb/observer.exp: Remove.
2397
2398 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2399
2400 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2401 "qualified" option when setting breakpoints.
2402 * gdb.trace/backtrace.exp: Likewise.
2403 * gdb.trace/circ.exp: Likewise.
2404 * gdb.trace/collection.exp: Likewise.
2405 * gdb.trace/disconnected-tracing.exp: Likewise.
2406 * gdb.trace/ftrace-lock.exp: Likewise.
2407 * gdb.trace/ftrace.exp: Likewise.
2408 * gdb.trace/infotrace.exp: Likewise.
2409 * gdb.trace/packetlen.exp: Likewise.
2410 * gdb.trace/passc-dyn.exp: Likewise.
2411 * gdb.trace/qtro.exp: Likewise.
2412 * gdb.trace/read-memory.exp: Likewise.
2413 * gdb.trace/report.exp: Likewise.
2414 * gdb.trace/signal.exp: Likewise.
2415 * gdb.trace/status-stop.exp: Likewise.
2416 * gdb.trace/strace.exp: Likewise.
2417 * gdb.trace/tfind.exp: Likewise.
2418 * gdb.trace/trace-break.exp: Likewise.
2419 * gdb.trace/trace-condition.exp: Likewise.
2420 * gdb.trace/trace-mt.exp: Likewise.
2421 * gdb.trace/tstatus.exp: Likewise.
2422 * gdb.trace/tsv.exp: Likewise.
2423 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2424 * gdb.trace/unavailable.exp: Likewise.
2425 * gdb.trace/while-dyn.exp: Likewise.
2426
2427 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2428
2429 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2430 that libinproctrace is copied to the target.
2431
2432 2018-03-14 Tom Tromey <tom@tromey.com>
2433
2434 PR cli/14977:
2435 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2436 a null pointer.
2437 * gdb.base/wchar.exp: Likewise.
2438
2439 2018-03-14 Tom Tromey <tom@tromey.com>
2440
2441 PR cli/19918:
2442 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2443 flag.
2444
2445 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2446
2447 PR gdb/22841
2448 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2449 "target" to remote_exec.
2450
2451 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2452
2453 PR gdb/22841
2454 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2455 ${board}_upload): Remove.
2456
2457 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2458
2459 * gdb.cp/watch-cp.cc: New test.
2460 * gdb.cp/watch-cp.exp: New file.
2461
2462 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2463
2464 * gdb.base/infcall-nested-structs.exp: New file.
2465 * gdb.base/infcall-nested-structs.c: New file.
2466 * gdb.base/float.exp: Add riscv support.
2467
2468 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2469
2470 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2471 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2472
2473 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2474
2475 * gdb.server/abspath.exp: New file.
2476 * lib/gdb.exp (with_cwd): New procedure.
2477
2478 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2479
2480 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2481 use it.
2482 (gdb_is_target_remote_prompt): New proc.
2483 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2484 (gdb_is_target_native): Pass prompt parameter to
2485 gdb_is_target_1.
2486
2487 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2488
2489 * gdb.base/load-command.c: New file.
2490 * gdb.base/load-command.exp: New file.
2491 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2492 (gdb_is_target_1): ...this, and generalize for other targets
2493 than just remote.
2494 (gdb_is_target_remote): Use gdb_is_target_1.
2495 (gdb_is_target_native): use gdb_is_target_1.
2496
2497 2018-02-26 Tom Tromey <tom@tromey.com>
2498
2499 PR python/16497:
2500 * gdb.python/py-framefilter.exp: Update test.
2501
2502 2018-02-26 Tom Tromey <tom@tromey.com>
2503
2504 * gdb.dwarf2/variant.c: New file.
2505 * gdb.dwarf2/variant.exp: New file.
2506
2507 2018-02-26 Tom Tromey <tom@tromey.com>
2508
2509 * gdb.rust/simple.exp: Accept more possible results in enum test.
2510
2511 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2512
2513 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2514 parentheses.
2515
2516 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2517
2518 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2519 name of a variable: $actual_linejj -> $actual_line.
2520
2521 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2522
2523 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2524
2525 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2526
2527 * gdb.btrace/buffer-size.exp: Do not force BTS.
2528
2529 2018-02-14 Pedro Alves <palves@redhat.com>
2530
2531 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2532 getting a "Quit".
2533
2534 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2535
2536 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2537 Fix test name.
2538
2539 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2540
2541 * gdb.cp/m-static.exp: Check type of optimized out static
2542 member.
2543
2544 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2545
2546 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2547 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2548
2549 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2550 Leszek Swirski <leszeks@google.com>
2551
2552 * gdb.python/py-prettyprint.c
2553 (struct to_string_returns_value_inner,
2554 struct to_string_returns_value_wrapper): New.
2555 (main): Add tsrvw variable.
2556 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2557 ToStringReturnsValueWrapper): New classes.
2558 (register_pretty_printers): Register new pretty-printers.
2559 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2560 recursive pretty printer.
2561 * gdb.python/py-mi.exp: Likewise.
2562
2563 2018-02-01 Leszek Swirski <leszeks@google.com>
2564
2565 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2566 functions with the same name as an include file are parsed
2567 correctly.
2568
2569 2018-02-01 Yao Qi <yao.qi@linaro.org>
2570
2571 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2572 "\[^\r\n\]*".
2573
2574 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2575
2576 * gdb.arch/powerpc-prologue-frame.s: New file.
2577 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2578 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2579
2580 2018-01-31 Joel Brobecker <brobecker@adacore.com>
2581
2582 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2583
2584 2018-01-30 Pedro Alves <palves@redhat.com>
2585
2586 PR gdb/13211
2587 * gdb.base/interrupt-daemon.c: New.
2588 * gdb.base/interrupt-daemon.exp: New.
2589 * gdb.multi/multi-term-settings.c: New.
2590 * gdb.multi/multi-term-settings.exp: New.
2591
2592 2018-01-30 Joel Brobecker <brobecker@adacore.com>
2593
2594 * gdb.base/break.exp: Save the location where the breakpoint
2595 on break.c:47 was actually inserted when debugging the version
2596 compiled at -O2 and use it in the expected output of the "info
2597 break" test performed soon after.
2598
2599 2018-01-22 Pedro Alves <palves@redhat.com>
2600 Sergio Durigan Junior <sergiodj@redhat.com>
2601
2602 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2603 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2604
2605 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2606
2607 * gdb.base/break-include.c, gdb.base/break-include.inc,
2608 gdb.base/break-include.exp: New files.
2609 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2610 line number now being the actual line number where the breakpoint
2611 was inserted.
2612 * gdb.mi/mi-break.exp: Likewise.
2613 * gdb.mi/mi-reverse.exp: Likewise.
2614 * gdb.mi/mi-simplerun.exp: Ditto.
2615
2616 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2617
2618 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2619 varobj.
2620 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2621
2622 2018-01-21 Don Breazeal <donb@codesourcery.com>
2623 Andrew Burgess <andrew.burgess@embecosm.com>
2624
2625 * gdb.mi/basics.c: Add new global.
2626 * gdb.mi/mi-frame-regs.exp: New file.
2627 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2628 case.
2629
2630 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2631
2632 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2633 non-parameter, and on an unknown symbol.
2634
2635 2018-01-19 Tom Tromey <tom@tromey.com>
2636
2637 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2638 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2639
2640 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2641
2642 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2643 setrlimit and chdir to int.
2644
2645 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2646
2647 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2648 function.
2649 (my_tend): Likewise.
2650 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2651 rationale of avoiding FP- and vector instructions.
2652
2653 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2654
2655 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2656 "info reg" with "\[ \t\]*".
2657 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2658 "\[ \t\]+".
2659 * gdb.arch/s390-multiarch.exp: Ditto.
2660 * gdb.base/pc-fp.exp: Ditto.
2661 * gdb.reverse/i386-precsave.exp: Ditto.
2662 * gdb.reverse/i386-reverse.exp: Ditto.
2663 * gdb.reverse/i387-env-reverse.exp: Ditto.
2664 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2665
2666 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2667
2668 * lib/gdb.exp (gdb_compile): Re-enable use of
2669 universal_compile_options for languages other than Rust.
2670
2671 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2672
2673 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2674
2675 2018-01-17 Mike Gulick <mgulick@mathworks.com>
2676
2677 PR gdb/16577
2678 * gdb.base/solib-vanish.exp: New.
2679 * gdb.base/solib-vanish-main.c: New.
2680 * gdb.base/solib-vanish-lib1.c: New.
2681 * gdb.base/solib-vanish-lib2.c: New.
2682
2683 2018-01-17 Yao Qi <yao.qi@linaro.org>
2684
2685 * gdb.compile/compile.exp: Match the address printed for
2686 frame in the output of command "bt".
2687
2688 2018-01-15 Tom Tromey <tom@tromey.com>
2689
2690 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2691 compute sp_reg.
2692
2693 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2694
2695 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2696 to prepare.
2697 (prepare): Return 0 on error, 1 on success.
2698
2699 2018-01-12 Pedro Alves <palves@redhat.com>
2700
2701 * gdb.base/continue-after-aborted-step-over.c: New.
2702 * gdb.base/continue-after-aborted-step-over.exp: New.
2703
2704 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2705
2706 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2707 options when not creating an executable.
2708
2709 2018-01-11 Pedro Alves <palves@redhat.com>
2710
2711 PR remote/22597
2712 * gdb.server/stop-reply-no-thread.c: New file.
2713 * gdb.server/stop-reply-no-thread.exp: New file.
2714
2715 2018-01-10 Pedro Alves <palves@redhat.com>
2716
2717 PR gdb/22670
2718 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2719 functions too. Test setting breakpoints and printing C functions
2720 with no debug info too.
2721 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2722
2723 2018-01-10 Pedro Alves <palves@redhat.com>
2724
2725 PR gdb/22670
2726 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2727 a fail.
2728
2729 2018-01-10 Pedro Alves <palves@redhat.com>
2730
2731 PR gdb/22670
2732 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2733
2734 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2735
2736 * gdb.server/unittest.exp: Match the output in non-development
2737 mode.
2738
2739 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2740
2741 * gdb.gdb/unittest.exp: Match output in non-development mode.
2742
2743 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2744
2745 * gdb.ada/access_tagged_param.exp: Relax expected output
2746 for value of "ObjL" in "continue" to pck.inspect breakpoint
2747 test.
2748
2749 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2750
2751 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2752 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2753
2754 2018-01-05 Pedro Alves <palves@redhat.com>
2755
2756 PR gdb/18653
2757 * gdb.base/libsegfault.exp: New.
2758
2759 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2760
2761 PR gdb/22670
2762 * gdb.ada/access_tagged_param.exp: New file.
2763 * gdb.ada/access_tagged_param/foo.adb: New file.
2764
2765 2018-01-05 Pedro Alves <palves@redhat.com>
2766
2767 PR gdb/22670
2768 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2769 exercise lower case too, and to exercise both full matching and
2770 wild matching.
2771
2772 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2773
2774 * gdb.ada/rename_subscript_param: New testcase.
2775
2776 2018-01-05 Jerome Guitton <guitton@adacore.com>
2777
2778 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2779
2780 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2781
2782 * gdb.ada/convvar_comp: New testcase.
2783
2784 2018-01-05 Xavier Roirand <roirand@adacore.com>
2785
2786 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2787 (My_Table): New global variable.
2788 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2789
2790 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2791
2792 PR gdb/22670
2793 * gdb.ada/maint_with_ada: New testcase.
2794
2795 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2796
2797 PR gdb/22670
2798 * gdb.ada/bp_c_mixed_case: New testcase.
2799
2800 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2801
2802 PR gdb/22670
2803 * gdb.ada/complete.exp: Add "complete break ada" test.
2804
2805 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2806
2807 PR gdb/22670
2808 * gdb.ada/info_addr_mixed_case: New testcase.
2809
2810 2018-01-03 Xavier Roirand <roirand@adacore.com>
2811
2812 * gdb.ada/excep_handle.exp: New testcase.
2813 * gdb.ada/excep_handle/foo.adb: New file.
2814 * gdb.ada/excep_handle/pck.ads: New file.
2815
2816 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2817
2818 * gdb.base/step-line.c: Add extra empty line in copyright header.
2819 * gdb.base/step-line.inp: Likewise.
2820
2821 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2822
2823 * gdb.ada/dyn_stride.exp: Add slice test.
2824
2825 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2826
2827 * gdb.ada/dyn_stride: New testcase.
2828
2829 2017-12-27 Stafford Horne <shorne@gmail.com>
2830
2831 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2832 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2833
2834 2017-12-27 Stafford Horne <shorne@gmail.com>
2835
2836 * gdb.base/reggroups.c: New file.
2837 * gdb.base/reggroups.exp: New file.
2838
2839 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2840
2841 * gdb.dwarf2/ada-valprint-error.c: New file.
2842 * gdb.dwarf2/ada-valprint-error.exp: New file.
2843
2844 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2845
2846 * gdb.ada/assign_arr: New testcase.
2847
2848 2017-12-18 Xavier Roirand <roirand@adacore.com>
2849
2850 * gdb.ada/funcall_ptr: New testcase.
2851
2852 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2853
2854 PR cli/16224
2855 * gdb.base/ptype-offsets.cc: New file.
2856 * gdb.base/ptype-offsets.exp: New file.
2857
2858 2017-12-15 Yao Qi <yao.qi@linaro.org>
2859
2860 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2861 if XML is disabled.
2862
2863 2017-12-15 Xavier Roirand <roirand@adacore.com>
2864
2865 * gdb.ada/same_component_name: New testcase.
2866
2867 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2868
2869 * gdb.ada/str_binop_equal: New testcase.
2870
2871 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2872
2873 * gdb.ada/task_switch_in_core: New testcase.
2874
2875 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2876
2877 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2878 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2879 call test_bkpt_qualified.
2880 (test_bkpt_qualified): New proc.
2881
2882 2017-12-13 Pedro Alves <palves@redhat.com>
2883
2884 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2885 Tighten regexp by matching with an anchor.
2886
2887 2017-12-13 Pedro Alves <palves@redhat.com>
2888
2889 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2890 ("expression with namespace"): New set of tests.
2891 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2892 (Nested::Test_NS::qux): New.
2893 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2894 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2895
2896 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2897
2898 * gdb.base/server-del-break.c: New file.
2899 * gdb.base/server-del-break.exp: New file.
2900
2901 2017-12-12 Stafford Horne <shorne@gmail.com>
2902
2903 * gdb.xml/tdesc-regs.exp: Add or1k support.
2904
2905 2017-12-12 Stafford Horne <shorne@gmail.com>
2906
2907 * gdb.base/bp-permanent.c: Define nop of or1k.
2908
2909 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2910
2911 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2912 output with components being reordered.
2913
2914 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2915
2916 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2917 output with components being reordered.
2918
2919 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2920 Pedro Alves <palves@redhat.com>
2921
2922 * gdb.base/maint.exp (check for .gdb_index): Check also for
2923 .debug_names.
2924 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2925 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2926 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2927 (.gdb_index used after symbol reloading): Support also .debug_names.
2928 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2929
2930 2017-12-08 Yao Qi <yao.qi@linaro.org>
2931
2932 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2933 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2934
2935 2017-12-08 Yao Qi <yao.qi@linaro.org>
2936
2937 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2938 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2939
2940 2017-12-08 Yao Qi <yao.qi@linaro.org>
2941
2942 * gdb.arch/aarch64-tagged-pointer.c: New file.
2943 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2944
2945 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2946
2947 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2948 "int".
2949
2950 2017-12-07 Keith Seitz <keiths@redhat.com>
2951
2952 PR breakpoints/22569
2953 * gdb.linespec/ls-errs.exp: Change expected result of "break
2954 -source this file has spaces.c -line 3".
2955 Check that an explicit source file followed by whitespace is
2956 identified as an invalid explicit location.
2957
2958 2017-12-07 Keith Seitz <keiths@redhat.com>
2959
2960 * gdb.cp/nested-types.cc: New file.
2961 * gdb.cp/nested-types.exp: New file.
2962 * lib/cp-support.exp: Load data-structures.exp library.
2963 (debug_cp_test_ptype_class): New global.
2964 (cp_ptype_class_verbose, next_line): New procedures.
2965 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2966 Add and document new return value.
2967 Switch the list of lines to a queue.
2968 Add support for new `type' key for nested type definitions.
2969 Add debugging/troubleshooting messages.
2970 * lib/data-structures.exp: New file.
2971
2972 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2973
2974 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2975 with proc_with_prefix, don't use with_test_prefix.
2976
2977 2017-12-07 Tom Tromey <tom@tromey.com>
2978
2979 * gdb.base/break.exp: Add test for empty "commands".
2980
2981 2017-12-07 Yao Qi <yao.qi@linaro.org>
2982
2983 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2984 malloc and catch syscall.
2985
2986 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2987
2988 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2989 tests for explicit locations.
2990
2991 2017-12-06 Pedro Alves <palves@redhat.com>
2992
2993 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2994 force-disabling XML descriptions.
2995
2996 2017-12-04 Pedro Alves <palves@redhat.com>
2997
2998 PR gdb/22499
2999 * gdb.arch/amd64-disp-step-avx.S: New file.
3000 * gdb.arch/amd64-disp-step-avx.exp: New file.
3001
3002 2017-12-03 Pedro Alves <palves@redhat.com>
3003
3004 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3005 and <string.h>.
3006 (parent_function): Print distinct messages when waitpid fails, or
3007 the child exits with a signal, or the child exits for an unhandled
3008 reason.
3009 * gdb.threads/process-dies-while-detaching.exp
3010 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3011 it. Wait for both inferior output and GDB's prompt. Use an
3012 indirect spawn id list.
3013 (do_detach): New parameter 'child_exit'. Use it to compute
3014 expected inferior output.
3015 (test_detach, test_detach_watch, test_detach_killed_outside):
3016 Adjust to pass down the expected child exit kind.
3017
3018 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3019 Sergio Durigan Junior <sergiodj@redhat.com>
3020 Pedro Alves <palves@redhat.com>
3021
3022 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3023
3024 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3025
3026 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3027 to 'symbol-file' and 'add-symbol-file' can be
3028 position-independent.
3029
3030 2017-12-01 Yao Qi <yao.qi@linaro.org>
3031
3032 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3033 the URL in copyright header.
3034 * gdb.arch/aarch64-fp.exp: Likewise.
3035 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3036 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3037 * gdb.base/expand-psymtabs.exp: Likewise.
3038 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3039 * gdb.fortran/common-block.exp: Likewise.
3040 * gdb.fortran/common-block.f90: Likewise.
3041 * gdb.fortran/logical.exp: Likewise.
3042 * gdb.fortran/vla-datatypes.f90: Likewise.
3043 * gdb.fortran/vla-sub.f90: Likewise.
3044
3045 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3046
3047 * gdb.ada/repeat_dyn: New testcase.
3048
3049 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3050
3051 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3052 Update for changed thread numbering.
3053 * gdb.cell/bt.exp: Update for changed GDB output.
3054
3055 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3056
3057 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3058 setting isremote by hand.
3059 * boards/dwarf4-gdb-index.exp: Likewise.
3060 * boards/fission.exp: Likewise.
3061 * boards/stabs.exp: Likewise.
3062
3063 2017-11-30 Pedro Alves <palves@redhat.com>
3064
3065 * gdb.linespec/cpls-ops.exp
3066 (check_explicit_skips_function_argument): Extract the underlying
3067 type of size_t instead of hardcoding it.
3068
3069 2017-11-29 Pedro Alves <palves@redhat.com>
3070
3071 PR c++/19436
3072 * gdb.linespec/cpls-abi-tag.cc: New file.
3073 * gdb.linespec/cpls-abi-tag.exp: New file.
3074
3075 2017-11-29 Pedro Alves <palves@redhat.com>
3076
3077 * gdb.base/langs.exp: Use -qualified.
3078 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3079 it.
3080 * gdb.cp/namespace.exp: Use -qualified.
3081 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3082 (overload-3, template-overload, template-ret-type, const-overload)
3083 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3084 procedures.
3085 (test_driver): Call them.
3086 * gdb.cp/save-bp-qualified.cc: New.
3087 * gdb.cp/save-bp-qualified.exp: New.
3088 * gdb.linespec/explicit.exp: Test -qualified.
3089 * lib/completion-support.exp (completion::explicit_opts_list): Add
3090 "-qualified".
3091 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3092
3093 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3094
3095 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3096
3097 2017-11-29 Tom Tromey <tom@tromey.com>
3098
3099 * gdb.base/relocate.exp: Update invalid argument test.
3100 Add new tests for invalid arguments.
3101
3102 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3103
3104 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3105 Return 0 as a long.
3106 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3107
3108 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3109
3110 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3111 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3112 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3113 func ().
3114 * gdb.cp/shadow.cc (B.func): Return 0.
3115
3116 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3117
3118 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3119 expected output in gdb_expect call to allow the exception
3120 message to be present as well. Fix syntax confusion to avoid
3121 TCL thinking that exception_name is an array.
3122
3123 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3124
3125 * gdb.arch/spu-info.c: Include <unistd.h>.
3126 (do_signal_test): Fix broken calls to write.
3127 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3128 Fix checks for empty mailboxes. Update signal tests for corrected
3129 do_signal_test routine. Allow nonzero event status.
3130 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3131 * gdb.cell/arch.exp: Use standard_output_file.
3132 * gdb.cell/break.exp: Likewise.
3133 * gdb.cell/bt.exp: Likewise.
3134 * gdb.cell/core.exp: Likewise.
3135 * gdb.cell/dwarfaddr.exp: Likewise.
3136 * gdb.cell/ea-cache.exp: Likewise.
3137 * gdb.cell/ea-standalone.exp: Likewise.
3138 * gdb.cell/f-regs.exp: Likewise.
3139 * gdb.cell/fork.exp: Likewise.
3140 * gdb.cell/gcore.exp: Likewise.
3141 * gdb.cell/mem-access.exp: Likewise.
3142 * gdb.cell/ptype.exp: Likewise.
3143 * gdb.cell/registers.exp: Likewise.
3144 * gdb.cell/sizeof.exp: Likewise.
3145 * gdb.cell/solib-symbol.exp: Likewise.
3146 * gdb.cell/solib.exp: Likewise.
3147
3148 2017-11-25 Pedro Alves <palves@redhat.com>
3149
3150 * gdb.base/complete-empty.exp: New file.
3151 * gdb.base/completion.exp: Adjust.
3152
3153 2017-11-25 Pedro Alves <palves@redhat.com>
3154
3155 * gdb.linespec/cpls-ops.cc: New file.
3156 * gdb.linespec/cpls-ops.exp: New file.
3157 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3158 factored out from ...
3159 (test_complete_prefix_range): ... this.
3160
3161 2017-11-24 Pedro Alves <palves@redhat.com>
3162
3163 * gdb.linespec/cpcompletion.exp: New file.
3164 * gdb.linespec/cpls-hyphen.cc: New file.
3165 * gdb.linespec/cpls.cc: New file.
3166 * gdb.linespec/cpls2.cc: New file.
3167 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3168 test to use test_gdb_complete_unique. Add label completion,
3169 keyword completion and explicit location completion tests.
3170 * lib/completion-support.exp: New file.
3171
3172 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3173
3174 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3175 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3176 when hitting an exception catchpoint.
3177
3178 2017-11-22 Yao Qi <yao.qi@linaro.org>
3179
3180 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3181
3182 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3183
3184 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3185 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3186 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3187
3188 2017-11-22 Yao Qi <yao.qi@linaro.org>
3189
3190 * gdb.base/info-os.exp: Pass pthreads.
3191 * gdb.multi/multi-attach.exp: Likewise.
3192
3193 2017-11-22 Yao Qi <yao.qi@linaro.org>
3194
3195 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3196 compiler.
3197
3198 2017-11-22 Yao Qi <yao.qi@linaro.org>
3199
3200 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3201 * gdb.base/break-interp.exp: Likewise.
3202 * gdb.base/jit-attach-pie.exp: Likewise.
3203
3204 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3205
3206 * gdb.base/float128.c (large128): New variable.
3207 * gdb.base/float128.exp: Add test to print largest __float128 value.
3208
3209 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3210
3211 * gdb.arch/vsx-regs.exp: Update register content checks.
3212
3213 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3214
3215 * gdb.arch/ppc-longdouble.exp: New file.
3216 * gdb.arch/ppc-longdouble.c: Likewise.
3217
3218 2017-11-21 Pedro Alves <palves@redhat.com>
3219
3220 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3221
3222 2017-11-20 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3225 (long_double_typedef): New typedefs.
3226 Use DEF on double and long double.
3227 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3228 cases.
3229 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3230 and 'long_double_ptr_same_size' locals. Use them to decide
3231 whether cast from array/function to float is valid/invalid.
3232
3233 2017-11-17 Tom Tromey <tom@tromey.com>
3234
3235 * gdb.rust/traits.rs: New file.
3236 * gdb.rust/traits.exp: New file.
3237
3238 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3239
3240 * gdb.ada/minsyms: New testcase.
3241
3242 2017-11-16 Pedro Alves <palves@redhat.com>
3243
3244 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3245 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3246
3247 2017-11-16 Pedro Alves <palves@redhat.com>
3248
3249 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3250 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3251
3252 2017-11-16 Pedro Alves <palves@redhat.com>
3253
3254 * gdb.server/reconnect-ctrl-c.c: New file.
3255 * gdb.server/reconnect-ctrl-c.exp: New file.
3256
3257 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3258
3259 * gdb.python/py-rbreak.exp: New file.
3260 * gdb.python/py-rbreak.c: New file.
3261 * gdb.python/py-rbreak-func2.c: New file.
3262
3263 2017-11-16 Pedro Alves <palves@redhat.com>
3264
3265 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3266 pattern.
3267 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3268 GDB.
3269
3270 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3271
3272 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3273 regex.
3274
3275 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3276
3277 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3278 test names.
3279
3280 2017-11-09 Pedro Alves <palves@redhat.com>
3281
3282 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3283 factored out from ...
3284 (top level): ... here, and adjusted to avoid expecting beyond the
3285 prompt in a single gdb_test_multiple.
3286
3287 2017-11-09 Pedro Alves <palves@redhat.com>
3288
3289 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3290 output.
3291 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3292 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3293 * gdb.server/ext-run.exp ("kill" test): Likewise.
3294 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3295
3296 2017-11-09 Pedro Alves <palves@redhat.com>
3297
3298 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3299 match till end of line.
3300
3301 2017-11-09 Pedro Alves <palves@redhat.com>
3302
3303 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3304
3305 2017-11-09 Pedro Alves <palves@redhat.com>
3306
3307 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3308 New procedures, factored out from ...
3309 (top level): ... here, and adjusted to avoid expecting beyond the
3310 prompt in one go.
3311
3312 2017-11-09 Pedro Alves <palves@redhat.com>
3313
3314 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3315 output. Fix '?' match.
3316
3317 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3318
3319 * gdb.ada/scoped_watch: New testcase.
3320 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3321 which is actually correct.
3322 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3323 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3324
3325 2017-11-08 Pedro Alves <palves@redhat.com>
3326
3327 * gdb.gdb/complaints.exp (test_initial_complaints)
3328 (test_serial_complaints, test_short_complaints): Call
3329 complaint_internal instead of complaint.
3330
3331 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3332
3333 * gdb.threads/tls-core.c: New file.
3334 * gdb.threads/tls-core.exp: Likewise.
3335
3336 2017-11-08 Pedro Alves <palves@redhat.com>
3337
3338 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3339 (p Exported_Capitalized): New test.
3340 (p exported_capitalized): New test.
3341
3342 2017-11-07 Pedro Alves <palves@redhat.com>
3343
3344 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3345
3346 2017-11-07 Pedro Alves <palves@redhat.com>
3347
3348 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3349 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3350 (disable_invalid, disable_inverted, disable_negative): New
3351 procedures.
3352 ("bad numbers"): New set of tests.
3353
3354 2017-11-07 Pedro Alves <palves@redhat.com>
3355
3356 * gdb.cp/ena-dis-br-range.exp: Add tests.
3357
3358 2017-11-07 Pedro Alves <palves@redhat.com>
3359
3360 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3361
3362 2017-11-07 Xavier Roirand <roirand@adacore.com>
3363 Pedro Alves <palves@redhat.com>
3364
3365 * gdb.base/ena-dis-br.exp: Add reference to
3366 gdb.cp/ena-dis-br-range.exp.
3367 * gdb.cp/ena-dis-br-range.exp: New file.
3368 * gdb.cp/ena-dis-br-range.cc: New file.
3369
3370 2017-11-06 Pedro Alves <palves@redhat.com>
3371
3372 * gdb.base/attach-non-pgrp-leader.c: New.
3373 * gdb.base/attach-non-pgrp-leader.exp: New.
3374
3375 2017-11-06 Pedro Alves <palves@redhat.com>
3376
3377 * configure.ac: No longer check for termio.h and sgtty.h.
3378 * configure: Regenerate.
3379 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3380 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3381 Remove termio and sgtty code.
3382
3383 2017-11-03 Yao Qi <yao.qi@linaro.org>
3384
3385 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3386 in GDB is disabled.
3387
3388 2017-11-03 Yao Qi <yao.qi@linaro.org>
3389
3390 * gdb.python/py-thrhandle.exp: Skip it if python is not
3391 enabled.
3392
3393 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3394
3395 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3396 as a breakpoint command.
3397
3398 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3399
3400 PR python/21213
3401 * gdb.python/py-infthread.exp: Test calling
3402 InferiorThread.inferior () multiple times in a row.
3403
3404 2017-10-27 Keith Seitz <keiths@redhat.com>
3405
3406 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3407 Test "info break" for every inlined function breakpoint.
3408
3409 2017-10-27 Yao Qi <yao.qi@linaro.org>
3410
3411 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3412
3413 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3414
3415 * gdb.cp/classes.exp (test_static_members): Test printing
3416 Outer::instance.
3417 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3418 (Inner::instance, Outer::instance): New.
3419
3420 2017-10-24 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3423 extra console" test in two stages.
3424
3425 2017-10-24 Pedro Alves <palves@redhat.com>
3426
3427 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3428
3429 2017-10-24 Pedro Alves <palves@redhat.com>
3430
3431 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3432 loop.
3433
3434 2017-10-24 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3437 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3438
3439 2017-10-24 Pedro Alves <palves@redhat.com>
3440
3441 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3442 parameter and handle it. Don't output read value in test name.
3443
3444 2017-10-24 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3447 custom test name.
3448
3449 2017-10-24 Pedro Alves <palves@redhat.com>
3450
3451 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3452 include the unstable output directory name in the test's name.
3453 (initial_setup_simple) <'set args'>: Use custom test name.
3454
3455 2017-10-24 Pedro Alves <palves@redhat.com>
3456
3457 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3458 with explicit test name.
3459
3460 2017-10-20 Pedro Alves <palves@redhat.com>
3461
3462 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3463 'wait -i'. Use gdb_assert and remote_close.
3464
3465 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3466
3467 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3468 number from variable rather than hard-coded.
3469
3470 2017-10-19 Pedro Alves <palves@redhat.com>
3471
3472 * gdb.base/long-inferior-output.c: New file.
3473 * gdb.base/long-inferior-output.exp: New file.
3474
3475 2017-11-18 Keith Seitz <keiths@redhat.com>
3476
3477 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3478 method.
3479 (main): Call it.
3480 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3481 Add additional user-defined conversion operator tests.
3482
3483 2017-10-17 Pedro Alves <palves@redhat.com>
3484
3485 * boards/native-stdio-gdbserver.exp: Load "local-board".
3486
3487 2017-10-17 Pedro Alves <palves@redhat.com>
3488
3489 * gdb.base/quit-live.c: New file.
3490 * gdb.base/quit-live.exp: New file.
3491
3492 2017-10-16 Keith Seitz <keiths@redhat.com>
3493
3494 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3495 (class_with_protected_typedef, class_with_private_typedef)
3496 (struct_with_public_typedef, struct_with_protected_typedef)
3497 (struct_with_private_typedef): New classes/structs.
3498 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3499 typedefs and access specifiers.
3500
3501 2017-10-16 Pedro Alves <palves@redhat.com>
3502 Simon Marchi <simon.marchi@polymtl.ca>
3503
3504 * README (Local vs Remote vs Native): New section.
3505 * boards/local-board.exp: New file, with bits factored out from
3506 ...
3507 * boards/native-extended-gdbserver.exp: ... here. Load
3508 "local-board".
3509 * boards/native-gdbserver.exp: Load "local-board".
3510 (${board}_spawn, ${board}_exec): Delete.
3511 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3512 ...
3513 * boards/stdio-gdbserver-base.exp: ... this new file.
3514 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3515 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3516 procedure.
3517 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3518 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3519 stdio_gdbserver_command.
3520 (${board}_get_remote_address, ${board}_get_comm_port)
3521 (${board}_download, ${board}_upload): Delete.
3522 (get_target_remote_pipe_cmd): New.
3523
3524 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3525
3526 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3527 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3528 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3529 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3530 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3531 remove with_test_prefix.
3532
3533 2017-10-13 Pedro Alves <palves@redhat.com>
3534
3535 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3536 * gdb.base/annota1.exp: Use it instead of is_remote.
3537 * gdb.base/annota3.exp: Use it instead of is_remote.
3538 * gdb.cp/annota2.exp: Use it instead of is_remote.
3539 * gdb.cp/annota3.exp: Use it instead of is_remote.
3540 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3541
3542 2017-10-13 Pedro Alves <palves@redhat.com>
3543
3544 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3545 (test_num_test_vars, run_and_count_vars, find_env)
3546 (test_set_unset_env, test_inherit_env_var): New procedures.
3547 (top level): Use them.
3548
3549 2017-10-13 Pedro Alves <palves@redhat.com>
3550
3551 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3552 also skip on stub-like targets.
3553
3554 2017-10-13 Pedro Alves <palves@redhat.com>
3555
3556 PR gdb/22293
3557 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3558 (top level): Move some tests to ...
3559 (test_not_found): ... this new procedure.
3560 (top level): Call it.
3561
3562 2017-10-13 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3565 expect different "info terminal" output if testing with a
3566 non-native target.
3567
3568 2017-10-13 Pedro Alves <palves@redhat.com>
3569 Simon Marchi <simon.marchi@polymtl.ca>
3570
3571 PR python/12966
3572 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3573
3574 2017-10-13 Pedro Alves <palves@redhat.com>
3575
3576 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3577 already.
3578
3579 2017-10-13 Pedro Alves <palves@redhat.com>
3580
3581 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3582 is_remote.
3583
3584 2017-10-13 Pedro Alves <palves@redhat.com>
3585
3586 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3587 is_remote.
3588
3589 2017-10-13 Pedro Alves <palves@redhat.com>
3590
3591 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3592 is set.
3593 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3594 instead of is_remote.
3595
3596 2017-10-13 Pedro Alves <palves@redhat.com>
3597
3598 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3599 (top level): Add comment.
3600
3601 2017-10-13 Pedro Alves <palves@redhat.com>
3602
3603 * gdb.base/remote.exp (top level): Fix comment typo and add
3604 missing return.
3605
3606 2017-10-13 Pedro Alves <palves@redhat.com>
3607 Simon Marchi <simon.marchi@polymtl.ca>
3608
3609 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3610 calls and add comments. Skip test if use_gdb_stub is set.
3611 (top level): Use "set cwd" command instead of "cd" command.
3612
3613 2017-10-13 Pedro Alves <palves@redhat.com>
3614
3615 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3616 is_remote target check.
3617
3618 2017-10-13 Pedro Alves <palves@redhat.com>
3619
3620 * gdb.base/scope.exp: Use build_executable + clean_restart +
3621 gdb_file_cmd instead of prepare_for_testing and no longer skip
3622 "before run" tests on is_remote target boards. Update comments.
3623 * boards/native-extended-gdbserver.exp
3624 (extended_gdbserver_load_last_file): New, factored out from ...
3625 (gdb_load): ... this. Move further below and add comment.
3626 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3627
3628 2017-10-12 Pedro Alves <palves@redhat.com>
3629
3630 * gdb.base/attach.exp: Remove references to gdb64.
3631 * gdb.base/dbx.exp: Remove references to gdb64.
3632
3633 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3634 Pedro Alves <palves@redhat.com>
3635
3636 * gdb.base/label.exp: Remove is_remote target check.
3637
3638 2017-10-12 Pedro Alves <palves@redhat.com>
3639
3640 * gdb.base/auvx.exp (coredir): Update comment.
3641 (top level) <core_works>: Use "set cwd" command instead of "cd"
3642 command.
3643
3644 2017-10-12 Pedro Alves <palves@redhat.com>
3645 Simon Marchi <simon.marchi@polymtl.ca>
3646
3647 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3648 target boards.
3649
3650 2017-10-12 Pedro Alves <palves@redhat.com>
3651 Simon Marchi <simon.marchi@polymtl.ca>
3652
3653 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3654 Instead skip if there's any gdb_protocol set.
3655
3656 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3657 Pedro Alves <palves@redhat.com>
3658
3659 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3660
3661 2017-10-12 Pedro Alves <palves@redhat.com>
3662 Simon Marchi <simon.marchi@polymtl.ca>
3663
3664 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3665 instead of on dejagnu remote boards.
3666
3667 2017-10-12 Pedro Alves <palves@redhat.com>
3668 Simon Marchi <simon.marchi@polymtl.ca>
3669
3670 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3671 checks. Use build_executable + clean_restart instead of
3672 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3673 of enabling non-stop after starting gdb.
3674
3675 2017-10-12 Pedro Alves <palves@redhat.com>
3676
3677 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3678 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3679 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3680 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3681
3682 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3683
3684 * gdb.arch/arc-tdesc-cpu.exp: New file.
3685 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3686
3687 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3688
3689 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3690
3691 2017-10-10 Pedro Alves <palves@redhat.com>
3692
3693 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3694 expect CLI output.
3695
3696 2017-10-10 Pedro Alves <palves@redhat.com>
3697
3698 * lib/selftest-support.exp (selftest_setup): Update for
3699 captured_command_loop's prototype change.
3700
3701 2017-10-09 Pedro Alves <palves@redhat.com>
3702
3703 Test both arch1=>arch2 and arch2=>arch1.
3704
3705 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3706 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3707 factored out to...
3708 (append_arch1_options, append_arch2_options, append_arch_options)
3709 (build_executables): New procedures.
3710 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3711 local.
3712 (top level): Add new 'first_arch' testing axis.
3713
3714 2017-10-09 Pedro Alves <palves@redhat.com>
3715
3716 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3717 (barrier): New.
3718 (thread_start, all_started): New functions.
3719 (main): Spawn new thread and wait until it is scheduled.
3720 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3721 option.
3722 (do_test): Add 'selected_thread' parameter. Run to all_started
3723 instead of main. Explicitly set the breakpoint at main. Switch
3724 to the SELECTED_THREAD thread.
3725 (top level): Test handling the exec event with either the main
3726 thread or the second thread selected.
3727
3728 2017-10-09 Pedro Alves <palves@redhat.com>
3729
3730 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3731 logic. Move STOP marker after the value checks.
3732 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3733 regexp.
3734
3735 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3736
3737 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3738
3739 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3740
3741 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3742 integer-to-dfp conversion.
3743 * gdb.base/dfp-test.exp: Likewise.
3744
3745 2017-10-04 Pedro Alves <palves@redhat.com>
3746
3747 * gdb.multi/hangout.c: Include <unistd.h>.
3748 (hangout_loop): New function.
3749 (main): Call alarm. Call hangout_loop in a loop.
3750 * gdb.multi/hello.c: Include <unistd.h>.
3751 (hello_loop): New function.
3752 (main): Call alarm. Call hangout_loop in a loop.
3753 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3754 inferior with the other selected.
3755
3756 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3757
3758 * gdb.mi/list-thread-groups-available.exp: New file.
3759 * gdb.mi/list-thread-groups-available.c: New file.
3760
3761 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3762
3763 * gdb.base/set-cwd.exp: Make it available on
3764 native-extended-gdbserver.
3765
3766 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3767
3768 * gdb.base/set-cwd.c: New file.
3769 * gdb.base/set-cwd.exp: Likewise.
3770
3771 2017-10-02 Tom Tromey <tom@tromey.com>
3772
3773 PR rust/22236:
3774 * gdb.rust/simple.rs (main): New variable "fslice".
3775 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3776
3777 2017-10-02 Tom Tromey <tom@tromey.com>
3778
3779 * gdb.rust/simple.exp: Test ptype of a slice.
3780
3781 2017-10-02 Tom Tromey <tom@tromey.com>
3782
3783 * gdb.rust/simple.exp: Test index of slice.
3784
3785 2017-09-27 Tom Tromey <tom@tromey.com>
3786
3787 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3788
3789 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3790 Pedro Alves <palves@redhat.com>
3791
3792 * gdb.base/compare-sections.exp (get value of read-only section): Read
3793 as unsigned value.
3794 (corrupt read-only section): Likewise and don't set written if patching
3795 failed.
3796
3797 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3798
3799 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3800 files.
3801
3802 2017-09-20 Pedro Alves <palves@redhat.com>
3803
3804 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3805 symbol names in gdb's output.
3806 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3807
3808 2017-09-20 Pedro Alves <palves@redhat.com>
3809
3810 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3811 Rename to ...
3812 (test_list_ambiguous_symbol): ... this and add a symbol name
3813 parameter. Adjust.
3814 (test_list_ambiguous_function): Reimplement on top of
3815 test_list_ambiguous_symbol and also test listing ambiguous
3816 variables.
3817 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3818 (ambiguous_fun): ... this.
3819 (ambiguous_var): New.
3820 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3821 (ambiguous_fun): ... this.
3822 (ambiguous_var): New.
3823
3824 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3825
3826 * gdb.base/starti.c: New file.
3827 * gdb.base/starti.exp: New file.
3828 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3829
3830 2017-09-14 Pedro Alves <palves@redhat.com>
3831
3832 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3833 (top level): Use it instead of runto.
3834
3835 2017-09-11 Tom Tromey <tom@tromey.com>
3836
3837 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3838
3839 2017-09-11 Tom Tromey <tom@tromey.com>
3840
3841 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3842 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3843
3844 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3845
3846 * gdb.fortran/printing-types.exp: New file.
3847 * gdb.fortran/printing-types.exp: New file.
3848
3849 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3850
3851 * gdb.fortran/vla-ptype.exp: Fix typos.
3852 * gdb.fortran/vla-value.exp: Same.
3853
3854 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3855
3856 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3857 * gdb.mi/mi-var-child-f.exp: Likewise.
3858 * gdb.mi/mi-vla-fortran.exp: Likewise.
3859
3860 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3861 Christoph Weinmann <christoph.t.weinmann@intel.com>
3862 Bernhard Heckel <bernhard.heckel@intel.com>
3863
3864 * gdb.fortran/ptr-indentation.f90: New file.
3865 * gdb.fortran/ptr-indentation.exp: New file.
3866
3867 2017-09-05 Tom Tromey <tom@tromey.com>
3868
3869 PR gdb/22010:
3870 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3871
3872 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3873
3874 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3875
3876 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3877
3878 * gdb.threads/tls-nodebug-pie.c: New file.
3879 * gdb.threads/tls-nodebug-pie.exp: New file.
3880
3881 2017-09-05 Tom Tromey <tom@tromey.com>
3882
3883 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3884 for rust.
3885
3886 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3887
3888 * gdb.multi/multi-arch-exec.exp: Test with different
3889 "follow-exec-mode" settings.
3890 (do_test): New procedure.
3891
3892 2017-09-04 Pedro Alves <palves@redhat.com>
3893
3894 * gdb.base/func-static.c (S::method const, S::method volatile)
3895 (S::method volatile const): New methods.
3896 (c_s, v_s, cv_s): New instances.
3897 (main): Call method() on them.
3898 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3899 (cannot_resolve): New procedure.
3900 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3901 print-quote-unquoted columns.
3902 (do_test): Test printing each scope too.
3903
3904 2017-09-04 Pedro Alves <palves@redhat.com>
3905
3906 * gdb.base/local-static.exp: Also test with
3907 class::method::variable wholly quoted.
3908 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3909
3910 2017-09-04 Pedro Alves <palves@redhat.com>
3911
3912 * gdb.base/local-static.c: New.
3913 * gdb.base/local-static.cc: New.
3914 * gdb.base/local-static.exp: New.
3915
3916 2017-09-04 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.asm/asm-source.exp: Add casts to int.
3919 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3920 (dataglobal64_1, dataglobal64_2): New globals.
3921 * gdb.base/nodebug.exp: Test different expressions involving the
3922 new globals, with print, whatis and ptype. Add casts to int.
3923 * gdb.base/solib-display.exp: Add casts to int.
3924 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3925 * gdb.cp/m-static.exp: Add cast to int.
3926 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3927 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3928 tls variable with no debug info without a cast. Test with a cast
3929 to int too.
3930 * gdb.trace/entry-values.exp: Add casts.
3931
3932 2017-09-04 Pedro Alves <palves@redhat.com>
3933
3934 * gdb.base/nodebug.exp: Test that ptype's error about functions
3935 with unknown return type includes the function name too.
3936
3937 2017-09-04 Pedro Alves <palves@redhat.com>
3938
3939 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3940 return type of munmap in infcall.
3941 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3942 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3943 type of ftell in infcall.
3944 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3945 type of getpid in infcall.
3946 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3947 infcall.
3948 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3949 Bail on failure to extract the pid.
3950 * gdb.base/nodebug.c: #include <stdint.h>.
3951 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3952 New functions.
3953 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3954 Change expected output of print/whatis/ptype with functions with
3955 no debug info. Test all supported languages. Call
3956 test_call_promotion.
3957 * gdb.compile/compile.exp: Adjust expected output to expect
3958 warning.
3959 * gdb.threads/siginfo-threads.exp: Likewise.
3960
3961 2017-09-04 Pedro Alves <palves@redhat.com>
3962
3963 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3964 "prototypes". Test calling float functions via prototyped and
3965 unprototyped function pointers.
3966 (perform_all_tests): New parameter "prototypes". Pass it down.
3967 (top level): Pass down "prototypes" parameter to
3968 perform_all_tests.
3969
3970 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3971
3972 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3973 Test with nested loops.
3974
3975 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3976
3977 * gdb.base/commands.exp: Call the new procedures.
3978 (loop_break_test, loop_continue_test): New procedures.
3979
3980 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3981
3982 * gdb.base/commands.exp: Call new procedure.
3983 (define_if_without_arg_test): New procedure.
3984
3985 2017-09-04 Pedro Alves <palves@redhat.com>
3986
3987 * gdb.base/list-ambiguous.exp: New file.
3988 * gdb.base/list-ambiguous0.c: New file.
3989 * gdb.base/list-ambiguous1.c: New file.
3990 * gdb.base/list.exp (test_list_range): Adjust expected output.
3991
3992 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3993
3994 * gdb.base/share-env-with-gdbserver.c: New file.
3995 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3996
3997 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3998
3999 * gdb.base/commands.exp (gdbvar_simple_if_test,
4000 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4001 progvar_simple_if_test, progvar_simple_while_test,
4002 progvar_complex_if_while_test, user_defined_command_test,
4003 user_defined_command_args_eval,
4004 user_defined_command_args_stack_test,
4005 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4006 temporary_breakpoint_commands,
4007 gdb_test_no_prompt, redefine_hook_test,
4008 redefine_backtrace_test): Remove "global gdb_prompt".
4009
4010 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4011
4012 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4013 New proc, call it from toplevel.
4014
4015 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4016
4017 PR remote/21852
4018 * gdb.server/normal.c: New file, copied from gdb.base.
4019 * gdb.server/run-without-local-binary.exp: New file.
4020
4021 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4022
4023 * gdb.arch/sparc64-adi.exp: New file.
4024 * gdb.arch/sparc64-adi.c: New file.
4025
4026 2017-08-22 Pedro Alves <palves@redhat.com>
4027
4028 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4029 (top level): Add "list all overloads" tests.
4030
4031 2017-08-22 Tom Tromey <tom@tromey.com>
4032
4033 * gdb.gdb/xfullpath.exp: Remove.
4034
4035 2017-08-21 Pedro Alves <palves@redhat.com>
4036
4037 PR gdb/19487
4038 * gdb.base/symbol-alias.c: New.
4039 * gdb.base/symbol-alias2.c: New.
4040 * gdb.base/symbol-alias.exp: New.
4041
4042 2017-08-21 Pedro Alves <palves@redhat.com>
4043
4044 * gdb.base/dfp-test.c
4045 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4046 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4047 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4048 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4049 * gdb.base/whatis-ptype-typedefs.c: New.
4050 * gdb.base/whatis-ptype-typedefs.exp: New.
4051 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4052 (an_int, an_int_type, an_int_type2): New globals.
4053 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4054 involving typedefs and cast expressions.
4055 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4056 (lookup_typedefs_function): New.
4057 (typedefs_pretty_printers_dict): New.
4058 (top level): Register lookup_typedefs_function in
4059 gdb.pretty_printers.
4060
4061 2017-08-18 Yao Qi <yao.qi@linaro.org>
4062
4063 * gdb.server/unittest.exp: New.
4064
4065 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4066
4067 PR gdb/21954
4068 * gdb.base/environ.exp: Add test to check if 'unset environment'
4069 works.
4070
4071 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4072
4073 * lib/gdb.exp (universal_compile_options): New caching proc.
4074 (gdb_compile): Suppress GCC's coloring of messages.
4075
4076 2017-08-14 Tom Tromey <tom@tromey.com>
4077
4078 PR gdb/21675:
4079 * gdb.base/printcmds.exp (test_radices): New function.
4080 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4081 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4082 * lib/gdb.exp (get_integer_valueof): Use p/d.
4083
4084 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4085
4086 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4087 characters.
4088
4089 2017-08-05 Tom Tromey <tom@tromey.com>
4090
4091 * gdb.rust/simple.exp: Allow String to appear in a different
4092 namespace.
4093
4094 2017-07-26 Yao Qi <yao.qi@linaro.org>
4095
4096 * gdb.gdb/unittest.exp: Invoke command
4097 "maintenance check xml-descriptions".
4098
4099 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4100
4101 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4102 calling context.
4103 (hex128): Drop erroneous calculation of parameters.
4104
4105 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4106
4107 * gdb.python/py-unwind.exp: Disable stack protection when
4108 building test file.
4109
4110 2017-07-20 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.base/default.exp (set language): Adjust expected output.
4113
4114 2017-07-20 Pedro Alves <palves@redhat.com>
4115
4116 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4117 (test_minsym): ... this, and make static.
4118 (get_pck__foo__bar__minsym): Rename to ...
4119 (get_test_minsym): ... this.
4120 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4121 symbol names and comments.
4122 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4123 (get_test_minsym): ... this.
4124 (pck__foo__bar__minsym__2): Rename to ...
4125 (test_minsym): ... this.
4126 (main): Adjust.
4127
4128 2017-07-17 Pedro Alves <palves@redhat.com>
4129
4130 * gdb.base/completion.exp: Adjust expected output.
4131 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4132 the completer works.
4133
4134 2017-07-17 Pedro Alves <palves@redhat.com>
4135
4136 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4137
4138 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4139
4140 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4141
4142 2017-07-14 Tom Tromey <tom@tromey.com>
4143
4144 PR rust/21764:
4145 * gdb.rust/simple.exp: Add tests.
4146
4147 2017-07-14 Tom Tromey <tom@tromey.com>
4148
4149 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4150
4151 2017-07-14 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.linespec/base/one/thefile.cc (z1): New function.
4154 * gdb.linespec/base/two/thefile.cc (z2): New function.
4155 * gdb.linespec/linespec.exp: Add tests.
4156
4157 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4158
4159 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4160 to mi_create_breakpoint.
4161
4162 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4163
4164 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4165 mi_create_breakpoint.
4166
4167 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4168
4169 * gdb.dlang/demangle.exp: Update for demangling changes.
4170
4171 2017-07-09 Tom Tromey <tom@tromey.com>
4172
4173 * gdb.dwarf2/shortpiece.exp: New file.
4174
4175 2017-07-06 David Blaikie <dblaikie@gmail.com>
4176
4177 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4178 built from fissiont-multi-cu{1,2}.c.
4179 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4180 except putting 'main' and 'func' in separate CUs in the same DWO file.
4181 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4182 test.
4183 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4184 test.
4185
4186 2017-07-06 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.python/py-unwind.exp: Test flushregs.
4189
4190 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4191
4192 PR cli/21688
4193 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4194 tests for alias commands and trailing whitespace.
4195
4196 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4197
4198 PR cli/21688
4199 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4200 procedure. Call it.
4201
4202 2017-06-29 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.base/printcmds.exp: Add tests.
4205
4206 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4207
4208 PR gdb/21337
4209 * gdb.base/reread-readsym.exp: New file.
4210 * gdb.base/reread-readsym.c: New file.
4211
4212 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4213
4214 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4215 subpattern.
4216
4217 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4218
4219 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4220 extended mnemonic.
4221 * gdb.arch/powerpc-power9.s: Likewise.
4222
4223 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4224
4225 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4226 on 32-bit x86 targets. Exploit is_*_target macros where
4227 appropriate.
4228
4229 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4230
4231 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4232 register pieces.
4233
4234 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4235
4236 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4237 located in one or more DWARF pieces.
4238
4239 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4240
4241 * lib/gdb.exp (get_endianness): New proc.
4242 * gdb.arch/aarch64-fp.exp: Use it.
4243 * gdb.arch/altivec-regs.exp: Likewise.
4244 * gdb.arch/e500-regs.exp: Likewise.
4245 * gdb.arch/vsx-regs.exp: Likewise.
4246 * gdb.base/dump.exp: Likewise.
4247 * gdb.base/funcargs.exp: Likewise.
4248 * gdb.base/gnu_vector.exp: Likewise.
4249 * gdb.dwarf2/formdata16.exp: Likewise.
4250 * gdb.dwarf2/implptrpiece.exp: Likewise.
4251 * gdb.dwarf2/nonvar-access.exp: Likewise.
4252 * gdb.python/py-inferior.exp: Likewise.
4253 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4254
4255 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4256
4257 PR gdb/21226
4258 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4259 stack value pieces are taken from the LSB end.
4260
4261 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4262
4263 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4264 variable at nonzero offset.
4265
4266 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4267
4268 * gdb.dwarf2/var-access.c: New file.
4269 * gdb.dwarf2/var-access.exp: New test.
4270 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4271
4272 2017-06-12 Tom Tromey <tom@tromey.com>
4273
4274 * gdb.dwarf2/formdata16.exp: Add tests.
4275
4276 2017-06-12 Tom Tromey <tom@tromey.com>
4277
4278 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4279
4280 2017-06-12 Tom Tromey <tom@tromey.com>
4281
4282 PR exp/16225:
4283 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4284 * gdb.arch/vsx-regs.exp: Update tests.
4285 * gdb.arch/s390-vregs.exp (hex128): New proc.
4286 Update test.
4287 * gdb.arch/altivec-regs.exp: Update tests.
4288
4289 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4290
4291 * gdb.base/startup-with-shell.c: New file.
4292 * gdb.base/startup-with-shell.exp: Likewise.
4293
4294 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4295
4296 * gdb.server/non-existing-program.exp: Update regex in order to
4297 reflect the fact that gdbserver is now using fork_inferior (with a
4298 shell) to startup the inferior.
4299
4300 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4301
4302 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4303 support function calls from GDB.
4304
4305 2017-05-21 Tom Tromey <tom@tromey.com>
4306
4307 PR rust/21466:
4308 * gdb.rust/unsized.exp: New file.
4309 * gdb.rust/unsized.rs: New file.
4310
4311 2017-05-19 Tom Tromey <tom@tromey.com>
4312
4313 PR rust/21484:
4314 * gdb.rust/watch.exp: New file.
4315 * gdb.rust/watch.rs: New file.
4316
4317 2017-05-18 Tom Tromey <tom@tromey.com>
4318
4319 * gdb.rust/simple.exp: Allow Box to be qualified.
4320
4321 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4322
4323 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4324
4325 2017-05-18 Pedro Alves <palves@redhat.com>
4326
4327 * gdb.base/fileio.c (test_write, test_read, test_close)
4328 (test_fstat): Don't print 'ret' in the fail path.
4329
4330 2017-05-18 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4333 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4334 (test_system, test_rename, test_unlink, test_time): Change
4335 prototypes.
4336 * gdb.base/fileio.exp (stop_msg): Adjust.
4337
4338 2017-05-18 Pedro Alves <palves@redhat.com>
4339
4340 * gdb.base/fileio.c (null_str): New global.
4341 (test_stat): Use it.
4342 * gdb.base/fileio.exp: Remove nowarnings.
4343
4344 2017-05-17 Yao Qi <yao.qi@linaro.org>
4345
4346 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4347
4348 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4349
4350 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4351 argument command.
4352 (top-level): Invoke test_set_inferior_tty.
4353
4354 2017-05-04 Pedro Alves <palves@redhat.com>
4355
4356 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4357 Add parens to print call for Python 3.
4358
4359 2017-05-03 Keith Seitz <keiths@redhat.com>
4360
4361 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4362 (main): Call it.
4363
4364 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4365
4366 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4367 to prev and next.
4368
4369 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4370
4371 * gdb.python/py-record-btrace.exp: Remove test for
4372 gdb.BtraceInstruction.error.
4373
4374 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4375
4376 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4377
4378 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4379
4380 * gdb.python/py-record-btrace-threads.c: New file.
4381 * gdb.python/py-record-btrace-threads.exp: New file.
4382
4383 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4384
4385 PR testsuite/8595
4386 * gdb.base/environ.exp: Make test available in all architectures.
4387 Move bits related to "info program" testing to
4388 gdb.base/info-program.exp. Rewrite tests to use the two new
4389 procedures mentione below.
4390 (test_set_show_env_var) New procedure.
4391 (test_set_show_env_var_equal): Likewise.
4392 * gdb.base/info-program.exp: New file.
4393
4394 2017-04-27 Keith Seitz <keiths@redhat.com>
4395
4396 * gdb.cp/oranking.cc (test15): New function.
4397 (main): Call test15 and declare additional variables for testing.
4398 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4399 "p foo101('abc')" tests.
4400 Add tests for cv qualifier overloads.
4401 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4402 "lvalue reference overload" test.
4403 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4404 "print value of f1 on Child&& in f2" test.
4405
4406 2017-04-19 Pedro Alves <palves@redhat.com>
4407
4408 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4409 procedure.
4410 (top level): Call it.
4411 * lib/gdb.exp (gdb_define_cmd): New procedure.
4412
4413 2017-04-12 Pedro Alves <palves@redhat.com>
4414
4415 PR gdb/21323
4416 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4417 (wchar): New global.
4418 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4419 (do_test_wide_char, wide_char_types_no_program, top level): Add
4420 wchar_t testing.
4421
4422 2017-04-12 Pedro Alves <palves@redhat.com>
4423
4424 PR c++/21323
4425 * gdb.cp/wide_char_types.c: New file.
4426 * gdb.cp/wide_char_types.exp: New file.
4427
4428 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4429
4430 PR gdb/21352
4431 * gdb.trace/tsv.exp: Add test for "tsave -r".
4432
4433 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4434
4435 * gdb.dlang/watch-loc.c: New file.
4436 * gdb.dlang/watch-loc.exp: New file.
4437
4438 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4439
4440 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4441
4442 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4443
4444 * gdb.arch/arc-analyze-prologue.S: New file.
4445 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4446
4447 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4448
4449 * gdb.arch/arc-decode-insn.S: New file.
4450 * gdb.arch/arc-decode-insn.exp: Likewise.
4451
4452 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4453
4454 PR tdep/20928
4455 * gdb.arch/sparc64-regs.exp: New file.
4456 * gdb.arch/sparc64-regs.S: Likewise.
4457
4458 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4459
4460 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4461 and memory view on Python 3.
4462
4463 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4464 Keith Seitz <keiths@redhat.com>
4465
4466 PR gdb/14441
4467 * gdb.cp/demangle.exp: Add rvalue reference tests.
4468 * gdb.cp/rvalue-ref-casts.cc: New file.
4469 * gdb.cp/rvalue-ref-casts.exp: New file.
4470 * gdb.cp/rvalue-ref-overload.cc: New file.
4471 * gdb.cp/rvalue-ref-overload.exp: New file.
4472 * gdb.cp/rvalue-ref-params.cc: New file.
4473 * gdb.cp/rvalue-ref-params.exp: New file.
4474 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4475 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4476 * gdb.cp/rvalue-ref-types.cc: New file.
4477 * gdb.cp/rvalue-ref-types.exp: New file.
4478 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4479 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4480
4481 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4482
4483 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4484 New procedure.
4485
4486 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4487
4488 * lib/mi-support.exp (mi_gdb_test): Add additional message
4489 for unexpected output.
4490
4491 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4492
4493 * gdb.base/examine-backward.c (Barrier): New character array
4494 constant, to ensure that TestStrings is preceded by a string
4495 terminator.
4496
4497 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4498
4499 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4500 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4501 and implicit pointer into such a location.
4502
4503 2017-03-16 Doug Evans <dje@google.com>
4504
4505 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4506
4507 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4508
4509 * gdb.cp/m-static.exp: Fix expectation for prototype of
4510 test5.single_constructor and single_constructor::single_constructor.
4511
4512 2017-03-16 Doug Evans <dje@google.com>
4513
4514 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4515 * gdb.guile/scm-lazy-string.c: New file.
4516 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4517 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4518 for pointer, array, typedef lazy strings.
4519
4520 2017-03-16 Doug Evans <dje@google.com>
4521
4522 PR python/17728, python/18439, python/18779
4523 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4524 * gdb.python/py-lazy-string.c (pointer): New typedef.
4525 (main): New locals ptr, array, typedef_ptr.
4526 * gdb.python/py-value.exp: Move lazy string tests to ...
4527 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4528 array, typedef lazy strings.
4529
4530 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4531
4532 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4533 Add optional 'test' parameter.
4534
4535 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4536
4537 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4538 Skip for versions of DejaGnu < 1.5.
4539
4540 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4541
4542 * lib/gdb.exp (dejagnu_version): New proc.
4543 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4544 Use dejagnu_version.
4545
4546 2017-03-10 Keith Seitz <keiths@redhat.com>
4547
4548 PR c++/8128
4549 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4550 type from destructor regexps.
4551 Add a branch which actually passes the test.
4552 Adjust "ptype t5i" test names.
4553
4554 2017-03-08 Pedro Alves <palves@redhat.com>
4555
4556 * gdb.base/step-over-exit.exp: Add explicit test message.
4557
4558 2017-03-08 Pedro Alves <palves@redhat.com>
4559
4560 PR gdb/18360
4561 * gdb.threads/interrupt-while-step-over.c: New file.
4562 * gdb.threads/interrupt-while-step-over.exp: New file.
4563
4564 2017-03-08 Pedro Alves <palves@redhat.com>
4565
4566 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4567 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4568
4569 2017-03-08 Pedro Alves <palves@redhat.com>
4570
4571 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4572 PKRU as not supported as a PASS.
4573
4574 2017-03-08 Pedro Alves <palves@redhat.com>
4575
4576 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4577 prefix instead of $binfile1/$binfile2.
4578 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4579 in test message.
4580 * gdb.python/py-completion.exp: Use "load python file" as test
4581 messages instead of unstable path names.
4582
4583 2017-03-08 Pedro Alves <palves@redhat.com>
4584 Jan Kratochvil <jan.kratochvil@redhat.com>
4585
4586 PR cli/21218
4587 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4588 New proc.
4589 (top level): Call it.
4590
4591 2017-03-08 Pedro Alves <palves@redhat.com>
4592
4593 PR tui/21216
4594 * gdb.tui/tui-nl-filtered-output.exp: New file.
4595
4596 2017-03-08 Pedro Alves <palves@redhat.com>
4597
4598 * gdb.base/completion.exp: Move TUI completion tests to ...
4599 * gdb.tui/completion.exp: ... this new file.
4600
4601 2017-03-08 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.base/tui-disasm-long-lines.c,
4604 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4605 gdb.base/tui-layout.exp: Move to ...
4606 * gdb.tui/: ... this new directory.
4607
4608 2017-03-07 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.base/tui-layout.c: New file.
4611 * gdb.base/tui-layout.exp: New file.
4612
4613 2017-03-07 Pedro Alves <palves@redhat.com>
4614
4615 * gdb.base/tui-layout.c: Rename to ...
4616 * gdb.base/tui-disasm-long-lines.c: ... this.
4617 * gdb.base/tui-layout.exp: Rename to ...
4618 * gdb.base/tui-disasm-long-lines.exp: ... this.
4619
4620 2017-03-07 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4623
4624 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4625
4626 * i386-mpx-call.c: New file.
4627 * i386-mpx-call.exp: New file.
4628
4629 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4630
4631 * gdb.arch/powerpc-power.exp: Delete test.
4632 * gdb.arch/powerpc-power.s: Likewise.
4633 * gdb.disasm/disassembler-options.exp: New test.
4634 * gdb.arch/powerpc-altivec.exp: Likewise.
4635 * gdb.arch/powerpc-altivec.s: Likewise.
4636 * gdb.arch/powerpc-altivec2.exp: Likewise.
4637 * gdb.arch/powerpc-altivec2.s: Likewise.
4638 * gdb.arch/powerpc-altivec3.exp: Likewise.
4639 * gdb.arch/powerpc-altivec3.s: Likewise.
4640 * gdb.arch/powerpc-power7.exp: Likewise.
4641 * gdb.arch/powerpc-power7.s: Likewise.
4642 * gdb.arch/powerpc-power8.exp: Likewise.
4643 * gdb.arch/powerpc-power8.s: Likewise.
4644 * gdb.arch/powerpc-power9.exp: Likewise.
4645 * gdb.arch/powerpc-power9.s: Likewise.
4646 * gdb.arch/powerpc-vsx.exp: Likewise.
4647 * gdb.arch/powerpc-vsx.s: Likewise.
4648 * gdb.arch/powerpc-vsx2.exp: Likewise.
4649 * gdb.arch/powerpc-vsx2.s: Likewise.
4650 * gdb.arch/powerpc-vsx3.exp: Likewise.
4651 * gdb.arch/powerpc-vsx3.s: Likewise.
4652 * gdb.arch/arm-disassembler-options.exp: Likewise.
4653 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4654 * gdb.arch/s390-disassembler-options.exp: Likewise.
4655
4656 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
4657
4658 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4659 (check_supported_features): ... this. Changed return type to void.
4660 (supports_rdseed): New static global.
4661 (rdseed): Check supports_rdseed.
4662 (initialize): Call check_supported_features.
4663
4664 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4665
4666 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4667 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4668 and lqarx/stqcx.
4669 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4670 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4671
4672 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4673
4674 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4675 uppercase.
4676
4677 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4678
4679 * gdb.dwarf2/formdata16.c: New file.
4680 * gdb.dwarf2/formdata16.exp: New file.
4681 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4682
4683 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4684
4685 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4686 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4687 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4688 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4689 DW_AT_GNU_*.
4690
4691 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4692
4693 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4694
4695 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4696
4697 PR gdb/21164
4698 * gdb.base/maint.exp: Add testcases for when the commands do
4699 not have arguments.
4700
4701 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4702
4703 * gdb.cp/chained-calls.exp: Use p instead of P.
4704
4705 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4706
4707 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4708 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4709
4710 2017-02-14 Tom Tromey <tom@tromey.com>
4711
4712 PR python/13598:
4713 * gdb.python/py-events.exp: Add before_prompt event tests.
4714
4715 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4716
4717 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4718
4719 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4720
4721 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4722 (main): Call my_unique_function_name.
4723 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4724 completion of patterns with a single match.
4725 Add missing -re switches to gdb_test_multiple calls.
4726
4727 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4728
4729 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4730 return if core file is not recognized.
4731
4732 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4733
4734 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4735 and extra UIs.
4736
4737 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4738
4739 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4740 proc_with_prefix.
4741
4742 2017-02-10 Tom Tromey <tom@tromey.com>
4743
4744 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4745
4746 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
4747
4748 PR gdb/21122
4749 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4750
4751 2017-02-08 Jerome Guitton <guitton@adacore.com>
4752
4753 * gdb.base/define.exp: Add test for command abbreviations
4754 in define.
4755
4756 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
4757
4758 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4759 * gdb.reverse/insn-reverse-x86.c: New file.
4760
4761 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4762
4763 PR tdep/20936
4764 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4765
4766 2017-02-03 Tom Tromey <tom@tromey.com>
4767
4768 PR rust/21097:
4769 * gdb.rust/simple.exp: Add new tests.
4770
4771 2017-02-02 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4774 tests.
4775
4776 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4777
4778 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4779 taking a 2-byte value out of a 4-byte DWARF implicit value on
4780 big-endian targets.
4781 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4782 logic. Add test cases for DW_OP_implicit.
4783
4784 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4785
4786 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4787
4788 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4789
4790 * gdb.btrace/enable.exp: Call gdb_exit before
4791 skip_gdbserver_tests.
4792
4793 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4794
4795 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4796 GDBFLAGS.
4797
4798 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4799
4800 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4801 the test is skipped.
4802 * gdb.btrace/data.exp: Likewise.
4803 * gdb.btrace/delta.exp: Likewise.
4804 * gdb.btrace/dlopen.exp: Likewise.
4805 * gdb.btrace/enable-running.exp: Likewise.
4806 * gdb.btrace/enable.exp: Likewise.
4807 * gdb.btrace/exception.exp: Likewise.
4808 * gdb.btrace/function_call_history.exp: Likewise.
4809 * gdb.btrace/gcore.exp: Likewise.
4810 * gdb.btrace/instruction_history.exp: Likewise.
4811 * gdb.btrace/multi-thread-step.exp: Likewise.
4812 * gdb.btrace/nohist.exp: Likewise.
4813 * gdb.btrace/non-stop.exp: Likewise.
4814 * gdb.btrace/reconnect.exp: Likewise.
4815 * gdb.btrace/record_goto-step.exp: Likewise.
4816 * gdb.btrace/record_goto.exp: Likewise.
4817 * gdb.btrace/rn-dl-bind.exp: Likewise.
4818 * gdb.btrace/segv.exp: Likewise.
4819 * gdb.btrace/step.exp: Likewise.
4820 * gdb.btrace/stepi.exp: Likewise.
4821 * gdb.btrace/tailcall-only.exp: Likewise.
4822 * gdb.btrace/tailcall.exp: Likewise.
4823 * gdb.btrace/tsx.exp: Likewise.
4824 * gdb.btrace/unknown_functions.exp: Likewise.
4825 * gdb.btrace/vdso.exp: Likewise.
4826
4827 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4828
4829 * gdb.btrace/enable-running.c: New.
4830 * gdb.btrace/enable-running.exp: New.
4831
4832 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4833
4834 * gdb.arch/amd64-gs_base.c: New file.
4835 * gdb.arch/amd64-gs_base.exp: New file.
4836
4837 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4838
4839 * lib/memory.exp: Remove spurious empty newlines.
4840
4841 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4842
4843 * gdb.python/py-bad-printers.exp: Load python file using "source".
4844 * gdb.python/py-events.exp: Likewise.
4845 * gdb.python/py-evsignal.exp: Likewise.
4846 * gdb.python/py-evthreads.exp: Likewise.
4847 * gdb.python/py-frame-args.exp: Likewise.
4848 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4849 * gdb.python/py-framefilter-mi.exp: Likewise.
4850 * gdb.python/py-framefilter.exp: Likewise.
4851 * gdb.python/py-mi.exp: Likewise.
4852 * gdb.python/py-pp-maint.exp: Likewise.
4853 * gdb.python/py-pp-registration.exp: Likewise.
4854 * gdb.python/py-prettyprint.exp: Likewise.
4855 (run_lang_tests): Likewise.
4856 * gdb.python/py-typeprint.exp: Likewise.
4857
4858 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4859
4860 * lib/memory.exp: New file.
4861 * lib/gdb.exp: Load memory.exp.
4862 * gdb.base/memattr.exp (delete_memory): Move proc to
4863 lib/memory.exp and rename to delete_memory_regions.
4864 Replace delete_memory with delete_memory_regions.
4865 Cleanup memory regions before tests.
4866 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4867 before tests.
4868
4869 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4870
4871 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4872 files.
4873 (initialize): New function conditionally defined.
4874 (testcases): Move within conditional block.
4875 (main): Call initialize.
4876 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4877 of gdb.reverse/insn-reverse.c.
4878 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4879 gdb.reverse/insn-reverse.c.
4880
4881 2017-01-26 Yao Qi <yao.qi@linaro.org>
4882
4883 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4884 disassemble on address 0.
4885
4886 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4887 Yao Qi <yao.qi@linaro.org>
4888
4889 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4890 * gdb.dwarf2/implptr-64bit.S: Remove.
4891 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4892 variables in caller's context. Add DW_OP_implicit_value.
4893
4894 2017-01-25 Yao Qi <yao.qi@linaro.org>
4895
4896 * lib/dwarf.exp (Dwarf::_location): Handle
4897 DW_OP_GNU_implicit_pointer with proper size.
4898
4899 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4900
4901 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4902 and add untested calls.
4903
4904 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4905
4906 * gdb.python/python.exp: Check line number against what GDB thinks
4907 the line number is for func1.
4908
4909 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4910
4911 * gdb.dlang/debug-expr.exp: New file.
4912
4913 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4914
4915 Fix test names for the following files:
4916
4917 * gdb.ada/exec_changed.exp
4918 * gdb.ada/info_types.exp
4919 * gdb.arch/aarch64-atomic-inst.exp
4920 * gdb.arch/aarch64-fp.exp
4921 * gdb.arch/altivec-abi.exp
4922 * gdb.arch/altivec-regs.exp
4923 * gdb.arch/amd64-byte.exp
4924 * gdb.arch/amd64-disp-step.exp
4925 * gdb.arch/amd64-dword.exp
4926 * gdb.arch/amd64-entry-value-inline.exp
4927 * gdb.arch/amd64-entry-value-param.exp
4928 * gdb.arch/amd64-entry-value-paramref.exp
4929 * gdb.arch/amd64-entry-value.exp
4930 * gdb.arch/amd64-i386-address.exp
4931 * gdb.arch/amd64-invalid-stack-middle.exp
4932 * gdb.arch/amd64-invalid-stack-top.exp
4933 * gdb.arch/amd64-optimout-repeat.exp
4934 * gdb.arch/amd64-prologue-skip.exp
4935 * gdb.arch/amd64-prologue-xmm.exp
4936 * gdb.arch/amd64-stap-special-operands.exp
4937 * gdb.arch/amd64-stap-wrong-subexp.exp
4938 * gdb.arch/amd64-tailcall-cxx.exp
4939 * gdb.arch/amd64-tailcall-noret.exp
4940 * gdb.arch/amd64-tailcall-ret.exp
4941 * gdb.arch/amd64-tailcall-self.exp
4942 * gdb.arch/amd64-word.exp
4943 * gdb.arch/arm-bl-branch-dest.exp
4944 * gdb.arch/arm-disp-step.exp
4945 * gdb.arch/arm-neon.exp
4946 * gdb.arch/arm-single-step-kernel-helper.exp
4947 * gdb.arch/avr-flash-qualifier.exp
4948 * gdb.arch/disp-step-insn-reloc.exp
4949 * gdb.arch/e500-abi.exp
4950 * gdb.arch/e500-regs.exp
4951 * gdb.arch/ftrace-insn-reloc.exp
4952 * gdb.arch/i386-avx512.exp
4953 * gdb.arch/i386-bp_permanent.exp
4954 * gdb.arch/i386-byte.exp
4955 * gdb.arch/i386-cfi-notcurrent.exp
4956 * gdb.arch/i386-disp-step.exp
4957 * gdb.arch/i386-dr3-watch.exp
4958 * gdb.arch/i386-float.exp
4959 * gdb.arch/i386-gnu-cfi.exp
4960 * gdb.arch/i386-mpx-map.exp
4961 * gdb.arch/i386-mpx-sigsegv.exp
4962 * gdb.arch/i386-mpx-simple_segv.exp
4963 * gdb.arch/i386-mpx.exp
4964 * gdb.arch/i386-permbkpt.exp
4965 * gdb.arch/i386-prologue.exp
4966 * gdb.arch/i386-signal.exp
4967 * gdb.arch/i386-size-overlap.exp
4968 * gdb.arch/i386-unwind.exp
4969 * gdb.arch/i386-word.exp
4970 * gdb.arch/mips-fcr.exp
4971 * gdb.arch/powerpc-d128-regs.exp
4972 * gdb.arch/powerpc-stackless.exp
4973 * gdb.arch/ppc64-atomic-inst.exp
4974 * gdb.arch/s390-stackless.exp
4975 * gdb.arch/s390-tdbregs.exp
4976 * gdb.arch/s390-vregs.exp
4977 * gdb.arch/sparc-sysstep.exp
4978 * gdb.arch/thumb-bx-pc.exp
4979 * gdb.arch/thumb-singlestep.exp
4980 * gdb.arch/thumb2-it.exp
4981 * gdb.arch/vsx-regs.exp
4982 * gdb.asm/asm-source.exp
4983 * gdb.base/a2-run.exp
4984 * gdb.base/advance.exp
4985 * gdb.base/all-bin.exp
4986 * gdb.base/anon.exp
4987 * gdb.base/args.exp
4988 * gdb.base/arithmet.exp
4989 * gdb.base/async-shell.exp
4990 * gdb.base/async.exp
4991 * gdb.base/attach-pie-noexec.exp
4992 * gdb.base/attach-twice.exp
4993 * gdb.base/auto-load.exp
4994 * gdb.base/bang.exp
4995 * gdb.base/bitfields.exp
4996 * gdb.base/break-always.exp
4997 * gdb.base/break-caller-line.exp
4998 * gdb.base/break-entry.exp
4999 * gdb.base/break-inline.exp
5000 * gdb.base/break-on-linker-gcd-function.exp
5001 * gdb.base/break-probes.exp
5002 * gdb.base/break.exp
5003 * gdb.base/breakpoint-shadow.exp
5004 * gdb.base/call-ar-st.exp
5005 * gdb.base/call-sc.exp
5006 * gdb.base/call-signal-resume.exp
5007 * gdb.base/call-strs.exp
5008 * gdb.base/callfuncs.exp
5009 * gdb.base/catch-fork-static.exp
5010 * gdb.base/catch-gdb-caused-signals.exp
5011 * gdb.base/catch-load.exp
5012 * gdb.base/catch-signal-fork.exp
5013 * gdb.base/catch-signal.exp
5014 * gdb.base/catch-syscall.exp
5015 * gdb.base/charset.exp
5016 * gdb.base/checkpoint.exp
5017 * gdb.base/chng-syms.exp
5018 * gdb.base/code-expr.exp
5019 * gdb.base/code_elim.exp
5020 * gdb.base/commands.exp
5021 * gdb.base/completion.exp
5022 * gdb.base/complex.exp
5023 * gdb.base/cond-expr.exp
5024 * gdb.base/condbreak.exp
5025 * gdb.base/consecutive.exp
5026 * gdb.base/continue-all-already-running.exp
5027 * gdb.base/coredump-filter.exp
5028 * gdb.base/corefile.exp
5029 * gdb.base/dbx.exp
5030 * gdb.base/debug-expr.exp
5031 * gdb.base/define.exp
5032 * gdb.base/del.exp
5033 * gdb.base/disabled-location.exp
5034 * gdb.base/disasm-end-cu.exp
5035 * gdb.base/disasm-optim.exp
5036 * gdb.base/display.exp
5037 * gdb.base/duplicate-bp.exp
5038 * gdb.base/ena-dis-br.exp
5039 * gdb.base/ending-run.exp
5040 * gdb.base/enumval.exp
5041 * gdb.base/environ.exp
5042 * gdb.base/eu-strip-infcall.exp
5043 * gdb.base/eval-avoid-side-effects.exp
5044 * gdb.base/eval-skip.exp
5045 * gdb.base/exitsignal.exp
5046 * gdb.base/expand-psymtabs.exp
5047 * gdb.base/filesym.exp
5048 * gdb.base/find-unmapped.exp
5049 * gdb.base/finish.exp
5050 * gdb.base/float.exp
5051 * gdb.base/foll-exec-mode.exp
5052 * gdb.base/foll-exec.exp
5053 * gdb.base/foll-fork.exp
5054 * gdb.base/fortran-sym-case.exp
5055 * gdb.base/freebpcmd.exp
5056 * gdb.base/func-ptr.exp
5057 * gdb.base/func-ptrs.exp
5058 * gdb.base/funcargs.exp
5059 * gdb.base/gcore-buffer-overflow.exp
5060 * gdb.base/gcore-relro-pie.exp
5061 * gdb.base/gcore-relro.exp
5062 * gdb.base/gcore.exp
5063 * gdb.base/gdb1090.exp
5064 * gdb.base/gdb11530.exp
5065 * gdb.base/gdb11531.exp
5066 * gdb.base/gdb1821.exp
5067 * gdb.base/gdbindex-stabs.exp
5068 * gdb.base/gdbvars.exp
5069 * gdb.base/hbreak.exp
5070 * gdb.base/hbreak2.exp
5071 * gdb.base/included.exp
5072 * gdb.base/infcall-input.exp
5073 * gdb.base/inferior-died.exp
5074 * gdb.base/infnan.exp
5075 * gdb.base/info-macros.exp
5076 * gdb.base/info-os.exp
5077 * gdb.base/info-proc.exp
5078 * gdb.base/info-shared.exp
5079 * gdb.base/info-target.exp
5080 * gdb.base/infoline.exp
5081 * gdb.base/interp.exp
5082 * gdb.base/interrupt.exp
5083 * gdb.base/jit-reader.exp
5084 * gdb.base/jit-simple.exp
5085 * gdb.base/kill-after-signal.exp
5086 * gdb.base/kill-detach-inferiors-cmd.exp
5087 * gdb.base/label.exp
5088 * gdb.base/langs.exp
5089 * gdb.base/ldbl_e308.exp
5090 * gdb.base/line-symtabs.exp
5091 * gdb.base/linespecs.exp
5092 * gdb.base/list.exp
5093 * gdb.base/long_long.exp
5094 * gdb.base/longest-types.exp
5095 * gdb.base/maint.exp
5096 * gdb.base/max-value-size.exp
5097 * gdb.base/memattr.exp
5098 * gdb.base/mips_pro.exp
5099 * gdb.base/morestack.exp
5100 * gdb.base/moribund-step.exp
5101 * gdb.base/multi-forks.exp
5102 * gdb.base/nested-addr.exp
5103 * gdb.base/nextoverexit.exp
5104 * gdb.base/noreturn-finish.exp
5105 * gdb.base/noreturn-return.exp
5106 * gdb.base/nostdlib.exp
5107 * gdb.base/offsets.exp
5108 * gdb.base/opaque.exp
5109 * gdb.base/pc-fp.exp
5110 * gdb.base/permissions.exp
5111 * gdb.base/print-symbol-loading.exp
5112 * gdb.base/prologue-include.exp
5113 * gdb.base/psymtab.exp
5114 * gdb.base/ptype.exp
5115 * gdb.base/random-signal.exp
5116 * gdb.base/randomize.exp
5117 * gdb.base/range-stepping.exp
5118 * gdb.base/readline-ask.exp
5119 * gdb.base/recpar.exp
5120 * gdb.base/recurse.exp
5121 * gdb.base/relational.exp
5122 * gdb.base/restore.exp
5123 * gdb.base/return-nodebug.exp
5124 * gdb.base/return.exp
5125 * gdb.base/run-after-attach.exp
5126 * gdb.base/save-bp.exp
5127 * gdb.base/scope.exp
5128 * gdb.base/sect-cmd.exp
5129 * gdb.base/set-lang-auto.exp
5130 * gdb.base/set-noassign.exp
5131 * gdb.base/setvar.exp
5132 * gdb.base/sigall.exp
5133 * gdb.base/sigbpt.exp
5134 * gdb.base/siginfo-addr.exp
5135 * gdb.base/siginfo-infcall.exp
5136 * gdb.base/siginfo-obj.exp
5137 * gdb.base/siginfo.exp
5138 * gdb.base/signals-state-child.exp
5139 * gdb.base/signest.exp
5140 * gdb.base/sigstep.exp
5141 * gdb.base/sizeof.exp
5142 * gdb.base/skip.exp
5143 * gdb.base/solib-corrupted.exp
5144 * gdb.base/solib-nodir.exp
5145 * gdb.base/solib-search.exp
5146 * gdb.base/stack-checking.exp
5147 * gdb.base/stale-infcall.exp
5148 * gdb.base/stap-probe.exp
5149 * gdb.base/start.exp
5150 * gdb.base/step-break.exp
5151 * gdb.base/step-bt.exp
5152 * gdb.base/step-line.exp
5153 * gdb.base/step-over-exit.exp
5154 * gdb.base/step-over-syscall.exp
5155 * gdb.base/step-resume-infcall.exp
5156 * gdb.base/step-test.exp
5157 * gdb.base/store.exp
5158 * gdb.base/structs3.exp
5159 * gdb.base/sym-file.exp
5160 * gdb.base/symbol-without-target_section.exp
5161 * gdb.base/term.exp
5162 * gdb.base/testenv.exp
5163 * gdb.base/ui-redirect.exp
5164 * gdb.base/until.exp
5165 * gdb.base/unwindonsignal.exp
5166 * gdb.base/value-double-free.exp
5167 * gdb.base/vla-datatypes.exp
5168 * gdb.base/vla-ptr.exp
5169 * gdb.base/vla-sideeffect.exp
5170 * gdb.base/volatile.exp
5171 * gdb.base/watch-cond-infcall.exp
5172 * gdb.base/watch-cond.exp
5173 * gdb.base/watch-non-mem.exp
5174 * gdb.base/watch-read.exp
5175 * gdb.base/watch-vfork.exp
5176 * gdb.base/watchpoint-cond-gone.exp
5177 * gdb.base/watchpoint-delete.exp
5178 * gdb.base/watchpoint-hw-hit-once.exp
5179 * gdb.base/watchpoint-hw.exp
5180 * gdb.base/watchpoint-stops-at-right-insn.exp
5181 * gdb.base/watchpoints.exp
5182 * gdb.base/wchar.exp
5183 * gdb.base/whatis-exp.exp
5184 * gdb.btrace/buffer-size.exp
5185 * gdb.btrace/data.exp
5186 * gdb.btrace/delta.exp
5187 * gdb.btrace/dlopen.exp
5188 * gdb.btrace/enable.exp
5189 * gdb.btrace/exception.exp
5190 * gdb.btrace/function_call_history.exp
5191 * gdb.btrace/gcore.exp
5192 * gdb.btrace/instruction_history.exp
5193 * gdb.btrace/nohist.exp
5194 * gdb.btrace/reconnect.exp
5195 * gdb.btrace/record_goto-step.exp
5196 * gdb.btrace/record_goto.exp
5197 * gdb.btrace/rn-dl-bind.exp
5198 * gdb.btrace/segv.exp
5199 * gdb.btrace/step.exp
5200 * gdb.btrace/stepi.exp
5201 * gdb.btrace/tailcall-only.exp
5202 * gdb.btrace/tailcall.exp
5203 * gdb.btrace/tsx.exp
5204 * gdb.btrace/unknown_functions.exp
5205 * gdb.btrace/vdso.exp
5206 * gdb.compile/compile-ifunc.exp
5207 * gdb.compile/compile-ops.exp
5208 * gdb.compile/compile-print.exp
5209 * gdb.compile/compile-setjmp.exp
5210 * gdb.cp/abstract-origin.exp
5211 * gdb.cp/ambiguous.exp
5212 * gdb.cp/annota2.exp
5213 * gdb.cp/annota3.exp
5214 * gdb.cp/anon-ns.exp
5215 * gdb.cp/anon-struct.exp
5216 * gdb.cp/anon-union.exp
5217 * gdb.cp/arg-reference.exp
5218 * gdb.cp/baseenum.exp
5219 * gdb.cp/bool.exp
5220 * gdb.cp/breakpoint.exp
5221 * gdb.cp/bs15503.exp
5222 * gdb.cp/call-c.exp
5223 * gdb.cp/casts.exp
5224 * gdb.cp/chained-calls.exp
5225 * gdb.cp/class2.exp
5226 * gdb.cp/classes.exp
5227 * gdb.cp/cmpd-minsyms.exp
5228 * gdb.cp/converts.exp
5229 * gdb.cp/cp-relocate.exp
5230 * gdb.cp/cpcompletion.exp
5231 * gdb.cp/cpexprs.exp
5232 * gdb.cp/cplabel.exp
5233 * gdb.cp/cplusfuncs.exp
5234 * gdb.cp/cpsizeof.exp
5235 * gdb.cp/ctti.exp
5236 * gdb.cp/derivation.exp
5237 * gdb.cp/destrprint.exp
5238 * gdb.cp/dispcxx.exp
5239 * gdb.cp/enum-class.exp
5240 * gdb.cp/exception.exp
5241 * gdb.cp/exceptprint.exp
5242 * gdb.cp/expand-psymtabs-cxx.exp
5243 * gdb.cp/expand-sals.exp
5244 * gdb.cp/extern-c.exp
5245 * gdb.cp/filename.exp
5246 * gdb.cp/formatted-ref.exp
5247 * gdb.cp/fpointer.exp
5248 * gdb.cp/gdb1355.exp
5249 * gdb.cp/gdb2495.exp
5250 * gdb.cp/hang.exp
5251 * gdb.cp/impl-this.exp
5252 * gdb.cp/infcall-dlopen.exp
5253 * gdb.cp/inherit.exp
5254 * gdb.cp/iostream.exp
5255 * gdb.cp/koenig.exp
5256 * gdb.cp/local.exp
5257 * gdb.cp/m-data.exp
5258 * gdb.cp/m-static.exp
5259 * gdb.cp/mb-ctor.exp
5260 * gdb.cp/mb-inline.exp
5261 * gdb.cp/mb-templates.exp
5262 * gdb.cp/member-name.exp
5263 * gdb.cp/member-ptr.exp
5264 * gdb.cp/meth-typedefs.exp
5265 * gdb.cp/method.exp
5266 * gdb.cp/method2.exp
5267 * gdb.cp/minsym-fallback.exp
5268 * gdb.cp/misc.exp
5269 * gdb.cp/namelessclass.exp
5270 * gdb.cp/namespace-enum.exp
5271 * gdb.cp/namespace-nested-import.exp
5272 * gdb.cp/namespace.exp
5273 * gdb.cp/nextoverthrow.exp
5274 * gdb.cp/no-dmgl-verbose.exp
5275 * gdb.cp/non-trivial-retval.exp
5276 * gdb.cp/noparam.exp
5277 * gdb.cp/nsdecl.exp
5278 * gdb.cp/nsimport.exp
5279 * gdb.cp/nsnested.exp
5280 * gdb.cp/nsnoimports.exp
5281 * gdb.cp/nsrecurs.exp
5282 * gdb.cp/nsstress.exp
5283 * gdb.cp/nsusing.exp
5284 * gdb.cp/operator.exp
5285 * gdb.cp/oranking.exp
5286 * gdb.cp/overload-const.exp
5287 * gdb.cp/overload.exp
5288 * gdb.cp/ovldbreak.exp
5289 * gdb.cp/ovsrch.exp
5290 * gdb.cp/paren-type.exp
5291 * gdb.cp/parse-lang.exp
5292 * gdb.cp/pass-by-ref.exp
5293 * gdb.cp/pr-1023.exp
5294 * gdb.cp/pr-1210.exp
5295 * gdb.cp/pr-574.exp
5296 * gdb.cp/pr10687.exp
5297 * gdb.cp/pr12028.exp
5298 * gdb.cp/pr17132.exp
5299 * gdb.cp/pr17494.exp
5300 * gdb.cp/pr9067.exp
5301 * gdb.cp/pr9167.exp
5302 * gdb.cp/pr9631.exp
5303 * gdb.cp/printmethod.exp
5304 * gdb.cp/psmang.exp
5305 * gdb.cp/psymtab-parameter.exp
5306 * gdb.cp/ptype-cv-cp.exp
5307 * gdb.cp/ptype-flags.exp
5308 * gdb.cp/re-set-overloaded.exp
5309 * gdb.cp/ref-types.exp
5310 * gdb.cp/rtti.exp
5311 * gdb.cp/scope-err.exp
5312 * gdb.cp/shadow.exp
5313 * gdb.cp/smartp.exp
5314 * gdb.cp/static-method.exp
5315 * gdb.cp/static-print-quit.exp
5316 * gdb.cp/temargs.exp
5317 * gdb.cp/templates.exp
5318 * gdb.cp/try_catch.exp
5319 * gdb.cp/typedef-operator.exp
5320 * gdb.cp/typeid.exp
5321 * gdb.cp/userdef.exp
5322 * gdb.cp/using-crash.exp
5323 * gdb.cp/var-tag.exp
5324 * gdb.cp/virtbase.exp
5325 * gdb.cp/virtfunc.exp
5326 * gdb.cp/virtfunc2.exp
5327 * gdb.cp/vla-cxx.exp
5328 * gdb.disasm/t01_mov.exp
5329 * gdb.disasm/t02_mova.exp
5330 * gdb.disasm/t03_add.exp
5331 * gdb.disasm/t04_sub.exp
5332 * gdb.disasm/t05_cmp.exp
5333 * gdb.disasm/t06_ari2.exp
5334 * gdb.disasm/t07_ari3.exp
5335 * gdb.disasm/t08_or.exp
5336 * gdb.disasm/t09_xor.exp
5337 * gdb.disasm/t10_and.exp
5338 * gdb.disasm/t11_logs.exp
5339 * gdb.disasm/t12_bit.exp
5340 * gdb.disasm/t13_otr.exp
5341 * gdb.dlang/circular.exp
5342 * gdb.dwarf2/arr-stride.exp
5343 * gdb.dwarf2/arr-subrange.exp
5344 * gdb.dwarf2/atomic-type.exp
5345 * gdb.dwarf2/bad-regnum.exp
5346 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5347 * gdb.dwarf2/callframecfa.exp
5348 * gdb.dwarf2/clztest.exp
5349 * gdb.dwarf2/corrupt.exp
5350 * gdb.dwarf2/data-loc.exp
5351 * gdb.dwarf2/dup-psym.exp
5352 * gdb.dwarf2/dw2-anon-mptr.exp
5353 * gdb.dwarf2/dw2-anonymous-func.exp
5354 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5355 * gdb.dwarf2/dw2-bad-unresolved.exp
5356 * gdb.dwarf2/dw2-basic.exp
5357 * gdb.dwarf2/dw2-canonicalize-type.exp
5358 * gdb.dwarf2/dw2-case-insensitive.exp
5359 * gdb.dwarf2/dw2-common-block.exp
5360 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5361 * gdb.dwarf2/dw2-compressed.exp
5362 * gdb.dwarf2/dw2-const.exp
5363 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5364 * gdb.dwarf2/dw2-cu-size.exp
5365 * gdb.dwarf2/dw2-dup-frame.exp
5366 * gdb.dwarf2/dw2-entry-value.exp
5367 * gdb.dwarf2/dw2-icycle.exp
5368 * gdb.dwarf2/dw2-ifort-parameter.exp
5369 * gdb.dwarf2/dw2-inline-break.exp
5370 * gdb.dwarf2/dw2-inline-param.exp
5371 * gdb.dwarf2/dw2-intercu.exp
5372 * gdb.dwarf2/dw2-intermix.exp
5373 * gdb.dwarf2/dw2-lexical-block-bare.exp
5374 * gdb.dwarf2/dw2-linkage-name-trust.exp
5375 * gdb.dwarf2/dw2-minsym-in-cu.exp
5376 * gdb.dwarf2/dw2-noloc.exp
5377 * gdb.dwarf2/dw2-op-call.exp
5378 * gdb.dwarf2/dw2-op-out-param.exp
5379 * gdb.dwarf2/dw2-opt-structptr.exp
5380 * gdb.dwarf2/dw2-param-error.exp
5381 * gdb.dwarf2/dw2-producer.exp
5382 * gdb.dwarf2/dw2-ranges-base.exp
5383 * gdb.dwarf2/dw2-ref-missing-frame.exp
5384 * gdb.dwarf2/dw2-reg-undefined.exp
5385 * gdb.dwarf2/dw2-regno-invalid.exp
5386 * gdb.dwarf2/dw2-restore.exp
5387 * gdb.dwarf2/dw2-restrict.exp
5388 * gdb.dwarf2/dw2-single-line-discriminators.exp
5389 * gdb.dwarf2/dw2-strp.exp
5390 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5391 * gdb.dwarf2/dw2-unresolved.exp
5392 * gdb.dwarf2/dw2-var-zero-addr.exp
5393 * gdb.dwarf2/dw4-sig-types.exp
5394 * gdb.dwarf2/dwz.exp
5395 * gdb.dwarf2/dynarr-ptr.exp
5396 * gdb.dwarf2/enum-type.exp
5397 * gdb.dwarf2/gdb-index.exp
5398 * gdb.dwarf2/implptr-64bit.exp
5399 * gdb.dwarf2/implptr-optimized-out.exp
5400 * gdb.dwarf2/implptr.exp
5401 * gdb.dwarf2/implref-array.exp
5402 * gdb.dwarf2/implref-const.exp
5403 * gdb.dwarf2/implref-global.exp
5404 * gdb.dwarf2/implref-struct.exp
5405 * gdb.dwarf2/mac-fileno.exp
5406 * gdb.dwarf2/main-subprogram.exp
5407 * gdb.dwarf2/member-ptr-forwardref.exp
5408 * gdb.dwarf2/method-ptr.exp
5409 * gdb.dwarf2/missing-sig-type.exp
5410 * gdb.dwarf2/nonvar-access.exp
5411 * gdb.dwarf2/opaque-type-lookup.exp
5412 * gdb.dwarf2/pieces-optimized-out.exp
5413 * gdb.dwarf2/pieces.exp
5414 * gdb.dwarf2/pr10770.exp
5415 * gdb.dwarf2/pr13961.exp
5416 * gdb.dwarf2/staticvirtual.exp
5417 * gdb.dwarf2/subrange.exp
5418 * gdb.dwarf2/symtab-producer.exp
5419 * gdb.dwarf2/trace-crash.exp
5420 * gdb.dwarf2/typeddwarf.exp
5421 * gdb.dwarf2/valop.exp
5422 * gdb.dwarf2/watch-notconst.exp
5423 * gdb.fortran/array-element.exp
5424 * gdb.fortran/charset.exp
5425 * gdb.fortran/common-block.exp
5426 * gdb.fortran/complex.exp
5427 * gdb.fortran/derived-type-function.exp
5428 * gdb.fortran/derived-type.exp
5429 * gdb.fortran/logical.exp
5430 * gdb.fortran/module.exp
5431 * gdb.fortran/multi-dim.exp
5432 * gdb.fortran/nested-funcs.exp
5433 * gdb.fortran/print-formatted.exp
5434 * gdb.fortran/subarray.exp
5435 * gdb.fortran/vla-alloc-assoc.exp
5436 * gdb.fortran/vla-datatypes.exp
5437 * gdb.fortran/vla-history.exp
5438 * gdb.fortran/vla-ptr-info.exp
5439 * gdb.fortran/vla-ptype-sub.exp
5440 * gdb.fortran/vla-ptype.exp
5441 * gdb.fortran/vla-sizeof.exp
5442 * gdb.fortran/vla-type.exp
5443 * gdb.fortran/vla-value-sub-arbitrary.exp
5444 * gdb.fortran/vla-value-sub-finish.exp
5445 * gdb.fortran/vla-value-sub.exp
5446 * gdb.fortran/vla-value.exp
5447 * gdb.fortran/whatis_type.exp
5448 * gdb.go/chan.exp
5449 * gdb.go/handcall.exp
5450 * gdb.go/hello.exp
5451 * gdb.go/integers.exp
5452 * gdb.go/methods.exp
5453 * gdb.go/package.exp
5454 * gdb.go/strings.exp
5455 * gdb.go/types.exp
5456 * gdb.go/unsafe.exp
5457 * gdb.guile/scm-arch.exp
5458 * gdb.guile/scm-block.exp
5459 * gdb.guile/scm-breakpoint.exp
5460 * gdb.guile/scm-cmd.exp
5461 * gdb.guile/scm-disasm.exp
5462 * gdb.guile/scm-equal.exp
5463 * gdb.guile/scm-frame-args.exp
5464 * gdb.guile/scm-frame-inline.exp
5465 * gdb.guile/scm-frame.exp
5466 * gdb.guile/scm-iterator.exp
5467 * gdb.guile/scm-math.exp
5468 * gdb.guile/scm-objfile.exp
5469 * gdb.guile/scm-ports.exp
5470 * gdb.guile/scm-symbol.exp
5471 * gdb.guile/scm-symtab.exp
5472 * gdb.guile/scm-value-cc.exp
5473 * gdb.guile/types-module.exp
5474 * gdb.linespec/break-ask.exp
5475 * gdb.linespec/cpexplicit.exp
5476 * gdb.linespec/explicit.exp
5477 * gdb.linespec/keywords.exp
5478 * gdb.linespec/linespec.exp
5479 * gdb.linespec/ls-dollar.exp
5480 * gdb.linespec/ls-errs.exp
5481 * gdb.linespec/skip-two.exp
5482 * gdb.linespec/thread.exp
5483 * gdb.mi/mi-async.exp
5484 * gdb.mi/mi-basics.exp
5485 * gdb.mi/mi-break.exp
5486 * gdb.mi/mi-catch-load.exp
5487 * gdb.mi/mi-cli.exp
5488 * gdb.mi/mi-cmd-param-changed.exp
5489 * gdb.mi/mi-console.exp
5490 * gdb.mi/mi-detach.exp
5491 * gdb.mi/mi-disassemble.exp
5492 * gdb.mi/mi-eval.exp
5493 * gdb.mi/mi-file-transfer.exp
5494 * gdb.mi/mi-file.exp
5495 * gdb.mi/mi-fill-memory.exp
5496 * gdb.mi/mi-inheritance-syntax-error.exp
5497 * gdb.mi/mi-linespec-err-cp.exp
5498 * gdb.mi/mi-logging.exp
5499 * gdb.mi/mi-memory-changed.exp
5500 * gdb.mi/mi-read-memory.exp
5501 * gdb.mi/mi-record-changed.exp
5502 * gdb.mi/mi-reg-undefined.exp
5503 * gdb.mi/mi-regs.exp
5504 * gdb.mi/mi-return.exp
5505 * gdb.mi/mi-reverse.exp
5506 * gdb.mi/mi-simplerun.exp
5507 * gdb.mi/mi-solib.exp
5508 * gdb.mi/mi-stack.exp
5509 * gdb.mi/mi-stepi.exp
5510 * gdb.mi/mi-syn-frame.exp
5511 * gdb.mi/mi-until.exp
5512 * gdb.mi/mi-var-block.exp
5513 * gdb.mi/mi-var-child.exp
5514 * gdb.mi/mi-var-cmd.exp
5515 * gdb.mi/mi-var-cp.exp
5516 * gdb.mi/mi-var-display.exp
5517 * gdb.mi/mi-var-invalidate.exp
5518 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5519 * gdb.mi/mi-vla-fortran.exp
5520 * gdb.mi/mi-watch.exp
5521 * gdb.mi/mi2-var-child.exp
5522 * gdb.mi/user-selected-context-sync.exp
5523 * gdb.modula2/unbounded-array.exp
5524 * gdb.multi/dummy-frame-restore.exp
5525 * gdb.multi/multi-arch-exec.exp
5526 * gdb.multi/multi-arch.exp
5527 * gdb.multi/tids.exp
5528 * gdb.multi/watchpoint-multi.exp
5529 * gdb.opencl/callfuncs.exp
5530 * gdb.opencl/convs_casts.exp
5531 * gdb.opencl/datatypes.exp
5532 * gdb.opencl/operators.exp
5533 * gdb.opencl/vec_comps.exp
5534 * gdb.opt/clobbered-registers-O2.exp
5535 * gdb.opt/inline-break.exp
5536 * gdb.opt/inline-bt.exp
5537 * gdb.opt/inline-cmds.exp
5538 * gdb.opt/inline-locals.exp
5539 * gdb.pascal/case-insensitive-symbols.exp
5540 * gdb.pascal/floats.exp
5541 * gdb.pascal/gdb11492.exp
5542 * gdb.python/lib-types.exp
5543 * gdb.python/py-arch.exp
5544 * gdb.python/py-as-string.exp
5545 * gdb.python/py-bad-printers.exp
5546 * gdb.python/py-block.exp
5547 * gdb.python/py-breakpoint-create-fail.exp
5548 * gdb.python/py-breakpoint.exp
5549 * gdb.python/py-caller-is.exp
5550 * gdb.python/py-cmd.exp
5551 * gdb.python/py-explore-cc.exp
5552 * gdb.python/py-explore.exp
5553 * gdb.python/py-finish-breakpoint.exp
5554 * gdb.python/py-finish-breakpoint2.exp
5555 * gdb.python/py-frame-args.exp
5556 * gdb.python/py-frame-inline.exp
5557 * gdb.python/py-frame.exp
5558 * gdb.python/py-framefilter-mi.exp
5559 * gdb.python/py-infthread.exp
5560 * gdb.python/py-lazy-string.exp
5561 * gdb.python/py-linetable.exp
5562 * gdb.python/py-mi-events.exp
5563 * gdb.python/py-mi-objfile.exp
5564 * gdb.python/py-mi.exp
5565 * gdb.python/py-objfile.exp
5566 * gdb.python/py-pp-integral.exp
5567 * gdb.python/py-pp-maint.exp
5568 * gdb.python/py-pp-re-notag.exp
5569 * gdb.python/py-pp-registration.exp
5570 * gdb.python/py-recurse-unwind.exp
5571 * gdb.python/py-strfns.exp
5572 * gdb.python/py-symbol.exp
5573 * gdb.python/py-symtab.exp
5574 * gdb.python/py-sync-interp.exp
5575 * gdb.python/py-typeprint.exp
5576 * gdb.python/py-unwind-maint.exp
5577 * gdb.python/py-unwind.exp
5578 * gdb.python/py-value-cc.exp
5579 * gdb.python/py-xmethods.exp
5580 * gdb.reverse/amd64-tailcall-reverse.exp
5581 * gdb.reverse/break-precsave.exp
5582 * gdb.reverse/break-reverse.exp
5583 * gdb.reverse/consecutive-precsave.exp
5584 * gdb.reverse/consecutive-reverse.exp
5585 * gdb.reverse/finish-precsave.exp
5586 * gdb.reverse/finish-reverse-bkpt.exp
5587 * gdb.reverse/finish-reverse.exp
5588 * gdb.reverse/fstatat-reverse.exp
5589 * gdb.reverse/getresuid-reverse.exp
5590 * gdb.reverse/i386-precsave.exp
5591 * gdb.reverse/i386-reverse.exp
5592 * gdb.reverse/i386-sse-reverse.exp
5593 * gdb.reverse/i387-env-reverse.exp
5594 * gdb.reverse/i387-stack-reverse.exp
5595 * gdb.reverse/insn-reverse.exp
5596 * gdb.reverse/machinestate-precsave.exp
5597 * gdb.reverse/machinestate.exp
5598 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5599 * gdb.reverse/pipe-reverse.exp
5600 * gdb.reverse/readv-reverse.exp
5601 * gdb.reverse/recvmsg-reverse.exp
5602 * gdb.reverse/rerun-prec.exp
5603 * gdb.reverse/s390-mvcle.exp
5604 * gdb.reverse/step-precsave.exp
5605 * gdb.reverse/step-reverse.exp
5606 * gdb.reverse/time-reverse.exp
5607 * gdb.reverse/until-precsave.exp
5608 * gdb.reverse/until-reverse.exp
5609 * gdb.reverse/waitpid-reverse.exp
5610 * gdb.reverse/watch-precsave.exp
5611 * gdb.reverse/watch-reverse.exp
5612 * gdb.rust/generics.exp
5613 * gdb.rust/methods.exp
5614 * gdb.rust/modules.exp
5615 * gdb.rust/simple.exp
5616 * gdb.server/connect-with-no-symbol-file.exp
5617 * gdb.server/ext-attach.exp
5618 * gdb.server/ext-restart.exp
5619 * gdb.server/ext-wrapper.exp
5620 * gdb.server/file-transfer.exp
5621 * gdb.server/server-exec-info.exp
5622 * gdb.server/server-kill.exp
5623 * gdb.server/server-mon.exp
5624 * gdb.server/wrapper.exp
5625 * gdb.stabs/exclfwd.exp
5626 * gdb.stabs/gdb11479.exp
5627 * gdb.threads/clone-new-thread-event.exp
5628 * gdb.threads/corethreads.exp
5629 * gdb.threads/current-lwp-dead.exp
5630 * gdb.threads/dlopen-libpthread.exp
5631 * gdb.threads/gcore-thread.exp
5632 * gdb.threads/sigstep-threads.exp
5633 * gdb.threads/watchpoint-fork.exp
5634 * gdb.trace/actions-changed.exp
5635 * gdb.trace/backtrace.exp
5636 * gdb.trace/change-loc.exp
5637 * gdb.trace/circ.exp
5638 * gdb.trace/collection.exp
5639 * gdb.trace/disconnected-tracing.exp
5640 * gdb.trace/ftrace.exp
5641 * gdb.trace/mi-trace-frame-collected.exp
5642 * gdb.trace/mi-trace-unavailable.exp
5643 * gdb.trace/mi-traceframe-changed.exp
5644 * gdb.trace/mi-tsv-changed.exp
5645 * gdb.trace/no-attach-trace.exp
5646 * gdb.trace/passc-dyn.exp
5647 * gdb.trace/qtro.exp
5648 * gdb.trace/range-stepping.exp
5649 * gdb.trace/read-memory.exp
5650 * gdb.trace/save-trace.exp
5651 * gdb.trace/signal.exp
5652 * gdb.trace/status-stop.exp
5653 * gdb.trace/tfile.exp
5654 * gdb.trace/trace-break.exp
5655 * gdb.trace/trace-buffer-size.exp
5656 * gdb.trace/trace-condition.exp
5657 * gdb.trace/tracefile-pseudo-reg.exp
5658 * gdb.trace/tstatus.exp
5659 * gdb.trace/unavailable.exp
5660 * gdb.trace/while-dyn.exp
5661 * gdb.trace/while-stepping.exp
5662
5663 2016-12-22 Doug Evans <xdje42@gmail.com>
5664
5665 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5666 and msymbols.
5667
5668 2016-12-19 Yao Qi <yao.qi@linaro.org>
5669
5670 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5671 (test_with_self): Don't call do_steps_and_nexts, and remove
5672 code about stepping into xmalloc.
5673
5674 2016-12-09 Yao Qi <yao.qi@linaro.org>
5675
5676 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5677
5678 2016-12-09 Yao Qi <yao.qi@linaro.org>
5679
5680 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5681
5682 2016-12-09 Pedro Alves <palves@redhat.com>
5683
5684 * gdb.base/all-architectures-0.exp: New file.
5685 * gdb.base/all-architectures-1.exp: New file.
5686 * gdb.base/all-architectures-2.exp: New file.
5687 * gdb.base/all-architectures-3.exp: New file.
5688 * gdb.base/all-architectures-4.exp: New file.
5689 * gdb.base/all-architectures-5.exp: New file.
5690 * gdb.base/all-architectures-6.exp: New file.
5691 * gdb.base/all-architectures-7.exp: New file.
5692 * gdb.base/all-architectures.exp.in: New file.
5693
5694 2016-12-09 Yao Qi <yao.qi@linaro.org>
5695
5696 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5697
5698 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5699
5700 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5701 possible.
5702 Remove useless pattern-matching code.
5703
5704 2016-12-02 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5707 procedure.
5708 (top level): Call it.
5709
5710 2016-12-02 Pedro Alves <palves@redhat.com>
5711
5712 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5713 New procedure.
5714 (top level): Call it.
5715
5716 2016-12-02 Pedro Alves <palves@redhat.com>
5717
5718 PR cli/20559
5719 * gdb.base/commands.exp (user_defined_command_args_eval): New
5720 procedure.
5721 (top level): Call it.
5722
5723 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5724
5725 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5726 timeout handling.
5727
5728 2016-12-02 Tom Tromey <tom@tromey.com>
5729
5730 * gdb.dwarf2/main-subprogram.c: New file.
5731 * gdb.dwarf2/main-subprogram.exp: New file.
5732
5733 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5734
5735 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5736 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5737 gdb_test_no_output for a couple of cases.
5738 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5739
5740 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5741
5742 Fix test names and standardize compilation error messages throughout
5743 the following files:
5744
5745 * gdb.ada/start.exp
5746 * gdb.arch/alpha-step.exp
5747 * gdb.arch/e500-prologue.exp
5748 * gdb.arch/ftrace-insn-reloc.exp
5749 * gdb.arch/gdb1291.exp
5750 * gdb.arch/gdb1431.exp
5751 * gdb.arch/gdb1558.exp
5752 * gdb.arch/i386-dr3-watch.exp
5753 * gdb.arch/i386-sse-stack-align.exp
5754 * gdb.arch/ia64-breakpoint-shadow.exp
5755 * gdb.arch/pa-nullify.exp
5756 * gdb.arch/powerpc-aix-prologue.exp
5757 * gdb.arch/thumb-bx-pc.exp
5758 * gdb.base/annota1.exp
5759 * gdb.base/annota3.exp
5760 * gdb.base/arrayidx.exp
5761 * gdb.base/assign.exp
5762 * gdb.base/attach.exp
5763 * gdb.base/auxv.exp
5764 * gdb.base/bang.exp
5765 * gdb.base/bfp-test.exp
5766 * gdb.base/bigcore.exp
5767 * gdb.base/bitfields2.exp
5768 * gdb.base/break-fun-addr.exp
5769 * gdb.base/break-probes.exp
5770 * gdb.base/call-rt-st.exp
5771 * gdb.base/callexit.exp
5772 * gdb.base/catch-fork-kill.exp
5773 * gdb.base/charset.exp
5774 * gdb.base/checkpoint.exp
5775 * gdb.base/comprdebug.exp
5776 * gdb.base/constvars.exp
5777 * gdb.base/coredump-filter.exp
5778 * gdb.base/cursal.exp
5779 * gdb.base/cvexpr.exp
5780 * gdb.base/detach.exp
5781 * gdb.base/display.exp
5782 * gdb.base/dmsym.exp
5783 * gdb.base/dprintf-pending.exp
5784 * gdb.base/dso2dso.exp
5785 * gdb.base/dtrace-probe.exp
5786 * gdb.base/dump.exp
5787 * gdb.base/enum_cond.exp
5788 * gdb.base/exe-lock.exp
5789 * gdb.base/exec-invalid-sysroot.exp
5790 * gdb.base/execl-update-breakpoints.exp
5791 * gdb.base/exprs.exp
5792 * gdb.base/fileio.exp
5793 * gdb.base/find.exp
5794 * gdb.base/finish.exp
5795 * gdb.base/fixsection.exp
5796 * gdb.base/foll-vfork.exp
5797 * gdb.base/frame-args.exp
5798 * gdb.base/gcore.exp
5799 * gdb.base/gdb1250.exp
5800 * gdb.base/global-var-nested-by-dso.exp
5801 * gdb.base/gnu-ifunc.exp
5802 * gdb.base/hashline1.exp
5803 * gdb.base/hashline2.exp
5804 * gdb.base/hashline3.exp
5805 * gdb.base/hbreak-in-shr-unsupported.exp
5806 * gdb.base/huge.exp
5807 * gdb.base/infcall-input.exp
5808 * gdb.base/info-fun.exp
5809 * gdb.base/info-shared.exp
5810 * gdb.base/jit-simple.exp
5811 * gdb.base/jit-so.exp
5812 * gdb.base/jit.exp
5813 * gdb.base/jump.exp
5814 * gdb.base/label.exp
5815 * gdb.base/lineinc.exp
5816 * gdb.base/logical.exp
5817 * gdb.base/longjmp.exp
5818 * gdb.base/macscp.exp
5819 * gdb.base/miscexprs.exp
5820 * gdb.base/new-ui-echo.exp
5821 * gdb.base/new-ui-pending-input.exp
5822 * gdb.base/new-ui.exp
5823 * gdb.base/nodebug.exp
5824 * gdb.base/nofield.exp
5825 * gdb.base/offsets.exp
5826 * gdb.base/overlays.exp
5827 * gdb.base/pending.exp
5828 * gdb.base/pointers.exp
5829 * gdb.base/pr11022.exp
5830 * gdb.base/printcmds.exp
5831 * gdb.base/prologue.exp
5832 * gdb.base/ptr-typedef.exp
5833 * gdb.base/realname-expand.exp
5834 * gdb.base/relativedebug.exp
5835 * gdb.base/relocate.exp
5836 * gdb.base/remote.exp
5837 * gdb.base/reread.exp
5838 * gdb.base/return2.exp
5839 * gdb.base/savedregs.exp
5840 * gdb.base/sep.exp
5841 * gdb.base/sepdebug.exp
5842 * gdb.base/sepsymtab.exp
5843 * gdb.base/set-inferior-tty.exp
5844 * gdb.base/setshow.exp
5845 * gdb.base/shlib-call.exp
5846 * gdb.base/sigaltstack.exp
5847 * gdb.base/siginfo-addr.exp
5848 * gdb.base/signals.exp
5849 * gdb.base/signull.exp
5850 * gdb.base/sigrepeat.exp
5851 * gdb.base/so-impl-ld.exp
5852 * gdb.base/solib-display.exp
5853 * gdb.base/solib-overlap.exp
5854 * gdb.base/solib-search.exp
5855 * gdb.base/solib-symbol.exp
5856 * gdb.base/structs.exp
5857 * gdb.base/structs2.exp
5858 * gdb.base/symtab-search-order.exp
5859 * gdb.base/twice.exp
5860 * gdb.base/unload.exp
5861 * gdb.base/varargs.exp
5862 * gdb.base/watchpoint-solib.exp
5863 * gdb.base/watchpoint.exp
5864 * gdb.base/whatis.exp
5865 * gdb.base/wrong_frame_bt_full.exp
5866 * gdb.btrace/dlopen.exp
5867 * gdb.cell/ea-standalone.exp
5868 * gdb.cell/ea-test.exp
5869 * gdb.cp/dispcxx.exp
5870 * gdb.cp/gdb2384.exp
5871 * gdb.cp/method2.exp
5872 * gdb.cp/nextoverthrow.exp
5873 * gdb.cp/pr10728.exp
5874 * gdb.disasm/am33.exp
5875 * gdb.disasm/h8300s.exp
5876 * gdb.disasm/mn10300.exp
5877 * gdb.disasm/sh3.exp
5878 * gdb.dwarf2/dw2-dir-file-name.exp
5879 * gdb.fortran/complex.exp
5880 * gdb.fortran/library-module.exp
5881 * gdb.guile/scm-pretty-print.exp
5882 * gdb.guile/scm-symbol.exp
5883 * gdb.guile/scm-type.exp
5884 * gdb.guile/scm-value.exp
5885 * gdb.linespec/linespec.exp
5886 * gdb.mi/gdb701.exp
5887 * gdb.mi/gdb792.exp
5888 * gdb.mi/mi-breakpoint-changed.exp
5889 * gdb.mi/mi-dprintf-pending.exp
5890 * gdb.mi/mi-dprintf.exp
5891 * gdb.mi/mi-exit-code.exp
5892 * gdb.mi/mi-pending.exp
5893 * gdb.mi/mi-solib.exp
5894 * gdb.mi/new-ui-mi-sync.exp
5895 * gdb.mi/pr11022.exp
5896 * gdb.mi/user-selected-context-sync.exp
5897 * gdb.opt/solib-intra-step.exp
5898 * gdb.python/py-events.exp
5899 * gdb.python/py-finish-breakpoint.exp
5900 * gdb.python/py-mi.exp
5901 * gdb.python/py-prettyprint.exp
5902 * gdb.python/py-shared.exp
5903 * gdb.python/py-symbol.exp
5904 * gdb.python/py-template.exp
5905 * gdb.python/py-type.exp
5906 * gdb.python/py-value.exp
5907 * gdb.reverse/solib-precsave.exp
5908 * gdb.reverse/solib-reverse.exp
5909 * gdb.server/solib-list.exp
5910 * gdb.stabs/weird.exp
5911 * gdb.threads/reconnect-signal.exp
5912 * gdb.threads/stepi-random-signal.exp
5913 * gdb.trace/actions.exp
5914 * gdb.trace/ax.exp
5915 * gdb.trace/backtrace.exp
5916 * gdb.trace/change-loc.exp
5917 * gdb.trace/deltrace.exp
5918 * gdb.trace/ftrace-lock.exp
5919 * gdb.trace/ftrace.exp
5920 * gdb.trace/infotrace.exp
5921 * gdb.trace/mi-tracepoint-changed.exp
5922 * gdb.trace/packetlen.exp
5923 * gdb.trace/passcount.exp
5924 * gdb.trace/pending.exp
5925 * gdb.trace/range-stepping.exp
5926 * gdb.trace/report.exp
5927 * gdb.trace/stap-trace.exp
5928 * gdb.trace/tfind.exp
5929 * gdb.trace/trace-break.exp
5930 * gdb.trace/trace-condition.exp
5931 * gdb.trace/trace-enable-disable.exp
5932 * gdb.trace/trace-mt.exp
5933 * gdb.trace/tracecmd.exp
5934 * gdb.trace/tspeed.exp
5935 * gdb.trace/tsv.exp
5936 * lib/perftest.exp
5937
5938 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5939
5940 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5941 with gdb_test_no_output.
5942 Use command as test name.
5943
5944 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5945
5946 Fix test names starting with uppercase throughout the files.
5947
5948 * gdb.ada/assign_1.exp
5949 * gdb.ada/boolean_expr.exp
5950 * gdb.base/arrayidx.exp
5951 * gdb.base/del.exp
5952 * gdb.base/gcore-buffer-overflow.exp
5953 * gdb.base/testenv.exp
5954 * gdb.compile/compile.exp
5955 * gdb.python/py-framefilter-invalidarg.exp
5956 * gdb.python/py-framefilter.exp
5957
5958 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5959
5960 Fix test names starting with uppercase throughout the files.
5961
5962 * gdb.ada/array_return.exp
5963 * gdb.ada/expr_delims.exp
5964 * gdb.ada/mi_dyn_arr.exp
5965 * gdb.ada/mi_interface.exp
5966 * gdb.ada/mi_var_array.exp
5967 * gdb.ada/watch_arg.exp
5968 * gdb.arch/alpha-step.exp
5969 * gdb.arch/altivec-regs.exp
5970 * gdb.arch/e500-regs.exp
5971 * gdb.arch/powerpc-d128-regs.exp
5972 * gdb.base/arrayidx.exp
5973 * gdb.base/break.exp
5974 * gdb.base/checkpoint.exp
5975 * gdb.base/debug-expr.exp
5976 * gdb.base/dmsym.exp
5977 * gdb.base/radix.exp
5978 * gdb.base/sepdebug.exp
5979 * gdb.base/testenv.exp
5980 * gdb.base/watch_thread_num.exp
5981 * gdb.base/watchpoint-cond-gone.exp
5982 * gdb.cell/break.exp
5983 * gdb.cell/ea-cache.exp
5984 * gdb.compile/compile.exp
5985 * gdb.cp/gdb2495.exp
5986 * gdb.gdb/selftest.exp
5987 * gdb.gdb/xfullpath.exp
5988 * gdb.go/hello.exp
5989 * gdb.go/integers.exp
5990 * gdb.objc/basicclass.exp
5991 * gdb.pascal/hello.exp
5992 * gdb.pascal/integers.exp
5993 * gdb.python/py-breakpoint.exp
5994 * gdb.python/py-cmd.exp
5995 * gdb.python/py-linetable.exp
5996 * gdb.python/py-xmethods.exp
5997 * gdb.python/python.exp
5998 * gdb.reverse/consecutive-precsave.exp
5999 * gdb.reverse/finish-precsave.exp
6000 * gdb.reverse/i386-precsave.exp
6001 * gdb.reverse/machinestate-precsave.exp
6002 * gdb.reverse/sigall-precsave.exp
6003 * gdb.reverse/solib-precsave.exp
6004 * gdb.reverse/step-precsave.exp
6005 * gdb.reverse/until-precsave.exp
6006 * gdb.reverse/watch-precsave.exp
6007 * gdb.threads/leader-exit.exp
6008 * gdb.threads/pthreads.exp
6009 * gdb.threads/wp-replication.exp
6010 * gdb.trace/actions.exp
6011 * gdb.trace/mi-tsv-changed.exp
6012 * gdb.trace/tsv.exp
6013
6014 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6015
6016 Fix test names starting with uppercase throughout the files.
6017
6018 * gdb.arch/i386-bp_permanent.exp
6019 * gdb.arch/i386-gnu-cfi.exp
6020 * gdb.base/disasm-end-cu.exp
6021 * gdb.base/macscp.exp
6022 * gdb.base/pending.exp
6023 * gdb.base/watch_thread_num.exp
6024 * gdb.cp/exception.exp
6025 * gdb.cp/gdb2495.exp
6026 * gdb.cp/local.exp
6027 * gdb.python/py-evsignal.exp
6028 * gdb.python/python.exp
6029 * gdb.trace/tracecmd.exp
6030
6031 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6032
6033 Fix test names starting with uppercase throughout the files.
6034
6035 * gdb.base/charset.exp
6036 * gdb.base/eval.exp
6037 * gdb.base/multi-forks.exp
6038 * gdb.guile/scm-progspace.exp
6039 * gdb.opencl/datatypes.exp
6040 * gdb.python/py-block.exp
6041 * gdb.python/py-function.exp
6042 * gdb.python/py-symbol.exp
6043 * gdb.python/py-symtab.exp
6044 * gdb.python/py-xmethods.exp
6045 * gdb.reverse/break-precsave.exp
6046 * gdb.reverse/break-reverse.exp
6047 * gdb.reverse/consecutive-precsave.exp
6048 * gdb.reverse/consecutive-reverse.exp
6049 * gdb.reverse/finish-precsave.exp
6050 * gdb.reverse/finish-reverse-bkpt.exp
6051 * gdb.reverse/finish-reverse.exp
6052 * gdb.reverse/fstatat-reverse.exp
6053 * gdb.reverse/getresuid-reverse.exp
6054 * gdb.reverse/i386-precsave.exp
6055 * gdb.reverse/i386-reverse.exp
6056 * gdb.reverse/i386-sse-reverse.exp
6057 * gdb.reverse/i387-stack-reverse.exp
6058 * gdb.reverse/insn-reverse.exp
6059 * gdb.reverse/machinestate-precsave.exp
6060 * gdb.reverse/machinestate.exp
6061 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6062 * gdb.reverse/pipe-reverse.exp
6063 * gdb.reverse/readv-reverse.exp
6064 * gdb.reverse/recvmsg-reverse.exp
6065 * gdb.reverse/rerun-prec.exp
6066 * gdb.reverse/s390-mvcle.exp
6067 * gdb.reverse/sigall-precsave.exp
6068 * gdb.reverse/sigall-reverse.exp
6069 * gdb.reverse/solib-precsave.exp
6070 * gdb.reverse/solib-reverse.exp
6071 * gdb.reverse/step-precsave.exp
6072 * gdb.reverse/step-reverse.exp
6073 * gdb.reverse/time-reverse.exp
6074 * gdb.reverse/until-precsave.exp
6075 * gdb.reverse/until-reverse.exp
6076 * gdb.reverse/waitpid-reverse.exp
6077 * gdb.reverse/watch-precsave.exp
6078 * gdb.reverse/watch-reverse.exp
6079
6080 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6081
6082 Fix test names starting with uppercase throughout the files.
6083
6084 * gdb.arch/i386-mpx-simple_segv.exp
6085 * gdb.arch/i386-mpx.exp
6086 * gdb.arch/i386-permbkpt.exp
6087 * gdb.arch/pa-nullify.exp
6088 * gdb.arch/powerpc-d128-regs.exp
6089 * gdb.arch/vsx-regs.exp
6090 * gdb.base/bfp-test.exp
6091 * gdb.base/break.exp
6092 * gdb.base/breakpoint-shadow.exp
6093 * gdb.base/callfuncs.exp
6094 * gdb.base/charset.exp
6095 * gdb.base/commands.exp
6096 * gdb.base/completion.exp
6097 * gdb.base/dfp-test.exp
6098 * gdb.base/echo.exp
6099 * gdb.base/ending-run.exp
6100 * gdb.base/eval.exp
6101 * gdb.base/expand-psymtabs.exp
6102 * gdb.base/float128.exp
6103 * gdb.base/floatn.exp
6104 * gdb.base/foll-exec-mode.exp
6105 * gdb.base/gdb1056.exp
6106 * gdb.base/gdb11531.exp
6107 * gdb.base/kill-after-signal.exp
6108 * gdb.base/multi-forks.exp
6109 * gdb.base/overlays.exp
6110 * gdb.base/pending.exp
6111 * gdb.base/sepdebug.exp
6112 * gdb.base/testenv.exp
6113 * gdb.base/valgrind-db-attach.exp
6114 * gdb.base/watch_thread_num.exp
6115 * gdb.base/watchpoint-cond-gone.exp
6116 * gdb.base/watchpoint.exp
6117 * gdb.base/watchpoints.exp
6118 * gdb.cp/arg-reference.exp
6119 * gdb.cp/baseenum.exp
6120 * gdb.cp/operator.exp
6121 * gdb.cp/shadow.exp
6122 * gdb.dwarf2/dw2-op-out-param.exp
6123 * gdb.dwarf2/dw2-reg-undefined.exp
6124 * gdb.go/chan.exp
6125 * gdb.go/hello.exp
6126 * gdb.go/integers.exp
6127 * gdb.go/methods.exp
6128 * gdb.go/package.exp
6129 * gdb.guile/scm-parameter.exp
6130 * gdb.guile/scm-progspace.exp
6131 * gdb.guile/scm-value.exp
6132 * gdb.mi/mi-pending.exp
6133 * gdb.mi/user-selected-context-sync.exp
6134 * gdb.multi/multi-attach.exp
6135 * gdb.multi/tids.exp
6136 * gdb.opt/clobbered-registers-O2.exp
6137 * gdb.pascal/floats.exp
6138 * gdb.pascal/integers.exp
6139 * gdb.python/py-block.exp
6140 * gdb.python/py-events.exp
6141 * gdb.python/py-parameter.exp
6142 * gdb.python/py-symbol.exp
6143 * gdb.python/py-symtab.exp
6144 * gdb.python/py-type.exp
6145 * gdb.python/py-value.exp
6146 * gdb.python/py-xmethods.exp
6147 * gdb.python/python.exp
6148 * gdb.reverse/break-precsave.exp
6149 * gdb.reverse/consecutive-precsave.exp
6150 * gdb.reverse/finish-precsave.exp
6151 * gdb.reverse/i386-precsave.exp
6152 * gdb.reverse/machinestate-precsave.exp
6153 * gdb.reverse/sigall-precsave.exp
6154 * gdb.reverse/solib-precsave.exp
6155 * gdb.reverse/step-precsave.exp
6156 * gdb.reverse/until-precsave.exp
6157 * gdb.reverse/watch-precsave.exp
6158 * gdb.server/ext-attach.exp
6159 * gdb.server/ext-restart.exp
6160 * gdb.server/ext-run.exp
6161 * gdb.server/ext-wrapper.exp
6162 * gdb.stabs/gdb11479.exp
6163 * gdb.stabs/weird.exp
6164 * gdb.threads/attach-many-short-lived-threads.exp
6165 * gdb.threads/kill.exp
6166 * gdb.threads/watchpoint-fork.exp
6167
6168 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6169
6170 Fix test names starting with uppercase throughout all the files below.
6171
6172 * gdb.ada/array_return.exp
6173 * gdb.ada/catch_ex.exp
6174 * gdb.ada/info_exc.exp
6175 * gdb.ada/mi_catch_ex.exp
6176 * gdb.ada/mi_dyn_arr.exp
6177 * gdb.ada/mi_ex_cond.exp
6178 * gdb.ada/mi_exc_info.exp
6179 * gdb.ada/mi_interface.exp
6180 * gdb.ada/mi_task_arg.exp
6181 * gdb.ada/mi_task_info.exp
6182 * gdb.ada/mi_var_array.exp
6183 * gdb.arch/alpha-step.exp
6184 * gdb.arch/amd64-disp-step.exp
6185 * gdb.arch/arm-disp-step.exp
6186 * gdb.arch/disp-step-insn-reloc.exp
6187 * gdb.arch/e500-prologue.exp
6188 * gdb.arch/ftrace-insn-reloc.exp
6189 * gdb.arch/gdb1558.exp
6190 * gdb.arch/i386-bp_permanent.exp
6191 * gdb.arch/i386-disp-step.exp
6192 * gdb.arch/i386-float.exp
6193 * gdb.arch/i386-gnu-cfi.exp
6194 * gdb.arch/ia64-breakpoint-shadow.exp
6195 * gdb.arch/mips16-thunks.exp
6196 * gdb.arch/pa-nullify.exp
6197 * gdb.arch/powerpc-aix-prologue.exp
6198 * gdb.arch/powerpc-power.exp
6199 * gdb.arch/ppc-dfp.exp
6200 * gdb.arch/s390-tdbregs.exp
6201 * gdb.arch/spu-info.exp
6202 * gdb.arch/spu-ls.exp
6203 * gdb.arch/thumb-bx-pc.exp
6204 * gdb.base/advance.exp
6205 * gdb.base/annota-input-while-running.exp
6206 * gdb.base/arrayidx.exp
6207 * gdb.base/asmlabel.exp
6208 * gdb.base/async.exp
6209 * gdb.base/attach-wait-input.exp
6210 * gdb.base/auto-connect-native-target.exp
6211 * gdb.base/batch-preserve-term-settings.exp
6212 * gdb.base/bfp-test.exp
6213 * gdb.base/bigcore.exp
6214 * gdb.base/bp-permanent.exp
6215 * gdb.base/break-always.exp
6216 * gdb.base/break-fun-addr.exp
6217 * gdb.base/break-idempotent.exp
6218 * gdb.base/break-main-file-remove-fail.exp
6219 * gdb.base/break-probes.exp
6220 * gdb.base/break-unload-file.exp
6221 * gdb.base/break.exp
6222 * gdb.base/call-ar-st.exp
6223 * gdb.base/call-rt-st.exp
6224 * gdb.base/call-sc.exp
6225 * gdb.base/call-signal-resume.exp
6226 * gdb.base/call-strs.exp
6227 * gdb.base/callexit.exp
6228 * gdb.base/callfuncs.exp
6229 * gdb.base/catch-gdb-caused-signals.exp
6230 * gdb.base/catch-signal-siginfo-cond.exp
6231 * gdb.base/catch-syscall.exp
6232 * gdb.base/compare-sections.exp
6233 * gdb.base/cond-eval-mode.exp
6234 * gdb.base/condbreak-call-false.exp
6235 * gdb.base/consecutive-step-over.exp
6236 * gdb.base/cursal.exp
6237 * gdb.base/disabled-location.exp
6238 * gdb.base/disasm-end-cu.exp
6239 * gdb.base/display.exp
6240 * gdb.base/double-prompt-target-event-error.exp
6241 * gdb.base/dprintf-bp-same-addr.exp
6242 * gdb.base/dprintf-detach.exp
6243 * gdb.base/dprintf-next.exp
6244 * gdb.base/dprintf-non-stop.exp
6245 * gdb.base/dprintf-pending.exp
6246 * gdb.base/dso2dso.exp
6247 * gdb.base/ending-run.exp
6248 * gdb.base/enum_cond.exp
6249 * gdb.base/examine-backward.exp
6250 * gdb.base/exe-lock.exp
6251 * gdb.base/exec-invalid-sysroot.exp
6252 * gdb.base/execl-update-breakpoints.exp
6253 * gdb.base/execution-termios.exp
6254 * gdb.base/fileio.exp
6255 * gdb.base/fixsection.exp
6256 * gdb.base/foll-exec-mode.exp
6257 * gdb.base/foll-exec.exp
6258 * gdb.base/fork-running-state.exp
6259 * gdb.base/frame-args.exp
6260 * gdb.base/fullpath-expand.exp
6261 * gdb.base/func-ptr.exp
6262 * gdb.base/gcore-relro-pie.exp
6263 * gdb.base/gdb1090.exp
6264 * gdb.base/gdb1555.exp
6265 * gdb.base/global-var-nested-by-dso.exp
6266 * gdb.base/gnu-ifunc.exp
6267 * gdb.base/hbreak-in-shr-unsupported.exp
6268 * gdb.base/hbreak-unmapped.exp
6269 * gdb.base/hook-stop.exp
6270 * gdb.base/infcall-input.exp
6271 * gdb.base/info-fun.exp
6272 * gdb.base/info-shared.exp
6273 * gdb.base/interrupt-noterm.exp
6274 * gdb.base/jit-so.exp
6275 * gdb.base/jit.exp
6276 * gdb.base/line-symtabs.exp
6277 * gdb.base/list.exp
6278 * gdb.base/longjmp.exp
6279 * gdb.base/macscp.exp
6280 * gdb.base/max-value-size.exp
6281 * gdb.base/nodebug.exp
6282 * gdb.base/nofield.exp
6283 * gdb.base/overlays.exp
6284 * gdb.base/paginate-after-ctrl-c-running.exp
6285 * gdb.base/paginate-bg-execution.exp
6286 * gdb.base/paginate-inferior-exit.exp
6287 * gdb.base/pending.exp
6288 * gdb.base/pr11022.exp
6289 * gdb.base/printcmds.exp
6290 * gdb.base/ptr-typedef.exp
6291 * gdb.base/ptype.exp
6292 * gdb.base/randomize.exp
6293 * gdb.base/range-stepping.exp
6294 * gdb.base/realname-expand.exp
6295 * gdb.base/relativedebug.exp
6296 * gdb.base/remote.exp
6297 * gdb.base/savedregs.exp
6298 * gdb.base/sepdebug.exp
6299 * gdb.base/set-noassign.exp
6300 * gdb.base/shlib-call.exp
6301 * gdb.base/shreloc.exp
6302 * gdb.base/sigaltstack.exp
6303 * gdb.base/sigbpt.exp
6304 * gdb.base/siginfo-addr.exp
6305 * gdb.base/siginfo-obj.exp
6306 * gdb.base/siginfo-thread.exp
6307 * gdb.base/signest.exp
6308 * gdb.base/signull.exp
6309 * gdb.base/sigrepeat.exp
6310 * gdb.base/skip.exp
6311 * gdb.base/so-impl-ld.exp
6312 * gdb.base/solib-corrupted.exp
6313 * gdb.base/solib-disc.exp
6314 * gdb.base/solib-display.exp
6315 * gdb.base/solib-overlap.exp
6316 * gdb.base/solib-search.exp
6317 * gdb.base/solib-symbol.exp
6318 * gdb.base/source-execution.exp
6319 * gdb.base/sss-bp-on-user-bp-2.exp
6320 * gdb.base/sss-bp-on-user-bp.exp
6321 * gdb.base/stack-checking.exp
6322 * gdb.base/stale-infcall.exp
6323 * gdb.base/step-break.exp
6324 * gdb.base/step-line.exp
6325 * gdb.base/step-over-exit.exp
6326 * gdb.base/step-test.exp
6327 * gdb.base/structs.exp
6328 * gdb.base/sym-file.exp
6329 * gdb.base/symtab-search-order.exp
6330 * gdb.base/term.exp
6331 * gdb.base/type-opaque.exp
6332 * gdb.base/unload.exp
6333 * gdb.base/until-nodebug.exp
6334 * gdb.base/until.exp
6335 * gdb.base/unwindonsignal.exp
6336 * gdb.base/watch-cond.exp
6337 * gdb.base/watch-non-mem.exp
6338 * gdb.base/watch_thread_num.exp
6339 * gdb.base/watchpoint-reuse-slot.exp
6340 * gdb.base/watchpoint-solib.exp
6341 * gdb.base/watchpoint.exp
6342 * gdb.btrace/dlopen.exp
6343 * gdb.cell/arch.exp
6344 * gdb.cell/break.exp
6345 * gdb.cell/bt.exp
6346 * gdb.cell/core.exp
6347 * gdb.cell/data.exp
6348 * gdb.cell/dwarfaddr.exp
6349 * gdb.cell/ea-cache.exp
6350 * gdb.cell/ea-standalone.exp
6351 * gdb.cell/ea-test.exp
6352 * gdb.cell/f-regs.exp
6353 * gdb.cell/fork.exp
6354 * gdb.cell/gcore.exp
6355 * gdb.cell/mem-access.exp
6356 * gdb.cell/ptype.exp
6357 * gdb.cell/registers.exp
6358 * gdb.cell/sizeof.exp
6359 * gdb.cell/solib-symbol.exp
6360 * gdb.cell/solib.exp
6361 * gdb.compile/compile-tls.exp
6362 * gdb.cp/exception.exp
6363 * gdb.cp/gdb2495.exp
6364 * gdb.cp/local.exp
6365 * gdb.cp/mb-inline.exp
6366 * gdb.cp/mb-templates.exp
6367 * gdb.cp/pr10687.exp
6368 * gdb.cp/pr9167.exp
6369 * gdb.cp/scope-err.exp
6370 * gdb.cp/templates.exp
6371 * gdb.cp/virtfunc.exp
6372 * gdb.dwarf2/dw2-dir-file-name.exp
6373 * gdb.dwarf2/dw2-single-line-discriminators.exp
6374 * gdb.fortran/complex.exp
6375 * gdb.fortran/library-module.exp
6376 * gdb.guile/guile.exp
6377 * gdb.guile/scm-cmd.exp
6378 * gdb.guile/scm-frame-inline.exp
6379 * gdb.guile/scm-objfile.exp
6380 * gdb.guile/scm-pretty-print.exp
6381 * gdb.guile/scm-symbol.exp
6382 * gdb.guile/scm-type.exp
6383 * gdb.guile/scm-value.exp
6384 * gdb.linespec/keywords.exp
6385 * gdb.linespec/ls-errs.exp
6386 * gdb.linespec/macro-relative.exp
6387 * gdb.linespec/thread.exp
6388 * gdb.mi/mi-breakpoint-changed.exp
6389 * gdb.mi/mi-dprintf-pending.exp
6390 * gdb.mi/mi-fullname-deleted.exp
6391 * gdb.mi/mi-logging.exp
6392 * gdb.mi/mi-pending.exp
6393 * gdb.mi/mi-solib.exp
6394 * gdb.mi/new-ui-mi-sync.exp
6395 * gdb.mi/user-selected-context-sync.exp
6396 * gdb.multi/dummy-frame-restore.exp
6397 * gdb.multi/multi-arch-exec.exp
6398 * gdb.multi/remove-inferiors.exp
6399 * gdb.multi/watchpoint-multi-exit.exp
6400 * gdb.opt/solib-intra-step.exp
6401 * gdb.perf/backtrace.exp
6402 * gdb.perf/single-step.exp
6403 * gdb.perf/skip-command.exp
6404 * gdb.perf/skip-prologue.exp
6405 * gdb.perf/solib.exp
6406 * gdb.python/lib-types.exp
6407 * gdb.python/py-as-string.exp
6408 * gdb.python/py-bad-printers.exp
6409 * gdb.python/py-block.exp
6410 * gdb.python/py-breakpoint.exp
6411 * gdb.python/py-cmd.exp
6412 * gdb.python/py-events.exp
6413 * gdb.python/py-evthreads.exp
6414 * gdb.python/py-finish-breakpoint.exp
6415 * gdb.python/py-finish-breakpoint2.exp
6416 * gdb.python/py-frame-inline.exp
6417 * gdb.python/py-frame.exp
6418 * gdb.python/py-inferior.exp
6419 * gdb.python/py-infthread.exp
6420 * gdb.python/py-mi.exp
6421 * gdb.python/py-objfile.exp
6422 * gdb.python/py-pp-maint.exp
6423 * gdb.python/py-pp-registration.exp
6424 * gdb.python/py-prettyprint.exp
6425 * gdb.python/py-recurse-unwind.exp
6426 * gdb.python/py-shared.exp
6427 * gdb.python/py-symbol.exp
6428 * gdb.python/py-symtab.exp
6429 * gdb.python/py-template.exp
6430 * gdb.python/py-type.exp
6431 * gdb.python/py-unwind-maint.exp
6432 * gdb.python/py-unwind.exp
6433 * gdb.python/py-value.exp
6434 * gdb.python/python.exp
6435 * gdb.reverse/finish-reverse-bkpt.exp
6436 * gdb.reverse/insn-reverse.exp
6437 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6438 * gdb.reverse/solib-precsave.exp
6439 * gdb.reverse/solib-reverse.exp
6440 * gdb.stabs/gdb11479.exp
6441 * gdb.stabs/weird.exp
6442 * gdb.threads/fork-child-threads.exp
6443 * gdb.threads/fork-plus-threads.exp
6444 * gdb.threads/fork-thread-pending.exp
6445 * gdb.threads/forking-threads-plus-breakpoint.exp
6446 * gdb.threads/hand-call-in-threads.exp
6447 * gdb.threads/interrupted-hand-call.exp
6448 * gdb.threads/linux-dp.exp
6449 * gdb.threads/local-watch-wrong-thread.exp
6450 * gdb.threads/next-while-other-thread-longjmps.exp
6451 * gdb.threads/non-ldr-exit.exp
6452 * gdb.threads/pending-step.exp
6453 * gdb.threads/print-threads.exp
6454 * gdb.threads/process-dies-while-detaching.exp
6455 * gdb.threads/process-dies-while-handling-bp.exp
6456 * gdb.threads/pthreads.exp
6457 * gdb.threads/queue-signal.exp
6458 * gdb.threads/reconnect-signal.exp
6459 * gdb.threads/signal-command-handle-nopass.exp
6460 * gdb.threads/signal-command-multiple-signals-pending.exp
6461 * gdb.threads/signal-delivered-right-thread.exp
6462 * gdb.threads/signal-sigtrap.exp
6463 * gdb.threads/sigthread.exp
6464 * gdb.threads/staticthreads.exp
6465 * gdb.threads/stepi-random-signal.exp
6466 * gdb.threads/thread-unwindonsignal.exp
6467 * gdb.threads/thread_check.exp
6468 * gdb.threads/thread_events.exp
6469 * gdb.threads/tid-reuse.exp
6470 * gdb.threads/tls-nodebug.exp
6471 * gdb.threads/tls-shared.exp
6472 * gdb.threads/tls-so_extern.exp
6473 * gdb.threads/tls.exp
6474 * gdb.threads/wp-replication.exp
6475 * gdb.trace/actions-changed.exp
6476 * gdb.trace/actions.exp
6477 * gdb.trace/backtrace.exp
6478 * gdb.trace/change-loc.exp
6479 * gdb.trace/collection.exp
6480 * gdb.trace/deltrace.exp
6481 * gdb.trace/disconnected-tracing.exp
6482 * gdb.trace/entry-values.exp
6483 * gdb.trace/ftrace-lock.exp
6484 * gdb.trace/ftrace.exp
6485 * gdb.trace/infotrace.exp
6486 * gdb.trace/mi-trace-frame-collected.exp
6487 * gdb.trace/mi-trace-unavailable.exp
6488 * gdb.trace/mi-traceframe-changed.exp
6489 * gdb.trace/mi-tracepoint-changed.exp
6490 * gdb.trace/mi-tsv-changed.exp
6491 * gdb.trace/no-attach-trace.exp
6492 * gdb.trace/packetlen.exp
6493 * gdb.trace/passc-dyn.exp
6494 * gdb.trace/passcount.exp
6495 * gdb.trace/pending.exp
6496 * gdb.trace/pr16508.exp
6497 * gdb.trace/qtro.exp
6498 * gdb.trace/range-stepping.exp
6499 * gdb.trace/read-memory.exp
6500 * gdb.trace/report.exp
6501 * gdb.trace/save-trace.exp
6502 * gdb.trace/signal.exp
6503 * gdb.trace/stap-trace.exp
6504 * gdb.trace/status-stop.exp
6505 * gdb.trace/strace.exp
6506 * gdb.trace/tfile.exp
6507 * gdb.trace/tfind.exp
6508 * gdb.trace/trace-break.exp
6509 * gdb.trace/trace-condition.exp
6510 * gdb.trace/trace-enable-disable.exp
6511 * gdb.trace/trace-mt.exp
6512 * gdb.trace/tracecmd.exp
6513 * gdb.trace/tracefile-pseudo-reg.exp
6514 * gdb.trace/tspeed.exp
6515 * gdb.trace/tstatus.exp
6516 * gdb.trace/tsv.exp
6517 * gdb.trace/unavailable.exp
6518 * gdb.trace/while-dyn.exp
6519 * gdb.trace/while-stepping.exp
6520 * lib/gdb-guile.exp
6521 * lib/gdb.exp
6522 * lib/mi-support.exp
6523 * lib/pascal.exp
6524 * lib/perftest.exp
6525 * lib/prelink-support.exp
6526 * lib/selftest-support.exp
6527
6528 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6529
6530 * Makefile.in: Include disable-implicit-rules.mk.
6531
6532 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6533
6534 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6535 non-byte-aligned bit fields.
6536
6537 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6538
6539 PR gdb/12616
6540 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6541 respects the DW_AT_data_bit_offset attribute.
6542
6543 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6544
6545 * gdb.base/default.exp: Fix output of "set language".
6546
6547 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6548
6549 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6550 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6551 make.
6552 * configure.ac: Remove checks for the make program.
6553 * configure: Re-generate.
6554
6555 2016-11-16 Kevin Buettner <kevinb@redhat.com>
6556
6557 * gdb.python/py-recurse-unwind.c (main): Add loop.
6558 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6559 to read_register() and gdb.parse_and_eval(). Make each code
6560 call a separate case that can be individually tested.
6561 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6562 proc. Call cont_and_backtrace for each of the code paths that
6563 we want to test in the unwinder.
6564
6565 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6566
6567 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6568 the definition of struct S.
6569
6570 2016-11-11 Catherine Moore <clm@codesourcery.com>
6571
6572 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6573
6574 2016-11-09 Pedro Alves <palves@redhat.com>
6575
6576 * gdb.base/commands.exp (runto_or_return): New procedure.
6577 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6578 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6579 (progvar_simple_while_test, progvar_complex_if_while_test)
6580 (if_while_breakpoint_command_test)
6581 (infrun_breakpoint_command_test, breakpoint_command_test)
6582 (user_defined_command_test, watchpoint_command_test)
6583 (test_command_prompt_position, redefine_hook_test)
6584 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6585 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6586 multi_line_input and multi_line. Remove gdb_expect and
6587 gdb_stop_suppressing_tests uses.
6588 * lib/gdb.exp (valnum_re): New global.
6589 (multi_line_input): New procedure.
6590
6591 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6592
6593 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6594 Remove.
6595 (test_setup): Define with proc_with_prefix.
6596 (test_cli_inferior): Likewise.
6597 (test_cli_thread): Likewise.
6598 (test_cli_frame): Likewise.
6599 (test_cli_select_frame): Likewise.
6600 (test_cli_up_down): Likewise.
6601 (test_mi_thread_select): Likewise.
6602 (test_mi_stack_select_frame): Likewise.
6603 (test_cli_in_mi_inferior): Likewise.
6604 (test_cli_in_mi_thread): Likewise.
6605 (test_cli_in_mi_frame): Likewise.
6606 (top level): Do not use with_test_prefix_procname.
6607
6608 2016-11-09 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.base/commands.exp (gdbvar_simple_if_test)
6611 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6612 (progvar_simple_if_test, progvar_simple_while_test)
6613 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6614 (infrun_breakpoint_command_test, breakpoint_command_test)
6615 (user_defined_command_test, watchpoint_command_test)
6616 (test_command_prompt_position, deprecated_command_test)
6617 (bp_deleted_in_command, temporary_breakpoint_commands)
6618 (stray_arg0_test, source_file_with_indented_comment)
6619 (recursive_source_test, if_commands_test)
6620 (error_clears_commands_left, redefine_hook_test)
6621 (redefine_backtrace_test): Use proc_with_prefix.
6622 * lib/gdb.exp (proc_with_prefix): New proc.
6623
6624 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6625
6626 * gdb.base/tui-layout.c: New file.
6627 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6628 disassembly window contains very long lines.
6629
6630 2016-11-08 Tom Tromey <tom@tromey.com>
6631
6632 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6633 depend on Python 2.
6634
6635 2016-11-08 Tom Tromey <tom@tromey.com>
6636
6637 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6638 New method.
6639
6640 2016-10-29 Manish Goregaokar <manish@mozilla.com>
6641
6642 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6643
6644 2016-10-27 Manish Goregaokar <manish@mozilla.com>
6645
6646 * gdb.rust/simple.rs: Add test for univariant enums without
6647 discriminants and for encoded struct-like enums.
6648
6649 2016-10-28 Pedro Alves <palves@redhat.com>
6650
6651 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6652 gdb_test_multiple, tighten regexps and match symtabs and line
6653 tables incrementally.
6654
6655 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
6656
6657 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6658 general.
6659
6660 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
6661
6662 * gdb.base/exec-invalid-sysroot.exp: New file.
6663
6664 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6665
6666 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6667
6668 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6669
6670 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6671
6672 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6673
6674 * gdb.base/killed-outside.exp: Remove $options from a call to
6675 `prepare_for_testing'.
6676
6677 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6678
6679 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6680 Change test message.
6681
6682 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6683
6684 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6685 Update comment.
6686
6687 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6688
6689 * gdb.trace/mi-trace-save.exp: New file.
6690
6691 2016-10-13 Yao Qi <yao.qi@linaro.org>
6692
6693 * gdb.base/code_elim.exp (get_var_address): Remove.
6694 * gdb.base/relocate.exp: Likewise.
6695 * gdb.base/shreloc.exp: Likewise.
6696 * lib/gdb.exp (get_var_address): New.
6697
6698 2016-10-13 Yao Qi <yao.qi@linaro.org>
6699
6700 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6701 floating point tests if $skip_float_test is false.
6702
6703 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
6704
6705 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6706 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6707 argc values.
6708 Add 1 to argc so we guarantee distinct initial/modified argc values.
6709
6710 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6711
6712 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6713
6714 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6715
6716 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6717 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6718 * gdb.arch/vsx-regs.exp: Likewise.
6719
6720 2016-10-07 Yao Qi <yao.qi@linaro.org>
6721
6722 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6723
6724 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6725
6726 * gdb.python/python.exp: Test decode_line("*0").
6727
6728 2016-10-06 Doug Evans <dje@google.com>
6729
6730 * gdb.python/py-value.exp (test_value_creation): Add test for large
6731 unsigned 64-bit value.
6732
6733 2016-10-06 Tom Tromey <tom@tromey.com>
6734
6735 * gdb.compile/compile.exp: Change java tests to rust.
6736 * gdb.base/setshow.exp: Change java tests to rust.
6737 * gdb.base/default.exp: Remove java from language list.
6738 * README (Examples): Update language example.
6739 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6740 test.
6741 * lib/gdb.exp (skip_java_tests): Remove.
6742 * lib/java.exp: Remove.
6743 * gdb.java: Remove.
6744
6745 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6746
6747 * gdb.arch/mips-fcr.exp: New test.
6748 * gdb.arch/mips-fcr.c: Source for the new test.
6749
6750 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6751
6752 * gdb.base/solib-disc.exp: Use `standard_output_file'
6753 throughout.
6754
6755 2016-10-06 Pedro Alves <palves@redhat.com>
6756
6757 * gdb.base/jit-simple-dl.c: New file.
6758 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6759 * gdb.base/jit-simple.c: ... this.
6760 * gdb.base/jit-simple.exp (jit_run): Delete.
6761 (build_jit): New proc.
6762 (jit_test_reread): Recompile either the main program or the shared
6763 library, depending on what is being tested. Skip changing address
6764 if caller wants to. Compare before/after addresses. If testing
6765 standalone, explicitly load the binary. Test "maint info
6766 breakpoints".
6767 (top level): Add "standalone vs shared lib" and "change address"
6768 vs "same address" axes.
6769
6770 2016-10-06 Pedro Alves <palves@redhat.com>
6771
6772 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6773 call.
6774 (jit_run): Delete.
6775 (jit_test_reread): Use with_test_prefix. Reload the main binary
6776 explicitly. Compare the before/after addresses of the JIT
6777 descriptor.
6778
6779 2016-08-15 Doug Evans <dje@google.com>
6780
6781 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6782 for single bitfields is bool.
6783 * gdb.xml/tdesc-regs.exp: Ditto.
6784
6785 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6786
6787 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6788
6789 2016-10-05 Yao Qi <yao.qi@linaro.org>
6790
6791 * lib/gdb.exp (support_complex_tests): Return zero if
6792 gdb_skip_float_test return true.
6793
6794 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6795 Simon Marchi <simon.marchi@ericsson.com>
6796
6797 PR gdb/20487
6798 * gdb.mi/user-selected-context-sync.exp: New file.
6799 * gdb.mi/user-selected-context-sync.c: New file.
6800
6801 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6802 Simon Marchi <simon.marchi@ericsson.com>
6803
6804 PR gdb/20487
6805 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6806 =thread-select-event check.
6807
6808 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6809
6810 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6811 the compulsory L operand changes.
6812 * gdb.arch/powerpc-power.s: Likewise.
6813
6814 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6815
6816 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6817 * gdb.base/jit-attach-pie.c: New file.
6818 * gdb.base/jit-attach-pie.exp: New file.
6819
6820 2016-09-28 Pedro Alves <palves@redhat.com>
6821
6822 * gdb.base/infcall-input.c: New file.
6823 * gdb.base/infcall-input.exp: New file.
6824
6825 2016-09-22 Yao Qi <yao.qi@linaro.org>
6826
6827 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6828 (gdb_exit): Rename it to ...
6829 (gdbserver_gdb_exit): ... Close GDBserver.
6830 (gdb_exit): New proc, call gdbserver_gdb_exit.
6831 (mi_gdb_exit): Likewise.
6832
6833 2016-09-22 Yao Qi <yao.qi@linaro.org>
6834
6835 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6836 path.
6837 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6838 Remove duplication.
6839
6840 2016-09-22 Yao Qi <yao.qi@linaro.org>
6841
6842 * lib/gdbserver-support.exp: Check the existence of
6843 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6844
6845 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6846
6847 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6848
6849 2016-09-21 Tom Tromey <tom@tromey.com>
6850
6851 PR gdb/20604:
6852 * gdb.base/quit.exp: New file.
6853
6854 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6855
6856 * .gitignore: New file.
6857
6858 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6859
6860 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6861 throughout.
6862
6863 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6864
6865 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6866
6867 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6868
6869 * gdb.cp/casts.cc (decltype): Move it ...
6870 (main): ... with its call to ...
6871 * gdb.cp/casts03.cc: ... a new file.
6872 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6873
6874 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6875
6876 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6877
6878 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6879
6880 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6881 and sync up the test with tests in gas/testsuite/gas/ppc.
6882 * gdb.arch/powerpc-power.exp: Likewise.
6883
6884 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6885
6886 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6887
6888 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6889 Jan Kratochvil <jan.kratochvil@redhat.com>
6890
6891 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6892 make m1's definition to be different from m2's. Use 'dummy' as an
6893 argument for probe 'two'.
6894
6895 2016-09-10 Jon Beniston <jon@beniston.com>
6896
6897 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6898 for sim target.
6899
6900 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6901
6902 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6903 variable declaration.
6904 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6905 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6906 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6907 received HWCAP as its argument.
6908
6909 2016-09-06 Pedro Alves <palves@redhat.com>
6910
6911 * gdb.base/new-ui-pending-input.c: New file.
6912 * gdb.base/new-ui-pending-input.exp: New file.
6913 * gdb.exp (clear_gdb_spawn_id): New procedure.
6914 (with_spawn_id): Check whether gdb_spawn_id exists before
6915 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6916 on exit.
6917
6918 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6919
6920 * gdb.base/float128.c: New file.
6921 * gdb.base/float128.exp: Likewise.
6922 * gdb.base/floatn.c: Likewise.
6923 * gdb.base/floatn.exp: Likewise.
6924
6925 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6926
6927 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6928
6929 2016-09-05 Pedro Alves <palves@redhat.com>
6930
6931 PR backtrace/19927
6932 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6933 unwinders are immediately called as side effect of "source" or
6934 "disable unwinder" commands.
6935 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6936
6937 2016-09-02 Yao Qi <yao.qi@linaro.org>
6938
6939 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6940 is true and $type is "float" or "double".
6941
6942 2016-09-02 Yao Qi <yao.qi@linaro.org>
6943
6944 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6945 true.
6946 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6947 * gdb.base/call-rt-st.exp: Likewise.
6948 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6949 return value instead of gdb,skip_float_test.
6950 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6951 (do_function_calls): Use its return value instead of
6952 gdb,skip_float_test.
6953 * gdb.base/finish.exp: Likewise.
6954 * gdb.base/funcargs.exp: Likewise.
6955 * gdb.base/return.exp: Likewise.
6956 * gdb.base/return2.exp: Likewise.
6957 * gdb.base/varargs.exp: Likewise.
6958 * lib/gdb.exp (gdb_skip_float_test): Change it to
6959 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6960
6961 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6962
6963 * gdb.multi/tids.exp: Test "thread apply all".
6964
6965 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6966
6967 * gdb.base/default.exp (tty): Remove.
6968
6969 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6970
6971 * gdb.python/py-recurse-unwind.c: New file.
6972 * gdb.python/py-recurse-unwind.py: New file.
6973 * gdb.python/py-recurse-unwind.exp: New file.
6974
6975 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6976
6977 * gdb.base/set-inferior-tty.exp: New file.
6978 * gdb.base/set-inferior-tty.c: New file.
6979
6980 2016-08-23 Pedro Alves <palves@redhat.com>
6981
6982 PR gdb/20494
6983 * gdb.base/new-ui-echo.c: New file.
6984 * gdb.base/new-ui-echo.exp: New file.
6985
6986 2016-08-23 Yao Qi <yao.qi@linaro.org>
6987
6988 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6989 gdbserver_spawn.
6990 * gdb.server/connect-without-multi-process.exp (do_test):
6991 Likewise.
6992
6993 2016-08-23 Yao Qi <yao.qi@linaro.org>
6994
6995 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6996 standalone_txt. Delete gdb_txt and standalone_txt on host
6997 and target. Spawn the binary on target. Copy files from
6998 target to host.
6999
7000 2016-08-22 Pedro Alves <palves@redhat.com>
7001
7002 PR gdb/20505
7003 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7004 with_test_prefix. Factor out bits to ...
7005 (test_no_vdso): ... this new procedure.
7006
7007 2016-08-19 Carl Love <cel@us.ibm.com>
7008
7009 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7010 maintaining separate logic for constructing the output path.
7011 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7012 * gdb.arch/ppc-dfp.exp: Likewise.
7013 * gdb.arch/ppc-fp.exp: Likewise.
7014 * gdb.arch/vsx-regs.exp: Likewise.
7015 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7016 binprefix for generating the additional binary files.
7017
7018 2016-08-19 Pedro Alves <palves@redhat.com>
7019
7020 * gdb.trace/mi-trace-frame-collected.exp
7021 (test_trace_frame_collected): On x32, expect two registers.
7022
7023 2016-08-18 Carl Love <cel@us.ibm.com>
7024
7025 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7026 and sync up the test with tests in gas/testsuite/gas/ppc.
7027 * gdb.arch/powerpc-power.exp: Likewise.
7028
7029 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7030
7031 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7032 expected error message.
7033
7034 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7035
7036 * gdb.multi/remove-inferiors.exp: New file.
7037 * gdb.multi/remove-inferiors.c: New file.
7038
7039 2016-08-12 Yao Qi <yao.qi@linaro.org>
7040
7041 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7042 argument list.
7043
7044 2016-08-10 Pedro Alves <palves@redhat.com>
7045
7046 PR gdb/19187
7047 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7048 setup_kfails.
7049
7050 2016-08-09 Pedro Alves <palves@redhat.com>
7051 Simon Marchi <simon.marchi@ericsson.com>
7052
7053 PR gdb/20418
7054 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7055 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7056
7057 2016-08-09 Pedro Alves <palves@redhat.com>
7058
7059 PR mi/20431
7060 * gdb.mi/mi-cmd-error.exp: New file.
7061
7062 2016-08-09 Pedro Alves <palves@redhat.com>
7063
7064 PR gdb/18653
7065 * gdb.base/signals-state-child.c: New file.
7066 * gdb.base/signals-state-child.exp: New file.
7067 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7068
7069 2016-08-09 Pedro Alves <palves@redhat.com>
7070
7071 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7072
7073 2016-08-03 Tom Tromey <tom@tromey.com>
7074
7075 PR python/18565:
7076 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7077
7078 2016-08-01 Yao Qi <yao.qi@linaro.org>
7079
7080 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7081 variable mode to "multi-process" if $multi_process is 1, otherwise
7082 set it to "single-process".
7083
7084 2016-08-01 Yao Qi <yao.qi@linaro.org>
7085
7086 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7087 * gdb.cp/cpexprs.exp: Likewise.
7088 * gdb.cp/m-static.exp: Likewise.
7089
7090 2016-07-26 Tom Tromey <tom@tromey.com>
7091
7092 PR python/20190:
7093 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7094 test.
7095
7096 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7097
7098 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7099 selecting assembly source files.
7100 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7101 assembly source files.
7102 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7103 assembly source files.
7104 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7105 selecting assembly source files.
7106
7107 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7108
7109 * gdb.base/new-ui.exp (do_test_invalid_args): New
7110 procedure.
7111
7112 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7113
7114 * gdb.btrace/reconnect.c: New file.
7115 * gdb.btrace/reconnect.exp: New file.
7116
7117 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7118
7119 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7120 to test_catch_syscall_group.
7121 (test_catch_syscall_group): New.
7122
7123 2016-07-21 Tom Tromey <tom@tromey.com>
7124
7125 * gdb.rust/simple.rs (main): Use empty struct expression.
7126 * gdb.rust/simple.exp: Add tests for empty struct expression.
7127
7128 2016-07-21 Yao Qi <yao.qi@linaro.org>
7129
7130 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7131 if gdb_skip_xml_test is true on some targets.
7132
7133 2016-07-21 Yao Qi <yao.qi@linaro.org>
7134
7135 * gdb.server/solib-list.exp: Unset last_loaded_file.
7136
7137 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7138
7139 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7140 "step into captured_main (args)".
7141
7142 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7143
7144 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7145
7146 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7147
7148 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7149
7150 2016-07-19 Pedro Alves <palves@redhat.com>
7151
7152 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7153 * gdb.opt/inline-bt.exp: Likewise.
7154 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7155 additional_flags=-Winline.
7156 * gdb.opt/inline-locals.exp: Likewise.
7157 * gdb.opt/inline-markers.c (ATTR): Define.
7158 (inlined_fn): Use it.
7159
7160 2016-07-19 Yao Qi <yao.qi@linaro.org>
7161
7162 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7163 (test_with_self): Remove some code. Remove argument executable.
7164 (top-level): Use do_self_tests.
7165
7166 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7167 Don Breazeal <donb@codesourcery.com>
7168
7169 * gdb.base/maint.exp: Escape paths used in regular expressions.
7170 * gdb.stabs/weird.exp: Likewise.
7171
7172 2016-07-13 Tom Tromey <tom@tromey.com>
7173
7174 PR python/15620, PR python/18620:
7175 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7176 (test_bkpt_events): New procs.
7177
7178 2016-07-13 Tom Tromey <tom@tromey.com>
7179
7180 PR python/17698:
7181 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7182 test.
7183 (test_watchpoints): Likewise.
7184 (test_bkpt_pending): New proc.
7185
7186 2016-07-13 Tom Tromey <tom@tromey.com>
7187
7188 PR cli/18053:
7189 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7190 completion test.
7191
7192 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7193
7194 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7195 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7196 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7197 f_label.
7198 (g): Rename g_end_lbl to g_label.
7199 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7200 low_pc and high_pc.
7201 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7202
7203 2016-07-12 Tom Tromey <tom@tromey.com>
7204
7205 PR python/19293:
7206 * gdb.python/py-unwind-maint.exp: Update tests.
7207
7208 2016-07-12 Yao Qi <yao.qi@linaro.org>
7209
7210 * lib/selftest-support.exp (selftest_setup): Match the output
7211 when captured_main is inlined.
7212
7213 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7214
7215 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7216 New variables.
7217 (print this%a, print this%b, print this): New tests.
7218 * gdb.fortran/derived-types.f90 (this): New object and
7219 initialization.
7220
7221 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7222
7223 * gdb.ada/arraydim.exp: Remove extra directory level in build
7224 directory.
7225
7226 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7227
7228 * lib/ada.exp: Remove extra directory level in build directory.
7229 * gdb.ada/cond_lang.exp: Likewise.
7230 * gdb.ada/exec_changed.exp: Likewise.
7231 * gdb.ada/lang_switch.exp: Likewise.
7232
7233 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7234
7235 * simple.rs: Add test for raw pointer subscripting.
7236 * simple.exp: Add test expectations.
7237
7238 2016-07-05 Yao Qi <yao.qi@linaro.org>
7239
7240 * gdb.mi/mi-reverse.exp: Match =record-started output.
7241
7242 2016-07-01 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7245 procedure.
7246 (jit_reader_test): Test the jit reader's unwinder.
7247 * gdb.base/jithost.c (jit_function_00_code): New global.
7248 (main): Use memcpy to fill in the mmapped code, instead of poking
7249 bytes manually here.
7250 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7251 value.
7252 (read_debug_info): Save the function's range.
7253 (read_sp): New function.
7254 (unwind_frame): Use it. Also unwind RBP.
7255 (get_frame_id): Use read_sp.
7256 (gdb_init_reader): Use calloc instead of malloc.
7257 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7258 parameter. Use gdb_test_multiple.
7259
7260 2016-07-01 Pedro Alves <palves@redhat.com>
7261 Antoine Tremblay <antoine.tremblay@ericsson.com>
7262
7263 * gdb.threads/process-dies-while-detaching.c: New file.
7264 * gdb.threads/process-dies-while-detaching.exp: New file.
7265
7266 2016-07-01 Pedro Alves <palves@redhat.com>
7267
7268 * gdb.multi/watchpoint-multi-exit.c: New file.
7269 * gdb.multi/watchpoint-multi-exit.exp: New file.
7270
7271 2016-06-30 Pedro Alves <palves@redhat.com>
7272
7273 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7274 unset inferior_spawn_id.
7275
7276 2016-06-30 Pedro Alves <palves@redhat.com>
7277
7278 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7279 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7280
7281 2016-06-29 Yao Qi <yao.qi@linaro.org>
7282
7283 * gdb.base/return.c: Add copyright header.
7284
7285 2016-06-29 Tom Tromey <tom@tromey.com>
7286
7287 PR python/20129:
7288 * gdb.python/py-framefilter.exp: Add tests for setting priority
7289 and disabling of non-existent frame filter.
7290
7291 2016-06-29 Yao Qi <yao.qi@linaro.org>
7292
7293 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7294 0x0f07ff.
7295
7296 2016-06-28 Yao Qi <yao.qi@linaro.org>
7297
7298 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7299 triplets. Start gdb, execute catch syscall, and continue. Check
7300 gdb's output to determine catch syscall is supported.
7301
7302 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7303
7304 * gdb.rust/simple.rs: Add test for returning unit in a function.
7305 * gdb.rust/simple.exp: Add expectation for functions returning
7306 unit.
7307
7308 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7309
7310 * gdb.python/py-breakpoint-create-fail.c,
7311 gdb.python/py-breakpoint-create-fail.exp,
7312 gdb.python/py-breakpoint-create-fail.py: New testcase.
7313
7314 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7315
7316 PR gdb/20239
7317 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7318 * gdb.rust/simple.exp: Add test expectations for new NonZero
7319 tests.
7320
7321 2016-06-24 David Taylor <dtaylor@emc.com>
7322
7323 * gdb.base/offsets.exp: New file.
7324 * gdb.base/offsets.c: New file.
7325
7326 2016-06-23 Tom Tromey <tom@tromey.com>
7327
7328 PR gdb/16483:
7329 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7330 before any filters are loaded.
7331
7332 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7333
7334 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7335 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7336 structs.
7337 * gdb.fortran/derived-type-function.exp: New file.
7338 * gdb.fortran/derived-type-function.f90: New file.
7339
7340
7341 2016-06-21 Pedro Alves <palves@redhat.com>
7342
7343 * gdb.base/new-ui.exp: New file.
7344 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7345 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7346 (with_spawn_id): New procedure.
7347
7348 2016-06-21 Pedro Alves <palves@redhat.com>
7349
7350 * gdb.mi/mi-exec-run.exp: New file.
7351
7352 2016-06-21 Pedro Alves <palves@redhat.com>
7353
7354 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7355 breakpoint command's output on the main UI.
7356 (test_break): New procedure, factored out from calls in the top
7357 level.
7358 (top level): Use foreach_with_prefix to test MI as main UI and as
7359 separate UI.
7360
7361 2016-06-21 Pedro Alves <palves@redhat.com>
7362
7363 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7364 (test_awatch_creation_and_listing)
7365 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7366 Remove 'type' parameter.
7367 (test_watchpoint_all): New parameter mi_mode. Remove
7368 with_test_prefix.
7369 (top level): Use foreach_with_prefix, and add main/separate UI MI
7370 testing axis.
7371
7372 2016-06-21 Pedro Alves <palves@redhat.com>
7373
7374 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7375 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7376 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7377 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7378 (gdb_main_spawn_id, mi_spawn_id): Declare and
7379 comment.
7380 (mi_create_inferior_pty): New procedure,
7381 factored out from default_mi_gdb_start.
7382 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7383 procedures.
7384 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7385 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7386 Use mi_create_inferior_pty.
7387 (mi_gdb_start): Use eval to pass down args list.
7388
7389 2016-06-21 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7392 * gdb.opt/inline-cmds.exp: Add MI tests.
7393
7394 2016-06-21 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7397
7398 2016-06-21 Pedro Alves <palves@redhat.com>
7399
7400 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7401 (top level): Use it instead of mi_execute_to.
7402
7403 2016-06-21 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7406 (cont_handler_str): New.
7407 (signal_stop_handler): Set stop_handler_str instead of printing to
7408 stdout.
7409 (continue_handler): Set cont_handler_str instead of printing to
7410 stdout.
7411 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7412 mi_send_resuming_command. Print stop_handler_str and
7413 cont_handler_str instead of expecting the python events print
7414 directly.
7415
7416 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7417
7418 * gdb.base/jit-reader.exp: New file.
7419 * gdb.base/jithost.c: New file.
7420 * gdb.base/jithost.h: New file.
7421 * gdb.base/jitreader.c : New file.
7422 * gdb.base/jit-protocol.h: New file.
7423
7424 2016-06-17 Yao Qi <yao.qi@linaro.org>
7425
7426 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7427 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7428 and detach-on-fork. Adjust tests.
7429 (top level): Invoke break_cond_on_syscall with combinations of
7430 syscall, follow-fork-mode and detach-on-fork.
7431
7432 2016-06-17 Yao Qi <yao.qi@linaro.org>
7433
7434 * gdb.base/step-over-exit.c: New.
7435 * gdb.base/step-over-exit.exp: New.
7436
7437 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7438
7439 * gdb.base/float.exp: Add target check for nds32*-*-*.
7440 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7441
7442 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7443
7444 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7445 for unsupported target features.
7446 * gdb.base/call-rt-st.exp: Likewise.
7447 * gdb.base/call-sc.exp: Likewise.
7448 * gdb.base/call-signal-resume.exp: Likewise.
7449 * gdb.base/call-strs.exp: Likewise.
7450 * gdb.base/callexit.exp: Likewise.
7451 * gdb.base/callfuncs.exp: Likewise.
7452 * gdb.base/nodebug.exp: Likewise.
7453 * gdb.base/printcmds.exp: Likewise.
7454 * gdb.base/ptype.exp: Likewise.
7455 * gdb.base/structs.exp: Likewise.
7456 * gdb.base/unwindonsignal.exp: Likewise.
7457 * gdb.cp/gdb2495.exp: Likewise.
7458 * gdb.cp/templates.exp: Likewise.
7459 * gdb.cp/virtfunc.exp: Likewise.
7460 * gdb.threads/hand-call-in-threads.exp: Likewise.
7461 * gdb.threads/interrupted-hand-call.exp: Likewise.
7462 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7463
7464 2016-06-10 Tom Tromey <tom@tromey.com>
7465
7466 PR rust/20110:
7467 * gdb.rust/expr.exp: Add test for integer constant larger than
7468 i32.
7469
7470 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7471
7472 * gdb.fortran/nested-funcs.exp: New.
7473 * gdb.fortran/nested-funcs.f90: New.
7474
7475 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7476
7477 * gdb.base/examine-backward.c: New file.
7478 * gdb.base/examine-backward.exp: New file.
7479
7480 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7481
7482 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7483 matching.
7484
7485 2016-06-02 Tom Tromey <tom@tromey.com>
7486
7487 PR python/18984:
7488 * gdb.python/py-shared.exp: Add solib_name test.
7489
7490 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7491
7492 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7493
7494 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7495
7496 PR c++/19893
7497 * gdb.dwarf2/implref.exp: Rename to...
7498 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7499 * gdb.dwarf2/implref-array.c: New file.
7500 * gdb.dwarf2/implref-array.exp: Likewise.
7501 * gdb.dwarf2/implref-global.c: Likewise.
7502 * gdb.dwarf2/implref-global.exp: Likewise.
7503 * gdb.dwarf2/implref-struct.c: Likewise.
7504 * gdb.dwarf2/implref-struct.exp: Likewise.
7505
7506 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7507
7508 * gdb.trace/trace-condition.exp: Add 64bit tests.
7509
7510 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7511
7512 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7513 bits types.
7514 (main): Adapt to 8 to 64 bits types.
7515 * gdb.trace/trace-condition.exp: Add new tests.
7516
7517 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7518
7519 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7520
7521 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7522
7523 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7524 Move condition tests...
7525 * gdb.trace/trace-condition.exp: Here.
7526
7527 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7528
7529 * gdb.trace/trace-condition.exp: Add counter-case tests.
7530
7531 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7532
7533 PR c++/15231
7534 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7535 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7536
7537 2016-05-27 Pedro Alves <palves@redhat.com>
7538
7539 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7540 New procedure.
7541 (top level): Call it, and bail out of DejaGnu is known to be bad.
7542
7543 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7544
7545 * gdb.base/whatis.c: Extend the test case.
7546 * gdb.base/whatis.exp: Add additional tests.
7547
7548 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7549
7550 * gdb.fortran/type.f90: Add pointer variable.
7551 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7552
7553 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7554
7555 * gdb.fortran/vla-type.exp: Fix testcase name.
7556
7557 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7558
7559 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7560
7561 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7562
7563 * gdb.fortran/type.f90: Add nested structures.
7564 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7565 * gdb.fortran/derived-type.exp: Adapt expected output.
7566 * gdb.fortran/vla-type.exp: Adapt expected output.
7567
7568 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7569
7570 * gdb.fortran/whatis_type.exp: Adapt expected output.
7571
7572 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7573
7574 * gdb.fortran/print_type.exp: Fix expected output.
7575 * gdb.fortran/whatis_type.exp: Fix expected output.
7576
7577 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7578
7579 * gdb.fortran/whatis_type.exp: Use multi_line.
7580
7581 2016-05-24 Tom Tromey <tom@tromey.com>
7582
7583 PR python/17386:
7584 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7585 use value as an index.
7586
7587 2016-05-23 Tom Tromey <tom@tromey.com>
7588
7589 PR python/17981:
7590 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7591 no-breakpoint case.
7592
7593 2016-05-24 Pedro Alves <palves@redhat.com>
7594
7595 PR gdb/19828
7596 * gdb.threads/clone-attach-detach.c: New file.
7597 * gdb.threads/clone-attach-detach.exp: New file.
7598
7599 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7600
7601 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7602
7603 2016-05-23 Tom Tromey <tom@tromey.com>
7604
7605 PR python/19438, PR python/18393:
7606 * gdb.python/py-progspace.exp: Add "dir" test.
7607 * gdb.python/py-objfile.exp: Add "dir" test.
7608
7609 2016-05-23 Yao Qi <yao.qi@linaro.org>
7610
7611 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7612 * gdb.arch/thumb2-it.exp: Likewise.
7613
7614 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7615
7616 * gdb.mi/mi-threads-interrupt.c: New file.
7617 * gdb.mi/mi-threads-interrupt.exp: New file.
7618
7619 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7620
7621 PR gdb/18077
7622 * gdb.mi/mi-async-run.exp: New file.
7623 * gdb.mi/mi-async-run.c: New file.
7624
7625 2016-05-17 Tom Tromey <tom@tromey.com>
7626 Manish Goregaokar <manishsmail@gmail.com>
7627
7628 * lib/rust-support.exp: New file.
7629 * lib/gdb.exp (skip_rust_tests): New proc.
7630 (build_executable_from_specs): Handle rust.
7631 * lib/future.exp (gdb_find_rustc): New proc.
7632 (gdb_default_target_compile): Handle rust.
7633 * gdb.rust/expr.exp: New file.
7634 * gdb.rust/generics.exp: New file.
7635 * gdb.rust/generics.rs: New file.
7636 * gdb.rust/methods.exp: New file.
7637 * gdb.rust/methods.rs: New file.
7638 * gdb.rust/modules.exp: New file.
7639 * gdb.rust/modules.rs: New file.
7640 * gdb.rust/simple.exp: New file.
7641 * gdb.rust/simple.rs: New file.
7642
7643 2016-05-17 Tom Tromey <tom@tromey.com>
7644
7645 * gdb.base/default.exp (set language): Add rust.
7646
7647 2016-05-17 Tom Tromey <tom@tromey.com>
7648
7649 * gdb.gdb/unittest.exp: New file.
7650
7651 2016-05-16 Yao Qi <yao.qi@linaro.org>
7652
7653 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7654 shell_prompt. Update shell_prompt_re.
7655
7656 2016-05-12 Doug Evans <dje@google.com>
7657
7658 PR symtab/19999
7659 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7660 $options when building executable.
7661 * gdb.dwarf2/fission-loclists-pie.S: New file.
7662 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7663
7664 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7665
7666 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7667 of [is_remote target],
7668
7669 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7670
7671 * lib/gdb.exp (use_gdb_stub): New procedure.
7672
7673 2016-05-03 Yunlian Jiang <yunlian@google.com>
7674 Doug Evans <dje@google.com>
7675
7676 PR symtab/19914
7677 * gdb.dwarf2/dwp-sepdebug.c: New file.
7678 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7679
7680 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7681
7682 * gdb.base/detach.exp: Remove is_remote check.
7683
7684 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7685
7686 * gdb.base/annota-input-while-running.exp: Don't check for
7687 [is_remote target]. Enable annotations after running to main.
7688 Remove unused "set test..." line.
7689
7690 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7691
7692 * gdb.trace/trace-enable-disable.exp: New file.
7693 * gdb.trace/trace-enable-disable.c: New file.
7694
7695 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7696
7697 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7698 use it in info sharedlibrary test.
7699 * gdb.trace/ftrace-lock.exp: Likewise.
7700 * gdb.trace/ftrace.exp: Likewise.
7701 * gdb.trace/range-stepping.exp: Likewise.
7702 * gdb.trace/trace-break.exp: Likewise.
7703 * gdb.trace/trace-condition.exp: Likewise.
7704 * gdb.trace/trace-mt.exp: Likewise.
7705
7706 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7709 (gdb_load_shlib): ... this.
7710 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7711 gdb_load_shlib.
7712 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7713 * gdb.base/ctxobj.exp: Likewise.
7714 * gdb.base/dprintf-pending.exp: Likewise.
7715 * gdb.base/dso2dso.exp: Likewise.
7716 * gdb.base/fixsection.exp: Likewise.
7717 * gdb.base/gcore-relro.exp: Likewise.
7718 * gdb.base/gdb1555.exp: Likewise.
7719 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7720 * gdb.base/gnu-ifunc.exp: Likewise.
7721 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7722 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7723 * gdb.base/pending.exp: Likewise.
7724 * gdb.base/print-file-var.exp: Likewise.
7725 * gdb.base/print-symbol-loading.exp: Likewise.
7726 * gdb.base/shlib-call.exp: Likewise.
7727 * gdb.base/shreloc.exp: Likewise.
7728 * gdb.base/so-impl-ld.exp: Likewise.
7729 * gdb.base/solib-disc.exp: Likewise.
7730 * gdb.base/solib-nodir.exp: Likewise.
7731 * gdb.base/solib-overlap.exp: Likewise.
7732 * gdb.base/solib-symbol.exp: Likewise.
7733 * gdb.base/solib-weak.exp (do_test): Likewise.
7734 * gdb.base/sym-file.exp: Likewise.
7735 * gdb.base/symtab-search-order.exp: Likewise.
7736 * gdb.base/type-opaque.exp: Likewise.
7737 * gdb.base/unload.exp: Likewise.
7738 * gdb.base/watchpoint-solib.exp: Likewise.
7739 * gdb.compile/compile.exp: Likewise.
7740 * gdb.cp/gdb2384.exp: Likewise.
7741 * gdb.cp/infcall-dlopen.exp: Likewise.
7742 * gdb.cp/re-set-overloaded.exp: Likewise.
7743 * gdb.fortran/library-module.exp: Likewise.
7744 * gdb.opt/solib-intra-step.exp: Likewise.
7745 * gdb.python/py-finish-breakpoint.exp: Likewise.
7746 * gdb.python/py-shared.exp: Likewise.
7747 * gdb.reverse/solib-precsave.exp: Likewise.
7748 * gdb.reverse/solib-reverse.exp: Likewise.
7749 * gdb.server/solib-list.exp: Likewise.
7750 * gdb.threads/dlopen-libpthread.exp: Likewise.
7751 * gdb.threads/tls-shared.exp: Likewise.
7752 * gdb.threads/tls-so_extern.exp: Likewise.
7753 * gdb.trace/change-loc.exp: Likewise.
7754 * gdb.trace/ftrace-lock.exp: Likewise.
7755 * gdb.trace/ftrace.exp: Likewise.
7756 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7757 * gdb.trace/pending.exp: Likewise.
7758 * gdb.trace/range-stepping.exp: Likewise.
7759 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7760 (strace_info_marker): Likewise.
7761 (strace_probe_marker): Likewise.
7762 (strace_trace_on_same_addr): Likewise.
7763 (strace_trace_on_diff_addr): Likewise.
7764 * gdb.trace/trace-break.exp: Likewise.
7765 * gdb.trace/trace-condition.exp: Likewise.
7766 * gdb.trace/trace-mt.exp: Likewise.
7767
7768 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7769
7770 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7771 result of gdb_remote_download.
7772 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7773 * gdb.base/dso2dso.exp: Likewise.
7774 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7775 * gdb.base/print-file-var.exp: Likewise.
7776 * gdb.base/shlib-call.exp: Likewise.
7777 * gdb.base/shreloc.exp: Likewise.
7778 * gdb.base/solib-overlap.exp: Likewise.
7779 * gdb.base/solib-weak.exp (do_test): Likewise.
7780 * gdb.base/unload.exp: Likewise.
7781
7782 2016-04-27 Yao Qi <yao.qi@linaro.org>
7783
7784 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7785 exists.
7786
7787 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7788
7789 * vla-type.exp: Print structure from toplevel.
7790
7791 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7792
7793 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7794 of dynamic types.
7795 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7796 of dynamic types.
7797
7798 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7799
7800 * gdb.fortran/vla-type.f90: New file.
7801 * gdb.fortran/vla-type.exp: New file.
7802
7803 2016-04-25 Yao Qi <yao.qi@linaro.org>
7804
7805 * gdb.base/branch-to-self.c: New file.
7806 * gdb.base/branch-to-self.exp: New file.
7807
7808 2016-04-22 Yao Qi <yao.qi@linaro.org>
7809
7810 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7811 more after $hex.
7812
7813 2016-04-22 Yao Qi <yao.qi@linaro.org>
7814
7815 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7816 * gdb.base/annota3.exp: Likewise.
7817
7818 2016-04-22 Yao Qi <yao.qi@linaro.org>
7819
7820 * gdb.reverse/step-precsave.exp: Do one step and test program
7821 stops in "callee" and do multiple steps until program goes out
7822 of "callee".
7823 * gdb.reverse/step-reverse.exp: Likewise.
7824
7825 2016-04-22 Yao Qi <yao.qi@linaro.org>
7826
7827 * gdb.trace/signal.exp: Also pass if
7828 $tracepoint_hits($i) > $iterations.
7829
7830 2016-04-22 Yao Qi <yao.qi@linaro.org>
7831
7832 * gdb.trace/signal.c: New file.
7833 * gdb.trace/signal.exp: New file.
7834
7835 2016-04-19 Doug Evans <xdje42@gmail.com>
7836
7837 * gdb.base/bad-file.exp: New file.
7838
7839 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7840
7841 * gdb.dwarf2/implref.exp: New file.
7842
7843 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7844
7845 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7846 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7847 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7848 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7849 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7850 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7851 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7852 * lib/fortran.exp (fortran_int4): New procedure.
7853 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7854 (fortran_logical4): Likewise.
7855
7856 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7857
7858 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7859
7860 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7861
7862 * lib/compiler.c: Add Intel specific preprocessor macros.
7863 * lib/compiler.cc: Likewise.
7864
7865 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7866
7867 * gdb.server/connect-with-no-symbol-file.c: New file.
7868 * gdb.server/connect-with-no-symbol-file.exp: New file.
7869
7870 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7871
7872 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7873
7874 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7875
7876 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7877 standard output directory.
7878
7879 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7880
7881 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7882
7883 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7884
7885 * gdb.btrace/instruction_history.c (loop): Add declaration.
7886
7887 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7888
7889 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7890
7891 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7892
7893 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7894 parentheses to print.
7895 (continue_handler): Likewise.
7896
7897 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7898
7899 * gdb.server/solib-list.exp: Remove is_remote check.
7900 Pass shlib= to gdb_compile. Don't link shared library with
7901 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7902 Run binary filename through "readlink -f" on the target.
7903
7904 2016-04-08 Pedro Alves <palves@redhat.com>
7905
7906 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7907 interpreter filename as argument to gdbserver_spawn.
7908 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7909 Return empty if $last_loaded_file does not exist.
7910
7911 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7912
7913 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7914 * gdb.base/jit-main.c: Use exit after usage.
7915
7916 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7917
7918 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7919 GDBHISTSIZE prior to the tests.
7920 * gdb.base/gdbinit-history.exp: Likewise.
7921
7922 2016-04-07 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7925 instead of build_executable. Use gdb_load_shlibs.
7926
7927 2016-04-07 Yao Qi <yao.qi@linaro.org>
7928
7929 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7930 Execute "si" command.
7931
7932 2016-04-07 Yao Qi <yao.qi@linaro.org>
7933
7934 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7935 number instead of the comments on some line.
7936
7937 2016-04-06 Don Breazeal <donb@codesourcery.com>
7938
7939 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7940 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7941
7942 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7943
7944 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7945 standard_output_file. Remove unused binfile variable.
7946
7947 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7948
7949 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7950 * gdb.python/py-mi-objfile.exp: Match "list main" output
7951 in console format.
7952
7953 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7954
7955 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7956 absolute.
7957
7958 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7959
7960 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7961 absolute.
7962 * gdb.trace/ftrace.exp: Likewise.
7963 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7964 targets as well.
7965 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7966 (gdb_load_shlibs): Copy libraries to test directory when testing
7967 natively. Only set solib-search-path if testing remotely.
7968 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7969
7970 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7971
7972 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7973 gdb_download. Use it even if the target is not remote.
7974 * gdb.base/jit.exp (compile_jit_test): Likewise.
7975 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7976 output directory if the destination board is local, otherwise use
7977 the standard remote_download from DejaGnu.
7978 (gdb_download): Remove.
7979 (gdb_load_shlibs): Use gdb_remote_download instead of
7980 gdb_download.
7981 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7982 Use gdb_remote_download instead of gdb_download. Use it even if
7983 the target is not remote.
7984 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7985 instead of gdb_download.
7986
7987 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7988
7989 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7990 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7991 run.
7992
7993 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7994
7995 PR gdb/19820
7996 * gdb.base/printcmds.exp: Add artificial arrays tests.
7997
7998 2016-03-31 Pedro Alves <palves@redhat.com>
7999
8000 PR gdb/19858
8001 * gdb.base/jit-main.c: Include unistd.h.
8002 (ATTACH): Define to 0 if not already defined.
8003 (wait_for_gdb, mypid): New globals.
8004 (WAIT_FOR_GDB): New macro.
8005 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8006 some breakpoint locations.
8007 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8008 New procedures.
8009 (one_jit_test): Add REATTACH parameter, and handle it. Use
8010 continue_to_test_location.
8011 (top level): Test attach, and adjusts calls to one_jit_test.
8012
8013 2016-03-31 Pedro Alves <palves@redhat.com>
8014
8015 PR gdb/19858
8016 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8017 BINSUFFIX parameter, and handle it.
8018 (top level): Adjust calls compile_jit_test.
8019
8020 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8021
8022 PR python/19743
8023 * gdb.python/py-mi-events-gdb.py: New file.
8024 * gdb.python/py-mi-events.c: New file.
8025 * gdb.python/py-mi-events.exp: New file.
8026
8027 2016-03-30 Yao Qi <yao.qi@linaro.org>
8028
8029 * gdb.reverse/until-precsave.exp: Match function name only.
8030 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8031 Move malloc to a condition block.
8032 * gdb.reverse/until-reverse.exp: Match function name only.
8033
8034 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8035
8036 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8037 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8038 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8039 variable for GPR 0 instead of assuming it is register 0.
8040 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8041 * lib/trace-support.exp: Add s390 registers.
8042
8043 2016-03-29 Yao Qi <yao.qi@linaro.org>
8044
8045 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8046
8047 2016-03-24 Yao Qi <yao.qi@linaro.org>
8048
8049 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8050 test message.
8051
8052 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8053
8054 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8055 maintaining separate logic for constructing the output path.
8056
8057 2016-03-16 Don Breazeal <donb@codesourcery.com>
8058
8059 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8060 Retry fork and waitpid on interrupted system call errors.
8061 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8062 Use with_timeout_factor to increase timeout by factor of 10.
8063
8064 2016-03-15 Don Breazeal <donb@codesourcery.com>
8065
8066 * gdb.cp/scope-err.cc: New test program.
8067 * gdb.cp/scope-err.exp: New test script.
8068 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8069 lines and "set breakpoint here" comment.
8070 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8071 Fixed some whitespace and format issues.
8072 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8073 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8074
8075 2016-03-15 Doug Evans <dje@google.com>
8076
8077 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8078 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8079 All callers updated. Add tests for enums, mixed flags register.
8080
8081 2016-03-15 Doug Evans <dje@google.com>
8082
8083 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8084 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8085
8086 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8087
8088 * gdb.base/default.exp: Add $_as_string to the list of expected
8089 convenience functions.
8090
8091 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8092
8093 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8094
8095 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8096
8097 * gdb.python/py-as-string.exp: New file.
8098 * gdb.python/py-as-string.c: New file.
8099
8100 2016-03-09 Pedro Alves <palves@redhat.com>
8101
8102 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8103 signal" -> "Thread NN received signal" output change.
8104 * gdb.threads/ia64-sigill.exp: Likewise.
8105 * gdb.threads/linux-dp.exp: Likewise.
8106 * gdb.threads/manythreads.exp: Likewise.
8107 * gdb.threads/pending-step.exp: Likewise.
8108 * gdb.threads/print-threads.exp: Likewise.
8109 * gdb.threads/sigstep-threads.exp: Likewise.
8110 * gdb.threads/staticthreads.exp: Likewise.
8111 * gdb.threads/tls.exp: Likewise.
8112
8113 2016-03-09 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.base/command-line-input.exp: New file.
8116
8117 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8118
8119 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8120 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8121 * gdb.trace/pending.exp: Accept leading dot before function name.
8122 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8123 * lib/trace-support.exp: Set registers for ppc.
8124
8125 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8126
8127 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8128 use it for disassembly; accept .main in addition to main in backtrace.
8129
8130 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8131 Marcin Kościelnicki <koriakin@0x04.net>
8132
8133 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8134 (gdb_recursion_test_ptr): New global variable.
8135 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8136 gdb_recursion_test.
8137 (gdb_c_test): Ditto.
8138
8139 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8140
8141 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8142 ordering.
8143
8144 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8145
8146 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8147 (bar): Add bar_start_lbl label.
8148 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8149 of foo/bar for emitting DWARF and tracing.
8150
8151 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8152
8153 * analyze-racy-logs.py: Set executable bit.
8154
8155 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8156
8157 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8158 (CHECK_TARGET_TMP): Likewise.
8159 (check-single-racy): New rule.
8160 (check-parallel-racy): Likewise.
8161 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8162 (do-check-parallel-racy): New rule.
8163 (check-racy/%.exp): Likewise.
8164 * README (Racy testcases): New section.
8165 * analyze-racy-logs.py: New file.
8166
8167 2016-03-03 Doug Evans <dje@google.com>
8168
8169 * gdb.base/skip.exp: Use with_test_prefix.
8170
8171 2016-03-03 Yao Qi <yao.qi@linaro.org>
8172
8173 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8174 Invoke step_over_syscall "clone" and break_cond_on_syscall
8175 "clone".
8176 * gdb.base/step-over-clone.c: New file.
8177
8178 2016-03-03 Yao Qi <yao.qi@linaro.org>
8179
8180 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8181 code format.
8182
8183 2016-03-03 Yao Qi <yao.qi@linaro.org>
8184
8185 * gdb.base/disp-step-fork.c: Rename to ...
8186 * gdb.base/step-over-fork.c: ... it. New file.
8187 * gdb.base/disp-step-vfork.c: Rename to ...
8188 * gdb.base/step-over-vfork.c: ... it. New file.
8189 * gdb.base/disp-step-syscall.exp: Rename to ...
8190 * gdb.base/step-over-syscall.exp: ... it. New file.
8191 (disp_step_cross_syscall): Rename to ...
8192 (step_over_syscall): ... it.
8193
8194 2016-03-03 Yao Qi <yao.qi@linaro.org>
8195
8196 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8197 If target supports condition evaluation on target, invoke
8198 break_cond_on_syscall for fork and vfork.
8199
8200 2016-03-03 Yao Qi <yao.qi@linaro.org>
8201
8202 * gdb.base/disp-step-syscall.exp: Don't invoke
8203 support_displaced_stepping.
8204 (disp_step_cross_syscall): Test with displaced stepping off and
8205 on if supported.
8206
8207 2016-03-03 Yao Qi <yao.qi@linaro.org>
8208
8209 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8210 proc.
8211 (setup): New proc.
8212 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8213 and setup.
8214
8215 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8216
8217 * gdb.fortran/vla-history.exp: Remove breakpoint.
8218
8219 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8220
8221 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8222 exceeds timeout.
8223
8224 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8225
8226 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8227 breakpoint.
8228
8229 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8230
8231 * gdb.mi/vla.f90: Nullify pointer after declaration.
8232
8233 2016-03-01 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8236
8237 2016-03-01 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8240 before anything else.
8241 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8242 _GNU_SOURCE here.
8243 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8244 before anything else.
8245 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8246
8247 2016-03-01 Pedro Alves <palves@redhat.com>
8248
8249 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8250
8251 2016-03-01 Yao Qi <yao.qi@linaro.org>
8252
8253 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8254 prepare_for_testing.
8255
8256 2016-03-01 Yao Qi <yao.qi@linaro.org>
8257
8258 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8259
8260 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8261
8262 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8263 manually constructing the output path.
8264
8265 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8266
8267 * gdb.arch/s390-stackless.S: New.
8268 * gdb.arch/s390-stackless.exp: New.
8269
8270 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8271
8272 * gdb.dlang/circular.c: New file.
8273 * gdb.dlang/circular.exp: New file.
8274
8275 2016-02-26 Yao Qi <yao.qi@linaro.org>
8276
8277 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8278 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8279 (testcases): Update.
8280
8281 2016-02-26 Yao Qi <yao.qi@linaro.org>
8282
8283 * gdb.reverse/aarch64.c: Rename to ...
8284 * gdb.reverse/insn-reverse.c: ... it.
8285 * gdb.reverse/aarch64.exp: Rename to ...
8286 * gdb.reverse/insn-reverse.exp: ... it.
8287
8288 2016-02-26 Yao Qi <yao.qi@linaro.org>
8289
8290 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8291 (testcase_ftype): New.
8292 (testcases): New array.
8293 (n_testcases): New.
8294 (main): Call each element in testcases.
8295 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8296 (read_testcase): New.
8297 Do the tests in a loop.
8298
8299 2016-02-25 Yao Qi <yao.qi@linaro.org>
8300
8301 * gdb.base/branches.c: Remove.
8302
8303 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8304
8305 PR gdb/13808
8306 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8307
8308 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8309
8310 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8311
8312 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8313
8314 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8315 change x86_64 call_insn to 'callq'.
8316
8317 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8318
8319 * gdb.trace/tfile-avx.c: Move to...
8320 * gdb.trace/tracefile-pseudo-reg.c: Here.
8321 * gdb.trace/tfile-avx.exp: Move to...
8322 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8323
8324 2016-02-24 Gary Benson <gbenson@redhat.com>
8325
8326 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8327 message on attach.
8328
8329 2016-02-23 Doug Evans <dje@google.com>
8330
8331 * gdb.base/skip.c (test_skip): New function.
8332 (end_test_skip_file_and_function): New function.
8333 (test_skip_file_and_function): New function.
8334 * gdb.base/skip1.c (test_skip): New function.
8335 (skip1_test_skip_file_and_function): New function.
8336 * gdb.base/skip.exp: Add tests for new skip options.
8337 * gdb.base/skip-solib.exp: Update expected output.
8338 * gdb.perf/skip-command.cc: New file.
8339 * gdb.perf/skip-command.exp: New file.
8340 * gdb.perf/skip-command.py: New file.
8341
8342 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8343
8344 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8345 info registers pattern.
8346
8347 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8348
8349 * lib/future.exp: Add D support.
8350 (gdb_find_gdc): New proc.
8351 (gdb_default_target_compile): Add D support.
8352
8353 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8354
8355 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8356 user+system time.
8357 (trace_speed_test): Determine the iteration count for a time
8358 between 15..30 seconds.
8359
8360 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8361
8362 * gdb.arch/i386-mpx-sigsegv.c: New file.
8363 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8364 * gdb.arch/i386-mpx-simple_segv.c: New file.
8365 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8366
8367 2016-02-18 Yao Qi <yao.qi@linaro.org>
8368
8369 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8370 Don't call setup_kfail.
8371
8372 2016-02-18 Yao Qi <yao.qi@linaro.org>
8373
8374 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8375 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8376
8377 2016-02-16 Doug Evans <dje@google.com>
8378
8379 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8380 * gdb.base/skip1.c: Ditto.
8381 * gdb.base/skip.exp: Whitespace cleanup.
8382
8383 2016-02-16 Don Breazeal <donb@codesourcery.com>
8384
8385 PR remote/19496
8386 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8387 Remove kfail for PR remote/19496.
8388
8389 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8390
8391 * lib/gdb.exp (standard_temp_file): Return a path specific to
8392 the runtest invocation.
8393
8394 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8395
8396 * gdb.trace/save-trace.exp: Change relative path to be in the
8397 standard output directory.
8398
8399 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8400
8401 * gdb.arch/i386-prologue.c: Add missing prototypes.
8402
8403 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8404
8405 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8406 * gdb.arch/i386-prologue.exp: Likewise.
8407 * gdb.arch/i386-size.exp: Likewise.
8408
8409 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8410
8411 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8412 define object file path.
8413 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8414 file path.
8415 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8416 standard_output_file to define binfile.
8417
8418 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8419
8420 Fix compatibility with recent gfortran-5.3.1.
8421 * gdb.fortran/vla-history.exp (print vla1 allocated)
8422 (print vla2 allocated, print $2, print $3): Remove
8423 (print $4): Rename to ...
8424 (print $2): ... here.
8425 (print $9): Rename to ...
8426 (print $5): ... here.
8427 (print $10): Rename to ...
8428 (print $6): ... here.
8429 * gdb.fortran/vla.f90: Add pvla initialization.
8430
8431 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8432
8433 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8434 New test.
8435 * gdb.fortran/vla-value-sub.exp: Likewise.
8436
8437 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8438
8439 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8440
8441 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8442
8443 * i386-biarch-core.exp: Define corefile using
8444 standard_output_file.
8445
8446 2016-02-12 Yao Qi <yao.qi@linaro.org>
8447
8448 * gdb.arch/arm-single-step-kernel-helper.c: New.
8449 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8450
8451 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8452
8453 * gdb.btrace/tailcall-only.exp: New.
8454 * gdb.btrace/tailcall-only.c: New.
8455 * gdb.btrace/x86_64-tailcall-only.S: New.
8456 * gdb.btrace/i686-tailcall-only.S: New.
8457
8458 2016-02-11 Pedro Alves <palves@redhat.com>
8459
8460 * README (Parallel testing): Add missing double quotes.
8461
8462 2016-02-11 Pedro Alves <palves@redhat.com>
8463
8464 * README (Parallel testing): New section.
8465 (GDB_PARALLEL): Rewrite.
8466 (FORCE_PARALLEL): Document.
8467
8468 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8469
8470 * gdb.trace/tfile-avx.c: New test.
8471 * gdb.trace/tfile-avx.exp: New test.
8472
8473 2016-02-09 Keith Seitz <keiths@redhat.com>
8474
8475 PR breakpoints/19546
8476 * gdb.base/infcall-exec.c: New file.
8477 * gdb.base/infcall-exec2.c: New file.
8478 * gdb.base/infcall-exec.exp: New file.
8479
8480 2016-02-09 Keith Seitz <keiths@redhat.com>
8481
8482 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8483 (toplevel): Call test_bkpt_address.
8484
8485 2016-02-09 Keith Seitz <keiths@redhat.com>
8486
8487 PR python/19506
8488 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8489 (toplevel): Call test_bkpt_address.
8490
8491 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8492
8493 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8494 to AC_OUTPUT.
8495 * configure: Regenerate.
8496
8497 2016-02-09 Pedro Alves <palves@redhat.com>
8498
8499 PR breakpoints/19548
8500 * gdb.base/execl-update-breakpoints.c (some_function): New
8501 function.
8502 (main): Call it.
8503 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8504 Tighten expected GDB output.
8505
8506 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8507
8508 * Makefile.in (ALL_SUBDIRS): Remove.
8509 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8510 (distclean maintainer-clean realclean): Likewise.
8511 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8512 * configure: Regenerate.
8513 * gdb.ada/Makefile.in: Delete.
8514 * gdb.arch/Makefile.in: Likewise.
8515 * gdb.asm/Makefile.in: Likewise.
8516 * gdb.base/Makefile.in: Likewise.
8517 * gdb.btrace/Makefile.in: Likewise.
8518 * gdb.cell/Makefile.in: Likewise.
8519 * gdb.compile/Makefile.in: Likewise.
8520 * gdb.cp/Makefile.in: Likewise.
8521 * gdb.disasm/Makefile.in: Likewise.
8522 * gdb.dlang/Makefile.in: Likewise.
8523 * gdb.dwarf2/Makefile.in: Likewise.
8524 * gdb.fortran/Makefile.in: Likewise.
8525 * gdb.gdb/Makefile.in: Likewise.
8526 * gdb.go/Makefile.in: Likewise.
8527 * gdb.guile/Makefile.in: Likewise.
8528 * gdb.java/Makefile.in: Likewise.
8529 * gdb.linespec/Makefile.in: Likewise.
8530 * gdb.mi/Makefile.in: Likewise.
8531 * gdb.modula2/Makefile.in: Likewise.
8532 * gdb.multi/Makefile.in: Likewise.
8533 * gdb.objc/Makefile.in: Likewise.
8534 * gdb.opencl/Makefile.in: Likewise.
8535 * gdb.opt/Makefile.in: Likewise.
8536 * gdb.pascal/Makefile.in: Likewise.
8537 * gdb.perf/Makefile.in: Likewise.
8538 * gdb.python/Makefile.in: Likewise.
8539 * gdb.reverse/Makefile.in: Likewise.
8540 * gdb.server/Makefile.in: Likewise.
8541 * gdb.stabs/Makefile.in: Likewise.
8542 * gdb.threads/Makefile.in: Likewise.
8543 * gdb.trace/Makefile.in: Likewise.
8544 * gdb.xml/Makefile.in: Likewise.
8545 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8546 GDB_PARALLEL.
8547 (standard_output_file): Remove check for GDB_PARALLEL, always
8548 return path in outputs/$subdir/$testname.
8549
8550 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8551
8552 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8553 (site.exp): Assign abs_srcdir to tcl's srcdir.
8554
8555 2016-02-04 Yao Qi <yao.qi@linaro.org>
8556
8557 * gdb.base/foll-exec-mode.c: Include limits.h.
8558 (main): Add parameters argc and argv. Get directory from
8559 argv[0].
8560 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8561 compilation.
8562 * gdb.base/foll-exec.c: Include limits.h.
8563 (main): Add parameters argc and argv.
8564 Get directory from argv[0].
8565 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8566 Adjust tests on the number of lines as source code changed.
8567 * gdb.base/foll-vfork-exit.c: Include limits.h.
8568 (main): Add one line of statement before vfork.
8569 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8570 (main): Add parameters argc and argv. Get directory from
8571 argv[0].
8572 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8573 (setup_gdb): Set tbreak to skip some source lines.
8574 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8575 (main): Add parameters argc and argv. Get directory from
8576 argv[0].
8577 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8578 compilation.
8579 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8580 (main): Add parameters argc and argv. Get directory from
8581 argv[0].
8582 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8583 compilation.
8584
8585 2016-02-01 Doug Evans <dje@google.com>
8586
8587 * gdb.base/skip.exp: Clean up multiple references to same test name.
8588
8589 2016-02-01 Pedro Alves <palves@redhat.com>
8590
8591 PR remote/19496
8592 * gdb.threads/forking-threads-plus-breakpoint.exp
8593 (displaced_stepping_supported): New global.
8594 (probe_displaced_stepping_support): New procedure.
8595 (do_test): Add 'displaced' parameter, and use it.
8596 (top level): Check for displaced stepping support. Add displaced
8597 stepping on/off testing axis.
8598
8599 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8600
8601 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8602 pointer. Don't perform further tests on the unassociated pointer
8603 if the first test fails.
8604
8605 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8606
8607 * gdb.base/max-value-size.c: New file.
8608 * gdb.base/max-value-size.exp: New file.
8609 * gdb.base/huge.exp: Disable max-value-size for this test.
8610
8611 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8612
8613 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8614
8615 2016-01-28 Yao Qi <yao.qi@linaro.org>
8616
8617 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8618
8619 2016-01-25 Pedro Alves <palves@redhat.com>
8620
8621 PR threads/19461
8622 * gdb.base/fork-running-state.c: New file.
8623 * gdb.base/fork-running-state.exp: New file.
8624
8625 2016-01-25 Pedro Alves <palves@redhat.com>
8626
8627 PR gdb/19494
8628 * gdb.base/catch-fork-kill.c: New file.
8629 * gdb.base/catch-fork-kill.exp: New file.
8630
8631 2016-01-25 Pedro Alves <palves@redhat.com>
8632
8633 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8634 Delete, moved to lib/gdb.exp.
8635 * gdb.threads/forking-threads-plus-breakpoint.exp
8636 (foreach_with_prefix): Likewise.
8637 * gdb.threads/process-dies-while-handling-bp.exp
8638 (foreach_with_prefix): Likewise.
8639 * lib/gdb.exp (foreach_with_prefix): New procedure.
8640
8641 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8642
8643 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8644 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8645
8646 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8647
8648 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8649 endian targets.
8650
8651 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8652 Pedro Alves <palves@redhat.com>
8653
8654 Fix testsuite compatibility with Guile.
8655 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8656 number.
8657
8658 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8659
8660 Fix testsuite compatibility with Guile.
8661 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8662 (thread 1): New test for backtrace through signal handler.
8663
8664 2016-01-22 Yao Qi <yao.qi@linaro.org>
8665
8666 PR testsuite/19491
8667 * gdb.base/multi-forks.c: Include
8668 ../lib/unbuffer_output.c
8669 (main): Call gdb_unbuffer_output.
8670
8671 2016-01-21 Doug Evans <dje@google.com>
8672
8673 * lib/ada.exp (gdb_compile_ada): Fix typo.
8674
8675 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8676
8677 * gdb.base/break-fun-addr.exp: New file.
8678 * gdb.base/break-fun-addr1.c: New file.
8679 * gdb.base/break-fun-addr2.c: New file.
8680
8681 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8682
8683 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8684 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8685 enum flag values.
8686
8687 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8688
8689 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8690 when GDB can not set the vector return value. Add more comments
8691 for clarification.
8692
8693 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8694
8695 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8696 command.
8697
8698 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8699
8700 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8701
8702 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8703
8704 * Makefile.in (check-single): Pass --status to runtest.
8705 (check/%.exp): Likewise.
8706
8707 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8708
8709 * Makefile.in (check-parallel): Propagate return code from make
8710 do-check-parallel.
8711
8712 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8713
8714 * gdb.trace/ftrace.exp: Fix expected message on continue.
8715 * gdb.trace/pending.exp: Fix expected message on continue.
8716 * gdb.trace/trace-break.exp: Fix expected message on continue.
8717
8718 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8719
8720 * lib/gdb.exp (gdb_test): Remove unused global references.
8721
8722 2016-01-18 Pedro Alves <palves@redhat.com>
8723
8724 * gdb.base/async-shell.exp: Adjust expected output.
8725 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8726 * gdb.base/siginfo-thread.exp: Adjust expected output.
8727 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8728 * gdb.java/jnpe.exp: Adjust expected output.
8729 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8730 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8731 * gdb.threads/leader-exit.exp: Adjust expected output.
8732 * gdb.threads/manythreads.exp: Adjust expected output.
8733 * gdb.threads/pthreads.exp: Adjust expected output.
8734 * gdb.threads/schedlock.exp: Adjust expected output.
8735 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8736 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8737 expected output.
8738 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8739 output.
8740 * gdb.threads/sigthread.exp: Adjust expected output.
8741 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8742
8743 2016-01-18 Yao Qi <yao.qi@linaro.org>
8744
8745 * gdb.guile/scm-section-script.c: Replace @progbits with
8746 %progbits.
8747 * gdb.python/py-section-script.c: Likewise.
8748
8749 2016-01-15 Pedro Alves <palves@redhat.com>
8750
8751 * gdb.multi/tids.exp: Test star wildcard ranges.
8752
8753 2016-01-15 Pedro Alves <palves@redhat.com>
8754
8755 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8756 command from "thread apply" invocation.
8757 (thr_apply_info_thr_invalid): Default the expected output to the
8758 input tid list.
8759 (top level): Add tests that use convenience variables. Add tests
8760 for "thread apply" with a valid TID list, but missing the command.
8761
8762 2016-01-13 Pedro Alves <palves@redhat.com>
8763
8764 * gdb.base/default.exp: Expect $_gthread as well.
8765 * gdb.multi/tids.exp: Test $_gthread.
8766 * gdb.threads/thread-specific.exp: Test $_gthread.
8767
8768 2016-01-13 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.multi/tids.exp: Test "info threads -gid".
8771
8772 2016-01-13 Pedro Alves <palves@redhat.com>
8773
8774 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8775 Breakpoint.thread.
8776 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8777
8778 2016-01-07 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.base/break.exp: Adjust to output changes.
8781 * gdb.base/hbreak2.exp: Likewise.
8782 * gdb.base/sepdebug.exp: Likewise.
8783 * gdb.base/watch_thread_num.exp: Likewise.
8784 * gdb.linespec/keywords.exp: Likewise.
8785 * gdb.multi/info-threads.exp: Likewise.
8786 * gdb.threads/thread-find.exp: Likewise.
8787 * gdb.multi/tids.c: New file.
8788 * gdb.multi/tids.exp: New file.
8789
8790 2016-01-13 Pedro Alves <palves@redhat.com>
8791
8792 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8793
8794 2016-01-13 Pedro Alves <palves@redhat.com>
8795
8796 * gdb.base/default.exp: Expect $_inferior as well.
8797 * gdb.multi/base.exp: Test $_inferior.
8798
8799 2016-01-13 Pedro Alves <palves@redhat.com>
8800
8801 PR breakpoints/19388
8802 * gdb.base/catch-signal-siginfo-cond.c: New file.
8803 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8804
8805 2016-01-12 Josh Stone <jistone@redhat.com>
8806 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8807
8808 * gdb.base/catch-syscall.c (do_execve): New variable.
8809 (main): Conditionally trigger an execve.
8810 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8811 (test_catch_syscall_execve): New, check entry/return across execve.
8812 (do_syscall_tests): Call test_catch_syscall_execve.
8813
8814 2016-01-12 Pedro Alves <palves@redhat.com>
8815
8816 * gdb.base/random-signal.exp (do_test): New procedure, with body
8817 of testcase moved in.
8818
8819 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8820 Pedro Alves <palves@redhat.com>
8821
8822 * gdb.base/funcargs.exp (finish from indirectly called function):
8823 Reintroduce the case for 'First'.
8824
8825 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8826 Pedro Alves <palves@redhat.com>
8827
8828 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8829 (tcatch_vfork_then_child_follow_exec)
8830 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8831 identification.
8832
8833 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8834
8835 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8836 and repeats to unlimited.
8837 * gdb.python/py-value.exp: Likewise.
8838 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8839 and repeats to unlimited.
8840
8841 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8842
8843 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8844 and reordering the functions.
8845 * gdb.multi/hangout.c: Likewise.
8846 * gdb.multi/hello.c: Likewise.
8847
8848 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8849
8850 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8851 absolute.
8852 (SingleStatisticTestResult.report): Use dict.keys instead of
8853 dict.iterkeys.
8854
8855 2016-01-06 Pedro Alves <palves@redhat.com>
8856
8857 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8858
8859 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8860
8861 * gdb.btrace/dlopen.exp: New.
8862 * gdb.btrace/dlopen.c: New.
8863 * gdb.btrace/dlopen-dso.c: New.
8864
8865 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8866
8867 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8868 PATTERN argument is optional.
8869
8870 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8871
8872 * lib/ada.exp (target_compile_ada_from_dir): New function.
8873 (gdb_compile_ada): Reimplement avoiding the use of project files.
8874 * gdb.ada/gnat_ada.gpr: Delete.
8875 * gdb.ada/cond_lang.exp: Adjust test to make path before
8876 filename optional.
8877 * gdb.ada/small_reg_param.exp: Likewise.
8878
8879 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8880
8881 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8882
8883 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8884
8885 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8886 case.
8887
8888 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8889
8890 * gdb.base/break.exp: Remove dead code.
8891 * gdb.base/sepdebug.exp: Likewise.
8892
8893 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8894
8895 * gdb.asm/asm-source.exp: Remove HP-UX references.
8896 * gdb.base/annota1.exp: Likewise.
8897 * gdb.base/annota3.exp: Likewise.
8898 * gdb.base/attach.exp: Likewise.
8899 * gdb.base/bigcore.exp: Likewise.
8900 * gdb.base/break.exp: Likewise.
8901 * gdb.base/call-ar-st.exp: Likewise.
8902 * gdb.base/callfuncs.exp: Likewise.
8903 * gdb.base/catch-fork-static.exp: Likewise.
8904 * gdb.base/display.exp: Likewise.
8905 * gdb.base/foll-exec-mode.exp: Likewise.
8906 * gdb.base/foll-exec.exp: Likewise.
8907 * gdb.base/foll-fork.exp: Likewise.
8908 * gdb.base/foll-vfork.exp: Likewise.
8909 * gdb.base/funcargs.exp: Likewise.
8910 * gdb.base/hbreak2.exp: Likewise.
8911 * gdb.base/inferior-died.exp: Likewise.
8912 * gdb.base/interrupt.exp: Likewise.
8913 * gdb.base/multi-forks.exp: Likewise.
8914 * gdb.base/nodebug.exp: Likewise.
8915 * gdb.base/sepdebug.exp: Likewise.
8916 * gdb.base/solib1.c: Likewise.
8917 * gdb.base/step-test.exp: Likewise.
8918 * gdb.mi/non-stop.c: Likewise.
8919 * gdb.mi/pthreads.c: Likewise.
8920 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8921 * gdb.threads/pthreads.c: Likewise.
8922 * gdb.threads/staticthreads.exp: Likewise.
8923 * lib/future.exp: Likewise.
8924 * lib/gdb.exp: Likewise.
8925 * gdb.base/so-indr-cl.c: Remove.
8926 * gdb.base/so-indr-cl.exp: Likewise.
8927 * gdb.base/solib.c: Likewise.
8928 * gdb.base/solib.exp: Likewise.
8929 * gdb.base/solib2.c: Likewise.
8930
8931 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8932
8933 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8934 * gdb.base/call-ar-st.exp: Likewise.
8935 * gdb.base/callfuncs.exp: Likewise.
8936 * gdb.base/condbreak.exp: Likewise.
8937 * gdb.base/constvars.exp: Likewise.
8938 * gdb.base/hbreak2.exp: Likewise.
8939 * gdb.base/langs.exp: Likewise.
8940 * gdb.base/list.exp: Likewise.
8941 * gdb.base/long_long.exp: Likewise.
8942 * gdb.base/ptype.exp: Likewise.
8943 * gdb.base/scope.exp: Likewise.
8944 * gdb.base/signals.exp: Likewise.
8945 * gdb.base/so-impl-ld.exp: Likewise.
8946 * gdb.base/varargs.exp: Likewise.
8947 * gdb.base/volatile.exp: Likewise.
8948 * gdb.base/whatis.exp: Likewise.
8949 * gdb.cp/cplusfuncs.exp: Likewise.
8950 * gdb.cp/inherit.exp: Likewise.
8951 * gdb.cp/local.exp: Likewise.
8952 * gdb.cp/member-ptr.exp: Likewise.
8953 * gdb.cp/method.exp: Likewise.
8954 * gdb.cp/overload.exp: Likewise.
8955 * gdb.cp/templates.exp: Likewise.
8956 * gdb.stabs/weird.exp: Likewise.
8957 * lib/compiler.c: Likewise.
8958 * lib/compiler.cc: Likewise.
8959 * lib/cp-support.exp: Likewise.
8960 * lib/gdb.exp: Likewise.
8961
8962 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8963
8964 * configure.ac: Remove HP-UX case.
8965 * configure: Regenerate.
8966
8967 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8968
8969 * lib/gdb.exp (gdb_compile): Add function doc.
8970
8971 2015-12-17 Pedro Alves <palves@redhat.com>
8972
8973 PR threads/19354
8974 * gdb.multi/info-threads.exp: New file.
8975
8976 2015-12-15 Yao Qi <yao.qi@linaro.org>
8977
8978 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8979 is aarch64*-*-*.
8980
8981 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8982
8983 * gdb.base/history-duplicates.exp: Skip if no readline support.
8984
8985 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8986
8987 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8988
8989 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8990
8991 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8992
8993 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8994
8995 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8996 ctrl-C if nointerrupts target property is set.
8997 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8998 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8999 * gdb.base/paginate-bg-execution.exp: Likewise.
9000 * gdb.base/paginate-execution-startup.exp: Likewise.
9001 * gdb.base/random-signal.exp: Likewise.
9002 * gdb.base/range-stepping.exp: Likewise.
9003 * gdb.cp/annota2.exp: Likewise.
9004 * gdb.cp/annota3.exp: Likewise.
9005 * gdb.gdb/selftest.exp: Likewise.
9006 * gdb.threads/continue-pending-status.exp: Likewise.
9007 * gdb.threads/leader-exit.exp: Likewise.
9008 * gdb.threads/manythreads.exp: Likewise.
9009 * gdb.threads/pthreads.exp: Likewise.
9010 * gdb.threads/schedlock.exp: Likewise.
9011 * gdb.threads/sigthread.exp: Likewise.
9012
9013 2015-12-11 Don Breazeal <donb@codesourcery.com>
9014
9015 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9016 remote.
9017 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9018 * gdb.base/foll-exec.exp (main): Enable for target remote.
9019 * gdb.base/foll-fork.exp (main): Likewise.
9020 * gdb.base/foll-vfork.exp (main): Likewise.
9021 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9022 (proc continue_to_exit_bp_loc): Use clean_restart.
9023 * gdb.base/pie-execl.exp (main): Disable for target remote.
9024 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9025 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9026 * gdb.threads/execl.exp (main): Likewise.
9027 * gdb.threads/fork-child-threads.exp (main): Likewise.
9028 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9029 remote.
9030 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9031 remote.
9032 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9033 pid.tid style ptids, instead of just tid.
9034 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9035 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9036 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9037 ptids, instead of just tid.
9038
9039 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9040
9041 * gdb.base/list.exp (test_list_forward): Add end of file error
9042 test.
9043 (test_repeat_list_command): Add end of file error test.
9044 (test_list_backwards): Add beginning of file error test.
9045
9046 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9047
9048 * gdb.base/list.exp (test_list_invalid_args): New function,
9049 defined, and called.
9050
9051 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9052
9053 * gdb.base/list.exp (test_list): Make test names unique.
9054
9055 2015-12-11 Yao Qi <yao.qi@linaro.org>
9056
9057 * gdb.base/coremaker2.c: Remove.
9058
9059 2015-12-10 Pedro Alves <palves@redhat.com>
9060
9061 * gdb.multi/base.exp: Remove stale "spaces" references.
9062
9063 2015-12-10 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.multi/base.exp: Don't use nowarnings.
9066 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9067 * gdb.multi/hangout.c: Include stdio.h.
9068 * gdb.multi/hello.c: Include stdlib.h.
9069 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9070 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9071 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9072
9073 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9074
9075 * gdb.dwarf2/dw2-ranges-base.c: New file.
9076 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9077 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9078 support additional line table, and debug ranges generation.
9079 (Dwarf::ranges): New function, generate .debug_ranges.
9080 (Dwarf::lines): Support generating simple line table programs.
9081 (Dwarf::assemble): Initialise new namespace variables.
9082
9083 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9084
9085 * gdb.base/async.exp (proc test_background): Add case for
9086 asynchronous execution not supported.
9087
9088 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9089
9090 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9091 format and change test names to make them unique.
9092
9093 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9094 Pedro Alves <pedro@redhat.com>
9095
9096 PR gdb/18702
9097 Add checking of floatformats setup on x86_64 hosts.
9098 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9099 (smallval, bigval): New labels/constants.
9100 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9101 float" after loading bigval and smallval.
9102
9103 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9104
9105 * gdb.ada/fun_overload_menu.exp: New testcase.
9106 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9107
9108 2015-12-04 Josh Stone <jistone@redhat.com>
9109
9110 * gdb.base/catch-fork-static.exp: New.
9111
9112 2015-12-03 Yao Qi <yao.qi@linaro.org>
9113
9114 * gdb.base/sizeof.c: Don't include stdio.h and
9115 ../lib/unbuffer_output.c.
9116 (main): New variable 'size' and 'value'. Remove printf and
9117 gdb_unbuffer_output. Assign return value to size and value.
9118 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9119 at the beginning.
9120 (check_sizeof): Check the result by printing variable 'size'.
9121 (check_valueof): Check the result by printing variable 'value'.
9122
9123 2015-12-01 Yao Qi <yao.qi@linaro.org>
9124
9125 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9126 for aarch64*-*-linux* target.
9127
9128 2015-11-30 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9131
9132 2015-11-30 Pedro Alves <palves@redhat.com>
9133
9134 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9135 Handle non-stop mode vCont replies.
9136
9137 2015-11-30 Pedro Alves <palves@redhat.com>
9138
9139 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9140 prepare_for_testing. Start gdb with "set non-stop on" appended to
9141 GDBFLAGS. Lax expected stop output.
9142
9143 2015-11-27 Yao Qi <yao.qi@linaro.org>
9144
9145 * gdb.arch/arm-neon.exp: New.
9146 * gdb.arch/arm-neon.c: New.
9147
9148 2015-11-27 Yao Qi <yao.qi@linaro.org>
9149
9150 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9151
9152 2015-11-27 Yao Qi <yao.qi@linaro.org>
9153
9154 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9155 frames-invalid annotation.
9156
9157 2015-11-27 Yao Qi <yao.qi@linaro.org>
9158
9159 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9160
9161 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9162
9163 * gdb.threads/names.exp: New file.
9164 * gdb.threads/names.c: New file.
9165 * README: Mention gdb,no_thread_names.
9166
9167 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9168
9169 PR 19297
9170 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9171 support" error.
9172
9173 2015-11-24 Pedro Alves <palves@redhat.com>
9174
9175 PR 17539
9176 * gdb.base/display.exp: Expect displays to be sorted in ascending
9177 order. Use multi_line.
9178 * gdb.base/solib-display.exp: Likewise.
9179
9180 2015-11-24 Pedro Alves <palves@redhat.com>
9181
9182 PR 17539
9183 * gdb.base/display.exp: Expect displays to be sorted in ascending
9184 order. Use multi_line.
9185 * gdb.base/solib-display.exp: Likewise.
9186
9187 2015-11-24 Pedro Alves <palves@redhat.com>
9188
9189 PR 17539
9190 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9191 threads in ascending order.
9192 * gdb.base/foll-fork.exp: Likewise.
9193 * gdb.base/foll-vfork.exp: Likewise.
9194 * gdb.base/multi-forks.exp: Likewise.
9195 * gdb.mi/mi-nonstop.exp: Likewise.
9196 * gdb.mi/mi-nsintrall.exp: Likewise.
9197 * gdb.multi/base.exp: Likewise.
9198 * gdb.multi/multi-arch.exp: Likewise.
9199 * gdb.python/py-inferior.exp: Likewise.
9200 * gdb.threads/break-while-running.exp: Likewise.
9201 * gdb.threads/execl.exp: Likewise.
9202 * gdb.threads/gcore-thread.exp: Likewise.
9203 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9204 * gdb.threads/kill.exp: Likewise.
9205 * gdb.threads/linux-dp.exp: Likewise.
9206 * gdb.threads/multiple-step-overs.exp: Likewise.
9207 * gdb.threads/next-bp-other-thread.exp: Likewise.
9208 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9209 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9210 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9211 * gdb.threads/thread-find.exp: Likewise.
9212 * gdb.threads/tls.exp: Likewise.
9213 * lib/mi-support.exp (mi_reverse_list): Delete.
9214 (mi_check_thread_states): No longer reverse list.
9215
9216 2015-11-24 Pedro Alves <palves@redhat.com>
9217
9218 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9219 use lowercase.
9220
9221 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9222
9223 * gdb.trace/actions.c: Include trace-common.h.
9224 (main): Add a location for a fast tracepoint.
9225 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9226 the normal tracepoints.
9227 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9228
9229 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9230
9231 * save-trace.exp: Factor out code to these...
9232 (gdb_save_tracepoints): New.
9233 (gdb_load_tracepoints): New.
9234 (do_save_load_test): New.
9235
9236 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9237
9238 * gdb.base/asmlabel.exp: New test.
9239 * gdb.base/asmlabel.c: New test case.
9240
9241 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9242
9243 * gdb.base/wrong_frame_bt_full-main.c: New file.
9244 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9245 * gdb.base/wrong_frame_bt_full.exp: New file.
9246
9247 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9248
9249 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9250
9251 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9252
9253 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9254 pstate register when comparing registers values in
9255 sparc64-*-linux-gnu targets to avoid spurious differences.
9256
9257 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9258
9259 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9260
9261 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9262
9263 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9264 as type argument to gdb_compile.
9265 * gdb.base/nested-subp2.exp: Likewise.
9266 * gdb.base/nested-subp3.exp: Likewise.
9267
9268 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9269
9270 * lib/dwarf.exp (_note): Fix left shift of negative value.
9271 * gdb.trace/trace-condition.exp: Likewise.
9272
9273 2015-11-13 Yao Qi <yao.qi@linaro.org>
9274
9275 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9276 comments about d10v.
9277 (test_scalar_returns): Likewise.
9278 * gdb.base/d10v.ld: Remove.
9279 * gdb.base/overlays.exp: Remove the target triplet checking for
9280 d10v-*-*.
9281 * gdb.base/structs.exp (test_struct_returns): Remove the
9282 comments about d10v.
9283 (test_struct_calls): Likewise.
9284
9285 2015-11-13 Yao Qi <yao.qi@linaro.org>
9286
9287 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9288 * gdb.base/gnu_vector.c: Don't include stdio.h.
9289 (main): Don't print res and call add_some_intvecs.
9290
9291 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9292
9293 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9294 macro.
9295 (func5): Removed.
9296 (func4): Use FAST_TRACEPOINT_LABEL.
9297 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9298 macro.
9299 (func): Removed.
9300 (thread_function): Use FAST_TRACEPOINT_LABEL.
9301 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9302 (func): Remove.
9303 (marker): Use FAST_TRACEPOINT_LABEL.
9304 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9305 (pendfunc1): Remove.
9306 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9307 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9308 (foo): Remove.
9309 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9310 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9311 macro.
9312 (func): Remove.
9313 (marker): Use FAST_TRACEPOINT_LABEL.
9314 * gdb.trace/trace-common.h: New header.
9315 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9316 macro.
9317 (func): Remove.
9318 (marker): Use FAST_TRACEPOINT_LABEL.
9319 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9320 (func): Remove.
9321 (thread_function): Use FAST_TRACEPOINT_LABEL.
9322
9323 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9324
9325 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9326 in front.
9327 * gdb.trace/change-loc.exp: Use global pcreg definition.
9328 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9329 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9330 in front.
9331 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9332 * gdb.trace/pending.exp: Likewise.
9333 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9334 * gdb.trace/trace-break.exp: Likewise.
9335 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9336 in front.
9337 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9338 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9339 in front.
9340 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9341
9342 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9343
9344 * gdb.ada/fin_fun_out: New testcase.
9345
9346 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9347
9348 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9349 value associated with DW_AT_byte_size.
9350 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9351 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9352 DW_AT_upper_bound.
9353
9354 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9355
9356 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9357 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9358 version.
9359 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9360 gdb.dwarf2/dw2-canonicalize-type.exp,
9361 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9362 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9363 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9364 provided by gdb_target_symbol_prefix_flags_asm.
9365 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9366 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9367 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9368 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9369 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9370 macros where needed). Use this macro for symbols which require
9371 the prefix provided by SYMBOL_PREFIX.
9372
9373 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9374
9375 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9376 New procs.
9377 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9378 representing expressions, of more than one list element.
9379 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9380 to prepend linker symbol prefix to f.
9381 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9382 table_1 and table_2.
9383 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9384 Likewise, for f and g.
9385 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9386 for ptr.
9387 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9388 for main.
9389 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9390 table_1_ptr and table_2_ptr.
9391
9392 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9393 Joel Brobecker <brobecker@adacore.com>
9394
9395 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9396
9397 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9398
9399 * gdb.reverse/s390-mvcle.c: New test.
9400 * gdb.reverse/s390-mvcle.exp: New file.
9401 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9402
9403 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9404
9405 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9406
9407 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9408
9409 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9410 reaching marker2.
9411 * gdb.reverse/getresuid-reverse.exp: Likewise.
9412 * gdb.reverse/pipe-reverse.exp: Likewise.
9413 * gdb.reverse/readv-reverse.exp: Likewise.
9414 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9415 * gdb.reverse/time-reverse.exp: Likewise.
9416 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9417
9418 2015-10-30 Yao Qi <yao.qi@linaro.org>
9419
9420 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9421 (empty_cycle): Remove.
9422 (main): Don't call empty_cycle. Don't use watch_count_done.
9423 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9424 empty_cycle. Rewrite the code counting HW watchpoints.
9425
9426 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9427
9428 * gdb.reverse/fstatat-reverse.c: New test.
9429 * gdb.reverse/fstatat-reverse.exp: New file.
9430 * gdb.reverse/getresuid-reverse.c: New test.
9431 * gdb.reverse/getresuid-reverse.exp: New file.
9432 * gdb.reverse/pipe-reverse.c: New test.
9433 * gdb.reverse/pipe-reverse.exp: New file.
9434 * gdb.reverse/readv-reverse.c: New test.
9435 * gdb.reverse/readv-reverse.exp: New file.
9436 * gdb.reverse/recvmsg-reverse.c: New test.
9437 * gdb.reverse/recvmsg-reverse.exp: New file.
9438 * gdb.reverse/time-reverse.c: New test.
9439 * gdb.reverse/time-reverse.exp: New file.
9440 * gdb.reverse/waitpid-reverse.c: New test.
9441 * gdb.reverse/waitpid-reverse.exp: New file.
9442
9443 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9444
9445 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9446
9447 2015-10-26 Doug Evans <dje@google.com>
9448
9449 PR symtab/17391
9450 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9451 * gdb.dwarf2/bad-regnum.c: New file.
9452 * gdb.dwarf2/bad-regnum.exp: New file.
9453
9454 2015-10-26 Doug Evans <dje@google.com>
9455
9456 PR python/18938
9457 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9458 file.
9459
9460 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9461
9462 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9463 for a change by "Mention language in compile error message".
9464
9465 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9466
9467 PR python/18073
9468 * gdb.python/py-type.c (C::a_method): New.
9469 (C::a_const_method): New.
9470 (C::a_static_method): New.
9471 (a_function): New.
9472 * gdb.python/py-type.exp (test_fields): Test getting fields
9473 from function and method.
9474
9475 2015-10-21 Keven Boell <keven.boell@intel.com>
9476
9477 * gdb.fortran/vla-alloc-assoc.exp: New file.
9478 * gdb.fortran/vla-datatypes.exp: New file.
9479 * gdb.fortran/vla-datatypes.f90: New file.
9480 * gdb.fortran/vla-history.exp: New file.
9481 * gdb.fortran/vla-ptype-sub.exp: New file.
9482 * gdb.fortran/vla-ptype.exp: New file.
9483 * gdb.fortran/vla-sizeof.exp: New file.
9484 * gdb.fortran/vla-sub.f90: New file.
9485 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9486 * gdb.fortran/vla-value-sub-finish.exp: New file.
9487 * gdb.fortran/vla-value-sub.exp: New file.
9488 * gdb.fortran/vla-value.exp: New file.
9489 * gdb.fortran/vla-ptr-info.exp: New file.
9490 * gdb.mi/mi-vla-fortran.exp: New file.
9491 * gdb.mi/vla.f90: New file.
9492
9493 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9494
9495 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9496 of hardwired timeout value.
9497
9498 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9499 Pedro Alves <palves@redhat.com>
9500
9501 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9502 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9503
9504 2015-10-19 Josh Stone <jistone@redhat.com>
9505
9506 * gdb.base/catch-syscall.c: Include <sched.h>.
9507 (unknown_syscall): New variable.
9508 (main): Trigger a vfork and an unknown syscall.
9509 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9510 (unknown_syscall_number): Likewise.
9511 (check_call_to_syscall): Accept an optional syscall pattern.
9512 (check_return_from_syscall): Likewise.
9513 (check_continue): Likewise.
9514 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9515 (test_catch_syscall_skipping_return): New test toggling off 'catch
9516 syscall' to step over the syscall return, then toggling back on.
9517 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9518 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9519 (do_syscall_tests): Call test_catch_syscall_without_args and
9520 test_catch_syscall_mid_vfork.
9521 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9522 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9523
9524 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9525
9526 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9527 print g_vE): Add new pass patterns.
9528 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9529 print various symbol names for vptr fields.
9530
9531 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9532
9533 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9534 results.
9535
9536 2015-10-12 Yao Qi <yao.qi@linaro.org>
9537
9538 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9539
9540 2015-10-12 Yao Qi <yao.qi@linaro.org>
9541
9542 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9543 is aarch64*-*-linux*.
9544
9545 2015-10-12 Yao Qi <yao.qi@linaro.org>
9546
9547 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9548 (can_relocate_bcond_true): ... it.
9549 (can_relocate_bcond_false): New function.
9550 (foo): Likewise.
9551 (can_relocate_bl): Likewise.
9552 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9553 can_relocate_bl.
9554
9555 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9556
9557 * gdb.base/nested-addr.c: New file.
9558 * gdb.base/nested-addr.exp: New testcase.
9559
9560 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9561
9562 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9563 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9564 its output. Ignore the output of "record goto begin" and instead
9565 check that GDB is replaying.
9566
9567 2015-10-09 Pedro Alves <palves@redhat.com>
9568
9569 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9570 (top level): Use it in the run with no args test.
9571
9572 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9573
9574 * gdb.dlang/properties.exp: New file.
9575
9576 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9577
9578 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9579 whether or not address 0x1000 is mapped on the target.
9580
9581 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9582
9583 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9584 build.
9585
9586 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9587
9588 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9589 instruction-history test.
9590
9591 2015-09-28 Doug Evans <dje@google.com>
9592
9593 * gdb.base/gcore.c (array_func): Add reference to static_array.
9594
9595 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9596
9597 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9598 source line.
9599
9600 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9601
9602 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9603 short or char as base type.
9604
9605 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9606
9607 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9608 to allow any size enum.
9609
9610 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9611
9612 * gdb.ada/array_ptr_renaming.exp: New testcase.
9613 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9614 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9615
9616 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9617
9618 * gdb.trace/ftrace-lock.c: New file.
9619 * gdb.trace/ftrace-lock.exp: New file.
9620
9621 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9622
9623 * gdb.arch/insn-reloc.c: New file.
9624 * gdb.arch/ftrace-insn-reloc.exp: New file.
9625
9626 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9627
9628 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9629 instruction.
9630 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9631 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9632 * gdb.trace/range-stepping.c: Likewise.
9633 * gdb.trace/trace-break.c: Likewise.
9634 * gdb.trace/trace-mt.c (thread_function): Likewise.
9635 * gdb.trace/ftrace.c (marker): Likewise.
9636 * gdb.trace/trace-condition.c (marker): Likewise.
9637 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9638 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9639 is_aarch64_target.
9640
9641 2015-09-18 Doug Evans <xdje42@gmail.com>
9642
9643 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9644 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9645
9646 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9647
9648 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9649 the breakpoint.
9650
9651 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9652
9653 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9654 the pending breakpoint. Remove timeout override for "Run till
9655 MI pending breakpoint on pendfunc3 on thread 2" test.
9656
9657 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9658
9659 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9660 filename pattern.
9661
9662 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9663
9664 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9665 in breakpoint filename pattern.
9666
9667 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9668
9669 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9670
9671 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9672
9673 * gdb.linespec/explicit.exp: Check for readline support for
9674 tab-completion tests. Fix obvious typo.
9675
9676 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9677
9678 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9679 and replay.
9680
9681 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9682
9683 * gdb.btrace/non-stop.c: New.
9684 * gdb.btrace/non-stop.exp: New.
9685
9686 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9687 Yao Qi <yao.qi@linaro.org>
9688
9689 * gdb.trace/trace-condition.c: New file.
9690 * gdb.trace/trace-condition.exp: New file.
9691
9692 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
9693
9694 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9695 for testing bytecode compilation.
9696
9697 2015-09-16 Pedro Alves <palves@redhat.com>
9698 Sandra Loosemore <sandra@codesourcery.com>
9699
9700 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9701 (SECONDS): Redefine.
9702 (main): Call pthread_kill and alarm early.
9703 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9704 support.
9705 (test): If the target can't hardware step and doesn't support
9706 displaced stepping, increase the timeout.
9707
9708 2015-09-16 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9711 (enable_debug): New procedures.
9712 (test): Use them. Bail out if waiting for threads fails.
9713 (top level): Bail out if a test fails.
9714
9715 2015-09-16 Yao Qi <yao.qi@linaro.org>
9716
9717 * gdb.asm/asm-source.exp: Set asm-arch for
9718 aarch64*-*-* target.
9719 * gdb.asm/aarch64.inc: New file.
9720
9721 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9722
9723 * gdb.ada/array_of_variable_length.exp: New testcase.
9724 * gdb.ada/array_of_variable_length/foo.adb: New file.
9725 * gdb.ada/array_of_variable_length/pck.adb: New file.
9726 * gdb.ada/array_of_variable_length/pck.ads: New file.
9727
9728 2015-09-15 Doug Evans <dje@google.com>
9729
9730 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9731 of function static local variable.
9732
9733 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9734
9735 * gdb.threads/tls-so_extern.exp: New test file.
9736 * gdb.threads/tls-so_extern.c: New test file.
9737 * gdb.threads/tls-so_extern_main.c: New test file.
9738
9739 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9740
9741 * gdb.opt/solib-intra-step-lib.c: New file.
9742 * gdb.opt/solib-intra-step-main.c: New file.
9743 * gdb.opt/solib-intra-step.exp: New file.
9744
9745 2015-09-15 Pedro Alves <palves@redhat.com>
9746
9747 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9748 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9749
9750 2015-09-14 Pedro Alves <palves@redhat.com>
9751
9752 * gdb.base/hook-stop-continue.c: Delete.
9753 * gdb.base/hook-stop-continue.exp: Delete.
9754 * gdb.base/hook-stop-frame.c: Delete.
9755 * gdb.base/hook-stop-frame.exp: Delete.
9756 * gdb.base/hook-stop.c: New file.
9757 * gdb.base/hook-stop.exp: New file.
9758
9759 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9760
9761 * gdb.ada/access_to_packed_array.exp: New testcase.
9762 * gdb.ada/access_to_packed_array/foo.adb: New file.
9763 * gdb.ada/access_to_packed_array/pack.adb: New file.
9764 * gdb.ada/access_to_packed_array/pack.ads: New file.
9765
9766 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9767
9768 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9769 buffer size test.
9770
9771 2015-09-11 Don Breazeal <donb@codesourcery.com>
9772
9773 * gdb.base/foll-exec.c: Add copyright header. Fix
9774 formatting issues.
9775 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9776 (do_exec_tests): Use clean_restart in place of zap_session,
9777 and for test initialization. Fix formatting issues. Use
9778 fail in place of perror.
9779 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9780 an expect statement to match an expression with output from
9781 the program under debug.
9782 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9783 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9784 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9785 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9786 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9787
9788 2015-09-09 Doug Evans <dje@google.com>
9789
9790 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9791
9792 2015-09-09 Doug Evans <dje@google.com>
9793
9794 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9795
9796 2015-09-09 Doug Evans <dje@google.com>
9797
9798 * gdb.base/savedregs.exp: Fix typo.
9799
9800 2015-09-09 Pedro Alves <palves@redhat.com>
9801
9802 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9803
9804 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9805
9806 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9807 command actually switches threads. Give up on remaining
9808 tests if target fails to stop at breakpoint.
9809
9810 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9811
9812 * gdb.ada/funcall_char.exp: New testcase.
9813 * gdb.ada/funcall_char/foo.adb: New file.
9814
9815 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9816
9817 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9818 expected outputs. Add two testcases for completing ambiguous
9819 functions.
9820 * gdb.ada/complete/aux_pck.adb: New file.
9821 * gdb.ada/complete/aux_pck.ads: New file.
9822 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9823 Ambiguous_Func functions.
9824 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9825 * gdb.ada/complete/pck.adb: Likewise.
9826
9827 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9828
9829 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9830 failures to run the test program under GDB.
9831
9832 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9833
9834 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9835 to C.
9836
9837 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9838
9839 * gdb.base/run-after-attach.exp: New test file.
9840 * gdb.base/run-after-attach.c: New test file.
9841
9842 2015-08-26 Don Breazeal <donb@codesourcery.com>
9843
9844 * gdb.base/foll-exec-2.c: New test program.
9845 * gdb.base/foll-exec-2.exp: New test.
9846
9847 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9848
9849 * gdb.base/nested-subp1.exp: New file.
9850 * gdb.base/nested-subp1.c: New file.
9851 * gdb.base/nested-subp2.exp: New file.
9852 * gdb.base/nested-subp2.c: New file.
9853 * gdb.base/nested-subp3.exp: New file.
9854 * gdb.base/nested-subp3.c: New file.
9855
9856 2015-08-24 Pedro Alves <palves@redhat.com>
9857
9858 * gdb.server/connect-without-multi-process.c: New file.
9859 * gdb.server/connect-without-multi-process.exp: New file.
9860
9861 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9862
9863 * gdb.opt/inline-markers.c: Make z int.
9864
9865 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9866
9867 * gdb.opt/inline-markers.c: Make z volatile.
9868
9869 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9870
9871 * gdb.opt/inline-bt.c: New volatile global z.
9872 * gdb.opt/inline-cmds.c: Likewise.
9873 * gdb.opt/inline-locals.c: Likewise.
9874 * gdb.opt/inline-markers.c: New extern global z.
9875 (marker): Use z.
9876 (inline_fn): Likewise.
9877
9878 2015-08-24 Pedro Alves <palves@redhat.com>
9879
9880 * config/m32r-stub.exp: Remove file.
9881 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9882 * gdb.base/call-rt-st.exp: Likewise.
9883 * gdb.base/call-strs.exp: Likewise.
9884 * gdb.base/default.exp: Remove references to h8300-*-hms and
9885 *-*-udi*.
9886 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9887
9888 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9889
9890 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9891 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9892 and "return" use KFAIL when GDB can not read/write the vector
9893 return value.
9894
9895 2015-08-21 Gary Benson <gbenson@redhat.com>
9896
9897 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9898
9899 2015-08-20 Pedro Alves <palves@redhat.com>
9900
9901 * gdb.server/solib-list.exp: No longer expect an interior stop in
9902 non-stop mode.
9903
9904 2015-08-20 Pedro Alves <palves@redhat.com>
9905
9906 * gdb.server/connect-stopped-target.c: New file.
9907 * gdb.server/connect-stopped-target.exp: New file.
9908
9909 2015-08-20 Pedro Alves <palves@redhat.com>
9910
9911 * gdb.dwarf2/comp-unit-lang.exp: New file.
9912 * gdb.dwarf2/comp-unit-lang.c: New file.
9913
9914 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9915
9916 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9917 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9918
9919 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9920
9921 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9922 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9923
9924 2015-08-18 Doug Evans <dje@google.com>
9925 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9926
9927 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9928 skip_python_tests. New arg prompt_regexp.
9929 (skip_python_tests): New function.
9930 * lib/mi-support.exp (mi_skip_python_tests): New function.
9931 * gdb.python/py-mi-objfile-gdb.py: New file.
9932 * gdb.python/py-mi-objfile.c: New file.
9933 * gdb.python/py-mi-objfile.exp: New file.
9934
9935 2015-08-17 Keith Seitz <keiths@redhat.com>
9936
9937 * gdb.linespec/explicit.exp: Move strace test from here ...
9938 * gdb.trace/strace.exp: ... to here.
9939
9940 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9941
9942 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9943 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9944
9945 2015-08-14 Doug Evans <xdje42@gmail.com>
9946
9947 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9948 inferior before selecting a new file.
9949
9950 2015-08-14 Doug Evans <xdje42@gmail.com>
9951
9952 * gdb.mi/mi-disassemble.exp: Update.
9953 * gdb.base/disasm-optim.S: New file.
9954 * gdb.base/disasm-optim.c: New file.
9955 * gdb.base/disasm-optim.h: New file.
9956 * gdb.base/disasm-optim.exp: New file.
9957
9958 2015-08-14 Keith Seitz <keiths@redhat.com>
9959
9960 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9961 "evaluated-by".
9962
9963 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9964
9965 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9966
9967 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9968
9969 * gdb.ada/fun_renaming.exp: New testcase.
9970 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9971 * gdb.ada/fun_renaming/pack.adb: New file.
9972 * gdb.ada/fun_renaming/pack.ads: New file.
9973
9974 2015-08-12 Keith Seitz <keiths@redhat.com>
9975
9976 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9977 gdb_get_line_number.
9978
9979 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9980
9981 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9982 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9983 gdb.base/dso2dso.exp: New files.
9984
9985 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9986 Pedro Alves <palves@redhat.com>
9987 Keith Seitz <keiths@redhat.com>
9988
9989 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9990 GDBFLAGS.
9991
9992 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9993
9994 * gdb.base/gdbhistsize-history.exp
9995 (test_histsize_history_setting): Use save_vars.
9996 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9997 Use save_vars.
9998 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9999 * gdb.base/readline.exp: Use save_vars.
10000
10001 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10002
10003 * lib/gdb.exp (save_vars): New proc.
10004
10005 2015-08-11 Keith Seitz <keiths@redhat.com>
10006
10007 * gdb.base/help.exp: Update help_breakpoint_text.
10008
10009 2015-08-11 Keith Seitz <keiths@redhat.com>
10010
10011 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10012 (at toplevel): Call test_explicit_breakpoints.
10013 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10014 breakpoints.
10015 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10016 breakpoint conditions, "-cond".
10017
10018 2015-08-11 Keith Seitz <keiths@redhat.com>
10019
10020 * gdb.linespec/3explicit.c: New file.
10021 * gdb.linespec/cpexplicit.cc: New file.
10022 * gdb.linespec/cpexplicit.exp: New file.
10023 * gdb.linespec/explicit.c: New file.
10024 * gdb.linespec/explicit.exp: New file.
10025 * gdb.linespec/explicit2.c: New file.
10026 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10027 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10028 before using in the matching pattern.
10029 Clarify that `prefix' is a regular expression.
10030
10031 2015-08-11 Keith Seitz <keiths@redhat.com>
10032
10033 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10034 test.
10035 Add tests for missing ",FMT" and ",".
10036
10037 2015-08-10 Doug Evans <dje@google.com>
10038 Keith Seitz <keiths@redhat.com>
10039
10040 PR gdb/17960
10041 * gdb.base/completion.exp: Add location completer tests.
10042
10043 2015-08-07 Pedro Alves <palves@redhat.com>
10044
10045 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10046 tests here.
10047 (top level): Run do_test with and without displaced stepping.
10048
10049 2015-08-07 Pedro Alves <palves@redhat.com>
10050
10051 * gdb.base/valgrind-disp-step.c: New file.
10052 * gdb.base/valgrind-disp-step.exp: New file.
10053
10054 2015-08-07 Pedro Alves <palves@redhat.com>
10055
10056 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10057 Delete function.
10058 (main): Add alarm. Run an infinite loop instead of calling
10059 wait_threads.
10060 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10061 comment.
10062 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10063 Delete function.
10064 (main): Add alarm. Run an infinite loop instead of calling
10065 wait_threads.
10066 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10067 comment.
10068
10069 2015-08-07 Pedro Alves <palves@redhat.com>
10070
10071 * gdb.base/checkpoint-ns.exp: New file.
10072 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10073 standard_testfile.
10074
10075 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10076
10077 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10078 * gdb.btrace/instruction_history.exp: Update.
10079 * gdb.btrace/tsx.exp: New.
10080 * gdb.btrace/tsx.c: New.
10081
10082 2015-08-06 Pedro Alves <palves@redhat.com>
10083
10084 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10085 increase timeout.
10086 * gdb.reverse/until-precsave.exp: Bump timeouts.
10087
10088 2015-08-06 Pedro Alves <palves@redhat.com>
10089
10090 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10091
10092 2015-08-06 Pedro Alves <palves@redhat.com>
10093
10094 PR gdb/18749
10095 * gdb.threads/process-dies-while-handling-bp.c: New file.
10096 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10097
10098 2015-08-06 Pedro Alves <palves@redhat.com>
10099
10100 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10101 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10102
10103 2015-08-05 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10106 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10107
10108 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10109
10110 * gdb.base/bp-permanent.exp: Report test as unsupported if
10111 the target cannot stop at the permanent breakpoint.
10112
10113 2015-08-03 Doug Evans <dje@google.com>
10114
10115 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10116 10000.
10117
10118 2015-08-03 Doug Evans <dje@google.com>
10119
10120 * Makefile.in (workers/%.worker, build-perf): New rule.
10121 (GDB_PERFTEST_MODE): New variable.
10122 (check-perf): Use it.
10123 (clean): Clean up gdb.perf parallel build subdirs.
10124 * lib/build-piece.exp: New file.
10125 * lib/gdb.exp (make_gdb_parallel_path): New function
10126 (standard_output_file, standard_temp_file): Call it.
10127 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10128 of $GDB_PARALLEL.
10129 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10130
10131 2015-08-03 Doug Evans <dje@google.com>
10132
10133 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10134 (LOG_FILE_NAME): New global.
10135 (TextReporter.__init__): Initialize self.txt_sum.
10136 (TextReporter.report): Add support for multiple data-points.
10137 Move report to perftest.sum, put raw data in perftest.log.
10138 (TextReporter.start): Open sum and log files.
10139 (TextReporter.end): Close sum and log files.
10140 * gdb.perf/lib/perftest/testresult.py
10141 (SingleStatisticTestResult.record): Handle multiple data-points.
10142
10143 2015-07-31 Pedro Alves <palves@redhat.com>
10144
10145 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10146 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10147 kill_wait_spawned_process instead of explicit "kill -9".
10148 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10149 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10150 kill_wait_spawned_process.
10151 * gdb.base/attach-twice.exp: Likewise.
10152 * gdb.base/attach.exp: Likewise.
10153 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10154 gdb_test_multiple.
10155 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10156 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10157 kill_wait_spawned_process.
10158 * gdb.base/valgrind-infcall.exp: Likewise.
10159 * gdb.multi/multi-attach.exp: Likewise.
10160 * gdb.python/py-prompt.exp: Likewise.
10161 * gdb.python/py-sync-interp.exp: Likewise.
10162 * gdb.server/ext-attach.exp: Likewise.
10163 * gdb.threads/attach-into-signal.exp (corefunc): Use
10164 spawn_wait_for_attach, spawn_id_get_pid and
10165 kill_wait_spawned_process.
10166 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10167 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10168 spawn_id_get_pid and kill_wait_spawned_process.
10169 * gdb.threads/attach-stopped.exp (corefunc): Use
10170 spawn_wait_for_attach, spawn_id_get_pid and
10171 kill_wait_spawned_process.
10172 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10173 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10174 kill_wait_spawned_process instead of explicit "kill -9".
10175 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10176 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10177 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10178 processes. Don't map cygwin/windows pids here. Now returns a
10179 spawn id list.
10180
10181 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10182
10183 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10184 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10185 correct patch.
10186
10187 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10188
10189 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10190
10191 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10192
10193 Reapply:
10194 2014-05-21 Mark Wielaard <mjw@redhat.com>
10195
10196 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10197
10198 2015-07-30 Pedro Alves <palves@redhat.com>
10199
10200 * linux-low.c (handle_extended_wait): Set the child's last
10201 reported status to TARGET_WAITKIND_STOPPED.
10202
10203 2015-07-30 Pedro Alves <palves@redhat.com>
10204
10205 PR threads/18600
10206 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10207 only shows inferior 1.
10208
10209 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10210 Pedro Alves <palves@redhat.com>
10211
10212 PR threads/18600
10213 * gdb.threads/fork-plus-threads.c: New file.
10214 * gdb.threads/fork-plus-threads.exp: New file.
10215
10216 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10217
10218 * gdb.base/batch-preserve-term-settings.exp
10219 (test_terminal_settings_preserved_after_cli_exit): Use
10220 send_quit_command.
10221
10222 2015-07-29 Pedro Alves <palves@redhat.com>
10223 Don Breazeal <donb@codesourcery.com>
10224
10225 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10226 output from both inferior_spawn_id and gdb_spawn_id.
10227
10228 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10229
10230 * gdb.threads/attach-into-signal.exp (corefunc): Use
10231 with_test_prefix on nested loops, uniquefying the test messages.
10232
10233 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10234
10235 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10236 commit.
10237
10238 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10239
10240 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10241 New proc.
10242 (test_terminal_settings_preserved_after_sigterm): New test.
10243
10244 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10245
10246 * gdb.base/batch-preserve-term-settings.exp
10247 (test_terminal_settings_preserved_after_cli_exit): New test.
10248
10249 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10250
10251 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10252 manipulation of saved_gdbflags.
10253 (test_terminal_settings_preserved): Remove global declaration of
10254 the unused variable pagination_prompt. Remove manipulation of
10255 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10256 GDBFLAGS.
10257
10258 2015-07-29 Pedro Alves <palves@redhat.com>
10259
10260 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10261
10262 2015-07-29 Pedro Alves <palves@redhat.com>
10263
10264 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10265 at the top.
10266
10267 2015-07-29 Pedro Alves <palves@redhat.com>
10268
10269 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10270 (main): Call gdb_unbuffer_output.
10271 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10272 (main): Call gdb_unbuffer_output.
10273 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10274 (main): Call gdb_unbuffer_output.
10275 * gdb.base/call-strs.exp: Adjust to step over the
10276 gdb_unbuffer_output call.
10277 * gdb.base/catch-gdb-caused-signals.c: Include
10278 "../lib/unbuffer_output.c".
10279 (main): Call gdb_unbuffer_output.
10280 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10281 (main): Call gdb_unbuffer_output.
10282 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10283 (main): Call gdb_unbuffer_output.
10284 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10285 (main): Call gdb_unbuffer_output.
10286 * gdb.base/shlib-call.exp: Adjust to step over the
10287 gdb_unbuffer_output call.
10288 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10289 (main): Call gdb_unbuffer_output.
10290 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10291 (main): Call gdb_unbuffer_output.
10292 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10293 (main): Rename to ...
10294 (test): ... this.
10295 (main): Reimplement.
10296 * gdb.base/varargs.exp: Run to test instead of to main.
10297 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10298 (main): Call gdb_unbuffer_output.
10299
10300 2015-07-29 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10303 factore out from mi_continue_dprintf. For call-style dprintfs,
10304 expect dprintf output out of $inferior_spawn_id.
10305 (mi_continue_dprintf): Use mi_expect_dprintf.
10306 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10307 (main): Call gdb_unbuffer_output.
10308
10309 2015-07-29 Pedro Alves <palves@redhat.com>
10310
10311 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10312 (default_mi_gdb_start): Set inferior_spawn_id instead of
10313 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10314 gdb_spawn_id.
10315 (mi_gdb_test): Always expect inferior output from both
10316 $inferior_spawn_id and $gdb_spawn_id.
10317
10318 2015-07-29 Pedro Alves <palves@redhat.com>
10319
10320 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10321 send_inferior and $inferior_spawn_id.
10322
10323 2015-07-29 Pedro Alves <palves@redhat.com>
10324
10325 * gdb.gdb/complaints.exp (test_initial_complaints)
10326 (test_serial_complaints, test_short_complaints): Use
10327 gdb_test_stdio.
10328 (test_empty_complaint): Handle $inferior_spawn_id !=
10329 $gdb_spawn_id.
10330
10331 2015-07-29 Pedro Alves <palves@redhat.com>
10332
10333 * gdb.base/varargs.exp: Use gdb_test_stdio.
10334
10335 2015-07-29 Pedro Alves <palves@redhat.com>
10336
10337 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10338
10339 2015-07-29 Pedro Alves <palves@redhat.com>
10340
10341 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10342
10343 2015-07-29 Pedro Alves <palves@redhat.com>
10344
10345 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10346 parameter into two new parameters, "inf_result" and "gdb_result".
10347 Expect inferior output and gdb output from $inferior_spawn_id and
10348 $gdb_spawn_id, respectively. Adjust all callers.
10349
10350 2015-07-29 Pedro Alves <palves@redhat.com>
10351
10352 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10353 of gdb_test_sequence.
10354
10355 2015-07-29 Pedro Alves <palves@redhat.com>
10356
10357 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10358 (saw_spurious_output): Expect inferior output from
10359 $inferior_spawn_id. Use gdb_test_stdio.
10360
10361 2015-07-29 Pedro Alves <palves@redhat.com>
10362
10363 * gdb.base/dprintf.exp: Use standard_testfile. Change
10364 prepare_for_testing call.
10365 (srcfile): Don't set.
10366 (restart): New procedure.
10367 (test_dprintf): New procecure, use to continue over dprintfs.
10368 (test_call, test_agent): New procedures, tests moved here.
10369 Restart gdb and recreate dprintfs. Adjust expected output.
10370
10371 2015-07-29 Pedro Alves <palves@redhat.com>
10372
10373 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10374
10375 2015-07-29 Pedro Alves <palves@redhat.com>
10376
10377 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10378
10379 2015-07-29 Pedro Alves <palves@redhat.com>
10380
10381 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10382 gdb_test_stdio.
10383
10384 2015-07-29 Pedro Alves <palves@redhat.com>
10385
10386 * lib/gdb.exp (gdb_test_stdio): New procedure.
10387
10388 2015-07-29 Pedro Alves <palves@redhat.com>
10389
10390 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10391
10392 2015-07-29 Pedro Alves <palves@redhat.com>
10393
10394 * gdb.base/call-signal-resume.exp: Remove check for
10395 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10396 * gdb.base/unwindonsignal.exp: Likewise.
10397 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10398 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10399
10400 2015-07-29 Pedro Alves <palves@redhat.com>
10401
10402 * gdb.base/siginfo-addr.c (pass): New function.
10403 (handler): Call it iff si_addr is correct.
10404 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10405 Set a breakpoint at "pass" and continue to it.
10406
10407 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10408
10409 * gdb.python/py-objfile.exp: Make some tests have unique names.
10410 * gdb.python/py-pp-registration.exp: Likewise.
10411
10412 2015-07-28 Pedro Alves <palves@redhat.com>
10413
10414 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10415
10416 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10417
10418 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10419
10420 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10421
10422 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10423
10424 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10425
10426 * gdb.base/gdb-sigterm-2.exp: New test.
10427
10428 2015-07-25 Doug Evans <xdje42@gmail.com>
10429
10430 Revert:
10431 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10432 (workers/%.worker, build-perf): New rule.
10433 (GDB_PERFTEST_MODE): New variable.
10434 (check-perf): Use it.
10435 (clean): Clean up gdb.perf parallel build subdirs.
10436 * lib/build-piece.exp: New file.
10437 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10438 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10439 name.
10440 (standard_temp_file): Ditto.
10441 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10442 of $GDB_PARALLEL.
10443
10444 2015-07-24 Doug Evans <dje@google.com>
10445
10446 * gdb.perf/lib/perftest/utils.py: New file.
10447 * gdb.perf/gm-hello.cc: New file.
10448 * gdb.perf/gm-pervasive-typedef.cc: New file.
10449 * gdb.perf/gm-pervasive-typedef.h: New file.
10450 * gdb.perf/gm-std.cc: New file.
10451 * gdb.perf/gm-std.h: New file.
10452 * gdb.perf/gm-use-cerr.cc: New file.
10453 * gdb.perf/gm-utils.h: New file.
10454 * gdb.perf/gmonster-null-lookup.py: New file.
10455 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10456 * gdb.perf/gmonster-print-cerr.py: New file.
10457 * gdb.perf/gmonster-ptype-string.py: New file.
10458 * gdb.perf/gmonster-runto-main.py: New file.
10459 * gdb.perf/gmonster-select-file.py: New file.
10460 * gdb.perf/gmonster1-null-lookup.exp: New file.
10461 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10462 * gdb.perf/gmonster1-print-cerr.exp: New file.
10463 * gdb.perf/gmonster1-ptype-string.exp: New file.
10464 * gdb.perf/gmonster1-runto-main.exp: New file.
10465 * gdb.perf/gmonster1-select-file.exp: New file.
10466 * gdb.perf/gmonster1.cc: New file.
10467 * gdb.perf/gmonster1.exp: New file.
10468 * gdb.perf/gmonster2-null-lookup.exp: New file.
10469 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10470 * gdb.perf/gmonster2-print-cerr.exp: New file.
10471 * gdb.perf/gmonster2-ptype-string.exp: New file.
10472 * gdb.perf/gmonster2-runto-main.exp: New file.
10473 * gdb.perf/gmonster2-select-file.exp: New file.
10474 * gdb.perf/gmonster2.cc: New file.
10475 * gdb.perf/gmonster2.exp: New file.
10476
10477 2015-07-24 Doug Evans <dje@google.com>
10478
10479 * gdb.perf/README: New file.
10480 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10481 * lib/gen-perf-test.exp: New file.
10482
10483 2015-07-24 Doug Evans <dje@google.com>
10484
10485 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10486 (PerfTest::startup): New function.
10487 (PerfTest::run): Return result of calling body.
10488 (PerfTest::assemble): Rewrite.
10489 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10490 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10491 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10492 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10493 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10494
10495 2015-07-24 Doug Evans <dje@google.com>
10496
10497 * lib/gdb.exp (clean_restart): Make executable optional.
10498
10499 2015-07-24 Doug Evans <dje@google.com>
10500
10501 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10502 compiler_info references.
10503 * gdb.cp/temargs.exp: Ditto.
10504 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10505 (get_compiler_info): Early exit if already computed. Set compiler_info
10506 to "unknown" if there was a problem.
10507 (test_compiler_info): Add function comment. Call get_compiler_info.
10508
10509 2015-07-24 Doug Evans <dje@google.com>
10510
10511 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10512 (workers/%.worker, build-perf): New rule.
10513 (GDB_PERFTEST_MODE): New variable.
10514 (check-perf): Use it.
10515 (clean): Clean up gdb.perf parallel build subdirs.
10516 * lib/build-piece.exp: New file.
10517 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10518 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10519 name.
10520 (standard_temp_file): Ditto.
10521 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10522 of $GDB_PARALLEL.
10523
10524 2015-07-24 Doug Evans <dje@google.com>
10525
10526 * lib/future.exp (gdb_default_target_compile): New option
10527 "early_flags".
10528 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10529 --as-needed.
10530
10531 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10532
10533 * gdb.base/catch-syscall.exp: Call gdb_exit before
10534 gdb_skip_xml_test.
10535
10536 2015-07-24 Pedro Alves <palves@redhat.com>
10537
10538 * gdb.python/py-events.exp: Accept output between the stop event
10539 and the prompt.
10540 * gdb.python/py-evsignal.exp: Likewise.
10541 * gdb.python/py-evthreads.exp: Likewise.
10542
10543 2015-07-24 Pedro Alves <palves@redhat.com>
10544
10545 PR gdb/18717
10546 * gdb.threads/non-ldr-exit.c: New file.
10547 * gdb.threads/non-ldr-exit.exp: New file.
10548
10549 2015-07-24 Yao Qi <yao.qi@linaro.org>
10550
10551 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10552 restarting process.
10553
10554 2015-07-24 Yao Qi <yao.qi@linaro.org>
10555
10556 * gdb.server/ext-restart.exp: New file.
10557
10558 2015-07-24 Yao Qi <yao.qi@linaro.org>
10559
10560 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10561 argument options.
10562 * gdb.server/ext-wrapper.exp: New file.
10563
10564 2015-07-23 Doug Evans <dje@google.com>
10565
10566 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10567 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10568
10569 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10570
10571 * gdb.ada/var_arr_typedef.exp: New testcase.
10572 * gdb.ada/var_arr_typedef/pack.adb: New file.
10573 * gdb.ada/var_arr_typedef/pack.ads: New file.
10574 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10575
10576 2015-07-20 Joel Brobecker <brobecker@adacore.com>
10577
10578 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10579
10580 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10581
10582 * gdb.arch/i386-biarch-core.exp: Replace istarget
10583 by "complete set gnutarget". Remove expectation for the "core-file"
10584 command.
10585
10586 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10587
10588 Revert the previous commit:
10589 Tests for validate symbol file using build-id.
10590
10591 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10592
10593 Tests for validate symbol file using build-id.
10594 * gdb.base/solib-mismatch-lib.c: New file.
10595 * gdb.base/solib-mismatch-libmod.c: New file.
10596 * gdb.base/solib-mismatch.c: New file.
10597 * gdb.base/solib-mismatch.exp: New file.
10598
10599 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10600
10601 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10602 nios2-*-linux*.
10603 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10604 * gdb.base/siginfo.exp: Likewise.
10605 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10606
10607 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10608
10609 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10610 Move it to ...
10611 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10612 ... here.
10613 * gdb.trace/range-stepping.exp: Check that the target supports
10614 range stepping.
10615
10616 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10617
10618 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10619
10620 2015-07-14 Pedro Alves <palves@redhat.com>
10621
10622 * gdb.base/killed-outside.exp: New file.
10623 * gdb.base/killed-outside.c: New file.
10624
10625 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10626
10627 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10628 (n at main): New.
10629 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10630
10631 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10632
10633 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10634 infcall tests instead of setting up for KFAIL.
10635
10636 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10637
10638 * gdb.btrace/record_goto-step.exp: New.
10639
10640 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10641
10642 PR compile/18484
10643 * gdb.compile/compile.c (struct struct_type): Add volatile to
10644 selffield's type.
10645 * gdb.compile/compile.exp
10646 (compile code struct_object.selffield = &struct_object): Skip further
10647 struct_object tests if this one xfails.
10648
10649 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
10650
10651 PR exp/18617
10652 * gdb.trace/ax.exp: Add test.
10653
10654 2015-07-07 Yao Qi <yao.qi@linaro.org>
10655
10656 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10657 instead of istarget "aarch64*-*-*".
10658 * gdb.arch/aarch64-fp.exp: Likewise.
10659 * gdb.base/float.exp: Likewise.
10660 * gdb.reverse/aarch64.exp: Likewise.
10661 * lib/gdb.exp (is_aarch64_target): New proc.
10662
10663 2015-07-07 Yao Qi <yao.qi@linaro.org>
10664
10665 * lib/gdb.exp (is_aarch32_target): New proc.
10666 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10667 instead of "istarget "arm*-*-*"".
10668 * gdb.arch/arm-disp-step.exp: Likewise.
10669 * gdb.arch/thumb-bx-pc.exp: Likewise.
10670 * gdb.arch/thumb-prologue.exp: Likewise.
10671 * gdb.arch/thumb-singlestep.exp: Likewise.
10672 * gdb.base/disp-step-syscall.exp: Likewise.
10673 * gdb.base/float.exp: Likewise.
10674
10675 2015-07-07 Yao Qi <yao.qi@linaro.org>
10676
10677 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10678 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10679
10680 2015-07-07 Yao Qi <yao.qi@linaro.org>
10681
10682 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10683 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10684 if it exists.
10685 * gdb.multi/multi-arch.exp: Likewise.
10686
10687 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10688
10689 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10690 print.
10691
10692 2015-07-07 Yao Qi <yao.qi@linaro.org>
10693
10694 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10695
10696 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10697
10698 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10699 '[' and ']' characters.
10700
10701 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10702
10703 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10704
10705 2015-06-29 Pedro Alves <palves@redhat.com>
10706
10707 PR threads/18127
10708 * gdb.threads/hand-call-new-thread.c: New file.
10709 * gdb.threads/hand-call-new-thread.c: New file.
10710
10711 2015-06-26 Keith Seitz <keiths@redhat.com>
10712 Doug Evans <dje@google.com>
10713
10714 PR 16253
10715 * gdb.cp/var-tag-2.cc: New file.
10716 * gdb.cp/var-tag-3.cc: New file.
10717 * gdb.cp/var-tag-4.cc: New file.
10718 * gdb.cp/var-tag.cc: New file.
10719 * gdb.cp/var-tag.exp: New file.
10720
10721 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10722
10723 * gdb.base/history-duplicates.exp: New test.
10724
10725 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10726
10727 * gdb.base/completion.exp: Test the completion of the "focus"
10728 command.
10729
10730 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10731
10732 * gdb.arch/amd64-prologue-skip.S: New file.
10733 * gdb.arch/amd64-prologue-skip.exp: New file.
10734
10735 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10736
10737 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10738 is_address_zero_readable check.
10739
10740 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10741
10742 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10743 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10744
10745 2015-06-24 Yao Qi <yao.qi@linaro.org>
10746
10747 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10748 linux targets.
10749
10750 2015-06-24 Yao Qi <yao.qi@linaro.org>
10751
10752 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10753 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10754 * gdb.base/siginfo-thread.exp: Likewise.
10755
10756 2015-06-22 Yao Qi <yao.qi@linaro.org>
10757
10758 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10759
10760 2015-06-22 Yao Qi <yao.qi@linaro.org>
10761
10762 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10763 aarch64*-*-*.
10764 (skip_hw_watchpoint_tests): Likewise.
10765
10766 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10767
10768 * gdb.base/gdbinit-history.exp: Test the interaction between
10769 setting GDBHISTSIZE and setting the history size via .gdbinit.
10770
10771 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10772
10773 PR gdb/16999
10774 * gdb.base/gdbhistsize-history.exp: New test.
10775
10776 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10777
10778 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10779 with GDBHISTSIZE.
10780 * gdb.base/readline.exp: Likewise.
10781
10782 2015-06-17 Yao Qi <yao.qi@linaro.org>
10783
10784 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10785 line.
10786
10787 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10788
10789 * gdb.base/gdbinit-history.exp: Add test case to check that
10790 an unlimited history file does not get truncated on exit.
10791
10792 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10793
10794 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10795 (VECTOR): New macro. Use it...
10796 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10797 ...for these typedefs.
10798 (int8, char1, int1, double1): New typedefs.
10799 (struct just_int2, struct two_int2): New structures.
10800 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10801 (add_structvecs, add_singlevecs): New functions.
10802 (main): Call add_some_intvecs twice.
10803 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10804 the compile and exit upon failure. Try compiling for the "native"
10805 architecture. Test inferior function calls with vector arguments
10806 and vector return value handling with "finish" and "return".
10807
10808 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10809
10810 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10811 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10812 PE file.
10813 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10814
10815 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10816
10817 PR breakpoints/16465
10818 * gdb.mi/mi-dprintf-pending.c: New file.
10819 * gdb.mi/mi-dprintf-pending.exp: New test.
10820 * gdb.mi/mi-dprintf-pendshr.c: New file.
10821
10822 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10823 Mircea Gherzan <mircea.gherzan@intel.com>
10824
10825 * gdb.arch/i386-mpx-map.c: New file.
10826 * gdb.arch/i386-mpx-map.exp: New File.
10827
10828 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10829
10830 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10831 * gdb.arch/i386-mpx.exp: Indentation fixed.
10832
10833 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10834
10835 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10836 function and improved indentation.
10837 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10838 gdb_test_multiple. Added additional tests to skip the test.
10839
10840 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10841
10842 * gdb.arch/i386-avx512.c: Change path in include file.
10843 * gdb.arch/i386-avx512.exp: Change include dir path
10844 compilation flag.
10845 * gdb.arch/i386-mpx.c: Change path in include file.
10846 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10847 flag.
10848
10849 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10850
10851 * gdb.compile/compile-print.exp (compile print *vararray@3)
10852 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10853
10854 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10855
10856 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10857 (do not keep jit in memory): ... this.
10858 (expect 5): Change it to ...
10859 (expect no 5): ... this.
10860
10861 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10862
10863 PR gdb/15564
10864 * gdb.mi/mi-detach.exp: New file.
10865
10866 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10867
10868 PR symtab/18392
10869 * gdb.arch/amd64-tailcall-self.S: New file.
10870 * gdb.arch/amd64-tailcall-self.c: New file.
10871 * gdb.arch/amd64-tailcall-self.exp: New file.
10872
10873 2015-05-28 Don Breazeal <donb@codesourcery.com>
10874
10875 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10876 tests for remote targets by checking is_target_gdbserver.
10877
10878 2015-05-27 Doug Evans <dje@google.com>
10879
10880 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10881 * gdb.dwarf2/opaque-type-lookup.c: New file.
10882 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10883
10884 2015-05-26 Doug Evans <dje@google.com>
10885
10886 * gdb.cp/iostream.cc: New file.
10887 * gdb.cp/iostream.exp: New file.
10888
10889 2015-05-26 Doug Evans <dje@google.com>
10890
10891 * gdb.dwarf2/dw2-op-call.exp: Update.
10892 * gdb.dwarf2/dw4-sig-types.exp: Update.
10893 * gdb.dwarf2/implptr.exp: Update.
10894 * gdb.mi/mi-cmd-param-changed.exp: Update.
10895
10896 2015-05-26 Doug Evans <dje@google.com>
10897
10898 * gdb.python/py-lazy-string.c: New file.
10899 * gdb.python/py-lazy-string.exp: New file.
10900 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10901 (main): Update. Add estring3.
10902 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10903 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10904
10905 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10906 Yao Qi <yao.qi@linaro.org>
10907
10908 * gdb.reverse/aarch64.c: New.
10909 * gdb.reverse/aarch64.exp: New.
10910
10911 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10912
10913 * lib/gdb.exp (supports_process_record): Return true for
10914 aarch64*-linux*.
10915 (supports_reverse): Likewise.
10916
10917 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10918
10919 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10920 Use with_test_prefix.
10921
10922 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10923
10924 * gdb.base/completion.exp: Add test for completion of layout
10925 names.
10926
10927 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10928
10929 * lib/gdb.exp (skip_tui_tests): New proc.
10930 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10931
10932 2015-05-19 Pedro Alves <palves@redhat.com>
10933
10934 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10935 Save the whole env array instead of just HOME. Unset HISTSIZE in
10936 the environment while testing. Restore whole environment
10937 afterwards.
10938
10939 2015-05-16 Doug Evans <xdje42@gmail.com>
10940
10941 * gdb.guile/scm-ports.c: New file.
10942 * gdb.guile/scm-ports.exp: Add memory port tests.
10943
10944 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10945
10946 * gdb.compile/compile-print.c: New file.
10947 * gdb.compile/compile-print.exp: New file.
10948
10949 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10950
10951 * gdb.compile/compile-ops.exp: Cast param to void.
10952 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10953 (compile code struct_object.selffield = &struct_object): Add xfail.
10954
10955 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10956
10957 * gdb.ada/arr_enum_with_gap: New testcase.
10958
10959 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10960
10961 * gdb.ada/byte_packed_arr: New testcase.
10962
10963 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10964
10965 * gdb.ada/pckd_neg: New testcase.
10966
10967 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10968
10969 PR gdb/17820
10970 * gdb.base/gdbinit-history.exp: New test.
10971 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10972 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10973
10974 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10975
10976 * gdb.python/py-xmethods.cc: Enhance test case.
10977 * gdb.python/py-xmethods.exp: New tests.
10978 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10979 function.
10980 (B_indexoper): Likewise.
10981 (global_dm_list) : Add new xmethod worker functions.
10982
10983 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10984
10985 * gdb.base/coredump-filter.exp: Correctly unset
10986 "coredump_var_addr" array.
10987
10988 2015-05-08 Pedro Alves <palves@redhat.com>
10989
10990 * gdb.server/non-existing-program.exp: Unset spawn_id.
10991
10992 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10993
10994 PR python/18291
10995 * gdb.python/py-xmethods.exp: Add tests.
10996
10997 2015-05-08 Yao Qi <yao.qi@linaro.org>
10998
10999 PR gdb/18208
11000 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11001 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11002 function set_coredump_filter, and remove remote_exec call.
11003 Remove argument ipid. Callers update.
11004 (top level): Don't get inferior's PID.
11005
11006 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11007
11008 * gdb.base/watch_thread_num.exp: Skip test on targets without
11009 access watchpoints.
11010
11011 2015-05-06 Pedro Alves <palves@redhat.com>
11012
11013 PR server/18081
11014 * gdb.server/non-existing-program.exp: New file.
11015
11016 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11017
11018 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11019
11020 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11021
11022 * gdb.ada/out_of_line_in_inlined: New testcase.
11023
11024 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11025
11026 * gdb.ada/var_rec_arr: New testcase.
11027
11028 2015-04-30 Yao Qi <yao.qi@linaro.org>
11029
11030 * gdb.base/break-idempotent.exp: If
11031 skip_hw_watchpoint_multi_tests returns true, skip the tests
11032 on "rwatch" and "awatch".
11033
11034 2015-04-30 Yao Qi <yao.qi@linaro.org>
11035
11036 * gdb.base/relativedebug.exp: Invoke gdb command
11037 "info sharedlibrary", and if libc.so doesn't have debug info,
11038 skip the test.
11039
11040 2015-04-29 Doug Evans <dje@google.com>
11041
11042 * gdb.python/py-xmethods.exp: Add ptype tests.
11043 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11044 get_result_type method.
11045
11046 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11047
11048 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11049 the target does not support hardware watchpoints.
11050
11051 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11052
11053 * gdb.base/break-always.exp: Abort testing if writing to memory
11054 causes an error.
11055
11056 2015-04-28 Doug Evans <dje@google.com>
11057
11058 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11059 * gdb.python/py-pp-registration.exp: ... here. New file.
11060 * gdb.python/py-pp-registration.c: New file.
11061 * gdb.python/py-pp-registration.py: New file.
11062
11063 2015-04-28 Doug Evans <dje@google.com>
11064
11065 * gdb.python/py-bad-printers.c: New file.
11066 * gdb.python/py-bad-printers.py: New file.
11067 * gdb.python/py-bad-printers.exp: New file.
11068
11069 2015-04-28 Sasha Smundak <asmundak@google.com>
11070
11071 * gdb.python/py-type.exp: New test.
11072
11073 2015-04-28 Andy Wingo <wingo@igalia.com>
11074
11075 * gdb.python/py-parameter.exp:
11076 * gdb.guile/scm-parameter.exp: Escape the path that we are
11077 matching against, as it might contain characters that are special
11078 to regular expressions.
11079
11080 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11081
11082 * gdb.ada/rec_comp: New testcase.
11083
11084 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11085
11086 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11087 before using it.
11088
11089 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11090
11091 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11092 new tests for verilog output.
11093
11094 2015-04-24 Yao Qi <yao.qi@linaro.org>
11095
11096 * boards/remote-gdbserver-on-localhost.exp: New file.
11097
11098 2015-04-23 Pedro Alves <palves@redhat.com>
11099
11100 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11101 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11102 "end of file", remove $inferior_spawn_id from the indirect list.
11103
11104 2015-04-23 Pedro Alves <palves@redhat.com>
11105
11106 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11107
11108 2015-04-23 Pedro Alves <palves@redhat.com>
11109
11110 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11111 on $any_spawn_id instead of only on $gdb_spawn_id.
11112
11113 2015-04-21 Pierre Muller <muller@sourceware.org>
11114
11115 PR pascal/17815
11116 * lib/pascal.exp (gpc_compile): Add new option "class".
11117 (fpc_compile): Likewise.
11118 * gdb.pascal/case-insensitive-symbols.pas: New file.
11119 * gdb.pascal/case-insensitive-symbols.exp: New file.
11120
11121 2015-04-20 Gary Benson <gbenson@redhat.com>
11122
11123 * gdb.base/attach.exp: Fix three extended remote failures.
11124
11125 2015-04-17 Gary Benson <gbenson@redhat.com>
11126
11127 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11128 the main executable over the remote protocol.
11129
11130 2015-04-16 Pedro Alves <palves@redhat.com>
11131
11132 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11133 a new gdbserver if gdbserver_reconnect_p is set.
11134
11135 2015-04-16 Pedro Alves <palves@redhat.com>
11136
11137 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11138 is set, don't exit gdbserver.
11139
11140 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11141
11142 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11143 appropriate .insn, such that an older assembler can be used.
11144 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11145 the z/Architecture instruction set on 31-bit targets as well.
11146
11147 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11148
11149 * gdb.go/handcall.exp: Remove all logic related to the first
11150 breakpoint and rely on go_runto_main instead.
11151 * gdb.go/strings.exp: Likewise.
11152 * gdb.go/unsafe.exp: Likewise.
11153 * gdb.go/hello.exp: Likewise. Also rename the remaining
11154 breakpoint marker to "breakpoint 1".
11155 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11156 * gdb.go/strings.go: Likewise.
11157 * gdb.go/unsafe.go: Likewise.
11158 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11159 "set breakpoint 2 here" and rename the remaining breakpoint marker
11160 to "breakpoint 1".
11161
11162 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11163
11164 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11165 if itertools.imap is not present.
11166 * gdb.python/py-objfile.exp: Add parentheses.
11167 * gdb.python/py-type.exp: Same.
11168 * gdb.python/py-unwind-maint.py: Same.
11169
11170 2015-04-15 Yao Qi <yao.qi@linaro.org>
11171
11172 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11173 of ":$ptr_size" and set its form explicitly.
11174
11175 2015-04-15 Pedro Alves <palves@redhat.com>
11176 Yao Qi <yao.qi@linaro.org>
11177
11178 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11179 timeout by factor of 4.
11180 (test_regular_watch): Likewise.
11181 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11182 * gdb.reverse/sigall-reverse.exp: Likewise.
11183 * gdb.reverse/until-precsave.exp: Likewise.
11184 * lib/gdb.exp (with_timeout_factor): New proc.
11185 (gdb_expect): Move some code to ...
11186 (get_largest_timeout): ... here. New procedure.
11187
11188 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11189
11190 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11191
11192 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11193
11194 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11195 to write to the .text section.
11196
11197 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11198
11199 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11200 Handle the case of targets that do not provide PID information.
11201
11202 2015-04-13 Yao Qi <yao.qi@linaro.org>
11203
11204 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11205 and use expect instead of gdb_expect.
11206
11207 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11208
11209 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11210 "coredump_var_addr" to avoid naming conflict with other testcases.
11211
11212 2015-04-10 Pedro Alves <palves@redhat.com>
11213
11214 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11215 gdb_test_sequence and gdb_assert.
11216
11217 2015-04-10 Pedro Alves <palves@redhat.com>
11218
11219 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11220 test messages that don't include the breakpoint address.
11221
11222 2015-04-10 Yao Qi <yao.qi@linaro.org>
11223
11224 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11225 false for some offset and width combinations which aren't
11226 supported by linux kernel.
11227
11228 2015-04-10 Pedro Alves <palves@redhat.com>
11229
11230 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11231 procedure, factored out from ...
11232 (top level): ... here. Add "set displaced-stepping" testing axis.
11233 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11234 parameter "displaced". Use it.
11235 (top level): Use foreach and add "set displaced-stepping" testing
11236 axis.
11237
11238 2015-04-10 Pedro Alves <palves@redhat.com>
11239
11240 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11241 Remove comment.
11242 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11243 both the address of the instruction that triggers the watchpoint
11244 and the address of the instruction immediately after, and use
11245 those addresses for the test. Fix comment.
11246
11247 2015-04-10 Pedro Alves <palves@redhat.com>
11248
11249 * gdb.base/sigstep.exp (breakpoint_to_handler)
11250 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11251 Test "backtrace" in handler.
11252 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11253 (top level): Add new "displaced" test axis to
11254 breakpoint_to_handler, breakpoint_to_handler_entry and
11255 breakpoint_over_handler.
11256
11257 2015-04-10 Pedro Alves <palves@redhat.com>
11258
11259 PR gdb/18216
11260 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11261
11262 2015-04-10 Yao Qi <yao.qi@linaro.org>
11263
11264 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11265 (test_add_rn_pc): New function.
11266 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11267 (top level): Invoke test_add_rn_pc.
11268
11269 2015-04-10 Pedro Alves <palves@redhat.com>
11270
11271 PR gdb/13858
11272 * gdb.base/step-over-no-symbols.exp: New file.
11273
11274 2015-04-09 Andy Wingo <wingo@igalia.com>
11275
11276 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11277 after the Python tests.
11278
11279 2015-04-08 Keith Seitz <keiths@redhat.com>
11280
11281 PR python/16699
11282 * gdb.python/py-completion.exp: New tests for completion.
11283 * gdb.python/py-completion.py (CompleteLimit1): New class.
11284 (CompleteLimit2): Likewise.
11285 (CompleteLimit3): Likewise.
11286 (CompleteLimit4): Likewise.
11287 (CompleteLimit5): Likewise.
11288 (CompleteLimit6): Likewise.
11289 (CompleteLimit7): Likewise.
11290
11291 2015-04-08 Pedro Alves <palves@redhat.com>
11292
11293 PR gdb/18214
11294 PR gdb/18216
11295 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11296 function.
11297 (main): Install it as SIGUSR1 handler.
11298 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11299 parameter. Always use "setup" as prefix. Toggle "set
11300 displaced-stepping" off/on depending on global. Don't switch to
11301 thread 1 here.
11302 (top level): Add displaced stepping "off/on" test axis. Update
11303 "setup" calls. Wrap each subtest with with_test_prefix. Test
11304 continuing with a queued signal in each thread.
11305
11306 2015-04-08 Pedro Alves <palves@redhat.com>
11307
11308 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11309 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11310 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11311 Return early if running to main fails.
11312 * gdb.trace/while-stepping.exp: Likewise.
11313
11314 2015-04-07 Pedro Alves <palves@redhat.com>
11315
11316 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11317 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11318 interact with inferior program.
11319
11320 2015-04-07 Pedro Alves <palves@redhat.com>
11321
11322 * lib/gdb.exp (inferior_spawn_id): New global.
11323 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11324 spawn id after processing the user code.
11325 (default_gdb_start): Set inferior_spawn_id.
11326 (send_inferior): New procedure.
11327 * lib/gdbserver-support.exp (gdbserver_start): Set
11328 inferior_spawn_id.
11329 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11330
11331 2015-04-07 Pedro Alves <palves@redhat.com>
11332
11333 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11334 * lib/gdbserver-support.exp (gdbserver_start): Make
11335 $server_spawn_id global.
11336 (gdbserver_start): Don't wait for gdbserver's spawn id with
11337 expect_background.
11338 (close_gdbserver): New procedure.
11339 (gdb_exit): Rename the default version and reimplement.
11340
11341 2015-04-07 Pedro Alves <palves@redhat.com>
11342
11343 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11344 append the substituted item, not the original item.
11345
11346 2015-04-07 Pedro Alves <palves@redhat.com>
11347
11348 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11349 gdb_expect.
11350
11351 2015-04-07 Pedro Alves <palves@redhat.com>
11352
11353 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11354 output appearing once only.
11355
11356 2015-04-07 Pedro Alves <palves@redhat.com>
11357
11358 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11359 that doesn't expect anything. Return early if running to main
11360 fails.
11361
11362 2015-04-07 Yao Qi <yao.qi@linaro.org>
11363
11364 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11365 (child_function): Call alarm.
11366 (main): Move call to alarm into the loop.
11367 * gdb.threads/non-stop-fair-events.exp: Build program with
11368 -DTIMEOUT=$timeout.
11369
11370 2015-04-06 Doug Evans <xdje42@gmail.com>
11371
11372 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11373 Fix dest parameter to board_info.
11374 (fpc_compile): Ditto.
11375 (gdb_compile_pascal): Rename dest arg to destfile.
11376
11377 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11378
11379 * gdb.ada/funcall_ref.exp: New file.
11380 * gdb.ada/funcall_ref/foo.adb: New file.
11381
11382 2015-04-02 Yao Qi <yao.qi@linaro.org>
11383
11384 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11385 is remote.
11386
11387 2015-04-02 Gary Benson <gbenson@redhat.com>
11388
11389 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11390
11391 2015-04-01 Sasha Smundak <asmundak@google.com>
11392
11393 * gdb.python/py-unwind-maint.c: New file.
11394 * gdb.python/py-unwind-maint.exp: New test.
11395 * gdb.python/py-unwind-maint.py: New file.
11396 * gdb.python/py-unwind.c: New file.
11397 * gdb.python/py-unwind.exp: New test.
11398 * gdb.python/py-unwind.py: New test.
11399
11400 2015-04-01 Pedro Alves <palves@redhat.com>
11401
11402 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11403 to fail instead of non-existent $test.
11404
11405 2015-04-01 Pedro Alves <palves@redhat.com>
11406
11407 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11408 GDBFLAGS if not empty.
11409
11410 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11411
11412 * gdb.ada/complete.exp: Remove "multi_line".
11413 * gdb.ada/info_exc.exp: Remove "multi_line".
11414 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11415 * gdb.ada/ptype_field.exp: Remove "multi_line".
11416 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11417 * gdb.ada/tagged.exp: Remove "multi_line".
11418 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11419 [multi_line ...]
11420 * gdb.btrace/delta.exp: Likewise.
11421 * gdb.btrace/exception.exp: Likewise.
11422 * gdb.btrace/function_call_history.exp: Likewise.
11423 * gdb.btrace/instruction_history.exp: Likewise.
11424 * gdb.btrace/nohist.exp: Likewise.
11425 * gdb.btrace/record_goto.exp: Likewise.
11426 * gdb.btrace/segv.exp: Likewise.
11427 * gdb.btrace/stepi.exp: Likewise.
11428 * gdb.btrace/tailcall.exp: Likewise.
11429 * gdb.btrace/unknown_functions.exp: Likewise.
11430 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11431 * lib/gdb.exp: Add the "multi_line" helper.
11432
11433 2015-04-01 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.threads/tid-reuse.c: New file.
11436 * gdb.threads/tid-reuse.exp: New file.
11437
11438 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11439
11440 PR corefiles/16092
11441 * gdb.base/coredump-filter.c: New file.
11442 * gdb.base/coredump-filter.exp: Likewise.
11443
11444 2015-03-27 Petr Machata <pmachata@redhat.com>
11445
11446 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11447 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11448 (Dwarf::assemble): Initialize them.
11449 (Dwarf::lines): New function.
11450
11451 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11452
11453 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11454 SYMBOL_PREFIX for x86_64-*-cygwin.
11455
11456 2015-03-26 Andy Wingo <wingo@igalia.com>
11457
11458 PR symtab/18148
11459 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11460 const_value but not a location.
11461 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11462 location defined in non-main CUs are visible.
11463
11464 2015-03-26 Yao Qi <yao.qi@linaro.org>
11465
11466 PR testsuite/18139
11467 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11468 Add a line number entry for the same line.
11469 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11470 Add a line number entry for the same line.
11471
11472 2015-03-26 Yao Qi <yao.qi@linaro.org>
11473
11474 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11475 .int 0.
11476 (func): Likewise. Add .Lfunc_1 label.
11477 Use .Lfunc_1 label.
11478 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11479 .int 0.
11480 (func): Likewise.
11481 Use .Lfunc_1 label.
11482
11483 2015-03-26 Yao Qi <yao.qi@linaro.org>
11484
11485 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11486 Call gdb_compile instead to compile each .s files without debug
11487 information.
11488
11489 2015-03-26 Yao Qi <yao.qi@linaro.org>
11490
11491 * gdb.base/savedregs.exp (process_saved_regs): Make
11492 "Saved registers:" optional in the pattern.
11493
11494 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11495
11496 * gdb.btrace/next.exp: Merged into step.exp.
11497 * gdb.btrace/finish.exp: Merged into step.exp.
11498 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11499 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11500 "record goto" and checking the exact replay position.
11501 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11502 check for "Recording format" in "info record" output.
11503 * gdb.btrace/record_goto.exp: Choose test file based on target.
11504 * gdb.btrace/x86-record_goto.S: Renamed into ...
11505 * gdb.btrace/x86_64-record_goto.S: ... this.
11506 * gdb.btrace/i686-record_goto.S: New.
11507 * gdb.btrace/x86-tailcall.S: Renamed into ...
11508 * gdb.btrace/x86_64-tailcall.S: ... this.
11509 * gdb.btrace/i686-tailcall.S: New.
11510 * gdb.btrace/x86-tailcall.c: Renamed into ...
11511 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11512 separate statements. Update test.
11513 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11514 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11515 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11516 * gdb.btrace/tailcall.exp: Choose test file based on target.
11517 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11518
11519 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11520
11521 * gdb.btrace/exception.exp: Increase BTS buffer size.
11522
11523 2015-03-24 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11526
11527 2015-03-24 Pedro Alves <palves@redhat.com>
11528
11529 * gdb.threads/schedlock.exp (test_step): No longer expect that
11530 "set scheduler-locking step" with "next" over a function call runs
11531 threads unlocked.
11532
11533 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11534
11535 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11536
11537 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11538
11539 PR breakpoints/16466
11540 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11541 * gdb.mi/mi-pending.c (thread_func): New function.
11542 (int main): Add threading support required.
11543 * gdb.mi/mi-pending.exp: Add tests for this issue.
11544 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11545 (pendfunc2): Remove stdio dependency.
11546 * gdb.mi/mi-pendshr2.c: New file.
11547
11548 2015-03-23 Keith Seitz <keiths@redhat.com>
11549
11550 * gdb.linespec/keywords.c: New file.
11551 * gdb.linespec/keywords.exp: New file.
11552
11553 2015-03-23 Keith Seitz <keiths@redhat.com>
11554
11555 PR gdb/18021
11556 * gdb.dwarf2/staticvirtual.exp: New test.
11557
11558 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11559
11560 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11561 * README: Remove HP-UX and gdb.hp.
11562 (configuration):
11563 * configure: Regenerate.
11564 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11565 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11566 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11567 gdb.hp/gdb.defects/Makefile.
11568 * gdb.hp/Makefile.in: File deleted.
11569 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11570 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11571 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11572 * gdb.hp/gdb.aCC/run.c: File deleted.
11573 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11574 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11575 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11576 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11577 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11578 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11579 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11580 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11581 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11582 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11583 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11584 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11585 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11586 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11587 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11588 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11589 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11590 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11591 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11592 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11593 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11594 * gdb.hp/gdb.compat/average.c: File deleted.
11595 * gdb.hp/gdb.compat/sum.c: File deleted.
11596 * gdb.hp/gdb.compat/xdb.c: File deleted.
11597 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11598 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11599 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11600 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11601 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11602 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11603 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11604 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11605 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11606 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11607 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11608 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11609 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11610 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11611 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11612 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11613 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11614 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11615 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11616 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11617 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11618 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11619 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11620 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11621 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11622 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11623 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11624 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11625 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11626 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11627 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11628 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11629 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11630 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11631 * gdb.hp/tools/odump: File deleted.
11632
11633 2015-03-19 Pedro Alves <palves@redhat.com>
11634
11635 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11636 (saw_thread_3): New globals.
11637 (top level): Increment them when an event for the corresponding
11638 thread is seen.
11639 (no thread starvation): New test.
11640
11641 2015-03-19 Pedro Alves <palves@redhat.com>
11642
11643 * gdb.threads/continue-pending-status.c: New file.
11644 * gdb.threads/continue-pending-status.exp: New file.
11645
11646 2015-03-18 Pedro Alves <palves@redhat.com>
11647
11648 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11649 Use gdb_is_target_remote instead of is_remote. Use
11650 gdb_test_multiple instead of gdb_expect. Exit early if
11651 gdb_test_multiple hits its internal matches. Tighten stepi tests
11652 expected output. Fail on exit with any signal, instead of just
11653 SIGILL.
11654
11655 2015-03-18 Yao Qi <yao.qi@linaro.org>
11656
11657 PR tdep/18107
11658 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11659 variable.
11660 * gdb.base/catch-syscall.exp: Don't skip it on
11661 aarch64*-*-linux* target. Remove elements in all_syscalls.
11662 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11663 target.
11664 (setup_all_syscalls): New proc.
11665
11666 2015-03-16 Yao Qi <yao.qi@linaro.org>
11667
11668 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11669 (top level): Skip tests if valid_addr_p returns false for
11670 $cmd1 or $cmd2.
11671
11672 2015-03-11 Andy Wingo <wingo@igalia.com>
11673
11674 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11675
11676 2015-03-11 Yao Qi <yao.qi@linaro.org>
11677
11678 * gdb.base/catch-syscall.exp: Fix typo in comments.
11679
11680 2015-03-11 Yao Qi <yao.qi@linaro.org>
11681
11682 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11683
11684 2015-03-09 Pedro Alves <palves@redhat.com>
11685
11686 * dg-extract-results.py: Delete.
11687
11688 2015-03-09 Pedro Alves <palves@redhat.com>
11689
11690 Merge dg-extract-results.sh from GCC upstream (r218843).
11691
11692 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11693 * dg-extract-results.sh: Use --text with grep to avoid issues with
11694 binary files. Fall back to cat -v, if that doesn't work.
11695
11696 2015-03-05 Pedro Alves <palves@redhat.com>
11697
11698 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11699
11700 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11701
11702 * lib/mi-support.exp (mi_expect_interrupt): Accept
11703 alternative event for when in all-stop mode.
11704
11705 2015-03-04 Pedro Alves <palves@redhat.com>
11706
11707 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11708
11709 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11710
11711 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11712
11713 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11714
11715 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11716 regexps for GDB's current line display, accept a hex address
11717 preceding the line number.
11718
11719 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11720
11721 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11722 the 'arch1' variable for "s390*-linux*" targets.
11723
11724 2015-03-04 Pedro Alves <palves@redhat.com>
11725
11726 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11727 (main): Pass missing retval argument to pthread_join call.
11728
11729 2015-03-02 Pedro Alves <palves@redhat.com>
11730
11731 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11732 (top level): Call do_test with non-stop as well.
11733
11734 2015-03-02 Pedro Alves <palves@redhat.com>
11735
11736 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11737 -1.
11738
11739 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11740
11741 * gdb.arch/s390-vregs.exp: New test.
11742 * gdb.arch/s390-vregs.S: New file.
11743
11744 2015-02-27 Pedro Alves <palves@redhat.com>
11745
11746 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11747 call to catch_command_errors.
11748 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11749 catch_command_errors.
11750
11751 2015-02-27 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11754 "true" for boolean result.
11755 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11756 prototype of main.
11757
11758 2015-02-27 Pedro Alves <palves@redhat.com>
11759
11760 * lib/unbuffer_output.c: New file.
11761 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11762 (main): Call gdb_unbuffer_output.
11763
11764 2015-02-27 Yao Qi <yao.qi@linaro.org>
11765
11766 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11767 target.
11768
11769 2015-02-26 Doug Evans <dje@google.com>
11770
11771 * gdb.cp/class2.cc (Dbase, D): New classes.
11772 (main): New local delta.
11773 * gdb.cp/class2.exp: Test printing delta.
11774 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11775 (dynbar): New global.
11776 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11777
11778 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11779
11780 * gdb.compile/compile-ifunc.c: New file.
11781 * gdb.compile/compile-ifunc.exp: New file.
11782
11783 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11784
11785 * gdb.base/structs.exp: Check for correct struct on finish.
11786
11787 2015-02-26 Yao Qi <yao.qi@linaro.org>
11788
11789 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11790 is zero.
11791
11792 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11793
11794 * gdb.arch/cordic.ko.bz2: New file.
11795 * gdb.arch/cordic.ko.debug.bz2: New file.
11796 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11797
11798 2015-02-25 Yao Qi <yao.qi@linaro.org>
11799
11800 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11801 aarch64*-*-* target.
11802
11803 2015-02-23 Pedro Alves <palves@redhat.com>
11804
11805 * lib/gdb.exp (delete_breakpoints): Rewrite using
11806 gdb_test_multiple.
11807
11808 2015-02-23 Pedro Alves <palves@redhat.com>
11809
11810 * gdb.base/info-os.c: Include stdlib.h.
11811
11812 2015-02-22 Doug Evans <xdje42@gmail.com>
11813
11814 PR symtab/17855
11815 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11816 is read after symbols have been re-read.
11817 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11818 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11819
11820 2015-02-21 Doug Evans <dje@google.com>
11821
11822 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11823
11824 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11825
11826 PR corefiles/17808
11827 * gdb.arch/i386-biarch-core.core.bz2: New file.
11828 * gdb.arch/i386-biarch-core.exp: New file.
11829
11830 2015-02-21 Pedro Alves <palves@redhat.com>
11831
11832 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11833 runto_main fails.
11834
11835 2015-02-20 Pedro Alves <palves@redhat.com>
11836
11837 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11838 info probes.
11839
11840 2015-02-20 Pedro Alves <palves@redhat.com>
11841
11842 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11843
11844 2015-02-20 Pedro Alves <palves@redhat.com>
11845
11846 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11847 clean_restart before gdb_target_supports_trace.
11848
11849 2015-02-20 Pedro Alves <palves@redhat.com>
11850
11851 PR threads/18006
11852 * gdb.threads/clone-thread_db.c: New file.
11853 * gdb.threads/clone-thread_db.exp: New file.
11854
11855 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11856
11857 PR breakpoints/16812
11858 * gdb.base/catch-gdb-caused-signals.c: New file.
11859 * gdb.base/catch-gdb-caused-signals.exp: New file.
11860
11861 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11862
11863 * configure: Regenerated.
11864 * configure.ac: Use GDB_AC_TRANSFORM.
11865 * aclocal.m4: sinclude ../transform.m4.
11866
11867 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11868
11869 * lib/dtrace.exp: New file.
11870 * gdb.base/dtrace-probe.exp: Likewise.
11871 * gdb.base/dtrace-probe.d: Likewise.
11872 * gdb.base/dtrace-probe.c: Likewise.
11873 * lib/pdtrace.in: Likewise.
11874 * configure.ac: Output variables with the transformed names of
11875 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11876 * configure: Regenerated.
11877
11878 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11879
11880 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11881 expected message when trying to access $_probe_* convenience
11882 variables while not on a probe.
11883
11884 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11885
11886 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11887
11888 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11889
11890 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11891 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11892
11893 2015-02-10 Doug Evans <xdje42@gmail.com>
11894
11895 * lib/gdb.exp (gdb_load): Always return a result.
11896
11897 2015-02-10 Pedro Alves <palves@redhat.com>
11898
11899 * gdb.threads/signal-sigtrap.c: New file.
11900 * gdb.threads/signal-sigtrap.exp: New file.
11901
11902 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11903
11904 * gdb.trace/no-attach-trace.c: New file.
11905 * gdb.trace/no-attach-trace.exp: New file.
11906
11907 2015-02-09 Mark Wielaard <mjw@redhat.com>
11908
11909 * gdb.dwarf2/atomic.c: New file.
11910 * gdb.dwarf2/atomic-type.exp: Likewise.
11911
11912 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11913
11914 * gdb.btrace/buffer-size.exp: Update "info record" output.
11915 * gdb.btrace/delta.exp: Update "info record" output.
11916 * gdb.btrace/enable.exp: Update "info record" output.
11917 * gdb.btrace/finish.exp: Update "info record" output.
11918 * gdb.btrace/instruction_history.exp: Update "info record" output.
11919 * gdb.btrace/next.exp: Update "info record" output.
11920 * gdb.btrace/nexti.exp: Update "info record" output.
11921 * gdb.btrace/step.exp: Update "info record" output.
11922 * gdb.btrace/stepi.exp: Update "info record" output.
11923 * gdb.btrace/nohist.exp: Update "info record" output.
11924
11925 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11926
11927 * gdb.btrace/buffer-size: New.
11928
11929 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11930
11931 * gdb.btrace/delta.exp: Update "info record" output.
11932 * gdb.btrace/enable.exp: Update "info record" output.
11933 * gdb.btrace/finish.exp: Update "info record" output.
11934 * gdb.btrace/instruction_history.exp: Update "info record" output.
11935 * gdb.btrace/next.exp: Update "info record" output.
11936 * gdb.btrace/nexti.exp: Update "info record" output.
11937 * gdb.btrace/step.exp: Update "info record" output.
11938 * gdb.btrace/stepi.exp: Update "info record" output.
11939 * gdb.btrace/nohist.exp: Update "info record" output.
11940
11941 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11942
11943 PR gdb/15678
11944 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11945
11946 2015-02-06 Pedro Alves <palves@redhat.com>
11947
11948 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11949 macro.
11950 (seconds_left, again): New globals.
11951 (main): Wait seconds_left in a 1-second sleep loop instead of
11952 sleeping 180 seconds. If 'again' is set, reset the seconds
11953 counter.
11954 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11955 'again' in the inferior before detaching. Print the seconds left.
11956 (options): New global.
11957 (top level): Build program with -DTIMEOUT=$timeout.
11958
11959 2015-02-06 Pedro Alves <palves@redhat.com>
11960
11961 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11962 determine how many seconds to pass to 'alarm'.
11963 * gdb.base/gdb-sigterm.exp (top level): Build program with
11964 -DTIMEOUT=$timeout.
11965 (do_test): Return success/failure indication. Add more verbose
11966 logging. Don't fail if 200 single steps are seen. Instead, fail
11967 when the test times out.
11968 (passes): New global.
11969 (top level): Break the testing loop if testing fails on any
11970 iteration. Use gdb_assert.
11971
11972 2015-02-04 Don Breazeal <donb@codesourcery.com>
11973
11974 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11975 and initialize them.
11976 (ipc_cleanup): New function.
11977 (main): Don't declare shmid, semid, and msqid. Add a call to
11978 atexit so that we call ipc_cleanup on exit.
11979
11980 2015-02-04 Pedro Alves <palves@redhat.com>
11981
11982 * boards/native-extended-gdbserver.exp: Remove any target variant
11983 specifications from the board name before clearing the isremote
11984 flag from board_info.
11985
11986 2015-01-31 Doug Evans <xdje42@gmail.com>
11987
11988 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11989
11990 2015-01-31 Gary Benson <gbenson@redhat.com>
11991
11992 * gdb.base/completion.exp: Disable completion limiting for
11993 existing tests. Add new tests to check completion limiting.
11994 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11995
11996 2015-01-31 Doug Evans <xdje42@gmail.com>
11997
11998 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11999
12000 2015-01-31 Doug Evans <xdje42@gmail.com>
12001
12002 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12003 entries. Duplicate file section script entries.
12004 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12005 inlined entries. Add test for safe-path rejection.
12006 * gdb.python/py-section-script.c: Add duplicate inlined section script
12007 entries. Duplicate file section script entries.
12008 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12009 inlined entries. Add test for safe-path rejection.
12010
12011 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12012
12013 * gdb.ada/disc_arr_bound: New testcase.
12014
12015 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12016
12017 * gdb.ada/mi_var_array: New testcase.
12018
12019 2015-01-27 Doug Evans <dje@google.com>
12020
12021 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12022 Add test for objfile.filename, objfile.username after objfile
12023 has been unloaded.
12024
12025 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12026
12027 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12028 the second test to print the name attribute of value
12029 returned by the call to gdb.lookup_type, and adjust
12030 the expected output accordingly.
12031
12032 2015-01-25 Mark Wielaard <mjw@redhat.com>
12033
12034 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12035 * gdb.base/disp-step-fork.c: Include unistd.h.
12036 * gdb.base/siginfo-obj.c: Include stdio.h.
12037 * gdb.base/siginfo-thread.c: Likewise.
12038 * gdb.mi/non-stop.c: Include unistd.h.
12039 * gdb.mi/nsthrexec.c: Include stdio.h.
12040 * gdb.mi/pthreads.c: Include unistd.h.
12041 * gdb.modula2/unbounded1.c (main): Declare returns int.
12042 * gdb.reverse/consecutive-reverse.c: Likewise.
12043 * gdb.threads/create-fail.c: Include unistd.h.
12044 * gdb.threads/killed.c: Likewise.
12045 * gdb.threads/linux-dp.c: Likewise.
12046 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12047 * gdb.threads/non-ldr-exc-2.c: Likewise.
12048 * gdb.threads/non-ldr-exc-3.c: Likewise.
12049 * gdb.threads/non-ldr-exc-4.c: Likewise.
12050 * gdb.threads/pthreads.c: Include unistd.h.
12051 (main): Declare returns int.
12052 * gdb.threads/tls-main.c (foo): New declaration.
12053 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12054
12055 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12056
12057 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12058 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12059
12060 2015-01-15 Mark Wielaard <mjw@redhat.com>
12061
12062 * gdb.base/noreturn-return.c: New file.
12063 * gdb.base/noreturn-return.exp: New file.
12064 * gdb.base/noreturn-finish.c: New file.
12065 * gdb.base/noreturn-finish.exp: New file.
12066
12067 2015-01-23 Pedro Alves <palves@redhat.com>
12068
12069 * gdb.threads/continue-pending-after-query.c: New file.
12070 * gdb.threads/continue-pending-after-query.exp: New file.
12071
12072 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12073 Simon Marchi <simon.marchi@ericsson.com>
12074
12075 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12076 * gdb.base/valgrind-db-attach.exp: Same.
12077 * gdb.base/valgrind-infcall.exp: Same.
12078 * lib/mi-support.exp (default_mi_gdb_start): Same.
12079 * lib/prompt.exp (default_prompt_gdb_start): Same.
12080 * lib/gdb.exp (default_gdb_spawn): Same.
12081 (gdb_interact): New.
12082
12083
12084 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12085
12086 * gdb.compile/compile.exp (pointer to jit function): New test.
12087
12088 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12089
12090 * lib/gdb.exp (supports_process_record): Return true for
12091 powerpc*-*-linux*.
12092 (supports_reverse): Likewise.
12093
12094 2015-01-15 Don Breazeal <donb@codesourcery.com>
12095
12096 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12097 instead of checking whether the target board is remote and
12098 use spawn_wait_for_attach instead of exec/sleep.
12099 * gdb.base/attach-twice.exp: Likewise.
12100
12101 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12102
12103 * gdb.ada/var_arr_attrs: New testcase.
12104
12105 2015-01-14 Pedro Alves <palves@redhat.com>
12106 Joel Brobecker <brobecker@adacore.com>
12107
12108 PR gdb/17525
12109 * gdb.base/bp-cmds-execution-x-script.c: New file.
12110 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12111 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12112
12113 2015-01-14 Pedro Alves <palves@redhat.com>
12114
12115 PR cli/17828
12116 * gdb.base/batch-preserve-term-settings.c: New file.
12117 * gdb.base/batch-preserve-term-settings.exp: New file.
12118
12119 2015-01-13 Doug Evans <dje@google.com>
12120
12121 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12122 binary.
12123
12124 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12125
12126 * Makefile.in (clean mostlyclean): Do not delete *.py.
12127
12128 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12129
12130 * gdb.python/py-lookup-type.exp: New file.
12131
12132 2015-01-12 Pedro Alves <palves@redhat.com>
12133
12134 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12135 restore GDBFLAGS before returning.
12136
12137 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12138
12139 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12140 is_amd64_regs_target and is_x86_like_target.
12141
12142 2015-01-11 Doug Evans <xdje42@gmail.com>
12143
12144 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12145 is given without an explicit form.
12146 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12147 attributes.
12148 * gdb.dwarf/corrupt.exp: Ditto.
12149 * gdb.dwarf2/enum-type.exp: Ditto.
12150 * gdb.trace/entry-values.exp: Ditto.
12151 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12152
12153 2015-01-11 Doug Evans <xdje42@gmail.com>
12154
12155 PR gdb/15830
12156 * gdb.base/maint.exp: Remove references to "maint demangle".
12157 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12158 Add tests for explicitly specifying language to demangle.
12159 * gdb.dlang/demangle.exp: Ditto.
12160
12161 2015-01-09 Pedro Alves <palves@redhat.com>
12162
12163 * gdb.threads/non-stop-fair-events.c: New file.
12164 * gdb.threads/non-stop-fair-events.exp: New file.
12165
12166 2015-01-09 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12169 the global scope. Set a breakpoint after all threads are started
12170 rather than stepping over two source lines. Expect the prompt.
12171 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12172 global.
12173 (NUM): Now 15.
12174 (main): Use threads_started_barrier to wait for all threads to
12175 start. Main thread no longer calls thread_function. Exit after
12176 180 seconds.
12177 (loop): New function.
12178 (thread_function): Wait on threads_started_barrier barrier. Call
12179 'loop' at each iteration.
12180 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12181 threads have started, instead of hardcoding number of "next"
12182 steps. Use an access watchpoint instead of a write watchpoint.
12183
12184 2015-01-09 Pedro Alves <palves@redhat.com>
12185
12186 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12187 (thread_func): Wait on barrier.
12188 (main): Wait for all threads to start before stopping GDB.
12189 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12190 global.
12191 (thread1_func, thread2_func): Wait on barrier.
12192 (main): Wait for all threads to start before stopping GDB.
12193 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12194 New global.
12195 (thread1_func, thread2_func): Wait on barrier.
12196 (main): Wait for all threads to start before stopping GDB.
12197
12198 2015-01-09 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.threads/attach-many-short-lived-threads.c: New file.
12201 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12202
12203 2014-01-09 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12206 instead of to thread 2.
12207 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12208 Add barrier around each pthread_create call instead of around all
12209 calls.
12210 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12211 Set a break on thread_function and have the child threads hit it
12212 one at at a time.
12213
12214 2015-01-09 Pedro Alves <palves@redhat.com>
12215
12216 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12217 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12218 false.
12219 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12220 checking whether the target board is remote.
12221 * gdb.multi/multi-attach.exp: Likewise.
12222 * gdb.python/py-sync-interp.exp: Likewise.
12223 * gdb.server/ext-attach.exp: Likewise.
12224 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12225 tests that need to attach, instead of checking whether the target
12226 board is remote at the top of the file.
12227
12228 2015-01-08 Yao Qi <yao@codesourcery.com>
12229
12230 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12231
12232 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12233
12234 Fix testcase compilation.
12235 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12236
12237 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12238
12239 * gdb.python/py-type.exp: Add a couple test about empty
12240 array creation, and negative-length array creation.
12241
12242 2015-01-02 Doug Evans <xdje42@gmail.com>
12243
12244 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12245
12246 2015-01-02 Doug Evans <dje@google.com>
12247
12248 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12249
12250 2014-12-29 Yao Qi <yao@codesourcery.com>
12251
12252 * gdb.trace/entry-values.exp: Update comments. Rename variable
12253 bar_call_foo to returned_from_foo.
12254
12255 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12256
12257 PR gdb/17394
12258 * gdb.linespec/break-asm-file.c: New file.
12259 * gdb.linespec/break-asm-file.exp: New file.
12260 * gdb.linespec/break-asm-file0.s: New file.
12261 * gdb.linespec/break-asm-file1.s: New file.
12262
12263 2014-12-18 Nigel Stephens <nigel@mips.com>
12264 Maciej W. Rozycki <macro@codesourcery.com>
12265
12266 * gdb.base/float.exp: Handle the new output from "info float" on
12267 MIPS targets.
12268
12269 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12270
12271 Fix MinGW compilation.
12272 * gdb.compile/compile-ops.exp: Update untested message if
12273 !skip_compile_feature_tests.
12274 * gdb.compile/compile-setjmp.exp: Likewise.
12275 * gdb.compile/compile-tls.exp: Likewise.
12276 * gdb.compile/compile.exp: Likewise.
12277 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12278 supported on this host".
12279
12280 2014-12-16 Doug Evans <xdje42@gmail.com>
12281
12282 * boards/stabs.exp: New file.
12283
12284 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12285
12286 * gdb.base/completion.exp: Adjust to format changes of "maint
12287 print user-registers".
12288
12289 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12290
12291 PR server/17457
12292 * gdb.arch/aarch64-fp.c: New file.
12293 * gdb.arch/aarch64-fp.exp: New file.
12294
12295 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12296
12297 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12298 r210637, r210913, r211666, r215400, r215817).
12299
12300 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12301 * dg-extract-results.py: New file.
12302 * dg-extract-results.sh: Use it if the environment seems
12303 suitable.
12304
12305 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12306
12307 * dg-extract-results.py (parse_run): Handle warnings that
12308 are printed before a test harness is run.
12309
12310 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12311
12312 * dg-extract-results.py (Named): Remove __cmp__ method.
12313 (output_variation): Use a key to sort variation.harnesses.
12314
12315 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12316
12317 * dg-extract-results.py: For Python 3, force sys.stdout to
12318 handle surrogate escape sequences.
12319 (safe_open): New function.
12320 (output_segment, main): Use it.
12321
12322 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12323
12324 * dg-extract-results.py (Prog.result_re): Include options
12325 in test name.
12326
12327 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12328
12329 * dg-extract-results.py (output_variation): Always sort if
12330 do_sum.
12331
12332 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12333
12334 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12335 as long as we get pagination notifications.
12336
12337 2014-12-15 Jason Merrill <jason@redhat.com>
12338
12339 * Makefile.in (check-gdb.%): Restore.
12340 * README: Mention it.
12341
12342 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12343
12344 * gdb.ada/str_uninit: New testcase.
12345
12346 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12347
12348 PR symtab/17642
12349 * gdb.base/vla-stub-define.c: New file.
12350 * gdb.base/vla-stub.c: New file.
12351 * gdb.base/vla-stub.exp: New file.
12352
12353 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12354 Jan Kratochvil <jan.kratochvil@redhat.com>
12355 Tom Tromey <tromey@redhat.com>
12356
12357 * configure.ac: Add gdb.compile/.
12358 * configure: Regenerate.
12359 * gdb.compile/Makefile.in: New file.
12360 * gdb.compile/compile-ops.exp: New file.
12361 * gdb.compile/compile-ops.c: New file.
12362 * gdb.compile/compile-tls.c: New file.
12363 * gdb.compile/compile-tls.exp: New file.
12364 * gdb.compile/compile-constvar.S: New file.
12365 * gdb.compile/compile-constvar.c: New file.
12366 * gdb.compile/compile-mod.c: New file.
12367 * gdb.compile/compile-nodebug.c: New file.
12368 * gdb.compile/compile-setjmp-mod.c: New file.
12369 * gdb.compile/compile-setjmp.c: New file.
12370 * gdb.compile/compile-setjmp.exp: New file.
12371 * gdb.compile/compile-shlib.c: New file.
12372 * gdb.compile/compile.c: New file.
12373 * gdb.compile/compile.exp: New file.
12374 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12375
12376 2014-12-12 Tom Tromey <tromey@redhat.com>
12377
12378 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12379 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12380
12381 2014-12-12 Doug Evans <dje@google.com>
12382
12383 * lib/gdb-python.exp (get_python_valueof): New function.
12384 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12385
12386 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12387
12388 * gdb.base/completion.exp: Add test for completion of "info
12389 registers ".
12390
12391 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12392
12393 * gdb.base/func-ptrs.c: New file.
12394 * gdb.base/func-ptrs.exp: New file.
12395
12396 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12397
12398 PR breakpoints/17012
12399 * gdb.base/dprintf-detach.c: New file.
12400 * gdb.base/dprintf-detach.exp: New file.
12401
12402 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12403
12404 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12405 * lib/gdb.exp (target_is_gdbserver): New procedure.
12406
12407 2014-12-08 Doug Evans <dje@google.com>
12408
12409 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12410
12411 2014-12-05 Yao Qi <yao@codesourcery.com>
12412
12413 * gdb.guile/scm-error.exp: Remove the third argument to
12414 gdb_remote_download.
12415 * gdb.guile/scm-frame-args.exp: Likewise.
12416 * gdb.guile/scm-section-script.exp: Likewise.
12417
12418 2014-12-05 Yao Qi <yao@codesourcery.com>
12419
12420 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12421
12422 2014-12-04 Doug Evans <dje@google.com>
12423
12424 * gdb.python/py-objfile.exp: Add tests for
12425 objfile.add_separate_debug_file.
12426
12427 2014-12-04 Doug Evans <dje@google.com>
12428
12429 * lib/gdb.exp (get_build_id): New function.
12430 (build_id_debug_filename_get): Rewrite to use it.
12431 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12432
12433 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12434
12435 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12436 `method(long)', not just 0x0.
12437 * gdb.cp/nsalias.exp: Align code labels to 4.
12438 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12439 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12440 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12441 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12442 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12443 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12444
12445 2014-12-02 Doug Evans <dje@google.com>
12446
12447 PR symtab/17602
12448 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12449 * gdb.cp/anon-ns2.cc: ... here. New file.
12450 * gdb.cp/anon-ns.exp: Update.
12451
12452 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12453
12454 * gdb.python/py-events.py (inferior_call_handler): New.
12455 (register_changed_handler, memory_changed_handler): New.
12456 (test_events.invoke): Register new handlers.
12457 * gdb.python/py-events.exp: Add tests for inferior call,
12458 memory_changed and register_changed events.
12459
12460 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12461
12462 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12463 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12464 if the linker doesn't understand this.
12465
12466 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12467
12468 * gdb.python/python.exp: Change expected reply to help().
12469
12470 2014-12-01 Yao Qi <yao@codesourcery.com>
12471
12472 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12473 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12474 * configure: Re-generated.
12475
12476 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12477
12478 * gdb.cp/chained-calls.cc: New file.
12479 * gdb.cp/chained-calls.exp: New file.
12480 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12481
12482 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12483
12484 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12485 * gdb.dwarf2/symtab-producer.exp: Same.
12486 * gdb.gdb/python-interrupts.exp: Same.
12487 * gdb.gdb/python-selftest.exp: Same.
12488 * gdb.python/py-linetable.exp: Same.
12489 * gdb.python/py-type.exp: Same.
12490 * gdb.python/py-value-cc.exp: Same.
12491 * gdb.python/py-value.exp: Same.
12492
12493 2014-11-28 Yao Qi <yao@codesourcery.com>
12494
12495 * gdb.base/break-probes.exp: Match library name prefixed with
12496 sysroot.
12497
12498 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12499
12500 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12501 test expected output. Add parentheses for the call to print.
12502 Remove L suffix from integers.
12503
12504 2014-11-26 Doug Evans <dje@google.com>
12505
12506 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12507
12508 2014-11-22 Yao Qi <yao@codesourcery.com>
12509
12510 * gdb.trace/entry-values.c: Remove asms.
12511 (foo): Add foo_label.
12512 (bar): Add bar_label.
12513 * gdb.trace/entry-values.exp: Remove code computing foo's
12514 length and bar's length.
12515 (Dwarf::assemble): Invoke function_range for bar and use
12516 MACRO_AT_func for foo.
12517
12518 2014-11-22 Yao Qi <yao@codesourcery.com>
12519
12520 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12521 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12522 Use .Lgcc43_procstart instead of gcc43.
12523
12524 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12525
12526 * gdb.ada/n_arr_bound: New testcase.
12527
12528 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12529
12530 PR breakpoints/10737
12531 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12532 test_catch_syscall_multi_arch.
12533 (test_catch_syscall_multi_arch): New function.
12534
12535 2014-11-20 Doug Evans <xdje42@gmail.com>
12536
12537 * gdb.base/maint.exp: Update expected output.
12538
12539 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12540
12541 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12542 4-byte instruction on S390.
12543
12544 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12545
12546 * gdb.ada/arr_arr: New testcase.
12547
12548 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12549
12550 * gdb.ada/pkd_arr_elem: New Testcase.
12551
12552 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
12553
12554 * gdb.reverse/break-precsave: Expect completion message for
12555 core file reads.
12556 * gdb.reverse/consecutive-precsave.exp: Likewise.
12557 * gdb.reverse/finish-precsave.exp: Likewise.
12558 * gdb.reverse/i386-precsave.exp: Likewise.
12559 * gdb.reverse/machinestate-precsave.exp: Likewise.
12560 * gdb.reverse/sigall-precsave.exp: Likewise.
12561 * gdb.reverse/solib-precsave.exp: Likewise.
12562 * gdb.reverse/step-precsave.exp: Likewise.
12563 * gdb.reverse/until-precsave.exp: Likewise.
12564 * gdb.reverse/watch-precsave.exp: Likewise.
12565
12566 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12567
12568 * gdb.base/bp-permanent.c: Include unistd.h.
12569 * gdb.python/py-framefilter-mi.c (main): Add return type.
12570 * gdb.python/py-framefilter.c (main): Likewise.
12571 * gdb.trace/actions-changed.c (main): Likewise.
12572
12573 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12574
12575 * gdb.mi/until.c: Add eye-catchers.
12576 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12577 line numbers.
12578
12579 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12580
12581 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12582 function header variants in break1.c.
12583 * gdb.base/ena-dis-br.exp: Likewise.
12584 * gdb.base/hbreak2.exp: Likewise.
12585 * gdb.reverse/until-precsave.exp: Drop references to removed
12586 non-prototype function header variants in ur1.c.
12587 * gdb.reverse/until-reverse.exp: Likewise.
12588
12589 2014-11-17 Petr Machata <pmachata@redhat.com>
12590
12591 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12592 ${_cu_offset_size} bytes abbrev offset.
12593
12594 2014-11-15 Doug Evans <xdje42@gmail.com>
12595
12596 PR symtab/17559
12597 * gdb.base/line-symtabs.exp: New file.
12598 * gdb.base/line-symtabs.c: New file.
12599 * gdb.base/line-symtabs.h: New file.
12600
12601 2014-11-14 Yao Qi <yao@codesourcery.com>
12602
12603 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12604 (func): Add label func_label.
12605 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12606 Replace low_pc and high_pc with MACRO_AT_range.
12607 Replace name, low_pc and high_pc with MACRO_AT_func.
12608
12609 2014-11-14 Yao Qi <yao@codesourcery.com>
12610
12611 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12612 Replace name, low_pc and high_pc with MACRO_AT_func.
12613
12614 2014-11-14 Yao Qi <yao@codesourcery.com>
12615
12616 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12617 produce debug information.
12618 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12619
12620 2014-11-14 Yao Qi <yao@codesourcery.com>
12621
12622 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12623 object and get function length.
12624 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12625 with MACRO_AT_func.
12626 (top-level): Replace gdb_compile and clean_restart with
12627 prepare_for_testing.
12628 * gdb.dwarf2/main.c (main): Add label main_label.
12629
12630 2014-11-14 Yao Qi <yao@codesourcery.com>
12631
12632 * lib/dwarf.exp (function_range): New procedure.
12633 (Dwarf::_handle_macro_at_func): New procedure.
12634 (Dwarf::_handle_macro_at_range): New procedure.
12635 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12636
12637 2014-11-14 Yao Qi <yao@codesourcery.com>
12638
12639 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12640 (_handle_attribute): New procedure.
12641
12642 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12643
12644 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12645 * gdb.base/call-sc.c (zed): Likewise.
12646 * gdb.base/checkpoint.c (main): Likewise.
12647 * gdb.base/dump.c (main): Likewise.
12648 * gdb.base/gcore.c (main): Likewise.
12649 * gdb.base/huge.c (main): Likewise.
12650 * gdb.base/multi-forks.c (main): Likewise.
12651 * gdb.base/pr10179-a.c (main): Likewise.
12652 * gdb.base/savedregs.c (main): Likewise.
12653 * gdb.base/sigaltstack.c (main): Likewise.
12654 * gdb.base/siginfo.c (main): Likewise.
12655 * gdb.base/structs.c (zed): Likewise.
12656 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12657 * gdb.mi/mi-syn-frame.c (main): Likewise.
12658 * gdb.mi/until.c (foo, main): Likewise.
12659 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12660 * gdb.base/solib-weak.c (foo): Declare.
12661 * gdb.base/attach-twice.c: Include stdio.h.
12662 * gdb.base/weaklib1.c: Likewise.
12663 * gdb.base/weaklib2.c: Likewise.
12664 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12665 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12666 unistd.h.
12667 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12668 * gdb.mi/mi-exit-code.c: Likewise.
12669 * gdb.base/break-interp-lib.c: Include string.h.
12670 * gdb.base/coremaker.c: Likewise.
12671 * gdb.base/testenv.c: Likewise.
12672 * gdb.python/py-finish-breakpoint.c: Likewise.
12673 * gdb.base/inferior-died.c: Include sys/wait.h.
12674 * gdb.base/fileio.c: Include time.h.
12675 * gdb.base/async-shell.c: Include unistd.h.
12676 * gdb.base/dprintf-non-stop.c: Likewise.
12677 * gdb.base/info-os.c: Likewise.
12678 * gdb.mi/mi-console.c: Likewise.
12679 * gdb.mi/watch-nonstop.c: Likewise.
12680 * gdb.python/py-events.c: Likewise.
12681 * gdb.base/async.c (baz): Move up before its invocation.
12682 * gdb.base/code_elim2.c (my_global_func): Likewise.
12683 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12684 * gdb.base/advance.c (func2): Likewise.
12685
12686 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12687
12688 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12689 variant.
12690 * gdb.base/annota3.c: Likewise.
12691 * gdb.base/async.c: Likewise.
12692 * gdb.base/average.c: Likewise.
12693 * gdb.base/call-ar-st.c: Likewise.
12694 * gdb.base/call-rt-st.c: Likewise.
12695 * gdb.base/call-sc.c: Likewise.
12696 * gdb.base/call-strs.c: Likewise.
12697 * gdb.base/ending-run.c: Likewise.
12698 * gdb.base/execd-prog.c: Likewise.
12699 * gdb.base/exprs.c: Likewise.
12700 * gdb.base/foll-exec.c: Likewise.
12701 * gdb.base/foll-fork.c: Likewise.
12702 * gdb.base/foll-vfork.c: Likewise.
12703 * gdb.base/funcargs.c: Likewise.
12704 * gdb.base/gcore.c: Likewise.
12705 * gdb.base/jump.c: Likewise.
12706 * gdb.base/langs0.c: Likewise.
12707 * gdb.base/langs1.c: Likewise.
12708 * gdb.base/langs2.c: Likewise.
12709 * gdb.base/mips_pro.c: Likewise.
12710 * gdb.base/nodebug.c: Likewise.
12711 * gdb.base/opaque0.c: Likewise.
12712 * gdb.base/opaque1.c: Likewise.
12713 * gdb.base/recurse.c: Likewise.
12714 * gdb.base/run.c: Likewise.
12715 * gdb.base/scope0.c: Likewise.
12716 * gdb.base/scope1.c: Likewise.
12717 * gdb.base/setshow.c: Likewise.
12718 * gdb.base/setvar.c: Likewise.
12719 * gdb.base/shmain.c: Likewise.
12720 * gdb.base/shr1.c: Likewise.
12721 * gdb.base/shr2.c: Likewise.
12722 * gdb.base/sigall.c: Likewise.
12723 * gdb.base/signals.c: Likewise.
12724 * gdb.base/so-indr-cl.c: Likewise.
12725 * gdb.base/solib2.c: Likewise.
12726 * gdb.base/structs.c: Likewise.
12727 * gdb.base/sum.c: Likewise.
12728 * gdb.base/vforked-prog.c: Likewise.
12729 * gdb.base/watchpoint.c: Likewise.
12730 * gdb.reverse/shr2.c: Likewise.
12731 * gdb.reverse/until-reverse.c: Likewise.
12732 * gdb.reverse/ur1.c: Likewise.
12733 * gdb.reverse/watch-reverse.c: Likewise.
12734
12735 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12736
12737 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12738 variant.
12739 * gdb.base/sepdebug.exp: Drop references to removed code.
12740
12741 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12742
12743 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12744 variant. Preserve original line numbering.
12745 * gdb.base/list1.c: Likewise.
12746
12747 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12748
12749 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12750 variant.
12751 * gdb.base/break1.c: Likewise.
12752 * gdb.base/break.exp: Drop references to removed code.
12753
12754 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12755
12756 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12757 variant.
12758
12759 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12760
12761 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12762
12763 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12764
12765 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12766 logic into perform_all_tests() and invoke it with and without
12767 function header prototypes.
12768 (do_function_calls): Remove conditional XFAIL for PR 5318.
12769 (rerun_and_prepare): Remove duplicate code.
12770 (perform_all_tests): New. Main logic moved here.
12771
12772 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12773
12774 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12775 code guarded by #ifdef NO_PROTOTYPES.
12776 (t_double_many_args): Likewise.
12777 (DEF_FUNC_MANY_ARGS_1): Likewise.
12778 (DEF_FUNC_VALUES_1): Likewise.
12779 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12780 guarded by #ifdef PROTOTYPES.
12781
12782 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12783
12784 * gdb.mi/mi-console.c: Add eye-catcher.
12785 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12786 instead of literal line number.
12787
12788 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12789
12790 * gdb.base/shr2.c: Add eye-catcher.
12791 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12792 line number.
12793
12794 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12795
12796 * gdb.base/jump.c: Add eye-catchers.
12797 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12798 numbers.
12799
12800 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12801
12802 * gdb.base/execd-prog.c: Add eye-catchers.
12803 * gdb.base/foll-exec.c: Likewise.
12804 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12805 line numbers.
12806
12807 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12808
12809 * gdb.base/ending-run.c: Add eye-catchers.
12810 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12811 literal line numbers.
12812
12813 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12814
12815 * gdb.base/call-rt-st.c: Add eye-catchers.
12816 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12817 literal line numbers.
12818
12819 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12820
12821 * gdb.base/call-ar-st.c: Add eye-catchers.
12822 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12823 literal line numbers.
12824
12825 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12826
12827 * gdb.base/average.c: Add eye-catchers.
12828 * gdb.base/sum.c: Likewise.
12829 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12830 regexps dynamically.
12831
12832 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12833
12834 * gdb.base/solib1.c: Add eye-catchers.
12835 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12836 literal line numbers.
12837
12838 2014-11-12 Pedro Alves <palves@redhat.com>
12839
12840 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12841 leader has exited.
12842
12843 2014-11-12 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.arch/i386-bp_permanent.c: New file.
12846 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12847 (srcfile): Set to i386-bp_permanent.c.
12848 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12849 that stepi does not execute the 'leave' instruction, instead of
12850 testing it does execute.
12851 * gdb.base/bp-permanent.c: New file.
12852 * gdb.base/bp-permanent.exp: New file.
12853
12854 2014-11-10 Doug Evans <xdje42@gmail.com>
12855
12856 PR symtab/17564
12857 * gdb.base/symtab-search-order.exp: New file.
12858 * gdb.base/symtab-search-order.c: New file.
12859 * gdb.base/symtab-search-order-1.c: New file.
12860 * gdb.base/symtab-search-order-shlib-1.c: New file.
12861
12862 2014-11-07 Pedro Alves <palves@redhat.com>
12863
12864 PR gdb/17511
12865 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12866 i?86-*-linux*.
12867
12868 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12869
12870 PR c++/17494
12871 * gdb.cp/pr17494.cc: New file.
12872 * gdb.cp/pr17494.exp: New file.
12873
12874 2014-11-02 Yao Qi <yao@codesourcery.com>
12875
12876 * gdb.python/python.exp: Get working directory and match the
12877 output of "set extended-prompt \\w " with it.
12878
12879 2014-10-30 Doug Evans <dje@google.com>
12880
12881 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12882 in objfiles.
12883 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12884 in progspaces.
12885
12886 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12887
12888 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12889 * gdb.base/realname-expand.exp: Likewise.
12890 * gdb.linespec/macro-relative.exp: Likewise.
12891
12892 2014-10-29 Pedro Alves <palves@redhat.com>
12893
12894 PR gdb/17408
12895 * gdb.threads/schedlock.c (some_function): New function.
12896 (call_function): New global.
12897 (MAYBE_CALL_SOME_FUNCTION): New macro.
12898 (thread_function): Call it.
12899 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12900 and use it instead of a global counter. Adjust all callers.
12901 (get_current_thread): Use "find current thread" for test message
12902 here rather than having all callers pass down the same string.
12903 (goto_loop): New procedure, factored out from ...
12904 (my_continue): ... this.
12905 (step_ten_loops): Change parameter from test message to command to
12906 use. Adjust.
12907 (list_count): Delete global.
12908 (check_result): New procedure, factored out from duplicate top
12909 level code.
12910 (continue tests): Wrap in with_test_prefix.
12911 (test_step): New procedure, factored out from duplicate top level
12912 code.
12913 (top level): Test "step" in combination with all scheduler-locking
12914 modes. Test "next" in combination with all scheduler-locking
12915 modes, and in combination with stepping over a function call or
12916 not.
12917 * gdb.threads/next-bp-other-thread.c: New file.
12918 * gdb.threads/next-bp-other-thread.exp: New file.
12919
12920 2014-10-29 Pedro Alves <palves@redhat.com>
12921
12922 PR python/17372
12923 * gdb.python/python.exp: Test a multi-line command that spawns
12924 interactive Python.
12925 * gdb.base/multi-line-starts-subshell.exp: New file.
12926
12927 2014-10-29 Yao Qi <yao@codesourcery.com>
12928
12929 * gdb.base/fileio.exp: Make directories on host.
12930
12931 2014-10-29 Yao Qi <yao@codesourcery.com>
12932
12933 * gdb.base/fileio.c (test_write): Close the file.
12934
12935 2014-10-28 Pedro Alves <palves@redhat.com>
12936
12937 PR gdb/12623
12938 * gdb.base/sigstep.c (no_handler): New global.
12939 (main): If 'no_handler is true, set the signal handlers to
12940 SIG_IGN.
12941 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12942 with_sw_watch and no_handler parameters. Handle them.
12943 (top level) <stepping over handler when stopped at a breakpoint
12944 test>: Add a test axis for testing with a software watchpoint, and
12945 another for testing with the signal handler set to SIG_IGN.
12946 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12947 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12948
12949 2014-10-28 Pedro Alves <palves@redhat.com>
12950
12951 PR gdb/17511
12952 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12953 * gdb.base/sigstep.exp (other_handler_location): New global.
12954 (advance): Support stepping into the signal handler, and running
12955 commands while in the handler.
12956 (in_handler_map): New global.
12957 (top level): In the advance test, add combinations for getting
12958 into the handler with stepping commands, and for running commands
12959 in the handler. Add comment descripting the advancei tests.
12960
12961 2014-10-28 Pedro Alves <palves@redhat.com>
12962
12963 * gdb.base/sigstep.exp: Use build_executable instead of
12964 prepare_for_testing.
12965 (top level): Move code that starts GDB, runs to main and creates a
12966 display to ...
12967 (restart): ... this new procedure.
12968 (top level): Move backtrace from signal handler test to ...
12969 (validate_backtrace): ... this new procedure.
12970 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12971 with_test_prefix. Always restart GDB.
12972 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12973 with_test_prefix. Always restart GDB. No need to delete
12974 breakpoints after the test.
12975 (test_skip_handler): Remove prefix parameter.
12976 (skip_over_handler, breakpoint_to_handler)
12977 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12978 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12979 restart GDB. No need to delete breakpoints after the test.
12980 (top level): Use foreach to call the test procedures with
12981 different commands.
12982
12983 2014-10-28 Pedro Alves <palves@redhat.com>
12984
12985 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12986 instead of GNATS numbers.
12987 * gdb.base/sigbpt.exp: Likewise.
12988 * gdb.base/siginfo.exp: Likewise.
12989 * gdb.base/sigstep.exp: Likewise.
12990
12991 2014-10-27 Pedro Alves <palves@redhat.com>
12992
12993 * gdb.base/sigstep.c (dummy): New global.
12994 (main): Issue a couple writes to the new global.
12995 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12996 procedures.
12997 (skip_over_handler): Use test_skip_handler.
12998 (top level): Call skip_over_handler for stepi and nexti too.
12999 (breakpoint_over_handler): Use test_skip_handler.
13000 (top level): Call breakpoint_over_handler for stepi and nexti too.
13001
13002 2014-10-27 Yao Qi <yao@codesourcery.com>
13003
13004 * gdb.trace/tfile.c (adjust_function_address)
13005 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13006 function descriptor.
13007
13008 2014-10-24 Don Breazeal <donb@codesourcery.com>
13009
13010 * gdb.base/foll-fork.exp (test_follow_fork,
13011 catch_fork_child_follow): Check for updated fork messages emitted
13012 from infrun.c.
13013 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13014 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13015 vfork_and_exec_child_follow_through_step): Check for updated vfork
13016 messages emitted from infrun.c.
13017
13018 2014-10-24 Pedro Alves <palves@redhat.com>
13019
13020 * gdb.base/corefile.exp: Remove references to ultrix.
13021 * gdb.base/interrupt.exp: Likewise.
13022 * gdb.base/whatis.exp: Likewise.
13023 * gdb.gdb/selftest.exp: Likewise.
13024 * gdb.threads/manythreads.exp: Likewise.
13025 * gdb.threads/print-threads.exp: Likewise.
13026 * gdb.threads/pthreads.exp:: Likewise.
13027 * gdb.threads/schedlock.exp: Likewise.
13028
13029 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13030
13031 * gdb.cp/non-trivial-retval.cc: Add a test case.
13032 * gdb.cp/non-trivial-retval.exp: Add a test.
13033
13034 2014-10-20 Yao Qi <yao@codesourcery.com>
13035
13036 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13037 * gdb.python/py-objfile-script-gdb.py: New file.
13038 * gdb.python/py-objfile-script.exp: Update reference to
13039 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13040 of remote_download. Remove the dest file.
13041
13042 2014-10-20 Yao Qi <yao@codesourcery.com>
13043
13044 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13045 * gdb.base/step-line.exp: Likewise.
13046 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13047 * gdb.dwarf2/dw2-basic.exp: Likewise.
13048 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13049 * gdb.dwarf2/dw2-filename.exp: Likewise.
13050 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13051 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13052 * gdb.dwarf2/dw2-producer.exp: Likewise.
13053 * gdb.dwarf2/mac-fileno.exp: Likewise.
13054 * gdb.python/py-frame-args.exp: Likewise.
13055 * gdb.python/py-framefilter.exp: Likewise.
13056 * gdb.python/py-mi.exp: Likewise.
13057 * gdb.python/py-objfile-script.exp: Likewise
13058 * gdb.python/py-pp-integral.exp: Likewise.
13059 * gdb.python/py-pp-re-notag.exp: Likewise.
13060 * gdb.python/py-prettyprint.exp: Likewise.
13061 * gdb.python/py-section-script.exp: Likewise.
13062 * gdb.python/py-typeprint.exp: Likewise.
13063 * gdb.python/py-xmethods.exp: Likewise.
13064 * gdb.stabs/weird.exp: Likewise.
13065 * gdb.xml/tdesc-regs.exp: Likewise.
13066
13067 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13068
13069 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13070 (out_cu): Use addr_len for the size of addresses.
13071 (out_line): Likewise. Size DW_LNE_set_address instruction
13072 according to addr_len.
13073 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13074 (FUNC): Add START_INSNS to definition.
13075
13076 2014-10-18 Yao Qi <yao@codesourcery.com>
13077
13078 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13079 gdb_has_argv0 return true.
13080 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13081 check [target_info exists noargs], check [gdb_has_argv0]
13082 instead.
13083 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13084 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13085 procedures.
13086
13087 2014-10-17 Doug Evans <dje@google.com>
13088
13089 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13090 event.
13091 * gdb.python/py-events.py: Add clear_objfiles event.
13092
13093 2014-10-17 Doug Evans <dje@google.com>
13094
13095 * gdb.python/py-objfile.exp: Test progspace attribute.
13096
13097 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13098
13099 * gdb.guile/scm-breakpoint.exp: Do not assume any
13100 directory separators when matching source file paths.
13101 * gdb.python/py-breakpoint.exp: Likewise.
13102 * gdb.reverse/break-precsave.exp: Likewise.
13103 * gdb.reverse/break-reverse.exp: Likewise.
13104 * gdb.reverse/consecutive-precsave.exp: Likewise.
13105 * gdb.reverse/finish-precsave.exp: Likewise.
13106 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13107 * gdb.reverse/finish-reverse.exp: Likewise.
13108 * gdb.reverse/i386-precsave.exp: Likewise.
13109 * gdb.reverse/i387-env-reverse.exp: Likewise.
13110 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13111 * gdb.reverse/machinestate-precsave.exp: Likewise.
13112 * gdb.reverse/machinestate.exp: Likewise.
13113 * gdb.reverse/sigall-precsave.exp: Likewise.
13114 * gdb.reverse/solib-precsave.exp: Likewise.
13115 * gdb.reverse/step-precsave.exp: Likewise.
13116 * gdb.reverse/until-precsave.exp: Likewise.
13117 * gdb.reverse/watch-precsave.exp: Likewise.
13118 * gdb.reverse/watch-reverse.exp: Likewise.
13119
13120 2014-10-17 Yao Qi <yao@codesourcery.com>
13121
13122 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13123 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13124
13125 2014-10-17 Pedro Alves <palves@redhat.com>
13126
13127 PR gdb/17471
13128 * gdb.base/bg-execution-repeat.c: New file.
13129 * gdb.base/bg-execution-repeat.exp: New file.
13130
13131 2014-10-17 Pedro Alves <palves@redhat.com>
13132
13133 PR gdb/17300
13134 * gdb.base/continue-all-already-running.c: New file.
13135 * gdb.base/continue-all-already-running.exp: New file.
13136
13137 2014-10-17 Pedro Alves <palves@redhat.com>
13138
13139 PR gdb/17472
13140 * gdb.base/annota-input-while-running.c: New file.
13141 * gdb.base/annota-input-while-running.exp: New file.
13142
13143 2014-10-17 Pedro Alves <palves@redhat.com>
13144
13145 * gdb.base/callfuncs.exp: emove references to osf.
13146 * gdb.base/sigall.exp: Likewise.
13147 * gdb.gdb/selftest.exp: Likewise.
13148 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13149 * gdb.mi/non-stop.c: Likewise.
13150 * gdb.mi/pthreads.c: Likewise.
13151 * gdb.reverse/sigall-precsave.exp: Likewise.
13152 * gdb.reverse/sigall-reverse.exp: Likewise.
13153 * gdb.threads/pthreads.c: Likewise.
13154 * gdb.threads/pthreads.exp: Likewise.
13155
13156 2014-10-17 Yao Qi <yao@codesourcery.com>
13157
13158 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13159 check 'target_info exists noargs'.
13160 (test_command_prompt_position): Likewise.
13161 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13162 Remove "set args".
13163 (progvar_simple_while_test): Likewise.
13164 (progvar_complex_if_while_test): Likewise.
13165 (if_while_breakpoint_command_test): Likewise.
13166 (infrun_breakpoint_command_test): Likewise.
13167 (breakpoint_command_test): Likewise.
13168 (watchpoint_command_test): Likewise.
13169 (bp_deleted_in_command_test): Likewise.
13170 (temporary_breakpoint_commands): Likewise.
13171
13172 2014-10-16 Yao Qi <yao@codesourcery.com>
13173
13174 * gdb.base/remotetimeout.exp: Remove noargs checking.
13175
13176 2014-10-15 Pedro Alves <palves@redhat.com>
13177
13178 PR breakpoints/9649
13179 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13180 * gdb.base/breakpoint-in-ro-region.exp
13181 (probe_target_hardware_step): New procedure.
13182 (top level): Probe hardware stepping and hardware breakpoint
13183 support. Test stepping through a read-only region, with both
13184 "breakpoint auto-hw" on and off and both "always-inserted" on and
13185 off.
13186
13187 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13188
13189 * gdb.dlang/demangle.exp: Update for demangling changes.
13190
13191 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13192
13193 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13194 * gdb.cp/non-trivial-retval.exp: Add new tests.
13195
13196 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13197
13198 PR c++/13403
13199 PR c++/15154
13200 * gdb.cp/non-trivial-retval.cc: New file.
13201 * gdb.cp/non-trivial-retval.exp: New file.
13202
13203 2014-10-15 Yao Qi <yao@codesourcery.com>
13204
13205 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13206 remote host.
13207
13208 2014-10-15 Yao Qi <yao@codesourcery.com>
13209
13210 * gdb.python/py-symbol.exp: Match file base name if host is
13211 remote, otherwise match file name with dir name.
13212 * gdb.python/py-symtab.exp: Likewise.
13213 * gdb.python/python.exp: Likewise.
13214
13215 2014-10-15 Yao Qi <yao@codesourcery.com>
13216
13217 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13218 pattern.
13219 * gdb.python/py-symtab.exp: Likewise.
13220 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13221 locationn.
13222
13223 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13224
13225 * gdb.ada/addr_arith: New testcase.
13226
13227 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13228
13229 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13230 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13231 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13232 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13233
13234 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13235
13236 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13237 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13238 * gdb.arch/stap-eval-lang-ada.exp: New file.
13239
13240 2014-10-14 Yao Qi <yao@codesourcery.com>
13241
13242 * gdb.mi/mi-var-child.c (nothing1): New function.
13243 (nothing2): New function.
13244 (do_children_tests): Set function pointers by nothing1 and
13245 nothing2.
13246 * gdb.mi/mi-var-child.exp: Step over new added statements.
13247 Update test to match the new output.
13248 * gdb.mi/var-cmd.c (nothing1): New function.
13249 (nothing2): New function.
13250 (do_children_tests): Set function pointers by nothing1 and
13251 nothing2.
13252 * gdb.mi/mi-var-display.exp: Update test to match output.
13253 Step to the line specified by $line_dct_nothing.
13254 Increase the number of lines to step.
13255
13256 2014-10-14 Yao Qi <yao@codesourcery.com>
13257
13258 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13259 tests.
13260 * gdb.mi/mi2-var-child.exp: Likewise.
13261
13262 2014-10-13 Doug Evans <dje@google.com>
13263
13264 * gdb.python/py-objfile.exp: Change name of file name test.
13265
13266 2014-10-13 Doug Evans <dje@google.com>
13267
13268 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13269 from the start of the CU.
13270
13271 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13272 Yao Qi <yao@codesourcery.com>
13273
13274 Fix "save breakpoints" for "catch" command.
13275 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13276 Remove -nonewline. Match also the added "main" line.
13277
13278 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13279
13280 Fix "save breakpoints" for "disable $bpnum" command.
13281 * gdb.base/save-bp.c (main): Add label.
13282 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13283
13284 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13285
13286 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13287
13288 2014-10-11 Yao Qi <yao@codesourcery.com>
13289
13290 * gdb.server/server-kill.exp: Execute command
13291 "set remote trace-status-packet on" before "tstatus".
13292
13293 2014-10-11 Yao Qi <yao@codesourcery.com>
13294
13295 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13296 (main): Call getppid.
13297 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13298 and continue to it. Read variable "server_pid".
13299
13300 2014-10-11 Yao Qi <yao@codesourcery.com>
13301
13302 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13303
13304 2014-10-11 Yao Qi <yao@codesourcery.com>
13305
13306 * gdb.threads/thread-find.exp: Don't execute command
13307 "info threads".
13308 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13309 * gdb.threads/linux-dp.exp: Don't check the condition
13310 $threads_created equals to zero.
13311
13312 2014-10-10 Pedro Alves <palves@redhat.com>
13313
13314 * gdb.base/bigcore.exp: Remove references to IRIX.
13315 * gdb.base/funcargs.exp: Likewise.
13316 * gdb.base/interrupt.exp: Likewise.
13317 * gdb.base/mips_pro.exp: Likewise.
13318 * gdb.base/nodebug.exp: Likewise.
13319 * gdb.base/setvar.exp: Likewise.
13320 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13321
13322 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13323 Pedro Alves <palves@redhat.com>
13324
13325 PR symtab/14466
13326 * gdb.base/vdso-warning.c: New file.
13327 * gdb.base/vdso-warning.exp: New file.
13328
13329 2014-10-02 Doug Evans <dje@google.com>
13330
13331 * gdb.base/structs.c (main): Don't run forever.
13332
13333 2014-10-02 Pedro Alves <palves@redhat.com>
13334
13335 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13336 (top level) <stop threads 1, stop threads 2>: Use it.
13337
13338 2014-10-02 Pedro Alves <palves@redhat.com>
13339
13340 * gdb.threads/break-while-running.exp (test): Add new
13341 'update_thread_list' argument. Skip "info threads" if false.
13342 (top level): Add new 'update_thread_list' axis.
13343
13344 2014-10-02 Pedro Alves <palves@redhat.com>
13345
13346 PR breakpoints/17431
13347 * gdb.base/execl-update-breakpoints.c: New file.
13348 * gdb.base/execl-update-breakpoints.exp: New file.
13349
13350 2014-10-01 Pedro Alves <palves@redhat.com>
13351
13352 * gdb.base/breakpoint-in-ro-region.c: New file.
13353 * gdb.base/breakpoint-in-ro-region.exp: New file.
13354
13355 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13356
13357 * gdb.mi/mi-exit-code.exp: New file.
13358 * gdb.mi/mi-exit-code.c: New file.
13359
13360 2014-09-30 Yao Qi <yao@codesourcery.com>
13361
13362 * lib/prelink-support.exp (build_executable_own_libs): Error if
13363 the target isn't native.
13364
13365 2014-09-30 Yao Qi <yao@codesourcery.com>
13366
13367 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13368 false.
13369
13370 2014-09-22 Pedro Alves <palves@redhat.com>
13371
13372 * gdb.threads/break-while-running.exp: New file.
13373 * gdb.threads/break-while-running.c: New file.
13374
13375 2014-09-19 Yao Qi <yao@codesourcery.com>
13376
13377 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13378 Invoke test. Restart GDB with --readnow and invoke test again.
13379
13380 2014-09-19 Yao Qi <yao@codesourcery.com>
13381
13382 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13383 proc set_breakpoint_on_gcd_function. Invoke
13384 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13385 invoke set_breakpoint_on_gcd_function again.
13386
13387 2014-09-18 Doug Evans <dje@google.com>
13388
13389 * gdb.dwarf2/symtab-producer.exp: New file.
13390
13391 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13392
13393 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13394 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13395 * gdb.base/global-var-nested-by-dso.c: Likewise.
13396 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13397
13398 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13399 Pedro Alves <palves@redhat.com>
13400
13401 * gdb.base/watch-bitfields.exp: Pass string other than test file
13402 name to prepare_for_testing.
13403 (watch): New procedure.
13404 (expect_watchpoint): Use with_test_prefix.
13405 (top level): Factor out tests to ...
13406 (test_watch_location, test_regular_watch): ... these new
13407 procedures, and use with_test_prefix and gdb_continue_to_end.
13408
13409 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13410
13411 PR breakpoints/12526
13412 * gdb.base/watch-bitfields.exp: New file.
13413 * gdb.base/watch-bitfields.c: New file.
13414
13415 2014-09-16 Pedro Alves <palves@redhat.com>
13416
13417 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13418 software and hardware addresses, not software address against
13419 itself.
13420
13421 2014-09-16 Pedro Alves <palves@redhat.com>
13422
13423 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13424 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13425
13426 2014-09-16 Pedro Alves <palves@redhat.com>
13427
13428 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13429 files.
13430 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13431 "*-*-vxworks*" throughout.
13432 * gdb.base/break.exp: Likewise.
13433 * gdb.base/default.exp: Likewise.
13434 * gdb.base/scope.exp: Likewise.
13435 * gdb.base/sepdebug.exp: Likewise.
13436 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13437 throughout.
13438 * gdb.base/run.c: Likewise.
13439 * gdb.base/sepdebug.c: Likewise.
13440 * gdb.hp/gdb.aCC/run.c: Likewise.
13441 * gdb.reverse/until-reverse.c: Likewise.
13442 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13443
13444 2014-09-16 Yao Qi <yao@codesourcery.com>
13445
13446 * boards/local-remote-host-native.exp: New file.
13447
13448 2014-09-14 Doug Evans <xdje42@gmail.com>
13449
13450 * gdb.threads/queue-signal.c (thread_count): New variable.
13451 (thread_count_mutex, thread_count_condvar): New variables.
13452 (incr_thread_count, wait_all_threads_running): New functions.
13453 (main): Wait for all threads to be in their thread functions.
13454
13455 2014-09-13 Doug Evans <xdje42@gmail.com>
13456
13457 * gdb.threads/queue-signal.c: New file.
13458 * gdb.threads/queue-signal.exp: New file.
13459
13460 2014-09-13 Doug Evans <xdje42@gmail.com>
13461
13462 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13463 be consistent with what default_gdb_init uses.
13464 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13465 the plain text of the prompt. Add some logging printfs.
13466 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13467
13468 2014-09-12 Pedro Alves <palves@redhat.com>
13469
13470 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13471 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13472 * gdb.arch/i386-size-overlap.exp: Likewise.
13473 * gdb.arch/i386-size.exp: Likewise.
13474 * gdb.arch/i386-unwind.exp: Likewise.
13475 * gdb.base/a2-run.exp: Likewise.
13476 * gdb.base/break.exp: Likewise.
13477 * gdb.base/charset.exp: Likewise.
13478 * gdb.base/chng-syms.exp: Likewise.
13479 * gdb.base/commands.exp: Likewise.
13480 * gdb.base/dbx.exp: Likewise.
13481 * gdb.base/find.exp: Likewise.
13482 * gdb.base/funcargs.exp: Likewise.
13483 * gdb.base/jit-simple.exp: Likewise.
13484 * gdb.base/reread.exp: Likewise.
13485 * gdb.base/sepdebug.exp: Likewise.
13486 * gdb.base/step-bt.exp: Likewise.
13487 * gdb.cp/mb-inline.exp: Likewise.
13488 * gdb.cp/mb-templates.exp: Likewise.
13489 * gdb.objc/basicclass.exp: Likewise.
13490 * gdb.threads/killed.exp: Likewise.
13491
13492 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13493
13494 PR tdep/17379
13495 * gdb.arch/powerpc-stackless.S: New file.
13496 * gdb.arch/powerpc-stackless.exp: New file.
13497
13498 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13499
13500 * gdb.base/attach.c: Include unistd.h.
13501 (main): Call alarm. Add label postloop.
13502 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13503 gdb_breakpoint, gdb_continue_to_breakpoint.
13504 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13505
13506 2014-09-11 Pedro Alves <palves@redhat.com>
13507
13508 PR gdb/17347
13509 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13510 * gdb.base/attach.exp (test_command_line_attach_run): New
13511 procedure.
13512 (top level): Call it.
13513
13514 2014-09-11 Pedro Alves <palves@redhat.com>
13515
13516 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13517 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13518 (do_command_attach_tests): Use spawn_wait_for_attach.
13519 * gdb.base/solib-overlap.exp: Likewise.
13520 * gdb.multi/multi-attach.exp: Likewise.
13521 * gdb.python/py-prompt.exp: Likewise.
13522 * gdb.python/py-sync-interp.exp: Likewise.
13523 * gdb.server/ext-attach.exp: Likewise.
13524
13525 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13526
13527 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13528 command in testcase. Simplify testcase.
13529
13530 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13531
13532 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13533
13534 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13535
13536 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13537
13538 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13539
13540 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13541
13542 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13543
13544 * gdb.dwarf2/dynarr-ptr.c: New file.
13545 * gdb.dwarf2/dynarr-ptr.exp: New file.
13546
13547 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13548
13549 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13550 of 30 rather than hardcoding 120 for a slow test case. Take the
13551 `gdb,timeout' target setting into account for this calculation.
13552 Don't extend the timeout for the test cases that don't need it.
13553
13554 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13555
13556 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13557 a factor of 2 for a slow test case. Take the `gdb,timeout'
13558 target setting into account for this calculation.
13559 * gdb.reverse/until-precsave.exp: Increase the timeout by
13560 a factor of 15 and 3 respectively rather than adding 120
13561 for a pair of slow test cases. Take the `gdb,timeout'
13562 target setting into account for this calculation.
13563
13564 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13565
13566 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13567 timeout, don't pass one down to gdb_expect.
13568 (gdb_expect): Rework timeout selection.
13569
13570 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13571
13572 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13573 exception on timeout.
13574 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13575 (gdbserver_start_extended): Catch any `gdbserver_start' error
13576 exceptions.
13577 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13578 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13579 `gdbserver_gdb_load' error exceptions.
13580
13581 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13582
13583 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13584 120 on waiting for the TCP socket to open.
13585
13586 2014-09-09 Doug Evans <xdje42@gmail.com>
13587
13588 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13589 _caller_matches, _any_caller_is, _any_caller_matches.
13590
13591 2014-09-09 Doug Evans <xdje42@gmail.com>
13592
13593 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13594
13595 2014-09-09 Yao Qi <yao@codesourcery.com>
13596
13597 * gdb.mi/mi-var-display.exp: Set print symbol off.
13598
13599 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13600
13601 PR gdb/17035
13602 * gdb.base/commands.exp: Add tests to verify user-defined
13603 commands with empty bodies.
13604 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13605 python commands in `show user command`.
13606 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13607 scheme commands in `show user command`.
13608
13609 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13610
13611 PR python/17355
13612 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13613 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13614 * gdb.python/py-framefilter-invalidarg.exp: New file.
13615 * gdb.python/py-framefilter-invalidarg.py: New file.
13616
13617 2014-09-06 Doug Evans <xdje42@gmail.com>
13618
13619 PR 15276
13620 * gdb.python/py-caller-is.c: New file.
13621 * gdb.python/py-caller-is.exp: New file.
13622
13623 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13624
13625 PR gdb/17235
13626 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13627 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13628
13629 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13630
13631 PR fortran/17237
13632 * gdb.fortran/print-formatted.exp: New file.
13633 * gdb.fortran/print-formatted.f90: Likewise.
13634
13635 2014-09-03 Sasha Smundak <asmundak@google.com>
13636
13637 * gdb.python/py-frame.exp: Test Frame.read_register.
13638
13639 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13640
13641 PR python/16699
13642 * gdb.python/py-completion.exp: New file.
13643 * gdb.python/py-completion.py: Likewise.
13644
13645 2014-08-28 Doug Evans <dje@google.com>
13646
13647 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13648 eax,etc. are live with values set by gdb and thus the compiler can't
13649 use them.
13650 * gdb.arch/i386-pseudo.c (main): Ditto.
13651
13652 2014-08-27 Doug Evans <dje@google.com>
13653
13654 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13655
13656 2014-08-25 Doug Evans <dje@google.com>
13657
13658 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13659 (main): Ditto.
13660
13661 2014-08-25 Doug Evans <dje@google.com>
13662
13663 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13664
13665 2014-08-24 Yao Qi <yao@codesourcery.com>
13666
13667 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13668 symbol off.
13669 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13670
13671 2014-08-22 Doug Evans <dje@google.com>
13672
13673 PR 17276
13674 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13675 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13676 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13677
13678 2014-08-22 Yao Qi <yao@codesourcery.com>
13679
13680 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13681 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13682 * gdb.python/python.exp: Likewise. Use .py file on the host
13683 instead of the build.
13684
13685 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13686
13687 * gdb.threads/gcore-stale-thread.c: New file.
13688 * gdb.threads/gcore-stale-thread.exp: New file.
13689
13690 2014-08-21 Pedro Alves <palves@redhat.com>
13691
13692 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13693 * gdb.base/gcore-relro-pie.exp: Likewise.
13694 * gdb.base/gcore-relro.exp: Likewise.
13695 * gdb.base/gcore.exp: Likewise.
13696 * gdb.base/print-symbol-loading.exp: Likewise.
13697 * gdb.threads/gcore-thread.exp: Likewise.
13698 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13699
13700 2014-08-20 Pedro Alves <palves@redhat.com>
13701 Jan Kratochvil <jan.kratochvil@redhat.com>
13702
13703 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13704 configure.
13705 (EXPECT): Handle READ1 being set.
13706 (all): Depend on EXTRA_RULES.
13707 (check-read1, expect-read1, read1.so, read1): New rules.
13708 * README (Testsuite Parameters): Document the READ1 make variable.
13709 (Race detection): New section.
13710 * configure: Regenerate.
13711 * configure.ac: If build==host==target, and running under a
13712 GNU/glibc system, add read1 to the extra Makefile rules.
13713 (EXTRA_RULES): AC_SUBST it.
13714 * lib/read1.c: New file.
13715
13716 2014-08-20 Joel Brobecker <brobecker@adacore.com>
13717
13718 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13719 the handling of variables declared as a typedef to an array
13720 which a DW_AT_data_location attribute.
13721
13722 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
13723 Pedro Alves <palves@redhat.com>
13724
13725 PR symtab/14604
13726 PR symtab/14605
13727 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13728 gdb_test.
13729
13730 2014-08-19 Pedro Alves <palves@redhat.com>
13731
13732 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13733
13734 2014-08-19 Yao Qi <yao@codesourcery.com>
13735
13736 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13737 right line.
13738
13739 2014-08-18 David Blaikie <dblaikie@gmail.com>
13740
13741 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13742
13743 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13744
13745 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13746 attribute in array range.
13747
13748 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13749
13750 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13751
13752 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13753
13754 PR c++/17132
13755 * gdb.cp/pr17132.cc: New file.
13756 * gdb.cp/pr17132.exp: New file.
13757
13758 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13759
13760 * gdb.python/py-xmethods.py (A_getarrayind)
13761 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13762 Use 'print' with function call syntax.
13763 (E_method_matcher.match): Fix tab vs space indentation mixup.
13764
13765 2014-08-15 Yao Qi <yao@codesourcery.com>
13766
13767 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13768 false.
13769
13770 2014-08-15 Yao Qi <yao@codesourcery.com>
13771
13772 * gdb.cp/casts.exp: Set print symbol off.
13773 * gdb.cp/class2.exp: Likewise.
13774 * gdb.cp/overload.exp: Likewise.
13775 * gdb.cp/templates.exp: Likewise.
13776
13777 2014-08-11 Doug Evans <dje@google.com>
13778
13779 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13780 (test_load_shlib): Update.
13781
13782 2014-08-09 Yao Qi <yao@codesourcery.com>
13783
13784 * gdb.base/display.exp: Invoke is_address_zero_readable.
13785 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13786 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13787 * gdb.base/hbreak-unmapped.exp: Return if
13788 is_address_zero_readable returns true.
13789 * gdb.base/signest.exp: Likewise.
13790 * gdb.base/signull.exp: Likewise.
13791 * gdb.base/sigbpt.exp: Likewise.
13792 * gdb.guile/scm-disasm.exp: Do the test if
13793 is_address_zero_readable returns false.
13794 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13795 * gdb.python/py-arch.exp: Likewise.
13796 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13797 * lib/gdb.exp (is_address_zero_readable): New proc.
13798
13799 2014-08-09 Yao Qi <yao@codesourcery.com>
13800
13801 PR testsuite/13443
13802 * gdb.mi/mi-var-display.exp: Make test messages unique.
13803
13804 2014-08-04 Tom Tromey <tromey@redhat.com>
13805
13806 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13807 target 0".
13808
13809 2014-08-04 Tom Tromey <tromey@redhat.com>
13810
13811 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13812 "target_resume".
13813
13814 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13815
13816 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13817 inner_vla_struct_object_size.
13818 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13819 as xfail.
13820
13821 2014-07-30 Pedro Alves <palves@redhat.com>
13822
13823 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13824 comment.
13825
13826 2014-07-29 Yao Qi <yao@codesourcery.com>
13827
13828 PR gdb/17206
13829 * gdb.base/until-nodebug.exp: New.
13830
13831 2014-07-28 Doug Evans <xdje42@gmail.com>
13832
13833 PR guile/17203
13834 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13835 previously existing parameter, and previously ambiguously spelled
13836 parameter.
13837
13838 2014-07-28 Will Newton <will.newton@linaro.org>
13839
13840 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13841
13842 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13843 Doug Evans <xdje42@gmail.com>
13844
13845 PR guile/17146
13846 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13847
13848 2014-07-25 Pedro Alves <palves@redhat.com>
13849
13850 * gdb.threads/signal-command-handle-nopass.c: New file.
13851 * gdb.threads/signal-command-handle-nopass.exp: New file.
13852 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13853 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13854 * gdb.threads/signal-delivered-right-thread.c: New file.
13855 * gdb.threads/signal-delivered-right-thread.exp: New file.
13856
13857 2014-07-25 Pedro Alves <palves@redhat.com>
13858
13859 * gdb.base/double-prompt-target-event-error.exp
13860 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13861 match.
13862 (cancel_pagination_in_target_event): Rework double prompt
13863 detection.
13864 * gdb.base/paginate-after-ctrl-c-running.exp
13865 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13866 <return>' match.
13867 * gdb.base/paginate-bg-execution.exp
13868 (test_bg_execution_pagination_return)
13869 (test_bg_execution_pagination_cancel): Remove '-notransfer
13870 <return>' matches.
13871 * gdb.base/paginate-execution-startup.exp
13872 (test_fg_execution_pagination_return)
13873 (test_fg_execution_pagination_cancel): Remove '-notransfer
13874 <return>' matches.
13875 * gdb.base/paginate-inferior-exit.exp
13876 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13877 match.
13878 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13879 * lib/gdb.exp (pagination_prompt): Run text through
13880 string_to_regexp.
13881 (gdb_test_multiple): Match $pagination_prompt instead of
13882 "<return>".
13883 (string_to_regexp): Move to lib/gdb-utils.exp.
13884
13885 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13886
13887 * gdb.arch/amd64-entry-value-paramref.S: New file.
13888 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13889 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13890 * gdb.arch/amd64-optimout-repeat.S: New file.
13891 * gdb.arch/amd64-optimout-repeat.c: New file.
13892 * gdb.arch/amd64-optimout-repeat.exp: New file.
13893
13894 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13895
13896 PR gdb/17170
13897 * gdb.base/statistics.exp: New file.
13898
13899 2014-07-17 Doug Evans <dje@google.com>
13900
13901 PR gdb/17170
13902 * gdb.base/maint.exp: Update testing of per-command stats.
13903
13904 2014-07-16 Pedro Alves <palves@redhat.com>
13905
13906 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13907 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13908 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13909 (tfile_write_buf): New functions.
13910 (add_memory_block): Rewrite using the above.
13911 (adjust_function_address): New function.
13912 (FUNCTION_ADDRESS): New macro.
13913 (write_basic_trace_file): Remove short_x local, and use
13914 tfile_write_16. Change type of func_addr local to unsigned long
13915 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13916 here. Cast argument of add_memory_block to char pointer.
13917 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13918 (main): Remove parameters.
13919 * gdb.trace/tfile.exp: Remove nowarnings.
13920
13921 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13922
13923 * gdb.base/debug-expr.exp: Test string evaluation with
13924 "debug expression" on.
13925
13926 2014-07-15 Pedro Alves <palves@redhat.com>
13927
13928 * gdb.base/reread.exp: Use clean_restart.
13929
13930 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13931
13932 * gdb.arch/avr-flash-qualifer.c: New.
13933 * gdb.arch/avr-flash-qualifer.exp: New.
13934
13935 2014-07-14 Pedro Alves <palves@redhat.com>
13936
13937 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13938 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13939
13940 2014-07-14 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.base/double-prompt-target-event-error.c: New file.
13943 * gdb.base/double-prompt-target-event-error.exp: New file.
13944
13945 2014-07-14 Pedro Alves <palves@redhat.com>
13946
13947 PR gdb/17072
13948 * gdb.base/paginate-inferior-exit.c: New file.
13949 * gdb.base/paginate-inferior-exit.exp: New file.
13950
13951 2014-07-14 Pedro Alves <palves@redhat.com>
13952
13953 PR gdb/17072
13954 * gdb.base/paginate-bg-execution.c: New file.
13955 * gdb.base/paginate-bg-execution.exp: New file.
13956
13957 2014-07-14 Pedro Alves <palves@redhat.com>
13958
13959 PR gdb/17072
13960 * gdb.base/paginate-execution-startup.c: New file.
13961 * gdb.base/paginate-execution-startup.exp: New file.
13962 * lib/gdb.exp (pagination_prompt): New global.
13963 (default_gdb_spawn): New procedure, factored out from
13964 default_gdb_spawn.
13965 (default_gdb_start): Adjust to call default_gdb_spawn.
13966 (gdb_spawn): New procedure.
13967
13968 2014-07-14 Pedro Alves <palves@redhat.com>
13969
13970 * lib/gdb.exp (gdb_assert): New procedure.
13971 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13972
13973 2014-07-14 Pedro Alves <palves@redhat.com>
13974
13975 * gdb.base/execution-termios.c: New file.
13976 * gdb.base/execution-termios.exp: New file.
13977
13978 2014-07-14 Tom Tromey <tromey@redhat.com>
13979
13980 * gdb.cp/vla-cxx.cc: New file.
13981 * gdb.cp/vla-cxx.exp: New file.
13982
13983 2014-07-14 Tom Tromey <tromey@redhat.com>
13984
13985 * gdb.reverse/rerun-prec.c: New file.
13986 * gdb.reverse/rerun-prec.exp: New file.
13987
13988 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13989 Maciej W. Rozycki <macro@codesourcery.com>
13990
13991 * lib/gdb-utils.exp: New file.
13992 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13993 inline `gdb_init_command' processing.
13994 (gdb_start_cmd): Likewise.
13995 * lib/mi-support.exp (mi_run_cmd): Likewise.
13996 * README: Document `gdb_init_command' and `gdb_init_commands'.
13997
13998 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13999
14000 Fix false FAIL running under a very long directory name.
14001 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14002 and "set print elements 10000". Twice.
14003
14004 2014-07-11 Yao Qi <yao@codesourcery.com>
14005
14006 * gdb.base/exprs.exp: "set print symbol off".
14007
14008 2014-07-11 Pedro Alves <palves@redhat.com>
14009
14010 * gdb.threads/kill.c: New file.
14011 * gdb.threads/kill.exp: New file.
14012
14013 2014-07-10 Yao Qi <yao@codesourcery.com>
14014
14015 * gdb.trace/tfile.c (write_basic_trace_file)
14016 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14017 address written to trace file.
14018
14019 2014-07-09 Pedro Alves <palves@redhat.com>
14020
14021 * gdb.base/attach-wait-input.exp: New file.
14022 * gdb.base/attach-wait-input.c: New file.
14023
14024 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14025
14026 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14027 setting up test structures.
14028 (main): Call new test function.
14029 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14030 test function, continue into test function and walk test
14031 structures.
14032
14033 2014-07-02 Yao Qi <yao@codesourcery.com>
14034
14035 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14036 'bar_start' at the beginning of functions 'foo' and 'bar'
14037 respectively.
14038 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14039 instead of 'foo' and 'bar'.
14040
14041 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14042
14043 * gdb.btrace/segv.exp: New.
14044 * gdb.btrace/segv.c: New.
14045
14046 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14047
14048 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14049 instruction.
14050
14051 2014-06-30 Mark Wielaard <mjw@redhat.com>
14052
14053 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14054 vulture, vilify, villar): New volatile array constants.
14055 (vindictive, vegetation): New const volatile array constants.
14056 * gdb.base/volatile.exp: Test volatile and const volatile array
14057 types.
14058
14059 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14060
14061 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14062 target lacks support for awatch, rwatch, or hbreak.
14063
14064 2014-06-27 Yao Qi <yao@codesourcery.com>
14065
14066 * gdb.multi/dummy-frame-restore.exp: New.
14067 * gdb.multi/dummy-frame-restore.c: New.
14068
14069 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14070
14071 * gdb.btrace/gcore.exp: New.
14072
14073 2014-06-23 Pedro Alves <palves@redhat.com>
14074
14075 * gdb.base/watchpoint-reuse-slot.c: New file.
14076 * gdb.base/watchpoint-reuse-slot.exp: New file.
14077
14078 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14079
14080 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14081 progspace's filename in 'info', 'enable' and 'disable' command
14082 tests.
14083
14084 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14085
14086 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14087 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14088 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14089
14090 2014-06-20 Gary Benson <gbenson@redhat.com>
14091
14092 * gdb.arch/i386-avx.exp: Fix include file location.
14093 * gdb.arch/i386-sse.exp: Likewise.
14094
14095 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14096
14097 * gdb.dlang/expression.exp: New file.
14098
14099 2014-06-19 Pedro Alves <palves@redhat.com>
14100
14101 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14102 out from ...
14103 (top level): ... here. Iterate running tests under different
14104 scheduler-locking settings.
14105
14106 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14107
14108 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14109 to DW_FORM_addr and use non-zero addresses.
14110
14111 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14112
14113 PR gdb/17017
14114 * gdb.python/py-xmethods.cc: Add global function call counters and
14115 increment them in their respective functions. Remove "cout"
14116 statements.
14117 * gdb.python/py-xmethods.exp: Make tests check the global function
14118 call counters instead of depending on inferior IO.
14119
14120 2014-06-18 Don Breazeal <donb@codesourcery.com>
14121
14122 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14123 Deleted procedure.
14124 (explicit_fork_parent_follow): Deleted procedure.
14125 (explicit_fork_child_follow): Deleted procedure.
14126 (test_follow_fork): New procedure.
14127 (do_fork_tests): Replace calls to deleted procedures with
14128 calls to test_follow_fork and reset GDB for subsequent
14129 procedure calls.
14130
14131 2014-06-17 Yao Qi <yao@codesourcery.com>
14132
14133 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14134 CP1252.
14135
14136 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14137
14138 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14139 Initialize ptr and S explicitly.
14140 (skip_type_update_when_not_use_rtti_test): Likewise.
14141
14142 2014-06-16 Keith Seitz <keiths@redhat.com>
14143
14144 PR mi/15863
14145 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14146 the inferior is started.
14147
14148 2014-06-16 Pedro Alves <palves@redhat.com>
14149
14150 * gdb.base/break-main-file-remove-fail.c: New file.
14151 * gdb.base/break-main-file-remove-fail.exp: New file.
14152 * gdb.base/break-unload-file.exp: Use build_executable instead of
14153 prepare_for_testing.
14154 (test_break): New parameter "initial_load". Handle it.
14155 (top level): Add initial_load cmdline/file axis.
14156
14157 2014-06-12 Tom Tromey <tromey@redhat.com>
14158
14159 * gdb.base/completion.exp: Don't use directory name in test.
14160
14161 2014-06-09 Gary Benson <gbenson@redhat.com>
14162
14163 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14164 separate the always-available ANSI-standard signals from the
14165 signals that require checking.
14166 (main): Likewise.
14167 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14168 Likewise.
14169 (main): Likewise.
14170
14171 2014-06-07 Keith Seitz <keiths@redhat.com>
14172
14173 Revert:
14174 PR c++/16253
14175 * gdb.cp/var-tag.cc: New file.
14176 * gdb.cp/var-tag.exp: New file.
14177 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14178 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14179 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14180 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14181
14182 2014-06-06 Doug Evans <xdje42@gmail.com>
14183
14184 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14185
14186 2014-06-06 Pedro Alves <palves@redhat.com>
14187
14188 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14189 in target debug output instead of looking at RSP packets,
14190 disabling the test on any target that uses hardware stepping.
14191 Update comments.
14192
14193 2014-06-06 Pedro Alves <palves@redhat.com>
14194
14195 * gdb.base/break-unload-file.exp: Fix typo.
14196
14197 2014-06-06 Yao Qi <yao@codesourcery.com>
14198
14199 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14200 from "jit_function" to "^jit_function".
14201
14202 2014-06-06 Yao Qi <yao@codesourcery.com>
14203
14204 * gdb.base/async.c (foo): Add one statement.
14205 * gdb.base/async.exp: Get the next instruction address and
14206 match the output of "nexti" by instruction address. Match
14207 the hex address in the output of "finish".
14208
14209 2014-06-06 Gary Benson <gbenson@redhat.com>
14210
14211 * gdb.base/call-signals.c: Remove preprocessor conditionals
14212 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14213 SIGSEGV and SIGTERM.
14214 * gdb.base/sigall.c: Likewise.
14215 * gdb.base/unwindonsignal.c: Likewise.
14216 * gdb.reverse/sigall-reverse.c: Likewise.
14217
14218 2014-06-06 Yao Qi <yao@codesourcery.com>
14219
14220 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14221 readable, skip the test.
14222
14223 2014-06-06 Yao Qi <yao@codesourcery.com>
14224
14225 * gdb.threads/staticthreads.c (thread_function): Move the line
14226 setting breakpoint on forward.
14227 * gdb.threads/staticthreads.exp: Update comments.
14228
14229 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14230
14231 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14232 "history-append! type error".
14233
14234 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14235
14236 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14237 erroneous dprintf expected input.
14238
14239 2014-06-04 Doug Evans <xdje42@gmail.com>
14240
14241 * gdb.guile/scm-generics.exp: Delete.
14242
14243 2014-06-04 Doug Evans <xdje42@gmail.com>
14244
14245 * gdb.guile/scm-breakpoint.exp: Update.
14246 Add tests for breakpoint registration.
14247
14248 2014-06-04 Tom Tromey <tromey@redhat.com>
14249
14250 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14251 VLA-in-union.
14252 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14253 inner_vla_struct, vla_union types. Initialize objects of those
14254 types and compute their sizes.
14255
14256 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14257 Hui Zhu <hui@codesourcery.com>
14258
14259 * gdb.base/fileio.exp: Add test for shell not available as well as
14260 available.
14261 * gdb.base/fileio.c (test_system): Check for shell twice.
14262
14263 2014-06-04 Yao Qi <yao@codesourcery.com>
14264
14265 * gdb.base/auto-connect-native-target.exp: Remove redundant
14266 space from the regexp pattern.
14267
14268 2014-06-04 Yao Qi <yao@codesourcery.com>
14269
14270 * gdb.base/default.exp: Replace "child" with "native" in
14271 regexp pattern.
14272
14273 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14274
14275 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14276 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14277 * gdb.python/py-xmethods.py: Python script supporting the
14278 new testcase and tests.
14279
14280 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14281 Pedro Alves <palves@redhat.com>
14282
14283 PR breakpoints/17000
14284 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14285 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14286
14287 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14288
14289 * gdb.base/subst.exp: Add tests to verify partial path matching
14290 output.
14291
14292 2014-06-03 Pedro Alves <palves@redhat.com>
14293
14294 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14295 target that doesn't use software single-stepping.
14296
14297 2014-06-03 Pedro Alves <palves@redhat.com>
14298
14299 PR breakpoints/17000
14300 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14301 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14302
14303 2014-06-02 Doug Evans <xdje42@gmail.com>
14304
14305 * gdb.guile/scm-parameter.exp: New file.
14306
14307 2014-06-02 Doug Evans <xdje42@gmail.com>
14308
14309 * gdb.guile/scm-cmd.c: New file.
14310 * gdb.guile/scm-cmd.exp: New file.
14311
14312 2014-06-02 Doug Evans <xdje42@gmail.com>
14313
14314 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14315 pretty-printer lookup.
14316 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14317 (make-pp_s-printer): Call it.
14318 (make-pretty-printer-from-dict): New function.
14319 (lookup-pretty-printer-maker-from-dict): New function.
14320 (*pretty-printer*): Simplify.
14321 (make-objfile-pp_s-printer): New function.
14322 (install-objfile-pretty-printers!): New function.
14323 (make-progspace-pp_s-printer): New function.
14324 (install-progspace-pretty-printers!): New function.
14325 * gdb.guile/scm-progspace.c: New file.
14326 * gdb.guile/scm-progspace.exp: New file.
14327
14328 2014-06-02 Pedro Alves <palves@redhat.com>
14329
14330 * gdb.base/dprintf-bp-same-addr.c: New file.
14331 * gdb.base/dprintf-bp-same-addr.exp: New file.
14332
14333 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14334
14335 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14336 * gdb.arch/powerpc-power.s: Likewise.
14337
14338 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14339
14340 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14341
14342 2014-06-01 Yao Qi <yao@codesourcery.com>
14343
14344 * gdb.base/watchpoint.exp (test_watch_location): Check null
14345 pointer can be dereferenced. If not, do the test, otherwise
14346 skip it.
14347
14348 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14349
14350 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14351 results.
14352 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14353
14354 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14355
14356 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14357 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14358 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14359 * gdb.arch/amd64-invalid-stack-top.c: New file.
14360 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14361
14362 2014-05-30 Pedro Alves <palves@redhat.com>
14363
14364 PR breakpoints/17000
14365 * gdb.base/sss-bp-on-user-bp.c: New file.
14366 * gdb.base/sss-bp-on-user-bp.exp: New file.
14367
14368 2014-05-30 David Blaikie <dblaikie@gmail.com>
14369
14370 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14371 gnu_inline semantics via attribute.
14372 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14373 source explicitly specifies the required semantics.
14374
14375 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14376
14377 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14378
14379 2014-05-29 Pedro Alves <palves@redhat.com>
14380 Tom Tromey <tromey@redhat.com>
14381
14382 * gdb.base/async-shell.exp: Don't enable target-async.
14383 * gdb.base/async.exp
14384 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14385 parameter. Adjust.
14386 (top level): Don't test with "target-async".
14387 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14388 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14389 * gdb.base/inferior-died.exp: Don't enable target-async.
14390 * gdb.base/interrupt-noterm.exp: Likewise.
14391 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14392 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14393 * gdb.mi/mi-nonstop.exp: Likewise.
14394 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14395 * gdb.mi/mi-nsintrall.exp: Likewise.
14396 * gdb.mi/mi-nsmoribund.exp: Likewise.
14397 * gdb.mi/mi-nsthrexec.exp: Likewise.
14398 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14399 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14400 * gdb.python/py-evsignal.exp: Don't enable target-async.
14401 * gdb.python/py-evthreads.exp: Likewise.
14402 * gdb.python/py-prompt.exp: Likewise.
14403 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14404 * gdb.server/solib-list.exp: Don't enable target-async.
14405 * gdb.threads/thread-specific-bp.exp: Likewise.
14406 * lib/mi-support.exp: Adjust to use mi-async.
14407
14408 2014-05-29 Pedro Alves <palves@redhat.com>
14409
14410 PR gdb/13860
14411 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14412 reason, even in sync mode.
14413
14414 2014-05-29 Pedro Alves <palves@redhat.com>
14415 Hui Zhu <hui@codesourcery.com>
14416
14417 PR PR15693
14418 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14419 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14420 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14421 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14422
14423 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14424
14425 * config/monitor.exp (gdb_target_monitor): Replace use of
14426 "set remotebaud" by "set serial baud".
14427
14428 2014-05-26 Andy Wingo <wingo@igalia.com>
14429
14430 * gdb.guile/scm-breakpoint.exp:
14431 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14432 properties instead of gdb-object-properties.
14433
14434 2014-05-26 Yao Qi <yao@codesourcery.com>
14435
14436 * gdb.server/no-thread-db.exp: Specify source file name
14437 explicitly when setting a breakpoint.
14438
14439 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14440
14441 * gdb.btrace/vdso.c: New.
14442 * gdb.btrace/vdso.exp: New.
14443
14444 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14445
14446 * gdb.base/gcore.exp (capture_command_output): Move ...
14447 * lib/gdb.exp (capture_command_output): ... here.
14448
14449 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14450
14451 * gdb.btrace/data.exp: Test memory access during btrace replay.
14452
14453 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14454
14455 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14456
14457 2014-05-21 Pedro Alves <palves@redhat.com>
14458
14459 PR gdb/13860
14460 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14461 (top level): Test that output related to execution commands is
14462 sent to the console with CLI commands, but not with MI commands.
14463 Test that breakpoint events are always mirrored to the console.
14464 Also expect the new source line to be output after a "next" in
14465 async mode too. Make it a pass/fail test.
14466 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14467 output.
14468 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14469
14470 2014-05-21 Pedro Alves <palves@redhat.com>
14471
14472 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14473 Use them to test variations of "list" after reaching a breakpoint.
14474 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14475 Test "list" with listsize 10 after reaching a breakpoint.
14476 * gdb.python/python.exp (decode_line current location line
14477 number): Adjust expected line number.
14478
14479 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14480
14481 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14482 behavior for $args, pass it directly to "run".
14483
14484 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14485
14486 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14487 30000 to 65536.
14488
14489 2014-05-21 Pedro Alves <palves@redhat.com>
14490
14491 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14492 auto-connect-native-target off".
14493 * gdb.base/auto-connect-native-target.c: New file.
14494 * gdb.base/auto-connect-native-target.exp: New file.
14495
14496 2014-05-21 Pedro Alves <palves@redhat.com>
14497
14498 * gdb.base/default.exp: Test "target native" instead of "target
14499 child".
14500
14501 2014-05-21 Mark Wielaard <mjw@redhat.com>
14502
14503 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14504
14505 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14506
14507 Fix TLS access for -static -pthread.
14508 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14509 <HAVE_TLS> (thread_function, main): Initialize it.
14510 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14511 Add clean_restart.
14512 <$have_tls != "">: Check TLSVAR.
14513
14514 2014-05-21 Pedro Alves <palves@redhat.com>
14515
14516 * gdb.base/dcache-line-read-error.c: New.
14517 * gdb.base/dcache-line-read-error.exp: New.
14518
14519 2014-05-20 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.base/compare-sections.c: New file.
14522 * gdb.base/compare-sections.exp: New file.
14523
14524 2014-05-20 Pedro Alves <palves@redhat.com>
14525
14526 * gdb.base/break-idempotent.c: New file.
14527 * gdb.base/break-idempotent.exp: New file.
14528
14529 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14530
14531 * gdb.btrace/nohist.exp: New.
14532
14533 2014-05-20 Yao Qi <yao@codesourcery.com>
14534
14535 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14536 gdb.reverse directory and gdb_reverse_timeout exists in board
14537 setting.
14538 * README: Document gdb_reverse_timeout.
14539
14540 2014-05-20 Yao Qi <yao@codesourcery.com>
14541
14542 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14543 'test_file_name'. Treat args as a string instead of a list.
14544 (gdb_init): Rename argument 'args' by 'test_file_name'.
14545
14546 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14547
14548 * gdb.arch/powerpc-power.exp: New file.
14549 * gdb.arch/powerpc-power.s: New file.
14550
14551 2014-05-16 Doug Evans <dje@google.com>
14552
14553 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14554 * gdb.base/completion.exp: Check that all expected files exist
14555 before doing file completion.
14556
14557 2014-05-16 Doug Evans <dje@google.com>
14558
14559 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14560 Update.
14561 (do_syscall_tests_without_xml): Update.
14562
14563 2014-05-16 Pedro Alves <palves@redhat.com>
14564
14565 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14566 instead of "unknown output after running".
14567
14568 2014-05-16 Yao Qi <yao@codesourcery.com>
14569
14570 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14571 file1.txt from host at the end.
14572 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14573
14574 2014-05-15 Doug Evans <dje@google.com>
14575
14576 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14577 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14578 loading file. Add test for TU lookup.
14579
14580 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14581
14582 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14583 calling "-exec-arguments" or "set args" before running the
14584 inferior.
14585
14586 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14587
14588 * lib/mi-support.exp (mi_expect_stop): Expect message for
14589 inferiors that exit with non-zero exit code.
14590
14591 2014-05-14 Yao Qi <yao@codesourcery.com>
14592
14593 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14594 match absolute path on remote host.
14595 (test_file_list_exec_source_files): Remove "/" from the
14596 pattern.
14597
14598 2014-05-14 Yao Qi <yao@codesourcery.com>
14599
14600 * boards/local-remote-host-notty.exp (${board}_file): New
14601 proc.
14602
14603 2014-05-07 Kyle McMartin <kyle@redhat.com>
14604
14605 Pushed by Joel Brobecker <brobecker@adacore.com>.
14606 * gdb.arch/aarch64-atomic-inst.c: New file.
14607 * gdb.arch/aarch64-atomic-inst.exp: New file.
14608
14609 2014-05-07 Yao Qi <yao@codesourcery.com>
14610
14611 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14612 in current context" too.
14613
14614 2014-05-05 Keith Seitz <keiths@redhat.com>
14615
14616 * gdb.linespec/ls-dollar.exp: Add test for linespec
14617 file:convenience_variable.
14618
14619 2014-05-05 Yao Qi <yao@codesourcery.com>
14620
14621 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14622 traceframes into tfile and ctf trace files. Read data from
14623 trace file and test collected data.
14624 (gdb_collect_locals_test): Likewise.
14625 (gdb_unavailable_registers_test): Likewise.
14626 (gdb_unavailable_floats): Likewise.
14627 (gdb_collect_globals_test): Likewise.
14628 (top-level): Append "ctf" to trace_file_targets if GDB
14629 supports.
14630
14631 2014-05-05 Yao Qi <yao@codesourcery.com>
14632
14633 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14634 code to ...
14635 (gdb_collect_args_test_1): ... it. New proc.
14636 (gdb_collect_locals_test): Move some code to ...
14637 (gdb_collect_locals_test_1): ... it. New proc.
14638 (gdb_unavailable_registers_test): Move some code to ...
14639 (gdb_unavailable_registers_test_1): ... it. New proc.
14640 (gdb_unavailable_floats): Move some code to ...
14641 (gdb_unavailable_floats_1): ... it. New proc.
14642
14643 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14644
14645 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14646 probes to test for bitness recognition.
14647 * gdb.arch/amd64-stap-optional-prefix.exp
14648 (test_probe_value_without_reg): New procedure.
14649 Add code to test for different kinds of bitness.
14650
14651 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14652
14653 PR breakpoints/16889
14654 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14655 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14656
14657 2014-05-01 Pedro Alves <palves@redhat.com>
14658
14659 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14660 gdb_file_cmd if no file is specified.
14661 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14662 last_loaded_file to set the remote exec-file.
14663
14664 2014-05-01 Pedro Alves <palves@redhat.com>
14665
14666 * boards/local-remote-host.exp: New file.
14667
14668 2014-05-01 Pedro Alves <palves@redhat.com>
14669
14670 * boards/local-remote-host.exp: Rename to ...
14671 * boards/local-remote-host-notty.exp: ... this.
14672
14673 2014-04-28 Joel Brobecker <brobecker@adacore.com>
14674
14675 * gdb.ada/dyn_arrayidx: New testcase.
14676
14677 2014-04-26 Yao Qi <yao@codesourcery.com>
14678
14679 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14680 and compute the length of function main. Save it in
14681 $main_length.
14682 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14683 (top-level): Use gdb_compile to compile objects into
14684 executable and restart GDB. Remove invocation to
14685 prepare_for_testing.
14686
14687 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14688 Pedro Alves <palves@redhat.com>
14689
14690 PR server/16255
14691 * gdb.multi/multi-attach.c: New file.
14692 * gdb.multi/multi-attach.exp: New file.
14693
14694 2014-04-25 Pedro Alves <palves@redhat.com>
14695
14696 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14697 user.
14698 (top level): Test that "set remote conditional-breakpoints-packet
14699 off" works as intended.
14700 * gdb.base/dprintf.exp: Test that "set remote
14701 breakpoint-commands-packet off" works as intended.
14702 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14703 New function.
14704 (top level): Call it.
14705 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14706 remote fast-tracepoints-packet off" works as intended.
14707 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14708 * lib/gdb.exp (gdb_is_target_remote): ... here.
14709
14710 2014-04-24 David Blaikie <dblaikie@gmail.com>
14711
14712 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14713 ensure clang would not discard them.
14714 * gdb.base/gdbvars.c: Ditto.
14715 * gdb.base/memattr.c: Ditto.
14716 * gdb.base/whatis.c: Ditto.
14717 * gdb.python/py-prettyprint.c: Ditto.
14718 * gdb.trace/actions.c: Ditto.
14719 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14720 ensure clang would not discard it.
14721
14722 2014-04-24 David Blaikie <dblaikie@gmail.com>
14723
14724 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14725 clang to emit the full definition of type required by the test
14726 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14727
14728 2014-04-24 David Blaikie <dblaikie@gmail.com>
14729
14730 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14731 coax Clang into emitting the definition of the type.
14732 * gdb.cp/pr10728-x.h (y): Ditto.
14733 * gdb.cp/pr10728-y.cc (y): Ditto.
14734
14735 2014-04-24 David Blaikie <dblaikie@gmail.com>
14736
14737 * gdb.base/label.exp: XFAIL label related tests under Clang.
14738 * gdb.cp/cplabel.exp: Ditto.
14739 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14740 under Clang those using labels.
14741
14742 2014-04-25 Yao Qi <yao@codesourcery.com>
14743
14744 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14745 double_label.
14746 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14747 partial_label and double_label.
14748
14749 2014-04-24 David Blaikie <dblaikie@gmail.com>
14750
14751 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14752
14753 2014-04-24 David Blaikie <dblaikie@gmail.com>
14754
14755 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14756 of the function to work across GCC and Clang.
14757 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14758 pointer types (const void ** const V void **).
14759
14760 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14761 Walfred Tedeschi <walfred.tedeschi@intel.com>
14762
14763 * Makefile.in (EXECUTABLES): Added i386-avx512.
14764 * gdb.arch/i386-avx512.c: New file.
14765 * gdb.arch/i386-avx512.exp: Likewise.
14766
14767 2014-04-23 Keith Seitz <keiths@redhat.com>
14768
14769 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14770 (mi_make_breakpoint_table): New procedure.
14771 (mi_create_breakpoint): Use mi_make_breakpoint
14772 and return the result.
14773 (mi_make_breakpoint): New procedure.
14774 (mi_build_kv_pairs): New procedure.
14775
14776 * gdb.mi/mi-break.exp: Remove unused globals,
14777 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14778 All callers updated.
14779 * gdb.mi/mi-dprintf.exp: Use variable to track command
14780 number.
14781 Update all callers of mi_create_breakpoint and use
14782 mi_make_breakpoint_table.
14783 Remove any unused global variables.
14784 * gdb.mi/mi-nonstop.exp: Likewise.
14785 * gdb.mi/mi-nsintrall.exp: Likewise.
14786 * gdb.mi/mi-nsmoribund.exp: Likewise.
14787 * gdb.mi/mi-nsthrexec.exp: Likewise.
14788 * gdb.mi/mi-reverse.exp: Likewise.
14789 * gdb.mi/mi-simplerun.exp: Likewise.
14790 * gdb.mi/mi-stepn.exp: Likewise.
14791 * gdb.mi/mi-syn-frame.exp: Likewise.
14792 * gdb.mi/mi-until.exp: Likewise.
14793 * gdb.mi/mi-var-cp.exp: Likewise.
14794 * gdb.mi/mi-var-display.exp: Likewise.
14795 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14796 * gdb.mi/mi2-var-child.exp: Likewise.
14797 * gdb.mi/mi-vla-c99.exp: Likewise.
14798 * lib/mi-support.exp: Likewise.
14799
14800 From Ian Lance Taylor <iant@cygnus.com>:
14801 * lib/gdb.exp (parse_args): New procedure.
14802
14803 2014-04-23 Pedro Alves <palves@redhat.com>
14804
14805 * gdb.base/break-unload-file.c: New file.
14806 * gdb.base/break-unload-file.exp: New file.
14807 * gdb.base/sym-file-lib.c (baz): New function.
14808 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14809 field.
14810 (load): Store the segment's mapped size.
14811 (unload): New function.
14812 (unload_shlib): New function.
14813 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14814 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14815 set a breakpoint at baz, and call it.
14816 * gdb.base/sym-file.exp: New tests for stale breakpoint
14817 instructions.
14818
14819 2014-04-23 Pedro Alves <palves@redhat.com>
14820
14821 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14822 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14823 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14824 * gdb.base/hbreak-unmapped.c: New file.
14825 * gdb.base/hbreak-unmapped.exp: New file.
14826 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14827 * lib/gdb.exp (gdb_is_target_remote): ... here.
14828
14829 2014-04-22 Pedro Alves <palves@redhat.com>
14830
14831 * gdb.base/consecutive-step-over.c: New file.
14832 * gdb.base/consecutive-step-over.exp: New file.
14833
14834 2014-04-22 Pedro Alves <palves@redhat.com>
14835
14836 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14837 instead of send_gdb/gdb_expect.
14838
14839 2014-04-22 Yao Qi <yao@codesourcery.com>
14840
14841 * lib/trace-support.exp (generate_tracefile): New procedure.
14842 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14843 return 0.
14844 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14845 if generate_tracefile returns 1.
14846
14847 2014-04-18 Tom Tromey <palves@redhat.com>
14848 Pedro alves <tromey@redhat.com>
14849
14850 PR backtrace/15558
14851 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14852 with a backtrace limit.
14853 * gdb.python/py-frame-inline.exp: Test running to an inline
14854 function with a backtrace limit, and printing the newest frame.
14855 * gdb.python/py-frame-inline.c (main): Call f.
14856
14857 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14858
14859 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14860
14861 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14862
14863 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14864 Drop prefix from unsupported source file path.
14865
14866 2014-04-17 Yao Qi <yao@codesourcery.com>
14867
14868 * lib/gdb.exp (with_target_charset): New proc.
14869 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14870 with_target_charset.
14871 (test_print_strings): Likewise.
14872 (test_repeat_bytes): Likewise.
14873 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14874 for some tests.
14875
14876 2014-04-16 Keith Seitz <keiths@redhat.com>
14877
14878 PR gdb/15827
14879 * gdb.dwarf2/corrupt.c: New file.
14880 * gdb.dwarf2/corrupt.exp: New file.
14881
14882 2014-04-16 Keith Seitz <keiths@redhat.com>
14883
14884 PR c++/16597
14885 * gdb.cp/namelessclass.cc: New file.
14886 * gdb.cp/namelessclass.exp: New file.
14887 * gdb.cp/namelessclass.S: New file.
14888
14889 2014-04-16 Doug Evans <dje@google.com>
14890
14891 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14892 Add comment.
14893 (gdbserver_default_get_comm_port): New function.
14894 (gdbserver_start): Check if board file provided
14895 "gdbserver,get_comm_port" and use it if so.
14896 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14897 (gdb,socketport): Set to "stdio".
14898 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14899 (stdio_gdbserver_template): Delete.
14900 (${board}_get_remote_address): Update.
14901 (${board}_build_remote_cmd): Delete.
14902 (${board}_get_comm_port): New function.
14903 (${board}_spawn): Update.
14904 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14905 Delete.
14906 (${board}_get_remote_address): Update.
14907 (${board}_get_comm_port): New function.
14908
14909 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14910
14911 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14912 appearing in any order.
14913
14914 2014-04-15 Doug Evans <dje@google.com>
14915
14916 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14917 uninitialized value of "description".
14918
14919 2014-04-15 Keith Seitz <keiths@redhat.com>
14920
14921 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14922 Remove unused globals.
14923 (test_running_the_program): Likewise.
14924 (test_controlled_execution): Likewise.
14925 (test_controlling_breakpoints): Likewise.
14926 (test_program_termination): Likewise.
14927
14928 2014-04-15 Keith Seitz <keiths@redhat.com>
14929
14930 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14931 unused globals.
14932 (test_rbreak_creation_and_listing): Likewise.
14933 (test_ignore_count): Likewise.
14934 (test_error): Likewise.
14935
14936 2014-04-15 Pedro Alves <palves@redhat.com>
14937
14938 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14939 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14940 sym-file-loader.c.
14941 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14942 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14943 to sym-file-loader.c.
14944 (struct library): Forward declare.
14945 (load_shlib, lookup_function): Change prototypes.
14946 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14947 (translate_offset): Remove declarations.
14948 (get_text_addr): New declaration.
14949 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14950 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14951 sym-file-loader.h.
14952 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14953 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14954 here from sym-file-loader.h.
14955 (struct library): New structure.
14956 (load_shlib, lookup_function): Change prototypes and adjust to
14957 work with a struct library.
14958 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14959 (translate_offset): Make static.
14960 (get_text_addr): New function.
14961 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14962
14963 2014-04-15 Pedro Alves <palves@redhat.com>
14964
14965 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14966
14967 2014-04-15 Pedro Alves <palves@redhat.com>
14968
14969 * gdb.base/sym-file-loader.c: Include <limits.h>.
14970 (SELF_LINK): New define.
14971 (get_origin): New function.
14972 (load_shlib): Use it.
14973 * gdb.base/sym-file.exp: Don't early return if the target is
14974 remote. Use runto_main, and issue fail is that fails. Use
14975 gdb_load_shlibs.
14976 (shlib_name): Delete.
14977 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14978
14979 2014-04-15 Pedro Alves <palves@redhat.com>
14980
14981 * gdb.base/sym-file.exp: Remove regex characters from test
14982 message. Don't refer to breakpoint numbers in test messages.
14983
14984 2014-04-14 Keith Seitz <keiths@redhat.com>
14985
14986 PR c++/16253
14987 * gdb.cp/var-tag.cc: New file.
14988 * gdb.cp/var-tag.exp: New file.
14989 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14990 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14991 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14992 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14993
14994 2014-04-14 Tom Tromey <tromey@redhat.com>
14995
14996 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14997 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14998 type.
14999 * gdb.cp/enum-class.exp: New file.
15000 * gdb.cp/enum-class.cc: New file.
15001
15002 2014-04-14 Tom Tromey <tromey@redhat.com>
15003
15004 * gdb.dwarf2/enum-type.exp: New file.
15005
15006 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15007
15008 * gdb.mi/mi-vla-c99.exp: New file.
15009 * gdb.mi/vla.c: New file.
15010
15011 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15012
15013 * gdb.base/vla-datatypes.c: New file.
15014 * gdb.base/vla-datatypes.exp: New file.
15015
15016 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15017
15018 * gdb.base/vla-ptr.c: New file.
15019 * gdb.base/vla-ptr.exp: New file.
15020
15021 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15022
15023 * gdb.dwarf2/count.exp: New file.
15024
15025 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15026
15027 * gdb.base/vla-sideeffect.c: New file.
15028 * gdb.base/vla-sideeffect.exp: New file.
15029
15030 2014-04-14 David Blaikie <dblaikie@gmail.com>
15031
15032 * gdb.mi/non-stop.c: Add return value for non-void function return
15033 statement.
15034 * gdb.threads/staticthreads.c: Ditto.
15035
15036 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15037 Doug Evans <xdje42@gmail.com>
15038
15039 * gdb.guile/scm-value.c: Improve test case.
15040 * gdb.guile/scm-value.exp: Add new test.
15041
15042 2014-04-11 David Blaikie <dblaikie@gmail.com>
15043
15044 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15045 override Clang's default.
15046
15047 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15048
15049 Revert the following changes (regressions):
15050
15051 * gdb.base/vla-sideeffect.c: New file.
15052 * gdb.base/vla-sideeffect.exp: New file.
15053
15054 * gdb.dwarf2/count.exp: New file.
15055
15056 * gdb.base/vla-multi.c: New file.
15057 * gdb.base/vla-multi.exp: New file.
15058
15059 * gdb.base/vla-ptr.c: New file.
15060 * gdb.base/vla-ptr.exp: New file.
15061
15062 * gdb.base/vla-datatypes.c: New file.
15063 * gdb.base/vla-datatypes.exp: New file.
15064
15065 * gdb.mi/mi-vla-c99.exp: New file.
15066 * gdb.mi/vla.c: New file.
15067
15068 2014-04-11 Keith Seitz <keiths@redhat.com>
15069
15070 PR c++/16675
15071 * gdb.cp/cpsizeof.exp: New file.
15072 * gdb.cp/cpsizeof.cc: New file.
15073
15074 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15075
15076 * gdb.mi/mi-vla-c99.exp: New file.
15077 * gdb.mi/vla.c: New file.
15078
15079 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15080
15081 * gdb.base/vla-datatypes.c: New file.
15082 * gdb.base/vla-datatypes.exp: New file.
15083
15084 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15085
15086 * gdb.base/vla-ptr.c: New file.
15087 * gdb.base/vla-ptr.exp: New file.
15088
15089 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15090
15091 * gdb.base/vla-multi.c: New file.
15092 * gdb.base/vla-multi.exp: New file.
15093
15094 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15095
15096 * gdb.dwarf2/count.exp: New file.
15097
15098 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15099
15100 * gdb.base/vla-sideeffect.c: New file.
15101 * gdb.base/vla-sideeffect.exp: New file.
15102
15103 2014-04-11 Yao Qi <yao@codesourcery.com>
15104
15105 * gdb.base/completion.exp: Check file exists before running tests
15106 on file completion.
15107
15108 2014-04-10 Pedro Alves <palves@redhat.com>
15109
15110 * gdb.base/cond-eval-mode.c: New file.
15111 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15112 prepare_for_testing to build the new file. Check result of
15113 runto_main.
15114 (test_break, test_watch): New procedures.
15115 (top level): Use them.
15116
15117 2014-04-08 Pierre Muller <muller@sourceware.org>
15118
15119 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15120 Ctrl-V use for mingw hosts.
15121
15122 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15123
15124 * gdb.python/py-value.c: Improve test case.
15125 * gdb.python/py-value.exp: Add new test.
15126
15127 2014-04-07 David Blaikie <dblaikie@gmail.com>
15128
15129 * lib/compiler.c: Identify the clang compiler.
15130 * lib/compiler.cc: Ditto.
15131
15132 2014-04-03 Yao Qi <yao@codesourcery.com>
15133
15134 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15135
15136 2014-04-01 Anton Blanchard <anton@samba.org>
15137
15138 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15139 messages unique.
15140
15141 2014-04-01 Anton Blanchard <anton@samba.org>
15142
15143 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15144 prepare_for_testing.
15145
15146 2014-04-01 Anton Blanchard <anton@samba.org>
15147
15148 * gdb.arch/ppc64-atomic-inst.c: Remove.
15149 * gdb.arch/ppc64-atomic-inst.S: New file.
15150 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15151
15152 2014-03-31 Doug Evans <dje@google.com>
15153
15154 * gdb.base/print-symbol-loading-lib.c: New file.
15155 * gdb.base/print-symbol-loading-main.c: New file.
15156 * gdb.base/print-symbol-loading.exp: New file.
15157
15158 2014-03-31 Yao Qi <yao@codesourcery.com>
15159
15160 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15161
15162 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15163
15164 * gdb.ada/mi_dyn_arr: New testcase.
15165
15166 2014-03-27 Doug Evans <dje@google.com>
15167
15168 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15169
15170 2014-03-27 Yao Qi <yao@codesourcery.com>
15171
15172 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15173 if target is nios2-*-*.
15174
15175 2014-03-26 Yao Qi <yao@codesourcery.com>
15176
15177 * lib/gdb.exp (readline_is_used): New proc.
15178 * gdb.base/completion.exp: Move tests on command complete up.
15179 Skip the rest of tests if readline is not used.
15180 * gdb.ada/complete.exp: Skp the test if readline is not
15181 used.
15182 * gdb.base/filesym.exp: Likewise.
15183 * gdb.base/macscp.exp: Likewise.
15184 * gdb.base/readline-ask.exp: Likewise.
15185 * gdb.base/readline.exp: Likewise.
15186 * gdb.python/py-cmd.exp: Likewise.
15187 * gdb.trace/tfile.exp: Likewise.
15188
15189 2014-03-26 Yao Qi <yao@codesourcery.com>
15190
15191 * gdb.base/macscp.exp: Fix code format issues.
15192
15193 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15194
15195 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15196 * gdb.asm/powerpc64le.inc: New file.
15197
15198 2014-03-25 Pedro Alves <palves@redhat.com>
15199 Doug Evans <dje@google.com>
15200
15201 * gdb.base/source-execution.c: New file.
15202 * gdb.base/source-execution.exp: New file.
15203 * gdb.base/source-execution.gdb: New file.
15204
15205 2014-03-24 Doug Evans <dje@google.com>
15206
15207 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15208 using fission.
15209
15210 2014-03-24 Hui Zhu <hui@codesourcery.com>
15211 Pedro Alves <palves@redhat.com>
15212
15213 PR breakpoints/16101
15214 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15215 test pass/fail messages. Detect missing support for dprintf when
15216 breakpoints are actually inserted.
15217 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15218 breakpoints are actually inserted.
15219 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15220 fails.
15221
15222 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15223
15224 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15225
15226 2014-03-22 Doug Evans <xdje42@gmail.com>
15227
15228 * gdb.python/python.exp (python not supported): Verify multi-line
15229 python command issues an error.
15230 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15231 guile command issues an error.
15232
15233 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15234
15235 * gdb.threads/thread-specific.exp: Handle the lack of usable
15236 $this_breakpoint and $this_thread.
15237
15238 2014-03-21 Hui Zhu <hui@codesourcery.com>
15239
15240 * gdb.base/attach.exp (do_command_attach_tests): New.
15241
15242 2014-03-20 Tom Tromey <tromey@redhat.com>
15243 Pedro Alves <palves@redhat.com>
15244
15245 PR cli/15718
15246 * gdb.base/condbreak-call-false.c: New file.
15247 * gdb.base/condbreak-call-false.exp: New file.
15248
15249 2014-03-20 Pedro Alves <palves@redhat.com>
15250
15251 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15252 Delete.
15253 (block_signals, unblock_signals): Delete.
15254 (child_function_2, main): Remove references to deleted variable
15255 and functions.
15256
15257 2014-03-20 Pedro Alves <palves@redhat.com>
15258
15259 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15260 Use pthread_kill to signal thread 2.
15261 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15262 Adjust to make the test send itself a signal rather than using the
15263 host's "kill" command.
15264
15265 2014-03-20 Pedro Alves <palves@redhat.com>
15266
15267 * gdb.threads/multiple-step-overs.c: New file.
15268 * gdb.threads/multiple-step-overs.exp: New file.
15269 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15270 Adjust expected infrun debug output.
15271
15272 2014-03-20 Pedro Alves <palves@redhat.com>
15273
15274 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15275 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15276
15277 2014-03-20 Pedro Alves <palves@redhat.com>
15278
15279 PR breakpoints/7143
15280 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15281 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15282 of gdb_test_multiple.
15283 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15284 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15285
15286 2014-03-20 Pedro Alves <palves@redhat.com>
15287
15288 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15289 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15290
15291 2014-03-19 Pedro Alves <palves@redhat.com>
15292
15293 * gdb.base/async.exp: Remove early return.
15294
15295 2014-03-19 Pedro Alves <palves@redhat.com>
15296
15297 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15298
15299 2014-03-19 Pedro Alves <palves@redhat.com>
15300
15301 * gdb.base/async.exp (test_background): Expect \r\n after
15302 "completed." in the fail pattern.
15303
15304 2014-03-19 Pedro Alves <palves@redhat.com>
15305
15306 * gdb.base/async.exp (test_background): New procedure.
15307 Use it for all background execution command tests.
15308
15309 2014-03-19 Pedro Alves <palves@redhat.com>
15310
15311 * gdb.base/async.exp: Use prepare_for_testing.
15312
15313 2014-03-19 Pedro Alves <palves@redhat.com>
15314
15315 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15316 the same line.
15317
15318 2014-03-19 Pedro Alves <palves@redhat.com>
15319
15320 * gdb.base/async.c (main): Add "jump here" and "until here" line
15321 marker comments.
15322 * gdb.base/async.exp (jump_here): New global.
15323 (jump& test): Use it.
15324 (until_here): New global.
15325 (until& test): Use it.
15326
15327 2014-03-19 Pedro Alves <palves@redhat.com>
15328
15329 * gdb.base/async.exp: Don't frob gdb_protocol.
15330
15331 2014-03-18 Doug Evans <xdje42@gmail.com>
15332
15333 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15334 Fix spelling of exec-done-display.
15335
15336 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15337
15338 PR gdb/15358
15339 * gdb.base/gdb-sigterm.c: New file.
15340 * gdb.base/gdb-sigterm.exp: New file.
15341
15342 2014-03-18 Pedro Alves <palves@redhat.com>
15343
15344 PR gdb/13860
15345 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15346 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15347 solib-event.
15348
15349 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15350
15351 * gdb.ada/pckd_arr_ren: New testcase.
15352
15353 2014-03-13 Doug Evans <xdje42@gmail.com>
15354
15355 PR guile/16612
15356 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15357 collect after discarding symbols.
15358
15359 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15360 Doug Evans <xdje42@gmail.com>
15361
15362 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15363 to history survives a gc.
15364
15365 2014-03-13 Pedro Alves <palves@redhat.com>
15366
15367 * gdb.base/default.exp: Don't test "target procfs".
15368
15369 2014-03-13 Pedro Alves <palves@redhat.com>
15370
15371 * gdb.base/default.exp: Update "target child" and "target procfs"
15372 tests to not expect "Unix".
15373
15374 2014-03-12 Tom Tromey <tromey@redhat.com>
15375
15376 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15377 New procs. Add target-async tests.
15378 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15379 Add target-async tests.
15380
15381 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15382
15383 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15384 'func_start' and 'func_end' for the beginning and end of the
15385 function code, respectively.
15386 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15387 'func_end' instead of 'func' and 'main'.
15388
15389 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15390
15391 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15392 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15393 generate the debug info assembler source.
15394
15395 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15396
15397 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15398 * gdb.dwarf2/arr-subrange.exp: Likewise.
15399 * gdb.dwarf2/dwz.exp: Likewise.
15400 * gdb.dwarf2/method-ptr.exp: Likewise.
15401 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15402 * gdb.dwarf2/subrange.exp: Likewise.
15403 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15404 * gdb.dwarf2/implptrpiece.exp: Likewise.
15405 * gdb.dwarf2/nostaticblock.exp: Likewise.
15406
15407 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15408
15409 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15410 directory to absolute path name arguments.
15411
15412 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15413
15414 * gdb.ada/tagged_access: New testcase.
15415
15416 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15417
15418 * gdb.btrace/data.exp: Update expected output.
15419
15420 2014-03-06 Yao Qi <yao@codesourcery.com>
15421
15422 * gdb.trace/pr16508.exp: New file.
15423
15424 2014-03-05 Pedro Alves <palves@redhat.com>
15425
15426 PR gdb/16575
15427 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15428 procedure.
15429 (top level): Adjust to use it. Add tests that exercise breakpoint
15430 interaction with the code-cache.
15431
15432 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15433
15434 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15435 test for 'history-append!'.
15436
15437 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15438
15439 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15440 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15441 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15442 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15443 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15444 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15445
15446 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15447
15448 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15449 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15450 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15451
15452 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15453
15454 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15455
15456 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15457
15458 * gdb.dwarf2/arr-stride.c: New file.
15459 * gdb.dwarf2/arr-stride.exp: New file.
15460
15461 2014-02-26 Pedro Alves <palves@redhat.com>
15462
15463 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15464 that won't ever trigger. Make sure that GDB reports the correct
15465 breakpoint that caused the stop.
15466
15467 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15468
15469 PR gdb/16626
15470 * gdb.base/auto-load-script: New file.
15471 * gdb.base/auto-load.c: New file.
15472 * gdb.base/auto-load.exp: New file.
15473
15474 PR gdb/16626
15475 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15476
15477 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15478
15479 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15480 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15481
15482 2014-02-24 Doug Evans <dje@google.com>
15483
15484 * lib/gdb.exp (run_on_host): Log error output if program fails.
15485
15486 2014-02-21 Pedro Alves <palves@redhat.com>
15487
15488 * gdb.threads/step-after-sr-lock.c: Rename to ...
15489 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15490 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15491 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15492 ... this.
15493
15494 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15495
15496 PR tdep/16397
15497 * gdb.arch/amd64-stap-special-operands.exp: New file.
15498 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15499 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15500 * gdb.arch/amd64-stap-triplet.S: Likewise.
15501 * gdb.arch/amd64-stap-triplet.c: Likewise.
15502
15503 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15504
15505 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15506 in .section pseudo-op.
15507
15508 2014-02-20 lin zuojian <manjian2006@gmail.com>
15509 Joel Brobecker <brobecker@adacore.com>
15510 Doug Evans <xdje42@gmail.com>
15511
15512 PR symtab/16581
15513 * gdb.dwarf2/dw2-icycle.S: New file.
15514 * gdb.dwarf2/dw2-icycle.c: New file.
15515 * gdb.dwarf2/dw2-icycle.exp: New file.
15516
15517 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15518
15519 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15520 operations on gdb.Value objects.
15521 * gdb.python/py-value-cc.exp: Add new test to test operations on
15522 gdb.Value objects.
15523
15524 2014-02-18 Doug Evans <dje@google.com>
15525
15526 * Makefile.in (TESTS): New variable.
15527 (expanded_tests, expanded_tests_or_none): New variables
15528 (check-single): Pass $(expanded_tests_or_none) to runtest.
15529 (check-parallel): Only run tests in $(TESTS) if non-empty.
15530 (check/no-matching-tests-found): New rule.
15531 * README: Document TESTS makefile variable.
15532
15533 2014-02-18 Doug Evans <dje@google.com>
15534
15535 * Makefile.in (check-parallel): rm -rf outputs temp.
15536
15537 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15538
15539 Fix "ERROR: no fileid for" in the testsuite.
15540 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15541
15542 2014-02-12 Doug Evans <dje@google.com>
15543
15544 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15545 (MISCELLANEOUS): New variable.
15546 (clean): rm -rf $(MISCELLANEOUS).
15547 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15548 dwp live in the same directory as symlinks, with each symlink pointed
15549 to a differently named file in a different directory.
15550
15551 2014-02-11 Doug Evans <dje@google.com>
15552
15553 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15554 of Tcl file commands.
15555
15556 2014-02-10 Mark Kettenis <kettenis@gnu.org>
15557
15558 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15559 "kill -SIGUSR1 -1".
15560
15561 2014-02-10 Joel Brobecker <brobecker@adacore.com>
15562
15563 * gdb.ada/tick_length_array_enum_idx: New testcase.
15564
15565 2014-02-10 Doug Evans <xdje42@gmail.com>
15566
15567 * configure.ac (AC_OUTPUT): Add gdb.guile.
15568 * configure: Regenerate.
15569 * lib/gdb-guile.exp: New file.
15570 * lib/gdb.exp (get_target_charset): New function.
15571 * gdb.base/help.exp: Update expected output from "apropos apropos".
15572 * gdb.guile/Makefile.in: New file.
15573 * gdb.guile/guile.exp: New file.
15574 * gdb.guile/scm-arch.c: New file.
15575 * gdb.guile/scm-arch.exp: New file.
15576 * gdb.guile/scm-block.c: New file.
15577 * gdb.guile/scm-block.exp: New file.
15578 * gdb.guile/scm-breakpoint.c: New file.
15579 * gdb.guile/scm-breakpoint.exp: New file.
15580 * gdb.guile/scm-disasm.c: New file.
15581 * gdb.guile/scm-disasm.exp: New file.
15582 * gdb.guile/scm-equal.c: New file.
15583 * gdb.guile/scm-equal.exp: New file.
15584 * gdb.guile/scm-error.exp: New file.
15585 * gdb.guile/scm-error.scm: New file.
15586 * gdb.guile/scm-frame-args.c: New file.
15587 * gdb.guile/scm-frame-args.exp: New file.
15588 * gdb.guile/scm-frame-args.scm: New file.
15589 * gdb.guile/scm-frame-inline.c: New file.
15590 * gdb.guile/scm-frame-inline.exp: New file.
15591 * gdb.guile/scm-frame.c: New file.
15592 * gdb.guile/scm-frame.exp: New file.
15593 * gdb.guile/scm-generics.exp: New file.
15594 * gdb.guile/scm-gsmob.exp: New file.
15595 * gdb.guile/scm-iterator.c: New file.
15596 * gdb.guile/scm-iterator.exp: New file.
15597 * gdb.guile/scm-math.c: New file.
15598 * gdb.guile/scm-math.exp: New file.
15599 * gdb.guile/scm-objfile-script-gdb.in: New file.
15600 * gdb.guile/scm-objfile-script.c: New file.
15601 * gdb.guile/scm-objfile-script.exp: New file.
15602 * gdb.guile/scm-objfile.c: New file.
15603 * gdb.guile/scm-objfile.exp: New file.
15604 * gdb.guile/scm-ports.exp: New file.
15605 * gdb.guile/scm-pretty-print.c: New file.
15606 * gdb.guile/scm-pretty-print.exp: New file.
15607 * gdb.guile/scm-pretty-print.scm: New file.
15608 * gdb.guile/scm-section-script.c: New file.
15609 * gdb.guile/scm-section-script.exp: New file.
15610 * gdb.guile/scm-section-script.scm: New file.
15611 * gdb.guile/scm-symbol.c: New file.
15612 * gdb.guile/scm-symbol.exp: New file.
15613 * gdb.guile/scm-symtab-2.c: New file.
15614 * gdb.guile/scm-symtab.c: New file.
15615 * gdb.guile/scm-symtab.exp: New file.
15616 * gdb.guile/scm-type.c: New file.
15617 * gdb.guile/scm-type.exp: New file.
15618 * gdb.guile/scm-value-cc.cc: New file.
15619 * gdb.guile/scm-value-cc.exp: New file.
15620 * gdb.guile/scm-value.c: New file.
15621 * gdb.guile/scm-value.exp: New file.
15622 * gdb.guile/source2.scm: New file.
15623 * gdb.guile/types-module.cc: New file.
15624 * gdb.guile/types-module.exp: New file.
15625
15626 2014-02-10 Yao Qi <yao@codesourcery.com>
15627
15628 PR testsuite/16543
15629 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15630 * configure: Regenerated.
15631 * Makefile.in: New file.
15632
15633 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15634
15635 * gdb.python/py-framefilter.exp: Fix typo.
15636
15637 2014-02-08 Yao Qi <yao@codesourcery.com>
15638
15639 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15640 that no =breakpoint-modified is emitted when breakpoints are
15641 modified through MI commands.
15642
15643 2014-02-07 Pedro Alves <pedro@codesourcery.com>
15644 Pedro Alves <palves@redhat.com>
15645
15646 * gdb.threads/step-after-sr-lock.c: New file.
15647 * gdb.threads/step-after-sr-lock.exp: New file.
15648
15649 2014-02-07 Pedro Alves <palves@redhat.com>
15650
15651 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15652
15653 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15654
15655 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15656 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15657
15658 2014-02-06 Doug Evans <xdje42@gmail.com>
15659
15660 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15661 output.
15662
15663 * gdb.gdb/python-interrupts.exp: New file.
15664
15665 2014-02-05 Yao Qi <yao@codesourcery.com>
15666
15667 * gdb.trace/report.exp (use_collected_data): Test the output
15668 of "info threads" and "info inferiors".
15669
15670 2014-02-05 Yao Qi <yao@codesourcery.com>
15671
15672 Revert this patch:
15673
15674 2013-05-24 Yao Qi <yao@codesourcery.com>
15675
15676 * gdb.trace/tfile.exp: Test inferior and thread.
15677
15678 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15679
15680 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15681 on a function.
15682 * gdb.base/step-bt.c: Call hello via function pointer to make
15683 sure its first instruction is executed on powerpc64le-linux.
15684
15685 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15686
15687 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15688
15689 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15690
15691 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15692 of the test patterns for use on little-endian systems.
15693
15694 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15695
15696 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15697 (decimal_vector): Fix for little-endian.
15698
15699 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15700
15701 * gdb.arch/sparc-sysstep.exp: New file.
15702 * gdb.arch/sparc-sysstep.c: Likewise.
15703
15704 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15705
15706 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15707
15708 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15709
15710 2014-01-23 Tom Tromey <tromey@redhat.com>
15711
15712 * gdb.ada/array_char_idx: New testcase.
15713
15714 2014-01-23 Tom Tromey <tromey@redhat.com>
15715
15716 PR python/16487:
15717 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15718 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15719 classes.
15720
15721 2014-01-23 Tom Tromey <tromey@redhat.com>
15722
15723 PR python/16491:
15724 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15725 string from an inferior frame.
15726 * gdb.python/py-framefilter-mi.exp: Update.
15727
15728 2014-01-22 Doug Evans <dje@google.com>
15729
15730 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15731
15732 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15733
15734 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15735
15736 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15737
15738 * gdb.trace/entry-values.exp: Remove excess space character from
15739 regex patterns. Handle s390 call instruction.
15740
15741 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15742
15743 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15744 define "*_start" label. Make "name" static.
15745 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15746 ${name} by references to ${name}_start.
15747
15748 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15749
15750 * gdb.base/info-macros.exp: Remove "debug" from the compile
15751 options.
15752
15753 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15754
15755 * gdb.dlang/demangle.exp: New file.
15756
15757 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15758
15759 * gdb.dlang/primitive-types.exp: New file.
15760
15761 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15762
15763 * configure.ac: Create gdb.dlang/Makefile.
15764 * configure: Regenerate.
15765 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15766 * gdb.dlang/Makefile.in: New file.
15767 * lib/d-support.exp: New file.
15768 * lib/gdb.exp (skip_d_tests): New proc.
15769
15770 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15771
15772 * gdb.btrace/delta.exp: Check reverse stepi.
15773 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15774 * gdb.btrace/finish.exp: New.
15775 * gdb.btrace/next.exp: New.
15776 * gdb.btrace/nexti.exp: New.
15777 * gdb.btrace/record_goto.c: Add comments.
15778 * gdb.btrace/step.exp: New.
15779 * gdb.btrace/stepi.exp: New.
15780 * gdb.btrace/multi-thread-step.c: New.
15781 * gdb.btrace/multi-thread-step.exp: New.
15782 * gdb.btrace/rn-dl-bind.c: New.
15783 * gdb.btrace/rn-dl-bind.exp: New.
15784 * gdb.btrace/data.c: New.
15785 * gdb.btrace/data.exp: New.
15786 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15787
15788 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15789
15790 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15791 * gdb.btrace/exception.exp: Update.
15792 * gdb.btrace/instruction_history.exp: Update.
15793 * gdb.btrace/record_goto.exp: Update.
15794 * gdb.btrace/tailcall.exp: Update.
15795 * gdb.btrace/unknown_functions.exp: Update.
15796 * gdb.btrace/delta.exp: New.
15797
15798 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15799
15800 * gdb.btrace/record_goto.exp: Add backtrace test.
15801 * gdb.btrace/tailcall.exp: Add backtrace test.
15802
15803 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15804
15805 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15806 * gdb.btrace/record_goto.c: New.
15807 * gdb.btrace/record_goto.exp: New.
15808 * gdb.btrace/x86-record_goto.S: New.
15809
15810 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15811
15812 * gdb.btrace/function_call_history.exp: Update tests.
15813 * gdb.btrace/instruction_history.exp: Update tests.
15814
15815 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15816
15817 * gdb.btrace/function_call_history.exp: Fix expected field
15818 order for "record function-call-history".
15819 Add new tests for "record function-call-history /c".
15820 * gdb.btrace/exception.cc: New.
15821 * gdb.btrace/exception.exp: New.
15822 * gdb.btrace/tailcall.exp: New.
15823 * gdb.btrace/x86-tailcall.S: New.
15824 * gdb.btrace/x86-tailcall.c: New.
15825 * gdb.btrace/unknown_functions.c: New.
15826 * gdb.btrace/unknown_functions.exp: New.
15827 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15828
15829 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15830
15831 * gdb.btrace/instruction_history.exp: Update.
15832 * gdb.btrace/function_call_history.exp: Update.
15833
15834 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15835
15836 * gdb.btrace/function_call_history.exp: Fix expected function
15837 trace.
15838 * gdb.btrace/instruction_history.exp: Initialize traced.
15839 Remove traced_functions.
15840
15841 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15842
15843 * gdb.btrace/function_call_history.exp: Update
15844 * gdb.btrace/instruction_history.exp: Update.
15845
15846 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15847
15848 * gdb.btrace/enable.exp: Update expected text.
15849
15850 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15851
15852 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15853 bytes.
15854
15855 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15856
15857 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15858
15859 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15860
15861 * lib/gdb.exp (supports_process_record): Return true for
15862 arm*-linux*. (supports_reverse): Likewise.
15863
15864 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15865
15866 PR python/15464
15867 PR python/16113
15868 * gdb.python/py-type.c: Enhance test case.
15869 * gdb.python/py-value-cc.cc: Likewise
15870 * gdb.python/py-type.exp: Add new tests.
15871 * gdb.python/py-value-cc.exp: Likewise
15872
15873 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15874 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15877 Make "name" extern.
15878 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15879 references to ${name}_start by references to ${name}.
15880
15881 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15882
15883 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15884
15885 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15886
15887 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15888
15889 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15890 Pedro Alves <palves@redhat.com>
15891
15892 * gdb.mi/mi-info-os.exp: Connect to the target with
15893 mi_gdb_target_load.
15894
15895 2014-01-08 Pedro Alves <palves@redhat.com>
15896
15897 * gdb.threads/reconnect-signal.c: New file.
15898 * gdb.threads/reconnect-signal.exp: New file.
15899
15900 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15901
15902 * gdb.base/source-dir.exp: New file.
15903
15904 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15905
15906 * gdb.ada/mi_interface: New testcase.
15907
15908 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15909
15910 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15911 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15912 gdb.ada/pp-rec-component/pck.ads: New files.
15913
15914 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15915
15916 * gdb.python/py-pp-integral.c: New file.
15917 * gdb.python/py-pp-integral.py: New file.
15918 * gdb.python/py-pp-integral.exp: New file.
15919
15920 For older changes see ChangeLog-1993-2013.
15921 \f
15922 ;; Local Variables:
15923 ;; mode: change-log
15924 ;; left-margin: 8
15925 ;; fill-column: 74
15926 ;; version-control: never
15927 ;; End:
15928
15929 Copyright 2014-2019 Free Software Foundation, Inc.
15930 Copying and distribution of this file, with or without modification,
15931 are permitted provided the copyright notice and this notice are preserved.
This page took 0.369762 seconds and 4 git commands to generate.