gdb/fortran: Add sizeof tests for indexed and sliced arrays
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2
3 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4 indexed and sliced arrays, and pointers to arrays.
5
6 2019-05-14 Tom Tromey <tromey@adacore.com>
7
8 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
9 styling test.
10
11 2019-05-14 Tom de Vries <tdevries@suse.de>
12
13 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
14 selection entry encoding.
15
16 2019-05-10 Tom Tromey <tromey@adacore.com>
17
18 * gdb.ada/info_exc.exp: Add "complete" test.
19
20 2019-05-09 Tom de Vries <tdevries@suse.de>
21
22 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
23 CU-relative.
24
25 2019-05-09 Tom de Vries <tdevries@suse.de>
26
27 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
28 CU-relative.
29
30 2019-05-08 Joel Brobecker <brobecker@adacore.com>
31
32 * gdb.ada/frame_arg_lang.exp: New testcase.
33 * gdb.ada/frame_arg_lang/bla.adb: New file.
34 * gdb.ada/frame_arg_lang/pck.ads: New file.
35 * gdb.ada/frame_arg_lang/pck.adb: New file.
36 * gdb.ada/frame_arg_lang/foo.c: New file.
37
38 2019-05-08 Tom Tromey <tromey@adacore.com>
39
40 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
41
42 2019-05-08 Tom Tromey <tromey@adacore.com>
43
44 * gdb.base/ptype-offsets.exp: Update tests.
45
46 2019-05-08 Tom Tromey <tromey@adacore.com>
47
48 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
49 cases.
50 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
51 "short".
52
53 2019-05-08 Tom Tromey <tromey@adacore.com>
54
55 * gdb.ada/vla.exp: New file.
56 * gdb.ada/vla/vla.adb: New file.
57
58 2019-05-07 Tom de Vries <tdevries@suse.de>
59
60 * gdb.base/index-cache.exp (ls_host): Fix return statement.
61
62 2019-05-07 Tom de Vries <tdevries@suse.de>
63
64 PR testsuite/24522
65 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
66 section.
67
68 2019-05-07 Tom de Vries <tdevries@suse.de>
69
70 PR testsuite/24522
71 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
72 .debug_aranges section.
73
74 2019-05-07 Tom de Vries <tdevries@suse.de>
75
76 PR testsuite/24159
77 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
78
79 2019-05-06 Tom de Vries <tdevries@suse.de>
80
81 * lib/gdb.exp (exec_has_index_section): New proc.
82 * gdb.base/index-cache.exp: Handle case that binfile contains an index
83 section.
84
85 2019-05-04 Tom de Vries <tdevries@suse.de>
86
87 * boards/cc-with-debug-names.exp: New file.
88
89 2019-05-03 Tom Tromey <tromey@adacore.com>
90
91 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
92 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
93 * gdb.ada/char_enum.exp: Add test.
94
95 2019-05-03 Tom de Vries <tdevries@suse.de>
96
97 * boards/cc-with-gdb-index.exp: New file.
98
99 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.rust/simple.exp: Add new test case.
102 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
103 (main): Initialise an instance of the new struct.
104
105 2019-05-01 Tom Tromey <tromey@adacore.com>
106
107 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
108 record.
109 (NPR): New variable.
110 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
111 test.
112
113 2019-05-01 Tom Tromey <tromey@adacore.com>
114
115 * gdb.ada/packed_array_assign.exp: Add packed assignment
116 regression test.
117
118 2019-05-01 Tom de Vries <tdevries@suse.de>
119
120 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
121
122 2019-05-01 Tom de Vries <tdevries@suse.de>
123
124 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
125
126 2019-04-30 Ali Tamur <tamur@google.com>
127
128 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
129
130 2019-04-30 Tom Tromey <tromey@adacore.com>
131
132 * lib/ada.exp (find_ada_tool): New proc.
133 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
134 * gdb.ada/catch_ex_std.exp: New file.
135 * gdb.ada/catch_ex_std/foo.adb: New file.
136 * gdb.ada/catch_ex_std/some_package.adb: New file.
137 * gdb.ada/catch_ex_std/some_package.ads: New file.
138
139 2019-04-30 Tom Tromey <tromey@adacore.com>
140
141 PR c++/24470:
142 * gdb.cp/temargs.cc: Add test code from PR.
143
144 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.fortran/vla-datatypes.exp: Update expected results.
147 * gdb.fortran/vla-ptype.exp: Likewise.
148 * gdb.fortran/vla-type.exp: Likewise.
149 * gdb.fortran/vla-value.exp: Likewise.
150
151 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.fortran/ptr-indentation.exp: Update expected results.
154 * gdb.fortran/ptype-on-functions.exp: Likewise.
155 * gdb.fortran/vla-ptr-info.exp: Likewise.
156 * gdb.fortran/vla-value.exp: Likewise.
157
158 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.fortran/ptype-on-functions.exp: New file.
161 * gdb.fortran/ptype-on-functions.f90: New file.
162
163 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
164
165 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
166 case void string.
167
168 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
169
170 * gdb.fortran/complex.exp: Expand.
171 * gdb.fortran/complex.f: Renamed to...
172 * gdb.fortran/complex.f90: ...this, and extended to add more
173 complex values.
174
175 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
178 MODULO, CMPLX.
179
180 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
181 Richard Bunt <richard.bunt@arm.com>
182
183 * gdb.base/max-depth.c: New file.
184 * gdb.base/max-depth.exp: New file.
185 * gdb.python/py-nested-maps.c: New file.
186 * gdb.python/py-nested-maps.exp: New file.
187 * gdb.python/py-nested-maps.py: New file.
188 * gdb.python/py-format-string.exp (test_max_depth): New proc.
189 (test_all_common): Call test_max_depth.
190 * gdb.fortran/max-depth.exp: New file.
191 * gdb.fortran/max-depth.f90: New file.
192 * gdb.go/max-depth.exp: New file.
193 * gdb.go/max-depth.go: New file.
194 * gdb.modula2/max-depth.exp: New file.
195 * gdb.modula2/max-depth.c: New file.
196 * lib/gdb.exp (get_print_expr_at_depths): New proc.
197
198 2019-04-29 Tom de Vries <tdevries@suse.de>
199
200 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
201
202 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
203
204 * gdb.base/callexit.exp: Test may-call-functions off.
205
206 2019-04-25 Keith Seitz <keiths@redhat.com>
207
208 PR c++/24367
209 * gdb.cp/meth-typedefs.cc (incomplete_struct)
210 (another_incomplete_struct, test_incomplete): New definitions.
211 (main): Use new definitions.
212 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
213 functions.
214
215 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
216
217 PR corefiles/11608
218 PR corefiles/18187
219 * gdb.base/coredump-filter-build-id.exp: New file.
220
221 2019-04-25 Alan Hayward <alan.hayward@arm.com>
222
223 * Makefile.in: Pass through GDBSERVER_DEBUG.
224 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
225 (gdbserver,debug): Add board setting.
226 * gdb.trace/tspeed.exp: Skip when debugging.
227 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
228 * lib/gdbserver-support.exp: Likewise
229
230 2019-04-24 Tom Tromey <tromey@adacore.com>
231
232 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
233 Rust.
234
235 2019-04-24 Tom Tromey <tromey@adacore.com>
236
237 * gdb.arch/amd64-eval.exp: Test bitfield return.
238 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
239 (class Foo) <return_bitfields>: New method.
240 (main): Call it.
241
242 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.cp/many-args.cc: New file.
245 * gdb.cp/many-args.exp: New file.
246
247 2019-04-23 Tom de Vries <tdevries@suse.de>
248
249 PR gdb/24433
250 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
251
252 2019-04-23 Alan Hayward <alan.hayward@arm.com>
253
254 * gdb.trace/backtrace.exp: Use nopie flag.
255 * gdb.trace/circ.exp: Likewise.
256 * gdb.trace/collection.exp: Likewise.
257 * gdb.trace/ftrace.exp: Likewise.
258 * gdb.trace/mi-trace-unavailable.exp: Likewise.
259 * gdb.trace/mi-traceframe-changed.exp: Likewise.
260 * gdb.trace/qtro.exp: Likewise.
261 * gdb.trace/read-memory.exp: Likewise.
262 * gdb.trace/report.exp: Likewise.
263 * gdb.trace/tfile.exp: Likewise.
264 * gdb.trace/tfind.exp: Likewise.
265 * gdb.trace/unavailable.exp: Likewise.
266
267 2019-04-22 Pedro Alves <palves@redhat.com>
268
269 * gdb.base/solib-probes-nosharedlibrary.c,
270 gdb.base/solib-probes-nosharedlibrary.exp: New files.
271
272 2019-04-19 Tom Tromey <tromey@adacore.com>
273
274 * gdb.ada/ptype_union.c: New file.
275 * gdb.ada/ptype_union.exp: New file.
276
277 2019-04-19 Tom Tromey <tromey@adacore.com>
278
279 PR symtab/24423:
280 * gdb.base/list0.h (foo): Add a control-l character.
281
282 2019-04-18 Tom de Vries <tdevries@suse.de>
283
284 PR gdb/24433
285 * boards/local-board.exp: Set sysroot to "".
286
287 2019-04-18 Tom de Vries <tdevries@suse.de>
288 Pedro Alves <palves@redhat.com>
289
290 PR gdb/24454
291 * gdb.threads/vfork-follow-child-exec.c: New file.
292 * gdb.threads/vfork-follow-child-exec.exp: New file.
293 * gdb.threads/vfork-follow-child-exit.c: New file.
294 * gdb.threads/vfork-follow-child-exit.exp: New file.
295
296 2019-04-15 Leszek Swirski <leszeks@google.com>
297
298 * gdb.arch/amd64-eval.cc: New file.
299 * gdb.arch/amd64-eval.exp: New file.
300
301 2019-04-11 Alan Hayward <alan.hayward@arm.com>
302
303 * gdb.server/sysroot.c: New test.
304 * gdb.server/sysroot.exp: New file.
305 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
306 matching param.
307
308 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
309
310 * gdb.base/align.exp: Extend test to cover structures containing
311 only static fields.
312
313 2019-04-11 Tom de Vries <tdevries@suse.de>
314
315 * boards/cc-with-dwz-m.exp: New file.
316 * boards/cc-with-dwz.exp: New file.
317 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
318
319 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
320
321 * gdb.base/start-cpp.exp: New file.
322 * gdb.base/start-cpp.cc: New file.
323
324 2019-04-08 Kevin Buettner <kevinb@redhat.com>
325
326 * gdb.python/py-thrhandle.exp: Adjust tests to call
327 thread_from_handle instead of thread_from_thread_handle.
328
329 2019-04-08 Kevin Buettner <kevinb@redhat.com>
330
331 * gdb.python/py-thrhandle.exp: Add tests for
332 gdb.InferiorThread.handle.
333
334 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.python/py-function.exp: Check calling helper function from
337 all languages.
338 * lib/gdb.exp (gdb_supported_languages): New proc.
339
340 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * gdb.base/complex-parts.c: New file.
343 * gdb.base/complex-parts.exp: New file.
344
345 2019-04-01 Tom Tromey <tromey@adacore.com>
346
347 PR symtab/23331:
348 * gdb.dwarf2/dw2-ranges-main.c: New file.
349 * gdb.dwarf2/dw2-ranges-psym.c: New file.
350 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
351
352 2019-03-30 Simon Marchi <simark@simark.ca>
353
354 * gdb.base/default.exp: Add values for $_gdb_major and
355 $_gdb_minor.
356
357 2019-03-29 Tom Tromey <tromey@adacore.com>
358
359 * gdb.base/help.exp: Tighten apropos regexp.
360
361 2019-03-29 Keith Seitz <keiths@redhat.com>
362
363 * gdb.fortran/array-bounds.exp: New file.
364 * gdb.fortran/array-bounds.f90: New file.
365
366 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
367
368 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
369
370 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
371
372 * gdb.multi/hello.c (main): Increase alarm timer.
373
374 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
375
376 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
377 factor when no hardware watchpoint support.
378
379 2019-03-28 Alan Hayward <alan.hayward@arm.com>
380 Pedro Alves <palves@redhat.com>
381
382 * boards/local-board.exp: set sysroot to /.
383
384 2019-03-27 Alan Hayward <alan.hayward@arm.com>
385
386 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
387 in child.
388
389 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
392 field.
393 (make_container): Initialise new field.
394 * gdb.python/py-prettyprint.exp: Add new tests.
395 * gdb.python/py-prettyprint.py (class ContainerPrinter)
396 <display_hint>: New method.
397
398 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
401 gdb_continue_to_breakpoint more throughout this test.
402 (run_lang_tests) Supply unique test names, and use
403 gdb_test_no_output.
404
405 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
406
407 * gdb.base/finish-pretty.exp: Update expected results.
408 * gdb.base/pretty-print.c: New file.
409 * gdb.base/pretty-print.exp: New file.
410
411 2019-03-25 Pedro Alves <palves@redhat.com>
412
413 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
414 move comments outside list. Append '-i "" eof' section.
415
416 2019-03-22 Alan Hayward <alan.hayward@arm.com>
417
418 * README: Add pie options.
419 * gdb.base/break-interp.exp: Ensure pie is disabled.
420 * gdb.base/dump.exp: Likewise.
421 * lib/gdb.exp (gdb_compile): Add pie option.
422
423 2019-03-19 Tom Tromey <tromey@adacore.com>
424
425 * gdb.mi/mi2-cli-display.c: New file.
426 * gdb.mi/mi2-cli-display.exp: New file.
427
428 2019-03-18 Joel Brobecker <brobecker@adacore.com>
429 Tom Tromey <tromey@adacore.com>
430
431 * gdb.ada/ptype_array/pck.adb: New file.
432 * gdb.ada/ptype_array/pck.ads: New file.
433 * gdb.ada/ptype_array/foo.adb: New file.
434 * gdb.ada/ptype_array.exp: New file.
435
436 2019-03-14 Tom Tromey <tromey@adacore.com>
437
438 * gdb.base/style.exp: Add "set style sources" test.
439
440 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
441
442 * mi-breakpoint-location-ena-dis.exp: Rename to ...
443 * mi-breakpoint-multiple-locations.exp: ... this.
444 (make_breakpoints_pattern): New proc.
445 (do_test): Add mi_version parameter, test -break-insert,
446 -break-info and =breakpoint-created.
447
448 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * config/default.exp: Remove 'load_lib gdb.exp'.
451 * config/monitor.exp: Likewise.
452 * config/sid.exp: Likewise.
453 * config/sim.exp: Likewise.
454 * config/slite.exp: Likewise.
455 * config/unix.exp: Likewise.
456 * gdb.base/default.exp: Remove unhelpful comment.
457
458 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
461
462 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
465
466 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.fortran/type-kinds.exp: Update expected results.
469
470 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.fortran/type-kinds.exp: Test new integer type kind.
473
474 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
477 function.
478 (test_basic_parsing_of_type_kinds): Expand types tested.
479 (test_parsing_invalid_type_kinds): New function.
480
481 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * gdb.fortran/intrinsics.exp: New file.
484 * gdb.fortran/intrinsics.f90: New file.
485 * gdb.fortran/type-kinds.exp: New file.
486
487 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.fortran/dot-ops.exp: New file.
490
491 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
494 Check upper and lower case logical literals.
495
496 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * gdb.fortran/types.exp (test_float_literal_types_accepted):
499 Remove duplicate tests.
500
501 2019-03-06 Alan Hayward <alan.hayward@arm.com>
502
503 * lib/gdb.exp (builtin_cd): rename of cd.
504 (cd): Override builtin.
505
506 2019-03-06 Richard Bunt <richard.bunt@arm.com>
507
508 * gdb.fortran/function-calls.exp: New file.
509 * gdb.fortran/function-calls.f90: New test.
510
511 2019-03-04 Richard Bunt <richard.bunt@arm.com>
512
513 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
514 on user program standard output.
515 * gdb.fortran/short-circuit-argument-list.f90: Record function
516 calls.
517
518 2019-02-28 Alan Hayward <alan.hayward@arm.com>
519
520 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
521 failure.
522
523 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
524
525 PR gdb/8527
526 * gdb.base/interrupt-daemon-attach.c,
527 gdb.base/interrupt-daemon-attach.exp: New test.
528
529 2019-02-27 Pedro Alves <palves@redhat.com>
530
531 * gdb.base/page.exp: Add tests for "set width/height -1".
532
533 2019-02-27 Pedro Alves <palves@redhat.com>
534
535 * gdb.base/page.exp: Add tests for "set/show width/height" with
536 "infinite" values.
537
538 2019-02-27 Tom Tromey <tromey@adacore.com>
539
540 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
541 2.4.
542 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
543 workaround.
544
545 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
546
547 * gdb.base/align.exp: Extend to compile in both C and C++, and add
548 tests for structs with static members.
549
550 2019-02-26 Tom Tromey <tromey@adacore.com>
551
552 * gdb.python/py-value.exp (test_value_from_buffer): Check for
553 ValueError, not TypeError.
554
555 2019-02-26 Kevin Buettner <kevinb@redhat.com>
556
557 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
558 call from main program.
559
560 2019-02-23 Joel Brobecker <brobecker@adacore.com>
561
562 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
563 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
564 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
565 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
566 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
567
568 2019-02-22 Keith Seitz <keiths@redhat.com>
569
570 PR symtab/23853
571 * gdb.base/symlink-sourcefile.c: New file.
572 * gdb.base/symlink-sourcefile.exp: New file.
573
574 2019-02-20 Tom Tromey <tom@tromey.com>
575
576 * gdb.base/info_qt.exp: Update.
577
578 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
579
580 * gdb.base/source.exp: Move "error in sourced script" code to
581 the end.
582 * gdb.base/source-error.gdb: Move contents to
583 source-error-1.gdb. Add new code to source source-error-1.gdb.
584 * gdb.base/source-error-1.gdb: New file, from previous
585 source-error.gdb.
586
587 2019-02-17 Tom Tromey <tom@tromey.com>
588
589 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
590 for macro styling.
591 * gdb.base/style.c (SOME_MACRO): New macro.
592
593 2019-02-17 Tom Tromey <tom@tromey.com>
594
595 * gdb.base/style.exp: Add line-wrapping tests.
596 * gdb.base/page.exp: Add test for quitting during pagination.
597
598 2019-02-17 Joel Brobecker <brobecker@adacore.com>
599
600 * gdb.ada/big_packed_array: New testcase.
601 * gdb.ada/homonym.exp: Fix incorrect expected output for
602 "break <homonym__get_value>" test.
603
604 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
605
606 PR breakpoints/21870
607 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
608 and prepare_for_testing. Add comment.
609 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
610 redundant cleanup call. Clean up comment.
611
612 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
613
614 PR breakpoints/21870
615 * gdb.arch/aarch64-dbreg-contents.exp: New file.
616 * gdb.arch/aarch64-dbreg-contents.c: New file.
617
618 2019-02-10 Joel Brobecker <brobecker@adacore.com>
619
620 * gdb.ada/mi_ref_changeable: New testcase.
621
622 2019-02-07 Alan Hayward <alan.hayward@arm.com>
623
624 * gdb.base/attach.exp: Add double attach test.
625
626 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
627
628 * lib/gdb.exp (default_gdb_start): Don't match pagination
629 prompt.
630 (gdb_init): Set stty_init.
631
632 2019-01-27 Tom Tromey <tom@tromey.com>
633
634 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
635 skip_python_tests.
636
637 2019-01-24 Alan Hayward <alan.hayward@arm.com>
638
639 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
640 New structure.
641 (struct struct_static_02_02): Likewise.
642 (struct struct_static_02_03): Likewise.
643 (struct struct_static_02_04): Likewise.
644 (struct struct_static_04_01): Likewise.
645 (struct struct_static_04_02): Likewise.
646 (struct struct_static_04_03): Likewise.
647 (struct struct_static_04_04): Likewise.
648 (struct struct_static_06_01): Likewise.
649 (struct struct_static_06_02): Likewise.
650 (struct struct_static_06_03): Likewise.
651 (struct struct_static_06_04): Likewise.
652 (cmp_struct_static_02_01): Likewise.
653 (cmp_struct_static_02_02): Likewise.
654 (cmp_struct_static_02_03): Likewise.
655 (cmp_struct_static_02_04): Likewise.
656 (cmp_struct_static_04_01): Likewise.
657 (cmp_struct_static_04_02): Likewise.
658 (cmp_struct_static_04_03): Likewise.
659 (cmp_struct_static_04_04): Likewise.
660 (cmp_struct_static_06_01): Likewise.
661 (cmp_struct_static_06_02): Likewise.
662 (cmp_struct_static_06_03): Likewise.
663 (cmp_struct_static_06_04): Likewise.
664 (call_all): Test new structs.
665 * gdb.base/infcall-nested-structs.exp: Likewise.
666
667 2019-01-21 Alan Hayward <alan.hayward@arm.com>
668 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
669
670 2019-01-21 Alan Hayward <alan.hayward@arm.com>
671 * gdb.base/stack-protector.c: New test.
672 * gdb.base/stack-protector.exp: New file.
673 * gdb.cp/ovldbreak.exp: Only allow a single break line.
674 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
675 option.
676 (gdb_compile): Remove stack protector for GCC and prevent
677 recursion.
678
679 2019-01-16 Keith Seitz <keiths@redhat.com>
680
681 PR gdb/23773
682 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
683
684 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
685
686 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
687 aliases.
688 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
689 tests.
690 * gdb.arch/powerpc-vector-regs.c: New file.
691 * gdb.arch/powerpc-vector-regs.exp: New file.
692
693 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
694
695 * gdb.arch/altivec-regs.exp: Fix the list passed to
696 gdb_expect_list when testing "info vector".
697
698 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.base/style.exp: Don't include path in testname.
701
702 2019-01-10 Keith Seitz <keiths@redhat.com>
703
704 PR gdb/23712
705 PR symtab/23010
706 * gdb.dwarf2/multidictionary.exp: New file.
707
708 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
709
710 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
711 (test_gnuv3_style_demangling): ... this.
712 (test_lucid_style_demangling): Remove.
713 (test_arm_style_demangling): Remove.
714 (test_hp_style_demangling): Remove.
715 (do_tests): Remove calls to the above.
716
717 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
720 case.
721
722 2019-01-06 Tom Tromey <tom@tromey.com>
723
724 PR gdb/28155:
725 * gdb.dwarf2/typedef-void-finish.exp: New file.
726
727 2018-12-28 Tom Tromey <tom@tromey.com>
728 Simon Marchi <simark@simark.ca>
729
730 * gdb.base/jit-exec.exp: New file.
731 * gdb.base/jit-exec.c: New file.
732 * gdb.base/jit-execd.c: New file.
733
734 2018-12-28 Tom Tromey <tom@tromey.com>
735
736 * gdb.base/style.exp: Update test to check for address styling.
737
738 2018-12-28 Tom Tromey <tom@tromey.com>
739
740 * gdb.base/style.exp: Add test for styling of "Reading symbols"
741 message.
742
743 2018-12-28 Tom Tromey <tom@tromey.com>
744
745 * gdb.base/style.exp: Add test for version number styling.
746
747 2018-12-28 Tom Tromey <tom@tromey.com>
748
749 * gdb.base/style.exp: Add test for print_address_symbolic.
750
751 2018-12-28 Tom Tromey <tom@tromey.com>
752
753 * gdb.base/style.exp: Add test for breakpoint setting.
754
755 2018-12-28 Tom Tromey <tom@tromey.com>
756
757 * gdb.base/style.exp: Add test for variable names.
758
759 2018-12-28 Tom Tromey <tom@tromey.com>
760
761 * gdb.base/style.exp: New file.
762 * gdb.base/style.c: New file.
763
764 2018-12-28 Tom Tromey <tom@tromey.com>
765
766 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
767 "dumb".
768 * gdb.base/readline.exp (operate_and_get_next): Save and restore
769 the TERM environment variable.
770
771 2018-12-27 Tom Tromey <tom@tromey.com>
772
773 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
774 pagination test.
775
776 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
779 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
780
781 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
782
783 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
784 Filename a.adb changed to bp_fun_addr.adb.
785 gdb.ada/bp_fun_addr.exp: Update test accordingly.
786
787 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
788
789 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
790 non-PIE executables.
791 * README: Mention the gdb,nopie_flag board setting.
792 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
793 non-PIE executable.
794 * gdb.arch/amd64-entry-value.exp: Likewise.
795 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
796 * gdb.arch/i386-float.exp: Likewise.
797 * gdb.arch/i386-signal.exp: Likewise.
798 * gdb.mi/mi-reg-undefined.exp: Likewise.
799
800 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
801
802 PR gdb/23974
803 * gdb.base/info-os.exp: Check return for unknown "info os" type.
804
805 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
806
807 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
808 Update order of results accordingly.
809
810 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 * gdb.base/annota1.exp: Update a test regexp.
813
814 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
817
818 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
819
820 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
821 (reuse_time): Initialize to REUSE_TIME_CAP.
822 (check_rc): New function.
823 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
824 Check pthread_create rc.
825 (spawner_thread_func): Check pthread_create and pthread_join rc.
826
827 2018-12-08 Pedro Alves <palves@redhat.com>
828
829 * gdb.base/list.exp (test_forward_search): Rename to ...
830 (test_forward_reverse_search): ... this. Also test reverse-search
831 and the forward-search alias.
832
833 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
836 local timeout variable before return, and remove all local timeout
837 variable entirely.
838 (gdb_load): Likewise.
839
840 2018-12-01 Tom de Vries <tdevries@suse.de>
841
842 * gdb.base/gdb-caching-proc.exp: New file.
843
844 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
845
846 * Makefile.in (TIMESTAMP): New variable.
847 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
848 command.
849 (check-single-racy): Likewise.
850 (check/%.exp): Likewise.
851 (check-racy/%.exp): Likewise.
852 (workers/%.worker): Likewise.
853 (build-perf): Likewise.
854 (check-perf): Likewise.
855 * README: Describe new "TS" and "TS_FORMAT" variables.
856 * print-ts.py: New file.
857
858 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
859
860 PR python/23714
861 * gdb.python/python.exp: Test command repetition after
862 gdb.execute.
863
864 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * gdb.opt/inline-break.exp: Add test that info breakpoint output
867 is correctly aligned.
868
869 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
870
871 * gdb.ada/info_auto_lang.exp: New testcase.
872 * gdb.ada/info_auto_lang/global_pack.ads: New file.
873 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
874 * gdb.ada/info_auto_lang/some_c.c: New file.
875
876 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
877
878 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
879 FUNC_lang language syntax.
880
881 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
882
883 * gdb.base/info_minsym.c: New file.
884 * gdb.base/info_minsym.exp: New file.
885
886 2018-11-19 Tom Tromey <tom@tromey.com>
887
888 PR rust/23625:
889 * gdb.rust/simple.exp: Add ptype test. Update expected output.
890 * gdb.rust/expr.exp: Update expected output. Change one test.
891
892 2018-11-19 Tom Tromey <tom@tromey.com>
893
894 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
895
896 2018-11-19 Pedro Alves <palves@redhat.com>
897
898 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
899 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
900 see the expected warning.
901
902 2018-11-16 Alan Hayward <alan.hayward@arm.com>
903
904 PR gdb/22736:
905 * gdb.cp/infcall-nodebug-lib.c: New test.
906 * gdb.cp/infcall-nodebug-main.c: New test.
907 * gdb.cp/infcall-nodebug.exp: New file.
908
909 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
910
911 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
912 completer tests.
913
914 2018-11-09 Tom de Vries <tdevries@suse.de>
915
916 * gdb.base/msym-lang.c: New test.
917 * gdb.base/msym-lang.exp: New file.
918 * gdb.base/msym-lang-main.c: New test.
919
920 2018-11-08 Tom Tromey <tom@tromey.com>
921
922 PR gdb/23555:
923 PR gdb/23838:
924 * gdb.base/warning.exp: New file.
925
926 2018-11-08 Jan Beulich <jbeulich@suse.com>
927
928 * testsuite/gdb.arch/i386-avx512.c,
929 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
930
931 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
932
933 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
934 point hardware.
935
936 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
939 * gdb.dwarf2/missing-type-name.exp: New file.
940
941 2018-11-06 Tom de Vries <tdevries@suse.de>
942
943 * gdb.base/many-headers.c: New test.
944 * gdb.base/many-headers.exp: New file.
945
946 2018-11-06 Jim Wilson <jimw@sifive.com>
947
948 * gdb.base/code_elim.exp: For riscv, set additional_flags
949 to include -msmall-data-limit=0.
950
951 2018-11-01 Joel Brobecker <brobecker@adacore.com>
952
953 * gdb.ada/watch_minus_l: New testcase.
954
955 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
956
957 * gdb.arch/aix-sighandle.c: New file.
958 * gdb.arch/aix-sighandle.exp: New file.
959
960 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
963 registers being unions.
964
965 2018-10-31 Tom de Vries <tdevries@suse.de>
966
967 * lib/valgrind.exp: New file.
968 (vgdb_start, vgdb_stop): New procs, factored out of ...
969 * gdb.base/valgrind-bt.exp: ... here, ...
970 * gdb.base/valgrind-disp-step.exp: ... here and ...
971 * gdb.base/valgrind-infcall.exp: ... here.
972
973 2018-10-31 Tom de Vries <tdevries@suse.de>
974
975 * lib/gdb.exp (get_valueof): Don't output read value in test name.
976
977 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.dwarf2/void-type.c: New file.
980 * gdb.dwarf2/void-type.exp: New file.
981
982 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
983
984 * gdb.base/info_qt.c: New file.
985 * gdb.base/info_qt.exp: New file.
986
987 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
988
989 * gdb.arch/powerpc-htm-regs.c: New file.
990 * gdb.arch/powerpc-htm-regs.exp: New file.
991
992 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
993
994 * gdb.arch/powerpc-tar.c: New file.
995 * gdb.arch/powerpc-tar.exp: New file.
996
997 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
998
999 * gdb.arch/powerpc-ppr-dscr.c: New file.
1000 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1001
1002 2018-10-25 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1005
1006 2018-10-24 Tom de Vries <tdevries@suse.de>
1007
1008 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1009 longer exists error.
1010
1011 2018-10-24 Tom de Vries <tdevries@suse.de>
1012
1013 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1014
1015 2018-10-24 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1018 --db-attach in valgrind.
1019
1020 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 * gdb.arch/riscv-reg-aliases.c: New file.
1023 * gdb.arch/riscv-reg-aliases.exp: New file.
1024
1025 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1026
1027 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1028
1029 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1030
1031 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1032
1033 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1034
1035 * gdb.cp/ovldbreak.exp: Fix regexps.
1036
1037 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1038
1039 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1040
1041 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1042
1043 PR cli/23785
1044 * gdb.base/restore.exp: New test to check if "restore" with an
1045 invalid file doesn't segfault.
1046
1047 2018-10-18 Tom de Vries <tdevries@suse.de>
1048
1049 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1050 * gdb.ada/excep_handle.exp: Same.
1051 * gdb.ada/mi_string_access.exp: Same.
1052 * gdb.ada/mi_var_union.exp: Same.
1053 * gdb.arch/arc-analyze-prologue.exp: Same.
1054 * gdb.arch/arc-decode-insn.exp: Same.
1055 * gdb.base/readnever.exp: Same.
1056 * gdb.fortran/printing-types.exp: Same.
1057 * gdb.guile/scm-lazy-string.exp: Same.
1058
1059 2018-10-16 Tom de Vries <tdevries@suse.de>
1060
1061 PR gdb/23730
1062 * gdb.base/catch-follow-exec.c: Add copyright notice.
1063 * gdb.base/catch-follow-exec.exp: Rewrite to use
1064 gdb_spawn_with_cmdline_opts. Require gdb-native.
1065
1066 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1067
1068 * gdb.trace/actions-changed.exp: Check for arch support.
1069 * gdb.trace/actions.exp: Likewise.
1070 * gdb.trace/ax.exp: Likewise.
1071 * gdb.trace/backtrace.exp: Likewise.
1072 * gdb.trace/change-loc.exp: Likewise.
1073 * gdb.trace/deltrace.exp: Likewise.
1074 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1075 * gdb.trace/ftrace.exp: Likewise.
1076 * gdb.trace/infotrace.exp: Check for arch support.
1077 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1078 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1079 * gdb.trace/mi-tsv-changed.exp: Likewise.
1080 * gdb.trace/packetlen.exp: Likewise.
1081 * gdb.trace/passc-dyn.exp: Likewise.
1082 * gdb.trace/passcount.exp: Likewise.
1083 * gdb.trace/pending.exp: Likewise.
1084 * gdb.trace/range-stepping.exp: Check for shlib support.
1085 * gdb.trace/report.exp: Check for arch support.
1086 * gdb.trace/save-trace.exp: Likewise.
1087 * gdb.trace/signal.exp: Check for signal support.
1088 * gdb.trace/tfind.exp: Check for arch support.
1089 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1090 * gdb.trace/trace-common.h: Add comment.
1091 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1092 * gdb.trace/trace-enable-disable.exp: Likewise.
1093 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1094 * gdb.trace/tracecmd.exp: Check for arch support.
1095 * gdb.trace/tspeed.exp: Check for shlib and target support.
1096 * gdb.trace/tstatus.exp: Check for arch support.
1097 * gdb.trace/tsv.exp: Likewise.
1098 * gdb.trace/while-dyn.exp: Likewise.
1099 * gdb.trace/while-stepping.exp: Likewise.
1100 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1101
1102 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1103
1104 * gdb.trace/tspeed.exp: Remove nowarnings.
1105 (prepare_for_trace_test): Declare "global ipalib".
1106 * gdb.trace/tspeed.c: Include unistd.h.
1107 (main): Remove superfluous printf argument.
1108
1109 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1110
1111 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1112 directory prefix on the filename.
1113
1114 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1115
1116 * gdb.gdb/unittest.exp: Update expected message informing that
1117 selftests have been disabled.
1118 * gdb.server/unittest.exp: Likewise.
1119
1120 2018-10-09 Tom de Vries <tdevries@suse.de>
1121
1122 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1123 with runto_main.
1124
1125 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1126
1127 PR c++/16841
1128 * gdb.cp/virtbase2.cc: New file.
1129 * gdb.cp/virtbase2.exp: New file.
1130
1131 2018-10-06 Tom Tromey <tom@tromey.com>
1132
1133 PR python/19399:
1134 * gdb.python/py-inferior.exp: Add architecture test.
1135
1136 2018-10-06 Tom Tromey <tom@tromey.com>
1137
1138 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1139 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1140
1141 2018-10-06 Tom Tromey <tom@tromey.com>
1142
1143 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1144 of a "throw" catchpoint.
1145
1146 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1147
1148 * gdb.base/info-proc.exp: Update string expected from "help info
1149 proc".
1150
1151 2018-10-04 Tom Tromey <tom@tromey.com>
1152
1153 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1154 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1155 (test_initial_complaints, test_empty_complaints): Update.
1156 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1157
1158 2018-10-04 Tom Tromey <tom@tromey.com>
1159
1160 PR cli/19551:
1161 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1162 * lib/gdb.exp (gdb_file_cmd): Update.
1163 * gdb.stabs/weird.exp (print_weird_var): Update.
1164 * gdb.server/solib-list.exp: Update.
1165 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1166 * gdb.mi/mi-cli.exp: Update.
1167 * gdb.linespec/linespec.exp: Update.
1168 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1169 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1170 * gdb.cp/cp-relocate.exp: Update.
1171 * gdb.base/sym-file.exp: Update.
1172 * gdb.base/relocate.exp: Update.
1173 * gdb.base/readnever.exp: Update.
1174 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1175 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1176 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1177 * gdb.base/code_elim.exp: Update.
1178 * gdb.base/break-unload-file.exp (test_break): Update.
1179 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1180 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1181 Update.
1182 * gdb.base/attach.exp (do_attach_tests): Update.
1183 * gdb.base/sepdebug.exp: Update.
1184 * gdb.python/py-section-script.exp: Update.
1185
1186 2018-10-04 Tom Tromey <tom@tromey.com>
1187
1188 PR cli/22234:
1189 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1190 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1191 output.
1192
1193 2018-10-04 Tom Tromey <tom@tromey.com>
1194
1195 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1196 set width and height to 0.
1197 (test_command_line_attach_run): Use -quiet.
1198
1199 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1200
1201 * lib/gdb.exp (skip_ifunc_tests): New.
1202 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1203 other compile failures.
1204 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1205
1206 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1207
1208 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1209 is_amd64_regs_target.
1210
1211 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1212
1213 * gdb.arch/aarch64-sighandler-regs.c: New test.
1214 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1215 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1216
1217 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1218
1219 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1220 assembly.
1221
1222 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * gdb.base/frame-selection.exp: New file.
1225 * gdb.base/frame-selection.c: New file.
1226
1227 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1228
1229 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1230 pthread barrier.
1231 (main): Likewise.
1232
1233 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1234
1235 * gdb.base/large-frame-1.c: New file.
1236 * gdb.base/large-frame-2.c: New file.
1237 * gdb.base/large-frame.exp: New file.
1238 * gdb.base/large-frame.h: New file.
1239
1240 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1241
1242 PR gdb/20948
1243 * gdb.base/write_mem.exp: New test.
1244 * gdb.base/write_mem.c: Likewise.
1245
1246 2018-09-23 Tom Tromey <tom@tromey.com>
1247
1248 PR python/18852:
1249 * gdb.python/py-parameter.exp: Add test for parameter that throws
1250 on "set".
1251
1252 2018-09-23 Tom Tromey <tom@tromey.com>
1253
1254 PR python/17284:
1255 * gdb.python/py-template.exp (test_template_arg): Add test for
1256 negative template argument number.
1257
1258 2018-09-23 Tom Tromey <tom@tromey.com>
1259
1260 PR python/14062:
1261 * gdb.python/python.exp: Add test for post_event error.
1262
1263 2018-09-23 Tom Tromey <tom@tromey.com>
1264
1265 PR python/18170:
1266 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1267 convert pointers to int and long.
1268
1269 2018-09-23 Tom Tromey <tom@tromey.com>
1270
1271 PR python/20126:
1272 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1273 signed-ness conversion tests.
1274
1275 2018-09-23 Tom Tromey <tom@tromey.com>
1276
1277 PR python/18352;
1278 * gdb.python/py-value.exp (test_float_conversion): New proc.
1279 Use it.
1280
1281 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1282
1283 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1284
1285 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1286
1287 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1288 no readline.
1289 * gdb.base/utf8-identifiers.exp: Likewise.
1290 * gdb.cp/cpcompletion.exp: Likewise.
1291 * gdb.linespec/cpcompletion.exp: Likewise.
1292 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1293 * gdb.linespec/cpls-ops.exp: Likewise.
1294
1295 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1296 Chris January <chris.january@arm.com>
1297
1298 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1299 * gdb.fortran/short-circuit-argument-list.exp: New file.
1300 * gdb.fortran/short-circuit-argument-list.f90: New test.
1301
1302 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1303
1304 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1305 "arch=" keyword when executing "-stack-list-frames".
1306
1307 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1308
1309 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1310 "arch=" keyword when executing "-stack-list-frames".
1311
1312 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1313
1314 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1315 break ada".
1316
1317 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1318
1319 PR python/23669
1320 * gdb.python/python.exp: Test gdb.execute("show commands").
1321
1322 2018-09-16 Tom Tromey <tom@tromey.com>
1323
1324 * gdb.base/new-ui.exp (do_execution_tests): Update.
1325 * gdb.base/dbx.exp (test_breakpoints): Update.
1326
1327 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1328
1329 * lib/gdb.exp (gdb_simple_compile): Add proc.
1330 (is_elf_target): Use gdb_simple_compile.
1331 (skip_altivec_tests): Likewise.
1332 (skip_vsx_tests): Likewise.
1333 (skip_tsx_tests): Likewise.
1334 (skip_btrace_tests): Likewise.
1335 (skip_btrace_pt_tests): Likewise.
1336 (gdb_can_simple_compile): Likewise.
1337 (gdb_has_argv0): Likewise.
1338 (gdb_target_symbol_prefix): Likewise.
1339 (target_supports_scheduler_locking): Likewise.
1340
1341 2018-09-13 Tom Tromey <tom@tromey.com>
1342
1343 * Makefile.in (TAGS): Recognize proc_with_prefix and
1344 gdb_caching_proc.
1345
1346 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1347
1348 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1349 method.
1350
1351 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1352
1353 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1354 and a few other Inferior properties when the Inferior is no
1355 longer valid.
1356
1357 2018-09-13 Tom Tromey <tom@tromey.com>
1358
1359 PR rust/23650:
1360 * gdb.rust/simple.exp: Add test for enum field access error.
1361
1362 2018-09-13 Tom Tromey <tom@tromey.com>
1363
1364 PR rust/23626:
1365 * gdb.rust/simple.rs (EmptyEnum): New type.
1366 (main): Use it.
1367 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1368
1369 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1370
1371 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1372 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1373 * gdb.python/py-symtab.exp: Update test printing an objfile.
1374
1375 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1376
1377 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1378 object.
1379
1380 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1381
1382 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1383 (support_complex_tests): Use gdb_can_simple_compile.
1384 (is_ilp32_target): Likewise.
1385 (is_lp64_target): Likewise.
1386 (is_64_target): Likewise.
1387 (is_amd64_regs_target): Likewise.
1388 (is_aarch32_target): Likewise.
1389 (gdb_int128_helper): Likewise.
1390
1391 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1392
1393 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1394
1395 2018-09-10 Jerome Guitton <guitton@adacore.com>
1396
1397 * gdb.ada/same_component_name: Add test for case of tagged record
1398 with variable-length fields.
1399
1400 2018-09-10 Xavier Roirand <roirand@adacore.com>
1401
1402 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1403 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1404 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1405 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1406
1407 2018-09-10 Xavier Roirand <roirand@adacore.com>
1408
1409 * gdb.ada/mi_string_access.exp: New testcase.
1410 * gdb.ada/mi_string_access/bar.adb: New file.
1411 * gdb.ada/mi_string_access/pck.adb: New file.
1412 * gdb.ada/mi_string_access/pck.asd: New file.
1413
1414 2018-09-10 Xavier Roirand <roirand@adacore.com>
1415
1416 * gdb.ada/mi_var_union.exp: New testcase.
1417 * gdb.ada/mi_var_union/bar.adb: New file.
1418 * gdb.ada/mi_var_union/pck.adb: New file.
1419 * gdb.ada/mi_var_union/pck.asd: New file.
1420
1421 2018-09-08 Tom Tromey <tom@tromey.com>
1422
1423 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1424
1425 2018-09-08 Tom Tromey <tom@tromey.com>
1426
1427 PR python/16047:
1428 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1429 (register_pretty_printers): Register new printer.
1430 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1431 test.
1432 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1433 (an_int_type3): New global.
1434
1435 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1436
1437 * gdb.ada/expr_with_funcall: New testcase.
1438
1439 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1440
1441 * gdb.ada/packed_array_assign: New testcase.
1442
1443 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1444
1445 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1446 names, and add test prefixes to make test names unique.
1447
1448 2018-09-05 Tom de Vries <tdevries@suse.de>
1449
1450 * gdb.dwarf2/varval.exp: Add test.
1451
1452 2018-09-04 Gary Benson <gbenson@redhat.com>
1453
1454 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1455 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1456
1457 2018-08-31 Tom Tromey <tom@tromey.com>
1458
1459 * gdb.rust/simple.rs: Rename second variable "v".
1460
1461 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1462
1463 * gdb.base/funcargs.c (use_a): New function.
1464 (recurse): Call use_a.
1465
1466 2018-08-29 Keith Seitz <keiths@redhat.com>
1467
1468 * gdb.compile/compile-cplus-anonymous.cc: New file.
1469 * gdb.compile/compile-cplus-anonymous.exp: New file.
1470 * gdb.compile/compile-cplus-array-decay.cc: New file.
1471 * gdb.compile/compile-cplus-array-decay.exp: New file.
1472 * gdb.compile/compile-cplus-inherit.cc: New file.
1473 * gdb.compile/compile-cplus-inherit.exp: New file.
1474 * gdb.compile/compile-cplus-member.cc: New file.
1475 * gdb.compile/compile-cplus-member.exp: New file.
1476 * gdb.compile/compile-cplus-method.cc: New file.
1477 * gdb.compile/compile-cplus-method.exp: New file.
1478 * gdb.compile/compile-cplus-mod.c: "New" file.
1479 * gdb.compile/compile-cplus-namespace.cc: New file.
1480 * gdb.compile/compile-cplus-namespace.exp: New file.
1481 * gdb.compile/compile-cplus-nested.cc: New file.
1482 * gdb.compile/compile-cplus-nested.exp: New file.
1483 * gdb.compile/compile-cplus-print.c: "New" file.
1484 * gdb.compile/compile-cplus-print.exp: "New" file.
1485 * gdb.compile/compile-cplus-virtual.cc: New file.
1486 * gdb.compile/compile-cplus-virtual.exp: New file.
1487 * gdb.compile/compile-cplus.c: "New" file.
1488 * gdb.compile/compile-cplus.exp: "New" file.
1489 * lib/compile-support.exp: New file.
1490
1491 2018-08-16 Gary Benson <gbenson@redhat.com>
1492
1493 PR gdb/13000:
1494 * gdb.base/batch-exit-status.exp: New file.
1495 * gdb.base/batch-exit-status.good-commands: Likewise.
1496 * gdb.base/batch-exit-status.bad-commands: Likewise.
1497
1498 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1499
1500 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1501 (struct struct02): Likewise.
1502 (struct struct03): Likewise.
1503 (struct struct04): Likewise.
1504 (struct struct_01_01): New struct.
1505 (struct struct_01_02): Likewise.
1506 (struct struct_01_03): Likewise.
1507 (struct struct_01_04): Likewise.
1508 (struct struct_02_01): Likewise.
1509 (struct struct_02_02): Likewise.
1510 (struct struct_02_03): Likewise.
1511 (struct struct_02_04): Likewise.
1512 (struct struct_04_01): Likewise.
1513 (struct struct_04_02): Likewise.
1514 (struct struct_04_03): Likewise.
1515 (struct struct_04_04): Likewise.
1516 (struct struct_05_01): Likewise.
1517 (struct struct_05_02): Likewise.
1518 (struct struct_05_03): Likewise.
1519 (struct struct_05_04): Likewise.
1520 (cmp_struct01): Remove function.
1521 (cmp_struct02): Likewise.
1522 (cmp_struct03): Likewise.
1523 (cmp_struct04): Likewise.
1524 (cmp_struct_01_01): Add Function.
1525 (cmp_struct_01_02): Likewise.
1526 (cmp_struct_01_03): Likewise.
1527 (cmp_struct_01_04): Likewise.
1528 (cmp_struct_02_01): Likewise.
1529 (cmp_struct_02_02): Likewise.
1530 (cmp_struct_02_03): Likewise.
1531 (cmp_struct_02_04): Likewise.
1532 (cmp_struct_04_01): Likewise.
1533 (cmp_struct_04_02): Likewise.
1534 (cmp_struct_04_03): Likewise.
1535 (cmp_struct_04_04): Likewise.
1536 (cmp_struct_05_01): Likewise.
1537 (cmp_struct_05_02): Likewise.
1538 (cmp_struct_05_03): Likewise.
1539 (cmp_struct_05_04): Likewise.
1540 (call_all): Add new structs.
1541 * gdb.base/infcall-nested-structs.exp: Likewise.
1542
1543 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1544
1545 * gdb.python/py-framefilter-mi.exp: Update regexp to
1546 check for "arch" field in frame output.
1547
1548 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1549
1550 * gdb.dwarf2/dw2-ranges-func.c: New file.
1551 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1552
1553 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1554
1555 * gdb.base/term.exp: Compare terminal settings with values from
1556 the inferior.
1557 * gdb.base/term.c: Get and set terminal settings.
1558
1559 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1560
1561 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1562 accommodate new "arch" field in frame output.
1563 * gdb.mi/mi-return.exp: Likewise.
1564 * gdb.mi/mi-stack.exp: Likewise.
1565 * gdb.mi/mi-syn-frame.exp: Likewise.
1566 * gdb.mi/user-selected-context-sync.exp: Likewise.
1567
1568 2018-08-19 Michael Spang <spang@google.com>
1569
1570 PR gdb/11786
1571 * gdb.base/gcore-tls-pie.c: New file.
1572 * gdb.base/gcore-tls-pie.exp: New file.
1573
1574 2018-08-18 Kevin Buettner <kevinb@redhat.com>
1575
1576 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1577 * gdb.dwarf2/varval.c: New file.
1578 * gdb.dwarf2/varval.exp: New file.
1579
1580 2018-08-17 Alan Hayward <alan.hayward@arm.com>
1581
1582 PR gdb/18931
1583 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1584
1585 2018-08-16 Keith Seitz <keiths@redhat.com>
1586
1587 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1588 tests expected to pass.
1589
1590 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1591
1592 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1593 -data-disassemble -a.
1594 (test_disassembly_bogus_args): Likewise.
1595
1596 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1597
1598 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1599
1600 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 * gdb.base/vla-optimized-out.exp: Add new test.
1603
1604 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1605
1606 * gdb.base/vla-optimized-out-o3.exp: Delete.
1607 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1608 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1609 deleted tests.
1610
1611 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1612
1613 PR gdb/18050:
1614 * gdb.server/extended-remote-restart.c: New file.
1615 * gdb.server/extended-remote-restart.exp: New file.
1616
1617 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1618
1619 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1620 "set variable index = 42".
1621
1622 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1623
1624 * boards/index-cache-gdb.exp: New file.
1625 * gdb.dwarf2/index-cache.exp: New file.
1626 * gdb.dwarf2/index-cache.c: New file.
1627 * gdb.base/maint.exp: Check if we are using the index cache.
1628
1629 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1630
1631 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1632 MAKEFLAGS.
1633
1634 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1635
1636 * dg-extract-results.sh: Move to toplevel contrib.
1637 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1638 * Makefile.in (check-parallel-racy): Likewise.
1639
1640 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1643 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1644 tests if the target supports scheduler locking.
1645
1646 2018-08-04 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1649
1650 2018-08-02 Tom Tromey <tom@tromey.com>
1651
1652 PR symtab/16842.
1653 * gdb.cp/temargs.exp: Test "info address" of a template
1654 parameter.
1655
1656 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1657
1658 * gdb.python/py-mi-var-info-path-expression.c: New file.
1659 * gdb.python/py-mi-var-info-path-expression.py: New file.
1660 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1661
1662 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1663
1664 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1665 error after "cannot resolve name" string.
1666
1667 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1668
1669 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1670 started.
1671 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1672
1673 2018-07-28 Tom de Vries <tdevries@suse.de>
1674
1675 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1676
1677 2018-07-26 Tom de Vries <tdevries@suse.de>
1678
1679 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1680
1681 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1682
1683 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1684 is visible.
1685
1686 2018-07-26 Tom de Vries <tdevries@suse.de>
1687
1688 PR breakpoints/23366
1689 * gdb.base/catch-follow-exec.c: New test.
1690 * gdb.base/catch-follow-exec.exp: New file.
1691
1692 2018-07-25 Tom de Vries <tdevries@suse.de>
1693
1694 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1695 vla-optimized-out.c.
1696
1697 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1698
1699 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1700 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1701
1702 2018-07-20 Tom de Vries <tdevries@suse.de>
1703
1704 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1705 NOCLONE macro.
1706 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1707
1708 2018-07-19 Tom de Vries <tdevries@suse.de>
1709
1710 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1711 regular expression.
1712
1713 2018-07-18 Tom de Vries <tdevries@suse.de>
1714
1715 * gdb.base/vla-optimized-out.c: New test.
1716 * gdb.base/vla-optimized-out.exp: New file.
1717
1718 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1719
1720 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1721 message "No address associated with hostname" when gdbserver
1722 cannot resolve the hostname.
1723
1724 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1725
1726 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1727 Add some test prefixes to make tests unique.
1728
1729 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1730
1731 * gdb.base/frameapply.c: New file.
1732 * gdb.base/frameapply.exp: New file.
1733
1734 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1735
1736 * gdb.base/skip.exp: Update expected error message.
1737
1738 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1739 Jan Kratochvil <jan.kratochvil@redhat.com>
1740 Paul Fertser <fercerpav@gmail.com>
1741 Tsutomu Seki <sekiriki@gmail.com>
1742
1743 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1744 parameter.
1745 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1746 by default.
1747 * boards/native-gdbserver.exp: Likewise.
1748 * gdb.server/run-without-local-binary.exp: Improve regexp used
1749 for detecting when a remote debugging connection succeeds.
1750 * gdb.server/server-connect.exp: New file.
1751 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1752 Do not prefix the port number with ":".
1753 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1754 support for detecting and using it. Add '$debughost_gdbserver'
1755 to the list of arguments used to start gdbserver. Handle case
1756 when gdbserver cannot resolve a network name.
1757
1758 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1759
1760 PR c++/23373
1761 * gdb.base/ptype-offsets.cc (struct static_member): New
1762 struct.
1763 (main) <stmember>: New variable.
1764 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1765 with a static member in it.
1766
1767 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1768
1769 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1770 watchpoints enabled and disabled.
1771
1772 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1773
1774 * gdb.base/examine-backward.exp: Still run tests around address
1775 0x0, even if address 0x0 is not readable. Update the pattern for
1776 matching address 0x0 in expected output.
1777
1778 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1781 malloc/free.
1782
1783 2018-07-04 Tom de Vries <tdevries@suse.de>
1784
1785 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1786
1787 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1788
1789 PR tdep/8282
1790 * gdb.arch/mips-disassembler-options.exp: New test.
1791 * gdb.arch/mips-disassembler-options.s: New test source.
1792
1793 2018-06-29 Pedro Alves <palves@redhat.com>
1794
1795 * gdb.threads/names.exp: Adjust expected "info threads" output.
1796
1797 2018-06-29 Pedro Alves <palves@redhat.com>
1798
1799 * gdb.opt/inline-break.exp (line number, address): Add "info
1800 break" tests.
1801
1802 2018-06-29 Pedro Alves <palves@redhat.com>
1803
1804 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1805 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1806 number and address and running to them.
1807
1808 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1809
1810 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1811
1812 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1813
1814 * lib/compiler.c: Remove executable permission flag.
1815
1816 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1817
1818 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1819 code.
1820 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1821
1822 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1823
1824 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1825
1826 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1827
1828 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1829 address argument is omitted.
1830
1831 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1832
1833 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1834
1835 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1836
1837 PR gdb/21695
1838 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1839 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1840
1841 2018-06-26 Tom Tromey <tom@tromey.com>
1842
1843 PR rust/22574:
1844 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1845 * gdb.rust/simple.rs (struct SimpleLayout): New.
1846
1847 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1848
1849 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1850 "info registers" output.
1851
1852 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1853
1854 * gdb.base/watchpoint-hw-attach.c: New test.
1855 * gdb.base/watchpoint-hw-attach.exp: New file.
1856
1857 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1858
1859 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1860 through /bin/sh.
1861 * boards/dwarf4-gdb-index.exp: Likewise.
1862 * boards/fission-dwp.exp: Likewise.
1863
1864 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1865
1866 * gdb.base/float128.exp: Add comment and improved fail message
1867 to the failure case of "print large128" test.
1868
1869 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1870
1871 * configure.ac: Remove AC_PREREQ.
1872 * configure: Re-generate.
1873
1874 2018-06-19 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1877 (func_extern_caller): New.
1878 (main): Call func_extern_caller.
1879 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1880 logic change.
1881
1882 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1883
1884 PR gdb/16841
1885 * gdb.cp/typedef-base.cc: New file.
1886 * gdb.cp/typedef-base.exp: New file.
1887
1888 2018-06-18 Tom de Vries <tdevries@suse.de>
1889
1890 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1891
1892 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1893 Richard Bunt <Richard.Bunt@arm.com>
1894
1895 * gdb.threads/attach-slow-waitpid.c: New file.
1896 * gdb.threads/attach-slow-waitpid.exp: New file.
1897 * gdb.threads/slow-waitpid.c: New file.
1898
1899 2018-06-14 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.base/fork-running-state.c: Include <errno.h>.
1902 (exit_if_relative_exits): New.
1903 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1904 exits.
1905 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1906 child exits.
1907
1908 2018-06-14 Tom de Vries <tdevries@suse.de>
1909
1910 PR cli/22573
1911 * gdb.base/finish-pretty.c: New test.
1912 * gdb.base/finish-pretty.exp: New file.
1913
1914 2018-06-14 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1917 gdb's expected startup output.
1918
1919 2018-06-14 Pedro Alves <palves@redhat.com>
1920
1921 * lib/selftest-support.exp (selftest_setup): Remove inlined
1922 function handling.
1923
1924 2018-06-14 Tom de Vries <tdevries@suse.de>
1925
1926 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1927 matching of breakpoint printing.
1928
1929 2018-06-13 Tom de Vries <tdevries@suse.de>
1930
1931 PR testsuite/23269
1932 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1933 (fork_child): ... here, and ...
1934 (fork_parent): ... here.
1935
1936 2018-06-12 Tom de Vries <tdevries@suse.de>
1937
1938 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1939
1940 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1941 Stephen Roberts <stephen.roberts@arm.com>
1942
1943 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1944 rewrite test to describe action performed, rather than possible
1945 failure.
1946
1947 2018-06-08 Gary Benson <gbenson@redhat.com>
1948
1949 * gdb.threads/check-libthread-db.exp: New file.
1950 * gdb.threads/check-libthread-db.c: Likewise.
1951
1952 2018-06-05 Tom Tromey <tom@tromey.com>
1953
1954 * gdb.base/default.exp: Update expected "show version" output.
1955
1956 2018-06-05 Tom Tromey <tom@tromey.com>
1957
1958 PR cli/12326:
1959 * gdb.cp/static-print-quit.exp: Update.
1960 * lib/gdb.exp (pagination_prompt): Update.
1961 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1962 * gdb.python/python.exp: Update.
1963
1964 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1965
1966 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1967
1968 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1969
1970 * gdb.ada/bp_fun_addr: New testcase.
1971
1972 2018-06-01 Tom Tromey <tom@tromey.com>
1973
1974 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1975 results.
1976 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1977 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1978 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1979 * gdb.base/maint.exp (maint_pass_if): Update.
1980
1981 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1982
1983 * gdb.base/endian.exp: New test.
1984 * gdb.base/endian.c: New test source.
1985
1986 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1987
1988 PR gdb/23203
1989 * gdb.base/bt-selected-frame.c: New file.
1990 * gdb.base/bt-selected-frame.exp: New file.
1991 * lib/gdb.exp (get_current_frame_number): New function.
1992
1993 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1994 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.threads/tls-core.c: Include <stdlib.h>
1997 (thread_proc): Call `abort'.
1998 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1999 (tls_core_test): New procedure, bits factored out from ...
2000 (top level): ... here. Test both native cores and gcore cores.
2001
2002 2018-05-23 Tom Tromey <tom@tromey.com>
2003
2004 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2005
2006 2018-05-23 Tom Tromey <tom@tromey.com>
2007
2008 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2009 symfile_complaints.
2010 (test_short_complaints): Likewise.
2011 (test_empty_complaints): Likewise.
2012 (test_initial_complaints): Update.
2013
2014 2018-05-23 Tom Tromey <tom@tromey.com>
2015
2016 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2017
2018 2018-05-23 Tom Tromey <tom@tromey.com>
2019
2020 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2021 (test_short_complaints): Update.
2022
2023 2018-05-22 Pedro Alves <palves@redhat.com>
2024
2025 * gdb.base/remote.exp: Only gdb_start after compiling the
2026 testcase. Issue "disconnect" before testing "set remote" command
2027 defaults. Issue clean_restart before running to main.
2028
2029 2018-05-22 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.base/remote.exp: Adjust expected output of "show remote
2032 memory-write-packet-size". Add tests for "set remote
2033 memory-write-packet-size 0" and "set remote
2034 memory-write-packet-size fixed/limit".
2035
2036 2018-05-22 Pedro Alves <palves@redhat.com>
2037
2038 PR gdb/22973
2039 * gdb.base/utf8-identifiers.c: New file.
2040 * gdb.base/utf8-identifiers.exp: New file.
2041
2042 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2043
2044 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2045
2046 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2047
2048 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2049
2050 2018-05-18 Tom Tromey <tom@tromey.com>
2051
2052 * gdb.base/ptype-offsets.exp: Update.
2053
2054 2018-05-17 Keith Seitz <keiths@redhat.com>
2055
2056 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2057 in expected breakpoint stop locations.
2058 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2059 move to proper scope to test variable values.
2060 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2061 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2062 New functions.
2063 (main): Call not_inline_func3.
2064 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2065 inline_func1, inline_func2, and inline_func3. Test that when each
2066 breakpoint is hit, GDB properly reports both the stop location
2067 and the backtrace. Repeat tests for temporary breakpoints.
2068
2069 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2070
2071 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2072 rather then trying to access it in determining whether the PID
2073 of `gdbserver' could have been retrieved.
2074
2075 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.arch/amd64-init-x87-values.S: New file.
2078 * gdb.arch/amd64-init-x87-values.exp: New file.
2079
2080 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2081
2082 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2083
2084 2018-05-04 Tom Tromey <tom@tromey.com>
2085
2086 PR python/22730:
2087 * gdb.python/python.exp: Test multi-line execute.
2088
2089 2018-05-04 Tom Tromey <tom@tromey.com>
2090
2091 PR python/22731:
2092 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2093
2094 2018-05-04 Tom Tromey <tom@tromey.com>
2095
2096 PR gdb/11750:
2097 * gdb.base/define.exp: Test defining a user command inside a user
2098 command.
2099 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2100
2101 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2102 Pedro Alves <palves@redhat.com>
2103
2104 PR breakpoints/19806 and support for PR external/20207.
2105 * gdb.base/watchpoint-unaligned.c: New file.
2106 * gdb.base/watchpoint-unaligned.exp: New file.
2107
2108 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2109
2110 * gdb.base/maint.exp: Make test names unique, use
2111 test_prefix_command_help to test 'help maint info', and remove
2112 repeated test of 'help maint'.
2113
2114 2018-05-04 Tom Tromey <tom@tromey.com>
2115
2116 PR gdb/22619:
2117 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2118 behavior.
2119
2120 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 * gdb.base/maint.exp: Process output from 'maint print registers'
2123 line at a time.
2124
2125 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2126
2127 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2128 timeout.
2129
2130 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2131
2132 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2133 filter pattern.
2134
2135 2018-05-02 Pedro Alves <palves@redhat.com>
2136
2137 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2138 to_log_command renames.
2139 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2140
2141 2018-05-02 Tom Tromey <tom@tromey.com>
2142
2143 * gdb.python/py-parameter.exp: Set test message.
2144
2145 2018-05-02 Tom Tromey <tom@tromey.com>
2146
2147 PR python/20084:
2148 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2149 PARAM_ZUINTEGER_UNLIMITED tests.
2150
2151 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2152
2153 PR rust/23124
2154 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2155 when casting.
2156
2157 2018-04-30 Tom Tromey <tom@tromey.com>
2158
2159 * gdb.python/py-type.exp: Check align attribute.
2160 * gdb.python/py-type.c: New "aligncheck" global.
2161
2162 2018-04-30 Tom Tromey <tom@tromey.com>
2163
2164 PR exp/17095:
2165 * gdb.dwarf2/dw2-align.exp: New file.
2166 * gdb.cp/align.exp: New file.
2167 * gdb.base/align.exp: New file.
2168 * lib/gdb.exp (gdb_int128_helper): New proc.
2169 (has_int128_c, has_int128_cxx): New caching procs.
2170
2171 2018-04-27 Tom Tromey <tom@tromey.com>
2172
2173 PR rust/22545:
2174 * gdb.rust/simple.exp: Add inclusive range tests.
2175
2176 2018-04-26 Pedro Alves <palves@redhat.com>
2177
2178 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2179 ifunc breakpoint locations correctly of ifunc breakpoints set
2180 while the program resolves the ifunc.
2181
2182 2018-04-26 Pedro Alves <palves@redhat.com>
2183
2184 * gdb.base/gnu-ifunc-final.c: New file.
2185 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2186 * gdb.base/gnu-ifunc.exp (executable): Delete.
2187 (staticexecutable): Adjust.
2188 (lib_opts, exec_opts): Delete.
2189 (make_binsuffix, build, set-break): New procedures.
2190 (misc_tests): New, with tests factored out from the top level.
2191 (top level): Test different combinations of ifunc resolver name,
2192 resolver with and with debug info, and ifunc target with and
2193 without debug info. Wrap static tests with with_target_prefix.
2194
2195 2018-04-26 Pedro Alves <palves@redhat.com>
2196
2197 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2198 return type" warnings.
2199
2200 2018-04-25 Pedro Alves <palves@redhat.com>
2201
2202 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2203 killed".
2204 * gdb.base/kill-after-signal.exp: Likewise.
2205 * gdb.threads/kill.exp: Likewise.
2206
2207 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2208 Sergio Durigan Junior <sergiodj@redhat.com>
2209 Pedro Alves <palves@redhat.com>
2210
2211 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2212 regexps to expect for '[Inferior ... detached]' as well.
2213 * gdb.base/attach.exp: Likewise.
2214 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2215 "gdb_continue_to_end".
2216 (test_catch_syscall_with_wrong_args): Likewise.
2217 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2218 ']'. Don't set 'verbose' on.
2219 * gdb.base/foll-vfork.exp: Likewise.
2220 * gdb.base/fork-print-inferior-events.c: New file.
2221 * gdb.base/fork-print-inferior-events.exp: New file.
2222 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2223 '[Inferior ... has been killed]' message.
2224 * gdb.base/kill-after-signal.exp: Likewise.
2225 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2226 detach message.
2227 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2228 message.
2229 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2230 regexps to expect for '[Inferior ... detached]' as well.
2231 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2232
2233 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2234
2235 PR gdb/23104
2236 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2237
2238 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2239
2240 * gdb.threads/multiple-successive-infcall.c: New test.
2241 * gdb.threads/multiple-successive-infcall.exp: New file.
2242
2243 2018-04-17 Tom Tromey <tom@tromey.com>
2244
2245 * gdb.rust/simple.rs (Union): New type.
2246 (main): New local "u".
2247 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2248
2249 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2250
2251 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2252 number information in output of "whereis" command.
2253 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2254
2255 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2256
2257 * gdb.ada/info_types.exp: Adjust expected output to the line
2258 numbers now printed by "info var/func/type".
2259 * gdb.base/completion.exp: Likewise.
2260 * gdb.base/included.exp: Likewise.
2261 * gdb.cp/cp-relocate.exp: Likewise.
2262 * gdb.cp/cplusfuncs.exp: Likewise.
2263 * gdb.cp/namespace.exp: Likewise.
2264 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2265
2266 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2267
2268 * gdb.btrace/cpu.exp: New.
2269
2270 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2271
2272 * gdb.base/step-indirect-call-thunk.exp: New.
2273 * gdb.base/step-indirect-call-thunk.c: New.
2274 * gdb.reverse/step-indirect-call-thunk.exp: New.
2275 * gdb.reverse/step-indirect-call-thunk.c: New.
2276
2277 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2278
2279 * gdb.base/pie-fork.c: New file.
2280 * gdb.base/pie-fork.exp: New file.
2281
2282 2018-04-11 Tom Tromey <tom@tromey.com>
2283
2284 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2285
2286 2018-04-10 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2289 exits. Instead loop running forever.
2290 (fork_parent): Run forever too.
2291
2292 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2293
2294 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2295 mi_continue_to_line.
2296 * gdb.mi/mi-stack.c (callee4): Add comment.
2297
2298 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2299
2300 * gdb.mi/mi-stack.exp: Fix indentation.
2301
2302 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2303
2304 PR gdb/22979
2305 * gdb.arch/amd64-osabi.exp: New file.
2306
2307 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2308
2309 PR gdb/22980
2310 * gdb.base/osabi.exp: New file.
2311
2312 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2313
2314 * gdb.cp/static-typedef-print.exp: New file.
2315 * gdb.cp/static-typedef-print.cc: New file.
2316
2317 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2318
2319 * gdb.ada/varsize_limit: New testcase.
2320
2321 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2322
2323 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2324
2325 * gdb.ada/notcplusplus: New testcase.
2326
2327 * gdb.base/c-linkage-name.c: New file.
2328 * gdb.base/c-linkage-name.exp: New testcase.
2329
2330 2018-03-26 Tom Tromey <tom@tromey.com>
2331
2332 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2333 * gdb.python/py-framefilter.py (name_error): New global.
2334 (ErrorInName.function): Use name_error.
2335
2336 2018-03-26 Tom Tromey <tom@tromey.com>
2337
2338 PR backtrace/15582:
2339 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2340
2341 2018-03-23 Keith Seitz <keiths@redhat.com>
2342
2343 PR c++/22968
2344 * gdb.cp/subtypes.exp: New file.
2345 * gdb.cp/subtypes.h: New file.
2346 * gdb.cp/subtypes.cc: New file.
2347 * gdb.cp/subtypes-2.cc: New file.
2348
2349 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2352 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2353 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2354 -nostartfiles when compiling the test. Confirm that all registers
2355 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2356
2357 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2360 option, syntax was wrong anyway.
2361 * gdb.arch/arm-disp-step.exp: Likewise.
2362 * gdb.arch/sparc64-regs.exp: Likewise.
2363 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2364 option, syntax was wrong anyway, switch to use
2365 prepare_for_testing.
2366 * gdb.arch/i386-disp-step.exp: Likewise.
2367
2368 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2369
2370 * gdb.ada/exec_changed.exp: Replace "target_info exists
2371 use_gdb_stub" by "use_gdb_stub".
2372 * gdb.ada/start.exp: Likewise.
2373 * gdb.base/async-shell.exp: Likewise.
2374 * gdb.base/attach-pie-misread.exp: Likewise.
2375 * gdb.base/attach-wait-input.exp: Likewise.
2376 * gdb.base/break-entry.exp: Likewise.
2377 * gdb.base/break-interp.exp: Likewise.
2378 * gdb.base/dprintf-detach.exp: Likewise.
2379 * gdb.base/nostdlib.exp: Likewise.
2380 * gdb.base/solib-nodir.exp: Likewise.
2381 * gdb.base/statistics.exp: Likewise.
2382 * gdb.base/testenv.exp: Likewise.
2383 * gdb.mi/mi-exec-run.exp: Likewise.
2384 * gdb.mi/mi-start.exp: Likewise.
2385 * gdb.multi/dummy-frame-restore.exp: Likewise.
2386 * gdb.multi/multi-arch-exec.exp: Likewise.
2387 * gdb.multi/multi-arch.exp: Likewise.
2388 * gdb.multi/tids.exp: Likewise.
2389 * gdb.multi/watchpoint-multi.exp: Likewise.
2390 * gdb.python/py-events.exp: Likewise.
2391 * gdb.threads/attach-into-signal.exp: Likewise.
2392 * gdb.threads/attach-stopped.exp: Likewise.
2393 * gdb.threads/threadapply.exp: Likewise.
2394 * lib/selftest-support.exp: Likewise.
2395
2396 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2397
2398 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2399
2400 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2401
2402 * gdb.perf/template-breakpoints.cc: New file.
2403 * gdb.perf/template-breakpoints.exp: New file.
2404 * gdb.perf/template-breakpoints.py: New file.
2405
2406 2018-03-19 Tom Tromey <tom@tromey.com>
2407
2408 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2409 y0.
2410 * gdb.rust/simple.exp: Test bare identifier form of struct
2411 initializer.
2412
2413 2018-03-19 Tom Tromey <tom@tromey.com>
2414
2415 * gdb.gdb/observer.exp: Remove.
2416
2417 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2418
2419 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2420 "qualified" option when setting breakpoints.
2421 * gdb.trace/backtrace.exp: Likewise.
2422 * gdb.trace/circ.exp: Likewise.
2423 * gdb.trace/collection.exp: Likewise.
2424 * gdb.trace/disconnected-tracing.exp: Likewise.
2425 * gdb.trace/ftrace-lock.exp: Likewise.
2426 * gdb.trace/ftrace.exp: Likewise.
2427 * gdb.trace/infotrace.exp: Likewise.
2428 * gdb.trace/packetlen.exp: Likewise.
2429 * gdb.trace/passc-dyn.exp: Likewise.
2430 * gdb.trace/qtro.exp: Likewise.
2431 * gdb.trace/read-memory.exp: Likewise.
2432 * gdb.trace/report.exp: Likewise.
2433 * gdb.trace/signal.exp: Likewise.
2434 * gdb.trace/status-stop.exp: Likewise.
2435 * gdb.trace/strace.exp: Likewise.
2436 * gdb.trace/tfind.exp: Likewise.
2437 * gdb.trace/trace-break.exp: Likewise.
2438 * gdb.trace/trace-condition.exp: Likewise.
2439 * gdb.trace/trace-mt.exp: Likewise.
2440 * gdb.trace/tstatus.exp: Likewise.
2441 * gdb.trace/tsv.exp: Likewise.
2442 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2443 * gdb.trace/unavailable.exp: Likewise.
2444 * gdb.trace/while-dyn.exp: Likewise.
2445
2446 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2447
2448 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2449 that libinproctrace is copied to the target.
2450
2451 2018-03-14 Tom Tromey <tom@tromey.com>
2452
2453 PR cli/14977:
2454 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2455 a null pointer.
2456 * gdb.base/wchar.exp: Likewise.
2457
2458 2018-03-14 Tom Tromey <tom@tromey.com>
2459
2460 PR cli/19918:
2461 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2462 flag.
2463
2464 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2465
2466 PR gdb/22841
2467 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2468 "target" to remote_exec.
2469
2470 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2471
2472 PR gdb/22841
2473 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2474 ${board}_upload): Remove.
2475
2476 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2477
2478 * gdb.cp/watch-cp.cc: New test.
2479 * gdb.cp/watch-cp.exp: New file.
2480
2481 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2482
2483 * gdb.base/infcall-nested-structs.exp: New file.
2484 * gdb.base/infcall-nested-structs.c: New file.
2485 * gdb.base/float.exp: Add riscv support.
2486
2487 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2488
2489 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2490 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2491
2492 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2493
2494 * gdb.server/abspath.exp: New file.
2495 * lib/gdb.exp (with_cwd): New procedure.
2496
2497 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2498
2499 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2500 use it.
2501 (gdb_is_target_remote_prompt): New proc.
2502 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2503 (gdb_is_target_native): Pass prompt parameter to
2504 gdb_is_target_1.
2505
2506 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2507
2508 * gdb.base/load-command.c: New file.
2509 * gdb.base/load-command.exp: New file.
2510 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2511 (gdb_is_target_1): ...this, and generalize for other targets
2512 than just remote.
2513 (gdb_is_target_remote): Use gdb_is_target_1.
2514 (gdb_is_target_native): use gdb_is_target_1.
2515
2516 2018-02-26 Tom Tromey <tom@tromey.com>
2517
2518 PR python/16497:
2519 * gdb.python/py-framefilter.exp: Update test.
2520
2521 2018-02-26 Tom Tromey <tom@tromey.com>
2522
2523 * gdb.dwarf2/variant.c: New file.
2524 * gdb.dwarf2/variant.exp: New file.
2525
2526 2018-02-26 Tom Tromey <tom@tromey.com>
2527
2528 * gdb.rust/simple.exp: Accept more possible results in enum test.
2529
2530 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2531
2532 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2533 parentheses.
2534
2535 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2536
2537 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2538 name of a variable: $actual_linejj -> $actual_line.
2539
2540 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2541
2542 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2543
2544 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2545
2546 * gdb.btrace/buffer-size.exp: Do not force BTS.
2547
2548 2018-02-14 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2551 getting a "Quit".
2552
2553 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2554
2555 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2556 Fix test name.
2557
2558 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2559
2560 * gdb.cp/m-static.exp: Check type of optimized out static
2561 member.
2562
2563 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2564
2565 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2566 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2567
2568 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2569 Leszek Swirski <leszeks@google.com>
2570
2571 * gdb.python/py-prettyprint.c
2572 (struct to_string_returns_value_inner,
2573 struct to_string_returns_value_wrapper): New.
2574 (main): Add tsrvw variable.
2575 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2576 ToStringReturnsValueWrapper): New classes.
2577 (register_pretty_printers): Register new pretty-printers.
2578 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2579 recursive pretty printer.
2580 * gdb.python/py-mi.exp: Likewise.
2581
2582 2018-02-01 Leszek Swirski <leszeks@google.com>
2583
2584 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2585 functions with the same name as an include file are parsed
2586 correctly.
2587
2588 2018-02-01 Yao Qi <yao.qi@linaro.org>
2589
2590 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2591 "\[^\r\n\]*".
2592
2593 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2594
2595 * gdb.arch/powerpc-prologue-frame.s: New file.
2596 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2597 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2598
2599 2018-01-31 Joel Brobecker <brobecker@adacore.com>
2600
2601 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2602
2603 2018-01-30 Pedro Alves <palves@redhat.com>
2604
2605 PR gdb/13211
2606 * gdb.base/interrupt-daemon.c: New.
2607 * gdb.base/interrupt-daemon.exp: New.
2608 * gdb.multi/multi-term-settings.c: New.
2609 * gdb.multi/multi-term-settings.exp: New.
2610
2611 2018-01-30 Joel Brobecker <brobecker@adacore.com>
2612
2613 * gdb.base/break.exp: Save the location where the breakpoint
2614 on break.c:47 was actually inserted when debugging the version
2615 compiled at -O2 and use it in the expected output of the "info
2616 break" test performed soon after.
2617
2618 2018-01-22 Pedro Alves <palves@redhat.com>
2619 Sergio Durigan Junior <sergiodj@redhat.com>
2620
2621 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2622 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2623
2624 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2625
2626 * gdb.base/break-include.c, gdb.base/break-include.inc,
2627 gdb.base/break-include.exp: New files.
2628 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2629 line number now being the actual line number where the breakpoint
2630 was inserted.
2631 * gdb.mi/mi-break.exp: Likewise.
2632 * gdb.mi/mi-reverse.exp: Likewise.
2633 * gdb.mi/mi-simplerun.exp: Ditto.
2634
2635 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2636
2637 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2638 varobj.
2639 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2640
2641 2018-01-21 Don Breazeal <donb@codesourcery.com>
2642 Andrew Burgess <andrew.burgess@embecosm.com>
2643
2644 * gdb.mi/basics.c: Add new global.
2645 * gdb.mi/mi-frame-regs.exp: New file.
2646 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2647 case.
2648
2649 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2650
2651 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2652 non-parameter, and on an unknown symbol.
2653
2654 2018-01-19 Tom Tromey <tom@tromey.com>
2655
2656 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2657 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2658
2659 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2660
2661 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2662 setrlimit and chdir to int.
2663
2664 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2665
2666 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2667 function.
2668 (my_tend): Likewise.
2669 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2670 rationale of avoiding FP- and vector instructions.
2671
2672 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2673
2674 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2675 "info reg" with "\[ \t\]*".
2676 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2677 "\[ \t\]+".
2678 * gdb.arch/s390-multiarch.exp: Ditto.
2679 * gdb.base/pc-fp.exp: Ditto.
2680 * gdb.reverse/i386-precsave.exp: Ditto.
2681 * gdb.reverse/i386-reverse.exp: Ditto.
2682 * gdb.reverse/i387-env-reverse.exp: Ditto.
2683 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2684
2685 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2686
2687 * lib/gdb.exp (gdb_compile): Re-enable use of
2688 universal_compile_options for languages other than Rust.
2689
2690 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2691
2692 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2693
2694 2018-01-17 Mike Gulick <mgulick@mathworks.com>
2695
2696 PR gdb/16577
2697 * gdb.base/solib-vanish.exp: New.
2698 * gdb.base/solib-vanish-main.c: New.
2699 * gdb.base/solib-vanish-lib1.c: New.
2700 * gdb.base/solib-vanish-lib2.c: New.
2701
2702 2018-01-17 Yao Qi <yao.qi@linaro.org>
2703
2704 * gdb.compile/compile.exp: Match the address printed for
2705 frame in the output of command "bt".
2706
2707 2018-01-15 Tom Tromey <tom@tromey.com>
2708
2709 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2710 compute sp_reg.
2711
2712 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2713
2714 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2715 to prepare.
2716 (prepare): Return 0 on error, 1 on success.
2717
2718 2018-01-12 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.base/continue-after-aborted-step-over.c: New.
2721 * gdb.base/continue-after-aborted-step-over.exp: New.
2722
2723 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2724
2725 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2726 options when not creating an executable.
2727
2728 2018-01-11 Pedro Alves <palves@redhat.com>
2729
2730 PR remote/22597
2731 * gdb.server/stop-reply-no-thread.c: New file.
2732 * gdb.server/stop-reply-no-thread.exp: New file.
2733
2734 2018-01-10 Pedro Alves <palves@redhat.com>
2735
2736 PR gdb/22670
2737 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2738 functions too. Test setting breakpoints and printing C functions
2739 with no debug info too.
2740 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2741
2742 2018-01-10 Pedro Alves <palves@redhat.com>
2743
2744 PR gdb/22670
2745 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2746 a fail.
2747
2748 2018-01-10 Pedro Alves <palves@redhat.com>
2749
2750 PR gdb/22670
2751 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2752
2753 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2754
2755 * gdb.server/unittest.exp: Match the output in non-development
2756 mode.
2757
2758 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2759
2760 * gdb.gdb/unittest.exp: Match output in non-development mode.
2761
2762 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2763
2764 * gdb.ada/access_tagged_param.exp: Relax expected output
2765 for value of "ObjL" in "continue" to pck.inspect breakpoint
2766 test.
2767
2768 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2769
2770 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2771 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2772
2773 2018-01-05 Pedro Alves <palves@redhat.com>
2774
2775 PR gdb/18653
2776 * gdb.base/libsegfault.exp: New.
2777
2778 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2779
2780 PR gdb/22670
2781 * gdb.ada/access_tagged_param.exp: New file.
2782 * gdb.ada/access_tagged_param/foo.adb: New file.
2783
2784 2018-01-05 Pedro Alves <palves@redhat.com>
2785
2786 PR gdb/22670
2787 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2788 exercise lower case too, and to exercise both full matching and
2789 wild matching.
2790
2791 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2792
2793 * gdb.ada/rename_subscript_param: New testcase.
2794
2795 2018-01-05 Jerome Guitton <guitton@adacore.com>
2796
2797 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2798
2799 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2800
2801 * gdb.ada/convvar_comp: New testcase.
2802
2803 2018-01-05 Xavier Roirand <roirand@adacore.com>
2804
2805 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2806 (My_Table): New global variable.
2807 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2808
2809 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2810
2811 PR gdb/22670
2812 * gdb.ada/maint_with_ada: New testcase.
2813
2814 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2815
2816 PR gdb/22670
2817 * gdb.ada/bp_c_mixed_case: New testcase.
2818
2819 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2820
2821 PR gdb/22670
2822 * gdb.ada/complete.exp: Add "complete break ada" test.
2823
2824 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2825
2826 PR gdb/22670
2827 * gdb.ada/info_addr_mixed_case: New testcase.
2828
2829 2018-01-03 Xavier Roirand <roirand@adacore.com>
2830
2831 * gdb.ada/excep_handle.exp: New testcase.
2832 * gdb.ada/excep_handle/foo.adb: New file.
2833 * gdb.ada/excep_handle/pck.ads: New file.
2834
2835 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2836
2837 * gdb.base/step-line.c: Add extra empty line in copyright header.
2838 * gdb.base/step-line.inp: Likewise.
2839
2840 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2841
2842 * gdb.ada/dyn_stride.exp: Add slice test.
2843
2844 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2845
2846 * gdb.ada/dyn_stride: New testcase.
2847
2848 2017-12-27 Stafford Horne <shorne@gmail.com>
2849
2850 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2851 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2852
2853 2017-12-27 Stafford Horne <shorne@gmail.com>
2854
2855 * gdb.base/reggroups.c: New file.
2856 * gdb.base/reggroups.exp: New file.
2857
2858 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2859
2860 * gdb.dwarf2/ada-valprint-error.c: New file.
2861 * gdb.dwarf2/ada-valprint-error.exp: New file.
2862
2863 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2864
2865 * gdb.ada/assign_arr: New testcase.
2866
2867 2017-12-18 Xavier Roirand <roirand@adacore.com>
2868
2869 * gdb.ada/funcall_ptr: New testcase.
2870
2871 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2872
2873 PR cli/16224
2874 * gdb.base/ptype-offsets.cc: New file.
2875 * gdb.base/ptype-offsets.exp: New file.
2876
2877 2017-12-15 Yao Qi <yao.qi@linaro.org>
2878
2879 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2880 if XML is disabled.
2881
2882 2017-12-15 Xavier Roirand <roirand@adacore.com>
2883
2884 * gdb.ada/same_component_name: New testcase.
2885
2886 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2887
2888 * gdb.ada/str_binop_equal: New testcase.
2889
2890 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2891
2892 * gdb.ada/task_switch_in_core: New testcase.
2893
2894 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2895
2896 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2897 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2898 call test_bkpt_qualified.
2899 (test_bkpt_qualified): New proc.
2900
2901 2017-12-13 Pedro Alves <palves@redhat.com>
2902
2903 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2904 Tighten regexp by matching with an anchor.
2905
2906 2017-12-13 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2909 ("expression with namespace"): New set of tests.
2910 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2911 (Nested::Test_NS::qux): New.
2912 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2913 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2914
2915 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2916
2917 * gdb.base/server-del-break.c: New file.
2918 * gdb.base/server-del-break.exp: New file.
2919
2920 2017-12-12 Stafford Horne <shorne@gmail.com>
2921
2922 * gdb.xml/tdesc-regs.exp: Add or1k support.
2923
2924 2017-12-12 Stafford Horne <shorne@gmail.com>
2925
2926 * gdb.base/bp-permanent.c: Define nop of or1k.
2927
2928 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2929
2930 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2931 output with components being reordered.
2932
2933 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2934
2935 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2936 output with components being reordered.
2937
2938 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2939 Pedro Alves <palves@redhat.com>
2940
2941 * gdb.base/maint.exp (check for .gdb_index): Check also for
2942 .debug_names.
2943 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2944 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2945 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2946 (.gdb_index used after symbol reloading): Support also .debug_names.
2947 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2948
2949 2017-12-08 Yao Qi <yao.qi@linaro.org>
2950
2951 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2952 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2953
2954 2017-12-08 Yao Qi <yao.qi@linaro.org>
2955
2956 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2957 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2958
2959 2017-12-08 Yao Qi <yao.qi@linaro.org>
2960
2961 * gdb.arch/aarch64-tagged-pointer.c: New file.
2962 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2963
2964 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2965
2966 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2967 "int".
2968
2969 2017-12-07 Keith Seitz <keiths@redhat.com>
2970
2971 PR breakpoints/22569
2972 * gdb.linespec/ls-errs.exp: Change expected result of "break
2973 -source this file has spaces.c -line 3".
2974 Check that an explicit source file followed by whitespace is
2975 identified as an invalid explicit location.
2976
2977 2017-12-07 Keith Seitz <keiths@redhat.com>
2978
2979 * gdb.cp/nested-types.cc: New file.
2980 * gdb.cp/nested-types.exp: New file.
2981 * lib/cp-support.exp: Load data-structures.exp library.
2982 (debug_cp_test_ptype_class): New global.
2983 (cp_ptype_class_verbose, next_line): New procedures.
2984 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2985 Add and document new return value.
2986 Switch the list of lines to a queue.
2987 Add support for new `type' key for nested type definitions.
2988 Add debugging/troubleshooting messages.
2989 * lib/data-structures.exp: New file.
2990
2991 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2992
2993 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2994 with proc_with_prefix, don't use with_test_prefix.
2995
2996 2017-12-07 Tom Tromey <tom@tromey.com>
2997
2998 * gdb.base/break.exp: Add test for empty "commands".
2999
3000 2017-12-07 Yao Qi <yao.qi@linaro.org>
3001
3002 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3003 malloc and catch syscall.
3004
3005 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3006
3007 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3008 tests for explicit locations.
3009
3010 2017-12-06 Pedro Alves <palves@redhat.com>
3011
3012 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3013 force-disabling XML descriptions.
3014
3015 2017-12-04 Pedro Alves <palves@redhat.com>
3016
3017 PR gdb/22499
3018 * gdb.arch/amd64-disp-step-avx.S: New file.
3019 * gdb.arch/amd64-disp-step-avx.exp: New file.
3020
3021 2017-12-03 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3024 and <string.h>.
3025 (parent_function): Print distinct messages when waitpid fails, or
3026 the child exits with a signal, or the child exits for an unhandled
3027 reason.
3028 * gdb.threads/process-dies-while-detaching.exp
3029 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3030 it. Wait for both inferior output and GDB's prompt. Use an
3031 indirect spawn id list.
3032 (do_detach): New parameter 'child_exit'. Use it to compute
3033 expected inferior output.
3034 (test_detach, test_detach_watch, test_detach_killed_outside):
3035 Adjust to pass down the expected child exit kind.
3036
3037 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3038 Sergio Durigan Junior <sergiodj@redhat.com>
3039 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3042
3043 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3044
3045 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3046 to 'symbol-file' and 'add-symbol-file' can be
3047 position-independent.
3048
3049 2017-12-01 Yao Qi <yao.qi@linaro.org>
3050
3051 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3052 the URL in copyright header.
3053 * gdb.arch/aarch64-fp.exp: Likewise.
3054 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3055 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3056 * gdb.base/expand-psymtabs.exp: Likewise.
3057 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3058 * gdb.fortran/common-block.exp: Likewise.
3059 * gdb.fortran/common-block.f90: Likewise.
3060 * gdb.fortran/logical.exp: Likewise.
3061 * gdb.fortran/vla-datatypes.f90: Likewise.
3062 * gdb.fortran/vla-sub.f90: Likewise.
3063
3064 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3065
3066 * gdb.ada/repeat_dyn: New testcase.
3067
3068 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3069
3070 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3071 Update for changed thread numbering.
3072 * gdb.cell/bt.exp: Update for changed GDB output.
3073
3074 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3075
3076 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3077 setting isremote by hand.
3078 * boards/dwarf4-gdb-index.exp: Likewise.
3079 * boards/fission.exp: Likewise.
3080 * boards/stabs.exp: Likewise.
3081
3082 2017-11-30 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.linespec/cpls-ops.exp
3085 (check_explicit_skips_function_argument): Extract the underlying
3086 type of size_t instead of hardcoding it.
3087
3088 2017-11-29 Pedro Alves <palves@redhat.com>
3089
3090 PR c++/19436
3091 * gdb.linespec/cpls-abi-tag.cc: New file.
3092 * gdb.linespec/cpls-abi-tag.exp: New file.
3093
3094 2017-11-29 Pedro Alves <palves@redhat.com>
3095
3096 * gdb.base/langs.exp: Use -qualified.
3097 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3098 it.
3099 * gdb.cp/namespace.exp: Use -qualified.
3100 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3101 (overload-3, template-overload, template-ret-type, const-overload)
3102 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3103 procedures.
3104 (test_driver): Call them.
3105 * gdb.cp/save-bp-qualified.cc: New.
3106 * gdb.cp/save-bp-qualified.exp: New.
3107 * gdb.linespec/explicit.exp: Test -qualified.
3108 * lib/completion-support.exp (completion::explicit_opts_list): Add
3109 "-qualified".
3110 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3111
3112 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3113
3114 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3115
3116 2017-11-29 Tom Tromey <tom@tromey.com>
3117
3118 * gdb.base/relocate.exp: Update invalid argument test.
3119 Add new tests for invalid arguments.
3120
3121 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3122
3123 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3124 Return 0 as a long.
3125 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3126
3127 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3128
3129 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3130 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3131 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3132 func ().
3133 * gdb.cp/shadow.cc (B.func): Return 0.
3134
3135 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3136
3137 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3138 expected output in gdb_expect call to allow the exception
3139 message to be present as well. Fix syntax confusion to avoid
3140 TCL thinking that exception_name is an array.
3141
3142 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3143
3144 * gdb.arch/spu-info.c: Include <unistd.h>.
3145 (do_signal_test): Fix broken calls to write.
3146 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3147 Fix checks for empty mailboxes. Update signal tests for corrected
3148 do_signal_test routine. Allow nonzero event status.
3149 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3150 * gdb.cell/arch.exp: Use standard_output_file.
3151 * gdb.cell/break.exp: Likewise.
3152 * gdb.cell/bt.exp: Likewise.
3153 * gdb.cell/core.exp: Likewise.
3154 * gdb.cell/dwarfaddr.exp: Likewise.
3155 * gdb.cell/ea-cache.exp: Likewise.
3156 * gdb.cell/ea-standalone.exp: Likewise.
3157 * gdb.cell/f-regs.exp: Likewise.
3158 * gdb.cell/fork.exp: Likewise.
3159 * gdb.cell/gcore.exp: Likewise.
3160 * gdb.cell/mem-access.exp: Likewise.
3161 * gdb.cell/ptype.exp: Likewise.
3162 * gdb.cell/registers.exp: Likewise.
3163 * gdb.cell/sizeof.exp: Likewise.
3164 * gdb.cell/solib-symbol.exp: Likewise.
3165 * gdb.cell/solib.exp: Likewise.
3166
3167 2017-11-25 Pedro Alves <palves@redhat.com>
3168
3169 * gdb.base/complete-empty.exp: New file.
3170 * gdb.base/completion.exp: Adjust.
3171
3172 2017-11-25 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.linespec/cpls-ops.cc: New file.
3175 * gdb.linespec/cpls-ops.exp: New file.
3176 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3177 factored out from ...
3178 (test_complete_prefix_range): ... this.
3179
3180 2017-11-24 Pedro Alves <palves@redhat.com>
3181
3182 * gdb.linespec/cpcompletion.exp: New file.
3183 * gdb.linespec/cpls-hyphen.cc: New file.
3184 * gdb.linespec/cpls.cc: New file.
3185 * gdb.linespec/cpls2.cc: New file.
3186 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3187 test to use test_gdb_complete_unique. Add label completion,
3188 keyword completion and explicit location completion tests.
3189 * lib/completion-support.exp: New file.
3190
3191 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3192
3193 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3194 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3195 when hitting an exception catchpoint.
3196
3197 2017-11-22 Yao Qi <yao.qi@linaro.org>
3198
3199 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3200
3201 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3202
3203 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3204 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3205 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3206
3207 2017-11-22 Yao Qi <yao.qi@linaro.org>
3208
3209 * gdb.base/info-os.exp: Pass pthreads.
3210 * gdb.multi/multi-attach.exp: Likewise.
3211
3212 2017-11-22 Yao Qi <yao.qi@linaro.org>
3213
3214 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3215 compiler.
3216
3217 2017-11-22 Yao Qi <yao.qi@linaro.org>
3218
3219 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3220 * gdb.base/break-interp.exp: Likewise.
3221 * gdb.base/jit-attach-pie.exp: Likewise.
3222
3223 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3224
3225 * gdb.base/float128.c (large128): New variable.
3226 * gdb.base/float128.exp: Add test to print largest __float128 value.
3227
3228 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3229
3230 * gdb.arch/vsx-regs.exp: Update register content checks.
3231
3232 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3233
3234 * gdb.arch/ppc-longdouble.exp: New file.
3235 * gdb.arch/ppc-longdouble.c: Likewise.
3236
3237 2017-11-21 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3240
3241 2017-11-20 Pedro Alves <palves@redhat.com>
3242
3243 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3244 (long_double_typedef): New typedefs.
3245 Use DEF on double and long double.
3246 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3247 cases.
3248 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3249 and 'long_double_ptr_same_size' locals. Use them to decide
3250 whether cast from array/function to float is valid/invalid.
3251
3252 2017-11-17 Tom Tromey <tom@tromey.com>
3253
3254 * gdb.rust/traits.rs: New file.
3255 * gdb.rust/traits.exp: New file.
3256
3257 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3258
3259 * gdb.ada/minsyms: New testcase.
3260
3261 2017-11-16 Pedro Alves <palves@redhat.com>
3262
3263 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3264 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3265
3266 2017-11-16 Pedro Alves <palves@redhat.com>
3267
3268 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3269 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3270
3271 2017-11-16 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.server/reconnect-ctrl-c.c: New file.
3274 * gdb.server/reconnect-ctrl-c.exp: New file.
3275
3276 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3277
3278 * gdb.python/py-rbreak.exp: New file.
3279 * gdb.python/py-rbreak.c: New file.
3280 * gdb.python/py-rbreak-func2.c: New file.
3281
3282 2017-11-16 Pedro Alves <palves@redhat.com>
3283
3284 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3285 pattern.
3286 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3287 GDB.
3288
3289 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3290
3291 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3292 regex.
3293
3294 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3295
3296 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3297 test names.
3298
3299 2017-11-09 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3302 factored out from ...
3303 (top level): ... here, and adjusted to avoid expecting beyond the
3304 prompt in a single gdb_test_multiple.
3305
3306 2017-11-09 Pedro Alves <palves@redhat.com>
3307
3308 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3309 output.
3310 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3311 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3312 * gdb.server/ext-run.exp ("kill" test): Likewise.
3313 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3314
3315 2017-11-09 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3318 match till end of line.
3319
3320 2017-11-09 Pedro Alves <palves@redhat.com>
3321
3322 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3323
3324 2017-11-09 Pedro Alves <palves@redhat.com>
3325
3326 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3327 New procedures, factored out from ...
3328 (top level): ... here, and adjusted to avoid expecting beyond the
3329 prompt in one go.
3330
3331 2017-11-09 Pedro Alves <palves@redhat.com>
3332
3333 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3334 output. Fix '?' match.
3335
3336 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3337
3338 * gdb.ada/scoped_watch: New testcase.
3339 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3340 which is actually correct.
3341 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3342 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3343
3344 2017-11-08 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.gdb/complaints.exp (test_initial_complaints)
3347 (test_serial_complaints, test_short_complaints): Call
3348 complaint_internal instead of complaint.
3349
3350 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3351
3352 * gdb.threads/tls-core.c: New file.
3353 * gdb.threads/tls-core.exp: Likewise.
3354
3355 2017-11-08 Pedro Alves <palves@redhat.com>
3356
3357 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3358 (p Exported_Capitalized): New test.
3359 (p exported_capitalized): New test.
3360
3361 2017-11-07 Pedro Alves <palves@redhat.com>
3362
3363 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3364
3365 2017-11-07 Pedro Alves <palves@redhat.com>
3366
3367 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3368 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3369 (disable_invalid, disable_inverted, disable_negative): New
3370 procedures.
3371 ("bad numbers"): New set of tests.
3372
3373 2017-11-07 Pedro Alves <palves@redhat.com>
3374
3375 * gdb.cp/ena-dis-br-range.exp: Add tests.
3376
3377 2017-11-07 Pedro Alves <palves@redhat.com>
3378
3379 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3380
3381 2017-11-07 Xavier Roirand <roirand@adacore.com>
3382 Pedro Alves <palves@redhat.com>
3383
3384 * gdb.base/ena-dis-br.exp: Add reference to
3385 gdb.cp/ena-dis-br-range.exp.
3386 * gdb.cp/ena-dis-br-range.exp: New file.
3387 * gdb.cp/ena-dis-br-range.cc: New file.
3388
3389 2017-11-06 Pedro Alves <palves@redhat.com>
3390
3391 * gdb.base/attach-non-pgrp-leader.c: New.
3392 * gdb.base/attach-non-pgrp-leader.exp: New.
3393
3394 2017-11-06 Pedro Alves <palves@redhat.com>
3395
3396 * configure.ac: No longer check for termio.h and sgtty.h.
3397 * configure: Regenerate.
3398 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3399 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3400 Remove termio and sgtty code.
3401
3402 2017-11-03 Yao Qi <yao.qi@linaro.org>
3403
3404 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3405 in GDB is disabled.
3406
3407 2017-11-03 Yao Qi <yao.qi@linaro.org>
3408
3409 * gdb.python/py-thrhandle.exp: Skip it if python is not
3410 enabled.
3411
3412 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3413
3414 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3415 as a breakpoint command.
3416
3417 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3418
3419 PR python/21213
3420 * gdb.python/py-infthread.exp: Test calling
3421 InferiorThread.inferior () multiple times in a row.
3422
3423 2017-10-27 Keith Seitz <keiths@redhat.com>
3424
3425 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3426 Test "info break" for every inlined function breakpoint.
3427
3428 2017-10-27 Yao Qi <yao.qi@linaro.org>
3429
3430 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3431
3432 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3433
3434 * gdb.cp/classes.exp (test_static_members): Test printing
3435 Outer::instance.
3436 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3437 (Inner::instance, Outer::instance): New.
3438
3439 2017-10-24 Pedro Alves <palves@redhat.com>
3440
3441 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3442 extra console" test in two stages.
3443
3444 2017-10-24 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3447
3448 2017-10-24 Pedro Alves <palves@redhat.com>
3449
3450 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3451 loop.
3452
3453 2017-10-24 Pedro Alves <palves@redhat.com>
3454
3455 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3456 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3457
3458 2017-10-24 Pedro Alves <palves@redhat.com>
3459
3460 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3461 parameter and handle it. Don't output read value in test name.
3462
3463 2017-10-24 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3466 custom test name.
3467
3468 2017-10-24 Pedro Alves <palves@redhat.com>
3469
3470 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3471 include the unstable output directory name in the test's name.
3472 (initial_setup_simple) <'set args'>: Use custom test name.
3473
3474 2017-10-24 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3477 with explicit test name.
3478
3479 2017-10-20 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3482 'wait -i'. Use gdb_assert and remote_close.
3483
3484 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3485
3486 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3487 number from variable rather than hard-coded.
3488
3489 2017-10-19 Pedro Alves <palves@redhat.com>
3490
3491 * gdb.base/long-inferior-output.c: New file.
3492 * gdb.base/long-inferior-output.exp: New file.
3493
3494 2017-11-18 Keith Seitz <keiths@redhat.com>
3495
3496 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3497 method.
3498 (main): Call it.
3499 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3500 Add additional user-defined conversion operator tests.
3501
3502 2017-10-17 Pedro Alves <palves@redhat.com>
3503
3504 * boards/native-stdio-gdbserver.exp: Load "local-board".
3505
3506 2017-10-17 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/quit-live.c: New file.
3509 * gdb.base/quit-live.exp: New file.
3510
3511 2017-10-16 Keith Seitz <keiths@redhat.com>
3512
3513 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3514 (class_with_protected_typedef, class_with_private_typedef)
3515 (struct_with_public_typedef, struct_with_protected_typedef)
3516 (struct_with_private_typedef): New classes/structs.
3517 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3518 typedefs and access specifiers.
3519
3520 2017-10-16 Pedro Alves <palves@redhat.com>
3521 Simon Marchi <simon.marchi@polymtl.ca>
3522
3523 * README (Local vs Remote vs Native): New section.
3524 * boards/local-board.exp: New file, with bits factored out from
3525 ...
3526 * boards/native-extended-gdbserver.exp: ... here. Load
3527 "local-board".
3528 * boards/native-gdbserver.exp: Load "local-board".
3529 (${board}_spawn, ${board}_exec): Delete.
3530 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3531 ...
3532 * boards/stdio-gdbserver-base.exp: ... this new file.
3533 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3534 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3535 procedure.
3536 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3537 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3538 stdio_gdbserver_command.
3539 (${board}_get_remote_address, ${board}_get_comm_port)
3540 (${board}_download, ${board}_upload): Delete.
3541 (get_target_remote_pipe_cmd): New.
3542
3543 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3544
3545 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3546 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3547 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3548 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3549 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3550 remove with_test_prefix.
3551
3552 2017-10-13 Pedro Alves <palves@redhat.com>
3553
3554 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3555 * gdb.base/annota1.exp: Use it instead of is_remote.
3556 * gdb.base/annota3.exp: Use it instead of is_remote.
3557 * gdb.cp/annota2.exp: Use it instead of is_remote.
3558 * gdb.cp/annota3.exp: Use it instead of is_remote.
3559 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3560
3561 2017-10-13 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3564 (test_num_test_vars, run_and_count_vars, find_env)
3565 (test_set_unset_env, test_inherit_env_var): New procedures.
3566 (top level): Use them.
3567
3568 2017-10-13 Pedro Alves <palves@redhat.com>
3569
3570 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3571 also skip on stub-like targets.
3572
3573 2017-10-13 Pedro Alves <palves@redhat.com>
3574
3575 PR gdb/22293
3576 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3577 (top level): Move some tests to ...
3578 (test_not_found): ... this new procedure.
3579 (top level): Call it.
3580
3581 2017-10-13 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3584 expect different "info terminal" output if testing with a
3585 non-native target.
3586
3587 2017-10-13 Pedro Alves <palves@redhat.com>
3588 Simon Marchi <simon.marchi@polymtl.ca>
3589
3590 PR python/12966
3591 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3592
3593 2017-10-13 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3596 already.
3597
3598 2017-10-13 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3601 is_remote.
3602
3603 2017-10-13 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3606 is_remote.
3607
3608 2017-10-13 Pedro Alves <palves@redhat.com>
3609
3610 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3611 is set.
3612 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3613 instead of is_remote.
3614
3615 2017-10-13 Pedro Alves <palves@redhat.com>
3616
3617 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3618 (top level): Add comment.
3619
3620 2017-10-13 Pedro Alves <palves@redhat.com>
3621
3622 * gdb.base/remote.exp (top level): Fix comment typo and add
3623 missing return.
3624
3625 2017-10-13 Pedro Alves <palves@redhat.com>
3626 Simon Marchi <simon.marchi@polymtl.ca>
3627
3628 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3629 calls and add comments. Skip test if use_gdb_stub is set.
3630 (top level): Use "set cwd" command instead of "cd" command.
3631
3632 2017-10-13 Pedro Alves <palves@redhat.com>
3633
3634 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3635 is_remote target check.
3636
3637 2017-10-13 Pedro Alves <palves@redhat.com>
3638
3639 * gdb.base/scope.exp: Use build_executable + clean_restart +
3640 gdb_file_cmd instead of prepare_for_testing and no longer skip
3641 "before run" tests on is_remote target boards. Update comments.
3642 * boards/native-extended-gdbserver.exp
3643 (extended_gdbserver_load_last_file): New, factored out from ...
3644 (gdb_load): ... this. Move further below and add comment.
3645 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3646
3647 2017-10-12 Pedro Alves <palves@redhat.com>
3648
3649 * gdb.base/attach.exp: Remove references to gdb64.
3650 * gdb.base/dbx.exp: Remove references to gdb64.
3651
3652 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3653 Pedro Alves <palves@redhat.com>
3654
3655 * gdb.base/label.exp: Remove is_remote target check.
3656
3657 2017-10-12 Pedro Alves <palves@redhat.com>
3658
3659 * gdb.base/auvx.exp (coredir): Update comment.
3660 (top level) <core_works>: Use "set cwd" command instead of "cd"
3661 command.
3662
3663 2017-10-12 Pedro Alves <palves@redhat.com>
3664 Simon Marchi <simon.marchi@polymtl.ca>
3665
3666 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3667 target boards.
3668
3669 2017-10-12 Pedro Alves <palves@redhat.com>
3670 Simon Marchi <simon.marchi@polymtl.ca>
3671
3672 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3673 Instead skip if there's any gdb_protocol set.
3674
3675 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3676 Pedro Alves <palves@redhat.com>
3677
3678 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3679
3680 2017-10-12 Pedro Alves <palves@redhat.com>
3681 Simon Marchi <simon.marchi@polymtl.ca>
3682
3683 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3684 instead of on dejagnu remote boards.
3685
3686 2017-10-12 Pedro Alves <palves@redhat.com>
3687 Simon Marchi <simon.marchi@polymtl.ca>
3688
3689 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3690 checks. Use build_executable + clean_restart instead of
3691 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3692 of enabling non-stop after starting gdb.
3693
3694 2017-10-12 Pedro Alves <palves@redhat.com>
3695
3696 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3697 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3698 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3699 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3700
3701 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3702
3703 * gdb.arch/arc-tdesc-cpu.exp: New file.
3704 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3705
3706 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3707
3708 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3709
3710 2017-10-10 Pedro Alves <palves@redhat.com>
3711
3712 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3713 expect CLI output.
3714
3715 2017-10-10 Pedro Alves <palves@redhat.com>
3716
3717 * lib/selftest-support.exp (selftest_setup): Update for
3718 captured_command_loop's prototype change.
3719
3720 2017-10-09 Pedro Alves <palves@redhat.com>
3721
3722 Test both arch1=>arch2 and arch2=>arch1.
3723
3724 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3725 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3726 factored out to...
3727 (append_arch1_options, append_arch2_options, append_arch_options)
3728 (build_executables): New procedures.
3729 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3730 local.
3731 (top level): Add new 'first_arch' testing axis.
3732
3733 2017-10-09 Pedro Alves <palves@redhat.com>
3734
3735 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3736 (barrier): New.
3737 (thread_start, all_started): New functions.
3738 (main): Spawn new thread and wait until it is scheduled.
3739 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3740 option.
3741 (do_test): Add 'selected_thread' parameter. Run to all_started
3742 instead of main. Explicitly set the breakpoint at main. Switch
3743 to the SELECTED_THREAD thread.
3744 (top level): Test handling the exec event with either the main
3745 thread or the second thread selected.
3746
3747 2017-10-09 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3750 logic. Move STOP marker after the value checks.
3751 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3752 regexp.
3753
3754 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3755
3756 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3757
3758 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3759
3760 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3761 integer-to-dfp conversion.
3762 * gdb.base/dfp-test.exp: Likewise.
3763
3764 2017-10-04 Pedro Alves <palves@redhat.com>
3765
3766 * gdb.multi/hangout.c: Include <unistd.h>.
3767 (hangout_loop): New function.
3768 (main): Call alarm. Call hangout_loop in a loop.
3769 * gdb.multi/hello.c: Include <unistd.h>.
3770 (hello_loop): New function.
3771 (main): Call alarm. Call hangout_loop in a loop.
3772 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3773 inferior with the other selected.
3774
3775 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3776
3777 * gdb.mi/list-thread-groups-available.exp: New file.
3778 * gdb.mi/list-thread-groups-available.c: New file.
3779
3780 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3781
3782 * gdb.base/set-cwd.exp: Make it available on
3783 native-extended-gdbserver.
3784
3785 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3786
3787 * gdb.base/set-cwd.c: New file.
3788 * gdb.base/set-cwd.exp: Likewise.
3789
3790 2017-10-02 Tom Tromey <tom@tromey.com>
3791
3792 PR rust/22236:
3793 * gdb.rust/simple.rs (main): New variable "fslice".
3794 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3795
3796 2017-10-02 Tom Tromey <tom@tromey.com>
3797
3798 * gdb.rust/simple.exp: Test ptype of a slice.
3799
3800 2017-10-02 Tom Tromey <tom@tromey.com>
3801
3802 * gdb.rust/simple.exp: Test index of slice.
3803
3804 2017-09-27 Tom Tromey <tom@tromey.com>
3805
3806 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3807
3808 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3809 Pedro Alves <palves@redhat.com>
3810
3811 * gdb.base/compare-sections.exp (get value of read-only section): Read
3812 as unsigned value.
3813 (corrupt read-only section): Likewise and don't set written if patching
3814 failed.
3815
3816 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3817
3818 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3819 files.
3820
3821 2017-09-20 Pedro Alves <palves@redhat.com>
3822
3823 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3824 symbol names in gdb's output.
3825 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3826
3827 2017-09-20 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3830 Rename to ...
3831 (test_list_ambiguous_symbol): ... this and add a symbol name
3832 parameter. Adjust.
3833 (test_list_ambiguous_function): Reimplement on top of
3834 test_list_ambiguous_symbol and also test listing ambiguous
3835 variables.
3836 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3837 (ambiguous_fun): ... this.
3838 (ambiguous_var): New.
3839 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3840 (ambiguous_fun): ... this.
3841 (ambiguous_var): New.
3842
3843 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3844
3845 * gdb.base/starti.c: New file.
3846 * gdb.base/starti.exp: New file.
3847 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3848
3849 2017-09-14 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3852 (top level): Use it instead of runto.
3853
3854 2017-09-11 Tom Tromey <tom@tromey.com>
3855
3856 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3857
3858 2017-09-11 Tom Tromey <tom@tromey.com>
3859
3860 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3861 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3862
3863 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3864
3865 * gdb.fortran/printing-types.exp: New file.
3866 * gdb.fortran/printing-types.exp: New file.
3867
3868 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3869
3870 * gdb.fortran/vla-ptype.exp: Fix typos.
3871 * gdb.fortran/vla-value.exp: Same.
3872
3873 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3874
3875 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3876 * gdb.mi/mi-var-child-f.exp: Likewise.
3877 * gdb.mi/mi-vla-fortran.exp: Likewise.
3878
3879 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3880 Christoph Weinmann <christoph.t.weinmann@intel.com>
3881 Bernhard Heckel <bernhard.heckel@intel.com>
3882
3883 * gdb.fortran/ptr-indentation.f90: New file.
3884 * gdb.fortran/ptr-indentation.exp: New file.
3885
3886 2017-09-05 Tom Tromey <tom@tromey.com>
3887
3888 PR gdb/22010:
3889 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3890
3891 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3892
3893 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3894
3895 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3896
3897 * gdb.threads/tls-nodebug-pie.c: New file.
3898 * gdb.threads/tls-nodebug-pie.exp: New file.
3899
3900 2017-09-05 Tom Tromey <tom@tromey.com>
3901
3902 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3903 for rust.
3904
3905 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3906
3907 * gdb.multi/multi-arch-exec.exp: Test with different
3908 "follow-exec-mode" settings.
3909 (do_test): New procedure.
3910
3911 2017-09-04 Pedro Alves <palves@redhat.com>
3912
3913 * gdb.base/func-static.c (S::method const, S::method volatile)
3914 (S::method volatile const): New methods.
3915 (c_s, v_s, cv_s): New instances.
3916 (main): Call method() on them.
3917 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3918 (cannot_resolve): New procedure.
3919 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3920 print-quote-unquoted columns.
3921 (do_test): Test printing each scope too.
3922
3923 2017-09-04 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.base/local-static.exp: Also test with
3926 class::method::variable wholly quoted.
3927 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3928
3929 2017-09-04 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.base/local-static.c: New.
3932 * gdb.base/local-static.cc: New.
3933 * gdb.base/local-static.exp: New.
3934
3935 2017-09-04 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.asm/asm-source.exp: Add casts to int.
3938 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3939 (dataglobal64_1, dataglobal64_2): New globals.
3940 * gdb.base/nodebug.exp: Test different expressions involving the
3941 new globals, with print, whatis and ptype. Add casts to int.
3942 * gdb.base/solib-display.exp: Add casts to int.
3943 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3944 * gdb.cp/m-static.exp: Add cast to int.
3945 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3946 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3947 tls variable with no debug info without a cast. Test with a cast
3948 to int too.
3949 * gdb.trace/entry-values.exp: Add casts.
3950
3951 2017-09-04 Pedro Alves <palves@redhat.com>
3952
3953 * gdb.base/nodebug.exp: Test that ptype's error about functions
3954 with unknown return type includes the function name too.
3955
3956 2017-09-04 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3959 return type of munmap in infcall.
3960 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3961 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3962 type of ftell in infcall.
3963 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3964 type of getpid in infcall.
3965 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3966 infcall.
3967 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3968 Bail on failure to extract the pid.
3969 * gdb.base/nodebug.c: #include <stdint.h>.
3970 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3971 New functions.
3972 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3973 Change expected output of print/whatis/ptype with functions with
3974 no debug info. Test all supported languages. Call
3975 test_call_promotion.
3976 * gdb.compile/compile.exp: Adjust expected output to expect
3977 warning.
3978 * gdb.threads/siginfo-threads.exp: Likewise.
3979
3980 2017-09-04 Pedro Alves <palves@redhat.com>
3981
3982 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3983 "prototypes". Test calling float functions via prototyped and
3984 unprototyped function pointers.
3985 (perform_all_tests): New parameter "prototypes". Pass it down.
3986 (top level): Pass down "prototypes" parameter to
3987 perform_all_tests.
3988
3989 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3990
3991 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3992 Test with nested loops.
3993
3994 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3995
3996 * gdb.base/commands.exp: Call the new procedures.
3997 (loop_break_test, loop_continue_test): New procedures.
3998
3999 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4000
4001 * gdb.base/commands.exp: Call new procedure.
4002 (define_if_without_arg_test): New procedure.
4003
4004 2017-09-04 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.base/list-ambiguous.exp: New file.
4007 * gdb.base/list-ambiguous0.c: New file.
4008 * gdb.base/list-ambiguous1.c: New file.
4009 * gdb.base/list.exp (test_list_range): Adjust expected output.
4010
4011 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4012
4013 * gdb.base/share-env-with-gdbserver.c: New file.
4014 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4015
4016 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4017
4018 * gdb.base/commands.exp (gdbvar_simple_if_test,
4019 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4020 progvar_simple_if_test, progvar_simple_while_test,
4021 progvar_complex_if_while_test, user_defined_command_test,
4022 user_defined_command_args_eval,
4023 user_defined_command_args_stack_test,
4024 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4025 temporary_breakpoint_commands,
4026 gdb_test_no_prompt, redefine_hook_test,
4027 redefine_backtrace_test): Remove "global gdb_prompt".
4028
4029 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4030
4031 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4032 New proc, call it from toplevel.
4033
4034 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4035
4036 PR remote/21852
4037 * gdb.server/normal.c: New file, copied from gdb.base.
4038 * gdb.server/run-without-local-binary.exp: New file.
4039
4040 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4041
4042 * gdb.arch/sparc64-adi.exp: New file.
4043 * gdb.arch/sparc64-adi.c: New file.
4044
4045 2017-08-22 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4048 (top level): Add "list all overloads" tests.
4049
4050 2017-08-22 Tom Tromey <tom@tromey.com>
4051
4052 * gdb.gdb/xfullpath.exp: Remove.
4053
4054 2017-08-21 Pedro Alves <palves@redhat.com>
4055
4056 PR gdb/19487
4057 * gdb.base/symbol-alias.c: New.
4058 * gdb.base/symbol-alias2.c: New.
4059 * gdb.base/symbol-alias.exp: New.
4060
4061 2017-08-21 Pedro Alves <palves@redhat.com>
4062
4063 * gdb.base/dfp-test.c
4064 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4065 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4066 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4067 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4068 * gdb.base/whatis-ptype-typedefs.c: New.
4069 * gdb.base/whatis-ptype-typedefs.exp: New.
4070 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4071 (an_int, an_int_type, an_int_type2): New globals.
4072 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4073 involving typedefs and cast expressions.
4074 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4075 (lookup_typedefs_function): New.
4076 (typedefs_pretty_printers_dict): New.
4077 (top level): Register lookup_typedefs_function in
4078 gdb.pretty_printers.
4079
4080 2017-08-18 Yao Qi <yao.qi@linaro.org>
4081
4082 * gdb.server/unittest.exp: New.
4083
4084 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4085
4086 PR gdb/21954
4087 * gdb.base/environ.exp: Add test to check if 'unset environment'
4088 works.
4089
4090 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4091
4092 * lib/gdb.exp (universal_compile_options): New caching proc.
4093 (gdb_compile): Suppress GCC's coloring of messages.
4094
4095 2017-08-14 Tom Tromey <tom@tromey.com>
4096
4097 PR gdb/21675:
4098 * gdb.base/printcmds.exp (test_radices): New function.
4099 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4100 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4101 * lib/gdb.exp (get_integer_valueof): Use p/d.
4102
4103 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4104
4105 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4106 characters.
4107
4108 2017-08-05 Tom Tromey <tom@tromey.com>
4109
4110 * gdb.rust/simple.exp: Allow String to appear in a different
4111 namespace.
4112
4113 2017-07-26 Yao Qi <yao.qi@linaro.org>
4114
4115 * gdb.gdb/unittest.exp: Invoke command
4116 "maintenance check xml-descriptions".
4117
4118 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4119
4120 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4121 calling context.
4122 (hex128): Drop erroneous calculation of parameters.
4123
4124 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4125
4126 * gdb.python/py-unwind.exp: Disable stack protection when
4127 building test file.
4128
4129 2017-07-20 Pedro Alves <palves@redhat.com>
4130
4131 * gdb.base/default.exp (set language): Adjust expected output.
4132
4133 2017-07-20 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4136 (test_minsym): ... this, and make static.
4137 (get_pck__foo__bar__minsym): Rename to ...
4138 (get_test_minsym): ... this.
4139 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4140 symbol names and comments.
4141 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4142 (get_test_minsym): ... this.
4143 (pck__foo__bar__minsym__2): Rename to ...
4144 (test_minsym): ... this.
4145 (main): Adjust.
4146
4147 2017-07-17 Pedro Alves <palves@redhat.com>
4148
4149 * gdb.base/completion.exp: Adjust expected output.
4150 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4151 the completer works.
4152
4153 2017-07-17 Pedro Alves <palves@redhat.com>
4154
4155 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4156
4157 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4158
4159 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4160
4161 2017-07-14 Tom Tromey <tom@tromey.com>
4162
4163 PR rust/21764:
4164 * gdb.rust/simple.exp: Add tests.
4165
4166 2017-07-14 Tom Tromey <tom@tromey.com>
4167
4168 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4169
4170 2017-07-14 Pedro Alves <palves@redhat.com>
4171
4172 * gdb.linespec/base/one/thefile.cc (z1): New function.
4173 * gdb.linespec/base/two/thefile.cc (z2): New function.
4174 * gdb.linespec/linespec.exp: Add tests.
4175
4176 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4177
4178 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4179 to mi_create_breakpoint.
4180
4181 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4182
4183 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4184 mi_create_breakpoint.
4185
4186 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4187
4188 * gdb.dlang/demangle.exp: Update for demangling changes.
4189
4190 2017-07-09 Tom Tromey <tom@tromey.com>
4191
4192 * gdb.dwarf2/shortpiece.exp: New file.
4193
4194 2017-07-06 David Blaikie <dblaikie@gmail.com>
4195
4196 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4197 built from fissiont-multi-cu{1,2}.c.
4198 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4199 except putting 'main' and 'func' in separate CUs in the same DWO file.
4200 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4201 test.
4202 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4203 test.
4204
4205 2017-07-06 Pedro Alves <palves@redhat.com>
4206
4207 * gdb.python/py-unwind.exp: Test flushregs.
4208
4209 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4210
4211 PR cli/21688
4212 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4213 tests for alias commands and trailing whitespace.
4214
4215 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4216
4217 PR cli/21688
4218 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4219 procedure. Call it.
4220
4221 2017-06-29 Pedro Alves <palves@redhat.com>
4222
4223 * gdb.base/printcmds.exp: Add tests.
4224
4225 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4226
4227 PR gdb/21337
4228 * gdb.base/reread-readsym.exp: New file.
4229 * gdb.base/reread-readsym.c: New file.
4230
4231 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4232
4233 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4234 subpattern.
4235
4236 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4237
4238 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4239 extended mnemonic.
4240 * gdb.arch/powerpc-power9.s: Likewise.
4241
4242 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4243
4244 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4245 on 32-bit x86 targets. Exploit is_*_target macros where
4246 appropriate.
4247
4248 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4249
4250 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4251 register pieces.
4252
4253 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4254
4255 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4256 located in one or more DWARF pieces.
4257
4258 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4259
4260 * lib/gdb.exp (get_endianness): New proc.
4261 * gdb.arch/aarch64-fp.exp: Use it.
4262 * gdb.arch/altivec-regs.exp: Likewise.
4263 * gdb.arch/e500-regs.exp: Likewise.
4264 * gdb.arch/vsx-regs.exp: Likewise.
4265 * gdb.base/dump.exp: Likewise.
4266 * gdb.base/funcargs.exp: Likewise.
4267 * gdb.base/gnu_vector.exp: Likewise.
4268 * gdb.dwarf2/formdata16.exp: Likewise.
4269 * gdb.dwarf2/implptrpiece.exp: Likewise.
4270 * gdb.dwarf2/nonvar-access.exp: Likewise.
4271 * gdb.python/py-inferior.exp: Likewise.
4272 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4273
4274 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4275
4276 PR gdb/21226
4277 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4278 stack value pieces are taken from the LSB end.
4279
4280 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4281
4282 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4283 variable at nonzero offset.
4284
4285 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4286
4287 * gdb.dwarf2/var-access.c: New file.
4288 * gdb.dwarf2/var-access.exp: New test.
4289 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4290
4291 2017-06-12 Tom Tromey <tom@tromey.com>
4292
4293 * gdb.dwarf2/formdata16.exp: Add tests.
4294
4295 2017-06-12 Tom Tromey <tom@tromey.com>
4296
4297 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4298
4299 2017-06-12 Tom Tromey <tom@tromey.com>
4300
4301 PR exp/16225:
4302 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4303 * gdb.arch/vsx-regs.exp: Update tests.
4304 * gdb.arch/s390-vregs.exp (hex128): New proc.
4305 Update test.
4306 * gdb.arch/altivec-regs.exp: Update tests.
4307
4308 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4309
4310 * gdb.base/startup-with-shell.c: New file.
4311 * gdb.base/startup-with-shell.exp: Likewise.
4312
4313 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4314
4315 * gdb.server/non-existing-program.exp: Update regex in order to
4316 reflect the fact that gdbserver is now using fork_inferior (with a
4317 shell) to startup the inferior.
4318
4319 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4320
4321 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4322 support function calls from GDB.
4323
4324 2017-05-21 Tom Tromey <tom@tromey.com>
4325
4326 PR rust/21466:
4327 * gdb.rust/unsized.exp: New file.
4328 * gdb.rust/unsized.rs: New file.
4329
4330 2017-05-19 Tom Tromey <tom@tromey.com>
4331
4332 PR rust/21484:
4333 * gdb.rust/watch.exp: New file.
4334 * gdb.rust/watch.rs: New file.
4335
4336 2017-05-18 Tom Tromey <tom@tromey.com>
4337
4338 * gdb.rust/simple.exp: Allow Box to be qualified.
4339
4340 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4341
4342 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4343
4344 2017-05-18 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.base/fileio.c (test_write, test_read, test_close)
4347 (test_fstat): Don't print 'ret' in the fail path.
4348
4349 2017-05-18 Pedro Alves <palves@redhat.com>
4350
4351 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4352 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4353 (test_system, test_rename, test_unlink, test_time): Change
4354 prototypes.
4355 * gdb.base/fileio.exp (stop_msg): Adjust.
4356
4357 2017-05-18 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.base/fileio.c (null_str): New global.
4360 (test_stat): Use it.
4361 * gdb.base/fileio.exp: Remove nowarnings.
4362
4363 2017-05-17 Yao Qi <yao.qi@linaro.org>
4364
4365 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4366
4367 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4368
4369 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4370 argument command.
4371 (top-level): Invoke test_set_inferior_tty.
4372
4373 2017-05-04 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4376 Add parens to print call for Python 3.
4377
4378 2017-05-03 Keith Seitz <keiths@redhat.com>
4379
4380 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4381 (main): Call it.
4382
4383 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4384
4385 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4386 to prev and next.
4387
4388 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4389
4390 * gdb.python/py-record-btrace.exp: Remove test for
4391 gdb.BtraceInstruction.error.
4392
4393 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4394
4395 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4396
4397 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4398
4399 * gdb.python/py-record-btrace-threads.c: New file.
4400 * gdb.python/py-record-btrace-threads.exp: New file.
4401
4402 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4403
4404 PR testsuite/8595
4405 * gdb.base/environ.exp: Make test available in all architectures.
4406 Move bits related to "info program" testing to
4407 gdb.base/info-program.exp. Rewrite tests to use the two new
4408 procedures mentione below.
4409 (test_set_show_env_var) New procedure.
4410 (test_set_show_env_var_equal): Likewise.
4411 * gdb.base/info-program.exp: New file.
4412
4413 2017-04-27 Keith Seitz <keiths@redhat.com>
4414
4415 * gdb.cp/oranking.cc (test15): New function.
4416 (main): Call test15 and declare additional variables for testing.
4417 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4418 "p foo101('abc')" tests.
4419 Add tests for cv qualifier overloads.
4420 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4421 "lvalue reference overload" test.
4422 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4423 "print value of f1 on Child&& in f2" test.
4424
4425 2017-04-19 Pedro Alves <palves@redhat.com>
4426
4427 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4428 procedure.
4429 (top level): Call it.
4430 * lib/gdb.exp (gdb_define_cmd): New procedure.
4431
4432 2017-04-12 Pedro Alves <palves@redhat.com>
4433
4434 PR gdb/21323
4435 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4436 (wchar): New global.
4437 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4438 (do_test_wide_char, wide_char_types_no_program, top level): Add
4439 wchar_t testing.
4440
4441 2017-04-12 Pedro Alves <palves@redhat.com>
4442
4443 PR c++/21323
4444 * gdb.cp/wide_char_types.c: New file.
4445 * gdb.cp/wide_char_types.exp: New file.
4446
4447 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4448
4449 PR gdb/21352
4450 * gdb.trace/tsv.exp: Add test for "tsave -r".
4451
4452 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4453
4454 * gdb.dlang/watch-loc.c: New file.
4455 * gdb.dlang/watch-loc.exp: New file.
4456
4457 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4458
4459 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4460
4461 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4462
4463 * gdb.arch/arc-analyze-prologue.S: New file.
4464 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4465
4466 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4467
4468 * gdb.arch/arc-decode-insn.S: New file.
4469 * gdb.arch/arc-decode-insn.exp: Likewise.
4470
4471 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4472
4473 PR tdep/20928
4474 * gdb.arch/sparc64-regs.exp: New file.
4475 * gdb.arch/sparc64-regs.S: Likewise.
4476
4477 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4478
4479 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4480 and memory view on Python 3.
4481
4482 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4483 Keith Seitz <keiths@redhat.com>
4484
4485 PR gdb/14441
4486 * gdb.cp/demangle.exp: Add rvalue reference tests.
4487 * gdb.cp/rvalue-ref-casts.cc: New file.
4488 * gdb.cp/rvalue-ref-casts.exp: New file.
4489 * gdb.cp/rvalue-ref-overload.cc: New file.
4490 * gdb.cp/rvalue-ref-overload.exp: New file.
4491 * gdb.cp/rvalue-ref-params.cc: New file.
4492 * gdb.cp/rvalue-ref-params.exp: New file.
4493 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4494 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4495 * gdb.cp/rvalue-ref-types.cc: New file.
4496 * gdb.cp/rvalue-ref-types.exp: New file.
4497 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4498 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4499
4500 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4501
4502 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4503 New procedure.
4504
4505 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4506
4507 * lib/mi-support.exp (mi_gdb_test): Add additional message
4508 for unexpected output.
4509
4510 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4511
4512 * gdb.base/examine-backward.c (Barrier): New character array
4513 constant, to ensure that TestStrings is preceded by a string
4514 terminator.
4515
4516 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4517
4518 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4519 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4520 and implicit pointer into such a location.
4521
4522 2017-03-16 Doug Evans <dje@google.com>
4523
4524 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4525
4526 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4527
4528 * gdb.cp/m-static.exp: Fix expectation for prototype of
4529 test5.single_constructor and single_constructor::single_constructor.
4530
4531 2017-03-16 Doug Evans <dje@google.com>
4532
4533 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4534 * gdb.guile/scm-lazy-string.c: New file.
4535 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4536 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4537 for pointer, array, typedef lazy strings.
4538
4539 2017-03-16 Doug Evans <dje@google.com>
4540
4541 PR python/17728, python/18439, python/18779
4542 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4543 * gdb.python/py-lazy-string.c (pointer): New typedef.
4544 (main): New locals ptr, array, typedef_ptr.
4545 * gdb.python/py-value.exp: Move lazy string tests to ...
4546 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4547 array, typedef lazy strings.
4548
4549 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4550
4551 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4552 Add optional 'test' parameter.
4553
4554 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4555
4556 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4557 Skip for versions of DejaGnu < 1.5.
4558
4559 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4560
4561 * lib/gdb.exp (dejagnu_version): New proc.
4562 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4563 Use dejagnu_version.
4564
4565 2017-03-10 Keith Seitz <keiths@redhat.com>
4566
4567 PR c++/8128
4568 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4569 type from destructor regexps.
4570 Add a branch which actually passes the test.
4571 Adjust "ptype t5i" test names.
4572
4573 2017-03-08 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.base/step-over-exit.exp: Add explicit test message.
4576
4577 2017-03-08 Pedro Alves <palves@redhat.com>
4578
4579 PR gdb/18360
4580 * gdb.threads/interrupt-while-step-over.c: New file.
4581 * gdb.threads/interrupt-while-step-over.exp: New file.
4582
4583 2017-03-08 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4586 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4587
4588 2017-03-08 Pedro Alves <palves@redhat.com>
4589
4590 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4591 PKRU as not supported as a PASS.
4592
4593 2017-03-08 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4596 prefix instead of $binfile1/$binfile2.
4597 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4598 in test message.
4599 * gdb.python/py-completion.exp: Use "load python file" as test
4600 messages instead of unstable path names.
4601
4602 2017-03-08 Pedro Alves <palves@redhat.com>
4603 Jan Kratochvil <jan.kratochvil@redhat.com>
4604
4605 PR cli/21218
4606 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4607 New proc.
4608 (top level): Call it.
4609
4610 2017-03-08 Pedro Alves <palves@redhat.com>
4611
4612 PR tui/21216
4613 * gdb.tui/tui-nl-filtered-output.exp: New file.
4614
4615 2017-03-08 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.base/completion.exp: Move TUI completion tests to ...
4618 * gdb.tui/completion.exp: ... this new file.
4619
4620 2017-03-08 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.base/tui-disasm-long-lines.c,
4623 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4624 gdb.base/tui-layout.exp: Move to ...
4625 * gdb.tui/: ... this new directory.
4626
4627 2017-03-07 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.base/tui-layout.c: New file.
4630 * gdb.base/tui-layout.exp: New file.
4631
4632 2017-03-07 Pedro Alves <palves@redhat.com>
4633
4634 * gdb.base/tui-layout.c: Rename to ...
4635 * gdb.base/tui-disasm-long-lines.c: ... this.
4636 * gdb.base/tui-layout.exp: Rename to ...
4637 * gdb.base/tui-disasm-long-lines.exp: ... this.
4638
4639 2017-03-07 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4642
4643 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4644
4645 * i386-mpx-call.c: New file.
4646 * i386-mpx-call.exp: New file.
4647
4648 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4649
4650 * gdb.arch/powerpc-power.exp: Delete test.
4651 * gdb.arch/powerpc-power.s: Likewise.
4652 * gdb.disasm/disassembler-options.exp: New test.
4653 * gdb.arch/powerpc-altivec.exp: Likewise.
4654 * gdb.arch/powerpc-altivec.s: Likewise.
4655 * gdb.arch/powerpc-altivec2.exp: Likewise.
4656 * gdb.arch/powerpc-altivec2.s: Likewise.
4657 * gdb.arch/powerpc-altivec3.exp: Likewise.
4658 * gdb.arch/powerpc-altivec3.s: Likewise.
4659 * gdb.arch/powerpc-power7.exp: Likewise.
4660 * gdb.arch/powerpc-power7.s: Likewise.
4661 * gdb.arch/powerpc-power8.exp: Likewise.
4662 * gdb.arch/powerpc-power8.s: Likewise.
4663 * gdb.arch/powerpc-power9.exp: Likewise.
4664 * gdb.arch/powerpc-power9.s: Likewise.
4665 * gdb.arch/powerpc-vsx.exp: Likewise.
4666 * gdb.arch/powerpc-vsx.s: Likewise.
4667 * gdb.arch/powerpc-vsx2.exp: Likewise.
4668 * gdb.arch/powerpc-vsx2.s: Likewise.
4669 * gdb.arch/powerpc-vsx3.exp: Likewise.
4670 * gdb.arch/powerpc-vsx3.s: Likewise.
4671 * gdb.arch/arm-disassembler-options.exp: Likewise.
4672 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4673 * gdb.arch/s390-disassembler-options.exp: Likewise.
4674
4675 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
4676
4677 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4678 (check_supported_features): ... this. Changed return type to void.
4679 (supports_rdseed): New static global.
4680 (rdseed): Check supports_rdseed.
4681 (initialize): Call check_supported_features.
4682
4683 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4684
4685 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4686 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4687 and lqarx/stqcx.
4688 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4689 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4690
4691 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4692
4693 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4694 uppercase.
4695
4696 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4697
4698 * gdb.dwarf2/formdata16.c: New file.
4699 * gdb.dwarf2/formdata16.exp: New file.
4700 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4701
4702 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4703
4704 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4705 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4706 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4707 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4708 DW_AT_GNU_*.
4709
4710 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4711
4712 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4713
4714 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4715
4716 PR gdb/21164
4717 * gdb.base/maint.exp: Add testcases for when the commands do
4718 not have arguments.
4719
4720 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4721
4722 * gdb.cp/chained-calls.exp: Use p instead of P.
4723
4724 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4725
4726 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4727 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4728
4729 2017-02-14 Tom Tromey <tom@tromey.com>
4730
4731 PR python/13598:
4732 * gdb.python/py-events.exp: Add before_prompt event tests.
4733
4734 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4735
4736 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4737
4738 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4739
4740 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4741 (main): Call my_unique_function_name.
4742 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4743 completion of patterns with a single match.
4744 Add missing -re switches to gdb_test_multiple calls.
4745
4746 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4747
4748 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4749 return if core file is not recognized.
4750
4751 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4752
4753 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4754 and extra UIs.
4755
4756 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4757
4758 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4759 proc_with_prefix.
4760
4761 2017-02-10 Tom Tromey <tom@tromey.com>
4762
4763 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4764
4765 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
4766
4767 PR gdb/21122
4768 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4769
4770 2017-02-08 Jerome Guitton <guitton@adacore.com>
4771
4772 * gdb.base/define.exp: Add test for command abbreviations
4773 in define.
4774
4775 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
4776
4777 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4778 * gdb.reverse/insn-reverse-x86.c: New file.
4779
4780 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4781
4782 PR tdep/20936
4783 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4784
4785 2017-02-03 Tom Tromey <tom@tromey.com>
4786
4787 PR rust/21097:
4788 * gdb.rust/simple.exp: Add new tests.
4789
4790 2017-02-02 Pedro Alves <palves@redhat.com>
4791
4792 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4793 tests.
4794
4795 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4796
4797 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4798 taking a 2-byte value out of a 4-byte DWARF implicit value on
4799 big-endian targets.
4800 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4801 logic. Add test cases for DW_OP_implicit.
4802
4803 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4804
4805 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4806
4807 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4808
4809 * gdb.btrace/enable.exp: Call gdb_exit before
4810 skip_gdbserver_tests.
4811
4812 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4813
4814 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4815 GDBFLAGS.
4816
4817 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4818
4819 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4820 the test is skipped.
4821 * gdb.btrace/data.exp: Likewise.
4822 * gdb.btrace/delta.exp: Likewise.
4823 * gdb.btrace/dlopen.exp: Likewise.
4824 * gdb.btrace/enable-running.exp: Likewise.
4825 * gdb.btrace/enable.exp: Likewise.
4826 * gdb.btrace/exception.exp: Likewise.
4827 * gdb.btrace/function_call_history.exp: Likewise.
4828 * gdb.btrace/gcore.exp: Likewise.
4829 * gdb.btrace/instruction_history.exp: Likewise.
4830 * gdb.btrace/multi-thread-step.exp: Likewise.
4831 * gdb.btrace/nohist.exp: Likewise.
4832 * gdb.btrace/non-stop.exp: Likewise.
4833 * gdb.btrace/reconnect.exp: Likewise.
4834 * gdb.btrace/record_goto-step.exp: Likewise.
4835 * gdb.btrace/record_goto.exp: Likewise.
4836 * gdb.btrace/rn-dl-bind.exp: Likewise.
4837 * gdb.btrace/segv.exp: Likewise.
4838 * gdb.btrace/step.exp: Likewise.
4839 * gdb.btrace/stepi.exp: Likewise.
4840 * gdb.btrace/tailcall-only.exp: Likewise.
4841 * gdb.btrace/tailcall.exp: Likewise.
4842 * gdb.btrace/tsx.exp: Likewise.
4843 * gdb.btrace/unknown_functions.exp: Likewise.
4844 * gdb.btrace/vdso.exp: Likewise.
4845
4846 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4847
4848 * gdb.btrace/enable-running.c: New.
4849 * gdb.btrace/enable-running.exp: New.
4850
4851 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4852
4853 * gdb.arch/amd64-gs_base.c: New file.
4854 * gdb.arch/amd64-gs_base.exp: New file.
4855
4856 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4857
4858 * lib/memory.exp: Remove spurious empty newlines.
4859
4860 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4861
4862 * gdb.python/py-bad-printers.exp: Load python file using "source".
4863 * gdb.python/py-events.exp: Likewise.
4864 * gdb.python/py-evsignal.exp: Likewise.
4865 * gdb.python/py-evthreads.exp: Likewise.
4866 * gdb.python/py-frame-args.exp: Likewise.
4867 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4868 * gdb.python/py-framefilter-mi.exp: Likewise.
4869 * gdb.python/py-framefilter.exp: Likewise.
4870 * gdb.python/py-mi.exp: Likewise.
4871 * gdb.python/py-pp-maint.exp: Likewise.
4872 * gdb.python/py-pp-registration.exp: Likewise.
4873 * gdb.python/py-prettyprint.exp: Likewise.
4874 (run_lang_tests): Likewise.
4875 * gdb.python/py-typeprint.exp: Likewise.
4876
4877 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4878
4879 * lib/memory.exp: New file.
4880 * lib/gdb.exp: Load memory.exp.
4881 * gdb.base/memattr.exp (delete_memory): Move proc to
4882 lib/memory.exp and rename to delete_memory_regions.
4883 Replace delete_memory with delete_memory_regions.
4884 Cleanup memory regions before tests.
4885 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4886 before tests.
4887
4888 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4889
4890 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4891 files.
4892 (initialize): New function conditionally defined.
4893 (testcases): Move within conditional block.
4894 (main): Call initialize.
4895 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4896 of gdb.reverse/insn-reverse.c.
4897 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4898 gdb.reverse/insn-reverse.c.
4899
4900 2017-01-26 Yao Qi <yao.qi@linaro.org>
4901
4902 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4903 disassemble on address 0.
4904
4905 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4906 Yao Qi <yao.qi@linaro.org>
4907
4908 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4909 * gdb.dwarf2/implptr-64bit.S: Remove.
4910 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4911 variables in caller's context. Add DW_OP_implicit_value.
4912
4913 2017-01-25 Yao Qi <yao.qi@linaro.org>
4914
4915 * lib/dwarf.exp (Dwarf::_location): Handle
4916 DW_OP_GNU_implicit_pointer with proper size.
4917
4918 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4919
4920 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4921 and add untested calls.
4922
4923 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4924
4925 * gdb.python/python.exp: Check line number against what GDB thinks
4926 the line number is for func1.
4927
4928 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4929
4930 * gdb.dlang/debug-expr.exp: New file.
4931
4932 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4933
4934 Fix test names for the following files:
4935
4936 * gdb.ada/exec_changed.exp
4937 * gdb.ada/info_types.exp
4938 * gdb.arch/aarch64-atomic-inst.exp
4939 * gdb.arch/aarch64-fp.exp
4940 * gdb.arch/altivec-abi.exp
4941 * gdb.arch/altivec-regs.exp
4942 * gdb.arch/amd64-byte.exp
4943 * gdb.arch/amd64-disp-step.exp
4944 * gdb.arch/amd64-dword.exp
4945 * gdb.arch/amd64-entry-value-inline.exp
4946 * gdb.arch/amd64-entry-value-param.exp
4947 * gdb.arch/amd64-entry-value-paramref.exp
4948 * gdb.arch/amd64-entry-value.exp
4949 * gdb.arch/amd64-i386-address.exp
4950 * gdb.arch/amd64-invalid-stack-middle.exp
4951 * gdb.arch/amd64-invalid-stack-top.exp
4952 * gdb.arch/amd64-optimout-repeat.exp
4953 * gdb.arch/amd64-prologue-skip.exp
4954 * gdb.arch/amd64-prologue-xmm.exp
4955 * gdb.arch/amd64-stap-special-operands.exp
4956 * gdb.arch/amd64-stap-wrong-subexp.exp
4957 * gdb.arch/amd64-tailcall-cxx.exp
4958 * gdb.arch/amd64-tailcall-noret.exp
4959 * gdb.arch/amd64-tailcall-ret.exp
4960 * gdb.arch/amd64-tailcall-self.exp
4961 * gdb.arch/amd64-word.exp
4962 * gdb.arch/arm-bl-branch-dest.exp
4963 * gdb.arch/arm-disp-step.exp
4964 * gdb.arch/arm-neon.exp
4965 * gdb.arch/arm-single-step-kernel-helper.exp
4966 * gdb.arch/avr-flash-qualifier.exp
4967 * gdb.arch/disp-step-insn-reloc.exp
4968 * gdb.arch/e500-abi.exp
4969 * gdb.arch/e500-regs.exp
4970 * gdb.arch/ftrace-insn-reloc.exp
4971 * gdb.arch/i386-avx512.exp
4972 * gdb.arch/i386-bp_permanent.exp
4973 * gdb.arch/i386-byte.exp
4974 * gdb.arch/i386-cfi-notcurrent.exp
4975 * gdb.arch/i386-disp-step.exp
4976 * gdb.arch/i386-dr3-watch.exp
4977 * gdb.arch/i386-float.exp
4978 * gdb.arch/i386-gnu-cfi.exp
4979 * gdb.arch/i386-mpx-map.exp
4980 * gdb.arch/i386-mpx-sigsegv.exp
4981 * gdb.arch/i386-mpx-simple_segv.exp
4982 * gdb.arch/i386-mpx.exp
4983 * gdb.arch/i386-permbkpt.exp
4984 * gdb.arch/i386-prologue.exp
4985 * gdb.arch/i386-signal.exp
4986 * gdb.arch/i386-size-overlap.exp
4987 * gdb.arch/i386-unwind.exp
4988 * gdb.arch/i386-word.exp
4989 * gdb.arch/mips-fcr.exp
4990 * gdb.arch/powerpc-d128-regs.exp
4991 * gdb.arch/powerpc-stackless.exp
4992 * gdb.arch/ppc64-atomic-inst.exp
4993 * gdb.arch/s390-stackless.exp
4994 * gdb.arch/s390-tdbregs.exp
4995 * gdb.arch/s390-vregs.exp
4996 * gdb.arch/sparc-sysstep.exp
4997 * gdb.arch/thumb-bx-pc.exp
4998 * gdb.arch/thumb-singlestep.exp
4999 * gdb.arch/thumb2-it.exp
5000 * gdb.arch/vsx-regs.exp
5001 * gdb.asm/asm-source.exp
5002 * gdb.base/a2-run.exp
5003 * gdb.base/advance.exp
5004 * gdb.base/all-bin.exp
5005 * gdb.base/anon.exp
5006 * gdb.base/args.exp
5007 * gdb.base/arithmet.exp
5008 * gdb.base/async-shell.exp
5009 * gdb.base/async.exp
5010 * gdb.base/attach-pie-noexec.exp
5011 * gdb.base/attach-twice.exp
5012 * gdb.base/auto-load.exp
5013 * gdb.base/bang.exp
5014 * gdb.base/bitfields.exp
5015 * gdb.base/break-always.exp
5016 * gdb.base/break-caller-line.exp
5017 * gdb.base/break-entry.exp
5018 * gdb.base/break-inline.exp
5019 * gdb.base/break-on-linker-gcd-function.exp
5020 * gdb.base/break-probes.exp
5021 * gdb.base/break.exp
5022 * gdb.base/breakpoint-shadow.exp
5023 * gdb.base/call-ar-st.exp
5024 * gdb.base/call-sc.exp
5025 * gdb.base/call-signal-resume.exp
5026 * gdb.base/call-strs.exp
5027 * gdb.base/callfuncs.exp
5028 * gdb.base/catch-fork-static.exp
5029 * gdb.base/catch-gdb-caused-signals.exp
5030 * gdb.base/catch-load.exp
5031 * gdb.base/catch-signal-fork.exp
5032 * gdb.base/catch-signal.exp
5033 * gdb.base/catch-syscall.exp
5034 * gdb.base/charset.exp
5035 * gdb.base/checkpoint.exp
5036 * gdb.base/chng-syms.exp
5037 * gdb.base/code-expr.exp
5038 * gdb.base/code_elim.exp
5039 * gdb.base/commands.exp
5040 * gdb.base/completion.exp
5041 * gdb.base/complex.exp
5042 * gdb.base/cond-expr.exp
5043 * gdb.base/condbreak.exp
5044 * gdb.base/consecutive.exp
5045 * gdb.base/continue-all-already-running.exp
5046 * gdb.base/coredump-filter.exp
5047 * gdb.base/corefile.exp
5048 * gdb.base/dbx.exp
5049 * gdb.base/debug-expr.exp
5050 * gdb.base/define.exp
5051 * gdb.base/del.exp
5052 * gdb.base/disabled-location.exp
5053 * gdb.base/disasm-end-cu.exp
5054 * gdb.base/disasm-optim.exp
5055 * gdb.base/display.exp
5056 * gdb.base/duplicate-bp.exp
5057 * gdb.base/ena-dis-br.exp
5058 * gdb.base/ending-run.exp
5059 * gdb.base/enumval.exp
5060 * gdb.base/environ.exp
5061 * gdb.base/eu-strip-infcall.exp
5062 * gdb.base/eval-avoid-side-effects.exp
5063 * gdb.base/eval-skip.exp
5064 * gdb.base/exitsignal.exp
5065 * gdb.base/expand-psymtabs.exp
5066 * gdb.base/filesym.exp
5067 * gdb.base/find-unmapped.exp
5068 * gdb.base/finish.exp
5069 * gdb.base/float.exp
5070 * gdb.base/foll-exec-mode.exp
5071 * gdb.base/foll-exec.exp
5072 * gdb.base/foll-fork.exp
5073 * gdb.base/fortran-sym-case.exp
5074 * gdb.base/freebpcmd.exp
5075 * gdb.base/func-ptr.exp
5076 * gdb.base/func-ptrs.exp
5077 * gdb.base/funcargs.exp
5078 * gdb.base/gcore-buffer-overflow.exp
5079 * gdb.base/gcore-relro-pie.exp
5080 * gdb.base/gcore-relro.exp
5081 * gdb.base/gcore.exp
5082 * gdb.base/gdb1090.exp
5083 * gdb.base/gdb11530.exp
5084 * gdb.base/gdb11531.exp
5085 * gdb.base/gdb1821.exp
5086 * gdb.base/gdbindex-stabs.exp
5087 * gdb.base/gdbvars.exp
5088 * gdb.base/hbreak.exp
5089 * gdb.base/hbreak2.exp
5090 * gdb.base/included.exp
5091 * gdb.base/infcall-input.exp
5092 * gdb.base/inferior-died.exp
5093 * gdb.base/infnan.exp
5094 * gdb.base/info-macros.exp
5095 * gdb.base/info-os.exp
5096 * gdb.base/info-proc.exp
5097 * gdb.base/info-shared.exp
5098 * gdb.base/info-target.exp
5099 * gdb.base/infoline.exp
5100 * gdb.base/interp.exp
5101 * gdb.base/interrupt.exp
5102 * gdb.base/jit-reader.exp
5103 * gdb.base/jit-simple.exp
5104 * gdb.base/kill-after-signal.exp
5105 * gdb.base/kill-detach-inferiors-cmd.exp
5106 * gdb.base/label.exp
5107 * gdb.base/langs.exp
5108 * gdb.base/ldbl_e308.exp
5109 * gdb.base/line-symtabs.exp
5110 * gdb.base/linespecs.exp
5111 * gdb.base/list.exp
5112 * gdb.base/long_long.exp
5113 * gdb.base/longest-types.exp
5114 * gdb.base/maint.exp
5115 * gdb.base/max-value-size.exp
5116 * gdb.base/memattr.exp
5117 * gdb.base/mips_pro.exp
5118 * gdb.base/morestack.exp
5119 * gdb.base/moribund-step.exp
5120 * gdb.base/multi-forks.exp
5121 * gdb.base/nested-addr.exp
5122 * gdb.base/nextoverexit.exp
5123 * gdb.base/noreturn-finish.exp
5124 * gdb.base/noreturn-return.exp
5125 * gdb.base/nostdlib.exp
5126 * gdb.base/offsets.exp
5127 * gdb.base/opaque.exp
5128 * gdb.base/pc-fp.exp
5129 * gdb.base/permissions.exp
5130 * gdb.base/print-symbol-loading.exp
5131 * gdb.base/prologue-include.exp
5132 * gdb.base/psymtab.exp
5133 * gdb.base/ptype.exp
5134 * gdb.base/random-signal.exp
5135 * gdb.base/randomize.exp
5136 * gdb.base/range-stepping.exp
5137 * gdb.base/readline-ask.exp
5138 * gdb.base/recpar.exp
5139 * gdb.base/recurse.exp
5140 * gdb.base/relational.exp
5141 * gdb.base/restore.exp
5142 * gdb.base/return-nodebug.exp
5143 * gdb.base/return.exp
5144 * gdb.base/run-after-attach.exp
5145 * gdb.base/save-bp.exp
5146 * gdb.base/scope.exp
5147 * gdb.base/sect-cmd.exp
5148 * gdb.base/set-lang-auto.exp
5149 * gdb.base/set-noassign.exp
5150 * gdb.base/setvar.exp
5151 * gdb.base/sigall.exp
5152 * gdb.base/sigbpt.exp
5153 * gdb.base/siginfo-addr.exp
5154 * gdb.base/siginfo-infcall.exp
5155 * gdb.base/siginfo-obj.exp
5156 * gdb.base/siginfo.exp
5157 * gdb.base/signals-state-child.exp
5158 * gdb.base/signest.exp
5159 * gdb.base/sigstep.exp
5160 * gdb.base/sizeof.exp
5161 * gdb.base/skip.exp
5162 * gdb.base/solib-corrupted.exp
5163 * gdb.base/solib-nodir.exp
5164 * gdb.base/solib-search.exp
5165 * gdb.base/stack-checking.exp
5166 * gdb.base/stale-infcall.exp
5167 * gdb.base/stap-probe.exp
5168 * gdb.base/start.exp
5169 * gdb.base/step-break.exp
5170 * gdb.base/step-bt.exp
5171 * gdb.base/step-line.exp
5172 * gdb.base/step-over-exit.exp
5173 * gdb.base/step-over-syscall.exp
5174 * gdb.base/step-resume-infcall.exp
5175 * gdb.base/step-test.exp
5176 * gdb.base/store.exp
5177 * gdb.base/structs3.exp
5178 * gdb.base/sym-file.exp
5179 * gdb.base/symbol-without-target_section.exp
5180 * gdb.base/term.exp
5181 * gdb.base/testenv.exp
5182 * gdb.base/ui-redirect.exp
5183 * gdb.base/until.exp
5184 * gdb.base/unwindonsignal.exp
5185 * gdb.base/value-double-free.exp
5186 * gdb.base/vla-datatypes.exp
5187 * gdb.base/vla-ptr.exp
5188 * gdb.base/vla-sideeffect.exp
5189 * gdb.base/volatile.exp
5190 * gdb.base/watch-cond-infcall.exp
5191 * gdb.base/watch-cond.exp
5192 * gdb.base/watch-non-mem.exp
5193 * gdb.base/watch-read.exp
5194 * gdb.base/watch-vfork.exp
5195 * gdb.base/watchpoint-cond-gone.exp
5196 * gdb.base/watchpoint-delete.exp
5197 * gdb.base/watchpoint-hw-hit-once.exp
5198 * gdb.base/watchpoint-hw.exp
5199 * gdb.base/watchpoint-stops-at-right-insn.exp
5200 * gdb.base/watchpoints.exp
5201 * gdb.base/wchar.exp
5202 * gdb.base/whatis-exp.exp
5203 * gdb.btrace/buffer-size.exp
5204 * gdb.btrace/data.exp
5205 * gdb.btrace/delta.exp
5206 * gdb.btrace/dlopen.exp
5207 * gdb.btrace/enable.exp
5208 * gdb.btrace/exception.exp
5209 * gdb.btrace/function_call_history.exp
5210 * gdb.btrace/gcore.exp
5211 * gdb.btrace/instruction_history.exp
5212 * gdb.btrace/nohist.exp
5213 * gdb.btrace/reconnect.exp
5214 * gdb.btrace/record_goto-step.exp
5215 * gdb.btrace/record_goto.exp
5216 * gdb.btrace/rn-dl-bind.exp
5217 * gdb.btrace/segv.exp
5218 * gdb.btrace/step.exp
5219 * gdb.btrace/stepi.exp
5220 * gdb.btrace/tailcall-only.exp
5221 * gdb.btrace/tailcall.exp
5222 * gdb.btrace/tsx.exp
5223 * gdb.btrace/unknown_functions.exp
5224 * gdb.btrace/vdso.exp
5225 * gdb.compile/compile-ifunc.exp
5226 * gdb.compile/compile-ops.exp
5227 * gdb.compile/compile-print.exp
5228 * gdb.compile/compile-setjmp.exp
5229 * gdb.cp/abstract-origin.exp
5230 * gdb.cp/ambiguous.exp
5231 * gdb.cp/annota2.exp
5232 * gdb.cp/annota3.exp
5233 * gdb.cp/anon-ns.exp
5234 * gdb.cp/anon-struct.exp
5235 * gdb.cp/anon-union.exp
5236 * gdb.cp/arg-reference.exp
5237 * gdb.cp/baseenum.exp
5238 * gdb.cp/bool.exp
5239 * gdb.cp/breakpoint.exp
5240 * gdb.cp/bs15503.exp
5241 * gdb.cp/call-c.exp
5242 * gdb.cp/casts.exp
5243 * gdb.cp/chained-calls.exp
5244 * gdb.cp/class2.exp
5245 * gdb.cp/classes.exp
5246 * gdb.cp/cmpd-minsyms.exp
5247 * gdb.cp/converts.exp
5248 * gdb.cp/cp-relocate.exp
5249 * gdb.cp/cpcompletion.exp
5250 * gdb.cp/cpexprs.exp
5251 * gdb.cp/cplabel.exp
5252 * gdb.cp/cplusfuncs.exp
5253 * gdb.cp/cpsizeof.exp
5254 * gdb.cp/ctti.exp
5255 * gdb.cp/derivation.exp
5256 * gdb.cp/destrprint.exp
5257 * gdb.cp/dispcxx.exp
5258 * gdb.cp/enum-class.exp
5259 * gdb.cp/exception.exp
5260 * gdb.cp/exceptprint.exp
5261 * gdb.cp/expand-psymtabs-cxx.exp
5262 * gdb.cp/expand-sals.exp
5263 * gdb.cp/extern-c.exp
5264 * gdb.cp/filename.exp
5265 * gdb.cp/formatted-ref.exp
5266 * gdb.cp/fpointer.exp
5267 * gdb.cp/gdb1355.exp
5268 * gdb.cp/gdb2495.exp
5269 * gdb.cp/hang.exp
5270 * gdb.cp/impl-this.exp
5271 * gdb.cp/infcall-dlopen.exp
5272 * gdb.cp/inherit.exp
5273 * gdb.cp/iostream.exp
5274 * gdb.cp/koenig.exp
5275 * gdb.cp/local.exp
5276 * gdb.cp/m-data.exp
5277 * gdb.cp/m-static.exp
5278 * gdb.cp/mb-ctor.exp
5279 * gdb.cp/mb-inline.exp
5280 * gdb.cp/mb-templates.exp
5281 * gdb.cp/member-name.exp
5282 * gdb.cp/member-ptr.exp
5283 * gdb.cp/meth-typedefs.exp
5284 * gdb.cp/method.exp
5285 * gdb.cp/method2.exp
5286 * gdb.cp/minsym-fallback.exp
5287 * gdb.cp/misc.exp
5288 * gdb.cp/namelessclass.exp
5289 * gdb.cp/namespace-enum.exp
5290 * gdb.cp/namespace-nested-import.exp
5291 * gdb.cp/namespace.exp
5292 * gdb.cp/nextoverthrow.exp
5293 * gdb.cp/no-dmgl-verbose.exp
5294 * gdb.cp/non-trivial-retval.exp
5295 * gdb.cp/noparam.exp
5296 * gdb.cp/nsdecl.exp
5297 * gdb.cp/nsimport.exp
5298 * gdb.cp/nsnested.exp
5299 * gdb.cp/nsnoimports.exp
5300 * gdb.cp/nsrecurs.exp
5301 * gdb.cp/nsstress.exp
5302 * gdb.cp/nsusing.exp
5303 * gdb.cp/operator.exp
5304 * gdb.cp/oranking.exp
5305 * gdb.cp/overload-const.exp
5306 * gdb.cp/overload.exp
5307 * gdb.cp/ovldbreak.exp
5308 * gdb.cp/ovsrch.exp
5309 * gdb.cp/paren-type.exp
5310 * gdb.cp/parse-lang.exp
5311 * gdb.cp/pass-by-ref.exp
5312 * gdb.cp/pr-1023.exp
5313 * gdb.cp/pr-1210.exp
5314 * gdb.cp/pr-574.exp
5315 * gdb.cp/pr10687.exp
5316 * gdb.cp/pr12028.exp
5317 * gdb.cp/pr17132.exp
5318 * gdb.cp/pr17494.exp
5319 * gdb.cp/pr9067.exp
5320 * gdb.cp/pr9167.exp
5321 * gdb.cp/pr9631.exp
5322 * gdb.cp/printmethod.exp
5323 * gdb.cp/psmang.exp
5324 * gdb.cp/psymtab-parameter.exp
5325 * gdb.cp/ptype-cv-cp.exp
5326 * gdb.cp/ptype-flags.exp
5327 * gdb.cp/re-set-overloaded.exp
5328 * gdb.cp/ref-types.exp
5329 * gdb.cp/rtti.exp
5330 * gdb.cp/scope-err.exp
5331 * gdb.cp/shadow.exp
5332 * gdb.cp/smartp.exp
5333 * gdb.cp/static-method.exp
5334 * gdb.cp/static-print-quit.exp
5335 * gdb.cp/temargs.exp
5336 * gdb.cp/templates.exp
5337 * gdb.cp/try_catch.exp
5338 * gdb.cp/typedef-operator.exp
5339 * gdb.cp/typeid.exp
5340 * gdb.cp/userdef.exp
5341 * gdb.cp/using-crash.exp
5342 * gdb.cp/var-tag.exp
5343 * gdb.cp/virtbase.exp
5344 * gdb.cp/virtfunc.exp
5345 * gdb.cp/virtfunc2.exp
5346 * gdb.cp/vla-cxx.exp
5347 * gdb.disasm/t01_mov.exp
5348 * gdb.disasm/t02_mova.exp
5349 * gdb.disasm/t03_add.exp
5350 * gdb.disasm/t04_sub.exp
5351 * gdb.disasm/t05_cmp.exp
5352 * gdb.disasm/t06_ari2.exp
5353 * gdb.disasm/t07_ari3.exp
5354 * gdb.disasm/t08_or.exp
5355 * gdb.disasm/t09_xor.exp
5356 * gdb.disasm/t10_and.exp
5357 * gdb.disasm/t11_logs.exp
5358 * gdb.disasm/t12_bit.exp
5359 * gdb.disasm/t13_otr.exp
5360 * gdb.dlang/circular.exp
5361 * gdb.dwarf2/arr-stride.exp
5362 * gdb.dwarf2/arr-subrange.exp
5363 * gdb.dwarf2/atomic-type.exp
5364 * gdb.dwarf2/bad-regnum.exp
5365 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5366 * gdb.dwarf2/callframecfa.exp
5367 * gdb.dwarf2/clztest.exp
5368 * gdb.dwarf2/corrupt.exp
5369 * gdb.dwarf2/data-loc.exp
5370 * gdb.dwarf2/dup-psym.exp
5371 * gdb.dwarf2/dw2-anon-mptr.exp
5372 * gdb.dwarf2/dw2-anonymous-func.exp
5373 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5374 * gdb.dwarf2/dw2-bad-unresolved.exp
5375 * gdb.dwarf2/dw2-basic.exp
5376 * gdb.dwarf2/dw2-canonicalize-type.exp
5377 * gdb.dwarf2/dw2-case-insensitive.exp
5378 * gdb.dwarf2/dw2-common-block.exp
5379 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5380 * gdb.dwarf2/dw2-compressed.exp
5381 * gdb.dwarf2/dw2-const.exp
5382 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5383 * gdb.dwarf2/dw2-cu-size.exp
5384 * gdb.dwarf2/dw2-dup-frame.exp
5385 * gdb.dwarf2/dw2-entry-value.exp
5386 * gdb.dwarf2/dw2-icycle.exp
5387 * gdb.dwarf2/dw2-ifort-parameter.exp
5388 * gdb.dwarf2/dw2-inline-break.exp
5389 * gdb.dwarf2/dw2-inline-param.exp
5390 * gdb.dwarf2/dw2-intercu.exp
5391 * gdb.dwarf2/dw2-intermix.exp
5392 * gdb.dwarf2/dw2-lexical-block-bare.exp
5393 * gdb.dwarf2/dw2-linkage-name-trust.exp
5394 * gdb.dwarf2/dw2-minsym-in-cu.exp
5395 * gdb.dwarf2/dw2-noloc.exp
5396 * gdb.dwarf2/dw2-op-call.exp
5397 * gdb.dwarf2/dw2-op-out-param.exp
5398 * gdb.dwarf2/dw2-opt-structptr.exp
5399 * gdb.dwarf2/dw2-param-error.exp
5400 * gdb.dwarf2/dw2-producer.exp
5401 * gdb.dwarf2/dw2-ranges-base.exp
5402 * gdb.dwarf2/dw2-ref-missing-frame.exp
5403 * gdb.dwarf2/dw2-reg-undefined.exp
5404 * gdb.dwarf2/dw2-regno-invalid.exp
5405 * gdb.dwarf2/dw2-restore.exp
5406 * gdb.dwarf2/dw2-restrict.exp
5407 * gdb.dwarf2/dw2-single-line-discriminators.exp
5408 * gdb.dwarf2/dw2-strp.exp
5409 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5410 * gdb.dwarf2/dw2-unresolved.exp
5411 * gdb.dwarf2/dw2-var-zero-addr.exp
5412 * gdb.dwarf2/dw4-sig-types.exp
5413 * gdb.dwarf2/dwz.exp
5414 * gdb.dwarf2/dynarr-ptr.exp
5415 * gdb.dwarf2/enum-type.exp
5416 * gdb.dwarf2/gdb-index.exp
5417 * gdb.dwarf2/implptr-64bit.exp
5418 * gdb.dwarf2/implptr-optimized-out.exp
5419 * gdb.dwarf2/implptr.exp
5420 * gdb.dwarf2/implref-array.exp
5421 * gdb.dwarf2/implref-const.exp
5422 * gdb.dwarf2/implref-global.exp
5423 * gdb.dwarf2/implref-struct.exp
5424 * gdb.dwarf2/mac-fileno.exp
5425 * gdb.dwarf2/main-subprogram.exp
5426 * gdb.dwarf2/member-ptr-forwardref.exp
5427 * gdb.dwarf2/method-ptr.exp
5428 * gdb.dwarf2/missing-sig-type.exp
5429 * gdb.dwarf2/nonvar-access.exp
5430 * gdb.dwarf2/opaque-type-lookup.exp
5431 * gdb.dwarf2/pieces-optimized-out.exp
5432 * gdb.dwarf2/pieces.exp
5433 * gdb.dwarf2/pr10770.exp
5434 * gdb.dwarf2/pr13961.exp
5435 * gdb.dwarf2/staticvirtual.exp
5436 * gdb.dwarf2/subrange.exp
5437 * gdb.dwarf2/symtab-producer.exp
5438 * gdb.dwarf2/trace-crash.exp
5439 * gdb.dwarf2/typeddwarf.exp
5440 * gdb.dwarf2/valop.exp
5441 * gdb.dwarf2/watch-notconst.exp
5442 * gdb.fortran/array-element.exp
5443 * gdb.fortran/charset.exp
5444 * gdb.fortran/common-block.exp
5445 * gdb.fortran/complex.exp
5446 * gdb.fortran/derived-type-function.exp
5447 * gdb.fortran/derived-type.exp
5448 * gdb.fortran/logical.exp
5449 * gdb.fortran/module.exp
5450 * gdb.fortran/multi-dim.exp
5451 * gdb.fortran/nested-funcs.exp
5452 * gdb.fortran/print-formatted.exp
5453 * gdb.fortran/subarray.exp
5454 * gdb.fortran/vla-alloc-assoc.exp
5455 * gdb.fortran/vla-datatypes.exp
5456 * gdb.fortran/vla-history.exp
5457 * gdb.fortran/vla-ptr-info.exp
5458 * gdb.fortran/vla-ptype-sub.exp
5459 * gdb.fortran/vla-ptype.exp
5460 * gdb.fortran/vla-sizeof.exp
5461 * gdb.fortran/vla-type.exp
5462 * gdb.fortran/vla-value-sub-arbitrary.exp
5463 * gdb.fortran/vla-value-sub-finish.exp
5464 * gdb.fortran/vla-value-sub.exp
5465 * gdb.fortran/vla-value.exp
5466 * gdb.fortran/whatis_type.exp
5467 * gdb.go/chan.exp
5468 * gdb.go/handcall.exp
5469 * gdb.go/hello.exp
5470 * gdb.go/integers.exp
5471 * gdb.go/methods.exp
5472 * gdb.go/package.exp
5473 * gdb.go/strings.exp
5474 * gdb.go/types.exp
5475 * gdb.go/unsafe.exp
5476 * gdb.guile/scm-arch.exp
5477 * gdb.guile/scm-block.exp
5478 * gdb.guile/scm-breakpoint.exp
5479 * gdb.guile/scm-cmd.exp
5480 * gdb.guile/scm-disasm.exp
5481 * gdb.guile/scm-equal.exp
5482 * gdb.guile/scm-frame-args.exp
5483 * gdb.guile/scm-frame-inline.exp
5484 * gdb.guile/scm-frame.exp
5485 * gdb.guile/scm-iterator.exp
5486 * gdb.guile/scm-math.exp
5487 * gdb.guile/scm-objfile.exp
5488 * gdb.guile/scm-ports.exp
5489 * gdb.guile/scm-symbol.exp
5490 * gdb.guile/scm-symtab.exp
5491 * gdb.guile/scm-value-cc.exp
5492 * gdb.guile/types-module.exp
5493 * gdb.linespec/break-ask.exp
5494 * gdb.linespec/cpexplicit.exp
5495 * gdb.linespec/explicit.exp
5496 * gdb.linespec/keywords.exp
5497 * gdb.linespec/linespec.exp
5498 * gdb.linespec/ls-dollar.exp
5499 * gdb.linespec/ls-errs.exp
5500 * gdb.linespec/skip-two.exp
5501 * gdb.linespec/thread.exp
5502 * gdb.mi/mi-async.exp
5503 * gdb.mi/mi-basics.exp
5504 * gdb.mi/mi-break.exp
5505 * gdb.mi/mi-catch-load.exp
5506 * gdb.mi/mi-cli.exp
5507 * gdb.mi/mi-cmd-param-changed.exp
5508 * gdb.mi/mi-console.exp
5509 * gdb.mi/mi-detach.exp
5510 * gdb.mi/mi-disassemble.exp
5511 * gdb.mi/mi-eval.exp
5512 * gdb.mi/mi-file-transfer.exp
5513 * gdb.mi/mi-file.exp
5514 * gdb.mi/mi-fill-memory.exp
5515 * gdb.mi/mi-inheritance-syntax-error.exp
5516 * gdb.mi/mi-linespec-err-cp.exp
5517 * gdb.mi/mi-logging.exp
5518 * gdb.mi/mi-memory-changed.exp
5519 * gdb.mi/mi-read-memory.exp
5520 * gdb.mi/mi-record-changed.exp
5521 * gdb.mi/mi-reg-undefined.exp
5522 * gdb.mi/mi-regs.exp
5523 * gdb.mi/mi-return.exp
5524 * gdb.mi/mi-reverse.exp
5525 * gdb.mi/mi-simplerun.exp
5526 * gdb.mi/mi-solib.exp
5527 * gdb.mi/mi-stack.exp
5528 * gdb.mi/mi-stepi.exp
5529 * gdb.mi/mi-syn-frame.exp
5530 * gdb.mi/mi-until.exp
5531 * gdb.mi/mi-var-block.exp
5532 * gdb.mi/mi-var-child.exp
5533 * gdb.mi/mi-var-cmd.exp
5534 * gdb.mi/mi-var-cp.exp
5535 * gdb.mi/mi-var-display.exp
5536 * gdb.mi/mi-var-invalidate.exp
5537 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5538 * gdb.mi/mi-vla-fortran.exp
5539 * gdb.mi/mi-watch.exp
5540 * gdb.mi/mi2-var-child.exp
5541 * gdb.mi/user-selected-context-sync.exp
5542 * gdb.modula2/unbounded-array.exp
5543 * gdb.multi/dummy-frame-restore.exp
5544 * gdb.multi/multi-arch-exec.exp
5545 * gdb.multi/multi-arch.exp
5546 * gdb.multi/tids.exp
5547 * gdb.multi/watchpoint-multi.exp
5548 * gdb.opencl/callfuncs.exp
5549 * gdb.opencl/convs_casts.exp
5550 * gdb.opencl/datatypes.exp
5551 * gdb.opencl/operators.exp
5552 * gdb.opencl/vec_comps.exp
5553 * gdb.opt/clobbered-registers-O2.exp
5554 * gdb.opt/inline-break.exp
5555 * gdb.opt/inline-bt.exp
5556 * gdb.opt/inline-cmds.exp
5557 * gdb.opt/inline-locals.exp
5558 * gdb.pascal/case-insensitive-symbols.exp
5559 * gdb.pascal/floats.exp
5560 * gdb.pascal/gdb11492.exp
5561 * gdb.python/lib-types.exp
5562 * gdb.python/py-arch.exp
5563 * gdb.python/py-as-string.exp
5564 * gdb.python/py-bad-printers.exp
5565 * gdb.python/py-block.exp
5566 * gdb.python/py-breakpoint-create-fail.exp
5567 * gdb.python/py-breakpoint.exp
5568 * gdb.python/py-caller-is.exp
5569 * gdb.python/py-cmd.exp
5570 * gdb.python/py-explore-cc.exp
5571 * gdb.python/py-explore.exp
5572 * gdb.python/py-finish-breakpoint.exp
5573 * gdb.python/py-finish-breakpoint2.exp
5574 * gdb.python/py-frame-args.exp
5575 * gdb.python/py-frame-inline.exp
5576 * gdb.python/py-frame.exp
5577 * gdb.python/py-framefilter-mi.exp
5578 * gdb.python/py-infthread.exp
5579 * gdb.python/py-lazy-string.exp
5580 * gdb.python/py-linetable.exp
5581 * gdb.python/py-mi-events.exp
5582 * gdb.python/py-mi-objfile.exp
5583 * gdb.python/py-mi.exp
5584 * gdb.python/py-objfile.exp
5585 * gdb.python/py-pp-integral.exp
5586 * gdb.python/py-pp-maint.exp
5587 * gdb.python/py-pp-re-notag.exp
5588 * gdb.python/py-pp-registration.exp
5589 * gdb.python/py-recurse-unwind.exp
5590 * gdb.python/py-strfns.exp
5591 * gdb.python/py-symbol.exp
5592 * gdb.python/py-symtab.exp
5593 * gdb.python/py-sync-interp.exp
5594 * gdb.python/py-typeprint.exp
5595 * gdb.python/py-unwind-maint.exp
5596 * gdb.python/py-unwind.exp
5597 * gdb.python/py-value-cc.exp
5598 * gdb.python/py-xmethods.exp
5599 * gdb.reverse/amd64-tailcall-reverse.exp
5600 * gdb.reverse/break-precsave.exp
5601 * gdb.reverse/break-reverse.exp
5602 * gdb.reverse/consecutive-precsave.exp
5603 * gdb.reverse/consecutive-reverse.exp
5604 * gdb.reverse/finish-precsave.exp
5605 * gdb.reverse/finish-reverse-bkpt.exp
5606 * gdb.reverse/finish-reverse.exp
5607 * gdb.reverse/fstatat-reverse.exp
5608 * gdb.reverse/getresuid-reverse.exp
5609 * gdb.reverse/i386-precsave.exp
5610 * gdb.reverse/i386-reverse.exp
5611 * gdb.reverse/i386-sse-reverse.exp
5612 * gdb.reverse/i387-env-reverse.exp
5613 * gdb.reverse/i387-stack-reverse.exp
5614 * gdb.reverse/insn-reverse.exp
5615 * gdb.reverse/machinestate-precsave.exp
5616 * gdb.reverse/machinestate.exp
5617 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5618 * gdb.reverse/pipe-reverse.exp
5619 * gdb.reverse/readv-reverse.exp
5620 * gdb.reverse/recvmsg-reverse.exp
5621 * gdb.reverse/rerun-prec.exp
5622 * gdb.reverse/s390-mvcle.exp
5623 * gdb.reverse/step-precsave.exp
5624 * gdb.reverse/step-reverse.exp
5625 * gdb.reverse/time-reverse.exp
5626 * gdb.reverse/until-precsave.exp
5627 * gdb.reverse/until-reverse.exp
5628 * gdb.reverse/waitpid-reverse.exp
5629 * gdb.reverse/watch-precsave.exp
5630 * gdb.reverse/watch-reverse.exp
5631 * gdb.rust/generics.exp
5632 * gdb.rust/methods.exp
5633 * gdb.rust/modules.exp
5634 * gdb.rust/simple.exp
5635 * gdb.server/connect-with-no-symbol-file.exp
5636 * gdb.server/ext-attach.exp
5637 * gdb.server/ext-restart.exp
5638 * gdb.server/ext-wrapper.exp
5639 * gdb.server/file-transfer.exp
5640 * gdb.server/server-exec-info.exp
5641 * gdb.server/server-kill.exp
5642 * gdb.server/server-mon.exp
5643 * gdb.server/wrapper.exp
5644 * gdb.stabs/exclfwd.exp
5645 * gdb.stabs/gdb11479.exp
5646 * gdb.threads/clone-new-thread-event.exp
5647 * gdb.threads/corethreads.exp
5648 * gdb.threads/current-lwp-dead.exp
5649 * gdb.threads/dlopen-libpthread.exp
5650 * gdb.threads/gcore-thread.exp
5651 * gdb.threads/sigstep-threads.exp
5652 * gdb.threads/watchpoint-fork.exp
5653 * gdb.trace/actions-changed.exp
5654 * gdb.trace/backtrace.exp
5655 * gdb.trace/change-loc.exp
5656 * gdb.trace/circ.exp
5657 * gdb.trace/collection.exp
5658 * gdb.trace/disconnected-tracing.exp
5659 * gdb.trace/ftrace.exp
5660 * gdb.trace/mi-trace-frame-collected.exp
5661 * gdb.trace/mi-trace-unavailable.exp
5662 * gdb.trace/mi-traceframe-changed.exp
5663 * gdb.trace/mi-tsv-changed.exp
5664 * gdb.trace/no-attach-trace.exp
5665 * gdb.trace/passc-dyn.exp
5666 * gdb.trace/qtro.exp
5667 * gdb.trace/range-stepping.exp
5668 * gdb.trace/read-memory.exp
5669 * gdb.trace/save-trace.exp
5670 * gdb.trace/signal.exp
5671 * gdb.trace/status-stop.exp
5672 * gdb.trace/tfile.exp
5673 * gdb.trace/trace-break.exp
5674 * gdb.trace/trace-buffer-size.exp
5675 * gdb.trace/trace-condition.exp
5676 * gdb.trace/tracefile-pseudo-reg.exp
5677 * gdb.trace/tstatus.exp
5678 * gdb.trace/unavailable.exp
5679 * gdb.trace/while-dyn.exp
5680 * gdb.trace/while-stepping.exp
5681
5682 2016-12-22 Doug Evans <xdje42@gmail.com>
5683
5684 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5685 and msymbols.
5686
5687 2016-12-19 Yao Qi <yao.qi@linaro.org>
5688
5689 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5690 (test_with_self): Don't call do_steps_and_nexts, and remove
5691 code about stepping into xmalloc.
5692
5693 2016-12-09 Yao Qi <yao.qi@linaro.org>
5694
5695 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5696
5697 2016-12-09 Yao Qi <yao.qi@linaro.org>
5698
5699 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5700
5701 2016-12-09 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.base/all-architectures-0.exp: New file.
5704 * gdb.base/all-architectures-1.exp: New file.
5705 * gdb.base/all-architectures-2.exp: New file.
5706 * gdb.base/all-architectures-3.exp: New file.
5707 * gdb.base/all-architectures-4.exp: New file.
5708 * gdb.base/all-architectures-5.exp: New file.
5709 * gdb.base/all-architectures-6.exp: New file.
5710 * gdb.base/all-architectures-7.exp: New file.
5711 * gdb.base/all-architectures.exp.in: New file.
5712
5713 2016-12-09 Yao Qi <yao.qi@linaro.org>
5714
5715 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5716
5717 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5718
5719 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5720 possible.
5721 Remove useless pattern-matching code.
5722
5723 2016-12-02 Pedro Alves <palves@redhat.com>
5724
5725 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5726 procedure.
5727 (top level): Call it.
5728
5729 2016-12-02 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5732 New procedure.
5733 (top level): Call it.
5734
5735 2016-12-02 Pedro Alves <palves@redhat.com>
5736
5737 PR cli/20559
5738 * gdb.base/commands.exp (user_defined_command_args_eval): New
5739 procedure.
5740 (top level): Call it.
5741
5742 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5743
5744 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5745 timeout handling.
5746
5747 2016-12-02 Tom Tromey <tom@tromey.com>
5748
5749 * gdb.dwarf2/main-subprogram.c: New file.
5750 * gdb.dwarf2/main-subprogram.exp: New file.
5751
5752 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5753
5754 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5755 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5756 gdb_test_no_output for a couple of cases.
5757 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5758
5759 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5760
5761 Fix test names and standardize compilation error messages throughout
5762 the following files:
5763
5764 * gdb.ada/start.exp
5765 * gdb.arch/alpha-step.exp
5766 * gdb.arch/e500-prologue.exp
5767 * gdb.arch/ftrace-insn-reloc.exp
5768 * gdb.arch/gdb1291.exp
5769 * gdb.arch/gdb1431.exp
5770 * gdb.arch/gdb1558.exp
5771 * gdb.arch/i386-dr3-watch.exp
5772 * gdb.arch/i386-sse-stack-align.exp
5773 * gdb.arch/ia64-breakpoint-shadow.exp
5774 * gdb.arch/pa-nullify.exp
5775 * gdb.arch/powerpc-aix-prologue.exp
5776 * gdb.arch/thumb-bx-pc.exp
5777 * gdb.base/annota1.exp
5778 * gdb.base/annota3.exp
5779 * gdb.base/arrayidx.exp
5780 * gdb.base/assign.exp
5781 * gdb.base/attach.exp
5782 * gdb.base/auxv.exp
5783 * gdb.base/bang.exp
5784 * gdb.base/bfp-test.exp
5785 * gdb.base/bigcore.exp
5786 * gdb.base/bitfields2.exp
5787 * gdb.base/break-fun-addr.exp
5788 * gdb.base/break-probes.exp
5789 * gdb.base/call-rt-st.exp
5790 * gdb.base/callexit.exp
5791 * gdb.base/catch-fork-kill.exp
5792 * gdb.base/charset.exp
5793 * gdb.base/checkpoint.exp
5794 * gdb.base/comprdebug.exp
5795 * gdb.base/constvars.exp
5796 * gdb.base/coredump-filter.exp
5797 * gdb.base/cursal.exp
5798 * gdb.base/cvexpr.exp
5799 * gdb.base/detach.exp
5800 * gdb.base/display.exp
5801 * gdb.base/dmsym.exp
5802 * gdb.base/dprintf-pending.exp
5803 * gdb.base/dso2dso.exp
5804 * gdb.base/dtrace-probe.exp
5805 * gdb.base/dump.exp
5806 * gdb.base/enum_cond.exp
5807 * gdb.base/exe-lock.exp
5808 * gdb.base/exec-invalid-sysroot.exp
5809 * gdb.base/execl-update-breakpoints.exp
5810 * gdb.base/exprs.exp
5811 * gdb.base/fileio.exp
5812 * gdb.base/find.exp
5813 * gdb.base/finish.exp
5814 * gdb.base/fixsection.exp
5815 * gdb.base/foll-vfork.exp
5816 * gdb.base/frame-args.exp
5817 * gdb.base/gcore.exp
5818 * gdb.base/gdb1250.exp
5819 * gdb.base/global-var-nested-by-dso.exp
5820 * gdb.base/gnu-ifunc.exp
5821 * gdb.base/hashline1.exp
5822 * gdb.base/hashline2.exp
5823 * gdb.base/hashline3.exp
5824 * gdb.base/hbreak-in-shr-unsupported.exp
5825 * gdb.base/huge.exp
5826 * gdb.base/infcall-input.exp
5827 * gdb.base/info-fun.exp
5828 * gdb.base/info-shared.exp
5829 * gdb.base/jit-simple.exp
5830 * gdb.base/jit-so.exp
5831 * gdb.base/jit.exp
5832 * gdb.base/jump.exp
5833 * gdb.base/label.exp
5834 * gdb.base/lineinc.exp
5835 * gdb.base/logical.exp
5836 * gdb.base/longjmp.exp
5837 * gdb.base/macscp.exp
5838 * gdb.base/miscexprs.exp
5839 * gdb.base/new-ui-echo.exp
5840 * gdb.base/new-ui-pending-input.exp
5841 * gdb.base/new-ui.exp
5842 * gdb.base/nodebug.exp
5843 * gdb.base/nofield.exp
5844 * gdb.base/offsets.exp
5845 * gdb.base/overlays.exp
5846 * gdb.base/pending.exp
5847 * gdb.base/pointers.exp
5848 * gdb.base/pr11022.exp
5849 * gdb.base/printcmds.exp
5850 * gdb.base/prologue.exp
5851 * gdb.base/ptr-typedef.exp
5852 * gdb.base/realname-expand.exp
5853 * gdb.base/relativedebug.exp
5854 * gdb.base/relocate.exp
5855 * gdb.base/remote.exp
5856 * gdb.base/reread.exp
5857 * gdb.base/return2.exp
5858 * gdb.base/savedregs.exp
5859 * gdb.base/sep.exp
5860 * gdb.base/sepdebug.exp
5861 * gdb.base/sepsymtab.exp
5862 * gdb.base/set-inferior-tty.exp
5863 * gdb.base/setshow.exp
5864 * gdb.base/shlib-call.exp
5865 * gdb.base/sigaltstack.exp
5866 * gdb.base/siginfo-addr.exp
5867 * gdb.base/signals.exp
5868 * gdb.base/signull.exp
5869 * gdb.base/sigrepeat.exp
5870 * gdb.base/so-impl-ld.exp
5871 * gdb.base/solib-display.exp
5872 * gdb.base/solib-overlap.exp
5873 * gdb.base/solib-search.exp
5874 * gdb.base/solib-symbol.exp
5875 * gdb.base/structs.exp
5876 * gdb.base/structs2.exp
5877 * gdb.base/symtab-search-order.exp
5878 * gdb.base/twice.exp
5879 * gdb.base/unload.exp
5880 * gdb.base/varargs.exp
5881 * gdb.base/watchpoint-solib.exp
5882 * gdb.base/watchpoint.exp
5883 * gdb.base/whatis.exp
5884 * gdb.base/wrong_frame_bt_full.exp
5885 * gdb.btrace/dlopen.exp
5886 * gdb.cell/ea-standalone.exp
5887 * gdb.cell/ea-test.exp
5888 * gdb.cp/dispcxx.exp
5889 * gdb.cp/gdb2384.exp
5890 * gdb.cp/method2.exp
5891 * gdb.cp/nextoverthrow.exp
5892 * gdb.cp/pr10728.exp
5893 * gdb.disasm/am33.exp
5894 * gdb.disasm/h8300s.exp
5895 * gdb.disasm/mn10300.exp
5896 * gdb.disasm/sh3.exp
5897 * gdb.dwarf2/dw2-dir-file-name.exp
5898 * gdb.fortran/complex.exp
5899 * gdb.fortran/library-module.exp
5900 * gdb.guile/scm-pretty-print.exp
5901 * gdb.guile/scm-symbol.exp
5902 * gdb.guile/scm-type.exp
5903 * gdb.guile/scm-value.exp
5904 * gdb.linespec/linespec.exp
5905 * gdb.mi/gdb701.exp
5906 * gdb.mi/gdb792.exp
5907 * gdb.mi/mi-breakpoint-changed.exp
5908 * gdb.mi/mi-dprintf-pending.exp
5909 * gdb.mi/mi-dprintf.exp
5910 * gdb.mi/mi-exit-code.exp
5911 * gdb.mi/mi-pending.exp
5912 * gdb.mi/mi-solib.exp
5913 * gdb.mi/new-ui-mi-sync.exp
5914 * gdb.mi/pr11022.exp
5915 * gdb.mi/user-selected-context-sync.exp
5916 * gdb.opt/solib-intra-step.exp
5917 * gdb.python/py-events.exp
5918 * gdb.python/py-finish-breakpoint.exp
5919 * gdb.python/py-mi.exp
5920 * gdb.python/py-prettyprint.exp
5921 * gdb.python/py-shared.exp
5922 * gdb.python/py-symbol.exp
5923 * gdb.python/py-template.exp
5924 * gdb.python/py-type.exp
5925 * gdb.python/py-value.exp
5926 * gdb.reverse/solib-precsave.exp
5927 * gdb.reverse/solib-reverse.exp
5928 * gdb.server/solib-list.exp
5929 * gdb.stabs/weird.exp
5930 * gdb.threads/reconnect-signal.exp
5931 * gdb.threads/stepi-random-signal.exp
5932 * gdb.trace/actions.exp
5933 * gdb.trace/ax.exp
5934 * gdb.trace/backtrace.exp
5935 * gdb.trace/change-loc.exp
5936 * gdb.trace/deltrace.exp
5937 * gdb.trace/ftrace-lock.exp
5938 * gdb.trace/ftrace.exp
5939 * gdb.trace/infotrace.exp
5940 * gdb.trace/mi-tracepoint-changed.exp
5941 * gdb.trace/packetlen.exp
5942 * gdb.trace/passcount.exp
5943 * gdb.trace/pending.exp
5944 * gdb.trace/range-stepping.exp
5945 * gdb.trace/report.exp
5946 * gdb.trace/stap-trace.exp
5947 * gdb.trace/tfind.exp
5948 * gdb.trace/trace-break.exp
5949 * gdb.trace/trace-condition.exp
5950 * gdb.trace/trace-enable-disable.exp
5951 * gdb.trace/trace-mt.exp
5952 * gdb.trace/tracecmd.exp
5953 * gdb.trace/tspeed.exp
5954 * gdb.trace/tsv.exp
5955 * lib/perftest.exp
5956
5957 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5958
5959 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5960 with gdb_test_no_output.
5961 Use command as test name.
5962
5963 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5964
5965 Fix test names starting with uppercase throughout the files.
5966
5967 * gdb.ada/assign_1.exp
5968 * gdb.ada/boolean_expr.exp
5969 * gdb.base/arrayidx.exp
5970 * gdb.base/del.exp
5971 * gdb.base/gcore-buffer-overflow.exp
5972 * gdb.base/testenv.exp
5973 * gdb.compile/compile.exp
5974 * gdb.python/py-framefilter-invalidarg.exp
5975 * gdb.python/py-framefilter.exp
5976
5977 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5978
5979 Fix test names starting with uppercase throughout the files.
5980
5981 * gdb.ada/array_return.exp
5982 * gdb.ada/expr_delims.exp
5983 * gdb.ada/mi_dyn_arr.exp
5984 * gdb.ada/mi_interface.exp
5985 * gdb.ada/mi_var_array.exp
5986 * gdb.ada/watch_arg.exp
5987 * gdb.arch/alpha-step.exp
5988 * gdb.arch/altivec-regs.exp
5989 * gdb.arch/e500-regs.exp
5990 * gdb.arch/powerpc-d128-regs.exp
5991 * gdb.base/arrayidx.exp
5992 * gdb.base/break.exp
5993 * gdb.base/checkpoint.exp
5994 * gdb.base/debug-expr.exp
5995 * gdb.base/dmsym.exp
5996 * gdb.base/radix.exp
5997 * gdb.base/sepdebug.exp
5998 * gdb.base/testenv.exp
5999 * gdb.base/watch_thread_num.exp
6000 * gdb.base/watchpoint-cond-gone.exp
6001 * gdb.cell/break.exp
6002 * gdb.cell/ea-cache.exp
6003 * gdb.compile/compile.exp
6004 * gdb.cp/gdb2495.exp
6005 * gdb.gdb/selftest.exp
6006 * gdb.gdb/xfullpath.exp
6007 * gdb.go/hello.exp
6008 * gdb.go/integers.exp
6009 * gdb.objc/basicclass.exp
6010 * gdb.pascal/hello.exp
6011 * gdb.pascal/integers.exp
6012 * gdb.python/py-breakpoint.exp
6013 * gdb.python/py-cmd.exp
6014 * gdb.python/py-linetable.exp
6015 * gdb.python/py-xmethods.exp
6016 * gdb.python/python.exp
6017 * gdb.reverse/consecutive-precsave.exp
6018 * gdb.reverse/finish-precsave.exp
6019 * gdb.reverse/i386-precsave.exp
6020 * gdb.reverse/machinestate-precsave.exp
6021 * gdb.reverse/sigall-precsave.exp
6022 * gdb.reverse/solib-precsave.exp
6023 * gdb.reverse/step-precsave.exp
6024 * gdb.reverse/until-precsave.exp
6025 * gdb.reverse/watch-precsave.exp
6026 * gdb.threads/leader-exit.exp
6027 * gdb.threads/pthreads.exp
6028 * gdb.threads/wp-replication.exp
6029 * gdb.trace/actions.exp
6030 * gdb.trace/mi-tsv-changed.exp
6031 * gdb.trace/tsv.exp
6032
6033 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6034
6035 Fix test names starting with uppercase throughout the files.
6036
6037 * gdb.arch/i386-bp_permanent.exp
6038 * gdb.arch/i386-gnu-cfi.exp
6039 * gdb.base/disasm-end-cu.exp
6040 * gdb.base/macscp.exp
6041 * gdb.base/pending.exp
6042 * gdb.base/watch_thread_num.exp
6043 * gdb.cp/exception.exp
6044 * gdb.cp/gdb2495.exp
6045 * gdb.cp/local.exp
6046 * gdb.python/py-evsignal.exp
6047 * gdb.python/python.exp
6048 * gdb.trace/tracecmd.exp
6049
6050 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6051
6052 Fix test names starting with uppercase throughout the files.
6053
6054 * gdb.base/charset.exp
6055 * gdb.base/eval.exp
6056 * gdb.base/multi-forks.exp
6057 * gdb.guile/scm-progspace.exp
6058 * gdb.opencl/datatypes.exp
6059 * gdb.python/py-block.exp
6060 * gdb.python/py-function.exp
6061 * gdb.python/py-symbol.exp
6062 * gdb.python/py-symtab.exp
6063 * gdb.python/py-xmethods.exp
6064 * gdb.reverse/break-precsave.exp
6065 * gdb.reverse/break-reverse.exp
6066 * gdb.reverse/consecutive-precsave.exp
6067 * gdb.reverse/consecutive-reverse.exp
6068 * gdb.reverse/finish-precsave.exp
6069 * gdb.reverse/finish-reverse-bkpt.exp
6070 * gdb.reverse/finish-reverse.exp
6071 * gdb.reverse/fstatat-reverse.exp
6072 * gdb.reverse/getresuid-reverse.exp
6073 * gdb.reverse/i386-precsave.exp
6074 * gdb.reverse/i386-reverse.exp
6075 * gdb.reverse/i386-sse-reverse.exp
6076 * gdb.reverse/i387-stack-reverse.exp
6077 * gdb.reverse/insn-reverse.exp
6078 * gdb.reverse/machinestate-precsave.exp
6079 * gdb.reverse/machinestate.exp
6080 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6081 * gdb.reverse/pipe-reverse.exp
6082 * gdb.reverse/readv-reverse.exp
6083 * gdb.reverse/recvmsg-reverse.exp
6084 * gdb.reverse/rerun-prec.exp
6085 * gdb.reverse/s390-mvcle.exp
6086 * gdb.reverse/sigall-precsave.exp
6087 * gdb.reverse/sigall-reverse.exp
6088 * gdb.reverse/solib-precsave.exp
6089 * gdb.reverse/solib-reverse.exp
6090 * gdb.reverse/step-precsave.exp
6091 * gdb.reverse/step-reverse.exp
6092 * gdb.reverse/time-reverse.exp
6093 * gdb.reverse/until-precsave.exp
6094 * gdb.reverse/until-reverse.exp
6095 * gdb.reverse/waitpid-reverse.exp
6096 * gdb.reverse/watch-precsave.exp
6097 * gdb.reverse/watch-reverse.exp
6098
6099 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6100
6101 Fix test names starting with uppercase throughout the files.
6102
6103 * gdb.arch/i386-mpx-simple_segv.exp
6104 * gdb.arch/i386-mpx.exp
6105 * gdb.arch/i386-permbkpt.exp
6106 * gdb.arch/pa-nullify.exp
6107 * gdb.arch/powerpc-d128-regs.exp
6108 * gdb.arch/vsx-regs.exp
6109 * gdb.base/bfp-test.exp
6110 * gdb.base/break.exp
6111 * gdb.base/breakpoint-shadow.exp
6112 * gdb.base/callfuncs.exp
6113 * gdb.base/charset.exp
6114 * gdb.base/commands.exp
6115 * gdb.base/completion.exp
6116 * gdb.base/dfp-test.exp
6117 * gdb.base/echo.exp
6118 * gdb.base/ending-run.exp
6119 * gdb.base/eval.exp
6120 * gdb.base/expand-psymtabs.exp
6121 * gdb.base/float128.exp
6122 * gdb.base/floatn.exp
6123 * gdb.base/foll-exec-mode.exp
6124 * gdb.base/gdb1056.exp
6125 * gdb.base/gdb11531.exp
6126 * gdb.base/kill-after-signal.exp
6127 * gdb.base/multi-forks.exp
6128 * gdb.base/overlays.exp
6129 * gdb.base/pending.exp
6130 * gdb.base/sepdebug.exp
6131 * gdb.base/testenv.exp
6132 * gdb.base/valgrind-db-attach.exp
6133 * gdb.base/watch_thread_num.exp
6134 * gdb.base/watchpoint-cond-gone.exp
6135 * gdb.base/watchpoint.exp
6136 * gdb.base/watchpoints.exp
6137 * gdb.cp/arg-reference.exp
6138 * gdb.cp/baseenum.exp
6139 * gdb.cp/operator.exp
6140 * gdb.cp/shadow.exp
6141 * gdb.dwarf2/dw2-op-out-param.exp
6142 * gdb.dwarf2/dw2-reg-undefined.exp
6143 * gdb.go/chan.exp
6144 * gdb.go/hello.exp
6145 * gdb.go/integers.exp
6146 * gdb.go/methods.exp
6147 * gdb.go/package.exp
6148 * gdb.guile/scm-parameter.exp
6149 * gdb.guile/scm-progspace.exp
6150 * gdb.guile/scm-value.exp
6151 * gdb.mi/mi-pending.exp
6152 * gdb.mi/user-selected-context-sync.exp
6153 * gdb.multi/multi-attach.exp
6154 * gdb.multi/tids.exp
6155 * gdb.opt/clobbered-registers-O2.exp
6156 * gdb.pascal/floats.exp
6157 * gdb.pascal/integers.exp
6158 * gdb.python/py-block.exp
6159 * gdb.python/py-events.exp
6160 * gdb.python/py-parameter.exp
6161 * gdb.python/py-symbol.exp
6162 * gdb.python/py-symtab.exp
6163 * gdb.python/py-type.exp
6164 * gdb.python/py-value.exp
6165 * gdb.python/py-xmethods.exp
6166 * gdb.python/python.exp
6167 * gdb.reverse/break-precsave.exp
6168 * gdb.reverse/consecutive-precsave.exp
6169 * gdb.reverse/finish-precsave.exp
6170 * gdb.reverse/i386-precsave.exp
6171 * gdb.reverse/machinestate-precsave.exp
6172 * gdb.reverse/sigall-precsave.exp
6173 * gdb.reverse/solib-precsave.exp
6174 * gdb.reverse/step-precsave.exp
6175 * gdb.reverse/until-precsave.exp
6176 * gdb.reverse/watch-precsave.exp
6177 * gdb.server/ext-attach.exp
6178 * gdb.server/ext-restart.exp
6179 * gdb.server/ext-run.exp
6180 * gdb.server/ext-wrapper.exp
6181 * gdb.stabs/gdb11479.exp
6182 * gdb.stabs/weird.exp
6183 * gdb.threads/attach-many-short-lived-threads.exp
6184 * gdb.threads/kill.exp
6185 * gdb.threads/watchpoint-fork.exp
6186
6187 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6188
6189 Fix test names starting with uppercase throughout all the files below.
6190
6191 * gdb.ada/array_return.exp
6192 * gdb.ada/catch_ex.exp
6193 * gdb.ada/info_exc.exp
6194 * gdb.ada/mi_catch_ex.exp
6195 * gdb.ada/mi_dyn_arr.exp
6196 * gdb.ada/mi_ex_cond.exp
6197 * gdb.ada/mi_exc_info.exp
6198 * gdb.ada/mi_interface.exp
6199 * gdb.ada/mi_task_arg.exp
6200 * gdb.ada/mi_task_info.exp
6201 * gdb.ada/mi_var_array.exp
6202 * gdb.arch/alpha-step.exp
6203 * gdb.arch/amd64-disp-step.exp
6204 * gdb.arch/arm-disp-step.exp
6205 * gdb.arch/disp-step-insn-reloc.exp
6206 * gdb.arch/e500-prologue.exp
6207 * gdb.arch/ftrace-insn-reloc.exp
6208 * gdb.arch/gdb1558.exp
6209 * gdb.arch/i386-bp_permanent.exp
6210 * gdb.arch/i386-disp-step.exp
6211 * gdb.arch/i386-float.exp
6212 * gdb.arch/i386-gnu-cfi.exp
6213 * gdb.arch/ia64-breakpoint-shadow.exp
6214 * gdb.arch/mips16-thunks.exp
6215 * gdb.arch/pa-nullify.exp
6216 * gdb.arch/powerpc-aix-prologue.exp
6217 * gdb.arch/powerpc-power.exp
6218 * gdb.arch/ppc-dfp.exp
6219 * gdb.arch/s390-tdbregs.exp
6220 * gdb.arch/spu-info.exp
6221 * gdb.arch/spu-ls.exp
6222 * gdb.arch/thumb-bx-pc.exp
6223 * gdb.base/advance.exp
6224 * gdb.base/annota-input-while-running.exp
6225 * gdb.base/arrayidx.exp
6226 * gdb.base/asmlabel.exp
6227 * gdb.base/async.exp
6228 * gdb.base/attach-wait-input.exp
6229 * gdb.base/auto-connect-native-target.exp
6230 * gdb.base/batch-preserve-term-settings.exp
6231 * gdb.base/bfp-test.exp
6232 * gdb.base/bigcore.exp
6233 * gdb.base/bp-permanent.exp
6234 * gdb.base/break-always.exp
6235 * gdb.base/break-fun-addr.exp
6236 * gdb.base/break-idempotent.exp
6237 * gdb.base/break-main-file-remove-fail.exp
6238 * gdb.base/break-probes.exp
6239 * gdb.base/break-unload-file.exp
6240 * gdb.base/break.exp
6241 * gdb.base/call-ar-st.exp
6242 * gdb.base/call-rt-st.exp
6243 * gdb.base/call-sc.exp
6244 * gdb.base/call-signal-resume.exp
6245 * gdb.base/call-strs.exp
6246 * gdb.base/callexit.exp
6247 * gdb.base/callfuncs.exp
6248 * gdb.base/catch-gdb-caused-signals.exp
6249 * gdb.base/catch-signal-siginfo-cond.exp
6250 * gdb.base/catch-syscall.exp
6251 * gdb.base/compare-sections.exp
6252 * gdb.base/cond-eval-mode.exp
6253 * gdb.base/condbreak-call-false.exp
6254 * gdb.base/consecutive-step-over.exp
6255 * gdb.base/cursal.exp
6256 * gdb.base/disabled-location.exp
6257 * gdb.base/disasm-end-cu.exp
6258 * gdb.base/display.exp
6259 * gdb.base/double-prompt-target-event-error.exp
6260 * gdb.base/dprintf-bp-same-addr.exp
6261 * gdb.base/dprintf-detach.exp
6262 * gdb.base/dprintf-next.exp
6263 * gdb.base/dprintf-non-stop.exp
6264 * gdb.base/dprintf-pending.exp
6265 * gdb.base/dso2dso.exp
6266 * gdb.base/ending-run.exp
6267 * gdb.base/enum_cond.exp
6268 * gdb.base/examine-backward.exp
6269 * gdb.base/exe-lock.exp
6270 * gdb.base/exec-invalid-sysroot.exp
6271 * gdb.base/execl-update-breakpoints.exp
6272 * gdb.base/execution-termios.exp
6273 * gdb.base/fileio.exp
6274 * gdb.base/fixsection.exp
6275 * gdb.base/foll-exec-mode.exp
6276 * gdb.base/foll-exec.exp
6277 * gdb.base/fork-running-state.exp
6278 * gdb.base/frame-args.exp
6279 * gdb.base/fullpath-expand.exp
6280 * gdb.base/func-ptr.exp
6281 * gdb.base/gcore-relro-pie.exp
6282 * gdb.base/gdb1090.exp
6283 * gdb.base/gdb1555.exp
6284 * gdb.base/global-var-nested-by-dso.exp
6285 * gdb.base/gnu-ifunc.exp
6286 * gdb.base/hbreak-in-shr-unsupported.exp
6287 * gdb.base/hbreak-unmapped.exp
6288 * gdb.base/hook-stop.exp
6289 * gdb.base/infcall-input.exp
6290 * gdb.base/info-fun.exp
6291 * gdb.base/info-shared.exp
6292 * gdb.base/interrupt-noterm.exp
6293 * gdb.base/jit-so.exp
6294 * gdb.base/jit.exp
6295 * gdb.base/line-symtabs.exp
6296 * gdb.base/list.exp
6297 * gdb.base/longjmp.exp
6298 * gdb.base/macscp.exp
6299 * gdb.base/max-value-size.exp
6300 * gdb.base/nodebug.exp
6301 * gdb.base/nofield.exp
6302 * gdb.base/overlays.exp
6303 * gdb.base/paginate-after-ctrl-c-running.exp
6304 * gdb.base/paginate-bg-execution.exp
6305 * gdb.base/paginate-inferior-exit.exp
6306 * gdb.base/pending.exp
6307 * gdb.base/pr11022.exp
6308 * gdb.base/printcmds.exp
6309 * gdb.base/ptr-typedef.exp
6310 * gdb.base/ptype.exp
6311 * gdb.base/randomize.exp
6312 * gdb.base/range-stepping.exp
6313 * gdb.base/realname-expand.exp
6314 * gdb.base/relativedebug.exp
6315 * gdb.base/remote.exp
6316 * gdb.base/savedregs.exp
6317 * gdb.base/sepdebug.exp
6318 * gdb.base/set-noassign.exp
6319 * gdb.base/shlib-call.exp
6320 * gdb.base/shreloc.exp
6321 * gdb.base/sigaltstack.exp
6322 * gdb.base/sigbpt.exp
6323 * gdb.base/siginfo-addr.exp
6324 * gdb.base/siginfo-obj.exp
6325 * gdb.base/siginfo-thread.exp
6326 * gdb.base/signest.exp
6327 * gdb.base/signull.exp
6328 * gdb.base/sigrepeat.exp
6329 * gdb.base/skip.exp
6330 * gdb.base/so-impl-ld.exp
6331 * gdb.base/solib-corrupted.exp
6332 * gdb.base/solib-disc.exp
6333 * gdb.base/solib-display.exp
6334 * gdb.base/solib-overlap.exp
6335 * gdb.base/solib-search.exp
6336 * gdb.base/solib-symbol.exp
6337 * gdb.base/source-execution.exp
6338 * gdb.base/sss-bp-on-user-bp-2.exp
6339 * gdb.base/sss-bp-on-user-bp.exp
6340 * gdb.base/stack-checking.exp
6341 * gdb.base/stale-infcall.exp
6342 * gdb.base/step-break.exp
6343 * gdb.base/step-line.exp
6344 * gdb.base/step-over-exit.exp
6345 * gdb.base/step-test.exp
6346 * gdb.base/structs.exp
6347 * gdb.base/sym-file.exp
6348 * gdb.base/symtab-search-order.exp
6349 * gdb.base/term.exp
6350 * gdb.base/type-opaque.exp
6351 * gdb.base/unload.exp
6352 * gdb.base/until-nodebug.exp
6353 * gdb.base/until.exp
6354 * gdb.base/unwindonsignal.exp
6355 * gdb.base/watch-cond.exp
6356 * gdb.base/watch-non-mem.exp
6357 * gdb.base/watch_thread_num.exp
6358 * gdb.base/watchpoint-reuse-slot.exp
6359 * gdb.base/watchpoint-solib.exp
6360 * gdb.base/watchpoint.exp
6361 * gdb.btrace/dlopen.exp
6362 * gdb.cell/arch.exp
6363 * gdb.cell/break.exp
6364 * gdb.cell/bt.exp
6365 * gdb.cell/core.exp
6366 * gdb.cell/data.exp
6367 * gdb.cell/dwarfaddr.exp
6368 * gdb.cell/ea-cache.exp
6369 * gdb.cell/ea-standalone.exp
6370 * gdb.cell/ea-test.exp
6371 * gdb.cell/f-regs.exp
6372 * gdb.cell/fork.exp
6373 * gdb.cell/gcore.exp
6374 * gdb.cell/mem-access.exp
6375 * gdb.cell/ptype.exp
6376 * gdb.cell/registers.exp
6377 * gdb.cell/sizeof.exp
6378 * gdb.cell/solib-symbol.exp
6379 * gdb.cell/solib.exp
6380 * gdb.compile/compile-tls.exp
6381 * gdb.cp/exception.exp
6382 * gdb.cp/gdb2495.exp
6383 * gdb.cp/local.exp
6384 * gdb.cp/mb-inline.exp
6385 * gdb.cp/mb-templates.exp
6386 * gdb.cp/pr10687.exp
6387 * gdb.cp/pr9167.exp
6388 * gdb.cp/scope-err.exp
6389 * gdb.cp/templates.exp
6390 * gdb.cp/virtfunc.exp
6391 * gdb.dwarf2/dw2-dir-file-name.exp
6392 * gdb.dwarf2/dw2-single-line-discriminators.exp
6393 * gdb.fortran/complex.exp
6394 * gdb.fortran/library-module.exp
6395 * gdb.guile/guile.exp
6396 * gdb.guile/scm-cmd.exp
6397 * gdb.guile/scm-frame-inline.exp
6398 * gdb.guile/scm-objfile.exp
6399 * gdb.guile/scm-pretty-print.exp
6400 * gdb.guile/scm-symbol.exp
6401 * gdb.guile/scm-type.exp
6402 * gdb.guile/scm-value.exp
6403 * gdb.linespec/keywords.exp
6404 * gdb.linespec/ls-errs.exp
6405 * gdb.linespec/macro-relative.exp
6406 * gdb.linespec/thread.exp
6407 * gdb.mi/mi-breakpoint-changed.exp
6408 * gdb.mi/mi-dprintf-pending.exp
6409 * gdb.mi/mi-fullname-deleted.exp
6410 * gdb.mi/mi-logging.exp
6411 * gdb.mi/mi-pending.exp
6412 * gdb.mi/mi-solib.exp
6413 * gdb.mi/new-ui-mi-sync.exp
6414 * gdb.mi/user-selected-context-sync.exp
6415 * gdb.multi/dummy-frame-restore.exp
6416 * gdb.multi/multi-arch-exec.exp
6417 * gdb.multi/remove-inferiors.exp
6418 * gdb.multi/watchpoint-multi-exit.exp
6419 * gdb.opt/solib-intra-step.exp
6420 * gdb.perf/backtrace.exp
6421 * gdb.perf/single-step.exp
6422 * gdb.perf/skip-command.exp
6423 * gdb.perf/skip-prologue.exp
6424 * gdb.perf/solib.exp
6425 * gdb.python/lib-types.exp
6426 * gdb.python/py-as-string.exp
6427 * gdb.python/py-bad-printers.exp
6428 * gdb.python/py-block.exp
6429 * gdb.python/py-breakpoint.exp
6430 * gdb.python/py-cmd.exp
6431 * gdb.python/py-events.exp
6432 * gdb.python/py-evthreads.exp
6433 * gdb.python/py-finish-breakpoint.exp
6434 * gdb.python/py-finish-breakpoint2.exp
6435 * gdb.python/py-frame-inline.exp
6436 * gdb.python/py-frame.exp
6437 * gdb.python/py-inferior.exp
6438 * gdb.python/py-infthread.exp
6439 * gdb.python/py-mi.exp
6440 * gdb.python/py-objfile.exp
6441 * gdb.python/py-pp-maint.exp
6442 * gdb.python/py-pp-registration.exp
6443 * gdb.python/py-prettyprint.exp
6444 * gdb.python/py-recurse-unwind.exp
6445 * gdb.python/py-shared.exp
6446 * gdb.python/py-symbol.exp
6447 * gdb.python/py-symtab.exp
6448 * gdb.python/py-template.exp
6449 * gdb.python/py-type.exp
6450 * gdb.python/py-unwind-maint.exp
6451 * gdb.python/py-unwind.exp
6452 * gdb.python/py-value.exp
6453 * gdb.python/python.exp
6454 * gdb.reverse/finish-reverse-bkpt.exp
6455 * gdb.reverse/insn-reverse.exp
6456 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6457 * gdb.reverse/solib-precsave.exp
6458 * gdb.reverse/solib-reverse.exp
6459 * gdb.stabs/gdb11479.exp
6460 * gdb.stabs/weird.exp
6461 * gdb.threads/fork-child-threads.exp
6462 * gdb.threads/fork-plus-threads.exp
6463 * gdb.threads/fork-thread-pending.exp
6464 * gdb.threads/forking-threads-plus-breakpoint.exp
6465 * gdb.threads/hand-call-in-threads.exp
6466 * gdb.threads/interrupted-hand-call.exp
6467 * gdb.threads/linux-dp.exp
6468 * gdb.threads/local-watch-wrong-thread.exp
6469 * gdb.threads/next-while-other-thread-longjmps.exp
6470 * gdb.threads/non-ldr-exit.exp
6471 * gdb.threads/pending-step.exp
6472 * gdb.threads/print-threads.exp
6473 * gdb.threads/process-dies-while-detaching.exp
6474 * gdb.threads/process-dies-while-handling-bp.exp
6475 * gdb.threads/pthreads.exp
6476 * gdb.threads/queue-signal.exp
6477 * gdb.threads/reconnect-signal.exp
6478 * gdb.threads/signal-command-handle-nopass.exp
6479 * gdb.threads/signal-command-multiple-signals-pending.exp
6480 * gdb.threads/signal-delivered-right-thread.exp
6481 * gdb.threads/signal-sigtrap.exp
6482 * gdb.threads/sigthread.exp
6483 * gdb.threads/staticthreads.exp
6484 * gdb.threads/stepi-random-signal.exp
6485 * gdb.threads/thread-unwindonsignal.exp
6486 * gdb.threads/thread_check.exp
6487 * gdb.threads/thread_events.exp
6488 * gdb.threads/tid-reuse.exp
6489 * gdb.threads/tls-nodebug.exp
6490 * gdb.threads/tls-shared.exp
6491 * gdb.threads/tls-so_extern.exp
6492 * gdb.threads/tls.exp
6493 * gdb.threads/wp-replication.exp
6494 * gdb.trace/actions-changed.exp
6495 * gdb.trace/actions.exp
6496 * gdb.trace/backtrace.exp
6497 * gdb.trace/change-loc.exp
6498 * gdb.trace/collection.exp
6499 * gdb.trace/deltrace.exp
6500 * gdb.trace/disconnected-tracing.exp
6501 * gdb.trace/entry-values.exp
6502 * gdb.trace/ftrace-lock.exp
6503 * gdb.trace/ftrace.exp
6504 * gdb.trace/infotrace.exp
6505 * gdb.trace/mi-trace-frame-collected.exp
6506 * gdb.trace/mi-trace-unavailable.exp
6507 * gdb.trace/mi-traceframe-changed.exp
6508 * gdb.trace/mi-tracepoint-changed.exp
6509 * gdb.trace/mi-tsv-changed.exp
6510 * gdb.trace/no-attach-trace.exp
6511 * gdb.trace/packetlen.exp
6512 * gdb.trace/passc-dyn.exp
6513 * gdb.trace/passcount.exp
6514 * gdb.trace/pending.exp
6515 * gdb.trace/pr16508.exp
6516 * gdb.trace/qtro.exp
6517 * gdb.trace/range-stepping.exp
6518 * gdb.trace/read-memory.exp
6519 * gdb.trace/report.exp
6520 * gdb.trace/save-trace.exp
6521 * gdb.trace/signal.exp
6522 * gdb.trace/stap-trace.exp
6523 * gdb.trace/status-stop.exp
6524 * gdb.trace/strace.exp
6525 * gdb.trace/tfile.exp
6526 * gdb.trace/tfind.exp
6527 * gdb.trace/trace-break.exp
6528 * gdb.trace/trace-condition.exp
6529 * gdb.trace/trace-enable-disable.exp
6530 * gdb.trace/trace-mt.exp
6531 * gdb.trace/tracecmd.exp
6532 * gdb.trace/tracefile-pseudo-reg.exp
6533 * gdb.trace/tspeed.exp
6534 * gdb.trace/tstatus.exp
6535 * gdb.trace/tsv.exp
6536 * gdb.trace/unavailable.exp
6537 * gdb.trace/while-dyn.exp
6538 * gdb.trace/while-stepping.exp
6539 * lib/gdb-guile.exp
6540 * lib/gdb.exp
6541 * lib/mi-support.exp
6542 * lib/pascal.exp
6543 * lib/perftest.exp
6544 * lib/prelink-support.exp
6545 * lib/selftest-support.exp
6546
6547 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6548
6549 * Makefile.in: Include disable-implicit-rules.mk.
6550
6551 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6552
6553 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6554 non-byte-aligned bit fields.
6555
6556 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6557
6558 PR gdb/12616
6559 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6560 respects the DW_AT_data_bit_offset attribute.
6561
6562 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6563
6564 * gdb.base/default.exp: Fix output of "set language".
6565
6566 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6567
6568 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6569 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6570 make.
6571 * configure.ac: Remove checks for the make program.
6572 * configure: Re-generate.
6573
6574 2016-11-16 Kevin Buettner <kevinb@redhat.com>
6575
6576 * gdb.python/py-recurse-unwind.c (main): Add loop.
6577 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6578 to read_register() and gdb.parse_and_eval(). Make each code
6579 call a separate case that can be individually tested.
6580 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6581 proc. Call cont_and_backtrace for each of the code paths that
6582 we want to test in the unwinder.
6583
6584 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6585
6586 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6587 the definition of struct S.
6588
6589 2016-11-11 Catherine Moore <clm@codesourcery.com>
6590
6591 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6592
6593 2016-11-09 Pedro Alves <palves@redhat.com>
6594
6595 * gdb.base/commands.exp (runto_or_return): New procedure.
6596 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6597 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6598 (progvar_simple_while_test, progvar_complex_if_while_test)
6599 (if_while_breakpoint_command_test)
6600 (infrun_breakpoint_command_test, breakpoint_command_test)
6601 (user_defined_command_test, watchpoint_command_test)
6602 (test_command_prompt_position, redefine_hook_test)
6603 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6604 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6605 multi_line_input and multi_line. Remove gdb_expect and
6606 gdb_stop_suppressing_tests uses.
6607 * lib/gdb.exp (valnum_re): New global.
6608 (multi_line_input): New procedure.
6609
6610 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6611
6612 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6613 Remove.
6614 (test_setup): Define with proc_with_prefix.
6615 (test_cli_inferior): Likewise.
6616 (test_cli_thread): Likewise.
6617 (test_cli_frame): Likewise.
6618 (test_cli_select_frame): Likewise.
6619 (test_cli_up_down): Likewise.
6620 (test_mi_thread_select): Likewise.
6621 (test_mi_stack_select_frame): Likewise.
6622 (test_cli_in_mi_inferior): Likewise.
6623 (test_cli_in_mi_thread): Likewise.
6624 (test_cli_in_mi_frame): Likewise.
6625 (top level): Do not use with_test_prefix_procname.
6626
6627 2016-11-09 Pedro Alves <palves@redhat.com>
6628
6629 * gdb.base/commands.exp (gdbvar_simple_if_test)
6630 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6631 (progvar_simple_if_test, progvar_simple_while_test)
6632 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6633 (infrun_breakpoint_command_test, breakpoint_command_test)
6634 (user_defined_command_test, watchpoint_command_test)
6635 (test_command_prompt_position, deprecated_command_test)
6636 (bp_deleted_in_command, temporary_breakpoint_commands)
6637 (stray_arg0_test, source_file_with_indented_comment)
6638 (recursive_source_test, if_commands_test)
6639 (error_clears_commands_left, redefine_hook_test)
6640 (redefine_backtrace_test): Use proc_with_prefix.
6641 * lib/gdb.exp (proc_with_prefix): New proc.
6642
6643 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6644
6645 * gdb.base/tui-layout.c: New file.
6646 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6647 disassembly window contains very long lines.
6648
6649 2016-11-08 Tom Tromey <tom@tromey.com>
6650
6651 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6652 depend on Python 2.
6653
6654 2016-11-08 Tom Tromey <tom@tromey.com>
6655
6656 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6657 New method.
6658
6659 2016-10-29 Manish Goregaokar <manish@mozilla.com>
6660
6661 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6662
6663 2016-10-27 Manish Goregaokar <manish@mozilla.com>
6664
6665 * gdb.rust/simple.rs: Add test for univariant enums without
6666 discriminants and for encoded struct-like enums.
6667
6668 2016-10-28 Pedro Alves <palves@redhat.com>
6669
6670 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6671 gdb_test_multiple, tighten regexps and match symtabs and line
6672 tables incrementally.
6673
6674 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
6675
6676 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6677 general.
6678
6679 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
6680
6681 * gdb.base/exec-invalid-sysroot.exp: New file.
6682
6683 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6686
6687 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6688
6689 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6690
6691 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6692
6693 * gdb.base/killed-outside.exp: Remove $options from a call to
6694 `prepare_for_testing'.
6695
6696 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6697
6698 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6699 Change test message.
6700
6701 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6702
6703 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6704 Update comment.
6705
6706 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6707
6708 * gdb.trace/mi-trace-save.exp: New file.
6709
6710 2016-10-13 Yao Qi <yao.qi@linaro.org>
6711
6712 * gdb.base/code_elim.exp (get_var_address): Remove.
6713 * gdb.base/relocate.exp: Likewise.
6714 * gdb.base/shreloc.exp: Likewise.
6715 * lib/gdb.exp (get_var_address): New.
6716
6717 2016-10-13 Yao Qi <yao.qi@linaro.org>
6718
6719 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6720 floating point tests if $skip_float_test is false.
6721
6722 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
6723
6724 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6725 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6726 argc values.
6727 Add 1 to argc so we guarantee distinct initial/modified argc values.
6728
6729 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6730
6731 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6732
6733 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6734
6735 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6736 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6737 * gdb.arch/vsx-regs.exp: Likewise.
6738
6739 2016-10-07 Yao Qi <yao.qi@linaro.org>
6740
6741 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6742
6743 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6744
6745 * gdb.python/python.exp: Test decode_line("*0").
6746
6747 2016-10-06 Doug Evans <dje@google.com>
6748
6749 * gdb.python/py-value.exp (test_value_creation): Add test for large
6750 unsigned 64-bit value.
6751
6752 2016-10-06 Tom Tromey <tom@tromey.com>
6753
6754 * gdb.compile/compile.exp: Change java tests to rust.
6755 * gdb.base/setshow.exp: Change java tests to rust.
6756 * gdb.base/default.exp: Remove java from language list.
6757 * README (Examples): Update language example.
6758 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6759 test.
6760 * lib/gdb.exp (skip_java_tests): Remove.
6761 * lib/java.exp: Remove.
6762 * gdb.java: Remove.
6763
6764 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6765
6766 * gdb.arch/mips-fcr.exp: New test.
6767 * gdb.arch/mips-fcr.c: Source for the new test.
6768
6769 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6770
6771 * gdb.base/solib-disc.exp: Use `standard_output_file'
6772 throughout.
6773
6774 2016-10-06 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/jit-simple-dl.c: New file.
6777 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6778 * gdb.base/jit-simple.c: ... this.
6779 * gdb.base/jit-simple.exp (jit_run): Delete.
6780 (build_jit): New proc.
6781 (jit_test_reread): Recompile either the main program or the shared
6782 library, depending on what is being tested. Skip changing address
6783 if caller wants to. Compare before/after addresses. If testing
6784 standalone, explicitly load the binary. Test "maint info
6785 breakpoints".
6786 (top level): Add "standalone vs shared lib" and "change address"
6787 vs "same address" axes.
6788
6789 2016-10-06 Pedro Alves <palves@redhat.com>
6790
6791 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6792 call.
6793 (jit_run): Delete.
6794 (jit_test_reread): Use with_test_prefix. Reload the main binary
6795 explicitly. Compare the before/after addresses of the JIT
6796 descriptor.
6797
6798 2016-08-15 Doug Evans <dje@google.com>
6799
6800 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6801 for single bitfields is bool.
6802 * gdb.xml/tdesc-regs.exp: Ditto.
6803
6804 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6807
6808 2016-10-05 Yao Qi <yao.qi@linaro.org>
6809
6810 * lib/gdb.exp (support_complex_tests): Return zero if
6811 gdb_skip_float_test return true.
6812
6813 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6814 Simon Marchi <simon.marchi@ericsson.com>
6815
6816 PR gdb/20487
6817 * gdb.mi/user-selected-context-sync.exp: New file.
6818 * gdb.mi/user-selected-context-sync.c: New file.
6819
6820 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6821 Simon Marchi <simon.marchi@ericsson.com>
6822
6823 PR gdb/20487
6824 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6825 =thread-select-event check.
6826
6827 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6828
6829 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6830 the compulsory L operand changes.
6831 * gdb.arch/powerpc-power.s: Likewise.
6832
6833 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6834
6835 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6836 * gdb.base/jit-attach-pie.c: New file.
6837 * gdb.base/jit-attach-pie.exp: New file.
6838
6839 2016-09-28 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.base/infcall-input.c: New file.
6842 * gdb.base/infcall-input.exp: New file.
6843
6844 2016-09-22 Yao Qi <yao.qi@linaro.org>
6845
6846 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6847 (gdb_exit): Rename it to ...
6848 (gdbserver_gdb_exit): ... Close GDBserver.
6849 (gdb_exit): New proc, call gdbserver_gdb_exit.
6850 (mi_gdb_exit): Likewise.
6851
6852 2016-09-22 Yao Qi <yao.qi@linaro.org>
6853
6854 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6855 path.
6856 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6857 Remove duplication.
6858
6859 2016-09-22 Yao Qi <yao.qi@linaro.org>
6860
6861 * lib/gdbserver-support.exp: Check the existence of
6862 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6863
6864 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6865
6866 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6867
6868 2016-09-21 Tom Tromey <tom@tromey.com>
6869
6870 PR gdb/20604:
6871 * gdb.base/quit.exp: New file.
6872
6873 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6874
6875 * .gitignore: New file.
6876
6877 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6878
6879 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6880 throughout.
6881
6882 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6883
6884 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6885
6886 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6887
6888 * gdb.cp/casts.cc (decltype): Move it ...
6889 (main): ... with its call to ...
6890 * gdb.cp/casts03.cc: ... a new file.
6891 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6892
6893 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6894
6895 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6896
6897 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6898
6899 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6900 and sync up the test with tests in gas/testsuite/gas/ppc.
6901 * gdb.arch/powerpc-power.exp: Likewise.
6902
6903 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6904
6905 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6906
6907 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6908 Jan Kratochvil <jan.kratochvil@redhat.com>
6909
6910 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6911 make m1's definition to be different from m2's. Use 'dummy' as an
6912 argument for probe 'two'.
6913
6914 2016-09-10 Jon Beniston <jon@beniston.com>
6915
6916 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6917 for sim target.
6918
6919 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6920
6921 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6922 variable declaration.
6923 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6924 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6925 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6926 received HWCAP as its argument.
6927
6928 2016-09-06 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.base/new-ui-pending-input.c: New file.
6931 * gdb.base/new-ui-pending-input.exp: New file.
6932 * gdb.exp (clear_gdb_spawn_id): New procedure.
6933 (with_spawn_id): Check whether gdb_spawn_id exists before
6934 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6935 on exit.
6936
6937 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6938
6939 * gdb.base/float128.c: New file.
6940 * gdb.base/float128.exp: Likewise.
6941 * gdb.base/floatn.c: Likewise.
6942 * gdb.base/floatn.exp: Likewise.
6943
6944 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6945
6946 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6947
6948 2016-09-05 Pedro Alves <palves@redhat.com>
6949
6950 PR backtrace/19927
6951 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6952 unwinders are immediately called as side effect of "source" or
6953 "disable unwinder" commands.
6954 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6955
6956 2016-09-02 Yao Qi <yao.qi@linaro.org>
6957
6958 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6959 is true and $type is "float" or "double".
6960
6961 2016-09-02 Yao Qi <yao.qi@linaro.org>
6962
6963 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6964 true.
6965 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6966 * gdb.base/call-rt-st.exp: Likewise.
6967 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6968 return value instead of gdb,skip_float_test.
6969 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6970 (do_function_calls): Use its return value instead of
6971 gdb,skip_float_test.
6972 * gdb.base/finish.exp: Likewise.
6973 * gdb.base/funcargs.exp: Likewise.
6974 * gdb.base/return.exp: Likewise.
6975 * gdb.base/return2.exp: Likewise.
6976 * gdb.base/varargs.exp: Likewise.
6977 * lib/gdb.exp (gdb_skip_float_test): Change it to
6978 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6979
6980 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6981
6982 * gdb.multi/tids.exp: Test "thread apply all".
6983
6984 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6985
6986 * gdb.base/default.exp (tty): Remove.
6987
6988 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6989
6990 * gdb.python/py-recurse-unwind.c: New file.
6991 * gdb.python/py-recurse-unwind.py: New file.
6992 * gdb.python/py-recurse-unwind.exp: New file.
6993
6994 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6995
6996 * gdb.base/set-inferior-tty.exp: New file.
6997 * gdb.base/set-inferior-tty.c: New file.
6998
6999 2016-08-23 Pedro Alves <palves@redhat.com>
7000
7001 PR gdb/20494
7002 * gdb.base/new-ui-echo.c: New file.
7003 * gdb.base/new-ui-echo.exp: New file.
7004
7005 2016-08-23 Yao Qi <yao.qi@linaro.org>
7006
7007 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7008 gdbserver_spawn.
7009 * gdb.server/connect-without-multi-process.exp (do_test):
7010 Likewise.
7011
7012 2016-08-23 Yao Qi <yao.qi@linaro.org>
7013
7014 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7015 standalone_txt. Delete gdb_txt and standalone_txt on host
7016 and target. Spawn the binary on target. Copy files from
7017 target to host.
7018
7019 2016-08-22 Pedro Alves <palves@redhat.com>
7020
7021 PR gdb/20505
7022 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7023 with_test_prefix. Factor out bits to ...
7024 (test_no_vdso): ... this new procedure.
7025
7026 2016-08-19 Carl Love <cel@us.ibm.com>
7027
7028 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7029 maintaining separate logic for constructing the output path.
7030 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7031 * gdb.arch/ppc-dfp.exp: Likewise.
7032 * gdb.arch/ppc-fp.exp: Likewise.
7033 * gdb.arch/vsx-regs.exp: Likewise.
7034 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7035 binprefix for generating the additional binary files.
7036
7037 2016-08-19 Pedro Alves <palves@redhat.com>
7038
7039 * gdb.trace/mi-trace-frame-collected.exp
7040 (test_trace_frame_collected): On x32, expect two registers.
7041
7042 2016-08-18 Carl Love <cel@us.ibm.com>
7043
7044 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7045 and sync up the test with tests in gas/testsuite/gas/ppc.
7046 * gdb.arch/powerpc-power.exp: Likewise.
7047
7048 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7049
7050 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7051 expected error message.
7052
7053 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7054
7055 * gdb.multi/remove-inferiors.exp: New file.
7056 * gdb.multi/remove-inferiors.c: New file.
7057
7058 2016-08-12 Yao Qi <yao.qi@linaro.org>
7059
7060 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7061 argument list.
7062
7063 2016-08-10 Pedro Alves <palves@redhat.com>
7064
7065 PR gdb/19187
7066 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7067 setup_kfails.
7068
7069 2016-08-09 Pedro Alves <palves@redhat.com>
7070 Simon Marchi <simon.marchi@ericsson.com>
7071
7072 PR gdb/20418
7073 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7074 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7075
7076 2016-08-09 Pedro Alves <palves@redhat.com>
7077
7078 PR mi/20431
7079 * gdb.mi/mi-cmd-error.exp: New file.
7080
7081 2016-08-09 Pedro Alves <palves@redhat.com>
7082
7083 PR gdb/18653
7084 * gdb.base/signals-state-child.c: New file.
7085 * gdb.base/signals-state-child.exp: New file.
7086 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7087
7088 2016-08-09 Pedro Alves <palves@redhat.com>
7089
7090 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7091
7092 2016-08-03 Tom Tromey <tom@tromey.com>
7093
7094 PR python/18565:
7095 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7096
7097 2016-08-01 Yao Qi <yao.qi@linaro.org>
7098
7099 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7100 variable mode to "multi-process" if $multi_process is 1, otherwise
7101 set it to "single-process".
7102
7103 2016-08-01 Yao Qi <yao.qi@linaro.org>
7104
7105 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7106 * gdb.cp/cpexprs.exp: Likewise.
7107 * gdb.cp/m-static.exp: Likewise.
7108
7109 2016-07-26 Tom Tromey <tom@tromey.com>
7110
7111 PR python/20190:
7112 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7113 test.
7114
7115 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7116
7117 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7118 selecting assembly source files.
7119 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7120 assembly source files.
7121 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7122 assembly source files.
7123 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7124 selecting assembly source files.
7125
7126 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7127
7128 * gdb.base/new-ui.exp (do_test_invalid_args): New
7129 procedure.
7130
7131 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7132
7133 * gdb.btrace/reconnect.c: New file.
7134 * gdb.btrace/reconnect.exp: New file.
7135
7136 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7137
7138 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7139 to test_catch_syscall_group.
7140 (test_catch_syscall_group): New.
7141
7142 2016-07-21 Tom Tromey <tom@tromey.com>
7143
7144 * gdb.rust/simple.rs (main): Use empty struct expression.
7145 * gdb.rust/simple.exp: Add tests for empty struct expression.
7146
7147 2016-07-21 Yao Qi <yao.qi@linaro.org>
7148
7149 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7150 if gdb_skip_xml_test is true on some targets.
7151
7152 2016-07-21 Yao Qi <yao.qi@linaro.org>
7153
7154 * gdb.server/solib-list.exp: Unset last_loaded_file.
7155
7156 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7157
7158 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7159 "step into captured_main (args)".
7160
7161 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7162
7163 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7164
7165 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7166
7167 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7168
7169 2016-07-19 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7172 * gdb.opt/inline-bt.exp: Likewise.
7173 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7174 additional_flags=-Winline.
7175 * gdb.opt/inline-locals.exp: Likewise.
7176 * gdb.opt/inline-markers.c (ATTR): Define.
7177 (inlined_fn): Use it.
7178
7179 2016-07-19 Yao Qi <yao.qi@linaro.org>
7180
7181 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7182 (test_with_self): Remove some code. Remove argument executable.
7183 (top-level): Use do_self_tests.
7184
7185 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7186 Don Breazeal <donb@codesourcery.com>
7187
7188 * gdb.base/maint.exp: Escape paths used in regular expressions.
7189 * gdb.stabs/weird.exp: Likewise.
7190
7191 2016-07-13 Tom Tromey <tom@tromey.com>
7192
7193 PR python/15620, PR python/18620:
7194 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7195 (test_bkpt_events): New procs.
7196
7197 2016-07-13 Tom Tromey <tom@tromey.com>
7198
7199 PR python/17698:
7200 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7201 test.
7202 (test_watchpoints): Likewise.
7203 (test_bkpt_pending): New proc.
7204
7205 2016-07-13 Tom Tromey <tom@tromey.com>
7206
7207 PR cli/18053:
7208 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7209 completion test.
7210
7211 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7212
7213 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7214 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7215 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7216 f_label.
7217 (g): Rename g_end_lbl to g_label.
7218 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7219 low_pc and high_pc.
7220 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7221
7222 2016-07-12 Tom Tromey <tom@tromey.com>
7223
7224 PR python/19293:
7225 * gdb.python/py-unwind-maint.exp: Update tests.
7226
7227 2016-07-12 Yao Qi <yao.qi@linaro.org>
7228
7229 * lib/selftest-support.exp (selftest_setup): Match the output
7230 when captured_main is inlined.
7231
7232 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7233
7234 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7235 New variables.
7236 (print this%a, print this%b, print this): New tests.
7237 * gdb.fortran/derived-types.f90 (this): New object and
7238 initialization.
7239
7240 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7241
7242 * gdb.ada/arraydim.exp: Remove extra directory level in build
7243 directory.
7244
7245 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7246
7247 * lib/ada.exp: Remove extra directory level in build directory.
7248 * gdb.ada/cond_lang.exp: Likewise.
7249 * gdb.ada/exec_changed.exp: Likewise.
7250 * gdb.ada/lang_switch.exp: Likewise.
7251
7252 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7253
7254 * simple.rs: Add test for raw pointer subscripting.
7255 * simple.exp: Add test expectations.
7256
7257 2016-07-05 Yao Qi <yao.qi@linaro.org>
7258
7259 * gdb.mi/mi-reverse.exp: Match =record-started output.
7260
7261 2016-07-01 Pedro Alves <palves@redhat.com>
7262
7263 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7264 procedure.
7265 (jit_reader_test): Test the jit reader's unwinder.
7266 * gdb.base/jithost.c (jit_function_00_code): New global.
7267 (main): Use memcpy to fill in the mmapped code, instead of poking
7268 bytes manually here.
7269 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7270 value.
7271 (read_debug_info): Save the function's range.
7272 (read_sp): New function.
7273 (unwind_frame): Use it. Also unwind RBP.
7274 (get_frame_id): Use read_sp.
7275 (gdb_init_reader): Use calloc instead of malloc.
7276 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7277 parameter. Use gdb_test_multiple.
7278
7279 2016-07-01 Pedro Alves <palves@redhat.com>
7280 Antoine Tremblay <antoine.tremblay@ericsson.com>
7281
7282 * gdb.threads/process-dies-while-detaching.c: New file.
7283 * gdb.threads/process-dies-while-detaching.exp: New file.
7284
7285 2016-07-01 Pedro Alves <palves@redhat.com>
7286
7287 * gdb.multi/watchpoint-multi-exit.c: New file.
7288 * gdb.multi/watchpoint-multi-exit.exp: New file.
7289
7290 2016-06-30 Pedro Alves <palves@redhat.com>
7291
7292 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7293 unset inferior_spawn_id.
7294
7295 2016-06-30 Pedro Alves <palves@redhat.com>
7296
7297 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7298 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7299
7300 2016-06-29 Yao Qi <yao.qi@linaro.org>
7301
7302 * gdb.base/return.c: Add copyright header.
7303
7304 2016-06-29 Tom Tromey <tom@tromey.com>
7305
7306 PR python/20129:
7307 * gdb.python/py-framefilter.exp: Add tests for setting priority
7308 and disabling of non-existent frame filter.
7309
7310 2016-06-29 Yao Qi <yao.qi@linaro.org>
7311
7312 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7313 0x0f07ff.
7314
7315 2016-06-28 Yao Qi <yao.qi@linaro.org>
7316
7317 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7318 triplets. Start gdb, execute catch syscall, and continue. Check
7319 gdb's output to determine catch syscall is supported.
7320
7321 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7322
7323 * gdb.rust/simple.rs: Add test for returning unit in a function.
7324 * gdb.rust/simple.exp: Add expectation for functions returning
7325 unit.
7326
7327 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7328
7329 * gdb.python/py-breakpoint-create-fail.c,
7330 gdb.python/py-breakpoint-create-fail.exp,
7331 gdb.python/py-breakpoint-create-fail.py: New testcase.
7332
7333 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7334
7335 PR gdb/20239
7336 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7337 * gdb.rust/simple.exp: Add test expectations for new NonZero
7338 tests.
7339
7340 2016-06-24 David Taylor <dtaylor@emc.com>
7341
7342 * gdb.base/offsets.exp: New file.
7343 * gdb.base/offsets.c: New file.
7344
7345 2016-06-23 Tom Tromey <tom@tromey.com>
7346
7347 PR gdb/16483:
7348 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7349 before any filters are loaded.
7350
7351 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7352
7353 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7354 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7355 structs.
7356 * gdb.fortran/derived-type-function.exp: New file.
7357 * gdb.fortran/derived-type-function.f90: New file.
7358
7359
7360 2016-06-21 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.base/new-ui.exp: New file.
7363 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7364 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7365 (with_spawn_id): New procedure.
7366
7367 2016-06-21 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.mi/mi-exec-run.exp: New file.
7370
7371 2016-06-21 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7374 breakpoint command's output on the main UI.
7375 (test_break): New procedure, factored out from calls in the top
7376 level.
7377 (top level): Use foreach_with_prefix to test MI as main UI and as
7378 separate UI.
7379
7380 2016-06-21 Pedro Alves <palves@redhat.com>
7381
7382 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7383 (test_awatch_creation_and_listing)
7384 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7385 Remove 'type' parameter.
7386 (test_watchpoint_all): New parameter mi_mode. Remove
7387 with_test_prefix.
7388 (top level): Use foreach_with_prefix, and add main/separate UI MI
7389 testing axis.
7390
7391 2016-06-21 Pedro Alves <palves@redhat.com>
7392
7393 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7394 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7395 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7396 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7397 (gdb_main_spawn_id, mi_spawn_id): Declare and
7398 comment.
7399 (mi_create_inferior_pty): New procedure,
7400 factored out from default_mi_gdb_start.
7401 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7402 procedures.
7403 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7404 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7405 Use mi_create_inferior_pty.
7406 (mi_gdb_start): Use eval to pass down args list.
7407
7408 2016-06-21 Pedro Alves <palves@redhat.com>
7409
7410 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7411 * gdb.opt/inline-cmds.exp: Add MI tests.
7412
7413 2016-06-21 Pedro Alves <palves@redhat.com>
7414
7415 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7416
7417 2016-06-21 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7420 (top level): Use it instead of mi_execute_to.
7421
7422 2016-06-21 Pedro Alves <palves@redhat.com>
7423
7424 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7425 (cont_handler_str): New.
7426 (signal_stop_handler): Set stop_handler_str instead of printing to
7427 stdout.
7428 (continue_handler): Set cont_handler_str instead of printing to
7429 stdout.
7430 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7431 mi_send_resuming_command. Print stop_handler_str and
7432 cont_handler_str instead of expecting the python events print
7433 directly.
7434
7435 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7436
7437 * gdb.base/jit-reader.exp: New file.
7438 * gdb.base/jithost.c: New file.
7439 * gdb.base/jithost.h: New file.
7440 * gdb.base/jitreader.c : New file.
7441 * gdb.base/jit-protocol.h: New file.
7442
7443 2016-06-17 Yao Qi <yao.qi@linaro.org>
7444
7445 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7446 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7447 and detach-on-fork. Adjust tests.
7448 (top level): Invoke break_cond_on_syscall with combinations of
7449 syscall, follow-fork-mode and detach-on-fork.
7450
7451 2016-06-17 Yao Qi <yao.qi@linaro.org>
7452
7453 * gdb.base/step-over-exit.c: New.
7454 * gdb.base/step-over-exit.exp: New.
7455
7456 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7457
7458 * gdb.base/float.exp: Add target check for nds32*-*-*.
7459 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7460
7461 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7462
7463 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7464 for unsupported target features.
7465 * gdb.base/call-rt-st.exp: Likewise.
7466 * gdb.base/call-sc.exp: Likewise.
7467 * gdb.base/call-signal-resume.exp: Likewise.
7468 * gdb.base/call-strs.exp: Likewise.
7469 * gdb.base/callexit.exp: Likewise.
7470 * gdb.base/callfuncs.exp: Likewise.
7471 * gdb.base/nodebug.exp: Likewise.
7472 * gdb.base/printcmds.exp: Likewise.
7473 * gdb.base/ptype.exp: Likewise.
7474 * gdb.base/structs.exp: Likewise.
7475 * gdb.base/unwindonsignal.exp: Likewise.
7476 * gdb.cp/gdb2495.exp: Likewise.
7477 * gdb.cp/templates.exp: Likewise.
7478 * gdb.cp/virtfunc.exp: Likewise.
7479 * gdb.threads/hand-call-in-threads.exp: Likewise.
7480 * gdb.threads/interrupted-hand-call.exp: Likewise.
7481 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7482
7483 2016-06-10 Tom Tromey <tom@tromey.com>
7484
7485 PR rust/20110:
7486 * gdb.rust/expr.exp: Add test for integer constant larger than
7487 i32.
7488
7489 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7490
7491 * gdb.fortran/nested-funcs.exp: New.
7492 * gdb.fortran/nested-funcs.f90: New.
7493
7494 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7495
7496 * gdb.base/examine-backward.c: New file.
7497 * gdb.base/examine-backward.exp: New file.
7498
7499 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7500
7501 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7502 matching.
7503
7504 2016-06-02 Tom Tromey <tom@tromey.com>
7505
7506 PR python/18984:
7507 * gdb.python/py-shared.exp: Add solib_name test.
7508
7509 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7510
7511 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7512
7513 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7514
7515 PR c++/19893
7516 * gdb.dwarf2/implref.exp: Rename to...
7517 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7518 * gdb.dwarf2/implref-array.c: New file.
7519 * gdb.dwarf2/implref-array.exp: Likewise.
7520 * gdb.dwarf2/implref-global.c: Likewise.
7521 * gdb.dwarf2/implref-global.exp: Likewise.
7522 * gdb.dwarf2/implref-struct.c: Likewise.
7523 * gdb.dwarf2/implref-struct.exp: Likewise.
7524
7525 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7526
7527 * gdb.trace/trace-condition.exp: Add 64bit tests.
7528
7529 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7530
7531 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7532 bits types.
7533 (main): Adapt to 8 to 64 bits types.
7534 * gdb.trace/trace-condition.exp: Add new tests.
7535
7536 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7537
7538 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7539
7540 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7541
7542 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7543 Move condition tests...
7544 * gdb.trace/trace-condition.exp: Here.
7545
7546 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7547
7548 * gdb.trace/trace-condition.exp: Add counter-case tests.
7549
7550 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7551
7552 PR c++/15231
7553 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7554 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7555
7556 2016-05-27 Pedro Alves <palves@redhat.com>
7557
7558 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7559 New procedure.
7560 (top level): Call it, and bail out of DejaGnu is known to be bad.
7561
7562 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7563
7564 * gdb.base/whatis.c: Extend the test case.
7565 * gdb.base/whatis.exp: Add additional tests.
7566
7567 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7568
7569 * gdb.fortran/type.f90: Add pointer variable.
7570 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7571
7572 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7573
7574 * gdb.fortran/vla-type.exp: Fix testcase name.
7575
7576 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7577
7578 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7579
7580 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7581
7582 * gdb.fortran/type.f90: Add nested structures.
7583 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7584 * gdb.fortran/derived-type.exp: Adapt expected output.
7585 * gdb.fortran/vla-type.exp: Adapt expected output.
7586
7587 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7588
7589 * gdb.fortran/whatis_type.exp: Adapt expected output.
7590
7591 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7592
7593 * gdb.fortran/print_type.exp: Fix expected output.
7594 * gdb.fortran/whatis_type.exp: Fix expected output.
7595
7596 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7597
7598 * gdb.fortran/whatis_type.exp: Use multi_line.
7599
7600 2016-05-24 Tom Tromey <tom@tromey.com>
7601
7602 PR python/17386:
7603 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7604 use value as an index.
7605
7606 2016-05-23 Tom Tromey <tom@tromey.com>
7607
7608 PR python/17981:
7609 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7610 no-breakpoint case.
7611
7612 2016-05-24 Pedro Alves <palves@redhat.com>
7613
7614 PR gdb/19828
7615 * gdb.threads/clone-attach-detach.c: New file.
7616 * gdb.threads/clone-attach-detach.exp: New file.
7617
7618 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7619
7620 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7621
7622 2016-05-23 Tom Tromey <tom@tromey.com>
7623
7624 PR python/19438, PR python/18393:
7625 * gdb.python/py-progspace.exp: Add "dir" test.
7626 * gdb.python/py-objfile.exp: Add "dir" test.
7627
7628 2016-05-23 Yao Qi <yao.qi@linaro.org>
7629
7630 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7631 * gdb.arch/thumb2-it.exp: Likewise.
7632
7633 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7634
7635 * gdb.mi/mi-threads-interrupt.c: New file.
7636 * gdb.mi/mi-threads-interrupt.exp: New file.
7637
7638 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7639
7640 PR gdb/18077
7641 * gdb.mi/mi-async-run.exp: New file.
7642 * gdb.mi/mi-async-run.c: New file.
7643
7644 2016-05-17 Tom Tromey <tom@tromey.com>
7645 Manish Goregaokar <manishsmail@gmail.com>
7646
7647 * lib/rust-support.exp: New file.
7648 * lib/gdb.exp (skip_rust_tests): New proc.
7649 (build_executable_from_specs): Handle rust.
7650 * lib/future.exp (gdb_find_rustc): New proc.
7651 (gdb_default_target_compile): Handle rust.
7652 * gdb.rust/expr.exp: New file.
7653 * gdb.rust/generics.exp: New file.
7654 * gdb.rust/generics.rs: New file.
7655 * gdb.rust/methods.exp: New file.
7656 * gdb.rust/methods.rs: New file.
7657 * gdb.rust/modules.exp: New file.
7658 * gdb.rust/modules.rs: New file.
7659 * gdb.rust/simple.exp: New file.
7660 * gdb.rust/simple.rs: New file.
7661
7662 2016-05-17 Tom Tromey <tom@tromey.com>
7663
7664 * gdb.base/default.exp (set language): Add rust.
7665
7666 2016-05-17 Tom Tromey <tom@tromey.com>
7667
7668 * gdb.gdb/unittest.exp: New file.
7669
7670 2016-05-16 Yao Qi <yao.qi@linaro.org>
7671
7672 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7673 shell_prompt. Update shell_prompt_re.
7674
7675 2016-05-12 Doug Evans <dje@google.com>
7676
7677 PR symtab/19999
7678 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7679 $options when building executable.
7680 * gdb.dwarf2/fission-loclists-pie.S: New file.
7681 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7682
7683 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7684
7685 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7686 of [is_remote target],
7687
7688 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7689
7690 * lib/gdb.exp (use_gdb_stub): New procedure.
7691
7692 2016-05-03 Yunlian Jiang <yunlian@google.com>
7693 Doug Evans <dje@google.com>
7694
7695 PR symtab/19914
7696 * gdb.dwarf2/dwp-sepdebug.c: New file.
7697 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7698
7699 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7700
7701 * gdb.base/detach.exp: Remove is_remote check.
7702
7703 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7704
7705 * gdb.base/annota-input-while-running.exp: Don't check for
7706 [is_remote target]. Enable annotations after running to main.
7707 Remove unused "set test..." line.
7708
7709 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7710
7711 * gdb.trace/trace-enable-disable.exp: New file.
7712 * gdb.trace/trace-enable-disable.c: New file.
7713
7714 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7715
7716 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7717 use it in info sharedlibrary test.
7718 * gdb.trace/ftrace-lock.exp: Likewise.
7719 * gdb.trace/ftrace.exp: Likewise.
7720 * gdb.trace/range-stepping.exp: Likewise.
7721 * gdb.trace/trace-break.exp: Likewise.
7722 * gdb.trace/trace-condition.exp: Likewise.
7723 * gdb.trace/trace-mt.exp: Likewise.
7724
7725 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7726
7727 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7728 (gdb_load_shlib): ... this.
7729 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7730 gdb_load_shlib.
7731 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7732 * gdb.base/ctxobj.exp: Likewise.
7733 * gdb.base/dprintf-pending.exp: Likewise.
7734 * gdb.base/dso2dso.exp: Likewise.
7735 * gdb.base/fixsection.exp: Likewise.
7736 * gdb.base/gcore-relro.exp: Likewise.
7737 * gdb.base/gdb1555.exp: Likewise.
7738 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7739 * gdb.base/gnu-ifunc.exp: Likewise.
7740 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7741 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7742 * gdb.base/pending.exp: Likewise.
7743 * gdb.base/print-file-var.exp: Likewise.
7744 * gdb.base/print-symbol-loading.exp: Likewise.
7745 * gdb.base/shlib-call.exp: Likewise.
7746 * gdb.base/shreloc.exp: Likewise.
7747 * gdb.base/so-impl-ld.exp: Likewise.
7748 * gdb.base/solib-disc.exp: Likewise.
7749 * gdb.base/solib-nodir.exp: Likewise.
7750 * gdb.base/solib-overlap.exp: Likewise.
7751 * gdb.base/solib-symbol.exp: Likewise.
7752 * gdb.base/solib-weak.exp (do_test): Likewise.
7753 * gdb.base/sym-file.exp: Likewise.
7754 * gdb.base/symtab-search-order.exp: Likewise.
7755 * gdb.base/type-opaque.exp: Likewise.
7756 * gdb.base/unload.exp: Likewise.
7757 * gdb.base/watchpoint-solib.exp: Likewise.
7758 * gdb.compile/compile.exp: Likewise.
7759 * gdb.cp/gdb2384.exp: Likewise.
7760 * gdb.cp/infcall-dlopen.exp: Likewise.
7761 * gdb.cp/re-set-overloaded.exp: Likewise.
7762 * gdb.fortran/library-module.exp: Likewise.
7763 * gdb.opt/solib-intra-step.exp: Likewise.
7764 * gdb.python/py-finish-breakpoint.exp: Likewise.
7765 * gdb.python/py-shared.exp: Likewise.
7766 * gdb.reverse/solib-precsave.exp: Likewise.
7767 * gdb.reverse/solib-reverse.exp: Likewise.
7768 * gdb.server/solib-list.exp: Likewise.
7769 * gdb.threads/dlopen-libpthread.exp: Likewise.
7770 * gdb.threads/tls-shared.exp: Likewise.
7771 * gdb.threads/tls-so_extern.exp: Likewise.
7772 * gdb.trace/change-loc.exp: Likewise.
7773 * gdb.trace/ftrace-lock.exp: Likewise.
7774 * gdb.trace/ftrace.exp: Likewise.
7775 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7776 * gdb.trace/pending.exp: Likewise.
7777 * gdb.trace/range-stepping.exp: Likewise.
7778 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7779 (strace_info_marker): Likewise.
7780 (strace_probe_marker): Likewise.
7781 (strace_trace_on_same_addr): Likewise.
7782 (strace_trace_on_diff_addr): Likewise.
7783 * gdb.trace/trace-break.exp: Likewise.
7784 * gdb.trace/trace-condition.exp: Likewise.
7785 * gdb.trace/trace-mt.exp: Likewise.
7786
7787 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7788
7789 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7790 result of gdb_remote_download.
7791 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7792 * gdb.base/dso2dso.exp: Likewise.
7793 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7794 * gdb.base/print-file-var.exp: Likewise.
7795 * gdb.base/shlib-call.exp: Likewise.
7796 * gdb.base/shreloc.exp: Likewise.
7797 * gdb.base/solib-overlap.exp: Likewise.
7798 * gdb.base/solib-weak.exp (do_test): Likewise.
7799 * gdb.base/unload.exp: Likewise.
7800
7801 2016-04-27 Yao Qi <yao.qi@linaro.org>
7802
7803 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7804 exists.
7805
7806 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7807
7808 * vla-type.exp: Print structure from toplevel.
7809
7810 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7811
7812 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7813 of dynamic types.
7814 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7815 of dynamic types.
7816
7817 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7818
7819 * gdb.fortran/vla-type.f90: New file.
7820 * gdb.fortran/vla-type.exp: New file.
7821
7822 2016-04-25 Yao Qi <yao.qi@linaro.org>
7823
7824 * gdb.base/branch-to-self.c: New file.
7825 * gdb.base/branch-to-self.exp: New file.
7826
7827 2016-04-22 Yao Qi <yao.qi@linaro.org>
7828
7829 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7830 more after $hex.
7831
7832 2016-04-22 Yao Qi <yao.qi@linaro.org>
7833
7834 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7835 * gdb.base/annota3.exp: Likewise.
7836
7837 2016-04-22 Yao Qi <yao.qi@linaro.org>
7838
7839 * gdb.reverse/step-precsave.exp: Do one step and test program
7840 stops in "callee" and do multiple steps until program goes out
7841 of "callee".
7842 * gdb.reverse/step-reverse.exp: Likewise.
7843
7844 2016-04-22 Yao Qi <yao.qi@linaro.org>
7845
7846 * gdb.trace/signal.exp: Also pass if
7847 $tracepoint_hits($i) > $iterations.
7848
7849 2016-04-22 Yao Qi <yao.qi@linaro.org>
7850
7851 * gdb.trace/signal.c: New file.
7852 * gdb.trace/signal.exp: New file.
7853
7854 2016-04-19 Doug Evans <xdje42@gmail.com>
7855
7856 * gdb.base/bad-file.exp: New file.
7857
7858 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7859
7860 * gdb.dwarf2/implref.exp: New file.
7861
7862 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7863
7864 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7865 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7866 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7867 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7868 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7869 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7870 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7871 * lib/fortran.exp (fortran_int4): New procedure.
7872 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7873 (fortran_logical4): Likewise.
7874
7875 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7876
7877 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7878
7879 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7880
7881 * lib/compiler.c: Add Intel specific preprocessor macros.
7882 * lib/compiler.cc: Likewise.
7883
7884 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7885
7886 * gdb.server/connect-with-no-symbol-file.c: New file.
7887 * gdb.server/connect-with-no-symbol-file.exp: New file.
7888
7889 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7890
7891 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7892
7893 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7894
7895 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7896 standard output directory.
7897
7898 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7899
7900 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7901
7902 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7903
7904 * gdb.btrace/instruction_history.c (loop): Add declaration.
7905
7906 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7907
7908 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7909
7910 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7911
7912 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7913 parentheses to print.
7914 (continue_handler): Likewise.
7915
7916 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7917
7918 * gdb.server/solib-list.exp: Remove is_remote check.
7919 Pass shlib= to gdb_compile. Don't link shared library with
7920 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7921 Run binary filename through "readlink -f" on the target.
7922
7923 2016-04-08 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7926 interpreter filename as argument to gdbserver_spawn.
7927 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7928 Return empty if $last_loaded_file does not exist.
7929
7930 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7931
7932 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7933 * gdb.base/jit-main.c: Use exit after usage.
7934
7935 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7936
7937 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7938 GDBHISTSIZE prior to the tests.
7939 * gdb.base/gdbinit-history.exp: Likewise.
7940
7941 2016-04-07 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7944 instead of build_executable. Use gdb_load_shlibs.
7945
7946 2016-04-07 Yao Qi <yao.qi@linaro.org>
7947
7948 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7949 Execute "si" command.
7950
7951 2016-04-07 Yao Qi <yao.qi@linaro.org>
7952
7953 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7954 number instead of the comments on some line.
7955
7956 2016-04-06 Don Breazeal <donb@codesourcery.com>
7957
7958 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7959 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7960
7961 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7962
7963 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7964 standard_output_file. Remove unused binfile variable.
7965
7966 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7967
7968 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7969 * gdb.python/py-mi-objfile.exp: Match "list main" output
7970 in console format.
7971
7972 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7973
7974 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7975 absolute.
7976
7977 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7978
7979 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7980 absolute.
7981 * gdb.trace/ftrace.exp: Likewise.
7982 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7983 targets as well.
7984 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7985 (gdb_load_shlibs): Copy libraries to test directory when testing
7986 natively. Only set solib-search-path if testing remotely.
7987 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7988
7989 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7990
7991 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7992 gdb_download. Use it even if the target is not remote.
7993 * gdb.base/jit.exp (compile_jit_test): Likewise.
7994 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7995 output directory if the destination board is local, otherwise use
7996 the standard remote_download from DejaGnu.
7997 (gdb_download): Remove.
7998 (gdb_load_shlibs): Use gdb_remote_download instead of
7999 gdb_download.
8000 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8001 Use gdb_remote_download instead of gdb_download. Use it even if
8002 the target is not remote.
8003 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8004 instead of gdb_download.
8005
8006 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8007
8008 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8009 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8010 run.
8011
8012 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8013
8014 PR gdb/19820
8015 * gdb.base/printcmds.exp: Add artificial arrays tests.
8016
8017 2016-03-31 Pedro Alves <palves@redhat.com>
8018
8019 PR gdb/19858
8020 * gdb.base/jit-main.c: Include unistd.h.
8021 (ATTACH): Define to 0 if not already defined.
8022 (wait_for_gdb, mypid): New globals.
8023 (WAIT_FOR_GDB): New macro.
8024 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8025 some breakpoint locations.
8026 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8027 New procedures.
8028 (one_jit_test): Add REATTACH parameter, and handle it. Use
8029 continue_to_test_location.
8030 (top level): Test attach, and adjusts calls to one_jit_test.
8031
8032 2016-03-31 Pedro Alves <palves@redhat.com>
8033
8034 PR gdb/19858
8035 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8036 BINSUFFIX parameter, and handle it.
8037 (top level): Adjust calls compile_jit_test.
8038
8039 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8040
8041 PR python/19743
8042 * gdb.python/py-mi-events-gdb.py: New file.
8043 * gdb.python/py-mi-events.c: New file.
8044 * gdb.python/py-mi-events.exp: New file.
8045
8046 2016-03-30 Yao Qi <yao.qi@linaro.org>
8047
8048 * gdb.reverse/until-precsave.exp: Match function name only.
8049 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8050 Move malloc to a condition block.
8051 * gdb.reverse/until-reverse.exp: Match function name only.
8052
8053 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8054
8055 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8056 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8057 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8058 variable for GPR 0 instead of assuming it is register 0.
8059 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8060 * lib/trace-support.exp: Add s390 registers.
8061
8062 2016-03-29 Yao Qi <yao.qi@linaro.org>
8063
8064 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8065
8066 2016-03-24 Yao Qi <yao.qi@linaro.org>
8067
8068 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8069 test message.
8070
8071 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8072
8073 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8074 maintaining separate logic for constructing the output path.
8075
8076 2016-03-16 Don Breazeal <donb@codesourcery.com>
8077
8078 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8079 Retry fork and waitpid on interrupted system call errors.
8080 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8081 Use with_timeout_factor to increase timeout by factor of 10.
8082
8083 2016-03-15 Don Breazeal <donb@codesourcery.com>
8084
8085 * gdb.cp/scope-err.cc: New test program.
8086 * gdb.cp/scope-err.exp: New test script.
8087 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8088 lines and "set breakpoint here" comment.
8089 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8090 Fixed some whitespace and format issues.
8091 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8092 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8093
8094 2016-03-15 Doug Evans <dje@google.com>
8095
8096 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8097 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8098 All callers updated. Add tests for enums, mixed flags register.
8099
8100 2016-03-15 Doug Evans <dje@google.com>
8101
8102 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8103 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8104
8105 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8106
8107 * gdb.base/default.exp: Add $_as_string to the list of expected
8108 convenience functions.
8109
8110 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8111
8112 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8113
8114 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8115
8116 * gdb.python/py-as-string.exp: New file.
8117 * gdb.python/py-as-string.c: New file.
8118
8119 2016-03-09 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8122 signal" -> "Thread NN received signal" output change.
8123 * gdb.threads/ia64-sigill.exp: Likewise.
8124 * gdb.threads/linux-dp.exp: Likewise.
8125 * gdb.threads/manythreads.exp: Likewise.
8126 * gdb.threads/pending-step.exp: Likewise.
8127 * gdb.threads/print-threads.exp: Likewise.
8128 * gdb.threads/sigstep-threads.exp: Likewise.
8129 * gdb.threads/staticthreads.exp: Likewise.
8130 * gdb.threads/tls.exp: Likewise.
8131
8132 2016-03-09 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.base/command-line-input.exp: New file.
8135
8136 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8137
8138 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8139 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8140 * gdb.trace/pending.exp: Accept leading dot before function name.
8141 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8142 * lib/trace-support.exp: Set registers for ppc.
8143
8144 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8145
8146 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8147 use it for disassembly; accept .main in addition to main in backtrace.
8148
8149 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8150 Marcin Kościelnicki <koriakin@0x04.net>
8151
8152 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8153 (gdb_recursion_test_ptr): New global variable.
8154 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8155 gdb_recursion_test.
8156 (gdb_c_test): Ditto.
8157
8158 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8159
8160 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8161 ordering.
8162
8163 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8164
8165 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8166 (bar): Add bar_start_lbl label.
8167 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8168 of foo/bar for emitting DWARF and tracing.
8169
8170 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8171
8172 * analyze-racy-logs.py: Set executable bit.
8173
8174 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8175
8176 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8177 (CHECK_TARGET_TMP): Likewise.
8178 (check-single-racy): New rule.
8179 (check-parallel-racy): Likewise.
8180 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8181 (do-check-parallel-racy): New rule.
8182 (check-racy/%.exp): Likewise.
8183 * README (Racy testcases): New section.
8184 * analyze-racy-logs.py: New file.
8185
8186 2016-03-03 Doug Evans <dje@google.com>
8187
8188 * gdb.base/skip.exp: Use with_test_prefix.
8189
8190 2016-03-03 Yao Qi <yao.qi@linaro.org>
8191
8192 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8193 Invoke step_over_syscall "clone" and break_cond_on_syscall
8194 "clone".
8195 * gdb.base/step-over-clone.c: New file.
8196
8197 2016-03-03 Yao Qi <yao.qi@linaro.org>
8198
8199 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8200 code format.
8201
8202 2016-03-03 Yao Qi <yao.qi@linaro.org>
8203
8204 * gdb.base/disp-step-fork.c: Rename to ...
8205 * gdb.base/step-over-fork.c: ... it. New file.
8206 * gdb.base/disp-step-vfork.c: Rename to ...
8207 * gdb.base/step-over-vfork.c: ... it. New file.
8208 * gdb.base/disp-step-syscall.exp: Rename to ...
8209 * gdb.base/step-over-syscall.exp: ... it. New file.
8210 (disp_step_cross_syscall): Rename to ...
8211 (step_over_syscall): ... it.
8212
8213 2016-03-03 Yao Qi <yao.qi@linaro.org>
8214
8215 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8216 If target supports condition evaluation on target, invoke
8217 break_cond_on_syscall for fork and vfork.
8218
8219 2016-03-03 Yao Qi <yao.qi@linaro.org>
8220
8221 * gdb.base/disp-step-syscall.exp: Don't invoke
8222 support_displaced_stepping.
8223 (disp_step_cross_syscall): Test with displaced stepping off and
8224 on if supported.
8225
8226 2016-03-03 Yao Qi <yao.qi@linaro.org>
8227
8228 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8229 proc.
8230 (setup): New proc.
8231 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8232 and setup.
8233
8234 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8235
8236 * gdb.fortran/vla-history.exp: Remove breakpoint.
8237
8238 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8239
8240 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8241 exceeds timeout.
8242
8243 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8244
8245 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8246 breakpoint.
8247
8248 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8249
8250 * gdb.mi/vla.f90: Nullify pointer after declaration.
8251
8252 2016-03-01 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8255
8256 2016-03-01 Pedro Alves <palves@redhat.com>
8257
8258 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8259 before anything else.
8260 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8261 _GNU_SOURCE here.
8262 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8263 before anything else.
8264 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8265
8266 2016-03-01 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8269
8270 2016-03-01 Yao Qi <yao.qi@linaro.org>
8271
8272 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8273 prepare_for_testing.
8274
8275 2016-03-01 Yao Qi <yao.qi@linaro.org>
8276
8277 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8278
8279 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8280
8281 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8282 manually constructing the output path.
8283
8284 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8285
8286 * gdb.arch/s390-stackless.S: New.
8287 * gdb.arch/s390-stackless.exp: New.
8288
8289 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8290
8291 * gdb.dlang/circular.c: New file.
8292 * gdb.dlang/circular.exp: New file.
8293
8294 2016-02-26 Yao Qi <yao.qi@linaro.org>
8295
8296 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8297 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8298 (testcases): Update.
8299
8300 2016-02-26 Yao Qi <yao.qi@linaro.org>
8301
8302 * gdb.reverse/aarch64.c: Rename to ...
8303 * gdb.reverse/insn-reverse.c: ... it.
8304 * gdb.reverse/aarch64.exp: Rename to ...
8305 * gdb.reverse/insn-reverse.exp: ... it.
8306
8307 2016-02-26 Yao Qi <yao.qi@linaro.org>
8308
8309 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8310 (testcase_ftype): New.
8311 (testcases): New array.
8312 (n_testcases): New.
8313 (main): Call each element in testcases.
8314 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8315 (read_testcase): New.
8316 Do the tests in a loop.
8317
8318 2016-02-25 Yao Qi <yao.qi@linaro.org>
8319
8320 * gdb.base/branches.c: Remove.
8321
8322 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8323
8324 PR gdb/13808
8325 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8326
8327 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8328
8329 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8330
8331 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8332
8333 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8334 change x86_64 call_insn to 'callq'.
8335
8336 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8337
8338 * gdb.trace/tfile-avx.c: Move to...
8339 * gdb.trace/tracefile-pseudo-reg.c: Here.
8340 * gdb.trace/tfile-avx.exp: Move to...
8341 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8342
8343 2016-02-24 Gary Benson <gbenson@redhat.com>
8344
8345 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8346 message on attach.
8347
8348 2016-02-23 Doug Evans <dje@google.com>
8349
8350 * gdb.base/skip.c (test_skip): New function.
8351 (end_test_skip_file_and_function): New function.
8352 (test_skip_file_and_function): New function.
8353 * gdb.base/skip1.c (test_skip): New function.
8354 (skip1_test_skip_file_and_function): New function.
8355 * gdb.base/skip.exp: Add tests for new skip options.
8356 * gdb.base/skip-solib.exp: Update expected output.
8357 * gdb.perf/skip-command.cc: New file.
8358 * gdb.perf/skip-command.exp: New file.
8359 * gdb.perf/skip-command.py: New file.
8360
8361 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8362
8363 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8364 info registers pattern.
8365
8366 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8367
8368 * lib/future.exp: Add D support.
8369 (gdb_find_gdc): New proc.
8370 (gdb_default_target_compile): Add D support.
8371
8372 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8373
8374 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8375 user+system time.
8376 (trace_speed_test): Determine the iteration count for a time
8377 between 15..30 seconds.
8378
8379 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8380
8381 * gdb.arch/i386-mpx-sigsegv.c: New file.
8382 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8383 * gdb.arch/i386-mpx-simple_segv.c: New file.
8384 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8385
8386 2016-02-18 Yao Qi <yao.qi@linaro.org>
8387
8388 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8389 Don't call setup_kfail.
8390
8391 2016-02-18 Yao Qi <yao.qi@linaro.org>
8392
8393 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8394 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8395
8396 2016-02-16 Doug Evans <dje@google.com>
8397
8398 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8399 * gdb.base/skip1.c: Ditto.
8400 * gdb.base/skip.exp: Whitespace cleanup.
8401
8402 2016-02-16 Don Breazeal <donb@codesourcery.com>
8403
8404 PR remote/19496
8405 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8406 Remove kfail for PR remote/19496.
8407
8408 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8409
8410 * lib/gdb.exp (standard_temp_file): Return a path specific to
8411 the runtest invocation.
8412
8413 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * gdb.trace/save-trace.exp: Change relative path to be in the
8416 standard output directory.
8417
8418 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8419
8420 * gdb.arch/i386-prologue.c: Add missing prototypes.
8421
8422 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8423
8424 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8425 * gdb.arch/i386-prologue.exp: Likewise.
8426 * gdb.arch/i386-size.exp: Likewise.
8427
8428 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8429
8430 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8431 define object file path.
8432 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8433 file path.
8434 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8435 standard_output_file to define binfile.
8436
8437 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8438
8439 Fix compatibility with recent gfortran-5.3.1.
8440 * gdb.fortran/vla-history.exp (print vla1 allocated)
8441 (print vla2 allocated, print $2, print $3): Remove
8442 (print $4): Rename to ...
8443 (print $2): ... here.
8444 (print $9): Rename to ...
8445 (print $5): ... here.
8446 (print $10): Rename to ...
8447 (print $6): ... here.
8448 * gdb.fortran/vla.f90: Add pvla initialization.
8449
8450 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8451
8452 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8453 New test.
8454 * gdb.fortran/vla-value-sub.exp: Likewise.
8455
8456 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8457
8458 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8459
8460 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8461
8462 * i386-biarch-core.exp: Define corefile using
8463 standard_output_file.
8464
8465 2016-02-12 Yao Qi <yao.qi@linaro.org>
8466
8467 * gdb.arch/arm-single-step-kernel-helper.c: New.
8468 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8469
8470 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8471
8472 * gdb.btrace/tailcall-only.exp: New.
8473 * gdb.btrace/tailcall-only.c: New.
8474 * gdb.btrace/x86_64-tailcall-only.S: New.
8475 * gdb.btrace/i686-tailcall-only.S: New.
8476
8477 2016-02-11 Pedro Alves <palves@redhat.com>
8478
8479 * README (Parallel testing): Add missing double quotes.
8480
8481 2016-02-11 Pedro Alves <palves@redhat.com>
8482
8483 * README (Parallel testing): New section.
8484 (GDB_PARALLEL): Rewrite.
8485 (FORCE_PARALLEL): Document.
8486
8487 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8488
8489 * gdb.trace/tfile-avx.c: New test.
8490 * gdb.trace/tfile-avx.exp: New test.
8491
8492 2016-02-09 Keith Seitz <keiths@redhat.com>
8493
8494 PR breakpoints/19546
8495 * gdb.base/infcall-exec.c: New file.
8496 * gdb.base/infcall-exec2.c: New file.
8497 * gdb.base/infcall-exec.exp: New file.
8498
8499 2016-02-09 Keith Seitz <keiths@redhat.com>
8500
8501 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8502 (toplevel): Call test_bkpt_address.
8503
8504 2016-02-09 Keith Seitz <keiths@redhat.com>
8505
8506 PR python/19506
8507 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8508 (toplevel): Call test_bkpt_address.
8509
8510 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8511
8512 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8513 to AC_OUTPUT.
8514 * configure: Regenerate.
8515
8516 2016-02-09 Pedro Alves <palves@redhat.com>
8517
8518 PR breakpoints/19548
8519 * gdb.base/execl-update-breakpoints.c (some_function): New
8520 function.
8521 (main): Call it.
8522 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8523 Tighten expected GDB output.
8524
8525 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8526
8527 * Makefile.in (ALL_SUBDIRS): Remove.
8528 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8529 (distclean maintainer-clean realclean): Likewise.
8530 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8531 * configure: Regenerate.
8532 * gdb.ada/Makefile.in: Delete.
8533 * gdb.arch/Makefile.in: Likewise.
8534 * gdb.asm/Makefile.in: Likewise.
8535 * gdb.base/Makefile.in: Likewise.
8536 * gdb.btrace/Makefile.in: Likewise.
8537 * gdb.cell/Makefile.in: Likewise.
8538 * gdb.compile/Makefile.in: Likewise.
8539 * gdb.cp/Makefile.in: Likewise.
8540 * gdb.disasm/Makefile.in: Likewise.
8541 * gdb.dlang/Makefile.in: Likewise.
8542 * gdb.dwarf2/Makefile.in: Likewise.
8543 * gdb.fortran/Makefile.in: Likewise.
8544 * gdb.gdb/Makefile.in: Likewise.
8545 * gdb.go/Makefile.in: Likewise.
8546 * gdb.guile/Makefile.in: Likewise.
8547 * gdb.java/Makefile.in: Likewise.
8548 * gdb.linespec/Makefile.in: Likewise.
8549 * gdb.mi/Makefile.in: Likewise.
8550 * gdb.modula2/Makefile.in: Likewise.
8551 * gdb.multi/Makefile.in: Likewise.
8552 * gdb.objc/Makefile.in: Likewise.
8553 * gdb.opencl/Makefile.in: Likewise.
8554 * gdb.opt/Makefile.in: Likewise.
8555 * gdb.pascal/Makefile.in: Likewise.
8556 * gdb.perf/Makefile.in: Likewise.
8557 * gdb.python/Makefile.in: Likewise.
8558 * gdb.reverse/Makefile.in: Likewise.
8559 * gdb.server/Makefile.in: Likewise.
8560 * gdb.stabs/Makefile.in: Likewise.
8561 * gdb.threads/Makefile.in: Likewise.
8562 * gdb.trace/Makefile.in: Likewise.
8563 * gdb.xml/Makefile.in: Likewise.
8564 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8565 GDB_PARALLEL.
8566 (standard_output_file): Remove check for GDB_PARALLEL, always
8567 return path in outputs/$subdir/$testname.
8568
8569 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8570
8571 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8572 (site.exp): Assign abs_srcdir to tcl's srcdir.
8573
8574 2016-02-04 Yao Qi <yao.qi@linaro.org>
8575
8576 * gdb.base/foll-exec-mode.c: Include limits.h.
8577 (main): Add parameters argc and argv. Get directory from
8578 argv[0].
8579 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8580 compilation.
8581 * gdb.base/foll-exec.c: Include limits.h.
8582 (main): Add parameters argc and argv.
8583 Get directory from argv[0].
8584 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8585 Adjust tests on the number of lines as source code changed.
8586 * gdb.base/foll-vfork-exit.c: Include limits.h.
8587 (main): Add one line of statement before vfork.
8588 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8589 (main): Add parameters argc and argv. Get directory from
8590 argv[0].
8591 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8592 (setup_gdb): Set tbreak to skip some source lines.
8593 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8594 (main): Add parameters argc and argv. Get directory from
8595 argv[0].
8596 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8597 compilation.
8598 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8599 (main): Add parameters argc and argv. Get directory from
8600 argv[0].
8601 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8602 compilation.
8603
8604 2016-02-01 Doug Evans <dje@google.com>
8605
8606 * gdb.base/skip.exp: Clean up multiple references to same test name.
8607
8608 2016-02-01 Pedro Alves <palves@redhat.com>
8609
8610 PR remote/19496
8611 * gdb.threads/forking-threads-plus-breakpoint.exp
8612 (displaced_stepping_supported): New global.
8613 (probe_displaced_stepping_support): New procedure.
8614 (do_test): Add 'displaced' parameter, and use it.
8615 (top level): Check for displaced stepping support. Add displaced
8616 stepping on/off testing axis.
8617
8618 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8619
8620 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8621 pointer. Don't perform further tests on the unassociated pointer
8622 if the first test fails.
8623
8624 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8625
8626 * gdb.base/max-value-size.c: New file.
8627 * gdb.base/max-value-size.exp: New file.
8628 * gdb.base/huge.exp: Disable max-value-size for this test.
8629
8630 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8631
8632 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8633
8634 2016-01-28 Yao Qi <yao.qi@linaro.org>
8635
8636 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8637
8638 2016-01-25 Pedro Alves <palves@redhat.com>
8639
8640 PR threads/19461
8641 * gdb.base/fork-running-state.c: New file.
8642 * gdb.base/fork-running-state.exp: New file.
8643
8644 2016-01-25 Pedro Alves <palves@redhat.com>
8645
8646 PR gdb/19494
8647 * gdb.base/catch-fork-kill.c: New file.
8648 * gdb.base/catch-fork-kill.exp: New file.
8649
8650 2016-01-25 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8653 Delete, moved to lib/gdb.exp.
8654 * gdb.threads/forking-threads-plus-breakpoint.exp
8655 (foreach_with_prefix): Likewise.
8656 * gdb.threads/process-dies-while-handling-bp.exp
8657 (foreach_with_prefix): Likewise.
8658 * lib/gdb.exp (foreach_with_prefix): New procedure.
8659
8660 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8661
8662 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8663 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8664
8665 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8666
8667 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8668 endian targets.
8669
8670 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8671 Pedro Alves <palves@redhat.com>
8672
8673 Fix testsuite compatibility with Guile.
8674 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8675 number.
8676
8677 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8678
8679 Fix testsuite compatibility with Guile.
8680 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8681 (thread 1): New test for backtrace through signal handler.
8682
8683 2016-01-22 Yao Qi <yao.qi@linaro.org>
8684
8685 PR testsuite/19491
8686 * gdb.base/multi-forks.c: Include
8687 ../lib/unbuffer_output.c
8688 (main): Call gdb_unbuffer_output.
8689
8690 2016-01-21 Doug Evans <dje@google.com>
8691
8692 * lib/ada.exp (gdb_compile_ada): Fix typo.
8693
8694 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8695
8696 * gdb.base/break-fun-addr.exp: New file.
8697 * gdb.base/break-fun-addr1.c: New file.
8698 * gdb.base/break-fun-addr2.c: New file.
8699
8700 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8701
8702 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8703 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8704 enum flag values.
8705
8706 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8707
8708 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8709 when GDB can not set the vector return value. Add more comments
8710 for clarification.
8711
8712 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8713
8714 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8715 command.
8716
8717 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8718
8719 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8720
8721 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8722
8723 * Makefile.in (check-single): Pass --status to runtest.
8724 (check/%.exp): Likewise.
8725
8726 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8727
8728 * Makefile.in (check-parallel): Propagate return code from make
8729 do-check-parallel.
8730
8731 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8732
8733 * gdb.trace/ftrace.exp: Fix expected message on continue.
8734 * gdb.trace/pending.exp: Fix expected message on continue.
8735 * gdb.trace/trace-break.exp: Fix expected message on continue.
8736
8737 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8738
8739 * lib/gdb.exp (gdb_test): Remove unused global references.
8740
8741 2016-01-18 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/async-shell.exp: Adjust expected output.
8744 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8745 * gdb.base/siginfo-thread.exp: Adjust expected output.
8746 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8747 * gdb.java/jnpe.exp: Adjust expected output.
8748 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8749 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8750 * gdb.threads/leader-exit.exp: Adjust expected output.
8751 * gdb.threads/manythreads.exp: Adjust expected output.
8752 * gdb.threads/pthreads.exp: Adjust expected output.
8753 * gdb.threads/schedlock.exp: Adjust expected output.
8754 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8755 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8756 expected output.
8757 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8758 output.
8759 * gdb.threads/sigthread.exp: Adjust expected output.
8760 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8761
8762 2016-01-18 Yao Qi <yao.qi@linaro.org>
8763
8764 * gdb.guile/scm-section-script.c: Replace @progbits with
8765 %progbits.
8766 * gdb.python/py-section-script.c: Likewise.
8767
8768 2016-01-15 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.multi/tids.exp: Test star wildcard ranges.
8771
8772 2016-01-15 Pedro Alves <palves@redhat.com>
8773
8774 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8775 command from "thread apply" invocation.
8776 (thr_apply_info_thr_invalid): Default the expected output to the
8777 input tid list.
8778 (top level): Add tests that use convenience variables. Add tests
8779 for "thread apply" with a valid TID list, but missing the command.
8780
8781 2016-01-13 Pedro Alves <palves@redhat.com>
8782
8783 * gdb.base/default.exp: Expect $_gthread as well.
8784 * gdb.multi/tids.exp: Test $_gthread.
8785 * gdb.threads/thread-specific.exp: Test $_gthread.
8786
8787 2016-01-13 Pedro Alves <palves@redhat.com>
8788
8789 * gdb.multi/tids.exp: Test "info threads -gid".
8790
8791 2016-01-13 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8794 Breakpoint.thread.
8795 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8796
8797 2016-01-07 Pedro Alves <palves@redhat.com>
8798
8799 * gdb.base/break.exp: Adjust to output changes.
8800 * gdb.base/hbreak2.exp: Likewise.
8801 * gdb.base/sepdebug.exp: Likewise.
8802 * gdb.base/watch_thread_num.exp: Likewise.
8803 * gdb.linespec/keywords.exp: Likewise.
8804 * gdb.multi/info-threads.exp: Likewise.
8805 * gdb.threads/thread-find.exp: Likewise.
8806 * gdb.multi/tids.c: New file.
8807 * gdb.multi/tids.exp: New file.
8808
8809 2016-01-13 Pedro Alves <palves@redhat.com>
8810
8811 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8812
8813 2016-01-13 Pedro Alves <palves@redhat.com>
8814
8815 * gdb.base/default.exp: Expect $_inferior as well.
8816 * gdb.multi/base.exp: Test $_inferior.
8817
8818 2016-01-13 Pedro Alves <palves@redhat.com>
8819
8820 PR breakpoints/19388
8821 * gdb.base/catch-signal-siginfo-cond.c: New file.
8822 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8823
8824 2016-01-12 Josh Stone <jistone@redhat.com>
8825 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8826
8827 * gdb.base/catch-syscall.c (do_execve): New variable.
8828 (main): Conditionally trigger an execve.
8829 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8830 (test_catch_syscall_execve): New, check entry/return across execve.
8831 (do_syscall_tests): Call test_catch_syscall_execve.
8832
8833 2016-01-12 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.base/random-signal.exp (do_test): New procedure, with body
8836 of testcase moved in.
8837
8838 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8839 Pedro Alves <palves@redhat.com>
8840
8841 * gdb.base/funcargs.exp (finish from indirectly called function):
8842 Reintroduce the case for 'First'.
8843
8844 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8845 Pedro Alves <palves@redhat.com>
8846
8847 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8848 (tcatch_vfork_then_child_follow_exec)
8849 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8850 identification.
8851
8852 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8853
8854 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8855 and repeats to unlimited.
8856 * gdb.python/py-value.exp: Likewise.
8857 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8858 and repeats to unlimited.
8859
8860 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8861
8862 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8863 and reordering the functions.
8864 * gdb.multi/hangout.c: Likewise.
8865 * gdb.multi/hello.c: Likewise.
8866
8867 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8868
8869 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8870 absolute.
8871 (SingleStatisticTestResult.report): Use dict.keys instead of
8872 dict.iterkeys.
8873
8874 2016-01-06 Pedro Alves <palves@redhat.com>
8875
8876 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8877
8878 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8879
8880 * gdb.btrace/dlopen.exp: New.
8881 * gdb.btrace/dlopen.c: New.
8882 * gdb.btrace/dlopen-dso.c: New.
8883
8884 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8885
8886 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8887 PATTERN argument is optional.
8888
8889 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8890
8891 * lib/ada.exp (target_compile_ada_from_dir): New function.
8892 (gdb_compile_ada): Reimplement avoiding the use of project files.
8893 * gdb.ada/gnat_ada.gpr: Delete.
8894 * gdb.ada/cond_lang.exp: Adjust test to make path before
8895 filename optional.
8896 * gdb.ada/small_reg_param.exp: Likewise.
8897
8898 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8899
8900 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8901
8902 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8903
8904 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8905 case.
8906
8907 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8908
8909 * gdb.base/break.exp: Remove dead code.
8910 * gdb.base/sepdebug.exp: Likewise.
8911
8912 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8913
8914 * gdb.asm/asm-source.exp: Remove HP-UX references.
8915 * gdb.base/annota1.exp: Likewise.
8916 * gdb.base/annota3.exp: Likewise.
8917 * gdb.base/attach.exp: Likewise.
8918 * gdb.base/bigcore.exp: Likewise.
8919 * gdb.base/break.exp: Likewise.
8920 * gdb.base/call-ar-st.exp: Likewise.
8921 * gdb.base/callfuncs.exp: Likewise.
8922 * gdb.base/catch-fork-static.exp: Likewise.
8923 * gdb.base/display.exp: Likewise.
8924 * gdb.base/foll-exec-mode.exp: Likewise.
8925 * gdb.base/foll-exec.exp: Likewise.
8926 * gdb.base/foll-fork.exp: Likewise.
8927 * gdb.base/foll-vfork.exp: Likewise.
8928 * gdb.base/funcargs.exp: Likewise.
8929 * gdb.base/hbreak2.exp: Likewise.
8930 * gdb.base/inferior-died.exp: Likewise.
8931 * gdb.base/interrupt.exp: Likewise.
8932 * gdb.base/multi-forks.exp: Likewise.
8933 * gdb.base/nodebug.exp: Likewise.
8934 * gdb.base/sepdebug.exp: Likewise.
8935 * gdb.base/solib1.c: Likewise.
8936 * gdb.base/step-test.exp: Likewise.
8937 * gdb.mi/non-stop.c: Likewise.
8938 * gdb.mi/pthreads.c: Likewise.
8939 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8940 * gdb.threads/pthreads.c: Likewise.
8941 * gdb.threads/staticthreads.exp: Likewise.
8942 * lib/future.exp: Likewise.
8943 * lib/gdb.exp: Likewise.
8944 * gdb.base/so-indr-cl.c: Remove.
8945 * gdb.base/so-indr-cl.exp: Likewise.
8946 * gdb.base/solib.c: Likewise.
8947 * gdb.base/solib.exp: Likewise.
8948 * gdb.base/solib2.c: Likewise.
8949
8950 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8951
8952 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8953 * gdb.base/call-ar-st.exp: Likewise.
8954 * gdb.base/callfuncs.exp: Likewise.
8955 * gdb.base/condbreak.exp: Likewise.
8956 * gdb.base/constvars.exp: Likewise.
8957 * gdb.base/hbreak2.exp: Likewise.
8958 * gdb.base/langs.exp: Likewise.
8959 * gdb.base/list.exp: Likewise.
8960 * gdb.base/long_long.exp: Likewise.
8961 * gdb.base/ptype.exp: Likewise.
8962 * gdb.base/scope.exp: Likewise.
8963 * gdb.base/signals.exp: Likewise.
8964 * gdb.base/so-impl-ld.exp: Likewise.
8965 * gdb.base/varargs.exp: Likewise.
8966 * gdb.base/volatile.exp: Likewise.
8967 * gdb.base/whatis.exp: Likewise.
8968 * gdb.cp/cplusfuncs.exp: Likewise.
8969 * gdb.cp/inherit.exp: Likewise.
8970 * gdb.cp/local.exp: Likewise.
8971 * gdb.cp/member-ptr.exp: Likewise.
8972 * gdb.cp/method.exp: Likewise.
8973 * gdb.cp/overload.exp: Likewise.
8974 * gdb.cp/templates.exp: Likewise.
8975 * gdb.stabs/weird.exp: Likewise.
8976 * lib/compiler.c: Likewise.
8977 * lib/compiler.cc: Likewise.
8978 * lib/cp-support.exp: Likewise.
8979 * lib/gdb.exp: Likewise.
8980
8981 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8982
8983 * configure.ac: Remove HP-UX case.
8984 * configure: Regenerate.
8985
8986 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8987
8988 * lib/gdb.exp (gdb_compile): Add function doc.
8989
8990 2015-12-17 Pedro Alves <palves@redhat.com>
8991
8992 PR threads/19354
8993 * gdb.multi/info-threads.exp: New file.
8994
8995 2015-12-15 Yao Qi <yao.qi@linaro.org>
8996
8997 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8998 is aarch64*-*-*.
8999
9000 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9001
9002 * gdb.base/history-duplicates.exp: Skip if no readline support.
9003
9004 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9005
9006 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9007
9008 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9009
9010 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9011
9012 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9013
9014 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9015 ctrl-C if nointerrupts target property is set.
9016 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9017 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9018 * gdb.base/paginate-bg-execution.exp: Likewise.
9019 * gdb.base/paginate-execution-startup.exp: Likewise.
9020 * gdb.base/random-signal.exp: Likewise.
9021 * gdb.base/range-stepping.exp: Likewise.
9022 * gdb.cp/annota2.exp: Likewise.
9023 * gdb.cp/annota3.exp: Likewise.
9024 * gdb.gdb/selftest.exp: Likewise.
9025 * gdb.threads/continue-pending-status.exp: Likewise.
9026 * gdb.threads/leader-exit.exp: Likewise.
9027 * gdb.threads/manythreads.exp: Likewise.
9028 * gdb.threads/pthreads.exp: Likewise.
9029 * gdb.threads/schedlock.exp: Likewise.
9030 * gdb.threads/sigthread.exp: Likewise.
9031
9032 2015-12-11 Don Breazeal <donb@codesourcery.com>
9033
9034 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9035 remote.
9036 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9037 * gdb.base/foll-exec.exp (main): Enable for target remote.
9038 * gdb.base/foll-fork.exp (main): Likewise.
9039 * gdb.base/foll-vfork.exp (main): Likewise.
9040 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9041 (proc continue_to_exit_bp_loc): Use clean_restart.
9042 * gdb.base/pie-execl.exp (main): Disable for target remote.
9043 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9044 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9045 * gdb.threads/execl.exp (main): Likewise.
9046 * gdb.threads/fork-child-threads.exp (main): Likewise.
9047 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9048 remote.
9049 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9050 remote.
9051 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9052 pid.tid style ptids, instead of just tid.
9053 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9054 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9055 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9056 ptids, instead of just tid.
9057
9058 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9059
9060 * gdb.base/list.exp (test_list_forward): Add end of file error
9061 test.
9062 (test_repeat_list_command): Add end of file error test.
9063 (test_list_backwards): Add beginning of file error test.
9064
9065 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9066
9067 * gdb.base/list.exp (test_list_invalid_args): New function,
9068 defined, and called.
9069
9070 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9071
9072 * gdb.base/list.exp (test_list): Make test names unique.
9073
9074 2015-12-11 Yao Qi <yao.qi@linaro.org>
9075
9076 * gdb.base/coremaker2.c: Remove.
9077
9078 2015-12-10 Pedro Alves <palves@redhat.com>
9079
9080 * gdb.multi/base.exp: Remove stale "spaces" references.
9081
9082 2015-12-10 Pedro Alves <palves@redhat.com>
9083
9084 * gdb.multi/base.exp: Don't use nowarnings.
9085 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9086 * gdb.multi/hangout.c: Include stdio.h.
9087 * gdb.multi/hello.c: Include stdlib.h.
9088 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9089 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9090 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9091
9092 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9093
9094 * gdb.dwarf2/dw2-ranges-base.c: New file.
9095 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9096 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9097 support additional line table, and debug ranges generation.
9098 (Dwarf::ranges): New function, generate .debug_ranges.
9099 (Dwarf::lines): Support generating simple line table programs.
9100 (Dwarf::assemble): Initialise new namespace variables.
9101
9102 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9103
9104 * gdb.base/async.exp (proc test_background): Add case for
9105 asynchronous execution not supported.
9106
9107 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9108
9109 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9110 format and change test names to make them unique.
9111
9112 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9113 Pedro Alves <pedro@redhat.com>
9114
9115 PR gdb/18702
9116 Add checking of floatformats setup on x86_64 hosts.
9117 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9118 (smallval, bigval): New labels/constants.
9119 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9120 float" after loading bigval and smallval.
9121
9122 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9123
9124 * gdb.ada/fun_overload_menu.exp: New testcase.
9125 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9126
9127 2015-12-04 Josh Stone <jistone@redhat.com>
9128
9129 * gdb.base/catch-fork-static.exp: New.
9130
9131 2015-12-03 Yao Qi <yao.qi@linaro.org>
9132
9133 * gdb.base/sizeof.c: Don't include stdio.h and
9134 ../lib/unbuffer_output.c.
9135 (main): New variable 'size' and 'value'. Remove printf and
9136 gdb_unbuffer_output. Assign return value to size and value.
9137 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9138 at the beginning.
9139 (check_sizeof): Check the result by printing variable 'size'.
9140 (check_valueof): Check the result by printing variable 'value'.
9141
9142 2015-12-01 Yao Qi <yao.qi@linaro.org>
9143
9144 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9145 for aarch64*-*-linux* target.
9146
9147 2015-11-30 Pedro Alves <palves@redhat.com>
9148
9149 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9150
9151 2015-11-30 Pedro Alves <palves@redhat.com>
9152
9153 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9154 Handle non-stop mode vCont replies.
9155
9156 2015-11-30 Pedro Alves <palves@redhat.com>
9157
9158 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9159 prepare_for_testing. Start gdb with "set non-stop on" appended to
9160 GDBFLAGS. Lax expected stop output.
9161
9162 2015-11-27 Yao Qi <yao.qi@linaro.org>
9163
9164 * gdb.arch/arm-neon.exp: New.
9165 * gdb.arch/arm-neon.c: New.
9166
9167 2015-11-27 Yao Qi <yao.qi@linaro.org>
9168
9169 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9170
9171 2015-11-27 Yao Qi <yao.qi@linaro.org>
9172
9173 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9174 frames-invalid annotation.
9175
9176 2015-11-27 Yao Qi <yao.qi@linaro.org>
9177
9178 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9179
9180 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9181
9182 * gdb.threads/names.exp: New file.
9183 * gdb.threads/names.c: New file.
9184 * README: Mention gdb,no_thread_names.
9185
9186 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9187
9188 PR 19297
9189 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9190 support" error.
9191
9192 2015-11-24 Pedro Alves <palves@redhat.com>
9193
9194 PR 17539
9195 * gdb.base/display.exp: Expect displays to be sorted in ascending
9196 order. Use multi_line.
9197 * gdb.base/solib-display.exp: Likewise.
9198
9199 2015-11-24 Pedro Alves <palves@redhat.com>
9200
9201 PR 17539
9202 * gdb.base/display.exp: Expect displays to be sorted in ascending
9203 order. Use multi_line.
9204 * gdb.base/solib-display.exp: Likewise.
9205
9206 2015-11-24 Pedro Alves <palves@redhat.com>
9207
9208 PR 17539
9209 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9210 threads in ascending order.
9211 * gdb.base/foll-fork.exp: Likewise.
9212 * gdb.base/foll-vfork.exp: Likewise.
9213 * gdb.base/multi-forks.exp: Likewise.
9214 * gdb.mi/mi-nonstop.exp: Likewise.
9215 * gdb.mi/mi-nsintrall.exp: Likewise.
9216 * gdb.multi/base.exp: Likewise.
9217 * gdb.multi/multi-arch.exp: Likewise.
9218 * gdb.python/py-inferior.exp: Likewise.
9219 * gdb.threads/break-while-running.exp: Likewise.
9220 * gdb.threads/execl.exp: Likewise.
9221 * gdb.threads/gcore-thread.exp: Likewise.
9222 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9223 * gdb.threads/kill.exp: Likewise.
9224 * gdb.threads/linux-dp.exp: Likewise.
9225 * gdb.threads/multiple-step-overs.exp: Likewise.
9226 * gdb.threads/next-bp-other-thread.exp: Likewise.
9227 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9228 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9229 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9230 * gdb.threads/thread-find.exp: Likewise.
9231 * gdb.threads/tls.exp: Likewise.
9232 * lib/mi-support.exp (mi_reverse_list): Delete.
9233 (mi_check_thread_states): No longer reverse list.
9234
9235 2015-11-24 Pedro Alves <palves@redhat.com>
9236
9237 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9238 use lowercase.
9239
9240 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9241
9242 * gdb.trace/actions.c: Include trace-common.h.
9243 (main): Add a location for a fast tracepoint.
9244 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9245 the normal tracepoints.
9246 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9247
9248 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9249
9250 * save-trace.exp: Factor out code to these...
9251 (gdb_save_tracepoints): New.
9252 (gdb_load_tracepoints): New.
9253 (do_save_load_test): New.
9254
9255 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9256
9257 * gdb.base/asmlabel.exp: New test.
9258 * gdb.base/asmlabel.c: New test case.
9259
9260 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9261
9262 * gdb.base/wrong_frame_bt_full-main.c: New file.
9263 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9264 * gdb.base/wrong_frame_bt_full.exp: New file.
9265
9266 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9267
9268 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9269
9270 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9271
9272 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9273 pstate register when comparing registers values in
9274 sparc64-*-linux-gnu targets to avoid spurious differences.
9275
9276 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9277
9278 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9279
9280 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9281
9282 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9283 as type argument to gdb_compile.
9284 * gdb.base/nested-subp2.exp: Likewise.
9285 * gdb.base/nested-subp3.exp: Likewise.
9286
9287 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9288
9289 * lib/dwarf.exp (_note): Fix left shift of negative value.
9290 * gdb.trace/trace-condition.exp: Likewise.
9291
9292 2015-11-13 Yao Qi <yao.qi@linaro.org>
9293
9294 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9295 comments about d10v.
9296 (test_scalar_returns): Likewise.
9297 * gdb.base/d10v.ld: Remove.
9298 * gdb.base/overlays.exp: Remove the target triplet checking for
9299 d10v-*-*.
9300 * gdb.base/structs.exp (test_struct_returns): Remove the
9301 comments about d10v.
9302 (test_struct_calls): Likewise.
9303
9304 2015-11-13 Yao Qi <yao.qi@linaro.org>
9305
9306 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9307 * gdb.base/gnu_vector.c: Don't include stdio.h.
9308 (main): Don't print res and call add_some_intvecs.
9309
9310 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9311
9312 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9313 macro.
9314 (func5): Removed.
9315 (func4): Use FAST_TRACEPOINT_LABEL.
9316 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9317 macro.
9318 (func): Removed.
9319 (thread_function): Use FAST_TRACEPOINT_LABEL.
9320 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9321 (func): Remove.
9322 (marker): Use FAST_TRACEPOINT_LABEL.
9323 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9324 (pendfunc1): Remove.
9325 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9326 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9327 (foo): Remove.
9328 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9329 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9330 macro.
9331 (func): Remove.
9332 (marker): Use FAST_TRACEPOINT_LABEL.
9333 * gdb.trace/trace-common.h: New header.
9334 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9335 macro.
9336 (func): Remove.
9337 (marker): Use FAST_TRACEPOINT_LABEL.
9338 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9339 (func): Remove.
9340 (thread_function): Use FAST_TRACEPOINT_LABEL.
9341
9342 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9343
9344 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9345 in front.
9346 * gdb.trace/change-loc.exp: Use global pcreg definition.
9347 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9348 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9349 in front.
9350 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9351 * gdb.trace/pending.exp: Likewise.
9352 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9353 * gdb.trace/trace-break.exp: Likewise.
9354 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9355 in front.
9356 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9357 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9358 in front.
9359 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9360
9361 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9362
9363 * gdb.ada/fin_fun_out: New testcase.
9364
9365 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9366
9367 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9368 value associated with DW_AT_byte_size.
9369 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9370 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9371 DW_AT_upper_bound.
9372
9373 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9374
9375 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9376 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9377 version.
9378 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9379 gdb.dwarf2/dw2-canonicalize-type.exp,
9380 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9381 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9382 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9383 provided by gdb_target_symbol_prefix_flags_asm.
9384 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9385 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9386 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9387 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9388 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9389 macros where needed). Use this macro for symbols which require
9390 the prefix provided by SYMBOL_PREFIX.
9391
9392 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9393
9394 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9395 New procs.
9396 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9397 representing expressions, of more than one list element.
9398 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9399 to prepend linker symbol prefix to f.
9400 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9401 table_1 and table_2.
9402 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9403 Likewise, for f and g.
9404 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9405 for ptr.
9406 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9407 for main.
9408 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9409 table_1_ptr and table_2_ptr.
9410
9411 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9412 Joel Brobecker <brobecker@adacore.com>
9413
9414 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9415
9416 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9417
9418 * gdb.reverse/s390-mvcle.c: New test.
9419 * gdb.reverse/s390-mvcle.exp: New file.
9420 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9421
9422 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9423
9424 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9425
9426 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9427
9428 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9429 reaching marker2.
9430 * gdb.reverse/getresuid-reverse.exp: Likewise.
9431 * gdb.reverse/pipe-reverse.exp: Likewise.
9432 * gdb.reverse/readv-reverse.exp: Likewise.
9433 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9434 * gdb.reverse/time-reverse.exp: Likewise.
9435 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9436
9437 2015-10-30 Yao Qi <yao.qi@linaro.org>
9438
9439 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9440 (empty_cycle): Remove.
9441 (main): Don't call empty_cycle. Don't use watch_count_done.
9442 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9443 empty_cycle. Rewrite the code counting HW watchpoints.
9444
9445 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9446
9447 * gdb.reverse/fstatat-reverse.c: New test.
9448 * gdb.reverse/fstatat-reverse.exp: New file.
9449 * gdb.reverse/getresuid-reverse.c: New test.
9450 * gdb.reverse/getresuid-reverse.exp: New file.
9451 * gdb.reverse/pipe-reverse.c: New test.
9452 * gdb.reverse/pipe-reverse.exp: New file.
9453 * gdb.reverse/readv-reverse.c: New test.
9454 * gdb.reverse/readv-reverse.exp: New file.
9455 * gdb.reverse/recvmsg-reverse.c: New test.
9456 * gdb.reverse/recvmsg-reverse.exp: New file.
9457 * gdb.reverse/time-reverse.c: New test.
9458 * gdb.reverse/time-reverse.exp: New file.
9459 * gdb.reverse/waitpid-reverse.c: New test.
9460 * gdb.reverse/waitpid-reverse.exp: New file.
9461
9462 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9463
9464 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9465
9466 2015-10-26 Doug Evans <dje@google.com>
9467
9468 PR symtab/17391
9469 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9470 * gdb.dwarf2/bad-regnum.c: New file.
9471 * gdb.dwarf2/bad-regnum.exp: New file.
9472
9473 2015-10-26 Doug Evans <dje@google.com>
9474
9475 PR python/18938
9476 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9477 file.
9478
9479 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9480
9481 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9482 for a change by "Mention language in compile error message".
9483
9484 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9485
9486 PR python/18073
9487 * gdb.python/py-type.c (C::a_method): New.
9488 (C::a_const_method): New.
9489 (C::a_static_method): New.
9490 (a_function): New.
9491 * gdb.python/py-type.exp (test_fields): Test getting fields
9492 from function and method.
9493
9494 2015-10-21 Keven Boell <keven.boell@intel.com>
9495
9496 * gdb.fortran/vla-alloc-assoc.exp: New file.
9497 * gdb.fortran/vla-datatypes.exp: New file.
9498 * gdb.fortran/vla-datatypes.f90: New file.
9499 * gdb.fortran/vla-history.exp: New file.
9500 * gdb.fortran/vla-ptype-sub.exp: New file.
9501 * gdb.fortran/vla-ptype.exp: New file.
9502 * gdb.fortran/vla-sizeof.exp: New file.
9503 * gdb.fortran/vla-sub.f90: New file.
9504 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9505 * gdb.fortran/vla-value-sub-finish.exp: New file.
9506 * gdb.fortran/vla-value-sub.exp: New file.
9507 * gdb.fortran/vla-value.exp: New file.
9508 * gdb.fortran/vla-ptr-info.exp: New file.
9509 * gdb.mi/mi-vla-fortran.exp: New file.
9510 * gdb.mi/vla.f90: New file.
9511
9512 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9513
9514 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9515 of hardwired timeout value.
9516
9517 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9518 Pedro Alves <palves@redhat.com>
9519
9520 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9521 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9522
9523 2015-10-19 Josh Stone <jistone@redhat.com>
9524
9525 * gdb.base/catch-syscall.c: Include <sched.h>.
9526 (unknown_syscall): New variable.
9527 (main): Trigger a vfork and an unknown syscall.
9528 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9529 (unknown_syscall_number): Likewise.
9530 (check_call_to_syscall): Accept an optional syscall pattern.
9531 (check_return_from_syscall): Likewise.
9532 (check_continue): Likewise.
9533 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9534 (test_catch_syscall_skipping_return): New test toggling off 'catch
9535 syscall' to step over the syscall return, then toggling back on.
9536 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9537 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9538 (do_syscall_tests): Call test_catch_syscall_without_args and
9539 test_catch_syscall_mid_vfork.
9540 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9541 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9542
9543 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9544
9545 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9546 print g_vE): Add new pass patterns.
9547 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9548 print various symbol names for vptr fields.
9549
9550 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9551
9552 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9553 results.
9554
9555 2015-10-12 Yao Qi <yao.qi@linaro.org>
9556
9557 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9558
9559 2015-10-12 Yao Qi <yao.qi@linaro.org>
9560
9561 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9562 is aarch64*-*-linux*.
9563
9564 2015-10-12 Yao Qi <yao.qi@linaro.org>
9565
9566 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9567 (can_relocate_bcond_true): ... it.
9568 (can_relocate_bcond_false): New function.
9569 (foo): Likewise.
9570 (can_relocate_bl): Likewise.
9571 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9572 can_relocate_bl.
9573
9574 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9575
9576 * gdb.base/nested-addr.c: New file.
9577 * gdb.base/nested-addr.exp: New testcase.
9578
9579 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9580
9581 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9582 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9583 its output. Ignore the output of "record goto begin" and instead
9584 check that GDB is replaying.
9585
9586 2015-10-09 Pedro Alves <palves@redhat.com>
9587
9588 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9589 (top level): Use it in the run with no args test.
9590
9591 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9592
9593 * gdb.dlang/properties.exp: New file.
9594
9595 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9596
9597 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9598 whether or not address 0x1000 is mapped on the target.
9599
9600 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9601
9602 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9603 build.
9604
9605 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9606
9607 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9608 instruction-history test.
9609
9610 2015-09-28 Doug Evans <dje@google.com>
9611
9612 * gdb.base/gcore.c (array_func): Add reference to static_array.
9613
9614 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9615
9616 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9617 source line.
9618
9619 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9620
9621 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9622 short or char as base type.
9623
9624 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9625
9626 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9627 to allow any size enum.
9628
9629 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9630
9631 * gdb.ada/array_ptr_renaming.exp: New testcase.
9632 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9633 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9634
9635 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9636
9637 * gdb.trace/ftrace-lock.c: New file.
9638 * gdb.trace/ftrace-lock.exp: New file.
9639
9640 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9641
9642 * gdb.arch/insn-reloc.c: New file.
9643 * gdb.arch/ftrace-insn-reloc.exp: New file.
9644
9645 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9646
9647 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9648 instruction.
9649 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9650 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9651 * gdb.trace/range-stepping.c: Likewise.
9652 * gdb.trace/trace-break.c: Likewise.
9653 * gdb.trace/trace-mt.c (thread_function): Likewise.
9654 * gdb.trace/ftrace.c (marker): Likewise.
9655 * gdb.trace/trace-condition.c (marker): Likewise.
9656 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9657 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9658 is_aarch64_target.
9659
9660 2015-09-18 Doug Evans <xdje42@gmail.com>
9661
9662 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9663 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9664
9665 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9666
9667 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9668 the breakpoint.
9669
9670 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9671
9672 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9673 the pending breakpoint. Remove timeout override for "Run till
9674 MI pending breakpoint on pendfunc3 on thread 2" test.
9675
9676 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9677
9678 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9679 filename pattern.
9680
9681 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9682
9683 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9684 in breakpoint filename pattern.
9685
9686 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9687
9688 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9689
9690 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9691
9692 * gdb.linespec/explicit.exp: Check for readline support for
9693 tab-completion tests. Fix obvious typo.
9694
9695 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9696
9697 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9698 and replay.
9699
9700 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9701
9702 * gdb.btrace/non-stop.c: New.
9703 * gdb.btrace/non-stop.exp: New.
9704
9705 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9706 Yao Qi <yao.qi@linaro.org>
9707
9708 * gdb.trace/trace-condition.c: New file.
9709 * gdb.trace/trace-condition.exp: New file.
9710
9711 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
9712
9713 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9714 for testing bytecode compilation.
9715
9716 2015-09-16 Pedro Alves <palves@redhat.com>
9717 Sandra Loosemore <sandra@codesourcery.com>
9718
9719 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9720 (SECONDS): Redefine.
9721 (main): Call pthread_kill and alarm early.
9722 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9723 support.
9724 (test): If the target can't hardware step and doesn't support
9725 displaced stepping, increase the timeout.
9726
9727 2015-09-16 Pedro Alves <palves@redhat.com>
9728
9729 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9730 (enable_debug): New procedures.
9731 (test): Use them. Bail out if waiting for threads fails.
9732 (top level): Bail out if a test fails.
9733
9734 2015-09-16 Yao Qi <yao.qi@linaro.org>
9735
9736 * gdb.asm/asm-source.exp: Set asm-arch for
9737 aarch64*-*-* target.
9738 * gdb.asm/aarch64.inc: New file.
9739
9740 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9741
9742 * gdb.ada/array_of_variable_length.exp: New testcase.
9743 * gdb.ada/array_of_variable_length/foo.adb: New file.
9744 * gdb.ada/array_of_variable_length/pck.adb: New file.
9745 * gdb.ada/array_of_variable_length/pck.ads: New file.
9746
9747 2015-09-15 Doug Evans <dje@google.com>
9748
9749 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9750 of function static local variable.
9751
9752 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9753
9754 * gdb.threads/tls-so_extern.exp: New test file.
9755 * gdb.threads/tls-so_extern.c: New test file.
9756 * gdb.threads/tls-so_extern_main.c: New test file.
9757
9758 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9759
9760 * gdb.opt/solib-intra-step-lib.c: New file.
9761 * gdb.opt/solib-intra-step-main.c: New file.
9762 * gdb.opt/solib-intra-step.exp: New file.
9763
9764 2015-09-15 Pedro Alves <palves@redhat.com>
9765
9766 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9767 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9768
9769 2015-09-14 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.base/hook-stop-continue.c: Delete.
9772 * gdb.base/hook-stop-continue.exp: Delete.
9773 * gdb.base/hook-stop-frame.c: Delete.
9774 * gdb.base/hook-stop-frame.exp: Delete.
9775 * gdb.base/hook-stop.c: New file.
9776 * gdb.base/hook-stop.exp: New file.
9777
9778 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9779
9780 * gdb.ada/access_to_packed_array.exp: New testcase.
9781 * gdb.ada/access_to_packed_array/foo.adb: New file.
9782 * gdb.ada/access_to_packed_array/pack.adb: New file.
9783 * gdb.ada/access_to_packed_array/pack.ads: New file.
9784
9785 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9786
9787 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9788 buffer size test.
9789
9790 2015-09-11 Don Breazeal <donb@codesourcery.com>
9791
9792 * gdb.base/foll-exec.c: Add copyright header. Fix
9793 formatting issues.
9794 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9795 (do_exec_tests): Use clean_restart in place of zap_session,
9796 and for test initialization. Fix formatting issues. Use
9797 fail in place of perror.
9798 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9799 an expect statement to match an expression with output from
9800 the program under debug.
9801 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9802 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9803 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9804 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9805 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9806
9807 2015-09-09 Doug Evans <dje@google.com>
9808
9809 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9810
9811 2015-09-09 Doug Evans <dje@google.com>
9812
9813 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9814
9815 2015-09-09 Doug Evans <dje@google.com>
9816
9817 * gdb.base/savedregs.exp: Fix typo.
9818
9819 2015-09-09 Pedro Alves <palves@redhat.com>
9820
9821 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9822
9823 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9824
9825 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9826 command actually switches threads. Give up on remaining
9827 tests if target fails to stop at breakpoint.
9828
9829 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9830
9831 * gdb.ada/funcall_char.exp: New testcase.
9832 * gdb.ada/funcall_char/foo.adb: New file.
9833
9834 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9835
9836 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9837 expected outputs. Add two testcases for completing ambiguous
9838 functions.
9839 * gdb.ada/complete/aux_pck.adb: New file.
9840 * gdb.ada/complete/aux_pck.ads: New file.
9841 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9842 Ambiguous_Func functions.
9843 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9844 * gdb.ada/complete/pck.adb: Likewise.
9845
9846 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9847
9848 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9849 failures to run the test program under GDB.
9850
9851 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9852
9853 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9854 to C.
9855
9856 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9857
9858 * gdb.base/run-after-attach.exp: New test file.
9859 * gdb.base/run-after-attach.c: New test file.
9860
9861 2015-08-26 Don Breazeal <donb@codesourcery.com>
9862
9863 * gdb.base/foll-exec-2.c: New test program.
9864 * gdb.base/foll-exec-2.exp: New test.
9865
9866 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9867
9868 * gdb.base/nested-subp1.exp: New file.
9869 * gdb.base/nested-subp1.c: New file.
9870 * gdb.base/nested-subp2.exp: New file.
9871 * gdb.base/nested-subp2.c: New file.
9872 * gdb.base/nested-subp3.exp: New file.
9873 * gdb.base/nested-subp3.c: New file.
9874
9875 2015-08-24 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.server/connect-without-multi-process.c: New file.
9878 * gdb.server/connect-without-multi-process.exp: New file.
9879
9880 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9881
9882 * gdb.opt/inline-markers.c: Make z int.
9883
9884 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9885
9886 * gdb.opt/inline-markers.c: Make z volatile.
9887
9888 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9889
9890 * gdb.opt/inline-bt.c: New volatile global z.
9891 * gdb.opt/inline-cmds.c: Likewise.
9892 * gdb.opt/inline-locals.c: Likewise.
9893 * gdb.opt/inline-markers.c: New extern global z.
9894 (marker): Use z.
9895 (inline_fn): Likewise.
9896
9897 2015-08-24 Pedro Alves <palves@redhat.com>
9898
9899 * config/m32r-stub.exp: Remove file.
9900 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9901 * gdb.base/call-rt-st.exp: Likewise.
9902 * gdb.base/call-strs.exp: Likewise.
9903 * gdb.base/default.exp: Remove references to h8300-*-hms and
9904 *-*-udi*.
9905 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9906
9907 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9908
9909 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9910 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9911 and "return" use KFAIL when GDB can not read/write the vector
9912 return value.
9913
9914 2015-08-21 Gary Benson <gbenson@redhat.com>
9915
9916 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9917
9918 2015-08-20 Pedro Alves <palves@redhat.com>
9919
9920 * gdb.server/solib-list.exp: No longer expect an interior stop in
9921 non-stop mode.
9922
9923 2015-08-20 Pedro Alves <palves@redhat.com>
9924
9925 * gdb.server/connect-stopped-target.c: New file.
9926 * gdb.server/connect-stopped-target.exp: New file.
9927
9928 2015-08-20 Pedro Alves <palves@redhat.com>
9929
9930 * gdb.dwarf2/comp-unit-lang.exp: New file.
9931 * gdb.dwarf2/comp-unit-lang.c: New file.
9932
9933 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9934
9935 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9936 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9937
9938 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9939
9940 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9941 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9942
9943 2015-08-18 Doug Evans <dje@google.com>
9944 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9945
9946 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9947 skip_python_tests. New arg prompt_regexp.
9948 (skip_python_tests): New function.
9949 * lib/mi-support.exp (mi_skip_python_tests): New function.
9950 * gdb.python/py-mi-objfile-gdb.py: New file.
9951 * gdb.python/py-mi-objfile.c: New file.
9952 * gdb.python/py-mi-objfile.exp: New file.
9953
9954 2015-08-17 Keith Seitz <keiths@redhat.com>
9955
9956 * gdb.linespec/explicit.exp: Move strace test from here ...
9957 * gdb.trace/strace.exp: ... to here.
9958
9959 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9960
9961 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9962 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9963
9964 2015-08-14 Doug Evans <xdje42@gmail.com>
9965
9966 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9967 inferior before selecting a new file.
9968
9969 2015-08-14 Doug Evans <xdje42@gmail.com>
9970
9971 * gdb.mi/mi-disassemble.exp: Update.
9972 * gdb.base/disasm-optim.S: New file.
9973 * gdb.base/disasm-optim.c: New file.
9974 * gdb.base/disasm-optim.h: New file.
9975 * gdb.base/disasm-optim.exp: New file.
9976
9977 2015-08-14 Keith Seitz <keiths@redhat.com>
9978
9979 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9980 "evaluated-by".
9981
9982 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9983
9984 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9985
9986 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9987
9988 * gdb.ada/fun_renaming.exp: New testcase.
9989 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9990 * gdb.ada/fun_renaming/pack.adb: New file.
9991 * gdb.ada/fun_renaming/pack.ads: New file.
9992
9993 2015-08-12 Keith Seitz <keiths@redhat.com>
9994
9995 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9996 gdb_get_line_number.
9997
9998 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9999
10000 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10001 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10002 gdb.base/dso2dso.exp: New files.
10003
10004 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10005 Pedro Alves <palves@redhat.com>
10006 Keith Seitz <keiths@redhat.com>
10007
10008 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10009 GDBFLAGS.
10010
10011 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10012
10013 * gdb.base/gdbhistsize-history.exp
10014 (test_histsize_history_setting): Use save_vars.
10015 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10016 Use save_vars.
10017 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10018 * gdb.base/readline.exp: Use save_vars.
10019
10020 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10021
10022 * lib/gdb.exp (save_vars): New proc.
10023
10024 2015-08-11 Keith Seitz <keiths@redhat.com>
10025
10026 * gdb.base/help.exp: Update help_breakpoint_text.
10027
10028 2015-08-11 Keith Seitz <keiths@redhat.com>
10029
10030 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10031 (at toplevel): Call test_explicit_breakpoints.
10032 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10033 breakpoints.
10034 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10035 breakpoint conditions, "-cond".
10036
10037 2015-08-11 Keith Seitz <keiths@redhat.com>
10038
10039 * gdb.linespec/3explicit.c: New file.
10040 * gdb.linespec/cpexplicit.cc: New file.
10041 * gdb.linespec/cpexplicit.exp: New file.
10042 * gdb.linespec/explicit.c: New file.
10043 * gdb.linespec/explicit.exp: New file.
10044 * gdb.linespec/explicit2.c: New file.
10045 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10046 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10047 before using in the matching pattern.
10048 Clarify that `prefix' is a regular expression.
10049
10050 2015-08-11 Keith Seitz <keiths@redhat.com>
10051
10052 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10053 test.
10054 Add tests for missing ",FMT" and ",".
10055
10056 2015-08-10 Doug Evans <dje@google.com>
10057 Keith Seitz <keiths@redhat.com>
10058
10059 PR gdb/17960
10060 * gdb.base/completion.exp: Add location completer tests.
10061
10062 2015-08-07 Pedro Alves <palves@redhat.com>
10063
10064 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10065 tests here.
10066 (top level): Run do_test with and without displaced stepping.
10067
10068 2015-08-07 Pedro Alves <palves@redhat.com>
10069
10070 * gdb.base/valgrind-disp-step.c: New file.
10071 * gdb.base/valgrind-disp-step.exp: New file.
10072
10073 2015-08-07 Pedro Alves <palves@redhat.com>
10074
10075 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10076 Delete function.
10077 (main): Add alarm. Run an infinite loop instead of calling
10078 wait_threads.
10079 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10080 comment.
10081 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10082 Delete function.
10083 (main): Add alarm. Run an infinite loop instead of calling
10084 wait_threads.
10085 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10086 comment.
10087
10088 2015-08-07 Pedro Alves <palves@redhat.com>
10089
10090 * gdb.base/checkpoint-ns.exp: New file.
10091 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10092 standard_testfile.
10093
10094 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10095
10096 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10097 * gdb.btrace/instruction_history.exp: Update.
10098 * gdb.btrace/tsx.exp: New.
10099 * gdb.btrace/tsx.c: New.
10100
10101 2015-08-06 Pedro Alves <palves@redhat.com>
10102
10103 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10104 increase timeout.
10105 * gdb.reverse/until-precsave.exp: Bump timeouts.
10106
10107 2015-08-06 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10110
10111 2015-08-06 Pedro Alves <palves@redhat.com>
10112
10113 PR gdb/18749
10114 * gdb.threads/process-dies-while-handling-bp.c: New file.
10115 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10116
10117 2015-08-06 Pedro Alves <palves@redhat.com>
10118
10119 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10120 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10121
10122 2015-08-05 Pedro Alves <palves@redhat.com>
10123
10124 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10125 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10126
10127 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10128
10129 * gdb.base/bp-permanent.exp: Report test as unsupported if
10130 the target cannot stop at the permanent breakpoint.
10131
10132 2015-08-03 Doug Evans <dje@google.com>
10133
10134 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10135 10000.
10136
10137 2015-08-03 Doug Evans <dje@google.com>
10138
10139 * Makefile.in (workers/%.worker, build-perf): New rule.
10140 (GDB_PERFTEST_MODE): New variable.
10141 (check-perf): Use it.
10142 (clean): Clean up gdb.perf parallel build subdirs.
10143 * lib/build-piece.exp: New file.
10144 * lib/gdb.exp (make_gdb_parallel_path): New function
10145 (standard_output_file, standard_temp_file): Call it.
10146 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10147 of $GDB_PARALLEL.
10148 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10149
10150 2015-08-03 Doug Evans <dje@google.com>
10151
10152 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10153 (LOG_FILE_NAME): New global.
10154 (TextReporter.__init__): Initialize self.txt_sum.
10155 (TextReporter.report): Add support for multiple data-points.
10156 Move report to perftest.sum, put raw data in perftest.log.
10157 (TextReporter.start): Open sum and log files.
10158 (TextReporter.end): Close sum and log files.
10159 * gdb.perf/lib/perftest/testresult.py
10160 (SingleStatisticTestResult.record): Handle multiple data-points.
10161
10162 2015-07-31 Pedro Alves <palves@redhat.com>
10163
10164 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10165 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10166 kill_wait_spawned_process instead of explicit "kill -9".
10167 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10168 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10169 kill_wait_spawned_process.
10170 * gdb.base/attach-twice.exp: Likewise.
10171 * gdb.base/attach.exp: Likewise.
10172 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10173 gdb_test_multiple.
10174 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10175 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10176 kill_wait_spawned_process.
10177 * gdb.base/valgrind-infcall.exp: Likewise.
10178 * gdb.multi/multi-attach.exp: Likewise.
10179 * gdb.python/py-prompt.exp: Likewise.
10180 * gdb.python/py-sync-interp.exp: Likewise.
10181 * gdb.server/ext-attach.exp: Likewise.
10182 * gdb.threads/attach-into-signal.exp (corefunc): Use
10183 spawn_wait_for_attach, spawn_id_get_pid and
10184 kill_wait_spawned_process.
10185 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10186 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10187 spawn_id_get_pid and kill_wait_spawned_process.
10188 * gdb.threads/attach-stopped.exp (corefunc): Use
10189 spawn_wait_for_attach, spawn_id_get_pid and
10190 kill_wait_spawned_process.
10191 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10192 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10193 kill_wait_spawned_process instead of explicit "kill -9".
10194 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10195 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10196 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10197 processes. Don't map cygwin/windows pids here. Now returns a
10198 spawn id list.
10199
10200 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10201
10202 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10203 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10204 correct patch.
10205
10206 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10207
10208 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10209
10210 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10211
10212 Reapply:
10213 2014-05-21 Mark Wielaard <mjw@redhat.com>
10214
10215 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10216
10217 2015-07-30 Pedro Alves <palves@redhat.com>
10218
10219 * linux-low.c (handle_extended_wait): Set the child's last
10220 reported status to TARGET_WAITKIND_STOPPED.
10221
10222 2015-07-30 Pedro Alves <palves@redhat.com>
10223
10224 PR threads/18600
10225 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10226 only shows inferior 1.
10227
10228 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10229 Pedro Alves <palves@redhat.com>
10230
10231 PR threads/18600
10232 * gdb.threads/fork-plus-threads.c: New file.
10233 * gdb.threads/fork-plus-threads.exp: New file.
10234
10235 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10236
10237 * gdb.base/batch-preserve-term-settings.exp
10238 (test_terminal_settings_preserved_after_cli_exit): Use
10239 send_quit_command.
10240
10241 2015-07-29 Pedro Alves <palves@redhat.com>
10242 Don Breazeal <donb@codesourcery.com>
10243
10244 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10245 output from both inferior_spawn_id and gdb_spawn_id.
10246
10247 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10248
10249 * gdb.threads/attach-into-signal.exp (corefunc): Use
10250 with_test_prefix on nested loops, uniquefying the test messages.
10251
10252 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10253
10254 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10255 commit.
10256
10257 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10258
10259 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10260 New proc.
10261 (test_terminal_settings_preserved_after_sigterm): New test.
10262
10263 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10264
10265 * gdb.base/batch-preserve-term-settings.exp
10266 (test_terminal_settings_preserved_after_cli_exit): New test.
10267
10268 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10269
10270 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10271 manipulation of saved_gdbflags.
10272 (test_terminal_settings_preserved): Remove global declaration of
10273 the unused variable pagination_prompt. Remove manipulation of
10274 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10275 GDBFLAGS.
10276
10277 2015-07-29 Pedro Alves <palves@redhat.com>
10278
10279 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10280
10281 2015-07-29 Pedro Alves <palves@redhat.com>
10282
10283 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10284 at the top.
10285
10286 2015-07-29 Pedro Alves <palves@redhat.com>
10287
10288 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10289 (main): Call gdb_unbuffer_output.
10290 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10291 (main): Call gdb_unbuffer_output.
10292 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10293 (main): Call gdb_unbuffer_output.
10294 * gdb.base/call-strs.exp: Adjust to step over the
10295 gdb_unbuffer_output call.
10296 * gdb.base/catch-gdb-caused-signals.c: Include
10297 "../lib/unbuffer_output.c".
10298 (main): Call gdb_unbuffer_output.
10299 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10300 (main): Call gdb_unbuffer_output.
10301 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10302 (main): Call gdb_unbuffer_output.
10303 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10304 (main): Call gdb_unbuffer_output.
10305 * gdb.base/shlib-call.exp: Adjust to step over the
10306 gdb_unbuffer_output call.
10307 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10308 (main): Call gdb_unbuffer_output.
10309 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10310 (main): Call gdb_unbuffer_output.
10311 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10312 (main): Rename to ...
10313 (test): ... this.
10314 (main): Reimplement.
10315 * gdb.base/varargs.exp: Run to test instead of to main.
10316 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10317 (main): Call gdb_unbuffer_output.
10318
10319 2015-07-29 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10322 factore out from mi_continue_dprintf. For call-style dprintfs,
10323 expect dprintf output out of $inferior_spawn_id.
10324 (mi_continue_dprintf): Use mi_expect_dprintf.
10325 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10326 (main): Call gdb_unbuffer_output.
10327
10328 2015-07-29 Pedro Alves <palves@redhat.com>
10329
10330 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10331 (default_mi_gdb_start): Set inferior_spawn_id instead of
10332 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10333 gdb_spawn_id.
10334 (mi_gdb_test): Always expect inferior output from both
10335 $inferior_spawn_id and $gdb_spawn_id.
10336
10337 2015-07-29 Pedro Alves <palves@redhat.com>
10338
10339 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10340 send_inferior and $inferior_spawn_id.
10341
10342 2015-07-29 Pedro Alves <palves@redhat.com>
10343
10344 * gdb.gdb/complaints.exp (test_initial_complaints)
10345 (test_serial_complaints, test_short_complaints): Use
10346 gdb_test_stdio.
10347 (test_empty_complaint): Handle $inferior_spawn_id !=
10348 $gdb_spawn_id.
10349
10350 2015-07-29 Pedro Alves <palves@redhat.com>
10351
10352 * gdb.base/varargs.exp: Use gdb_test_stdio.
10353
10354 2015-07-29 Pedro Alves <palves@redhat.com>
10355
10356 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10357
10358 2015-07-29 Pedro Alves <palves@redhat.com>
10359
10360 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10361
10362 2015-07-29 Pedro Alves <palves@redhat.com>
10363
10364 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10365 parameter into two new parameters, "inf_result" and "gdb_result".
10366 Expect inferior output and gdb output from $inferior_spawn_id and
10367 $gdb_spawn_id, respectively. Adjust all callers.
10368
10369 2015-07-29 Pedro Alves <palves@redhat.com>
10370
10371 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10372 of gdb_test_sequence.
10373
10374 2015-07-29 Pedro Alves <palves@redhat.com>
10375
10376 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10377 (saw_spurious_output): Expect inferior output from
10378 $inferior_spawn_id. Use gdb_test_stdio.
10379
10380 2015-07-29 Pedro Alves <palves@redhat.com>
10381
10382 * gdb.base/dprintf.exp: Use standard_testfile. Change
10383 prepare_for_testing call.
10384 (srcfile): Don't set.
10385 (restart): New procedure.
10386 (test_dprintf): New procecure, use to continue over dprintfs.
10387 (test_call, test_agent): New procedures, tests moved here.
10388 Restart gdb and recreate dprintfs. Adjust expected output.
10389
10390 2015-07-29 Pedro Alves <palves@redhat.com>
10391
10392 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10393
10394 2015-07-29 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10397
10398 2015-07-29 Pedro Alves <palves@redhat.com>
10399
10400 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10401 gdb_test_stdio.
10402
10403 2015-07-29 Pedro Alves <palves@redhat.com>
10404
10405 * lib/gdb.exp (gdb_test_stdio): New procedure.
10406
10407 2015-07-29 Pedro Alves <palves@redhat.com>
10408
10409 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10410
10411 2015-07-29 Pedro Alves <palves@redhat.com>
10412
10413 * gdb.base/call-signal-resume.exp: Remove check for
10414 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10415 * gdb.base/unwindonsignal.exp: Likewise.
10416 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10417 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10418
10419 2015-07-29 Pedro Alves <palves@redhat.com>
10420
10421 * gdb.base/siginfo-addr.c (pass): New function.
10422 (handler): Call it iff si_addr is correct.
10423 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10424 Set a breakpoint at "pass" and continue to it.
10425
10426 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10427
10428 * gdb.python/py-objfile.exp: Make some tests have unique names.
10429 * gdb.python/py-pp-registration.exp: Likewise.
10430
10431 2015-07-28 Pedro Alves <palves@redhat.com>
10432
10433 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10434
10435 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10436
10437 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10438
10439 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10440
10441 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10442
10443 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10444
10445 * gdb.base/gdb-sigterm-2.exp: New test.
10446
10447 2015-07-25 Doug Evans <xdje42@gmail.com>
10448
10449 Revert:
10450 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10451 (workers/%.worker, build-perf): New rule.
10452 (GDB_PERFTEST_MODE): New variable.
10453 (check-perf): Use it.
10454 (clean): Clean up gdb.perf parallel build subdirs.
10455 * lib/build-piece.exp: New file.
10456 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10457 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10458 name.
10459 (standard_temp_file): Ditto.
10460 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10461 of $GDB_PARALLEL.
10462
10463 2015-07-24 Doug Evans <dje@google.com>
10464
10465 * gdb.perf/lib/perftest/utils.py: New file.
10466 * gdb.perf/gm-hello.cc: New file.
10467 * gdb.perf/gm-pervasive-typedef.cc: New file.
10468 * gdb.perf/gm-pervasive-typedef.h: New file.
10469 * gdb.perf/gm-std.cc: New file.
10470 * gdb.perf/gm-std.h: New file.
10471 * gdb.perf/gm-use-cerr.cc: New file.
10472 * gdb.perf/gm-utils.h: New file.
10473 * gdb.perf/gmonster-null-lookup.py: New file.
10474 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10475 * gdb.perf/gmonster-print-cerr.py: New file.
10476 * gdb.perf/gmonster-ptype-string.py: New file.
10477 * gdb.perf/gmonster-runto-main.py: New file.
10478 * gdb.perf/gmonster-select-file.py: New file.
10479 * gdb.perf/gmonster1-null-lookup.exp: New file.
10480 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10481 * gdb.perf/gmonster1-print-cerr.exp: New file.
10482 * gdb.perf/gmonster1-ptype-string.exp: New file.
10483 * gdb.perf/gmonster1-runto-main.exp: New file.
10484 * gdb.perf/gmonster1-select-file.exp: New file.
10485 * gdb.perf/gmonster1.cc: New file.
10486 * gdb.perf/gmonster1.exp: New file.
10487 * gdb.perf/gmonster2-null-lookup.exp: New file.
10488 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10489 * gdb.perf/gmonster2-print-cerr.exp: New file.
10490 * gdb.perf/gmonster2-ptype-string.exp: New file.
10491 * gdb.perf/gmonster2-runto-main.exp: New file.
10492 * gdb.perf/gmonster2-select-file.exp: New file.
10493 * gdb.perf/gmonster2.cc: New file.
10494 * gdb.perf/gmonster2.exp: New file.
10495
10496 2015-07-24 Doug Evans <dje@google.com>
10497
10498 * gdb.perf/README: New file.
10499 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10500 * lib/gen-perf-test.exp: New file.
10501
10502 2015-07-24 Doug Evans <dje@google.com>
10503
10504 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10505 (PerfTest::startup): New function.
10506 (PerfTest::run): Return result of calling body.
10507 (PerfTest::assemble): Rewrite.
10508 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10509 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10510 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10511 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10512 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10513
10514 2015-07-24 Doug Evans <dje@google.com>
10515
10516 * lib/gdb.exp (clean_restart): Make executable optional.
10517
10518 2015-07-24 Doug Evans <dje@google.com>
10519
10520 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10521 compiler_info references.
10522 * gdb.cp/temargs.exp: Ditto.
10523 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10524 (get_compiler_info): Early exit if already computed. Set compiler_info
10525 to "unknown" if there was a problem.
10526 (test_compiler_info): Add function comment. Call get_compiler_info.
10527
10528 2015-07-24 Doug Evans <dje@google.com>
10529
10530 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10531 (workers/%.worker, build-perf): New rule.
10532 (GDB_PERFTEST_MODE): New variable.
10533 (check-perf): Use it.
10534 (clean): Clean up gdb.perf parallel build subdirs.
10535 * lib/build-piece.exp: New file.
10536 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10537 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10538 name.
10539 (standard_temp_file): Ditto.
10540 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10541 of $GDB_PARALLEL.
10542
10543 2015-07-24 Doug Evans <dje@google.com>
10544
10545 * lib/future.exp (gdb_default_target_compile): New option
10546 "early_flags".
10547 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10548 --as-needed.
10549
10550 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10551
10552 * gdb.base/catch-syscall.exp: Call gdb_exit before
10553 gdb_skip_xml_test.
10554
10555 2015-07-24 Pedro Alves <palves@redhat.com>
10556
10557 * gdb.python/py-events.exp: Accept output between the stop event
10558 and the prompt.
10559 * gdb.python/py-evsignal.exp: Likewise.
10560 * gdb.python/py-evthreads.exp: Likewise.
10561
10562 2015-07-24 Pedro Alves <palves@redhat.com>
10563
10564 PR gdb/18717
10565 * gdb.threads/non-ldr-exit.c: New file.
10566 * gdb.threads/non-ldr-exit.exp: New file.
10567
10568 2015-07-24 Yao Qi <yao.qi@linaro.org>
10569
10570 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10571 restarting process.
10572
10573 2015-07-24 Yao Qi <yao.qi@linaro.org>
10574
10575 * gdb.server/ext-restart.exp: New file.
10576
10577 2015-07-24 Yao Qi <yao.qi@linaro.org>
10578
10579 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10580 argument options.
10581 * gdb.server/ext-wrapper.exp: New file.
10582
10583 2015-07-23 Doug Evans <dje@google.com>
10584
10585 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10586 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10587
10588 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10589
10590 * gdb.ada/var_arr_typedef.exp: New testcase.
10591 * gdb.ada/var_arr_typedef/pack.adb: New file.
10592 * gdb.ada/var_arr_typedef/pack.ads: New file.
10593 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10594
10595 2015-07-20 Joel Brobecker <brobecker@adacore.com>
10596
10597 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10598
10599 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10600
10601 * gdb.arch/i386-biarch-core.exp: Replace istarget
10602 by "complete set gnutarget". Remove expectation for the "core-file"
10603 command.
10604
10605 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10606
10607 Revert the previous commit:
10608 Tests for validate symbol file using build-id.
10609
10610 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10611
10612 Tests for validate symbol file using build-id.
10613 * gdb.base/solib-mismatch-lib.c: New file.
10614 * gdb.base/solib-mismatch-libmod.c: New file.
10615 * gdb.base/solib-mismatch.c: New file.
10616 * gdb.base/solib-mismatch.exp: New file.
10617
10618 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10619
10620 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10621 nios2-*-linux*.
10622 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10623 * gdb.base/siginfo.exp: Likewise.
10624 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10625
10626 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10627
10628 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10629 Move it to ...
10630 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10631 ... here.
10632 * gdb.trace/range-stepping.exp: Check that the target supports
10633 range stepping.
10634
10635 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10636
10637 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10638
10639 2015-07-14 Pedro Alves <palves@redhat.com>
10640
10641 * gdb.base/killed-outside.exp: New file.
10642 * gdb.base/killed-outside.c: New file.
10643
10644 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10645
10646 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10647 (n at main): New.
10648 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10649
10650 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10651
10652 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10653 infcall tests instead of setting up for KFAIL.
10654
10655 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10656
10657 * gdb.btrace/record_goto-step.exp: New.
10658
10659 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10660
10661 PR compile/18484
10662 * gdb.compile/compile.c (struct struct_type): Add volatile to
10663 selffield's type.
10664 * gdb.compile/compile.exp
10665 (compile code struct_object.selffield = &struct_object): Skip further
10666 struct_object tests if this one xfails.
10667
10668 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
10669
10670 PR exp/18617
10671 * gdb.trace/ax.exp: Add test.
10672
10673 2015-07-07 Yao Qi <yao.qi@linaro.org>
10674
10675 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10676 instead of istarget "aarch64*-*-*".
10677 * gdb.arch/aarch64-fp.exp: Likewise.
10678 * gdb.base/float.exp: Likewise.
10679 * gdb.reverse/aarch64.exp: Likewise.
10680 * lib/gdb.exp (is_aarch64_target): New proc.
10681
10682 2015-07-07 Yao Qi <yao.qi@linaro.org>
10683
10684 * lib/gdb.exp (is_aarch32_target): New proc.
10685 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10686 instead of "istarget "arm*-*-*"".
10687 * gdb.arch/arm-disp-step.exp: Likewise.
10688 * gdb.arch/thumb-bx-pc.exp: Likewise.
10689 * gdb.arch/thumb-prologue.exp: Likewise.
10690 * gdb.arch/thumb-singlestep.exp: Likewise.
10691 * gdb.base/disp-step-syscall.exp: Likewise.
10692 * gdb.base/float.exp: Likewise.
10693
10694 2015-07-07 Yao Qi <yao.qi@linaro.org>
10695
10696 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10697 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10698
10699 2015-07-07 Yao Qi <yao.qi@linaro.org>
10700
10701 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10702 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10703 if it exists.
10704 * gdb.multi/multi-arch.exp: Likewise.
10705
10706 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10707
10708 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10709 print.
10710
10711 2015-07-07 Yao Qi <yao.qi@linaro.org>
10712
10713 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10714
10715 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10716
10717 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10718 '[' and ']' characters.
10719
10720 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10721
10722 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10723
10724 2015-06-29 Pedro Alves <palves@redhat.com>
10725
10726 PR threads/18127
10727 * gdb.threads/hand-call-new-thread.c: New file.
10728 * gdb.threads/hand-call-new-thread.c: New file.
10729
10730 2015-06-26 Keith Seitz <keiths@redhat.com>
10731 Doug Evans <dje@google.com>
10732
10733 PR 16253
10734 * gdb.cp/var-tag-2.cc: New file.
10735 * gdb.cp/var-tag-3.cc: New file.
10736 * gdb.cp/var-tag-4.cc: New file.
10737 * gdb.cp/var-tag.cc: New file.
10738 * gdb.cp/var-tag.exp: New file.
10739
10740 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10741
10742 * gdb.base/history-duplicates.exp: New test.
10743
10744 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10745
10746 * gdb.base/completion.exp: Test the completion of the "focus"
10747 command.
10748
10749 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10750
10751 * gdb.arch/amd64-prologue-skip.S: New file.
10752 * gdb.arch/amd64-prologue-skip.exp: New file.
10753
10754 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10755
10756 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10757 is_address_zero_readable check.
10758
10759 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10760
10761 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10762 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10763
10764 2015-06-24 Yao Qi <yao.qi@linaro.org>
10765
10766 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10767 linux targets.
10768
10769 2015-06-24 Yao Qi <yao.qi@linaro.org>
10770
10771 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10772 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10773 * gdb.base/siginfo-thread.exp: Likewise.
10774
10775 2015-06-22 Yao Qi <yao.qi@linaro.org>
10776
10777 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10778
10779 2015-06-22 Yao Qi <yao.qi@linaro.org>
10780
10781 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10782 aarch64*-*-*.
10783 (skip_hw_watchpoint_tests): Likewise.
10784
10785 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10786
10787 * gdb.base/gdbinit-history.exp: Test the interaction between
10788 setting GDBHISTSIZE and setting the history size via .gdbinit.
10789
10790 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10791
10792 PR gdb/16999
10793 * gdb.base/gdbhistsize-history.exp: New test.
10794
10795 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10796
10797 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10798 with GDBHISTSIZE.
10799 * gdb.base/readline.exp: Likewise.
10800
10801 2015-06-17 Yao Qi <yao.qi@linaro.org>
10802
10803 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10804 line.
10805
10806 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10807
10808 * gdb.base/gdbinit-history.exp: Add test case to check that
10809 an unlimited history file does not get truncated on exit.
10810
10811 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10812
10813 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10814 (VECTOR): New macro. Use it...
10815 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10816 ...for these typedefs.
10817 (int8, char1, int1, double1): New typedefs.
10818 (struct just_int2, struct two_int2): New structures.
10819 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10820 (add_structvecs, add_singlevecs): New functions.
10821 (main): Call add_some_intvecs twice.
10822 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10823 the compile and exit upon failure. Try compiling for the "native"
10824 architecture. Test inferior function calls with vector arguments
10825 and vector return value handling with "finish" and "return".
10826
10827 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10828
10829 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10830 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10831 PE file.
10832 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10833
10834 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10835
10836 PR breakpoints/16465
10837 * gdb.mi/mi-dprintf-pending.c: New file.
10838 * gdb.mi/mi-dprintf-pending.exp: New test.
10839 * gdb.mi/mi-dprintf-pendshr.c: New file.
10840
10841 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10842 Mircea Gherzan <mircea.gherzan@intel.com>
10843
10844 * gdb.arch/i386-mpx-map.c: New file.
10845 * gdb.arch/i386-mpx-map.exp: New File.
10846
10847 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10848
10849 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10850 * gdb.arch/i386-mpx.exp: Indentation fixed.
10851
10852 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10853
10854 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10855 function and improved indentation.
10856 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10857 gdb_test_multiple. Added additional tests to skip the test.
10858
10859 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10860
10861 * gdb.arch/i386-avx512.c: Change path in include file.
10862 * gdb.arch/i386-avx512.exp: Change include dir path
10863 compilation flag.
10864 * gdb.arch/i386-mpx.c: Change path in include file.
10865 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10866 flag.
10867
10868 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10869
10870 * gdb.compile/compile-print.exp (compile print *vararray@3)
10871 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10872
10873 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10874
10875 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10876 (do not keep jit in memory): ... this.
10877 (expect 5): Change it to ...
10878 (expect no 5): ... this.
10879
10880 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10881
10882 PR gdb/15564
10883 * gdb.mi/mi-detach.exp: New file.
10884
10885 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10886
10887 PR symtab/18392
10888 * gdb.arch/amd64-tailcall-self.S: New file.
10889 * gdb.arch/amd64-tailcall-self.c: New file.
10890 * gdb.arch/amd64-tailcall-self.exp: New file.
10891
10892 2015-05-28 Don Breazeal <donb@codesourcery.com>
10893
10894 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10895 tests for remote targets by checking is_target_gdbserver.
10896
10897 2015-05-27 Doug Evans <dje@google.com>
10898
10899 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10900 * gdb.dwarf2/opaque-type-lookup.c: New file.
10901 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10902
10903 2015-05-26 Doug Evans <dje@google.com>
10904
10905 * gdb.cp/iostream.cc: New file.
10906 * gdb.cp/iostream.exp: New file.
10907
10908 2015-05-26 Doug Evans <dje@google.com>
10909
10910 * gdb.dwarf2/dw2-op-call.exp: Update.
10911 * gdb.dwarf2/dw4-sig-types.exp: Update.
10912 * gdb.dwarf2/implptr.exp: Update.
10913 * gdb.mi/mi-cmd-param-changed.exp: Update.
10914
10915 2015-05-26 Doug Evans <dje@google.com>
10916
10917 * gdb.python/py-lazy-string.c: New file.
10918 * gdb.python/py-lazy-string.exp: New file.
10919 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10920 (main): Update. Add estring3.
10921 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10922 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10923
10924 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10925 Yao Qi <yao.qi@linaro.org>
10926
10927 * gdb.reverse/aarch64.c: New.
10928 * gdb.reverse/aarch64.exp: New.
10929
10930 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10931
10932 * lib/gdb.exp (supports_process_record): Return true for
10933 aarch64*-linux*.
10934 (supports_reverse): Likewise.
10935
10936 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10937
10938 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10939 Use with_test_prefix.
10940
10941 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10942
10943 * gdb.base/completion.exp: Add test for completion of layout
10944 names.
10945
10946 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10947
10948 * lib/gdb.exp (skip_tui_tests): New proc.
10949 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10950
10951 2015-05-19 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10954 Save the whole env array instead of just HOME. Unset HISTSIZE in
10955 the environment while testing. Restore whole environment
10956 afterwards.
10957
10958 2015-05-16 Doug Evans <xdje42@gmail.com>
10959
10960 * gdb.guile/scm-ports.c: New file.
10961 * gdb.guile/scm-ports.exp: Add memory port tests.
10962
10963 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10964
10965 * gdb.compile/compile-print.c: New file.
10966 * gdb.compile/compile-print.exp: New file.
10967
10968 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10969
10970 * gdb.compile/compile-ops.exp: Cast param to void.
10971 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10972 (compile code struct_object.selffield = &struct_object): Add xfail.
10973
10974 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10975
10976 * gdb.ada/arr_enum_with_gap: New testcase.
10977
10978 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10979
10980 * gdb.ada/byte_packed_arr: New testcase.
10981
10982 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10983
10984 * gdb.ada/pckd_neg: New testcase.
10985
10986 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10987
10988 PR gdb/17820
10989 * gdb.base/gdbinit-history.exp: New test.
10990 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10991 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10992
10993 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10994
10995 * gdb.python/py-xmethods.cc: Enhance test case.
10996 * gdb.python/py-xmethods.exp: New tests.
10997 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10998 function.
10999 (B_indexoper): Likewise.
11000 (global_dm_list) : Add new xmethod worker functions.
11001
11002 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11003
11004 * gdb.base/coredump-filter.exp: Correctly unset
11005 "coredump_var_addr" array.
11006
11007 2015-05-08 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.server/non-existing-program.exp: Unset spawn_id.
11010
11011 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11012
11013 PR python/18291
11014 * gdb.python/py-xmethods.exp: Add tests.
11015
11016 2015-05-08 Yao Qi <yao.qi@linaro.org>
11017
11018 PR gdb/18208
11019 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11020 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11021 function set_coredump_filter, and remove remote_exec call.
11022 Remove argument ipid. Callers update.
11023 (top level): Don't get inferior's PID.
11024
11025 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11026
11027 * gdb.base/watch_thread_num.exp: Skip test on targets without
11028 access watchpoints.
11029
11030 2015-05-06 Pedro Alves <palves@redhat.com>
11031
11032 PR server/18081
11033 * gdb.server/non-existing-program.exp: New file.
11034
11035 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11036
11037 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11038
11039 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11040
11041 * gdb.ada/out_of_line_in_inlined: New testcase.
11042
11043 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11044
11045 * gdb.ada/var_rec_arr: New testcase.
11046
11047 2015-04-30 Yao Qi <yao.qi@linaro.org>
11048
11049 * gdb.base/break-idempotent.exp: If
11050 skip_hw_watchpoint_multi_tests returns true, skip the tests
11051 on "rwatch" and "awatch".
11052
11053 2015-04-30 Yao Qi <yao.qi@linaro.org>
11054
11055 * gdb.base/relativedebug.exp: Invoke gdb command
11056 "info sharedlibrary", and if libc.so doesn't have debug info,
11057 skip the test.
11058
11059 2015-04-29 Doug Evans <dje@google.com>
11060
11061 * gdb.python/py-xmethods.exp: Add ptype tests.
11062 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11063 get_result_type method.
11064
11065 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11066
11067 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11068 the target does not support hardware watchpoints.
11069
11070 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11071
11072 * gdb.base/break-always.exp: Abort testing if writing to memory
11073 causes an error.
11074
11075 2015-04-28 Doug Evans <dje@google.com>
11076
11077 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11078 * gdb.python/py-pp-registration.exp: ... here. New file.
11079 * gdb.python/py-pp-registration.c: New file.
11080 * gdb.python/py-pp-registration.py: New file.
11081
11082 2015-04-28 Doug Evans <dje@google.com>
11083
11084 * gdb.python/py-bad-printers.c: New file.
11085 * gdb.python/py-bad-printers.py: New file.
11086 * gdb.python/py-bad-printers.exp: New file.
11087
11088 2015-04-28 Sasha Smundak <asmundak@google.com>
11089
11090 * gdb.python/py-type.exp: New test.
11091
11092 2015-04-28 Andy Wingo <wingo@igalia.com>
11093
11094 * gdb.python/py-parameter.exp:
11095 * gdb.guile/scm-parameter.exp: Escape the path that we are
11096 matching against, as it might contain characters that are special
11097 to regular expressions.
11098
11099 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11100
11101 * gdb.ada/rec_comp: New testcase.
11102
11103 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11104
11105 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11106 before using it.
11107
11108 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11109
11110 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11111 new tests for verilog output.
11112
11113 2015-04-24 Yao Qi <yao.qi@linaro.org>
11114
11115 * boards/remote-gdbserver-on-localhost.exp: New file.
11116
11117 2015-04-23 Pedro Alves <palves@redhat.com>
11118
11119 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11120 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11121 "end of file", remove $inferior_spawn_id from the indirect list.
11122
11123 2015-04-23 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11126
11127 2015-04-23 Pedro Alves <palves@redhat.com>
11128
11129 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11130 on $any_spawn_id instead of only on $gdb_spawn_id.
11131
11132 2015-04-21 Pierre Muller <muller@sourceware.org>
11133
11134 PR pascal/17815
11135 * lib/pascal.exp (gpc_compile): Add new option "class".
11136 (fpc_compile): Likewise.
11137 * gdb.pascal/case-insensitive-symbols.pas: New file.
11138 * gdb.pascal/case-insensitive-symbols.exp: New file.
11139
11140 2015-04-20 Gary Benson <gbenson@redhat.com>
11141
11142 * gdb.base/attach.exp: Fix three extended remote failures.
11143
11144 2015-04-17 Gary Benson <gbenson@redhat.com>
11145
11146 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11147 the main executable over the remote protocol.
11148
11149 2015-04-16 Pedro Alves <palves@redhat.com>
11150
11151 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11152 a new gdbserver if gdbserver_reconnect_p is set.
11153
11154 2015-04-16 Pedro Alves <palves@redhat.com>
11155
11156 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11157 is set, don't exit gdbserver.
11158
11159 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11160
11161 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11162 appropriate .insn, such that an older assembler can be used.
11163 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11164 the z/Architecture instruction set on 31-bit targets as well.
11165
11166 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11167
11168 * gdb.go/handcall.exp: Remove all logic related to the first
11169 breakpoint and rely on go_runto_main instead.
11170 * gdb.go/strings.exp: Likewise.
11171 * gdb.go/unsafe.exp: Likewise.
11172 * gdb.go/hello.exp: Likewise. Also rename the remaining
11173 breakpoint marker to "breakpoint 1".
11174 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11175 * gdb.go/strings.go: Likewise.
11176 * gdb.go/unsafe.go: Likewise.
11177 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11178 "set breakpoint 2 here" and rename the remaining breakpoint marker
11179 to "breakpoint 1".
11180
11181 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11182
11183 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11184 if itertools.imap is not present.
11185 * gdb.python/py-objfile.exp: Add parentheses.
11186 * gdb.python/py-type.exp: Same.
11187 * gdb.python/py-unwind-maint.py: Same.
11188
11189 2015-04-15 Yao Qi <yao.qi@linaro.org>
11190
11191 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11192 of ":$ptr_size" and set its form explicitly.
11193
11194 2015-04-15 Pedro Alves <palves@redhat.com>
11195 Yao Qi <yao.qi@linaro.org>
11196
11197 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11198 timeout by factor of 4.
11199 (test_regular_watch): Likewise.
11200 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11201 * gdb.reverse/sigall-reverse.exp: Likewise.
11202 * gdb.reverse/until-precsave.exp: Likewise.
11203 * lib/gdb.exp (with_timeout_factor): New proc.
11204 (gdb_expect): Move some code to ...
11205 (get_largest_timeout): ... here. New procedure.
11206
11207 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11208
11209 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11210
11211 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11212
11213 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11214 to write to the .text section.
11215
11216 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11217
11218 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11219 Handle the case of targets that do not provide PID information.
11220
11221 2015-04-13 Yao Qi <yao.qi@linaro.org>
11222
11223 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11224 and use expect instead of gdb_expect.
11225
11226 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11227
11228 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11229 "coredump_var_addr" to avoid naming conflict with other testcases.
11230
11231 2015-04-10 Pedro Alves <palves@redhat.com>
11232
11233 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11234 gdb_test_sequence and gdb_assert.
11235
11236 2015-04-10 Pedro Alves <palves@redhat.com>
11237
11238 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11239 test messages that don't include the breakpoint address.
11240
11241 2015-04-10 Yao Qi <yao.qi@linaro.org>
11242
11243 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11244 false for some offset and width combinations which aren't
11245 supported by linux kernel.
11246
11247 2015-04-10 Pedro Alves <palves@redhat.com>
11248
11249 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11250 procedure, factored out from ...
11251 (top level): ... here. Add "set displaced-stepping" testing axis.
11252 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11253 parameter "displaced". Use it.
11254 (top level): Use foreach and add "set displaced-stepping" testing
11255 axis.
11256
11257 2015-04-10 Pedro Alves <palves@redhat.com>
11258
11259 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11260 Remove comment.
11261 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11262 both the address of the instruction that triggers the watchpoint
11263 and the address of the instruction immediately after, and use
11264 those addresses for the test. Fix comment.
11265
11266 2015-04-10 Pedro Alves <palves@redhat.com>
11267
11268 * gdb.base/sigstep.exp (breakpoint_to_handler)
11269 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11270 Test "backtrace" in handler.
11271 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11272 (top level): Add new "displaced" test axis to
11273 breakpoint_to_handler, breakpoint_to_handler_entry and
11274 breakpoint_over_handler.
11275
11276 2015-04-10 Pedro Alves <palves@redhat.com>
11277
11278 PR gdb/18216
11279 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11280
11281 2015-04-10 Yao Qi <yao.qi@linaro.org>
11282
11283 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11284 (test_add_rn_pc): New function.
11285 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11286 (top level): Invoke test_add_rn_pc.
11287
11288 2015-04-10 Pedro Alves <palves@redhat.com>
11289
11290 PR gdb/13858
11291 * gdb.base/step-over-no-symbols.exp: New file.
11292
11293 2015-04-09 Andy Wingo <wingo@igalia.com>
11294
11295 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11296 after the Python tests.
11297
11298 2015-04-08 Keith Seitz <keiths@redhat.com>
11299
11300 PR python/16699
11301 * gdb.python/py-completion.exp: New tests for completion.
11302 * gdb.python/py-completion.py (CompleteLimit1): New class.
11303 (CompleteLimit2): Likewise.
11304 (CompleteLimit3): Likewise.
11305 (CompleteLimit4): Likewise.
11306 (CompleteLimit5): Likewise.
11307 (CompleteLimit6): Likewise.
11308 (CompleteLimit7): Likewise.
11309
11310 2015-04-08 Pedro Alves <palves@redhat.com>
11311
11312 PR gdb/18214
11313 PR gdb/18216
11314 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11315 function.
11316 (main): Install it as SIGUSR1 handler.
11317 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11318 parameter. Always use "setup" as prefix. Toggle "set
11319 displaced-stepping" off/on depending on global. Don't switch to
11320 thread 1 here.
11321 (top level): Add displaced stepping "off/on" test axis. Update
11322 "setup" calls. Wrap each subtest with with_test_prefix. Test
11323 continuing with a queued signal in each thread.
11324
11325 2015-04-08 Pedro Alves <palves@redhat.com>
11326
11327 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11328 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11329 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11330 Return early if running to main fails.
11331 * gdb.trace/while-stepping.exp: Likewise.
11332
11333 2015-04-07 Pedro Alves <palves@redhat.com>
11334
11335 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11336 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11337 interact with inferior program.
11338
11339 2015-04-07 Pedro Alves <palves@redhat.com>
11340
11341 * lib/gdb.exp (inferior_spawn_id): New global.
11342 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11343 spawn id after processing the user code.
11344 (default_gdb_start): Set inferior_spawn_id.
11345 (send_inferior): New procedure.
11346 * lib/gdbserver-support.exp (gdbserver_start): Set
11347 inferior_spawn_id.
11348 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11349
11350 2015-04-07 Pedro Alves <palves@redhat.com>
11351
11352 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11353 * lib/gdbserver-support.exp (gdbserver_start): Make
11354 $server_spawn_id global.
11355 (gdbserver_start): Don't wait for gdbserver's spawn id with
11356 expect_background.
11357 (close_gdbserver): New procedure.
11358 (gdb_exit): Rename the default version and reimplement.
11359
11360 2015-04-07 Pedro Alves <palves@redhat.com>
11361
11362 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11363 append the substituted item, not the original item.
11364
11365 2015-04-07 Pedro Alves <palves@redhat.com>
11366
11367 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11368 gdb_expect.
11369
11370 2015-04-07 Pedro Alves <palves@redhat.com>
11371
11372 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11373 output appearing once only.
11374
11375 2015-04-07 Pedro Alves <palves@redhat.com>
11376
11377 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11378 that doesn't expect anything. Return early if running to main
11379 fails.
11380
11381 2015-04-07 Yao Qi <yao.qi@linaro.org>
11382
11383 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11384 (child_function): Call alarm.
11385 (main): Move call to alarm into the loop.
11386 * gdb.threads/non-stop-fair-events.exp: Build program with
11387 -DTIMEOUT=$timeout.
11388
11389 2015-04-06 Doug Evans <xdje42@gmail.com>
11390
11391 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11392 Fix dest parameter to board_info.
11393 (fpc_compile): Ditto.
11394 (gdb_compile_pascal): Rename dest arg to destfile.
11395
11396 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11397
11398 * gdb.ada/funcall_ref.exp: New file.
11399 * gdb.ada/funcall_ref/foo.adb: New file.
11400
11401 2015-04-02 Yao Qi <yao.qi@linaro.org>
11402
11403 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11404 is remote.
11405
11406 2015-04-02 Gary Benson <gbenson@redhat.com>
11407
11408 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11409
11410 2015-04-01 Sasha Smundak <asmundak@google.com>
11411
11412 * gdb.python/py-unwind-maint.c: New file.
11413 * gdb.python/py-unwind-maint.exp: New test.
11414 * gdb.python/py-unwind-maint.py: New file.
11415 * gdb.python/py-unwind.c: New file.
11416 * gdb.python/py-unwind.exp: New test.
11417 * gdb.python/py-unwind.py: New test.
11418
11419 2015-04-01 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11422 to fail instead of non-existent $test.
11423
11424 2015-04-01 Pedro Alves <palves@redhat.com>
11425
11426 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11427 GDBFLAGS if not empty.
11428
11429 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11430
11431 * gdb.ada/complete.exp: Remove "multi_line".
11432 * gdb.ada/info_exc.exp: Remove "multi_line".
11433 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11434 * gdb.ada/ptype_field.exp: Remove "multi_line".
11435 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11436 * gdb.ada/tagged.exp: Remove "multi_line".
11437 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11438 [multi_line ...]
11439 * gdb.btrace/delta.exp: Likewise.
11440 * gdb.btrace/exception.exp: Likewise.
11441 * gdb.btrace/function_call_history.exp: Likewise.
11442 * gdb.btrace/instruction_history.exp: Likewise.
11443 * gdb.btrace/nohist.exp: Likewise.
11444 * gdb.btrace/record_goto.exp: Likewise.
11445 * gdb.btrace/segv.exp: Likewise.
11446 * gdb.btrace/stepi.exp: Likewise.
11447 * gdb.btrace/tailcall.exp: Likewise.
11448 * gdb.btrace/unknown_functions.exp: Likewise.
11449 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11450 * lib/gdb.exp: Add the "multi_line" helper.
11451
11452 2015-04-01 Pedro Alves <palves@redhat.com>
11453
11454 * gdb.threads/tid-reuse.c: New file.
11455 * gdb.threads/tid-reuse.exp: New file.
11456
11457 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11458
11459 PR corefiles/16092
11460 * gdb.base/coredump-filter.c: New file.
11461 * gdb.base/coredump-filter.exp: Likewise.
11462
11463 2015-03-27 Petr Machata <pmachata@redhat.com>
11464
11465 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11466 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11467 (Dwarf::assemble): Initialize them.
11468 (Dwarf::lines): New function.
11469
11470 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11471
11472 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11473 SYMBOL_PREFIX for x86_64-*-cygwin.
11474
11475 2015-03-26 Andy Wingo <wingo@igalia.com>
11476
11477 PR symtab/18148
11478 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11479 const_value but not a location.
11480 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11481 location defined in non-main CUs are visible.
11482
11483 2015-03-26 Yao Qi <yao.qi@linaro.org>
11484
11485 PR testsuite/18139
11486 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11487 Add a line number entry for the same line.
11488 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11489 Add a line number entry for the same line.
11490
11491 2015-03-26 Yao Qi <yao.qi@linaro.org>
11492
11493 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11494 .int 0.
11495 (func): Likewise. Add .Lfunc_1 label.
11496 Use .Lfunc_1 label.
11497 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11498 .int 0.
11499 (func): Likewise.
11500 Use .Lfunc_1 label.
11501
11502 2015-03-26 Yao Qi <yao.qi@linaro.org>
11503
11504 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11505 Call gdb_compile instead to compile each .s files without debug
11506 information.
11507
11508 2015-03-26 Yao Qi <yao.qi@linaro.org>
11509
11510 * gdb.base/savedregs.exp (process_saved_regs): Make
11511 "Saved registers:" optional in the pattern.
11512
11513 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11514
11515 * gdb.btrace/next.exp: Merged into step.exp.
11516 * gdb.btrace/finish.exp: Merged into step.exp.
11517 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11518 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11519 "record goto" and checking the exact replay position.
11520 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11521 check for "Recording format" in "info record" output.
11522 * gdb.btrace/record_goto.exp: Choose test file based on target.
11523 * gdb.btrace/x86-record_goto.S: Renamed into ...
11524 * gdb.btrace/x86_64-record_goto.S: ... this.
11525 * gdb.btrace/i686-record_goto.S: New.
11526 * gdb.btrace/x86-tailcall.S: Renamed into ...
11527 * gdb.btrace/x86_64-tailcall.S: ... this.
11528 * gdb.btrace/i686-tailcall.S: New.
11529 * gdb.btrace/x86-tailcall.c: Renamed into ...
11530 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11531 separate statements. Update test.
11532 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11533 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11534 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11535 * gdb.btrace/tailcall.exp: Choose test file based on target.
11536 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11537
11538 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11539
11540 * gdb.btrace/exception.exp: Increase BTS buffer size.
11541
11542 2015-03-24 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11545
11546 2015-03-24 Pedro Alves <palves@redhat.com>
11547
11548 * gdb.threads/schedlock.exp (test_step): No longer expect that
11549 "set scheduler-locking step" with "next" over a function call runs
11550 threads unlocked.
11551
11552 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11553
11554 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11555
11556 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11557
11558 PR breakpoints/16466
11559 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11560 * gdb.mi/mi-pending.c (thread_func): New function.
11561 (int main): Add threading support required.
11562 * gdb.mi/mi-pending.exp: Add tests for this issue.
11563 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11564 (pendfunc2): Remove stdio dependency.
11565 * gdb.mi/mi-pendshr2.c: New file.
11566
11567 2015-03-23 Keith Seitz <keiths@redhat.com>
11568
11569 * gdb.linespec/keywords.c: New file.
11570 * gdb.linespec/keywords.exp: New file.
11571
11572 2015-03-23 Keith Seitz <keiths@redhat.com>
11573
11574 PR gdb/18021
11575 * gdb.dwarf2/staticvirtual.exp: New test.
11576
11577 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11578
11579 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11580 * README: Remove HP-UX and gdb.hp.
11581 (configuration):
11582 * configure: Regenerate.
11583 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11584 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11585 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11586 gdb.hp/gdb.defects/Makefile.
11587 * gdb.hp/Makefile.in: File deleted.
11588 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11589 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11590 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11591 * gdb.hp/gdb.aCC/run.c: File deleted.
11592 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11593 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11594 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11595 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11596 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11597 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11598 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11599 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11600 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11601 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11602 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11603 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11604 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11605 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11606 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11607 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11608 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11609 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11610 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11611 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11612 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11613 * gdb.hp/gdb.compat/average.c: File deleted.
11614 * gdb.hp/gdb.compat/sum.c: File deleted.
11615 * gdb.hp/gdb.compat/xdb.c: File deleted.
11616 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11617 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11618 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11619 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11620 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11621 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11622 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11623 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11624 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11625 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11626 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11627 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11628 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11629 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11630 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11631 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11632 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11633 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11634 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11635 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11636 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11637 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11638 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11639 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11640 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11641 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11642 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11643 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11644 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11645 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11646 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11647 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11648 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11649 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11650 * gdb.hp/tools/odump: File deleted.
11651
11652 2015-03-19 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11655 (saw_thread_3): New globals.
11656 (top level): Increment them when an event for the corresponding
11657 thread is seen.
11658 (no thread starvation): New test.
11659
11660 2015-03-19 Pedro Alves <palves@redhat.com>
11661
11662 * gdb.threads/continue-pending-status.c: New file.
11663 * gdb.threads/continue-pending-status.exp: New file.
11664
11665 2015-03-18 Pedro Alves <palves@redhat.com>
11666
11667 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11668 Use gdb_is_target_remote instead of is_remote. Use
11669 gdb_test_multiple instead of gdb_expect. Exit early if
11670 gdb_test_multiple hits its internal matches. Tighten stepi tests
11671 expected output. Fail on exit with any signal, instead of just
11672 SIGILL.
11673
11674 2015-03-18 Yao Qi <yao.qi@linaro.org>
11675
11676 PR tdep/18107
11677 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11678 variable.
11679 * gdb.base/catch-syscall.exp: Don't skip it on
11680 aarch64*-*-linux* target. Remove elements in all_syscalls.
11681 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11682 target.
11683 (setup_all_syscalls): New proc.
11684
11685 2015-03-16 Yao Qi <yao.qi@linaro.org>
11686
11687 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11688 (top level): Skip tests if valid_addr_p returns false for
11689 $cmd1 or $cmd2.
11690
11691 2015-03-11 Andy Wingo <wingo@igalia.com>
11692
11693 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11694
11695 2015-03-11 Yao Qi <yao.qi@linaro.org>
11696
11697 * gdb.base/catch-syscall.exp: Fix typo in comments.
11698
11699 2015-03-11 Yao Qi <yao.qi@linaro.org>
11700
11701 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11702
11703 2015-03-09 Pedro Alves <palves@redhat.com>
11704
11705 * dg-extract-results.py: Delete.
11706
11707 2015-03-09 Pedro Alves <palves@redhat.com>
11708
11709 Merge dg-extract-results.sh from GCC upstream (r218843).
11710
11711 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11712 * dg-extract-results.sh: Use --text with grep to avoid issues with
11713 binary files. Fall back to cat -v, if that doesn't work.
11714
11715 2015-03-05 Pedro Alves <palves@redhat.com>
11716
11717 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11718
11719 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11720
11721 * lib/mi-support.exp (mi_expect_interrupt): Accept
11722 alternative event for when in all-stop mode.
11723
11724 2015-03-04 Pedro Alves <palves@redhat.com>
11725
11726 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11727
11728 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11729
11730 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11731
11732 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11733
11734 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11735 regexps for GDB's current line display, accept a hex address
11736 preceding the line number.
11737
11738 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11739
11740 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11741 the 'arch1' variable for "s390*-linux*" targets.
11742
11743 2015-03-04 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11746 (main): Pass missing retval argument to pthread_join call.
11747
11748 2015-03-02 Pedro Alves <palves@redhat.com>
11749
11750 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11751 (top level): Call do_test with non-stop as well.
11752
11753 2015-03-02 Pedro Alves <palves@redhat.com>
11754
11755 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11756 -1.
11757
11758 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11759
11760 * gdb.arch/s390-vregs.exp: New test.
11761 * gdb.arch/s390-vregs.S: New file.
11762
11763 2015-02-27 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11766 call to catch_command_errors.
11767 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11768 catch_command_errors.
11769
11770 2015-02-27 Pedro Alves <palves@redhat.com>
11771
11772 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11773 "true" for boolean result.
11774 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11775 prototype of main.
11776
11777 2015-02-27 Pedro Alves <palves@redhat.com>
11778
11779 * lib/unbuffer_output.c: New file.
11780 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11781 (main): Call gdb_unbuffer_output.
11782
11783 2015-02-27 Yao Qi <yao.qi@linaro.org>
11784
11785 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11786 target.
11787
11788 2015-02-26 Doug Evans <dje@google.com>
11789
11790 * gdb.cp/class2.cc (Dbase, D): New classes.
11791 (main): New local delta.
11792 * gdb.cp/class2.exp: Test printing delta.
11793 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11794 (dynbar): New global.
11795 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11796
11797 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11798
11799 * gdb.compile/compile-ifunc.c: New file.
11800 * gdb.compile/compile-ifunc.exp: New file.
11801
11802 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11803
11804 * gdb.base/structs.exp: Check for correct struct on finish.
11805
11806 2015-02-26 Yao Qi <yao.qi@linaro.org>
11807
11808 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11809 is zero.
11810
11811 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11812
11813 * gdb.arch/cordic.ko.bz2: New file.
11814 * gdb.arch/cordic.ko.debug.bz2: New file.
11815 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11816
11817 2015-02-25 Yao Qi <yao.qi@linaro.org>
11818
11819 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11820 aarch64*-*-* target.
11821
11822 2015-02-23 Pedro Alves <palves@redhat.com>
11823
11824 * lib/gdb.exp (delete_breakpoints): Rewrite using
11825 gdb_test_multiple.
11826
11827 2015-02-23 Pedro Alves <palves@redhat.com>
11828
11829 * gdb.base/info-os.c: Include stdlib.h.
11830
11831 2015-02-22 Doug Evans <xdje42@gmail.com>
11832
11833 PR symtab/17855
11834 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11835 is read after symbols have been re-read.
11836 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11837 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11838
11839 2015-02-21 Doug Evans <dje@google.com>
11840
11841 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11842
11843 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11844
11845 PR corefiles/17808
11846 * gdb.arch/i386-biarch-core.core.bz2: New file.
11847 * gdb.arch/i386-biarch-core.exp: New file.
11848
11849 2015-02-21 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11852 runto_main fails.
11853
11854 2015-02-20 Pedro Alves <palves@redhat.com>
11855
11856 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11857 info probes.
11858
11859 2015-02-20 Pedro Alves <palves@redhat.com>
11860
11861 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11862
11863 2015-02-20 Pedro Alves <palves@redhat.com>
11864
11865 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11866 clean_restart before gdb_target_supports_trace.
11867
11868 2015-02-20 Pedro Alves <palves@redhat.com>
11869
11870 PR threads/18006
11871 * gdb.threads/clone-thread_db.c: New file.
11872 * gdb.threads/clone-thread_db.exp: New file.
11873
11874 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11875
11876 PR breakpoints/16812
11877 * gdb.base/catch-gdb-caused-signals.c: New file.
11878 * gdb.base/catch-gdb-caused-signals.exp: New file.
11879
11880 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11881
11882 * configure: Regenerated.
11883 * configure.ac: Use GDB_AC_TRANSFORM.
11884 * aclocal.m4: sinclude ../transform.m4.
11885
11886 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11887
11888 * lib/dtrace.exp: New file.
11889 * gdb.base/dtrace-probe.exp: Likewise.
11890 * gdb.base/dtrace-probe.d: Likewise.
11891 * gdb.base/dtrace-probe.c: Likewise.
11892 * lib/pdtrace.in: Likewise.
11893 * configure.ac: Output variables with the transformed names of
11894 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11895 * configure: Regenerated.
11896
11897 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11898
11899 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11900 expected message when trying to access $_probe_* convenience
11901 variables while not on a probe.
11902
11903 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11904
11905 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11906
11907 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11908
11909 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11910 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11911
11912 2015-02-10 Doug Evans <xdje42@gmail.com>
11913
11914 * lib/gdb.exp (gdb_load): Always return a result.
11915
11916 2015-02-10 Pedro Alves <palves@redhat.com>
11917
11918 * gdb.threads/signal-sigtrap.c: New file.
11919 * gdb.threads/signal-sigtrap.exp: New file.
11920
11921 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11922
11923 * gdb.trace/no-attach-trace.c: New file.
11924 * gdb.trace/no-attach-trace.exp: New file.
11925
11926 2015-02-09 Mark Wielaard <mjw@redhat.com>
11927
11928 * gdb.dwarf2/atomic.c: New file.
11929 * gdb.dwarf2/atomic-type.exp: Likewise.
11930
11931 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11932
11933 * gdb.btrace/buffer-size.exp: Update "info record" output.
11934 * gdb.btrace/delta.exp: Update "info record" output.
11935 * gdb.btrace/enable.exp: Update "info record" output.
11936 * gdb.btrace/finish.exp: Update "info record" output.
11937 * gdb.btrace/instruction_history.exp: Update "info record" output.
11938 * gdb.btrace/next.exp: Update "info record" output.
11939 * gdb.btrace/nexti.exp: Update "info record" output.
11940 * gdb.btrace/step.exp: Update "info record" output.
11941 * gdb.btrace/stepi.exp: Update "info record" output.
11942 * gdb.btrace/nohist.exp: Update "info record" output.
11943
11944 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11945
11946 * gdb.btrace/buffer-size: New.
11947
11948 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11949
11950 * gdb.btrace/delta.exp: Update "info record" output.
11951 * gdb.btrace/enable.exp: Update "info record" output.
11952 * gdb.btrace/finish.exp: Update "info record" output.
11953 * gdb.btrace/instruction_history.exp: Update "info record" output.
11954 * gdb.btrace/next.exp: Update "info record" output.
11955 * gdb.btrace/nexti.exp: Update "info record" output.
11956 * gdb.btrace/step.exp: Update "info record" output.
11957 * gdb.btrace/stepi.exp: Update "info record" output.
11958 * gdb.btrace/nohist.exp: Update "info record" output.
11959
11960 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11961
11962 PR gdb/15678
11963 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11964
11965 2015-02-06 Pedro Alves <palves@redhat.com>
11966
11967 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11968 macro.
11969 (seconds_left, again): New globals.
11970 (main): Wait seconds_left in a 1-second sleep loop instead of
11971 sleeping 180 seconds. If 'again' is set, reset the seconds
11972 counter.
11973 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11974 'again' in the inferior before detaching. Print the seconds left.
11975 (options): New global.
11976 (top level): Build program with -DTIMEOUT=$timeout.
11977
11978 2015-02-06 Pedro Alves <palves@redhat.com>
11979
11980 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11981 determine how many seconds to pass to 'alarm'.
11982 * gdb.base/gdb-sigterm.exp (top level): Build program with
11983 -DTIMEOUT=$timeout.
11984 (do_test): Return success/failure indication. Add more verbose
11985 logging. Don't fail if 200 single steps are seen. Instead, fail
11986 when the test times out.
11987 (passes): New global.
11988 (top level): Break the testing loop if testing fails on any
11989 iteration. Use gdb_assert.
11990
11991 2015-02-04 Don Breazeal <donb@codesourcery.com>
11992
11993 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11994 and initialize them.
11995 (ipc_cleanup): New function.
11996 (main): Don't declare shmid, semid, and msqid. Add a call to
11997 atexit so that we call ipc_cleanup on exit.
11998
11999 2015-02-04 Pedro Alves <palves@redhat.com>
12000
12001 * boards/native-extended-gdbserver.exp: Remove any target variant
12002 specifications from the board name before clearing the isremote
12003 flag from board_info.
12004
12005 2015-01-31 Doug Evans <xdje42@gmail.com>
12006
12007 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12008
12009 2015-01-31 Gary Benson <gbenson@redhat.com>
12010
12011 * gdb.base/completion.exp: Disable completion limiting for
12012 existing tests. Add new tests to check completion limiting.
12013 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12014
12015 2015-01-31 Doug Evans <xdje42@gmail.com>
12016
12017 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12018
12019 2015-01-31 Doug Evans <xdje42@gmail.com>
12020
12021 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12022 entries. Duplicate file section script entries.
12023 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12024 inlined entries. Add test for safe-path rejection.
12025 * gdb.python/py-section-script.c: Add duplicate inlined section script
12026 entries. Duplicate file section script entries.
12027 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12028 inlined entries. Add test for safe-path rejection.
12029
12030 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12031
12032 * gdb.ada/disc_arr_bound: New testcase.
12033
12034 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12035
12036 * gdb.ada/mi_var_array: New testcase.
12037
12038 2015-01-27 Doug Evans <dje@google.com>
12039
12040 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12041 Add test for objfile.filename, objfile.username after objfile
12042 has been unloaded.
12043
12044 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12045
12046 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12047 the second test to print the name attribute of value
12048 returned by the call to gdb.lookup_type, and adjust
12049 the expected output accordingly.
12050
12051 2015-01-25 Mark Wielaard <mjw@redhat.com>
12052
12053 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12054 * gdb.base/disp-step-fork.c: Include unistd.h.
12055 * gdb.base/siginfo-obj.c: Include stdio.h.
12056 * gdb.base/siginfo-thread.c: Likewise.
12057 * gdb.mi/non-stop.c: Include unistd.h.
12058 * gdb.mi/nsthrexec.c: Include stdio.h.
12059 * gdb.mi/pthreads.c: Include unistd.h.
12060 * gdb.modula2/unbounded1.c (main): Declare returns int.
12061 * gdb.reverse/consecutive-reverse.c: Likewise.
12062 * gdb.threads/create-fail.c: Include unistd.h.
12063 * gdb.threads/killed.c: Likewise.
12064 * gdb.threads/linux-dp.c: Likewise.
12065 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12066 * gdb.threads/non-ldr-exc-2.c: Likewise.
12067 * gdb.threads/non-ldr-exc-3.c: Likewise.
12068 * gdb.threads/non-ldr-exc-4.c: Likewise.
12069 * gdb.threads/pthreads.c: Include unistd.h.
12070 (main): Declare returns int.
12071 * gdb.threads/tls-main.c (foo): New declaration.
12072 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12073
12074 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12075
12076 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12077 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12078
12079 2015-01-15 Mark Wielaard <mjw@redhat.com>
12080
12081 * gdb.base/noreturn-return.c: New file.
12082 * gdb.base/noreturn-return.exp: New file.
12083 * gdb.base/noreturn-finish.c: New file.
12084 * gdb.base/noreturn-finish.exp: New file.
12085
12086 2015-01-23 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.threads/continue-pending-after-query.c: New file.
12089 * gdb.threads/continue-pending-after-query.exp: New file.
12090
12091 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12092 Simon Marchi <simon.marchi@ericsson.com>
12093
12094 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12095 * gdb.base/valgrind-db-attach.exp: Same.
12096 * gdb.base/valgrind-infcall.exp: Same.
12097 * lib/mi-support.exp (default_mi_gdb_start): Same.
12098 * lib/prompt.exp (default_prompt_gdb_start): Same.
12099 * lib/gdb.exp (default_gdb_spawn): Same.
12100 (gdb_interact): New.
12101
12102
12103 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12104
12105 * gdb.compile/compile.exp (pointer to jit function): New test.
12106
12107 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12108
12109 * lib/gdb.exp (supports_process_record): Return true for
12110 powerpc*-*-linux*.
12111 (supports_reverse): Likewise.
12112
12113 2015-01-15 Don Breazeal <donb@codesourcery.com>
12114
12115 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12116 instead of checking whether the target board is remote and
12117 use spawn_wait_for_attach instead of exec/sleep.
12118 * gdb.base/attach-twice.exp: Likewise.
12119
12120 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12121
12122 * gdb.ada/var_arr_attrs: New testcase.
12123
12124 2015-01-14 Pedro Alves <palves@redhat.com>
12125 Joel Brobecker <brobecker@adacore.com>
12126
12127 PR gdb/17525
12128 * gdb.base/bp-cmds-execution-x-script.c: New file.
12129 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12130 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12131
12132 2015-01-14 Pedro Alves <palves@redhat.com>
12133
12134 PR cli/17828
12135 * gdb.base/batch-preserve-term-settings.c: New file.
12136 * gdb.base/batch-preserve-term-settings.exp: New file.
12137
12138 2015-01-13 Doug Evans <dje@google.com>
12139
12140 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12141 binary.
12142
12143 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12144
12145 * Makefile.in (clean mostlyclean): Do not delete *.py.
12146
12147 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12148
12149 * gdb.python/py-lookup-type.exp: New file.
12150
12151 2015-01-12 Pedro Alves <palves@redhat.com>
12152
12153 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12154 restore GDBFLAGS before returning.
12155
12156 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12157
12158 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12159 is_amd64_regs_target and is_x86_like_target.
12160
12161 2015-01-11 Doug Evans <xdje42@gmail.com>
12162
12163 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12164 is given without an explicit form.
12165 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12166 attributes.
12167 * gdb.dwarf/corrupt.exp: Ditto.
12168 * gdb.dwarf2/enum-type.exp: Ditto.
12169 * gdb.trace/entry-values.exp: Ditto.
12170 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12171
12172 2015-01-11 Doug Evans <xdje42@gmail.com>
12173
12174 PR gdb/15830
12175 * gdb.base/maint.exp: Remove references to "maint demangle".
12176 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12177 Add tests for explicitly specifying language to demangle.
12178 * gdb.dlang/demangle.exp: Ditto.
12179
12180 2015-01-09 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.threads/non-stop-fair-events.c: New file.
12183 * gdb.threads/non-stop-fair-events.exp: New file.
12184
12185 2015-01-09 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12188 the global scope. Set a breakpoint after all threads are started
12189 rather than stepping over two source lines. Expect the prompt.
12190 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12191 global.
12192 (NUM): Now 15.
12193 (main): Use threads_started_barrier to wait for all threads to
12194 start. Main thread no longer calls thread_function. Exit after
12195 180 seconds.
12196 (loop): New function.
12197 (thread_function): Wait on threads_started_barrier barrier. Call
12198 'loop' at each iteration.
12199 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12200 threads have started, instead of hardcoding number of "next"
12201 steps. Use an access watchpoint instead of a write watchpoint.
12202
12203 2015-01-09 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12206 (thread_func): Wait on barrier.
12207 (main): Wait for all threads to start before stopping GDB.
12208 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12209 global.
12210 (thread1_func, thread2_func): Wait on barrier.
12211 (main): Wait for all threads to start before stopping GDB.
12212 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12213 New global.
12214 (thread1_func, thread2_func): Wait on barrier.
12215 (main): Wait for all threads to start before stopping GDB.
12216
12217 2015-01-09 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.threads/attach-many-short-lived-threads.c: New file.
12220 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12221
12222 2014-01-09 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12225 instead of to thread 2.
12226 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12227 Add barrier around each pthread_create call instead of around all
12228 calls.
12229 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12230 Set a break on thread_function and have the child threads hit it
12231 one at at a time.
12232
12233 2015-01-09 Pedro Alves <palves@redhat.com>
12234
12235 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12236 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12237 false.
12238 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12239 checking whether the target board is remote.
12240 * gdb.multi/multi-attach.exp: Likewise.
12241 * gdb.python/py-sync-interp.exp: Likewise.
12242 * gdb.server/ext-attach.exp: Likewise.
12243 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12244 tests that need to attach, instead of checking whether the target
12245 board is remote at the top of the file.
12246
12247 2015-01-08 Yao Qi <yao@codesourcery.com>
12248
12249 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12250
12251 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12252
12253 Fix testcase compilation.
12254 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12255
12256 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12257
12258 * gdb.python/py-type.exp: Add a couple test about empty
12259 array creation, and negative-length array creation.
12260
12261 2015-01-02 Doug Evans <xdje42@gmail.com>
12262
12263 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12264
12265 2015-01-02 Doug Evans <dje@google.com>
12266
12267 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12268
12269 2014-12-29 Yao Qi <yao@codesourcery.com>
12270
12271 * gdb.trace/entry-values.exp: Update comments. Rename variable
12272 bar_call_foo to returned_from_foo.
12273
12274 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12275
12276 PR gdb/17394
12277 * gdb.linespec/break-asm-file.c: New file.
12278 * gdb.linespec/break-asm-file.exp: New file.
12279 * gdb.linespec/break-asm-file0.s: New file.
12280 * gdb.linespec/break-asm-file1.s: New file.
12281
12282 2014-12-18 Nigel Stephens <nigel@mips.com>
12283 Maciej W. Rozycki <macro@codesourcery.com>
12284
12285 * gdb.base/float.exp: Handle the new output from "info float" on
12286 MIPS targets.
12287
12288 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12289
12290 Fix MinGW compilation.
12291 * gdb.compile/compile-ops.exp: Update untested message if
12292 !skip_compile_feature_tests.
12293 * gdb.compile/compile-setjmp.exp: Likewise.
12294 * gdb.compile/compile-tls.exp: Likewise.
12295 * gdb.compile/compile.exp: Likewise.
12296 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12297 supported on this host".
12298
12299 2014-12-16 Doug Evans <xdje42@gmail.com>
12300
12301 * boards/stabs.exp: New file.
12302
12303 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12304
12305 * gdb.base/completion.exp: Adjust to format changes of "maint
12306 print user-registers".
12307
12308 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12309
12310 PR server/17457
12311 * gdb.arch/aarch64-fp.c: New file.
12312 * gdb.arch/aarch64-fp.exp: New file.
12313
12314 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12315
12316 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12317 r210637, r210913, r211666, r215400, r215817).
12318
12319 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12320 * dg-extract-results.py: New file.
12321 * dg-extract-results.sh: Use it if the environment seems
12322 suitable.
12323
12324 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12325
12326 * dg-extract-results.py (parse_run): Handle warnings that
12327 are printed before a test harness is run.
12328
12329 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12330
12331 * dg-extract-results.py (Named): Remove __cmp__ method.
12332 (output_variation): Use a key to sort variation.harnesses.
12333
12334 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12335
12336 * dg-extract-results.py: For Python 3, force sys.stdout to
12337 handle surrogate escape sequences.
12338 (safe_open): New function.
12339 (output_segment, main): Use it.
12340
12341 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12342
12343 * dg-extract-results.py (Prog.result_re): Include options
12344 in test name.
12345
12346 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12347
12348 * dg-extract-results.py (output_variation): Always sort if
12349 do_sum.
12350
12351 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12352
12353 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12354 as long as we get pagination notifications.
12355
12356 2014-12-15 Jason Merrill <jason@redhat.com>
12357
12358 * Makefile.in (check-gdb.%): Restore.
12359 * README: Mention it.
12360
12361 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12362
12363 * gdb.ada/str_uninit: New testcase.
12364
12365 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12366
12367 PR symtab/17642
12368 * gdb.base/vla-stub-define.c: New file.
12369 * gdb.base/vla-stub.c: New file.
12370 * gdb.base/vla-stub.exp: New file.
12371
12372 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12373 Jan Kratochvil <jan.kratochvil@redhat.com>
12374 Tom Tromey <tromey@redhat.com>
12375
12376 * configure.ac: Add gdb.compile/.
12377 * configure: Regenerate.
12378 * gdb.compile/Makefile.in: New file.
12379 * gdb.compile/compile-ops.exp: New file.
12380 * gdb.compile/compile-ops.c: New file.
12381 * gdb.compile/compile-tls.c: New file.
12382 * gdb.compile/compile-tls.exp: New file.
12383 * gdb.compile/compile-constvar.S: New file.
12384 * gdb.compile/compile-constvar.c: New file.
12385 * gdb.compile/compile-mod.c: New file.
12386 * gdb.compile/compile-nodebug.c: New file.
12387 * gdb.compile/compile-setjmp-mod.c: New file.
12388 * gdb.compile/compile-setjmp.c: New file.
12389 * gdb.compile/compile-setjmp.exp: New file.
12390 * gdb.compile/compile-shlib.c: New file.
12391 * gdb.compile/compile.c: New file.
12392 * gdb.compile/compile.exp: New file.
12393 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12394
12395 2014-12-12 Tom Tromey <tromey@redhat.com>
12396
12397 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12398 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12399
12400 2014-12-12 Doug Evans <dje@google.com>
12401
12402 * lib/gdb-python.exp (get_python_valueof): New function.
12403 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12404
12405 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12406
12407 * gdb.base/completion.exp: Add test for completion of "info
12408 registers ".
12409
12410 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12411
12412 * gdb.base/func-ptrs.c: New file.
12413 * gdb.base/func-ptrs.exp: New file.
12414
12415 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12416
12417 PR breakpoints/17012
12418 * gdb.base/dprintf-detach.c: New file.
12419 * gdb.base/dprintf-detach.exp: New file.
12420
12421 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12422
12423 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12424 * lib/gdb.exp (target_is_gdbserver): New procedure.
12425
12426 2014-12-08 Doug Evans <dje@google.com>
12427
12428 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12429
12430 2014-12-05 Yao Qi <yao@codesourcery.com>
12431
12432 * gdb.guile/scm-error.exp: Remove the third argument to
12433 gdb_remote_download.
12434 * gdb.guile/scm-frame-args.exp: Likewise.
12435 * gdb.guile/scm-section-script.exp: Likewise.
12436
12437 2014-12-05 Yao Qi <yao@codesourcery.com>
12438
12439 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12440
12441 2014-12-04 Doug Evans <dje@google.com>
12442
12443 * gdb.python/py-objfile.exp: Add tests for
12444 objfile.add_separate_debug_file.
12445
12446 2014-12-04 Doug Evans <dje@google.com>
12447
12448 * lib/gdb.exp (get_build_id): New function.
12449 (build_id_debug_filename_get): Rewrite to use it.
12450 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12451
12452 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12453
12454 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12455 `method(long)', not just 0x0.
12456 * gdb.cp/nsalias.exp: Align code labels to 4.
12457 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12458 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12459 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12460 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12461 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12462 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12463
12464 2014-12-02 Doug Evans <dje@google.com>
12465
12466 PR symtab/17602
12467 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12468 * gdb.cp/anon-ns2.cc: ... here. New file.
12469 * gdb.cp/anon-ns.exp: Update.
12470
12471 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12472
12473 * gdb.python/py-events.py (inferior_call_handler): New.
12474 (register_changed_handler, memory_changed_handler): New.
12475 (test_events.invoke): Register new handlers.
12476 * gdb.python/py-events.exp: Add tests for inferior call,
12477 memory_changed and register_changed events.
12478
12479 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12480
12481 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12482 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12483 if the linker doesn't understand this.
12484
12485 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12486
12487 * gdb.python/python.exp: Change expected reply to help().
12488
12489 2014-12-01 Yao Qi <yao@codesourcery.com>
12490
12491 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12492 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12493 * configure: Re-generated.
12494
12495 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12496
12497 * gdb.cp/chained-calls.cc: New file.
12498 * gdb.cp/chained-calls.exp: New file.
12499 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12500
12501 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12502
12503 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12504 * gdb.dwarf2/symtab-producer.exp: Same.
12505 * gdb.gdb/python-interrupts.exp: Same.
12506 * gdb.gdb/python-selftest.exp: Same.
12507 * gdb.python/py-linetable.exp: Same.
12508 * gdb.python/py-type.exp: Same.
12509 * gdb.python/py-value-cc.exp: Same.
12510 * gdb.python/py-value.exp: Same.
12511
12512 2014-11-28 Yao Qi <yao@codesourcery.com>
12513
12514 * gdb.base/break-probes.exp: Match library name prefixed with
12515 sysroot.
12516
12517 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12518
12519 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12520 test expected output. Add parentheses for the call to print.
12521 Remove L suffix from integers.
12522
12523 2014-11-26 Doug Evans <dje@google.com>
12524
12525 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12526
12527 2014-11-22 Yao Qi <yao@codesourcery.com>
12528
12529 * gdb.trace/entry-values.c: Remove asms.
12530 (foo): Add foo_label.
12531 (bar): Add bar_label.
12532 * gdb.trace/entry-values.exp: Remove code computing foo's
12533 length and bar's length.
12534 (Dwarf::assemble): Invoke function_range for bar and use
12535 MACRO_AT_func for foo.
12536
12537 2014-11-22 Yao Qi <yao@codesourcery.com>
12538
12539 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12540 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12541 Use .Lgcc43_procstart instead of gcc43.
12542
12543 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12544
12545 * gdb.ada/n_arr_bound: New testcase.
12546
12547 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12548
12549 PR breakpoints/10737
12550 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12551 test_catch_syscall_multi_arch.
12552 (test_catch_syscall_multi_arch): New function.
12553
12554 2014-11-20 Doug Evans <xdje42@gmail.com>
12555
12556 * gdb.base/maint.exp: Update expected output.
12557
12558 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12559
12560 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12561 4-byte instruction on S390.
12562
12563 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12564
12565 * gdb.ada/arr_arr: New testcase.
12566
12567 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12568
12569 * gdb.ada/pkd_arr_elem: New Testcase.
12570
12571 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
12572
12573 * gdb.reverse/break-precsave: Expect completion message for
12574 core file reads.
12575 * gdb.reverse/consecutive-precsave.exp: Likewise.
12576 * gdb.reverse/finish-precsave.exp: Likewise.
12577 * gdb.reverse/i386-precsave.exp: Likewise.
12578 * gdb.reverse/machinestate-precsave.exp: Likewise.
12579 * gdb.reverse/sigall-precsave.exp: Likewise.
12580 * gdb.reverse/solib-precsave.exp: Likewise.
12581 * gdb.reverse/step-precsave.exp: Likewise.
12582 * gdb.reverse/until-precsave.exp: Likewise.
12583 * gdb.reverse/watch-precsave.exp: Likewise.
12584
12585 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12586
12587 * gdb.base/bp-permanent.c: Include unistd.h.
12588 * gdb.python/py-framefilter-mi.c (main): Add return type.
12589 * gdb.python/py-framefilter.c (main): Likewise.
12590 * gdb.trace/actions-changed.c (main): Likewise.
12591
12592 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12593
12594 * gdb.mi/until.c: Add eye-catchers.
12595 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12596 line numbers.
12597
12598 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12599
12600 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12601 function header variants in break1.c.
12602 * gdb.base/ena-dis-br.exp: Likewise.
12603 * gdb.base/hbreak2.exp: Likewise.
12604 * gdb.reverse/until-precsave.exp: Drop references to removed
12605 non-prototype function header variants in ur1.c.
12606 * gdb.reverse/until-reverse.exp: Likewise.
12607
12608 2014-11-17 Petr Machata <pmachata@redhat.com>
12609
12610 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12611 ${_cu_offset_size} bytes abbrev offset.
12612
12613 2014-11-15 Doug Evans <xdje42@gmail.com>
12614
12615 PR symtab/17559
12616 * gdb.base/line-symtabs.exp: New file.
12617 * gdb.base/line-symtabs.c: New file.
12618 * gdb.base/line-symtabs.h: New file.
12619
12620 2014-11-14 Yao Qi <yao@codesourcery.com>
12621
12622 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12623 (func): Add label func_label.
12624 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12625 Replace low_pc and high_pc with MACRO_AT_range.
12626 Replace name, low_pc and high_pc with MACRO_AT_func.
12627
12628 2014-11-14 Yao Qi <yao@codesourcery.com>
12629
12630 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12631 Replace name, low_pc and high_pc with MACRO_AT_func.
12632
12633 2014-11-14 Yao Qi <yao@codesourcery.com>
12634
12635 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12636 produce debug information.
12637 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12638
12639 2014-11-14 Yao Qi <yao@codesourcery.com>
12640
12641 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12642 object and get function length.
12643 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12644 with MACRO_AT_func.
12645 (top-level): Replace gdb_compile and clean_restart with
12646 prepare_for_testing.
12647 * gdb.dwarf2/main.c (main): Add label main_label.
12648
12649 2014-11-14 Yao Qi <yao@codesourcery.com>
12650
12651 * lib/dwarf.exp (function_range): New procedure.
12652 (Dwarf::_handle_macro_at_func): New procedure.
12653 (Dwarf::_handle_macro_at_range): New procedure.
12654 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12655
12656 2014-11-14 Yao Qi <yao@codesourcery.com>
12657
12658 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12659 (_handle_attribute): New procedure.
12660
12661 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12662
12663 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12664 * gdb.base/call-sc.c (zed): Likewise.
12665 * gdb.base/checkpoint.c (main): Likewise.
12666 * gdb.base/dump.c (main): Likewise.
12667 * gdb.base/gcore.c (main): Likewise.
12668 * gdb.base/huge.c (main): Likewise.
12669 * gdb.base/multi-forks.c (main): Likewise.
12670 * gdb.base/pr10179-a.c (main): Likewise.
12671 * gdb.base/savedregs.c (main): Likewise.
12672 * gdb.base/sigaltstack.c (main): Likewise.
12673 * gdb.base/siginfo.c (main): Likewise.
12674 * gdb.base/structs.c (zed): Likewise.
12675 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12676 * gdb.mi/mi-syn-frame.c (main): Likewise.
12677 * gdb.mi/until.c (foo, main): Likewise.
12678 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12679 * gdb.base/solib-weak.c (foo): Declare.
12680 * gdb.base/attach-twice.c: Include stdio.h.
12681 * gdb.base/weaklib1.c: Likewise.
12682 * gdb.base/weaklib2.c: Likewise.
12683 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12684 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12685 unistd.h.
12686 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12687 * gdb.mi/mi-exit-code.c: Likewise.
12688 * gdb.base/break-interp-lib.c: Include string.h.
12689 * gdb.base/coremaker.c: Likewise.
12690 * gdb.base/testenv.c: Likewise.
12691 * gdb.python/py-finish-breakpoint.c: Likewise.
12692 * gdb.base/inferior-died.c: Include sys/wait.h.
12693 * gdb.base/fileio.c: Include time.h.
12694 * gdb.base/async-shell.c: Include unistd.h.
12695 * gdb.base/dprintf-non-stop.c: Likewise.
12696 * gdb.base/info-os.c: Likewise.
12697 * gdb.mi/mi-console.c: Likewise.
12698 * gdb.mi/watch-nonstop.c: Likewise.
12699 * gdb.python/py-events.c: Likewise.
12700 * gdb.base/async.c (baz): Move up before its invocation.
12701 * gdb.base/code_elim2.c (my_global_func): Likewise.
12702 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12703 * gdb.base/advance.c (func2): Likewise.
12704
12705 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12706
12707 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12708 variant.
12709 * gdb.base/annota3.c: Likewise.
12710 * gdb.base/async.c: Likewise.
12711 * gdb.base/average.c: Likewise.
12712 * gdb.base/call-ar-st.c: Likewise.
12713 * gdb.base/call-rt-st.c: Likewise.
12714 * gdb.base/call-sc.c: Likewise.
12715 * gdb.base/call-strs.c: Likewise.
12716 * gdb.base/ending-run.c: Likewise.
12717 * gdb.base/execd-prog.c: Likewise.
12718 * gdb.base/exprs.c: Likewise.
12719 * gdb.base/foll-exec.c: Likewise.
12720 * gdb.base/foll-fork.c: Likewise.
12721 * gdb.base/foll-vfork.c: Likewise.
12722 * gdb.base/funcargs.c: Likewise.
12723 * gdb.base/gcore.c: Likewise.
12724 * gdb.base/jump.c: Likewise.
12725 * gdb.base/langs0.c: Likewise.
12726 * gdb.base/langs1.c: Likewise.
12727 * gdb.base/langs2.c: Likewise.
12728 * gdb.base/mips_pro.c: Likewise.
12729 * gdb.base/nodebug.c: Likewise.
12730 * gdb.base/opaque0.c: Likewise.
12731 * gdb.base/opaque1.c: Likewise.
12732 * gdb.base/recurse.c: Likewise.
12733 * gdb.base/run.c: Likewise.
12734 * gdb.base/scope0.c: Likewise.
12735 * gdb.base/scope1.c: Likewise.
12736 * gdb.base/setshow.c: Likewise.
12737 * gdb.base/setvar.c: Likewise.
12738 * gdb.base/shmain.c: Likewise.
12739 * gdb.base/shr1.c: Likewise.
12740 * gdb.base/shr2.c: Likewise.
12741 * gdb.base/sigall.c: Likewise.
12742 * gdb.base/signals.c: Likewise.
12743 * gdb.base/so-indr-cl.c: Likewise.
12744 * gdb.base/solib2.c: Likewise.
12745 * gdb.base/structs.c: Likewise.
12746 * gdb.base/sum.c: Likewise.
12747 * gdb.base/vforked-prog.c: Likewise.
12748 * gdb.base/watchpoint.c: Likewise.
12749 * gdb.reverse/shr2.c: Likewise.
12750 * gdb.reverse/until-reverse.c: Likewise.
12751 * gdb.reverse/ur1.c: Likewise.
12752 * gdb.reverse/watch-reverse.c: Likewise.
12753
12754 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12755
12756 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12757 variant.
12758 * gdb.base/sepdebug.exp: Drop references to removed code.
12759
12760 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12761
12762 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12763 variant. Preserve original line numbering.
12764 * gdb.base/list1.c: Likewise.
12765
12766 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12767
12768 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12769 variant.
12770 * gdb.base/break1.c: Likewise.
12771 * gdb.base/break.exp: Drop references to removed code.
12772
12773 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12774
12775 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12776 variant.
12777
12778 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12779
12780 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12781
12782 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12783
12784 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12785 logic into perform_all_tests() and invoke it with and without
12786 function header prototypes.
12787 (do_function_calls): Remove conditional XFAIL for PR 5318.
12788 (rerun_and_prepare): Remove duplicate code.
12789 (perform_all_tests): New. Main logic moved here.
12790
12791 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12792
12793 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12794 code guarded by #ifdef NO_PROTOTYPES.
12795 (t_double_many_args): Likewise.
12796 (DEF_FUNC_MANY_ARGS_1): Likewise.
12797 (DEF_FUNC_VALUES_1): Likewise.
12798 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12799 guarded by #ifdef PROTOTYPES.
12800
12801 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12802
12803 * gdb.mi/mi-console.c: Add eye-catcher.
12804 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12805 instead of literal line number.
12806
12807 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12808
12809 * gdb.base/shr2.c: Add eye-catcher.
12810 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12811 line number.
12812
12813 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12814
12815 * gdb.base/jump.c: Add eye-catchers.
12816 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12817 numbers.
12818
12819 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12820
12821 * gdb.base/execd-prog.c: Add eye-catchers.
12822 * gdb.base/foll-exec.c: Likewise.
12823 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12824 line numbers.
12825
12826 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12827
12828 * gdb.base/ending-run.c: Add eye-catchers.
12829 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12830 literal line numbers.
12831
12832 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12833
12834 * gdb.base/call-rt-st.c: Add eye-catchers.
12835 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12836 literal line numbers.
12837
12838 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12839
12840 * gdb.base/call-ar-st.c: Add eye-catchers.
12841 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12842 literal line numbers.
12843
12844 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12845
12846 * gdb.base/average.c: Add eye-catchers.
12847 * gdb.base/sum.c: Likewise.
12848 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12849 regexps dynamically.
12850
12851 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12852
12853 * gdb.base/solib1.c: Add eye-catchers.
12854 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12855 literal line numbers.
12856
12857 2014-11-12 Pedro Alves <palves@redhat.com>
12858
12859 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12860 leader has exited.
12861
12862 2014-11-12 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.arch/i386-bp_permanent.c: New file.
12865 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12866 (srcfile): Set to i386-bp_permanent.c.
12867 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12868 that stepi does not execute the 'leave' instruction, instead of
12869 testing it does execute.
12870 * gdb.base/bp-permanent.c: New file.
12871 * gdb.base/bp-permanent.exp: New file.
12872
12873 2014-11-10 Doug Evans <xdje42@gmail.com>
12874
12875 PR symtab/17564
12876 * gdb.base/symtab-search-order.exp: New file.
12877 * gdb.base/symtab-search-order.c: New file.
12878 * gdb.base/symtab-search-order-1.c: New file.
12879 * gdb.base/symtab-search-order-shlib-1.c: New file.
12880
12881 2014-11-07 Pedro Alves <palves@redhat.com>
12882
12883 PR gdb/17511
12884 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12885 i?86-*-linux*.
12886
12887 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12888
12889 PR c++/17494
12890 * gdb.cp/pr17494.cc: New file.
12891 * gdb.cp/pr17494.exp: New file.
12892
12893 2014-11-02 Yao Qi <yao@codesourcery.com>
12894
12895 * gdb.python/python.exp: Get working directory and match the
12896 output of "set extended-prompt \\w " with it.
12897
12898 2014-10-30 Doug Evans <dje@google.com>
12899
12900 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12901 in objfiles.
12902 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12903 in progspaces.
12904
12905 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12906
12907 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12908 * gdb.base/realname-expand.exp: Likewise.
12909 * gdb.linespec/macro-relative.exp: Likewise.
12910
12911 2014-10-29 Pedro Alves <palves@redhat.com>
12912
12913 PR gdb/17408
12914 * gdb.threads/schedlock.c (some_function): New function.
12915 (call_function): New global.
12916 (MAYBE_CALL_SOME_FUNCTION): New macro.
12917 (thread_function): Call it.
12918 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12919 and use it instead of a global counter. Adjust all callers.
12920 (get_current_thread): Use "find current thread" for test message
12921 here rather than having all callers pass down the same string.
12922 (goto_loop): New procedure, factored out from ...
12923 (my_continue): ... this.
12924 (step_ten_loops): Change parameter from test message to command to
12925 use. Adjust.
12926 (list_count): Delete global.
12927 (check_result): New procedure, factored out from duplicate top
12928 level code.
12929 (continue tests): Wrap in with_test_prefix.
12930 (test_step): New procedure, factored out from duplicate top level
12931 code.
12932 (top level): Test "step" in combination with all scheduler-locking
12933 modes. Test "next" in combination with all scheduler-locking
12934 modes, and in combination with stepping over a function call or
12935 not.
12936 * gdb.threads/next-bp-other-thread.c: New file.
12937 * gdb.threads/next-bp-other-thread.exp: New file.
12938
12939 2014-10-29 Pedro Alves <palves@redhat.com>
12940
12941 PR python/17372
12942 * gdb.python/python.exp: Test a multi-line command that spawns
12943 interactive Python.
12944 * gdb.base/multi-line-starts-subshell.exp: New file.
12945
12946 2014-10-29 Yao Qi <yao@codesourcery.com>
12947
12948 * gdb.base/fileio.exp: Make directories on host.
12949
12950 2014-10-29 Yao Qi <yao@codesourcery.com>
12951
12952 * gdb.base/fileio.c (test_write): Close the file.
12953
12954 2014-10-28 Pedro Alves <palves@redhat.com>
12955
12956 PR gdb/12623
12957 * gdb.base/sigstep.c (no_handler): New global.
12958 (main): If 'no_handler is true, set the signal handlers to
12959 SIG_IGN.
12960 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12961 with_sw_watch and no_handler parameters. Handle them.
12962 (top level) <stepping over handler when stopped at a breakpoint
12963 test>: Add a test axis for testing with a software watchpoint, and
12964 another for testing with the signal handler set to SIG_IGN.
12965 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12966 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12967
12968 2014-10-28 Pedro Alves <palves@redhat.com>
12969
12970 PR gdb/17511
12971 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12972 * gdb.base/sigstep.exp (other_handler_location): New global.
12973 (advance): Support stepping into the signal handler, and running
12974 commands while in the handler.
12975 (in_handler_map): New global.
12976 (top level): In the advance test, add combinations for getting
12977 into the handler with stepping commands, and for running commands
12978 in the handler. Add comment descripting the advancei tests.
12979
12980 2014-10-28 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.base/sigstep.exp: Use build_executable instead of
12983 prepare_for_testing.
12984 (top level): Move code that starts GDB, runs to main and creates a
12985 display to ...
12986 (restart): ... this new procedure.
12987 (top level): Move backtrace from signal handler test to ...
12988 (validate_backtrace): ... this new procedure.
12989 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12990 with_test_prefix. Always restart GDB.
12991 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12992 with_test_prefix. Always restart GDB. No need to delete
12993 breakpoints after the test.
12994 (test_skip_handler): Remove prefix parameter.
12995 (skip_over_handler, breakpoint_to_handler)
12996 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12997 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12998 restart GDB. No need to delete breakpoints after the test.
12999 (top level): Use foreach to call the test procedures with
13000 different commands.
13001
13002 2014-10-28 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13005 instead of GNATS numbers.
13006 * gdb.base/sigbpt.exp: Likewise.
13007 * gdb.base/siginfo.exp: Likewise.
13008 * gdb.base/sigstep.exp: Likewise.
13009
13010 2014-10-27 Pedro Alves <palves@redhat.com>
13011
13012 * gdb.base/sigstep.c (dummy): New global.
13013 (main): Issue a couple writes to the new global.
13014 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13015 procedures.
13016 (skip_over_handler): Use test_skip_handler.
13017 (top level): Call skip_over_handler for stepi and nexti too.
13018 (breakpoint_over_handler): Use test_skip_handler.
13019 (top level): Call breakpoint_over_handler for stepi and nexti too.
13020
13021 2014-10-27 Yao Qi <yao@codesourcery.com>
13022
13023 * gdb.trace/tfile.c (adjust_function_address)
13024 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13025 function descriptor.
13026
13027 2014-10-24 Don Breazeal <donb@codesourcery.com>
13028
13029 * gdb.base/foll-fork.exp (test_follow_fork,
13030 catch_fork_child_follow): Check for updated fork messages emitted
13031 from infrun.c.
13032 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13033 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13034 vfork_and_exec_child_follow_through_step): Check for updated vfork
13035 messages emitted from infrun.c.
13036
13037 2014-10-24 Pedro Alves <palves@redhat.com>
13038
13039 * gdb.base/corefile.exp: Remove references to ultrix.
13040 * gdb.base/interrupt.exp: Likewise.
13041 * gdb.base/whatis.exp: Likewise.
13042 * gdb.gdb/selftest.exp: Likewise.
13043 * gdb.threads/manythreads.exp: Likewise.
13044 * gdb.threads/print-threads.exp: Likewise.
13045 * gdb.threads/pthreads.exp:: Likewise.
13046 * gdb.threads/schedlock.exp: Likewise.
13047
13048 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13049
13050 * gdb.cp/non-trivial-retval.cc: Add a test case.
13051 * gdb.cp/non-trivial-retval.exp: Add a test.
13052
13053 2014-10-20 Yao Qi <yao@codesourcery.com>
13054
13055 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13056 * gdb.python/py-objfile-script-gdb.py: New file.
13057 * gdb.python/py-objfile-script.exp: Update reference to
13058 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13059 of remote_download. Remove the dest file.
13060
13061 2014-10-20 Yao Qi <yao@codesourcery.com>
13062
13063 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13064 * gdb.base/step-line.exp: Likewise.
13065 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13066 * gdb.dwarf2/dw2-basic.exp: Likewise.
13067 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13068 * gdb.dwarf2/dw2-filename.exp: Likewise.
13069 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13070 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13071 * gdb.dwarf2/dw2-producer.exp: Likewise.
13072 * gdb.dwarf2/mac-fileno.exp: Likewise.
13073 * gdb.python/py-frame-args.exp: Likewise.
13074 * gdb.python/py-framefilter.exp: Likewise.
13075 * gdb.python/py-mi.exp: Likewise.
13076 * gdb.python/py-objfile-script.exp: Likewise
13077 * gdb.python/py-pp-integral.exp: Likewise.
13078 * gdb.python/py-pp-re-notag.exp: Likewise.
13079 * gdb.python/py-prettyprint.exp: Likewise.
13080 * gdb.python/py-section-script.exp: Likewise.
13081 * gdb.python/py-typeprint.exp: Likewise.
13082 * gdb.python/py-xmethods.exp: Likewise.
13083 * gdb.stabs/weird.exp: Likewise.
13084 * gdb.xml/tdesc-regs.exp: Likewise.
13085
13086 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13087
13088 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13089 (out_cu): Use addr_len for the size of addresses.
13090 (out_line): Likewise. Size DW_LNE_set_address instruction
13091 according to addr_len.
13092 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13093 (FUNC): Add START_INSNS to definition.
13094
13095 2014-10-18 Yao Qi <yao@codesourcery.com>
13096
13097 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13098 gdb_has_argv0 return true.
13099 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13100 check [target_info exists noargs], check [gdb_has_argv0]
13101 instead.
13102 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13103 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13104 procedures.
13105
13106 2014-10-17 Doug Evans <dje@google.com>
13107
13108 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13109 event.
13110 * gdb.python/py-events.py: Add clear_objfiles event.
13111
13112 2014-10-17 Doug Evans <dje@google.com>
13113
13114 * gdb.python/py-objfile.exp: Test progspace attribute.
13115
13116 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13117
13118 * gdb.guile/scm-breakpoint.exp: Do not assume any
13119 directory separators when matching source file paths.
13120 * gdb.python/py-breakpoint.exp: Likewise.
13121 * gdb.reverse/break-precsave.exp: Likewise.
13122 * gdb.reverse/break-reverse.exp: Likewise.
13123 * gdb.reverse/consecutive-precsave.exp: Likewise.
13124 * gdb.reverse/finish-precsave.exp: Likewise.
13125 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13126 * gdb.reverse/finish-reverse.exp: Likewise.
13127 * gdb.reverse/i386-precsave.exp: Likewise.
13128 * gdb.reverse/i387-env-reverse.exp: Likewise.
13129 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13130 * gdb.reverse/machinestate-precsave.exp: Likewise.
13131 * gdb.reverse/machinestate.exp: Likewise.
13132 * gdb.reverse/sigall-precsave.exp: Likewise.
13133 * gdb.reverse/solib-precsave.exp: Likewise.
13134 * gdb.reverse/step-precsave.exp: Likewise.
13135 * gdb.reverse/until-precsave.exp: Likewise.
13136 * gdb.reverse/watch-precsave.exp: Likewise.
13137 * gdb.reverse/watch-reverse.exp: Likewise.
13138
13139 2014-10-17 Yao Qi <yao@codesourcery.com>
13140
13141 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13142 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13143
13144 2014-10-17 Pedro Alves <palves@redhat.com>
13145
13146 PR gdb/17471
13147 * gdb.base/bg-execution-repeat.c: New file.
13148 * gdb.base/bg-execution-repeat.exp: New file.
13149
13150 2014-10-17 Pedro Alves <palves@redhat.com>
13151
13152 PR gdb/17300
13153 * gdb.base/continue-all-already-running.c: New file.
13154 * gdb.base/continue-all-already-running.exp: New file.
13155
13156 2014-10-17 Pedro Alves <palves@redhat.com>
13157
13158 PR gdb/17472
13159 * gdb.base/annota-input-while-running.c: New file.
13160 * gdb.base/annota-input-while-running.exp: New file.
13161
13162 2014-10-17 Pedro Alves <palves@redhat.com>
13163
13164 * gdb.base/callfuncs.exp: emove references to osf.
13165 * gdb.base/sigall.exp: Likewise.
13166 * gdb.gdb/selftest.exp: Likewise.
13167 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13168 * gdb.mi/non-stop.c: Likewise.
13169 * gdb.mi/pthreads.c: Likewise.
13170 * gdb.reverse/sigall-precsave.exp: Likewise.
13171 * gdb.reverse/sigall-reverse.exp: Likewise.
13172 * gdb.threads/pthreads.c: Likewise.
13173 * gdb.threads/pthreads.exp: Likewise.
13174
13175 2014-10-17 Yao Qi <yao@codesourcery.com>
13176
13177 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13178 check 'target_info exists noargs'.
13179 (test_command_prompt_position): Likewise.
13180 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13181 Remove "set args".
13182 (progvar_simple_while_test): Likewise.
13183 (progvar_complex_if_while_test): Likewise.
13184 (if_while_breakpoint_command_test): Likewise.
13185 (infrun_breakpoint_command_test): Likewise.
13186 (breakpoint_command_test): Likewise.
13187 (watchpoint_command_test): Likewise.
13188 (bp_deleted_in_command_test): Likewise.
13189 (temporary_breakpoint_commands): Likewise.
13190
13191 2014-10-16 Yao Qi <yao@codesourcery.com>
13192
13193 * gdb.base/remotetimeout.exp: Remove noargs checking.
13194
13195 2014-10-15 Pedro Alves <palves@redhat.com>
13196
13197 PR breakpoints/9649
13198 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13199 * gdb.base/breakpoint-in-ro-region.exp
13200 (probe_target_hardware_step): New procedure.
13201 (top level): Probe hardware stepping and hardware breakpoint
13202 support. Test stepping through a read-only region, with both
13203 "breakpoint auto-hw" on and off and both "always-inserted" on and
13204 off.
13205
13206 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13207
13208 * gdb.dlang/demangle.exp: Update for demangling changes.
13209
13210 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13211
13212 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13213 * gdb.cp/non-trivial-retval.exp: Add new tests.
13214
13215 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13216
13217 PR c++/13403
13218 PR c++/15154
13219 * gdb.cp/non-trivial-retval.cc: New file.
13220 * gdb.cp/non-trivial-retval.exp: New file.
13221
13222 2014-10-15 Yao Qi <yao@codesourcery.com>
13223
13224 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13225 remote host.
13226
13227 2014-10-15 Yao Qi <yao@codesourcery.com>
13228
13229 * gdb.python/py-symbol.exp: Match file base name if host is
13230 remote, otherwise match file name with dir name.
13231 * gdb.python/py-symtab.exp: Likewise.
13232 * gdb.python/python.exp: Likewise.
13233
13234 2014-10-15 Yao Qi <yao@codesourcery.com>
13235
13236 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13237 pattern.
13238 * gdb.python/py-symtab.exp: Likewise.
13239 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13240 locationn.
13241
13242 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13243
13244 * gdb.ada/addr_arith: New testcase.
13245
13246 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13247
13248 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13249 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13250 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13251 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13252
13253 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13254
13255 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13256 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13257 * gdb.arch/stap-eval-lang-ada.exp: New file.
13258
13259 2014-10-14 Yao Qi <yao@codesourcery.com>
13260
13261 * gdb.mi/mi-var-child.c (nothing1): New function.
13262 (nothing2): New function.
13263 (do_children_tests): Set function pointers by nothing1 and
13264 nothing2.
13265 * gdb.mi/mi-var-child.exp: Step over new added statements.
13266 Update test to match the new output.
13267 * gdb.mi/var-cmd.c (nothing1): New function.
13268 (nothing2): New function.
13269 (do_children_tests): Set function pointers by nothing1 and
13270 nothing2.
13271 * gdb.mi/mi-var-display.exp: Update test to match output.
13272 Step to the line specified by $line_dct_nothing.
13273 Increase the number of lines to step.
13274
13275 2014-10-14 Yao Qi <yao@codesourcery.com>
13276
13277 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13278 tests.
13279 * gdb.mi/mi2-var-child.exp: Likewise.
13280
13281 2014-10-13 Doug Evans <dje@google.com>
13282
13283 * gdb.python/py-objfile.exp: Change name of file name test.
13284
13285 2014-10-13 Doug Evans <dje@google.com>
13286
13287 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13288 from the start of the CU.
13289
13290 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13291 Yao Qi <yao@codesourcery.com>
13292
13293 Fix "save breakpoints" for "catch" command.
13294 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13295 Remove -nonewline. Match also the added "main" line.
13296
13297 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13298
13299 Fix "save breakpoints" for "disable $bpnum" command.
13300 * gdb.base/save-bp.c (main): Add label.
13301 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13302
13303 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13304
13305 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13306
13307 2014-10-11 Yao Qi <yao@codesourcery.com>
13308
13309 * gdb.server/server-kill.exp: Execute command
13310 "set remote trace-status-packet on" before "tstatus".
13311
13312 2014-10-11 Yao Qi <yao@codesourcery.com>
13313
13314 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13315 (main): Call getppid.
13316 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13317 and continue to it. Read variable "server_pid".
13318
13319 2014-10-11 Yao Qi <yao@codesourcery.com>
13320
13321 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13322
13323 2014-10-11 Yao Qi <yao@codesourcery.com>
13324
13325 * gdb.threads/thread-find.exp: Don't execute command
13326 "info threads".
13327 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13328 * gdb.threads/linux-dp.exp: Don't check the condition
13329 $threads_created equals to zero.
13330
13331 2014-10-10 Pedro Alves <palves@redhat.com>
13332
13333 * gdb.base/bigcore.exp: Remove references to IRIX.
13334 * gdb.base/funcargs.exp: Likewise.
13335 * gdb.base/interrupt.exp: Likewise.
13336 * gdb.base/mips_pro.exp: Likewise.
13337 * gdb.base/nodebug.exp: Likewise.
13338 * gdb.base/setvar.exp: Likewise.
13339 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13340
13341 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13342 Pedro Alves <palves@redhat.com>
13343
13344 PR symtab/14466
13345 * gdb.base/vdso-warning.c: New file.
13346 * gdb.base/vdso-warning.exp: New file.
13347
13348 2014-10-02 Doug Evans <dje@google.com>
13349
13350 * gdb.base/structs.c (main): Don't run forever.
13351
13352 2014-10-02 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13355 (top level) <stop threads 1, stop threads 2>: Use it.
13356
13357 2014-10-02 Pedro Alves <palves@redhat.com>
13358
13359 * gdb.threads/break-while-running.exp (test): Add new
13360 'update_thread_list' argument. Skip "info threads" if false.
13361 (top level): Add new 'update_thread_list' axis.
13362
13363 2014-10-02 Pedro Alves <palves@redhat.com>
13364
13365 PR breakpoints/17431
13366 * gdb.base/execl-update-breakpoints.c: New file.
13367 * gdb.base/execl-update-breakpoints.exp: New file.
13368
13369 2014-10-01 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.base/breakpoint-in-ro-region.c: New file.
13372 * gdb.base/breakpoint-in-ro-region.exp: New file.
13373
13374 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13375
13376 * gdb.mi/mi-exit-code.exp: New file.
13377 * gdb.mi/mi-exit-code.c: New file.
13378
13379 2014-09-30 Yao Qi <yao@codesourcery.com>
13380
13381 * lib/prelink-support.exp (build_executable_own_libs): Error if
13382 the target isn't native.
13383
13384 2014-09-30 Yao Qi <yao@codesourcery.com>
13385
13386 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13387 false.
13388
13389 2014-09-22 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.threads/break-while-running.exp: New file.
13392 * gdb.threads/break-while-running.c: New file.
13393
13394 2014-09-19 Yao Qi <yao@codesourcery.com>
13395
13396 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13397 Invoke test. Restart GDB with --readnow and invoke test again.
13398
13399 2014-09-19 Yao Qi <yao@codesourcery.com>
13400
13401 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13402 proc set_breakpoint_on_gcd_function. Invoke
13403 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13404 invoke set_breakpoint_on_gcd_function again.
13405
13406 2014-09-18 Doug Evans <dje@google.com>
13407
13408 * gdb.dwarf2/symtab-producer.exp: New file.
13409
13410 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13411
13412 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13413 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13414 * gdb.base/global-var-nested-by-dso.c: Likewise.
13415 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13416
13417 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13418 Pedro Alves <palves@redhat.com>
13419
13420 * gdb.base/watch-bitfields.exp: Pass string other than test file
13421 name to prepare_for_testing.
13422 (watch): New procedure.
13423 (expect_watchpoint): Use with_test_prefix.
13424 (top level): Factor out tests to ...
13425 (test_watch_location, test_regular_watch): ... these new
13426 procedures, and use with_test_prefix and gdb_continue_to_end.
13427
13428 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13429
13430 PR breakpoints/12526
13431 * gdb.base/watch-bitfields.exp: New file.
13432 * gdb.base/watch-bitfields.c: New file.
13433
13434 2014-09-16 Pedro Alves <palves@redhat.com>
13435
13436 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13437 software and hardware addresses, not software address against
13438 itself.
13439
13440 2014-09-16 Pedro Alves <palves@redhat.com>
13441
13442 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13443 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13444
13445 2014-09-16 Pedro Alves <palves@redhat.com>
13446
13447 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13448 files.
13449 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13450 "*-*-vxworks*" throughout.
13451 * gdb.base/break.exp: Likewise.
13452 * gdb.base/default.exp: Likewise.
13453 * gdb.base/scope.exp: Likewise.
13454 * gdb.base/sepdebug.exp: Likewise.
13455 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13456 throughout.
13457 * gdb.base/run.c: Likewise.
13458 * gdb.base/sepdebug.c: Likewise.
13459 * gdb.hp/gdb.aCC/run.c: Likewise.
13460 * gdb.reverse/until-reverse.c: Likewise.
13461 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13462
13463 2014-09-16 Yao Qi <yao@codesourcery.com>
13464
13465 * boards/local-remote-host-native.exp: New file.
13466
13467 2014-09-14 Doug Evans <xdje42@gmail.com>
13468
13469 * gdb.threads/queue-signal.c (thread_count): New variable.
13470 (thread_count_mutex, thread_count_condvar): New variables.
13471 (incr_thread_count, wait_all_threads_running): New functions.
13472 (main): Wait for all threads to be in their thread functions.
13473
13474 2014-09-13 Doug Evans <xdje42@gmail.com>
13475
13476 * gdb.threads/queue-signal.c: New file.
13477 * gdb.threads/queue-signal.exp: New file.
13478
13479 2014-09-13 Doug Evans <xdje42@gmail.com>
13480
13481 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13482 be consistent with what default_gdb_init uses.
13483 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13484 the plain text of the prompt. Add some logging printfs.
13485 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13486
13487 2014-09-12 Pedro Alves <palves@redhat.com>
13488
13489 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13490 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13491 * gdb.arch/i386-size-overlap.exp: Likewise.
13492 * gdb.arch/i386-size.exp: Likewise.
13493 * gdb.arch/i386-unwind.exp: Likewise.
13494 * gdb.base/a2-run.exp: Likewise.
13495 * gdb.base/break.exp: Likewise.
13496 * gdb.base/charset.exp: Likewise.
13497 * gdb.base/chng-syms.exp: Likewise.
13498 * gdb.base/commands.exp: Likewise.
13499 * gdb.base/dbx.exp: Likewise.
13500 * gdb.base/find.exp: Likewise.
13501 * gdb.base/funcargs.exp: Likewise.
13502 * gdb.base/jit-simple.exp: Likewise.
13503 * gdb.base/reread.exp: Likewise.
13504 * gdb.base/sepdebug.exp: Likewise.
13505 * gdb.base/step-bt.exp: Likewise.
13506 * gdb.cp/mb-inline.exp: Likewise.
13507 * gdb.cp/mb-templates.exp: Likewise.
13508 * gdb.objc/basicclass.exp: Likewise.
13509 * gdb.threads/killed.exp: Likewise.
13510
13511 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13512
13513 PR tdep/17379
13514 * gdb.arch/powerpc-stackless.S: New file.
13515 * gdb.arch/powerpc-stackless.exp: New file.
13516
13517 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13518
13519 * gdb.base/attach.c: Include unistd.h.
13520 (main): Call alarm. Add label postloop.
13521 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13522 gdb_breakpoint, gdb_continue_to_breakpoint.
13523 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13524
13525 2014-09-11 Pedro Alves <palves@redhat.com>
13526
13527 PR gdb/17347
13528 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13529 * gdb.base/attach.exp (test_command_line_attach_run): New
13530 procedure.
13531 (top level): Call it.
13532
13533 2014-09-11 Pedro Alves <palves@redhat.com>
13534
13535 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13536 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13537 (do_command_attach_tests): Use spawn_wait_for_attach.
13538 * gdb.base/solib-overlap.exp: Likewise.
13539 * gdb.multi/multi-attach.exp: Likewise.
13540 * gdb.python/py-prompt.exp: Likewise.
13541 * gdb.python/py-sync-interp.exp: Likewise.
13542 * gdb.server/ext-attach.exp: Likewise.
13543
13544 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13545
13546 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13547 command in testcase. Simplify testcase.
13548
13549 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13550
13551 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13552
13553 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13554
13555 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13556
13557 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13558
13559 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13560
13561 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13562
13563 * gdb.dwarf2/dynarr-ptr.c: New file.
13564 * gdb.dwarf2/dynarr-ptr.exp: New file.
13565
13566 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13567
13568 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13569 of 30 rather than hardcoding 120 for a slow test case. Take the
13570 `gdb,timeout' target setting into account for this calculation.
13571 Don't extend the timeout for the test cases that don't need it.
13572
13573 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13574
13575 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13576 a factor of 2 for a slow test case. Take the `gdb,timeout'
13577 target setting into account for this calculation.
13578 * gdb.reverse/until-precsave.exp: Increase the timeout by
13579 a factor of 15 and 3 respectively rather than adding 120
13580 for a pair of slow test cases. Take the `gdb,timeout'
13581 target setting into account for this calculation.
13582
13583 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13584
13585 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13586 timeout, don't pass one down to gdb_expect.
13587 (gdb_expect): Rework timeout selection.
13588
13589 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13590
13591 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13592 exception on timeout.
13593 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13594 (gdbserver_start_extended): Catch any `gdbserver_start' error
13595 exceptions.
13596 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13597 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13598 `gdbserver_gdb_load' error exceptions.
13599
13600 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13601
13602 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13603 120 on waiting for the TCP socket to open.
13604
13605 2014-09-09 Doug Evans <xdje42@gmail.com>
13606
13607 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13608 _caller_matches, _any_caller_is, _any_caller_matches.
13609
13610 2014-09-09 Doug Evans <xdje42@gmail.com>
13611
13612 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13613
13614 2014-09-09 Yao Qi <yao@codesourcery.com>
13615
13616 * gdb.mi/mi-var-display.exp: Set print symbol off.
13617
13618 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13619
13620 PR gdb/17035
13621 * gdb.base/commands.exp: Add tests to verify user-defined
13622 commands with empty bodies.
13623 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13624 python commands in `show user command`.
13625 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13626 scheme commands in `show user command`.
13627
13628 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13629
13630 PR python/17355
13631 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13632 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13633 * gdb.python/py-framefilter-invalidarg.exp: New file.
13634 * gdb.python/py-framefilter-invalidarg.py: New file.
13635
13636 2014-09-06 Doug Evans <xdje42@gmail.com>
13637
13638 PR 15276
13639 * gdb.python/py-caller-is.c: New file.
13640 * gdb.python/py-caller-is.exp: New file.
13641
13642 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13643
13644 PR gdb/17235
13645 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13646 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13647
13648 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13649
13650 PR fortran/17237
13651 * gdb.fortran/print-formatted.exp: New file.
13652 * gdb.fortran/print-formatted.f90: Likewise.
13653
13654 2014-09-03 Sasha Smundak <asmundak@google.com>
13655
13656 * gdb.python/py-frame.exp: Test Frame.read_register.
13657
13658 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13659
13660 PR python/16699
13661 * gdb.python/py-completion.exp: New file.
13662 * gdb.python/py-completion.py: Likewise.
13663
13664 2014-08-28 Doug Evans <dje@google.com>
13665
13666 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13667 eax,etc. are live with values set by gdb and thus the compiler can't
13668 use them.
13669 * gdb.arch/i386-pseudo.c (main): Ditto.
13670
13671 2014-08-27 Doug Evans <dje@google.com>
13672
13673 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13674
13675 2014-08-25 Doug Evans <dje@google.com>
13676
13677 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13678 (main): Ditto.
13679
13680 2014-08-25 Doug Evans <dje@google.com>
13681
13682 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13683
13684 2014-08-24 Yao Qi <yao@codesourcery.com>
13685
13686 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13687 symbol off.
13688 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13689
13690 2014-08-22 Doug Evans <dje@google.com>
13691
13692 PR 17276
13693 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13694 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13695 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13696
13697 2014-08-22 Yao Qi <yao@codesourcery.com>
13698
13699 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13700 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13701 * gdb.python/python.exp: Likewise. Use .py file on the host
13702 instead of the build.
13703
13704 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13705
13706 * gdb.threads/gcore-stale-thread.c: New file.
13707 * gdb.threads/gcore-stale-thread.exp: New file.
13708
13709 2014-08-21 Pedro Alves <palves@redhat.com>
13710
13711 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13712 * gdb.base/gcore-relro-pie.exp: Likewise.
13713 * gdb.base/gcore-relro.exp: Likewise.
13714 * gdb.base/gcore.exp: Likewise.
13715 * gdb.base/print-symbol-loading.exp: Likewise.
13716 * gdb.threads/gcore-thread.exp: Likewise.
13717 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13718
13719 2014-08-20 Pedro Alves <palves@redhat.com>
13720 Jan Kratochvil <jan.kratochvil@redhat.com>
13721
13722 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13723 configure.
13724 (EXPECT): Handle READ1 being set.
13725 (all): Depend on EXTRA_RULES.
13726 (check-read1, expect-read1, read1.so, read1): New rules.
13727 * README (Testsuite Parameters): Document the READ1 make variable.
13728 (Race detection): New section.
13729 * configure: Regenerate.
13730 * configure.ac: If build==host==target, and running under a
13731 GNU/glibc system, add read1 to the extra Makefile rules.
13732 (EXTRA_RULES): AC_SUBST it.
13733 * lib/read1.c: New file.
13734
13735 2014-08-20 Joel Brobecker <brobecker@adacore.com>
13736
13737 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13738 the handling of variables declared as a typedef to an array
13739 which a DW_AT_data_location attribute.
13740
13741 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
13742 Pedro Alves <palves@redhat.com>
13743
13744 PR symtab/14604
13745 PR symtab/14605
13746 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13747 gdb_test.
13748
13749 2014-08-19 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13752
13753 2014-08-19 Yao Qi <yao@codesourcery.com>
13754
13755 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13756 right line.
13757
13758 2014-08-18 David Blaikie <dblaikie@gmail.com>
13759
13760 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13761
13762 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13763
13764 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13765 attribute in array range.
13766
13767 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13768
13769 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13770
13771 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13772
13773 PR c++/17132
13774 * gdb.cp/pr17132.cc: New file.
13775 * gdb.cp/pr17132.exp: New file.
13776
13777 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13778
13779 * gdb.python/py-xmethods.py (A_getarrayind)
13780 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13781 Use 'print' with function call syntax.
13782 (E_method_matcher.match): Fix tab vs space indentation mixup.
13783
13784 2014-08-15 Yao Qi <yao@codesourcery.com>
13785
13786 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13787 false.
13788
13789 2014-08-15 Yao Qi <yao@codesourcery.com>
13790
13791 * gdb.cp/casts.exp: Set print symbol off.
13792 * gdb.cp/class2.exp: Likewise.
13793 * gdb.cp/overload.exp: Likewise.
13794 * gdb.cp/templates.exp: Likewise.
13795
13796 2014-08-11 Doug Evans <dje@google.com>
13797
13798 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13799 (test_load_shlib): Update.
13800
13801 2014-08-09 Yao Qi <yao@codesourcery.com>
13802
13803 * gdb.base/display.exp: Invoke is_address_zero_readable.
13804 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13805 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13806 * gdb.base/hbreak-unmapped.exp: Return if
13807 is_address_zero_readable returns true.
13808 * gdb.base/signest.exp: Likewise.
13809 * gdb.base/signull.exp: Likewise.
13810 * gdb.base/sigbpt.exp: Likewise.
13811 * gdb.guile/scm-disasm.exp: Do the test if
13812 is_address_zero_readable returns false.
13813 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13814 * gdb.python/py-arch.exp: Likewise.
13815 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13816 * lib/gdb.exp (is_address_zero_readable): New proc.
13817
13818 2014-08-09 Yao Qi <yao@codesourcery.com>
13819
13820 PR testsuite/13443
13821 * gdb.mi/mi-var-display.exp: Make test messages unique.
13822
13823 2014-08-04 Tom Tromey <tromey@redhat.com>
13824
13825 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13826 target 0".
13827
13828 2014-08-04 Tom Tromey <tromey@redhat.com>
13829
13830 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13831 "target_resume".
13832
13833 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13834
13835 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13836 inner_vla_struct_object_size.
13837 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13838 as xfail.
13839
13840 2014-07-30 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13843 comment.
13844
13845 2014-07-29 Yao Qi <yao@codesourcery.com>
13846
13847 PR gdb/17206
13848 * gdb.base/until-nodebug.exp: New.
13849
13850 2014-07-28 Doug Evans <xdje42@gmail.com>
13851
13852 PR guile/17203
13853 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13854 previously existing parameter, and previously ambiguously spelled
13855 parameter.
13856
13857 2014-07-28 Will Newton <will.newton@linaro.org>
13858
13859 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13860
13861 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13862 Doug Evans <xdje42@gmail.com>
13863
13864 PR guile/17146
13865 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13866
13867 2014-07-25 Pedro Alves <palves@redhat.com>
13868
13869 * gdb.threads/signal-command-handle-nopass.c: New file.
13870 * gdb.threads/signal-command-handle-nopass.exp: New file.
13871 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13872 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13873 * gdb.threads/signal-delivered-right-thread.c: New file.
13874 * gdb.threads/signal-delivered-right-thread.exp: New file.
13875
13876 2014-07-25 Pedro Alves <palves@redhat.com>
13877
13878 * gdb.base/double-prompt-target-event-error.exp
13879 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13880 match.
13881 (cancel_pagination_in_target_event): Rework double prompt
13882 detection.
13883 * gdb.base/paginate-after-ctrl-c-running.exp
13884 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13885 <return>' match.
13886 * gdb.base/paginate-bg-execution.exp
13887 (test_bg_execution_pagination_return)
13888 (test_bg_execution_pagination_cancel): Remove '-notransfer
13889 <return>' matches.
13890 * gdb.base/paginate-execution-startup.exp
13891 (test_fg_execution_pagination_return)
13892 (test_fg_execution_pagination_cancel): Remove '-notransfer
13893 <return>' matches.
13894 * gdb.base/paginate-inferior-exit.exp
13895 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13896 match.
13897 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13898 * lib/gdb.exp (pagination_prompt): Run text through
13899 string_to_regexp.
13900 (gdb_test_multiple): Match $pagination_prompt instead of
13901 "<return>".
13902 (string_to_regexp): Move to lib/gdb-utils.exp.
13903
13904 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13905
13906 * gdb.arch/amd64-entry-value-paramref.S: New file.
13907 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13908 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13909 * gdb.arch/amd64-optimout-repeat.S: New file.
13910 * gdb.arch/amd64-optimout-repeat.c: New file.
13911 * gdb.arch/amd64-optimout-repeat.exp: New file.
13912
13913 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13914
13915 PR gdb/17170
13916 * gdb.base/statistics.exp: New file.
13917
13918 2014-07-17 Doug Evans <dje@google.com>
13919
13920 PR gdb/17170
13921 * gdb.base/maint.exp: Update testing of per-command stats.
13922
13923 2014-07-16 Pedro Alves <palves@redhat.com>
13924
13925 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13926 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13927 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13928 (tfile_write_buf): New functions.
13929 (add_memory_block): Rewrite using the above.
13930 (adjust_function_address): New function.
13931 (FUNCTION_ADDRESS): New macro.
13932 (write_basic_trace_file): Remove short_x local, and use
13933 tfile_write_16. Change type of func_addr local to unsigned long
13934 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13935 here. Cast argument of add_memory_block to char pointer.
13936 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13937 (main): Remove parameters.
13938 * gdb.trace/tfile.exp: Remove nowarnings.
13939
13940 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13941
13942 * gdb.base/debug-expr.exp: Test string evaluation with
13943 "debug expression" on.
13944
13945 2014-07-15 Pedro Alves <palves@redhat.com>
13946
13947 * gdb.base/reread.exp: Use clean_restart.
13948
13949 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13950
13951 * gdb.arch/avr-flash-qualifer.c: New.
13952 * gdb.arch/avr-flash-qualifer.exp: New.
13953
13954 2014-07-14 Pedro Alves <palves@redhat.com>
13955
13956 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13957 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13958
13959 2014-07-14 Pedro Alves <palves@redhat.com>
13960
13961 * gdb.base/double-prompt-target-event-error.c: New file.
13962 * gdb.base/double-prompt-target-event-error.exp: New file.
13963
13964 2014-07-14 Pedro Alves <palves@redhat.com>
13965
13966 PR gdb/17072
13967 * gdb.base/paginate-inferior-exit.c: New file.
13968 * gdb.base/paginate-inferior-exit.exp: New file.
13969
13970 2014-07-14 Pedro Alves <palves@redhat.com>
13971
13972 PR gdb/17072
13973 * gdb.base/paginate-bg-execution.c: New file.
13974 * gdb.base/paginate-bg-execution.exp: New file.
13975
13976 2014-07-14 Pedro Alves <palves@redhat.com>
13977
13978 PR gdb/17072
13979 * gdb.base/paginate-execution-startup.c: New file.
13980 * gdb.base/paginate-execution-startup.exp: New file.
13981 * lib/gdb.exp (pagination_prompt): New global.
13982 (default_gdb_spawn): New procedure, factored out from
13983 default_gdb_spawn.
13984 (default_gdb_start): Adjust to call default_gdb_spawn.
13985 (gdb_spawn): New procedure.
13986
13987 2014-07-14 Pedro Alves <palves@redhat.com>
13988
13989 * lib/gdb.exp (gdb_assert): New procedure.
13990 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13991
13992 2014-07-14 Pedro Alves <palves@redhat.com>
13993
13994 * gdb.base/execution-termios.c: New file.
13995 * gdb.base/execution-termios.exp: New file.
13996
13997 2014-07-14 Tom Tromey <tromey@redhat.com>
13998
13999 * gdb.cp/vla-cxx.cc: New file.
14000 * gdb.cp/vla-cxx.exp: New file.
14001
14002 2014-07-14 Tom Tromey <tromey@redhat.com>
14003
14004 * gdb.reverse/rerun-prec.c: New file.
14005 * gdb.reverse/rerun-prec.exp: New file.
14006
14007 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14008 Maciej W. Rozycki <macro@codesourcery.com>
14009
14010 * lib/gdb-utils.exp: New file.
14011 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14012 inline `gdb_init_command' processing.
14013 (gdb_start_cmd): Likewise.
14014 * lib/mi-support.exp (mi_run_cmd): Likewise.
14015 * README: Document `gdb_init_command' and `gdb_init_commands'.
14016
14017 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14018
14019 Fix false FAIL running under a very long directory name.
14020 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14021 and "set print elements 10000". Twice.
14022
14023 2014-07-11 Yao Qi <yao@codesourcery.com>
14024
14025 * gdb.base/exprs.exp: "set print symbol off".
14026
14027 2014-07-11 Pedro Alves <palves@redhat.com>
14028
14029 * gdb.threads/kill.c: New file.
14030 * gdb.threads/kill.exp: New file.
14031
14032 2014-07-10 Yao Qi <yao@codesourcery.com>
14033
14034 * gdb.trace/tfile.c (write_basic_trace_file)
14035 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14036 address written to trace file.
14037
14038 2014-07-09 Pedro Alves <palves@redhat.com>
14039
14040 * gdb.base/attach-wait-input.exp: New file.
14041 * gdb.base/attach-wait-input.c: New file.
14042
14043 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14044
14045 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14046 setting up test structures.
14047 (main): Call new test function.
14048 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14049 test function, continue into test function and walk test
14050 structures.
14051
14052 2014-07-02 Yao Qi <yao@codesourcery.com>
14053
14054 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14055 'bar_start' at the beginning of functions 'foo' and 'bar'
14056 respectively.
14057 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14058 instead of 'foo' and 'bar'.
14059
14060 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14061
14062 * gdb.btrace/segv.exp: New.
14063 * gdb.btrace/segv.c: New.
14064
14065 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14066
14067 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14068 instruction.
14069
14070 2014-06-30 Mark Wielaard <mjw@redhat.com>
14071
14072 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14073 vulture, vilify, villar): New volatile array constants.
14074 (vindictive, vegetation): New const volatile array constants.
14075 * gdb.base/volatile.exp: Test volatile and const volatile array
14076 types.
14077
14078 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14079
14080 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14081 target lacks support for awatch, rwatch, or hbreak.
14082
14083 2014-06-27 Yao Qi <yao@codesourcery.com>
14084
14085 * gdb.multi/dummy-frame-restore.exp: New.
14086 * gdb.multi/dummy-frame-restore.c: New.
14087
14088 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14089
14090 * gdb.btrace/gcore.exp: New.
14091
14092 2014-06-23 Pedro Alves <palves@redhat.com>
14093
14094 * gdb.base/watchpoint-reuse-slot.c: New file.
14095 * gdb.base/watchpoint-reuse-slot.exp: New file.
14096
14097 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14098
14099 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14100 progspace's filename in 'info', 'enable' and 'disable' command
14101 tests.
14102
14103 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14104
14105 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14106 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14107 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14108
14109 2014-06-20 Gary Benson <gbenson@redhat.com>
14110
14111 * gdb.arch/i386-avx.exp: Fix include file location.
14112 * gdb.arch/i386-sse.exp: Likewise.
14113
14114 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14115
14116 * gdb.dlang/expression.exp: New file.
14117
14118 2014-06-19 Pedro Alves <palves@redhat.com>
14119
14120 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14121 out from ...
14122 (top level): ... here. Iterate running tests under different
14123 scheduler-locking settings.
14124
14125 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14126
14127 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14128 to DW_FORM_addr and use non-zero addresses.
14129
14130 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14131
14132 PR gdb/17017
14133 * gdb.python/py-xmethods.cc: Add global function call counters and
14134 increment them in their respective functions. Remove "cout"
14135 statements.
14136 * gdb.python/py-xmethods.exp: Make tests check the global function
14137 call counters instead of depending on inferior IO.
14138
14139 2014-06-18 Don Breazeal <donb@codesourcery.com>
14140
14141 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14142 Deleted procedure.
14143 (explicit_fork_parent_follow): Deleted procedure.
14144 (explicit_fork_child_follow): Deleted procedure.
14145 (test_follow_fork): New procedure.
14146 (do_fork_tests): Replace calls to deleted procedures with
14147 calls to test_follow_fork and reset GDB for subsequent
14148 procedure calls.
14149
14150 2014-06-17 Yao Qi <yao@codesourcery.com>
14151
14152 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14153 CP1252.
14154
14155 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14156
14157 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14158 Initialize ptr and S explicitly.
14159 (skip_type_update_when_not_use_rtti_test): Likewise.
14160
14161 2014-06-16 Keith Seitz <keiths@redhat.com>
14162
14163 PR mi/15863
14164 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14165 the inferior is started.
14166
14167 2014-06-16 Pedro Alves <palves@redhat.com>
14168
14169 * gdb.base/break-main-file-remove-fail.c: New file.
14170 * gdb.base/break-main-file-remove-fail.exp: New file.
14171 * gdb.base/break-unload-file.exp: Use build_executable instead of
14172 prepare_for_testing.
14173 (test_break): New parameter "initial_load". Handle it.
14174 (top level): Add initial_load cmdline/file axis.
14175
14176 2014-06-12 Tom Tromey <tromey@redhat.com>
14177
14178 * gdb.base/completion.exp: Don't use directory name in test.
14179
14180 2014-06-09 Gary Benson <gbenson@redhat.com>
14181
14182 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14183 separate the always-available ANSI-standard signals from the
14184 signals that require checking.
14185 (main): Likewise.
14186 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14187 Likewise.
14188 (main): Likewise.
14189
14190 2014-06-07 Keith Seitz <keiths@redhat.com>
14191
14192 Revert:
14193 PR c++/16253
14194 * gdb.cp/var-tag.cc: New file.
14195 * gdb.cp/var-tag.exp: New file.
14196 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14197 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14198 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14199 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14200
14201 2014-06-06 Doug Evans <xdje42@gmail.com>
14202
14203 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14204
14205 2014-06-06 Pedro Alves <palves@redhat.com>
14206
14207 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14208 in target debug output instead of looking at RSP packets,
14209 disabling the test on any target that uses hardware stepping.
14210 Update comments.
14211
14212 2014-06-06 Pedro Alves <palves@redhat.com>
14213
14214 * gdb.base/break-unload-file.exp: Fix typo.
14215
14216 2014-06-06 Yao Qi <yao@codesourcery.com>
14217
14218 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14219 from "jit_function" to "^jit_function".
14220
14221 2014-06-06 Yao Qi <yao@codesourcery.com>
14222
14223 * gdb.base/async.c (foo): Add one statement.
14224 * gdb.base/async.exp: Get the next instruction address and
14225 match the output of "nexti" by instruction address. Match
14226 the hex address in the output of "finish".
14227
14228 2014-06-06 Gary Benson <gbenson@redhat.com>
14229
14230 * gdb.base/call-signals.c: Remove preprocessor conditionals
14231 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14232 SIGSEGV and SIGTERM.
14233 * gdb.base/sigall.c: Likewise.
14234 * gdb.base/unwindonsignal.c: Likewise.
14235 * gdb.reverse/sigall-reverse.c: Likewise.
14236
14237 2014-06-06 Yao Qi <yao@codesourcery.com>
14238
14239 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14240 readable, skip the test.
14241
14242 2014-06-06 Yao Qi <yao@codesourcery.com>
14243
14244 * gdb.threads/staticthreads.c (thread_function): Move the line
14245 setting breakpoint on forward.
14246 * gdb.threads/staticthreads.exp: Update comments.
14247
14248 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14249
14250 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14251 "history-append! type error".
14252
14253 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14254
14255 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14256 erroneous dprintf expected input.
14257
14258 2014-06-04 Doug Evans <xdje42@gmail.com>
14259
14260 * gdb.guile/scm-generics.exp: Delete.
14261
14262 2014-06-04 Doug Evans <xdje42@gmail.com>
14263
14264 * gdb.guile/scm-breakpoint.exp: Update.
14265 Add tests for breakpoint registration.
14266
14267 2014-06-04 Tom Tromey <tromey@redhat.com>
14268
14269 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14270 VLA-in-union.
14271 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14272 inner_vla_struct, vla_union types. Initialize objects of those
14273 types and compute their sizes.
14274
14275 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14276 Hui Zhu <hui@codesourcery.com>
14277
14278 * gdb.base/fileio.exp: Add test for shell not available as well as
14279 available.
14280 * gdb.base/fileio.c (test_system): Check for shell twice.
14281
14282 2014-06-04 Yao Qi <yao@codesourcery.com>
14283
14284 * gdb.base/auto-connect-native-target.exp: Remove redundant
14285 space from the regexp pattern.
14286
14287 2014-06-04 Yao Qi <yao@codesourcery.com>
14288
14289 * gdb.base/default.exp: Replace "child" with "native" in
14290 regexp pattern.
14291
14292 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14293
14294 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14295 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14296 * gdb.python/py-xmethods.py: Python script supporting the
14297 new testcase and tests.
14298
14299 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14300 Pedro Alves <palves@redhat.com>
14301
14302 PR breakpoints/17000
14303 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14304 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14305
14306 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14307
14308 * gdb.base/subst.exp: Add tests to verify partial path matching
14309 output.
14310
14311 2014-06-03 Pedro Alves <palves@redhat.com>
14312
14313 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14314 target that doesn't use software single-stepping.
14315
14316 2014-06-03 Pedro Alves <palves@redhat.com>
14317
14318 PR breakpoints/17000
14319 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14320 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14321
14322 2014-06-02 Doug Evans <xdje42@gmail.com>
14323
14324 * gdb.guile/scm-parameter.exp: New file.
14325
14326 2014-06-02 Doug Evans <xdje42@gmail.com>
14327
14328 * gdb.guile/scm-cmd.c: New file.
14329 * gdb.guile/scm-cmd.exp: New file.
14330
14331 2014-06-02 Doug Evans <xdje42@gmail.com>
14332
14333 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14334 pretty-printer lookup.
14335 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14336 (make-pp_s-printer): Call it.
14337 (make-pretty-printer-from-dict): New function.
14338 (lookup-pretty-printer-maker-from-dict): New function.
14339 (*pretty-printer*): Simplify.
14340 (make-objfile-pp_s-printer): New function.
14341 (install-objfile-pretty-printers!): New function.
14342 (make-progspace-pp_s-printer): New function.
14343 (install-progspace-pretty-printers!): New function.
14344 * gdb.guile/scm-progspace.c: New file.
14345 * gdb.guile/scm-progspace.exp: New file.
14346
14347 2014-06-02 Pedro Alves <palves@redhat.com>
14348
14349 * gdb.base/dprintf-bp-same-addr.c: New file.
14350 * gdb.base/dprintf-bp-same-addr.exp: New file.
14351
14352 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14353
14354 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14355 * gdb.arch/powerpc-power.s: Likewise.
14356
14357 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14358
14359 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14360
14361 2014-06-01 Yao Qi <yao@codesourcery.com>
14362
14363 * gdb.base/watchpoint.exp (test_watch_location): Check null
14364 pointer can be dereferenced. If not, do the test, otherwise
14365 skip it.
14366
14367 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14368
14369 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14370 results.
14371 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14372
14373 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14374
14375 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14376 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14377 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14378 * gdb.arch/amd64-invalid-stack-top.c: New file.
14379 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14380
14381 2014-05-30 Pedro Alves <palves@redhat.com>
14382
14383 PR breakpoints/17000
14384 * gdb.base/sss-bp-on-user-bp.c: New file.
14385 * gdb.base/sss-bp-on-user-bp.exp: New file.
14386
14387 2014-05-30 David Blaikie <dblaikie@gmail.com>
14388
14389 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14390 gnu_inline semantics via attribute.
14391 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14392 source explicitly specifies the required semantics.
14393
14394 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14395
14396 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14397
14398 2014-05-29 Pedro Alves <palves@redhat.com>
14399 Tom Tromey <tromey@redhat.com>
14400
14401 * gdb.base/async-shell.exp: Don't enable target-async.
14402 * gdb.base/async.exp
14403 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14404 parameter. Adjust.
14405 (top level): Don't test with "target-async".
14406 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14407 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14408 * gdb.base/inferior-died.exp: Don't enable target-async.
14409 * gdb.base/interrupt-noterm.exp: Likewise.
14410 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14411 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14412 * gdb.mi/mi-nonstop.exp: Likewise.
14413 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14414 * gdb.mi/mi-nsintrall.exp: Likewise.
14415 * gdb.mi/mi-nsmoribund.exp: Likewise.
14416 * gdb.mi/mi-nsthrexec.exp: Likewise.
14417 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14418 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14419 * gdb.python/py-evsignal.exp: Don't enable target-async.
14420 * gdb.python/py-evthreads.exp: Likewise.
14421 * gdb.python/py-prompt.exp: Likewise.
14422 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14423 * gdb.server/solib-list.exp: Don't enable target-async.
14424 * gdb.threads/thread-specific-bp.exp: Likewise.
14425 * lib/mi-support.exp: Adjust to use mi-async.
14426
14427 2014-05-29 Pedro Alves <palves@redhat.com>
14428
14429 PR gdb/13860
14430 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14431 reason, even in sync mode.
14432
14433 2014-05-29 Pedro Alves <palves@redhat.com>
14434 Hui Zhu <hui@codesourcery.com>
14435
14436 PR PR15693
14437 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14438 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14439 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14440 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14441
14442 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14443
14444 * config/monitor.exp (gdb_target_monitor): Replace use of
14445 "set remotebaud" by "set serial baud".
14446
14447 2014-05-26 Andy Wingo <wingo@igalia.com>
14448
14449 * gdb.guile/scm-breakpoint.exp:
14450 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14451 properties instead of gdb-object-properties.
14452
14453 2014-05-26 Yao Qi <yao@codesourcery.com>
14454
14455 * gdb.server/no-thread-db.exp: Specify source file name
14456 explicitly when setting a breakpoint.
14457
14458 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14459
14460 * gdb.btrace/vdso.c: New.
14461 * gdb.btrace/vdso.exp: New.
14462
14463 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14464
14465 * gdb.base/gcore.exp (capture_command_output): Move ...
14466 * lib/gdb.exp (capture_command_output): ... here.
14467
14468 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14469
14470 * gdb.btrace/data.exp: Test memory access during btrace replay.
14471
14472 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14473
14474 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14475
14476 2014-05-21 Pedro Alves <palves@redhat.com>
14477
14478 PR gdb/13860
14479 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14480 (top level): Test that output related to execution commands is
14481 sent to the console with CLI commands, but not with MI commands.
14482 Test that breakpoint events are always mirrored to the console.
14483 Also expect the new source line to be output after a "next" in
14484 async mode too. Make it a pass/fail test.
14485 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14486 output.
14487 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14488
14489 2014-05-21 Pedro Alves <palves@redhat.com>
14490
14491 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14492 Use them to test variations of "list" after reaching a breakpoint.
14493 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14494 Test "list" with listsize 10 after reaching a breakpoint.
14495 * gdb.python/python.exp (decode_line current location line
14496 number): Adjust expected line number.
14497
14498 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14499
14500 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14501 behavior for $args, pass it directly to "run".
14502
14503 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14504
14505 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14506 30000 to 65536.
14507
14508 2014-05-21 Pedro Alves <palves@redhat.com>
14509
14510 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14511 auto-connect-native-target off".
14512 * gdb.base/auto-connect-native-target.c: New file.
14513 * gdb.base/auto-connect-native-target.exp: New file.
14514
14515 2014-05-21 Pedro Alves <palves@redhat.com>
14516
14517 * gdb.base/default.exp: Test "target native" instead of "target
14518 child".
14519
14520 2014-05-21 Mark Wielaard <mjw@redhat.com>
14521
14522 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14523
14524 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14525
14526 Fix TLS access for -static -pthread.
14527 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14528 <HAVE_TLS> (thread_function, main): Initialize it.
14529 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14530 Add clean_restart.
14531 <$have_tls != "">: Check TLSVAR.
14532
14533 2014-05-21 Pedro Alves <palves@redhat.com>
14534
14535 * gdb.base/dcache-line-read-error.c: New.
14536 * gdb.base/dcache-line-read-error.exp: New.
14537
14538 2014-05-20 Pedro Alves <palves@redhat.com>
14539
14540 * gdb.base/compare-sections.c: New file.
14541 * gdb.base/compare-sections.exp: New file.
14542
14543 2014-05-20 Pedro Alves <palves@redhat.com>
14544
14545 * gdb.base/break-idempotent.c: New file.
14546 * gdb.base/break-idempotent.exp: New file.
14547
14548 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14549
14550 * gdb.btrace/nohist.exp: New.
14551
14552 2014-05-20 Yao Qi <yao@codesourcery.com>
14553
14554 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14555 gdb.reverse directory and gdb_reverse_timeout exists in board
14556 setting.
14557 * README: Document gdb_reverse_timeout.
14558
14559 2014-05-20 Yao Qi <yao@codesourcery.com>
14560
14561 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14562 'test_file_name'. Treat args as a string instead of a list.
14563 (gdb_init): Rename argument 'args' by 'test_file_name'.
14564
14565 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14566
14567 * gdb.arch/powerpc-power.exp: New file.
14568 * gdb.arch/powerpc-power.s: New file.
14569
14570 2014-05-16 Doug Evans <dje@google.com>
14571
14572 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14573 * gdb.base/completion.exp: Check that all expected files exist
14574 before doing file completion.
14575
14576 2014-05-16 Doug Evans <dje@google.com>
14577
14578 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14579 Update.
14580 (do_syscall_tests_without_xml): Update.
14581
14582 2014-05-16 Pedro Alves <palves@redhat.com>
14583
14584 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14585 instead of "unknown output after running".
14586
14587 2014-05-16 Yao Qi <yao@codesourcery.com>
14588
14589 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14590 file1.txt from host at the end.
14591 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14592
14593 2014-05-15 Doug Evans <dje@google.com>
14594
14595 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14596 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14597 loading file. Add test for TU lookup.
14598
14599 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14600
14601 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14602 calling "-exec-arguments" or "set args" before running the
14603 inferior.
14604
14605 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14606
14607 * lib/mi-support.exp (mi_expect_stop): Expect message for
14608 inferiors that exit with non-zero exit code.
14609
14610 2014-05-14 Yao Qi <yao@codesourcery.com>
14611
14612 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14613 match absolute path on remote host.
14614 (test_file_list_exec_source_files): Remove "/" from the
14615 pattern.
14616
14617 2014-05-14 Yao Qi <yao@codesourcery.com>
14618
14619 * boards/local-remote-host-notty.exp (${board}_file): New
14620 proc.
14621
14622 2014-05-07 Kyle McMartin <kyle@redhat.com>
14623
14624 Pushed by Joel Brobecker <brobecker@adacore.com>.
14625 * gdb.arch/aarch64-atomic-inst.c: New file.
14626 * gdb.arch/aarch64-atomic-inst.exp: New file.
14627
14628 2014-05-07 Yao Qi <yao@codesourcery.com>
14629
14630 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14631 in current context" too.
14632
14633 2014-05-05 Keith Seitz <keiths@redhat.com>
14634
14635 * gdb.linespec/ls-dollar.exp: Add test for linespec
14636 file:convenience_variable.
14637
14638 2014-05-05 Yao Qi <yao@codesourcery.com>
14639
14640 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14641 traceframes into tfile and ctf trace files. Read data from
14642 trace file and test collected data.
14643 (gdb_collect_locals_test): Likewise.
14644 (gdb_unavailable_registers_test): Likewise.
14645 (gdb_unavailable_floats): Likewise.
14646 (gdb_collect_globals_test): Likewise.
14647 (top-level): Append "ctf" to trace_file_targets if GDB
14648 supports.
14649
14650 2014-05-05 Yao Qi <yao@codesourcery.com>
14651
14652 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14653 code to ...
14654 (gdb_collect_args_test_1): ... it. New proc.
14655 (gdb_collect_locals_test): Move some code to ...
14656 (gdb_collect_locals_test_1): ... it. New proc.
14657 (gdb_unavailable_registers_test): Move some code to ...
14658 (gdb_unavailable_registers_test_1): ... it. New proc.
14659 (gdb_unavailable_floats): Move some code to ...
14660 (gdb_unavailable_floats_1): ... it. New proc.
14661
14662 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14663
14664 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14665 probes to test for bitness recognition.
14666 * gdb.arch/amd64-stap-optional-prefix.exp
14667 (test_probe_value_without_reg): New procedure.
14668 Add code to test for different kinds of bitness.
14669
14670 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14671
14672 PR breakpoints/16889
14673 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14674 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14675
14676 2014-05-01 Pedro Alves <palves@redhat.com>
14677
14678 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14679 gdb_file_cmd if no file is specified.
14680 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14681 last_loaded_file to set the remote exec-file.
14682
14683 2014-05-01 Pedro Alves <palves@redhat.com>
14684
14685 * boards/local-remote-host.exp: New file.
14686
14687 2014-05-01 Pedro Alves <palves@redhat.com>
14688
14689 * boards/local-remote-host.exp: Rename to ...
14690 * boards/local-remote-host-notty.exp: ... this.
14691
14692 2014-04-28 Joel Brobecker <brobecker@adacore.com>
14693
14694 * gdb.ada/dyn_arrayidx: New testcase.
14695
14696 2014-04-26 Yao Qi <yao@codesourcery.com>
14697
14698 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14699 and compute the length of function main. Save it in
14700 $main_length.
14701 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14702 (top-level): Use gdb_compile to compile objects into
14703 executable and restart GDB. Remove invocation to
14704 prepare_for_testing.
14705
14706 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14707 Pedro Alves <palves@redhat.com>
14708
14709 PR server/16255
14710 * gdb.multi/multi-attach.c: New file.
14711 * gdb.multi/multi-attach.exp: New file.
14712
14713 2014-04-25 Pedro Alves <palves@redhat.com>
14714
14715 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14716 user.
14717 (top level): Test that "set remote conditional-breakpoints-packet
14718 off" works as intended.
14719 * gdb.base/dprintf.exp: Test that "set remote
14720 breakpoint-commands-packet off" works as intended.
14721 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14722 New function.
14723 (top level): Call it.
14724 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14725 remote fast-tracepoints-packet off" works as intended.
14726 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14727 * lib/gdb.exp (gdb_is_target_remote): ... here.
14728
14729 2014-04-24 David Blaikie <dblaikie@gmail.com>
14730
14731 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14732 ensure clang would not discard them.
14733 * gdb.base/gdbvars.c: Ditto.
14734 * gdb.base/memattr.c: Ditto.
14735 * gdb.base/whatis.c: Ditto.
14736 * gdb.python/py-prettyprint.c: Ditto.
14737 * gdb.trace/actions.c: Ditto.
14738 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14739 ensure clang would not discard it.
14740
14741 2014-04-24 David Blaikie <dblaikie@gmail.com>
14742
14743 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14744 clang to emit the full definition of type required by the test
14745 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14746
14747 2014-04-24 David Blaikie <dblaikie@gmail.com>
14748
14749 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14750 coax Clang into emitting the definition of the type.
14751 * gdb.cp/pr10728-x.h (y): Ditto.
14752 * gdb.cp/pr10728-y.cc (y): Ditto.
14753
14754 2014-04-24 David Blaikie <dblaikie@gmail.com>
14755
14756 * gdb.base/label.exp: XFAIL label related tests under Clang.
14757 * gdb.cp/cplabel.exp: Ditto.
14758 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14759 under Clang those using labels.
14760
14761 2014-04-25 Yao Qi <yao@codesourcery.com>
14762
14763 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14764 double_label.
14765 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14766 partial_label and double_label.
14767
14768 2014-04-24 David Blaikie <dblaikie@gmail.com>
14769
14770 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14771
14772 2014-04-24 David Blaikie <dblaikie@gmail.com>
14773
14774 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14775 of the function to work across GCC and Clang.
14776 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14777 pointer types (const void ** const V void **).
14778
14779 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14780 Walfred Tedeschi <walfred.tedeschi@intel.com>
14781
14782 * Makefile.in (EXECUTABLES): Added i386-avx512.
14783 * gdb.arch/i386-avx512.c: New file.
14784 * gdb.arch/i386-avx512.exp: Likewise.
14785
14786 2014-04-23 Keith Seitz <keiths@redhat.com>
14787
14788 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14789 (mi_make_breakpoint_table): New procedure.
14790 (mi_create_breakpoint): Use mi_make_breakpoint
14791 and return the result.
14792 (mi_make_breakpoint): New procedure.
14793 (mi_build_kv_pairs): New procedure.
14794
14795 * gdb.mi/mi-break.exp: Remove unused globals,
14796 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14797 All callers updated.
14798 * gdb.mi/mi-dprintf.exp: Use variable to track command
14799 number.
14800 Update all callers of mi_create_breakpoint and use
14801 mi_make_breakpoint_table.
14802 Remove any unused global variables.
14803 * gdb.mi/mi-nonstop.exp: Likewise.
14804 * gdb.mi/mi-nsintrall.exp: Likewise.
14805 * gdb.mi/mi-nsmoribund.exp: Likewise.
14806 * gdb.mi/mi-nsthrexec.exp: Likewise.
14807 * gdb.mi/mi-reverse.exp: Likewise.
14808 * gdb.mi/mi-simplerun.exp: Likewise.
14809 * gdb.mi/mi-stepn.exp: Likewise.
14810 * gdb.mi/mi-syn-frame.exp: Likewise.
14811 * gdb.mi/mi-until.exp: Likewise.
14812 * gdb.mi/mi-var-cp.exp: Likewise.
14813 * gdb.mi/mi-var-display.exp: Likewise.
14814 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14815 * gdb.mi/mi2-var-child.exp: Likewise.
14816 * gdb.mi/mi-vla-c99.exp: Likewise.
14817 * lib/mi-support.exp: Likewise.
14818
14819 From Ian Lance Taylor <iant@cygnus.com>:
14820 * lib/gdb.exp (parse_args): New procedure.
14821
14822 2014-04-23 Pedro Alves <palves@redhat.com>
14823
14824 * gdb.base/break-unload-file.c: New file.
14825 * gdb.base/break-unload-file.exp: New file.
14826 * gdb.base/sym-file-lib.c (baz): New function.
14827 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14828 field.
14829 (load): Store the segment's mapped size.
14830 (unload): New function.
14831 (unload_shlib): New function.
14832 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14833 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14834 set a breakpoint at baz, and call it.
14835 * gdb.base/sym-file.exp: New tests for stale breakpoint
14836 instructions.
14837
14838 2014-04-23 Pedro Alves <palves@redhat.com>
14839
14840 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14841 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14842 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14843 * gdb.base/hbreak-unmapped.c: New file.
14844 * gdb.base/hbreak-unmapped.exp: New file.
14845 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14846 * lib/gdb.exp (gdb_is_target_remote): ... here.
14847
14848 2014-04-22 Pedro Alves <palves@redhat.com>
14849
14850 * gdb.base/consecutive-step-over.c: New file.
14851 * gdb.base/consecutive-step-over.exp: New file.
14852
14853 2014-04-22 Pedro Alves <palves@redhat.com>
14854
14855 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14856 instead of send_gdb/gdb_expect.
14857
14858 2014-04-22 Yao Qi <yao@codesourcery.com>
14859
14860 * lib/trace-support.exp (generate_tracefile): New procedure.
14861 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14862 return 0.
14863 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14864 if generate_tracefile returns 1.
14865
14866 2014-04-18 Tom Tromey <palves@redhat.com>
14867 Pedro alves <tromey@redhat.com>
14868
14869 PR backtrace/15558
14870 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14871 with a backtrace limit.
14872 * gdb.python/py-frame-inline.exp: Test running to an inline
14873 function with a backtrace limit, and printing the newest frame.
14874 * gdb.python/py-frame-inline.c (main): Call f.
14875
14876 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14877
14878 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14879
14880 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14881
14882 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14883 Drop prefix from unsupported source file path.
14884
14885 2014-04-17 Yao Qi <yao@codesourcery.com>
14886
14887 * lib/gdb.exp (with_target_charset): New proc.
14888 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14889 with_target_charset.
14890 (test_print_strings): Likewise.
14891 (test_repeat_bytes): Likewise.
14892 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14893 for some tests.
14894
14895 2014-04-16 Keith Seitz <keiths@redhat.com>
14896
14897 PR gdb/15827
14898 * gdb.dwarf2/corrupt.c: New file.
14899 * gdb.dwarf2/corrupt.exp: New file.
14900
14901 2014-04-16 Keith Seitz <keiths@redhat.com>
14902
14903 PR c++/16597
14904 * gdb.cp/namelessclass.cc: New file.
14905 * gdb.cp/namelessclass.exp: New file.
14906 * gdb.cp/namelessclass.S: New file.
14907
14908 2014-04-16 Doug Evans <dje@google.com>
14909
14910 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14911 Add comment.
14912 (gdbserver_default_get_comm_port): New function.
14913 (gdbserver_start): Check if board file provided
14914 "gdbserver,get_comm_port" and use it if so.
14915 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14916 (gdb,socketport): Set to "stdio".
14917 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14918 (stdio_gdbserver_template): Delete.
14919 (${board}_get_remote_address): Update.
14920 (${board}_build_remote_cmd): Delete.
14921 (${board}_get_comm_port): New function.
14922 (${board}_spawn): Update.
14923 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14924 Delete.
14925 (${board}_get_remote_address): Update.
14926 (${board}_get_comm_port): New function.
14927
14928 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14929
14930 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14931 appearing in any order.
14932
14933 2014-04-15 Doug Evans <dje@google.com>
14934
14935 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14936 uninitialized value of "description".
14937
14938 2014-04-15 Keith Seitz <keiths@redhat.com>
14939
14940 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14941 Remove unused globals.
14942 (test_running_the_program): Likewise.
14943 (test_controlled_execution): Likewise.
14944 (test_controlling_breakpoints): Likewise.
14945 (test_program_termination): Likewise.
14946
14947 2014-04-15 Keith Seitz <keiths@redhat.com>
14948
14949 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14950 unused globals.
14951 (test_rbreak_creation_and_listing): Likewise.
14952 (test_ignore_count): Likewise.
14953 (test_error): Likewise.
14954
14955 2014-04-15 Pedro Alves <palves@redhat.com>
14956
14957 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14958 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14959 sym-file-loader.c.
14960 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14961 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14962 to sym-file-loader.c.
14963 (struct library): Forward declare.
14964 (load_shlib, lookup_function): Change prototypes.
14965 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14966 (translate_offset): Remove declarations.
14967 (get_text_addr): New declaration.
14968 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14969 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14970 sym-file-loader.h.
14971 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14972 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14973 here from sym-file-loader.h.
14974 (struct library): New structure.
14975 (load_shlib, lookup_function): Change prototypes and adjust to
14976 work with a struct library.
14977 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14978 (translate_offset): Make static.
14979 (get_text_addr): New function.
14980 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14981
14982 2014-04-15 Pedro Alves <palves@redhat.com>
14983
14984 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14985
14986 2014-04-15 Pedro Alves <palves@redhat.com>
14987
14988 * gdb.base/sym-file-loader.c: Include <limits.h>.
14989 (SELF_LINK): New define.
14990 (get_origin): New function.
14991 (load_shlib): Use it.
14992 * gdb.base/sym-file.exp: Don't early return if the target is
14993 remote. Use runto_main, and issue fail is that fails. Use
14994 gdb_load_shlibs.
14995 (shlib_name): Delete.
14996 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14997
14998 2014-04-15 Pedro Alves <palves@redhat.com>
14999
15000 * gdb.base/sym-file.exp: Remove regex characters from test
15001 message. Don't refer to breakpoint numbers in test messages.
15002
15003 2014-04-14 Keith Seitz <keiths@redhat.com>
15004
15005 PR c++/16253
15006 * gdb.cp/var-tag.cc: New file.
15007 * gdb.cp/var-tag.exp: New file.
15008 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15009 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15010 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15011 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15012
15013 2014-04-14 Tom Tromey <tromey@redhat.com>
15014
15015 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15016 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15017 type.
15018 * gdb.cp/enum-class.exp: New file.
15019 * gdb.cp/enum-class.cc: New file.
15020
15021 2014-04-14 Tom Tromey <tromey@redhat.com>
15022
15023 * gdb.dwarf2/enum-type.exp: New file.
15024
15025 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15026
15027 * gdb.mi/mi-vla-c99.exp: New file.
15028 * gdb.mi/vla.c: New file.
15029
15030 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15031
15032 * gdb.base/vla-datatypes.c: New file.
15033 * gdb.base/vla-datatypes.exp: New file.
15034
15035 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15036
15037 * gdb.base/vla-ptr.c: New file.
15038 * gdb.base/vla-ptr.exp: New file.
15039
15040 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15041
15042 * gdb.dwarf2/count.exp: New file.
15043
15044 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15045
15046 * gdb.base/vla-sideeffect.c: New file.
15047 * gdb.base/vla-sideeffect.exp: New file.
15048
15049 2014-04-14 David Blaikie <dblaikie@gmail.com>
15050
15051 * gdb.mi/non-stop.c: Add return value for non-void function return
15052 statement.
15053 * gdb.threads/staticthreads.c: Ditto.
15054
15055 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15056 Doug Evans <xdje42@gmail.com>
15057
15058 * gdb.guile/scm-value.c: Improve test case.
15059 * gdb.guile/scm-value.exp: Add new test.
15060
15061 2014-04-11 David Blaikie <dblaikie@gmail.com>
15062
15063 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15064 override Clang's default.
15065
15066 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15067
15068 Revert the following changes (regressions):
15069
15070 * gdb.base/vla-sideeffect.c: New file.
15071 * gdb.base/vla-sideeffect.exp: New file.
15072
15073 * gdb.dwarf2/count.exp: New file.
15074
15075 * gdb.base/vla-multi.c: New file.
15076 * gdb.base/vla-multi.exp: New file.
15077
15078 * gdb.base/vla-ptr.c: New file.
15079 * gdb.base/vla-ptr.exp: New file.
15080
15081 * gdb.base/vla-datatypes.c: New file.
15082 * gdb.base/vla-datatypes.exp: New file.
15083
15084 * gdb.mi/mi-vla-c99.exp: New file.
15085 * gdb.mi/vla.c: New file.
15086
15087 2014-04-11 Keith Seitz <keiths@redhat.com>
15088
15089 PR c++/16675
15090 * gdb.cp/cpsizeof.exp: New file.
15091 * gdb.cp/cpsizeof.cc: New file.
15092
15093 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15094
15095 * gdb.mi/mi-vla-c99.exp: New file.
15096 * gdb.mi/vla.c: New file.
15097
15098 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15099
15100 * gdb.base/vla-datatypes.c: New file.
15101 * gdb.base/vla-datatypes.exp: New file.
15102
15103 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15104
15105 * gdb.base/vla-ptr.c: New file.
15106 * gdb.base/vla-ptr.exp: New file.
15107
15108 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15109
15110 * gdb.base/vla-multi.c: New file.
15111 * gdb.base/vla-multi.exp: New file.
15112
15113 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15114
15115 * gdb.dwarf2/count.exp: New file.
15116
15117 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15118
15119 * gdb.base/vla-sideeffect.c: New file.
15120 * gdb.base/vla-sideeffect.exp: New file.
15121
15122 2014-04-11 Yao Qi <yao@codesourcery.com>
15123
15124 * gdb.base/completion.exp: Check file exists before running tests
15125 on file completion.
15126
15127 2014-04-10 Pedro Alves <palves@redhat.com>
15128
15129 * gdb.base/cond-eval-mode.c: New file.
15130 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15131 prepare_for_testing to build the new file. Check result of
15132 runto_main.
15133 (test_break, test_watch): New procedures.
15134 (top level): Use them.
15135
15136 2014-04-08 Pierre Muller <muller@sourceware.org>
15137
15138 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15139 Ctrl-V use for mingw hosts.
15140
15141 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15142
15143 * gdb.python/py-value.c: Improve test case.
15144 * gdb.python/py-value.exp: Add new test.
15145
15146 2014-04-07 David Blaikie <dblaikie@gmail.com>
15147
15148 * lib/compiler.c: Identify the clang compiler.
15149 * lib/compiler.cc: Ditto.
15150
15151 2014-04-03 Yao Qi <yao@codesourcery.com>
15152
15153 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15154
15155 2014-04-01 Anton Blanchard <anton@samba.org>
15156
15157 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15158 messages unique.
15159
15160 2014-04-01 Anton Blanchard <anton@samba.org>
15161
15162 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15163 prepare_for_testing.
15164
15165 2014-04-01 Anton Blanchard <anton@samba.org>
15166
15167 * gdb.arch/ppc64-atomic-inst.c: Remove.
15168 * gdb.arch/ppc64-atomic-inst.S: New file.
15169 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15170
15171 2014-03-31 Doug Evans <dje@google.com>
15172
15173 * gdb.base/print-symbol-loading-lib.c: New file.
15174 * gdb.base/print-symbol-loading-main.c: New file.
15175 * gdb.base/print-symbol-loading.exp: New file.
15176
15177 2014-03-31 Yao Qi <yao@codesourcery.com>
15178
15179 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15180
15181 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15182
15183 * gdb.ada/mi_dyn_arr: New testcase.
15184
15185 2014-03-27 Doug Evans <dje@google.com>
15186
15187 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15188
15189 2014-03-27 Yao Qi <yao@codesourcery.com>
15190
15191 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15192 if target is nios2-*-*.
15193
15194 2014-03-26 Yao Qi <yao@codesourcery.com>
15195
15196 * lib/gdb.exp (readline_is_used): New proc.
15197 * gdb.base/completion.exp: Move tests on command complete up.
15198 Skip the rest of tests if readline is not used.
15199 * gdb.ada/complete.exp: Skp the test if readline is not
15200 used.
15201 * gdb.base/filesym.exp: Likewise.
15202 * gdb.base/macscp.exp: Likewise.
15203 * gdb.base/readline-ask.exp: Likewise.
15204 * gdb.base/readline.exp: Likewise.
15205 * gdb.python/py-cmd.exp: Likewise.
15206 * gdb.trace/tfile.exp: Likewise.
15207
15208 2014-03-26 Yao Qi <yao@codesourcery.com>
15209
15210 * gdb.base/macscp.exp: Fix code format issues.
15211
15212 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15213
15214 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15215 * gdb.asm/powerpc64le.inc: New file.
15216
15217 2014-03-25 Pedro Alves <palves@redhat.com>
15218 Doug Evans <dje@google.com>
15219
15220 * gdb.base/source-execution.c: New file.
15221 * gdb.base/source-execution.exp: New file.
15222 * gdb.base/source-execution.gdb: New file.
15223
15224 2014-03-24 Doug Evans <dje@google.com>
15225
15226 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15227 using fission.
15228
15229 2014-03-24 Hui Zhu <hui@codesourcery.com>
15230 Pedro Alves <palves@redhat.com>
15231
15232 PR breakpoints/16101
15233 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15234 test pass/fail messages. Detect missing support for dprintf when
15235 breakpoints are actually inserted.
15236 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15237 breakpoints are actually inserted.
15238 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15239 fails.
15240
15241 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15242
15243 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15244
15245 2014-03-22 Doug Evans <xdje42@gmail.com>
15246
15247 * gdb.python/python.exp (python not supported): Verify multi-line
15248 python command issues an error.
15249 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15250 guile command issues an error.
15251
15252 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15253
15254 * gdb.threads/thread-specific.exp: Handle the lack of usable
15255 $this_breakpoint and $this_thread.
15256
15257 2014-03-21 Hui Zhu <hui@codesourcery.com>
15258
15259 * gdb.base/attach.exp (do_command_attach_tests): New.
15260
15261 2014-03-20 Tom Tromey <tromey@redhat.com>
15262 Pedro Alves <palves@redhat.com>
15263
15264 PR cli/15718
15265 * gdb.base/condbreak-call-false.c: New file.
15266 * gdb.base/condbreak-call-false.exp: New file.
15267
15268 2014-03-20 Pedro Alves <palves@redhat.com>
15269
15270 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15271 Delete.
15272 (block_signals, unblock_signals): Delete.
15273 (child_function_2, main): Remove references to deleted variable
15274 and functions.
15275
15276 2014-03-20 Pedro Alves <palves@redhat.com>
15277
15278 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15279 Use pthread_kill to signal thread 2.
15280 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15281 Adjust to make the test send itself a signal rather than using the
15282 host's "kill" command.
15283
15284 2014-03-20 Pedro Alves <palves@redhat.com>
15285
15286 * gdb.threads/multiple-step-overs.c: New file.
15287 * gdb.threads/multiple-step-overs.exp: New file.
15288 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15289 Adjust expected infrun debug output.
15290
15291 2014-03-20 Pedro Alves <palves@redhat.com>
15292
15293 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15294 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15295
15296 2014-03-20 Pedro Alves <palves@redhat.com>
15297
15298 PR breakpoints/7143
15299 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15300 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15301 of gdb_test_multiple.
15302 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15303 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15304
15305 2014-03-20 Pedro Alves <palves@redhat.com>
15306
15307 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15308 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15309
15310 2014-03-19 Pedro Alves <palves@redhat.com>
15311
15312 * gdb.base/async.exp: Remove early return.
15313
15314 2014-03-19 Pedro Alves <palves@redhat.com>
15315
15316 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15317
15318 2014-03-19 Pedro Alves <palves@redhat.com>
15319
15320 * gdb.base/async.exp (test_background): Expect \r\n after
15321 "completed." in the fail pattern.
15322
15323 2014-03-19 Pedro Alves <palves@redhat.com>
15324
15325 * gdb.base/async.exp (test_background): New procedure.
15326 Use it for all background execution command tests.
15327
15328 2014-03-19 Pedro Alves <palves@redhat.com>
15329
15330 * gdb.base/async.exp: Use prepare_for_testing.
15331
15332 2014-03-19 Pedro Alves <palves@redhat.com>
15333
15334 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15335 the same line.
15336
15337 2014-03-19 Pedro Alves <palves@redhat.com>
15338
15339 * gdb.base/async.c (main): Add "jump here" and "until here" line
15340 marker comments.
15341 * gdb.base/async.exp (jump_here): New global.
15342 (jump& test): Use it.
15343 (until_here): New global.
15344 (until& test): Use it.
15345
15346 2014-03-19 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.base/async.exp: Don't frob gdb_protocol.
15349
15350 2014-03-18 Doug Evans <xdje42@gmail.com>
15351
15352 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15353 Fix spelling of exec-done-display.
15354
15355 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15356
15357 PR gdb/15358
15358 * gdb.base/gdb-sigterm.c: New file.
15359 * gdb.base/gdb-sigterm.exp: New file.
15360
15361 2014-03-18 Pedro Alves <palves@redhat.com>
15362
15363 PR gdb/13860
15364 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15365 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15366 solib-event.
15367
15368 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15369
15370 * gdb.ada/pckd_arr_ren: New testcase.
15371
15372 2014-03-13 Doug Evans <xdje42@gmail.com>
15373
15374 PR guile/16612
15375 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15376 collect after discarding symbols.
15377
15378 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15379 Doug Evans <xdje42@gmail.com>
15380
15381 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15382 to history survives a gc.
15383
15384 2014-03-13 Pedro Alves <palves@redhat.com>
15385
15386 * gdb.base/default.exp: Don't test "target procfs".
15387
15388 2014-03-13 Pedro Alves <palves@redhat.com>
15389
15390 * gdb.base/default.exp: Update "target child" and "target procfs"
15391 tests to not expect "Unix".
15392
15393 2014-03-12 Tom Tromey <tromey@redhat.com>
15394
15395 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15396 New procs. Add target-async tests.
15397 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15398 Add target-async tests.
15399
15400 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15401
15402 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15403 'func_start' and 'func_end' for the beginning and end of the
15404 function code, respectively.
15405 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15406 'func_end' instead of 'func' and 'main'.
15407
15408 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15409
15410 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15411 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15412 generate the debug info assembler source.
15413
15414 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15415
15416 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15417 * gdb.dwarf2/arr-subrange.exp: Likewise.
15418 * gdb.dwarf2/dwz.exp: Likewise.
15419 * gdb.dwarf2/method-ptr.exp: Likewise.
15420 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15421 * gdb.dwarf2/subrange.exp: Likewise.
15422 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15423 * gdb.dwarf2/implptrpiece.exp: Likewise.
15424 * gdb.dwarf2/nostaticblock.exp: Likewise.
15425
15426 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15427
15428 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15429 directory to absolute path name arguments.
15430
15431 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15432
15433 * gdb.ada/tagged_access: New testcase.
15434
15435 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15436
15437 * gdb.btrace/data.exp: Update expected output.
15438
15439 2014-03-06 Yao Qi <yao@codesourcery.com>
15440
15441 * gdb.trace/pr16508.exp: New file.
15442
15443 2014-03-05 Pedro Alves <palves@redhat.com>
15444
15445 PR gdb/16575
15446 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15447 procedure.
15448 (top level): Adjust to use it. Add tests that exercise breakpoint
15449 interaction with the code-cache.
15450
15451 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15452
15453 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15454 test for 'history-append!'.
15455
15456 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15457
15458 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15459 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15460 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15461 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15462 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15463 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15464
15465 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15466
15467 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15468 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15469 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15470
15471 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15472
15473 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15474
15475 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15476
15477 * gdb.dwarf2/arr-stride.c: New file.
15478 * gdb.dwarf2/arr-stride.exp: New file.
15479
15480 2014-02-26 Pedro Alves <palves@redhat.com>
15481
15482 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15483 that won't ever trigger. Make sure that GDB reports the correct
15484 breakpoint that caused the stop.
15485
15486 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15487
15488 PR gdb/16626
15489 * gdb.base/auto-load-script: New file.
15490 * gdb.base/auto-load.c: New file.
15491 * gdb.base/auto-load.exp: New file.
15492
15493 PR gdb/16626
15494 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15495
15496 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15497
15498 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15499 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15500
15501 2014-02-24 Doug Evans <dje@google.com>
15502
15503 * lib/gdb.exp (run_on_host): Log error output if program fails.
15504
15505 2014-02-21 Pedro Alves <palves@redhat.com>
15506
15507 * gdb.threads/step-after-sr-lock.c: Rename to ...
15508 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15509 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15510 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15511 ... this.
15512
15513 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15514
15515 PR tdep/16397
15516 * gdb.arch/amd64-stap-special-operands.exp: New file.
15517 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15518 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15519 * gdb.arch/amd64-stap-triplet.S: Likewise.
15520 * gdb.arch/amd64-stap-triplet.c: Likewise.
15521
15522 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15523
15524 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15525 in .section pseudo-op.
15526
15527 2014-02-20 lin zuojian <manjian2006@gmail.com>
15528 Joel Brobecker <brobecker@adacore.com>
15529 Doug Evans <xdje42@gmail.com>
15530
15531 PR symtab/16581
15532 * gdb.dwarf2/dw2-icycle.S: New file.
15533 * gdb.dwarf2/dw2-icycle.c: New file.
15534 * gdb.dwarf2/dw2-icycle.exp: New file.
15535
15536 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15537
15538 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15539 operations on gdb.Value objects.
15540 * gdb.python/py-value-cc.exp: Add new test to test operations on
15541 gdb.Value objects.
15542
15543 2014-02-18 Doug Evans <dje@google.com>
15544
15545 * Makefile.in (TESTS): New variable.
15546 (expanded_tests, expanded_tests_or_none): New variables
15547 (check-single): Pass $(expanded_tests_or_none) to runtest.
15548 (check-parallel): Only run tests in $(TESTS) if non-empty.
15549 (check/no-matching-tests-found): New rule.
15550 * README: Document TESTS makefile variable.
15551
15552 2014-02-18 Doug Evans <dje@google.com>
15553
15554 * Makefile.in (check-parallel): rm -rf outputs temp.
15555
15556 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15557
15558 Fix "ERROR: no fileid for" in the testsuite.
15559 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15560
15561 2014-02-12 Doug Evans <dje@google.com>
15562
15563 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15564 (MISCELLANEOUS): New variable.
15565 (clean): rm -rf $(MISCELLANEOUS).
15566 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15567 dwp live in the same directory as symlinks, with each symlink pointed
15568 to a differently named file in a different directory.
15569
15570 2014-02-11 Doug Evans <dje@google.com>
15571
15572 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15573 of Tcl file commands.
15574
15575 2014-02-10 Mark Kettenis <kettenis@gnu.org>
15576
15577 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15578 "kill -SIGUSR1 -1".
15579
15580 2014-02-10 Joel Brobecker <brobecker@adacore.com>
15581
15582 * gdb.ada/tick_length_array_enum_idx: New testcase.
15583
15584 2014-02-10 Doug Evans <xdje42@gmail.com>
15585
15586 * configure.ac (AC_OUTPUT): Add gdb.guile.
15587 * configure: Regenerate.
15588 * lib/gdb-guile.exp: New file.
15589 * lib/gdb.exp (get_target_charset): New function.
15590 * gdb.base/help.exp: Update expected output from "apropos apropos".
15591 * gdb.guile/Makefile.in: New file.
15592 * gdb.guile/guile.exp: New file.
15593 * gdb.guile/scm-arch.c: New file.
15594 * gdb.guile/scm-arch.exp: New file.
15595 * gdb.guile/scm-block.c: New file.
15596 * gdb.guile/scm-block.exp: New file.
15597 * gdb.guile/scm-breakpoint.c: New file.
15598 * gdb.guile/scm-breakpoint.exp: New file.
15599 * gdb.guile/scm-disasm.c: New file.
15600 * gdb.guile/scm-disasm.exp: New file.
15601 * gdb.guile/scm-equal.c: New file.
15602 * gdb.guile/scm-equal.exp: New file.
15603 * gdb.guile/scm-error.exp: New file.
15604 * gdb.guile/scm-error.scm: New file.
15605 * gdb.guile/scm-frame-args.c: New file.
15606 * gdb.guile/scm-frame-args.exp: New file.
15607 * gdb.guile/scm-frame-args.scm: New file.
15608 * gdb.guile/scm-frame-inline.c: New file.
15609 * gdb.guile/scm-frame-inline.exp: New file.
15610 * gdb.guile/scm-frame.c: New file.
15611 * gdb.guile/scm-frame.exp: New file.
15612 * gdb.guile/scm-generics.exp: New file.
15613 * gdb.guile/scm-gsmob.exp: New file.
15614 * gdb.guile/scm-iterator.c: New file.
15615 * gdb.guile/scm-iterator.exp: New file.
15616 * gdb.guile/scm-math.c: New file.
15617 * gdb.guile/scm-math.exp: New file.
15618 * gdb.guile/scm-objfile-script-gdb.in: New file.
15619 * gdb.guile/scm-objfile-script.c: New file.
15620 * gdb.guile/scm-objfile-script.exp: New file.
15621 * gdb.guile/scm-objfile.c: New file.
15622 * gdb.guile/scm-objfile.exp: New file.
15623 * gdb.guile/scm-ports.exp: New file.
15624 * gdb.guile/scm-pretty-print.c: New file.
15625 * gdb.guile/scm-pretty-print.exp: New file.
15626 * gdb.guile/scm-pretty-print.scm: New file.
15627 * gdb.guile/scm-section-script.c: New file.
15628 * gdb.guile/scm-section-script.exp: New file.
15629 * gdb.guile/scm-section-script.scm: New file.
15630 * gdb.guile/scm-symbol.c: New file.
15631 * gdb.guile/scm-symbol.exp: New file.
15632 * gdb.guile/scm-symtab-2.c: New file.
15633 * gdb.guile/scm-symtab.c: New file.
15634 * gdb.guile/scm-symtab.exp: New file.
15635 * gdb.guile/scm-type.c: New file.
15636 * gdb.guile/scm-type.exp: New file.
15637 * gdb.guile/scm-value-cc.cc: New file.
15638 * gdb.guile/scm-value-cc.exp: New file.
15639 * gdb.guile/scm-value.c: New file.
15640 * gdb.guile/scm-value.exp: New file.
15641 * gdb.guile/source2.scm: New file.
15642 * gdb.guile/types-module.cc: New file.
15643 * gdb.guile/types-module.exp: New file.
15644
15645 2014-02-10 Yao Qi <yao@codesourcery.com>
15646
15647 PR testsuite/16543
15648 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15649 * configure: Regenerated.
15650 * Makefile.in: New file.
15651
15652 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15653
15654 * gdb.python/py-framefilter.exp: Fix typo.
15655
15656 2014-02-08 Yao Qi <yao@codesourcery.com>
15657
15658 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15659 that no =breakpoint-modified is emitted when breakpoints are
15660 modified through MI commands.
15661
15662 2014-02-07 Pedro Alves <pedro@codesourcery.com>
15663 Pedro Alves <palves@redhat.com>
15664
15665 * gdb.threads/step-after-sr-lock.c: New file.
15666 * gdb.threads/step-after-sr-lock.exp: New file.
15667
15668 2014-02-07 Pedro Alves <palves@redhat.com>
15669
15670 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15671
15672 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15673
15674 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15675 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15676
15677 2014-02-06 Doug Evans <xdje42@gmail.com>
15678
15679 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15680 output.
15681
15682 * gdb.gdb/python-interrupts.exp: New file.
15683
15684 2014-02-05 Yao Qi <yao@codesourcery.com>
15685
15686 * gdb.trace/report.exp (use_collected_data): Test the output
15687 of "info threads" and "info inferiors".
15688
15689 2014-02-05 Yao Qi <yao@codesourcery.com>
15690
15691 Revert this patch:
15692
15693 2013-05-24 Yao Qi <yao@codesourcery.com>
15694
15695 * gdb.trace/tfile.exp: Test inferior and thread.
15696
15697 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15698
15699 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15700 on a function.
15701 * gdb.base/step-bt.c: Call hello via function pointer to make
15702 sure its first instruction is executed on powerpc64le-linux.
15703
15704 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15705
15706 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15707
15708 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15709
15710 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15711 of the test patterns for use on little-endian systems.
15712
15713 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15714
15715 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15716 (decimal_vector): Fix for little-endian.
15717
15718 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15719
15720 * gdb.arch/sparc-sysstep.exp: New file.
15721 * gdb.arch/sparc-sysstep.c: Likewise.
15722
15723 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15724
15725 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15726
15727 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15728
15729 2014-01-23 Tom Tromey <tromey@redhat.com>
15730
15731 * gdb.ada/array_char_idx: New testcase.
15732
15733 2014-01-23 Tom Tromey <tromey@redhat.com>
15734
15735 PR python/16487:
15736 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15737 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15738 classes.
15739
15740 2014-01-23 Tom Tromey <tromey@redhat.com>
15741
15742 PR python/16491:
15743 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15744 string from an inferior frame.
15745 * gdb.python/py-framefilter-mi.exp: Update.
15746
15747 2014-01-22 Doug Evans <dje@google.com>
15748
15749 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15750
15751 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15752
15753 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15754
15755 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15756
15757 * gdb.trace/entry-values.exp: Remove excess space character from
15758 regex patterns. Handle s390 call instruction.
15759
15760 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15761
15762 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15763 define "*_start" label. Make "name" static.
15764 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15765 ${name} by references to ${name}_start.
15766
15767 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15768
15769 * gdb.base/info-macros.exp: Remove "debug" from the compile
15770 options.
15771
15772 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15773
15774 * gdb.dlang/demangle.exp: New file.
15775
15776 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15777
15778 * gdb.dlang/primitive-types.exp: New file.
15779
15780 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15781
15782 * configure.ac: Create gdb.dlang/Makefile.
15783 * configure: Regenerate.
15784 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15785 * gdb.dlang/Makefile.in: New file.
15786 * lib/d-support.exp: New file.
15787 * lib/gdb.exp (skip_d_tests): New proc.
15788
15789 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15790
15791 * gdb.btrace/delta.exp: Check reverse stepi.
15792 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15793 * gdb.btrace/finish.exp: New.
15794 * gdb.btrace/next.exp: New.
15795 * gdb.btrace/nexti.exp: New.
15796 * gdb.btrace/record_goto.c: Add comments.
15797 * gdb.btrace/step.exp: New.
15798 * gdb.btrace/stepi.exp: New.
15799 * gdb.btrace/multi-thread-step.c: New.
15800 * gdb.btrace/multi-thread-step.exp: New.
15801 * gdb.btrace/rn-dl-bind.c: New.
15802 * gdb.btrace/rn-dl-bind.exp: New.
15803 * gdb.btrace/data.c: New.
15804 * gdb.btrace/data.exp: New.
15805 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15806
15807 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15808
15809 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15810 * gdb.btrace/exception.exp: Update.
15811 * gdb.btrace/instruction_history.exp: Update.
15812 * gdb.btrace/record_goto.exp: Update.
15813 * gdb.btrace/tailcall.exp: Update.
15814 * gdb.btrace/unknown_functions.exp: Update.
15815 * gdb.btrace/delta.exp: New.
15816
15817 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15818
15819 * gdb.btrace/record_goto.exp: Add backtrace test.
15820 * gdb.btrace/tailcall.exp: Add backtrace test.
15821
15822 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15823
15824 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15825 * gdb.btrace/record_goto.c: New.
15826 * gdb.btrace/record_goto.exp: New.
15827 * gdb.btrace/x86-record_goto.S: New.
15828
15829 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15830
15831 * gdb.btrace/function_call_history.exp: Update tests.
15832 * gdb.btrace/instruction_history.exp: Update tests.
15833
15834 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15835
15836 * gdb.btrace/function_call_history.exp: Fix expected field
15837 order for "record function-call-history".
15838 Add new tests for "record function-call-history /c".
15839 * gdb.btrace/exception.cc: New.
15840 * gdb.btrace/exception.exp: New.
15841 * gdb.btrace/tailcall.exp: New.
15842 * gdb.btrace/x86-tailcall.S: New.
15843 * gdb.btrace/x86-tailcall.c: New.
15844 * gdb.btrace/unknown_functions.c: New.
15845 * gdb.btrace/unknown_functions.exp: New.
15846 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15847
15848 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15849
15850 * gdb.btrace/instruction_history.exp: Update.
15851 * gdb.btrace/function_call_history.exp: Update.
15852
15853 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15854
15855 * gdb.btrace/function_call_history.exp: Fix expected function
15856 trace.
15857 * gdb.btrace/instruction_history.exp: Initialize traced.
15858 Remove traced_functions.
15859
15860 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15861
15862 * gdb.btrace/function_call_history.exp: Update
15863 * gdb.btrace/instruction_history.exp: Update.
15864
15865 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15866
15867 * gdb.btrace/enable.exp: Update expected text.
15868
15869 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15870
15871 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15872 bytes.
15873
15874 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15875
15876 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15877
15878 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15879
15880 * lib/gdb.exp (supports_process_record): Return true for
15881 arm*-linux*. (supports_reverse): Likewise.
15882
15883 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15884
15885 PR python/15464
15886 PR python/16113
15887 * gdb.python/py-type.c: Enhance test case.
15888 * gdb.python/py-value-cc.cc: Likewise
15889 * gdb.python/py-type.exp: Add new tests.
15890 * gdb.python/py-value-cc.exp: Likewise
15891
15892 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15893 Pedro Alves <palves@redhat.com>
15894
15895 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15896 Make "name" extern.
15897 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15898 references to ${name}_start by references to ${name}.
15899
15900 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15901
15902 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15903
15904 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15905
15906 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15907
15908 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15909 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.mi/mi-info-os.exp: Connect to the target with
15912 mi_gdb_target_load.
15913
15914 2014-01-08 Pedro Alves <palves@redhat.com>
15915
15916 * gdb.threads/reconnect-signal.c: New file.
15917 * gdb.threads/reconnect-signal.exp: New file.
15918
15919 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15920
15921 * gdb.base/source-dir.exp: New file.
15922
15923 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15924
15925 * gdb.ada/mi_interface: New testcase.
15926
15927 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15928
15929 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15930 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15931 gdb.ada/pp-rec-component/pck.ads: New files.
15932
15933 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15934
15935 * gdb.python/py-pp-integral.c: New file.
15936 * gdb.python/py-pp-integral.py: New file.
15937 * gdb.python/py-pp-integral.exp: New file.
15938
15939 For older changes see ChangeLog-1993-2013.
15940 \f
15941 ;; Local Variables:
15942 ;; mode: change-log
15943 ;; left-margin: 8
15944 ;; fill-column: 74
15945 ;; version-control: never
15946 ;; End:
15947
15948 Copyright 2014-2019 Free Software Foundation, Inc.
15949 Copying and distribution of this file, with or without modification,
15950 are permitted provided the copyright notice and this notice are preserved.
This page took 0.355119 seconds and 5 git commands to generate.