gdb: Include end of sequence markers in the line table
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/maint.exp: Update line table parsing test.
4 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5
6 2020-01-24 Pedro Alves <palves@redhat.com>
7
8 PR gdb/25410
9 * gdb.multi/multi-re-run-1.c: New.
10 * gdb.multi/multi-re-run-2.c: New.
11 * gdb.multi/multi-re-run.exp: New.
12
13 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
14
15 PR gdb/23718
16 * gdb.server/server-kill-python.exp: New file.
17
18 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * gdb.server/multi-ui-errors.c: New file.
21 * gdb.server/multi-ui-errors.exp: New file.
22
23 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 PR tui/9765
26 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
27
28 2020-01-19 Tom Tromey <tom@tromey.com>
29
30 * gdb.tui/main.exp: Add check for plain "file".
31
32 2020-01-16 Christian Biesinger <cbiesinger@google.com>
33
34 * lib/gdb.exp: Fix spelling error (seperatelly).
35
36 2020-01-14 Tom Tromey <tom@tromey.com>
37
38 PR symtab/12535:
39 * gdb.python/python.exp: Test decode_line with empty string
40 argument.
41
42 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
43
44 * gdb.base/skip-inline.exp: Extend test.
45
46 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
49 * gdb.dwarf2/dw2-bad-elf.c: New file.
50 * gdb.dwarf2/dw2-bad-elf.exp: New file.
51
52 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
55 _line_saw_file.
56
57 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
60 border.
61
62 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
63
64 * gdb.multi/multi-target.exp (setup): Factor out "info
65 connections" and "info inferiors" tests to ...
66 (test_info_inferiors): ... this new procedure.
67 (top level): Run new "info-inferiors" tests.
68
69 2020-01-10 Pedro Alves <palves@redhat.com>
70
71 * gdb.server/bkpt-other-inferior.exp: New file.
72
73 2020-01-10 Pedro Alves <palves@redhat.com>
74
75 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
76 of "add-inferior".
77 * gdb.base/quit-live.exp: Likewise.
78 * gdb.base/remote-exec-file.exp: Likewise.
79 * gdb.guile/scm-progspace.exp: Likewise.
80 * gdb.linespec/linespec.exp: Likewise.
81 * gdb.mi/new-ui-mi-sync.exp: Likewise.
82 * gdb.mi/user-selected-context-sync.exp: Likewise.
83 * gdb.multi/multi-target.exp (setup): Add "info connection" and
84 "info inferiors" tests.
85 * gdb.multi/remove-inferiors.exp: Adjust expected output of
86 "add-inferior".
87 * gdb.multi/watchpoint-multi.exp: Likewise.
88 * gdb.python/py-inferior.exp: Likewise.
89 * gdb.server/extended-remote-restart.exp: Likewise.
90 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
91 "info inferiors".
92 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
93 * gdb.trace/report.exp: Likewise.
94
95 2020-01-10 Pedro Alves <palves@redhat.com>
96
97 * gdb.multi/multi-target.c: New file.
98 * gdb.multi/multi-target.exp: New file.
99 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
100 mode requested, but remote does not support non-stop".
101
102 2020-01-10 Pedro Alves <palves@redhat.com>
103
104 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
105 disconnect before reconnecting.
106
107 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
108 Pedro Alves <palves@redhat.com>
109
110 * gdb.server/connect-without-multi-process.exp: Also test
111 continuing to end.
112
113 2020-01-10 Pedro Alves <palves@redhat.com>
114
115 * gdb.base/remote-exec-file.exp: New file.
116
117 2020-01-10 Pedro Alves <palves@redhat.com>
118
119 * gdb.base/fork-running-state.exp (do_test): Adjust expected
120 output.
121 * gdb.threads/async.c: New.
122 * gdb.threads/async.exp: New.
123 * gdb.multi/tids-gid-reset.c: New.
124 * gdb.multi/tids-gid-reset.exp: New.
125
126 2020-01-10 George Barrett <bob@bob131.so>
127
128 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
129 to help in finding the image relocation offset.
130 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
131 options in arguments.
132 (stap_test_no_debuginfo): Likewise.
133 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
134 test variants.
135 (stap_test): Add null semaphore relocation test.
136
137 2020-01-10 George Barrett <bob@bob131.so>
138
139 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
140 * gdb.base/stap-probe.exp: Likewise.
141 (stap_test): Pass argument as an additional flag.
142 (stap_test_no_debuginfo): Likewise.
143 (stap_test): Check `info probes stap' output for semaphore
144 addresses if the test binary is supposed to have them.
145
146 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * gdb.tui/basic.exp: Add more scrolling tests.
149
150 2020-01-09 Tom Tromey <tom@tromey.com>
151
152 PR tui/18932:
153 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
154 meangingful value.
155 (Term::command, Term::resize): Update.
156 * gdb.tui/basic.exp: Add scrolling test.
157
158 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.tui/tui-layout-asm.exp: New file.
161
162 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 * lib/tuiterm.exp (Term::check_box_contents): New proc.
165
166 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
167
168 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
169 (Term::enter_tui): Use Term::prepare_for_tui.
170
171 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
172
173 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
174 called.
175
176 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * gdb.base/skip.exp: Fix race condition in test.
179
180 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 * gdb.base/backtrace.c: New file.
183 * gdb.base/backtrace.exp: New file.
184
185 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
186
187 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
188
189 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
190
191 * gdb.base/style.exp: Test that warnings are styled.
192
193 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
194
195 * gdb.base/line65535.exp: New file.
196 * gdb.base/line65535.c: New file.
197
198 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
199
200 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
201 * lib/gnat_debug_info_test.adb: New file.
202 * gdb.ada/ptype_tagged_param.exp: Use
203 gnat_runtime_has_debug_info, expect a different output if
204 runtime does not have debug info.
205
206 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
207
208 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
209 (another) quote in test name.
210
211 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
212
213 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
214 Add quote in test name.
215
216 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
217
218 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
219 directory instead.
220 * gdb.cp/pass-by-ref.exp: Extend with more cases.
221 * gdb.cp/pass-by-ref-2.cc: New file.
222 * gdb.cp/pass-by-ref-2.exp: New file.
223
224 2019-12-20 Tom Tromey <tom@tromey.com>
225
226 * gdb.tui/list-before.exp: New file.
227
228 2019-12-20 Tom Tromey <tom@tromey.com>
229
230 * gdb.tui/list.exp: Check for source on initial listing.
231
232 2019-12-11 Tom Tromey <tromey@adacore.com>
233
234 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
235 Add crlf test.
236
237 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
238
239 * gdb.base/default.exp: Update value of $_gdb_major.
240
241 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
242
243 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
244
245 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
246
247 * gdb.base/skip.exp: Whitespace fix.
248
249 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
250
251 * gdb.base/skip-inline.c: New file.
252 * gdb.base/skip-inline.exp: New file.
253
254 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
255
256 * gdb.base/jit-reader.exp (jit_reader_test): Rename
257 jit_function_00 to jit_function_stack_mangle.
258 * gdb.base/jithost.c (jit_function_t): Rename to...
259 (jit_function_stack_mangle_t): ... this.
260 (jit_function_add_t): New typedef.
261 (jit_function_00_code): Rename to...
262 (jit_function_stack_mangle_code): ... this, make static.
263 (jit_function_add_code): New.
264 (main): Generate "add" function and call it. Adjust to changes
265 in jithost_abi.
266 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
267 (struct jithost_abi) <begin, end>: Remove fields.
268 <object, function_stack_mangle, function_add>: New fields.
269 * gdb.base/jitreader.c (struct reader_state) <code_begin,
270 code_end>: Remove fields.
271 <func_stack_mangle>: New field.
272 (read_debug_info): Adjust to renaming, create block for "add"
273 function.
274 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
275
276 2019-12-11 Tom Tromey <tom@tromey.com>
277
278 * gdb.tui/resize.exp: Fix regexp.
279 * gdb.tui/regs.exp: Fix regexps.
280 * gdb.tui/main.exp: Fix regexp.
281
282 2019-12-11 Tom Tromey <tom@tromey.com>
283
284 * gdb.tui/resize.exp: Update.
285 * gdb.tui/empty.exp (layouts): Update.
286
287 2019-12-11 Tom Tromey <tom@tromey.com>
288
289 * gdb.tui/regs.exp: Update.
290 * gdb.tui/empty.exp (layouts): Update.
291 * gdb.tui/basic.exp: Update.
292 * lib/tuiterm.exp (_check_box): Don't check bottom border.
293
294 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
295
296 * gdb.base/options.exp: Add -raw-values in the print completion list.
297 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
298
299 2019-12-10 Kevin Buettner <kevinb@redhat.com>
300
301 * gdb.threads/omp-par-scope.c: New file.
302 * gdb/threads/omp-par-scope.exp: New file.
303
304 2019-12-10 Kevin Buettner <kevinb@redhat.com>
305
306 * lib/gdb.exp (support_nested_function_tests): New proc.
307
308 2019-12-10 Kevin Buettner <kevinb@redhat.com>
309
310 * lib/gdb.exp (gdb_compile_openmp): New proc.
311 (build_executable_from_specs): Add an "openmp" option.
312 (gdb_compile_pthreads): Add non-executable case.
313
314 2019-12-10 Tom Tromey <tromey@adacore.com>
315
316 * gdb.ada/unchecked_union.exp: New file.
317 * gdb.ada/unchecked_union/pck.adb: New file.
318 * gdb.ada/unchecked_union/pck.ads: New file.
319 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
320 * gdb-utils.exp (string_to_regexp): Also quote "?".
321
322 2019-12-10 George Barrett <bob@bob131.so>
323
324 Test scripted probe breakpoints.
325 * gdb.guile/scm-breakpoint.c (main): Add probe point.
326 * gdb.python/py-breakpoint.c (main): Likewise.
327 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
328 specifier test.
329 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
330
331 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
332
333 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
334 an rvalue parameter.
335 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
336 parameter.
337
338 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
341 modules.
342
343 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
346 broken version of GCC.
347
348 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 * gdb.fortran/info-modules.exp: Rewrite to make use of new
351 sym-info-cmds library.
352 * gdb.fortran/info-types.exp: Likewise.
353 * lib/sym-info-cmds.exp: New file.
354
355 2019-12-08 Tom de Vries <tdevries@suse.de>
356
357 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
358
359 2019-12-07 Keith Seitz <keiths@redhat.com>
360
361 * gdb.base/corefile-buildid-shlib-shr.c: New file.
362 * gdb.base/corefile-buildid-shlib.c: New file.
363 * gdb.base/corefile-buildid.c: New file.
364 * gdb.base/corefile-buildid.exp: New file.
365
366 2019-12-06 Tom de Vries <tdevries@suse.de>
367
368 * gdb.dwarf2/varval.exp: Add decl before def test.
369
370 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
371
372 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
373
374 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
375
376 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
377 CV and reference conversion for overload resolution.
378 * gdb.cp/rvalue-ref-overload.exp: Test it.
379
380 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
381
382 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
383 * gdb.base/frameapply.exp: Test faas without command.
384
385 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
388 Fortran tests.
389 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
390 order.
391
392 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
395 casting to type with no kind specified.
396 (test_basic_parsing_of_type_kinds): Additional tests for types
397 with no kind specified, and add tests for single/double
398 precision/complex types.
399
400 2019-12-04 Tom Tromey <tromey@adacore.com>
401
402 * gdb.base/endianity.c (struct other) <x>: New field.
403 (main): Initialize it.
404 * gdb.base/endianity.exp: Update.
405
406 2019-12-04 Tom Tromey <tromey@adacore.com>
407
408 * gdb.ada/scalar_storage/storage.adb: New file.
409 * gdb.ada/scalar_storage/pck.adb: New file.
410 * gdb.ada/scalar_storage/pck.ads: New file.
411 * gdb.ada/scalar_storage.exp: New file.
412
413 2019-12-04 Tom Tromey <tromey@adacore.com>
414
415 * gdb.base/endianity.c (struct otherendian) <f>: New field.
416 (main): Initialize it.
417 * gdb.base/endianity.exp: Update.
418
419 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
422
423 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
426 -symbol-info-module-functions and -symbol-info-module-variables.
427
428 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
431
432 2019-12-01 Richard Bunt <richard.bunt@arm.com>
433 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * gdb.fortran/derived-type-striding.exp: New file.
436 * gdb.fortran/derived-type-striding.f90: New file.
437 * gdb.fortran/array-slices.exp: New file.
438 * gdb.fortran/array-slices.f90: New file.
439
440 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
441
442 * gdb.base/define.exp: Test . in command names.
443 * gdb.base/setshow.exp: Update test, as . is now part of
444 command name.
445
446 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
447
448 * gdb.base/define-prefix.exp: New file.
449
450 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
451
452 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
453 compile.
454 (skip_btrace_pt_tests): Likewise.
455
456 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
457
458 * gdb.fortran/info-modules.exp: Compile source files in correct
459 order.
460
461 2019-11-27 Kevin Buettner <kevinb@redhat.com>
462
463 * gdb.dwarf2/imported-unit.exp: New file.
464 * gdb.dwarf2/imported-unit.c: New file.
465
466 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.mi/mi-fortran-modules-2.f90: New file.
469 * gdb.mi/mi-fortran-modules.exp: New file.
470 * gdb.mi/mi-fortran-modules.f90: New file.
471
472 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * gdb.mi/mi-sym-info-1.c: New file.
475 * gdb.mi/mi-sym-info-2.c: New file.
476 * gdb.mi/mi-sym-info.exp: New file.
477
478 2019-11-22 Tom Tromey <tromey@adacore.com>
479
480 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
481 * gdb.ada/tasks/foo.adb: Add another stopping location.
482
483 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
484
485 * gdb.base/endianity.c: New test.
486 * gdb.base/endianity.exp: New file.
487
488 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
489
490 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
491
492 2019-11-21 Tom de Vries <tdevries@suse.de>
493
494 PR gdb/24956
495 * gdb.base/ui-redirect.exp: Test output of user-defined command.
496
497 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
498
499 * gdb.python/py-progspace.exp: Add missing parentheses on some
500 'print' commands.
501
502 2019-11-19 Tom Tromey <tom@tromey.com>
503
504 * gdb.tui/winheight.exp: New file.
505
506 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
507
508 * gdb.base/ctf-whatis.c: Delete.
509 * gdb.base/ctf-whatis.exp: Delete.
510 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
511
512 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
513
514 * gdb.base/ctf-cvexpr.exp: Delete.
515 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
516
517 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
518
519 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
520 the compiler. Clean up header comment a little.
521 * gdb.base/ctf-ptype.exp: Likewise.
522 * gdb.base/ctf-whatis.exp: Likewise.
523 * lib/gdb.exp (skip_ctf_tests): New proc.
524
525 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
526
527 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
528 * gdb.tui/corefile-run.exp: New file.
529
530 2019-11-14 Tom Tromey <tromey@adacore.com>
531
532 * gdb.base/gdbvars.exp (test_convenience_variables): Add
533 regression tests.
534
535 2019-11-12 Tom Tromey <tom@tromey.com>
536
537 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
538 after any command. Expect prompt after WAIT_FOR is seen.
539 (enter_tui): Enable resize messages.
540 (command): Expect command in output.
541 (get_line): Avoid error when cursor appears to be off-screen.
542 (dump_screen): Include screen size in title.
543 (_do_resize): New proc, from "resize".
544 (resize): Rewrite. Do resize in two steps.
545 * gdb.tui/empty.exp (layouts): Fix entries.
546 (check_boxes): Remove xfail.
547 (check_text): Dump screen on failure.
548
549 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * gdb.python/py-symbol.exp: Add test for
552 gdb.lookup_static_symbols.
553
554 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
555
556 * gdb.python/py-symbol.c: Declare and call function from new
557 py-symbol-2.c file.
558 * gdb.python/py-symbol.exp: Compile both source files, and add new
559 tests for gdb.lookup_static_symbol.
560 * gdb.python/py-symbol-2.c: New file.
561
562 2019-11-02 Tom de Vries <tdevries@suse.de>
563
564 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
565 * gdb.base/anon.exp: Same.
566 * gdb.base/auto-connect-native-target.exp: Same.
567 * gdb.base/call-ar-st.exp: Same.
568 * gdb.base/catch-syscall.exp: Same.
569 * gdb.base/commands.exp: Same.
570 * gdb.base/default.exp: Same.
571 * gdb.base/display.exp: Same.
572 * gdb.base/float.exp: Same.
573 * gdb.base/foll-fork.exp: Same.
574 * gdb.base/help.exp: Same.
575 * gdb.base/info-macros.exp: Same.
576 * gdb.base/info-proc.exp: Same.
577 * gdb.base/info-target.exp: Same.
578 * gdb.base/long_long.exp: Same.
579 * gdb.base/macscp.exp: Same.
580 * gdb.base/memattr.exp: Same.
581 * gdb.base/nofield.exp: Same.
582 * gdb.base/pointers.exp: Same.
583 * gdb.base/printcmds.exp: Same.
584 * gdb.base/ptype.exp: Same.
585 * gdb.base/restore.exp: Same.
586 * gdb.base/return.exp: Same.
587 * gdb.base/scope.exp: Same.
588 * gdb.base/set-noassign.exp: Same.
589 * gdb.base/setshow.exp: Same.
590 * gdb.base/shlib-call.exp: Same.
591 * gdb.base/signals.exp: Same.
592 * gdb.base/sigstep.exp: Same.
593 * gdb.base/skip.exp: Same.
594 * gdb.base/solib-symbol.exp: Same.
595 * gdb.base/stap-probe.exp: Same.
596 * gdb.base/step-line.exp: Same.
597 * gdb.base/step-test.exp: Same.
598 * gdb.base/style.exp: Same.
599 * gdb.base/varargs.exp: Same.
600 * gdb.base/vla-datatypes.exp: Same.
601 * gdb.base/vla-ptr.exp: Same.
602 * gdb.base/vla-sideeffect.exp: Same.
603 * gdb.base/volatile.exp: Same.
604 * gdb.base/watch-cond-infcall.exp: Same.
605 * gdb.base/watchpoint.exp: Same.
606
607 2019-11-02 Tom de Vries <tdevries@suse.de>
608
609 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
610 * gdb.cp/cpexprs.exp: Same.
611 * gdb.cp/except-multi-location.exp: Same.
612 * gdb.cp/exceptprint.exp: Same.
613 * gdb.cp/gdb2384.exp: Same.
614 * gdb.cp/inherit.exp: Same.
615 * gdb.cp/m-static.exp: Same.
616 * gdb.cp/meth-typedefs.exp: Same.
617 * gdb.cp/misc.exp: Same.
618 * gdb.cp/namespace.exp: Same.
619 * gdb.cp/non-trivial-retval.exp: Same.
620 * gdb.cp/overload.exp: Same.
621 * gdb.cp/pr17132.exp: Same.
622 * gdb.cp/re-set-overloaded.exp: Same.
623 * gdb.cp/rvalue-ref-types.exp: Same.
624 * gdb.cp/templates.exp: Same.
625
626 2019-11-01 Luis Machado <luis.machado@linaro.org>
627
628 PR gdb/25124
629
630 * gdb.arch/pr25124.S: New file.
631 * gdb.arch/pr25124.exp: New file.
632
633 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * gdb.fortran/info-modules.exp: Update expected results, and add
636 additional tests for 'info module functinos', and 'info module
637 variables'.
638 * gdb.fortran/info-types.exp: Update expected results.
639 * gdb.fortran/info-types.f90: Extend testcase with additional
640 module variables and functions.
641
642 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.fortran/info-modules.exp: New file.
645 * gdb.fortran/info-types.exp: Build with new file.
646 * gdb.fortran/info-types.f90: Include and use new module.
647 * gdb.fortran/info-types-2.f90: New file.
648
649 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
650
651 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
652 * gdb.base/settings.exp: Test all settings types using
653 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
654 that now verifies that the value of "maint show" is the same as
655 returned by the settings functions. Test the type of the
656 maintenance settings.
657 * gdb.base/default.exp: Update show_conv_list.
658
659 2019-10-31 Tom de Vries <tdevries@suse.de>
660
661 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
662 gdb_test.
663 * gdb.arch/amd64-disp-step.exp: Same.
664 * gdb.asm/asm-source.exp: Same.
665 * gdb.btrace/buffer-size.exp: Same.
666 * gdb.btrace/cpu.exp: Same.
667 * gdb.btrace/enable.exp: Same.
668 * gdb.dwarf2/count.exp: Same.
669 * gdb.dwarf2/dw2-ranges-func.exp: Same.
670 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
671 * gdb.fortran/vla-datatypes.exp: Same.
672 * gdb.fortran/vla-history.exp: Same.
673 * gdb.fortran/vla-ptype.exp: Same.
674 * gdb.fortran/vla-value.exp: Same.
675 * gdb.fortran/whatis_type.exp: Same.
676 * gdb.guile/guile.exp: Same.
677 * gdb.multi/tids.exp: Same.
678 * gdb.python/py-finish-breakpoint.exp: Same.
679 * gdb.python/py-framefilter.exp: Same.
680 * gdb.python/py-pp-registration.exp: Same.
681 * gdb.python/py-xmethods.exp: Same.
682 * gdb.python/python.exp: Same.
683 * gdb.server/connect-with-no-symbol-file.exp: Same.
684 * gdb.server/no-thread-db.exp: Same.
685 * gdb.server/run-without-local-binary.exp: Same.
686 * gdb.stabs/weird.exp: Same.
687 * gdb.threads/attach-many-short-lived-threads.exp: Same.
688 * gdb.threads/thread-find.exp: Same.
689 * gdb.threads/tls-shared.exp: Same.
690 * gdb.threads/tls.exp: Same.
691 * gdb.threads/wp-replication.exp: Same.
692 * gdb.trace/ax.exp: Same.
693 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
694
695 2019-10-31 Tom de Vries <tdevries@suse.de>
696
697 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
698 * gdb.ada/array_subscript_addr.exp: Same.
699 * gdb.ada/arrayidx.exp: Same.
700 * gdb.ada/arrayparam.exp: Same.
701 * gdb.ada/arrayptr.exp: Same.
702 * gdb.ada/boolean_expr.exp: Same.
703 * gdb.ada/call_pn.exp: Same.
704 * gdb.ada/complete.exp: Same.
705 * gdb.ada/fixed_cmp.exp: Same.
706 * gdb.ada/fun_addr.exp: Same.
707 * gdb.ada/funcall_param.exp: Same.
708 * gdb.ada/interface.exp: Same.
709 * gdb.ada/mod_from_name.exp: Same.
710 * gdb.ada/null_array.exp: Same.
711 * gdb.ada/packed_array.exp: Same.
712 * gdb.ada/packed_tagged.exp: Same.
713 * gdb.ada/print_chars.exp: Same.
714 * gdb.ada/print_pc.exp: Same.
715 * gdb.ada/ptype_arith_binop.exp: Same.
716 * gdb.ada/ptype_field.exp: Same.
717 * gdb.ada/ptype_tagged_param.exp: Same.
718 * gdb.ada/rec_return.exp: Same.
719 * gdb.ada/ref_tick_size.exp: Same.
720 * gdb.ada/str_ref_cmp.exp: Same.
721 * gdb.ada/taft_type.exp: Same.
722 * gdb.ada/tagged.exp: Same.
723 * gdb.ada/type_coercion.exp: Same.
724 * gdb.ada/uninitialized_vars.exp: Same.
725
726 2019-10-30 Tom de Vries <tdevries@suse.de>
727
728 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
729
730 2019-10-26 Tom de Vries <tdevries@suse.de>
731
732 * gdb.base/bigcore.c: Fix typos in comments.
733 * gdb.base/ctf-ptype.c: Same.
734 * gdb.base/long_long.c: Same.
735 * gdb.dwarf2/dw2-op-out-param.S: Same.
736 * gdb.python/py-evthreads.c: Same.
737 * gdb.reverse/i387-stack-reverse.c: Same.
738 * gdb.trace/tfile.c: Same.
739 * lib/compiler.c: Same.
740 * lib/compiler.cc: Same.
741
742 2019-10-25 Tom de Vries <tdevries@suse.de>
743
744 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
745 gdb_test_multiple calls.
746 * gdb.reverse/sigall-reverse.exp: Same.
747 * gdb.reverse/solib-precsave.exp: Same.
748 * gdb.reverse/solib-reverse.exp: Same.
749 * gdb.reverse/until-precsave.exp: Same.
750 * gdb.reverse/until-reverse.exp: Same.
751
752 2019-10-24 Tom de Vries <tdevries@suse.de>
753
754 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
755 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
756 kfail using -wrap pattern flag and convenience variable
757 gdb_test_name.
758
759 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 * gdb.python/py-progspace.exp: Add tests for the
762 Progspace.block_for_pc method.
763
764 2019-10-23 Tom Tromey <tom@tromey.com>
765
766 * configure: Rebuild.
767 * aclocal.m4: Use m4_include, not sinclude.
768
769 2019-10-21 Tom de Vries <tdevries@suse.de>
770
771 * gdb.base/infcall-nested-structs.c: Add
772 __attribute__((noinline,noclone)) to all functions.
773 (call_all): Add missing variable initialization. Simplify return value.
774 (breakpt): Increment volatile variable, to prevent call from being
775 optimized out.
776 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
777
778 2019-10-17 Tom de Vries <tdevries@suse.de>
779
780 * gdb.fortran/module.exp: Allow info variables to print info for files
781 other than module.f90.
782
783 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
784
785 * gdb.fortran/module.exp: Extend with 'info variables' test.
786
787 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
790 F77_FOR_TARGET.
791
792 2019-10-16 Tom de Vries <tdevries@suse.de>
793
794 PR tdep/25096
795 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
796
797 2019-10-16 Tom de Vries <tdevries@suse.de>
798
799 PR tdep/24104
800 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
801 Add KFAIL for PR tdep/25096.
802
803 2019-10-16 Tom de Vries <tdevries@suse.de>
804
805 PR testsuite/25059
806 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
807
808 2019-10-16 Tom de Vries <tdevries@suse.de>
809
810 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
811 as signed.
812
813 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
814
815 * gdb.mi/list-thread-groups-available.exp: Read entries one by
816 one instead of increasing timeout.
817
818 2019-10-13 Tom de Vries <tdevries@suse.de>
819
820 PR record/25038
821 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
822 * gdb.reverse/sigall-reverse.exp: Same.
823 * gdb.reverse/solib-precsave.exp: Same.
824 * gdb.reverse/solib-reverse.exp: Same.
825 * gdb.reverse/step-precsave.exp: Same.
826 * gdb.reverse/until-precsave.exp: Same.
827 * gdb.reverse/until-reverse.exp: Same.
828 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
829
830 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
831
832 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
833 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
834 (cmp_struct_05_01, cmp_struct_static_02_01)
835 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
836 comparisons.
837
838 2019-10-10 Tom de Vries <tdevries@suse.de>
839
840 PR testsuite/24888
841 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
842 gnatlink.
843
844 2019-10-09 Tom de Vries <tdevries@suse.de>
845
846 PR testsuite/25048
847 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
848
849 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
850
851 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
852 exceptions due to missing debug information.
853
854 2019-10-07 Tom de Vries <tdevries@suse.de>
855
856 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
857
858 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
861 * gdb.base/annota1.exp: Update to use gdb_test_name.
862
863 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
864
865 * gdb.base/ctf-whatis.exp: New file.
866 * gdb.base/ctf-whatis.c: New file.
867 * gdb.base/ctf-ptype.exp: New file.
868 * gdb.base/ctf-ptype.c: New file.
869 * gdb.base/ctf-constvars.exp: New file.
870 * gdb.base/ctf-constvars.c: New file.
871 * gdb.base/ctf-cvexpr.exp: New file.
872
873 2019-10-04 Tom de Vries <tdevries@suse.de>
874
875 * gdb.cp/local-static.c (main): Move declaration of int i out of the
876 for loop.
877
878 2019-10-03 Tom Tromey <tom@tromey.com>
879
880 PR rust/24976:
881 * gdb.rust/simple.rs (Union2): New type.
882 (main): Use Union2.
883 * gdb.rust/simple.exp: Add test.
884
885 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
886
887 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
888 nested function prefix.
889
890 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
891 Richard Bunt <richard.bunt@arm.com>
892 Andrew Burgess <andrew.burgess@embecosm.com>
893
894 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
895 nested functions.
896 * gdb.fortran/nested-funcs.f90: Update expected results.
897 * gdb.fortran/nested-funcs-2.exp: New file.
898 * gdb.fortran/nested-funcs-2.f90: New file.
899
900 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
901
902 * gdb.python/py-parameter.exp: Make test names unique.
903 * gdb.python/py-template.exp: Likewise.
904 * gdb.python/py-value.exp: Likewise.
905
906 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.base/break-interp.exp: Reduce test name duplication.
909 * gdb.base/call-sc.exp: Likewise.
910 * gdb.base/callfuncs.exp: Likewise.
911 * gdb.base/charset.exp: Likewise.
912 * gdb.base/dump.exp: Likewise.
913 * gdb.base/ena-dis-br.exp: Likewise.
914 * gdb.base/relational.exp: Likewise.
915 * gdb.base/step-over-syscall.exp: Likewise.
916 * gdb.base/structs.exp: Likewise.
917
918 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
919
920 * gdb.linespec/explicit.exp: Make test names unique.
921 * gdb.linespec/ls-errs.exp: Likewise.
922
923 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
924
925 * gdb.reverse/break-precsave.exp: Make test names unique.
926 * gdb.reverse/break-reverse.exp: Likewise.
927 * gdb.reverse/finish-precsave.exp: Likewise.
928 * gdb.reverse/finish-reverse.exp: Likewise.
929 * gdb.reverse/machinestate-precsave.exp: Likewise.
930 * gdb.reverse/machinestate.exp: Likewise.
931 * gdb.reverse/readv-reverse.exp: Likewise.
932 * gdb.reverse/recvmsg-reverse.exp: Likewise.
933 * gdb.reverse/sigall-precsave.exp: Likewise.
934 * gdb.reverse/sigall-reverse.exp: Likewise.
935 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
936 * gdb.reverse/watch-precsave.exp: Likewise.
937 * gdb.reverse/watch-reverse.exp: Likewise.
938
939 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
940
941 * gdb.threads/stop-with-handle.c: New file.
942 * gdb.threads/stop-with-handle.exp: New file.
943
944 2019-10-03 Tom de Vries <tdevries@suse.de>
945
946 PR testsuite/25059
947 * gdb.base/list-missing-source.exp: Allowing the "Compilation
948 directory" line to be missing.
949
950 2019-10-03 Tom de Vries <tdevries@suse.de>
951
952 PR testsuite/25059
953 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
954 type optional.
955
956 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
957
958 * gdb.python/py-format-string.c (string.h): New include.
959 (main): Fill a_struct_with_union.the_union.an_int with bytes of
960 the same value, for endianness-independence.
961 * gdb.python/py-format-string.exp (default_regexp_dict)
962 (test_pretty_structs, test_format): Adjust expected output to the
963 changed initialization.
964
965 2019-10-02 Tom Tromey <tromey@adacore.com>
966
967 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
968
969 2019-10-02 Pedro Alves <palves@redhat.com>
970 Andrew Burgess <andrew.burgess@embecosm.com>
971
972 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
973 "print-file-var.h".
974 (this_version_id) Use ATTRIBUTE_VISIBILITY.
975 (get_version_1): Print this_version_id and its address.
976 Add extern "C" wrappers around interface functions.
977 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
978 "print-file-var.h".
979 (this_version_id) Use ATTRIBUTE_VISIBILITY.
980 (get_version_2): Print this_version_id and its address.
981 Add extern "C" wrappers around interface functions.
982 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
983 <stddef.h> and "print-file-var.h".
984 Add extern "C" wrappers around interface functions.
985 [VERSION_ID_MAIN] (this_version_id): Define.
986 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
987 * gdb.base/print-file-var.h: Add some #defines to simplify setting
988 up extern "C" blocks.
989 * gdb.base/print-file-var.exp (test): New, factored out from top
990 level.
991 (top level): Test all combinations of attribute hidden or not,
992 dlopen or not, and this_version_id symbol in main file or not.
993 Compile tests as both C++ and C, make test names unique.
994
995 2019-10-01 Tom Tromey <tom@tromey.com>
996
997 * gdb.base/style.exp: Test "show logging filename".
998
999 2019-10-01 Tom Tromey <tom@tromey.com>
1000
1001 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1002 * gdb.base/style.exp: Add metadata style test.
1003
1004 2019-10-01 Tom Tromey <tom@tromey.com>
1005
1006 * gdb.base/style.exp: Test "pwd".
1007
1008 2019-10-01 Tom Tromey <tom@tromey.com>
1009
1010 * gdb.base/style.exp: Update tests.
1011
1012 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1013
1014 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1015 'six' to unsigned.
1016 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1017 'five'. Use an all-ones bit pattern for each.
1018 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1019 to its changed values.
1020
1021 2019-09-30 Tom Tromey <tromey@adacore.com>
1022
1023 * gdb.rust/traits.rs: Disable all warnings.
1024
1025 2019-09-29 Tom de Vries <tdevries@suse.de>
1026
1027 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1028
1029 2019-09-29 Tom de Vries <tdevries@suse.de>
1030
1031 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1032
1033 2019-09-27 Tom de Vries <tdevries@suse.de>
1034
1035 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1036
1037 2019-09-27 Tom de Vries <tdevries@suse.de>
1038
1039 PR record/23188
1040 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1041
1042 2019-09-26 Tom Tromey <tromey@adacore.com>
1043
1044 * gdb.ada/py_taft.exp: New file.
1045 * gdb.ada/py_taft/main.adb: New file.
1046 * gdb.ada/py_taft/pkg.adb: New file.
1047 * gdb.ada/py_taft/pkg.ads: New file.
1048
1049 2019-09-24 Tom de Vries <tdevries@suse.de>
1050
1051 PR gdb/24598
1052 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1053
1054 2019-09-22 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.base/restore.exp: Allow register variables to be optimized out at
1057 -O0.
1058
1059 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1060
1061 * gdb.arch/spu-info.exp: Remove file.
1062 * gdb.arch/spu-info.c: Remove file.
1063 * gdb.arch/spu-ls.exp: Remove file.
1064 * gdb.arch/spu-ls.c: Remove file.
1065
1066 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1067 * gdb.asm/spu.inc: Remove file.
1068
1069 * gdb.base/dump.exp: Remove support for spu*-*-*.
1070 * gdb.base/stack-checking.exp: Likewise.
1071 * gdb.base/overlays.exp: Likewise.
1072 * gdb.base/ovlymgr.c: Likewise.
1073 * gdb.base/spu.ld: Remove file.
1074
1075 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1076 * gdb.cp/cpexprs.exp: Likewise.
1077 * gdb.cp/exception.exp: Likewise.
1078 * gdb.cp/gdb2495.exp: Likewise.
1079 * gdb.cp/mb-templates.exp: Likewise.
1080 * gdb.cp/pr9167.exp: Likewise.
1081 * gdb.cp/userdef.exp: Likewise.
1082
1083 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1084
1085 * gdb.cell: Remove directory.
1086 * lib/cell.exp: Remove file.
1087
1088 2019-09-19 Tom de Vries <tdevries@suse.de>
1089
1090 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1091
1092 2019-09-19 Tom de Vries <tdevries@suse.de>
1093
1094 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1095
1096 2019-09-19 Tom de Vries <tdevries@suse.de>
1097
1098 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1099 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1100 (gdb_target_cmd): ... here.
1101 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1102 value 2.
1103
1104 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1105
1106 * gdb.base/source-dir.exp: Avoid having directory names in test
1107 names.
1108
1109 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1110
1111 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1112 directory.
1113
1114 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1115
1116 * gdb.base/list-missing-source.exp: New file.
1117
1118 2019-09-14 Tom de Vries <tdevries@suse.de>
1119
1120 PR teststuite/24599
1121 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1122 * lib/ada.exp (gnatmake_version_at_least): New proc.
1123
1124 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * gdb.base/maint.exp: Use exec_has_index_section.
1127
1128 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.base/maint.exp: Add test for 'maint info sections'.
1131
1132 2019-09-12 Tom de Vries <tdevries@suse.de>
1133
1134 * gdb.base/store.exp: Allow register variables to be optimized out at
1135 -O0.
1136
1137 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1138
1139 * gdb.ada/rdv_wait.exp: Update to new task names.
1140 * gdb.base/task_switch_in_core.exp: Likewise.
1141 * gdb.base/info_sources_base.c: Likewise.
1142
1143 2019-09-10 Tom Tromey <tromey@adacore.com>
1144
1145 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1146
1147 2019-09-10 Tom Tromey <tromey@adacore.com>
1148
1149 * gdb.ada/dgopt.exp: New file.
1150 * gdb.ada/dgopt/x.adb: New file.
1151
1152 2019-09-08 Tom Tromey <tom@tromey.com>
1153
1154 * gdb.tui/resize.exp: Remove setup_xfail.
1155 * gdb.tui/regs.exp: Remove setup_xfail.
1156 * gdb.tui/basic.exp: Remove setup_xfail.
1157
1158 2019-09-06 David Blaikie <dblaikie@gmail.com>
1159
1160 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1161 * gdb.cp/cplabel.exp: Ditto.
1162 * gdb.linespec/ls-errs.exp: Ditto.
1163
1164 2019-09-05 Tom de Vries <tdevries@suse.de>
1165
1166 * lib/gdb.exp (cmp_file_string): New proc.
1167 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1168 runto_main. Verify save breakpoints output.
1169
1170 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1171
1172 * gdb.base/info-var.exp: Test info variables without running
1173 to main, to avoid expect's buffer overflow.
1174
1175 2019-09-03 Tom Tromey <tromey@adacore.com>
1176
1177 * gdb.ada/bias.exp: New file.
1178 * gdb.ada/bias/bias.adb: New file.
1179 * gdb.ada/print_chars.exp: Add regression test.
1180 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1181 (MC): New variable.
1182
1183 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1184
1185 * gdb.base/argv0-symlink.exp: Run only on native target
1186 and local host.
1187
1188 2019-08-29 Tom de Vries <tdevries@suse.de>
1189
1190 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1191 diverse debug info.
1192 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1193
1194 2019-08-28 Tom de Vries <tdevries@suse.de>
1195
1196 * gdb.base/info-var.exp: Allow info variables to print info for files
1197 other than info-var-f1.c and info-var-f2.c.
1198
1199 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.fortran/info-types.exp: Add module.
1202 * gdb.fortran/info-types.f90: Update expected results.
1203
1204 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1205
1206 * gdb.fortran/info-types.exp: New file.
1207 * gdb.fortran/info-types.f90: New file.
1208 * lib/fortran.exp (fortran_character1): New proc.
1209
1210 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1211
1212 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1213 functions'. Reindent as needed.
1214 * gdb.base/info-var-f1.c: New file.
1215 * gdb.base/info-var-f2.c: New file.
1216 * gdb.base/info-var.exp: New file.
1217 * gdb.base/info-var.h: New file.
1218
1219 2019-08-26 Tom de Vries <tdevries@suse.de>
1220
1221 PR c++/24852
1222 * gdb.cp/no-libstdcxx-probe.exp: New test.
1223
1224 2019-08-26 Tom de Vries <tdevries@suse.de>
1225
1226 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1227 * tests need to be skipped.
1228 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1229 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1230 mi_skip_libstdcxx_probe_tests.
1231
1232 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1233
1234 * gdb.python/py-xmethods.exp: Use raw strings when passing
1235 arguments to SimpleXMethodMatcher.
1236
1237 2019-08-22 Tom de Vries <tdevries@suse.de>
1238
1239 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1240 more informative.
1241
1242 2019-08-21 Pedro Alves <palves@redhat.com>
1243
1244 * gdb.base/with.exp: Test "with" with no arguments.
1245
1246 2019-08-21 Tom de Vries <tdevries@suse.de>
1247
1248 * gdb.base/gdb-caching-proc.exp: Sort files.
1249
1250 2019-08-20 Tom de Vries <tdevries@suse.de>
1251
1252 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1253 compilation.
1254
1255 2019-08-16 Tom de Vries <tdevries@suse.de>
1256
1257 * gdb.base/compare-sections.exp ("after run to main"): Allow
1258 mismatched read-only sections for PIE executables.
1259
1260 2019-08-16 Tom Tromey <tom@tromey.com>
1261
1262 * lib/tuiterm.exp (_csi_Z): New proc.
1263 * gdb.tui/basic.exp: Update window positions.
1264 * gdb.tui/empty.exp: Update window positions.
1265
1266 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1267
1268 * gdb.base/examine-backward.exp: Correct regexp for
1269 "examine 3 bytes backward from ${address_zero}".
1270
1271 2019-08-15 Tom Tromey <tom@tromey.com>
1272
1273 * gdb.tui/empty.exp: Enable resizing tests.
1274
1275 2019-08-15 Tom Tromey <tromey@adacore.com>
1276
1277 * gdb.ada/char_enum.exp: Add regression tests.
1278 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1279 and '0'.
1280 (Char, Gchar): Update.
1281 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1282
1283 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1284
1285 * gdb.python/python.exp: Expect a leading underscore on
1286 GdbOutput{,Error}File.
1287
1288 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1289
1290 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1291 Windows host.
1292
1293 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1294
1295 * gdb.base/batch-preserve-term-settings.exp
1296 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1297
1298 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1299
1300 * lib/gdb.exp: When running on a mingw target, replace
1301 /x/ with x:/.
1302
1303 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1304
1305 * gdb.arch/aarch64-prologue.c: New test.
1306 * gdb.arch/aarch64-prologue.exp: New file.
1307
1308 2019-08-13 Tom de Vries <tdevries@suse.de>
1309
1310 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1311 Thread.
1312
1313 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1314
1315 * gdb.python/py-completion.exp: Download the .py file to the host
1316 and use its host pathname. Conditionalize tests that use
1317 tab completion and manipulate files on the build machine.
1318 * gdb.python/py-events.exp: Download the .py file to the host
1319 and use its host pathname.
1320 * gdb.python/py-evsignal.exp: Likewise.
1321 * gdb.python/py-evthreads.exp: Likewise.
1322 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1323 pathname syntax.
1324 * gdb.python/py-framefilter.exp: Download the .py file to the right
1325 place on the host. Match Windows pathname syntax.
1326 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1327 .py file to the host and use its host pathname.
1328 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1329 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1330 build pathname. Skip symlink test on Windows host. Add missing
1331 newline at end of file.
1332 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1333 and use its host pathname.
1334 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1335 * gdb.python/py-section-script.exp: Use host location of binfile
1336 on safe-path. Use correct path separator on Windows host.
1337 Reorder alternatives in gdb_test_multiple to prevent matching
1338 the wrong alternative on success.
1339 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1340
1341 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1342
1343 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1344 expect the GDB inferior to no longer immediately stop after
1345 being resumed with "signal SIGINT".
1346
1347 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1348
1349 * gdb.linespec/break-ask.exp: Generalize regexps to match
1350 Windows pathnames too.
1351
1352 2019-08-08 Tom de Vries <tdevries@suse.de>
1353
1354 PR testsuite/24862
1355 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1356
1357 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1358
1359 * gdb.base/style.exp: Update tests for help doc new invariants.
1360 * gdb.base/help.exp: Likewise.
1361
1362 2019-08-06 Tom Tromey <tom@tromey.com>
1363
1364 * gdb.base/style.exp: Add disassemble test.
1365 * gdb.base/style.c (some_called_function): New function.
1366 (main): Use it.
1367
1368 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1369
1370 * gdb.python/py-block.exp: Test dictionary access on blocks.
1371
1372 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1373
1374 PR gdb/24863
1375 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1376 -list-thread-groups --available test when running under
1377 check-read1.
1378
1379 2019-08-05 Tom de Vries <tdevries@suse.de>
1380
1381 PR testsuite/24863
1382 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1383 * gdb.base/help.exp: Use with_read1_timeout_factor.
1384 * gdb.base/info-macros.exp: Same.
1385 * gdb.cp/nested-types.exp: Same.
1386
1387 2019-08-05 Tom de Vries <tdevries@suse.de>
1388
1389 * lib/gdb.exp (version_at_least): Factor out of ...
1390 (tcl_version_at_least): ... here.
1391 (gdb_compile): Fail if pie results in non-PIE executable.
1392 (readelf_version, readelf_prints_pie): New proc.
1393 (exec_is_pie): Return -1 if unknown.
1394
1395 2019-08-05 Tom de Vries <tdevries@suse.de>
1396
1397 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1398
1399 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1400
1401 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1402
1403 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1404
1405 * lib/completion-support.exp (test_gdb_complete_none): Skip
1406 tab completion tests if no readline support.
1407 (test_gdb_complete_unique_re): Likewise.
1408 (test_gdb_complete_multiple): Likewise.
1409
1410 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1411
1412 * gdb.base/info_sources.exp: New file.
1413 * gdb.base/info_sources.c: New file.
1414 * gdb.base/info_sources_base.c: New file.
1415
1416 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1417
1418 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1419 prefix argument.
1420 (test_exit_status): Add prefix argument.
1421
1422 2019-08-01 Tom de Vries <tdevries@suse.de>
1423
1424 PR testsuite/24863
1425 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1426 calling exp_continue for new thread and thread exited messages.
1427
1428 2019-08-01 Tom de Vries <tdevries@suse.de>
1429
1430 PR testsuite/24863
1431 * gdb.base/structs.exp: Fix check-read1 timeout using
1432 gdb_test_sequence.
1433 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1434
1435 2019-08-01 Tom de Vries <tdevries@suse.de>
1436
1437 PR testsuite/24863
1438 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1439 line.
1440
1441 2019-08-01 Tom de Vries <tdevries@suse.de>
1442
1443 PR testsuite/24863
1444 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1445
1446 2019-07-30 Tom Tromey <tromey@adacore.com>
1447
1448 * gdb.ada/display_nested.exp: New file.
1449 * gdb.ada/display_nested/foo.adb: New file.
1450 * gdb.ada/display_nested/pack.adb: New file.
1451 * gdb.ada/display_nested/pack.ads: New file.
1452
1453 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1454
1455 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1456 namespace.
1457 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1458
1459 2019-07-30 Tom de Vries <tdevries@suse.de>
1460
1461 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1462 instead.
1463
1464 2019-07-30 Tom de Vries <tdevries@suse.de>
1465
1466 PR testsuite/24834
1467 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1468 (exec_is_pie): New proc.
1469
1470 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1471
1472 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1473
1474 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1475
1476 * gdb.python/py-objfile.c: Add global and static vars.
1477 * gdb.python/py-objfile.exp: Test new functions Objfile.
1478 lookup_global_symbol and lookup_static_symbol.
1479
1480 2019-07-29 Tom Tromey <tom@tromey.com>
1481
1482 * lib/tuiterm.exp (Term::_csi_@): New proc.
1483 (Term::_csi_X): Don't move cursor.
1484
1485 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1486
1487 * gdb.base/options.exp: Update backtrace - completion to
1488 new option -frame-info.
1489 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1490 Test new 'set print frame-info'. Test backtrace -frame-info
1491 overriding 'set print frame-info'.
1492 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1493 Test new 'set print frame-info'.
1494 Verify consistency of backtrace with and without filters, with and
1495 without -no-filters.
1496 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1497 default.
1498
1499 2019-07-29 Tom de Vries <tdevries@suse.de>
1500
1501 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1502 no arguments".
1503
1504 2019-07-29 Tom de Vries <tdevries@suse.de>
1505
1506 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1507 is a substring of the first for "complete non-unique file name".
1508
1509 2019-07-29 Tom de Vries <tdevries@suse.de>
1510
1511 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1512 with ".*".
1513
1514 2019-07-29 Tom de Vries <tdevries@suse.de>
1515
1516 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1517 Pass prompt_regexp parameter to gdb_test_multiple calls.
1518
1519 2019-07-29 Tom de Vries <tdevries@suse.de>
1520
1521 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1522 print registers" regexps.
1523
1524 2019-07-29 Tom de Vries <tdevries@suse.de>
1525
1526 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1527
1528 2019-07-29 Tom de Vries <tdevries@suse.de>
1529
1530 PR gdb/24855
1531 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1532 (skip_python_tests_prompt): Add prompt_regexp argument to
1533 gdb_test_multiple calls.
1534
1535 2019-07-27 Tom Tromey <tom@tromey.com>
1536
1537 * gdb.tui/main.exp: New file.
1538
1539 2019-07-27 Tom Tromey <tom@tromey.com>
1540
1541 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1542 optional.
1543 * gdb.tui/empty.exp: New file.
1544
1545 2019-07-27 Tom Tromey <tom@tromey.com>
1546
1547 * lib/tuiterm.exp (spawn): New proc.
1548 (Term::resize): New proc.
1549 * gdb.tui/resize.exp: New file.
1550
1551 2019-07-27 Tom Tromey <tom@tromey.com>
1552
1553 * gdb.tui/list.exp: New file.
1554
1555 2019-07-27 Tom Tromey <tom@tromey.com>
1556
1557 * gdb.tui/regs.exp: New file.
1558
1559 2019-07-27 Tom Tromey <tom@tromey.com>
1560
1561 * gdb.tui/basic.exp: Add "layout split" test.
1562
1563 2019-07-27 Tom Tromey <tom@tromey.com>
1564
1565 * gdb.tui/basic.exp: Add "layout asm" test.
1566
1567 2019-07-27 Tom Tromey <tom@tromey.com>
1568
1569 * lib/tuiterm.exp: New file.
1570 * gdb.tui/basic.exp: New file.
1571
1572 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1573
1574 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1575 Enable tests associated with this flag. Adjust regex
1576 referencing "foo_low" to now refer to "foo_cold" instead.
1577
1578 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1579
1580 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1581 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1582 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1583 foo_cold. Revise comments to match.
1584 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1585 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1586 were wrapped into this proc; Call do_test in loop from outermost
1587 level.
1588 (foo_low): Rename all occurrences to "foo_cold".
1589 (backtrace from baz): New test.
1590 (x2/i foo_cold): New test.
1591 (info line *foo_cold): New test.
1592
1593 2019-07-26 Tom de Vries <tdevries@suse.de>
1594
1595 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1596
1597 2019-07-25 Tom de Vries <tdevries@suse.de>
1598
1599 PR testsuite/24830
1600 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1601 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1602 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1603 (skip_libstdcxx_probe_tests): ... here.
1604 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1605
1606 2019-07-24 Tom de Vries <tdevries@suse.de>
1607
1608 PR testsuite/24807
1609 * gdb.objc/basicclass.m: Include stdio.h.
1610 * gdb.objc/nondebug.m: Same.
1611 * gdb.objc/objcdecode.m: Same.
1612
1613 2019-07-24 Tom de Vries <tdevries@suse.de>
1614
1615 PR testsuite/24612
1616 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1617 additional_flags.
1618
1619 2019-07-24 Tom de Vries <tdevries@suse.de>
1620
1621 PR testsuite/24831
1622 * gdb.multi/tids.exp: Update error messages for info threads.
1623
1624 2019-07-24 Tom de Vries <tdevries@suse.de>
1625
1626 * gdb.base/info-types.exp: Allow info types to print info for more than
1627 one file.
1628
1629 2019-07-23 Tom de Vries <tdevries@suse.de>
1630
1631 PR testsuite/24842
1632 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1633 gdb_spawn_with_cmdline_opts.
1634
1635 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1636
1637 * gdb.arch/arm-cmse-sgstubs.c: New test.
1638 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1639
1640 2019-07-23 Tom de Vries <tdevries@suse.de>
1641
1642 PR testsuite/24711
1643 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1644 issuing next command.
1645
1646 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1647
1648 * gdb.ada/info_auto_lang.exp: Update expected results.
1649 * gdb.base/info-types.c: Add additional types to check.
1650 * gdb.base/info-types.exp: Update expected results.
1651
1652 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * gdb.base/info-types.c: New file.
1655 * gdb.base/info-types.exp: New file.
1656
1657 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1658
1659 * gdb.arch/riscv-bp-infcall.c: New file.
1660 * gdb.arch/riscv-bp-infcall.exp: New file.
1661
1662 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 PR breakpoints/24541
1665 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1666
1667 2019-07-14 Tom de Vries <tdevries@suse.de>
1668
1669 PR testsuite/24760
1670 * gdb.objc/basicclass.exp: Fix unterminated string.
1671
1672 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1673 Andrew Burgess <andrew.burgess@embecosm.com>
1674
1675 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1676 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1677 negative bounds.
1678 * gdb.fortran/vla-value.exp: Print elements of an array with
1679 negative bounds.
1680 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1681 testing.
1682
1683 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1684
1685 * gdb.base/options.exp (expect_string): Dequote strings in
1686 results.
1687 (test-string): Test strings with different quoting and reindent.
1688
1689 2019-07-10 Tom Tromey <tromey@adacore.com>
1690
1691 * gdb.ada/mi_ex_cond.exp: Update expected results.
1692 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1693 * gdb.ada/mi_catch_ex.exp: Update expected results.
1694 * gdb.ada/mi_catch_assert.exp: Update expected results.
1695 * gdb.ada/catch_ex.exp (catch_exception_info)
1696 (catch_exception_entry, catch_assert_entry)
1697 (catch_unhandled_entry): Update.
1698 * gdb.ada/catch_assert_if.exp: Update expected results.
1699
1700 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1701 Stephen Roberts <stephen.roberts@arm.com>
1702
1703 * gdb.base/define.exp: Restore original prompt.
1704
1705 2019-07-09 Pedro Alves <palves@redhat.com>
1706
1707 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1708 breakpoints" output.
1709 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1710 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1711 throw" creates breakpoint.
1712 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1713 'type="catchpoint"'.
1714
1715 2019-07-09 Pedro Alves <palves@redhat.com>
1716
1717 PR c++/15468
1718 * gdb.cp/except-multi-location-lib.cc: New.
1719 * gdb.cp/except-multi-location-main.cc: New.
1720 * gdb.cp/except-multi-location.exp: New.
1721
1722 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1723
1724 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1725 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1726 argument and update callers.
1727
1728 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1729
1730 * gdb.arch/amd64-break-on-asm-line.S: New file.
1731 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1732
1733 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1734
1735 * gdb.base/printcmds.exp: Test printing C string and
1736 C wide string convenience vars without transiting via the inferior.
1737 Also make test names unique.
1738
1739 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1740
1741 PR breakpoints/25011
1742 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1743
1744 2019-07-04 Pedro Alves <palves@redhat.com>
1745
1746 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1747 body returned ok(0), break(3) or continue(4).
1748 * gdb.testsuite/foreach_with_prefix.exp: New file.
1749
1750 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1751
1752 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1753
1754 2019-07-03 Pedro Alves <palves@redhat.com>
1755
1756 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1757 "return -code".
1758
1759 2019-07-03 Pedro Alves <palves@redhat.com>
1760
1761 PR cli/24732
1762 * gdb.base/shell.exp: Load completion-support.exp.
1763 Adjust expected error output. Add completion tests.
1764
1765 2019-07-03 Pedro Alves <palves@redhat.com>
1766
1767 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1768 string_to_regexp.
1769
1770 2019-07-03 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1773 (expect_integer): Adjust to expect "-string".
1774 (expect_string): New.
1775 (all_options): Expect "-string".
1776 (test-flag, test-boolean): Adjust to expect "-string".
1777 (test-string): New proc.
1778 (top level): Call it.
1779
1780 2019-07-03 Pedro Alves <palves@redhat.com>
1781
1782 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1783 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1784 the expected output in the success.
1785
1786 2019-07-03 Pedro Alves <palves@redhat.com>
1787
1788 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1789 Split one gdb_test_multiple call in two to avoid a race.
1790
1791 2019-07-03 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.base/with.c: New file.
1794 * gdb.base/with.exp: New file.
1795
1796 2019-07-03 Pedro Alves <palves@redhat.com>
1797
1798 * gdb.base/settings.exp: Replace all references to "maint
1799 test-settings set" with references to "maint set test-settings",
1800 and all references to "maint test-settings show" with references
1801 to "maint show test-settings".
1802
1803 2019-07-03 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.base/settings.exp (test-string): Adjust expected out when
1806 testing "maint test-settings show filename"
1807
1808 2019-07-02 Pedro Alves <palves@redhat.com>
1809
1810 * gdb.base/options.exp (test-info-threads): New procedure.
1811 (top level): Call it.
1812
1813 2019-06-28 Tom Tromey <tromey@adacore.com>
1814
1815 * gdb.dwarf2/ada-linkage-name.c: New file.
1816 * gdb.dwarf2/ada-linkage-name.exp: New file.
1817
1818 2019-06-27 Tom Tromey <tromey@adacore.com>
1819
1820 PR c++/20020:
1821 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1822
1823 2019-06-26 Tom de Vries <tdevries@suse.de>
1824
1825 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1826
1827 2019-06-26 Tom de Vries <tdevries@suse.de>
1828
1829 * gdb.base/index-cache.exp: Add back missing debug option.
1830
1831 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1832
1833 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1834
1835 2019-06-25 Tom de Vries <tdevries@suse.de>
1836
1837 PR testsuite/24727
1838 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1839
1840 2019-06-24 Tom de Vries <tdevries@suse.de>
1841
1842 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1843
1844 2019-06-24 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1847 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1848 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1849
1850 2019-06-24 Tom de Vries <tdevries@suse.de>
1851
1852 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1853
1854 2019-06-21 Tom de Vries <tdevries@suse.de>
1855
1856 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1857
1858 2019-06-21 Tom de Vries <tdevries@suse.de>
1859
1860 PR testsuite/24518
1861 PR ada/24713
1862 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1863 index.
1864
1865 2019-06-19 Tom Tromey <tromey@adacore.com>
1866
1867 * gdb.ada/length_cond.exp: Add intro comment.
1868
1869 2019-06-19 Tom Tromey <tromey@adacore.com>
1870
1871 * gdb.ada/length_cond.exp: New file.
1872 * gdb.ada/length_cond/length_cond.adb: New file.
1873 * gdb.ada/length_cond/pck.adb: New file.
1874 * gdb.ada/length_cond/pck.ads: New file.
1875
1876 2019-06-18 Tom de Vries <tdevries@suse.de>
1877
1878 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1879
1880 2019-06-18 Tom Tromey <tromey@adacore.com>
1881
1882 * gdb.base/list0.h: Add comment explaining control character.
1883
1884 2019-06-18 Tom de Vries <tdevries@suse.de>
1885
1886 * boards/fission.exp: Break up long debug_flags line.
1887
1888 2019-06-16 Tom de Vries <tdevries@suse.de>
1889
1890 PR gdb/24445
1891 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1892 generated index.
1893
1894 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 PR gdb/24686
1897 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1898 improve detection of bug gdb/24541.
1899
1900 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1901
1902 PR gdb/24669
1903 * gdb.base/index-cache.exp (uses_readnow,
1904 expecting_index_cache_use): Define global variable.
1905 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1906 expecting_index_cache_use.
1907
1908 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1909 Andrew Burgess <andrew.burgess@embecosm.com>
1910
1911 * gdb.fortran/pointers.f90: New file.
1912 * gdb.fortran/print_type.exp: New file.
1913 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1914 * gdb.fortran/vla-type.exp: Likewise.
1915 * gdb.fortran/vla-value.exp: Likewise.
1916 * gdb.mi/mi-vla-fortran.exp: Likewise.
1917
1918 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1921 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1922 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1923 as a stop reason.
1924
1925 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1926
1927 * gdb.base/annota1.exp: Update expected results.
1928 * gdb.cp/annota2.exp: Likewise.
1929 * gdb.cp/annota3.exp: Likewise.
1930
1931 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1932
1933 * gdb.base/style-logging.exp: Remove path from test name.
1934
1935 2019-06-14 Tom Tromey <tromey@adacore.com>
1936
1937 PR gdb/24502:
1938 * gdb.base/style-logging.exp: New file.
1939
1940 2019-06-14 Tom Tromey <tromey@adacore.com>
1941
1942 * gdb.base/symfile-warn.exp: New file.
1943 * gdb.base/symfile-warn.c: New file.
1944
1945 2019-06-14 Tom Tromey <tromey@adacore.com>
1946
1947 * gdb.base/annotate-symlink.exp: New file.
1948
1949 2019-06-14 Tom Tromey <tromey@adacore.com>
1950
1951 * gdb.ada/set_wstr.exp: Add reassignment test.
1952
1953 2019-06-14 Tom Tromey <tromey@adacore.com>
1954
1955 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1956 'unchecked_access and 'unrestricted_access as well.
1957
1958 2019-06-14 Tom Tromey <tromey@adacore.com>
1959
1960 PR ada/24539:
1961 * gdb.ada/vla.exp: Update tests.
1962 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1963 pragma.
1964
1965 2019-06-13 Pedro Alves <palves@redhat.com>
1966
1967 * gdb.base/settings.exp (test-integer): Test junk after
1968 "unlimited".
1969
1970 2019-06-13 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.base/options.exp (test-thread-apply): New.
1973 (top level): Call it.
1974
1975 2019-06-13 Pedro Alves <palves@redhat.com>
1976
1977 * gdb.base/options.exp (test-frame-apply): New.
1978 (top level): Test print commands with different "frame apply"
1979 prefixes.
1980
1981 2019-06-13 Pedro Alves <palves@redhat.com>
1982
1983 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1984 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1985 'max_completions' parameter and handle it.
1986 (test_gdb_completion_offers_commands): New.
1987
1988 2019-06-13 Pedro Alves <palves@redhat.com>
1989
1990 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1991
1992 2019-06-13 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.base/options.exp (test-backtrace): New.
1995 (top level): Call it.
1996
1997 2019-06-13 Pedro Alves <palves@redhat.com>
1998
1999 * gdb.guile/scm-frame-args.exp: Use "set print
2000 raw-frame-arguments" instead of "set print raw frame-arguments".
2001 * gdb.python/py-frame-args.exp: Likewise.
2002
2003 2019-06-13 Pedro Alves <palves@redhat.com>
2004
2005 * gdb.compile/compile.exp: Adjust expected output to option
2006 processing changes.
2007
2008 2019-06-13 Pedro Alves <palves@redhat.com>
2009
2010 * gdb.base/options.exp: Build executable.
2011 (test-print): New procedure.
2012 (top level): Call it, once for "print" and another for "compile
2013 print".
2014
2015 2019-06-13 Pedro Alves <palves@redhat.com>
2016
2017 * gdb.base/options.c: New file.
2018 * gdb.base/options.exp: New file.
2019
2020 2019-06-13 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2023 that "o" is ambiguous.
2024
2025 2019-06-13 Pedro Alves <palves@redhat.com>
2026
2027 * gdb.base/settings.c: New file.
2028 * gdb.base/settings.exp: New file.
2029
2030 2019-06-13 Pedro Alves <palves@redhat.com>
2031
2032 * gdb.base/completion.exp: Fix comment typo.
2033
2034 2019-06-13 Pedro Alves <palves@redhat.com>
2035
2036 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2037 foo --1" test.
2038
2039 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2040
2041 * gdb.fortran/block-data.f: New.
2042 * gdb.fortran/block-data.exp: New.
2043
2044 2019-06-11 Tom de Vries <tdevries@suse.de>
2045
2046 PR testsuite/24521
2047 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2048 message.
2049
2050 2019-06-11 Tom de Vries <tdevries@suse.de>
2051
2052 PR testsuite/24521
2053 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2054
2055 2019-06-11 Tom de Vries <tdevries@suse.de>
2056
2057 * boards/readnow.exp: New file.
2058
2059 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2060
2061 * gdb.fortran/vla-sizeof.exp: Update expected results.
2062
2063 2019-06-06 Amos Bird <amosbird@gmail.com>
2064
2065 * gdb.base/annota1.exp (thread_switch): Add test for
2066 thread-exited annotation.
2067
2068 2019-06-06 Tom Tromey <tromey@adacore.com>
2069
2070 * gdb.base/maint.exp: Expect command started/finished output.
2071
2072 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2073
2074 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2075 comment.
2076 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2077
2078 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2079
2080 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2081 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2082 * gdb.arch/riscv-unwind-long-insn.c: New file.
2083 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2084
2085 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2086
2087 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2088
2089 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2090
2091 * lib/gdb.exp (help_list_trailer): New regexp variable
2092 factorizing the help trailer message.
2093 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2094 arg to allow to better factorize various tests.
2095 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2096 (test_prefix_command_help): Use help_list_trailer.
2097 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2098 * gdb.guile/scm-cmd.exp: Likewise.
2099 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2100 * gdb.base/help.exp: Use test_user_defined_class_help.
2101 * gdb.base/style.exp: Add tests for styling of help and apropos.
2102 * lib/gdb-utils.exp (style): Add title and highlight styles.
2103
2104 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2105
2106 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2107 $_shell_exitsignal.
2108 * gdb.base/default.exp: Update for new convenience variables.
2109
2110 2019-05-29 Tom Tromey <tromey@adacore.com>
2111
2112 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2113 to "break complete ada" test case's regexp.
2114
2115 2019-05-29 Tom Tromey <tromey@adacore.com>
2116
2117 PR c++/20020:
2118 * gdb.cp/constexpr-field.exp: New file.
2119 * gdb.cp/constexpr-field.cc: New file.
2120
2121 2019-05-29 Tom Tromey <tromey@adacore.com>
2122
2123 * gdb.base/finish.exp (finish_no_print): New proc.
2124 (finish_tests): Call it.
2125
2126 2019-05-24 Tom de Vries <tdevries@suse.de>
2127
2128 * gdb.dwarf2/gdb-add-index.exp: New file.
2129
2130 2019-05-22 Tom Tromey <tromey@adacore.com>
2131
2132 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2133 * gdb.base/style.exp: Use "style".
2134 * lib/gdb-utils.exp (style): New proc.
2135
2136 2019-05-22 Tom de Vries <tdevries@suse.de>
2137
2138 * gdb.base/align.exp: Require c++11.
2139
2140 2019-05-22 Tom de Vries <tdevries@suse.de>
2141
2142 PR testsuite/24586
2143 * gdb.python/py-mi-var-info-path-expression.exp: Call
2144 mi_skip_python_tests to check if python is supported.
2145
2146 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2147
2148 * gdb.arch/aarch64-pauth.c: New test.
2149 * gdb.arch/aarch64-pauth.exp: New file.
2150
2151 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2152
2153 * README (Re-running Tests Outside The Testsuite): New section.
2154
2155 2019-05-21 Tom de Vries <tdevries@suse.de>
2156
2157 * gdb.arch/amd64-eval.exp: Require c++11.
2158 * gdb.base/max-depth.exp: Same.
2159 * gdb.compile/compile-cplus-array-decay.exp: Same.
2160 * gdb.cp/meth-typedefs.exp: Same.
2161 * gdb.cp/subtypes.exp: Same.
2162 * gdb.cp/temargs.exp: Same.
2163
2164 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2165
2166 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2167
2168 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2169
2170 PR gdb/18644
2171 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2172 * gdb.fortran/printing-types.exp: Add new test.
2173 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2174 testing.
2175 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2176 setup_kfail call.
2177
2178 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2179
2180 * README (Running the Testsuite): Change example.
2181 (Testsuite Parameters): Remove TRANSCRIPT.
2182 * lib/gdb.exp: Remove TRANSCRIPT check.
2183
2184 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2185
2186 * README (Testsuite Parameters): Add replay logging to
2187 GDBSERVER_DEBUG.
2188 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2189 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2190 as a comma separated list.
2191 (gdb_debug_init): Override procedure.
2192
2193 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2194
2195 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2196 (gdb_write_cmd_file): New procedure.
2197 * lib/gdbserver-support.exp (gdbserver_start): Call
2198 gdbserver_write_cmd_file.
2199 (gdbserver_write_cmd_file): New procedure.
2200
2201 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2202
2203 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2204 (delete_breakpoints): Likewise.
2205 (gdb_run_cmd): Likewise.
2206 (gdb_start_cmd): Likewise.
2207 (gdb_starti_cmd): Likewise.
2208 (gdb_internal_error_resync): Likewise.
2209 (gdb_test_multiple): Likewise.
2210 (gdb_reinitialize_dir): Likewise.
2211 (default_gdb_exit): Likewise.
2212 (gdb_file_cmd): Mark kill as optional.
2213 (default_gdb_start): Call gdb_stdin_log_init.
2214 (send_gdb): Call gdb_stdin_log_write.
2215 (rerun_to_main): Mark Y as an answer.
2216 (gdb_stdin_log_init): New function.
2217 (gdb_stdin_log_write): Likewise.
2218
2219 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2220
2221 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2222 * gdb.base/debug-expr.exp: Likewise.
2223 * gdb.base/foll-fork.exp: Likewise.
2224 * gdb.base/foll-vfork.exp: Likewise.
2225 * gdb.base/fork-print-inferior-events.exp: Likewise.
2226 * gdb.base/gdb-sigterm.exp: Likewise.
2227 * gdb.base/gdbinit-history.exp: Likewise.
2228 * gdb.base/osabi.exp: Likewise.
2229 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2230 * gdb.base/ui-redirect.exp: Likewise.
2231 * gdb.gdb/unittest.exp: Likewise.
2232 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2233 * gdb.mi/mi-watch.exp: Likewise.
2234 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2235 * gdb.mi/user-selected-context-sync.exp: Likewise.
2236 * gdb.python/python.exp: Disable debug test when debugging.
2237 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2238 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2239 Likewise.
2240 * gdb.threads/stepi-random-signal.exp: Likewise.
2241
2242 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2243
2244 * Makefile.in: Pass through GDB_DEBUG.
2245 * README (Testsuite Parameters): Add GDB_DEBUG.
2246 (gdb,debug): Add board setting.
2247 * lib/gdb.exp (default_gdb_start): Start debugging.
2248 (gdb_debug_enabled): New procedure.
2249 (gdb_debug_init): Likewise.
2250
2251 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2252
2253 * Makefile.in: Pass through GDB_DEBUG.
2254 * README (Testsuite Parameters): Add GDB_DEBUG.
2255 (gdb,debug): Add board setting.
2256 * lib/gdb.exp (default_gdb_start): Start debugging.
2257 (gdb_debug_enabled): New procedure.
2258 (gdb_debug_init): Likewise.
2259
2260 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2261
2262 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2263
2264 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2265
2266 * gdb.base/ui-redirect.exp: Test redirection.
2267
2268 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2269
2270 * gdb.mi/mi-complete.exp: New file.
2271 * gdb.mi/mi-complete.cc: Likewise.
2272
2273 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2274
2275 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2276 indexed and sliced arrays, and pointers to arrays.
2277
2278 2019-05-14 Tom Tromey <tromey@adacore.com>
2279
2280 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2281 styling test.
2282
2283 2019-05-14 Tom de Vries <tdevries@suse.de>
2284
2285 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2286 selection entry encoding.
2287
2288 2019-05-10 Tom Tromey <tromey@adacore.com>
2289
2290 * gdb.ada/info_exc.exp: Add "complete" test.
2291
2292 2019-05-09 Tom de Vries <tdevries@suse.de>
2293
2294 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2295 CU-relative.
2296
2297 2019-05-09 Tom de Vries <tdevries@suse.de>
2298
2299 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2300 CU-relative.
2301
2302 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2303
2304 * gdb.ada/frame_arg_lang.exp: New testcase.
2305 * gdb.ada/frame_arg_lang/bla.adb: New file.
2306 * gdb.ada/frame_arg_lang/pck.ads: New file.
2307 * gdb.ada/frame_arg_lang/pck.adb: New file.
2308 * gdb.ada/frame_arg_lang/foo.c: New file.
2309
2310 2019-05-08 Tom Tromey <tromey@adacore.com>
2311
2312 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2313
2314 2019-05-08 Tom Tromey <tromey@adacore.com>
2315
2316 * gdb.base/ptype-offsets.exp: Update tests.
2317
2318 2019-05-08 Tom Tromey <tromey@adacore.com>
2319
2320 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2321 cases.
2322 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2323 "short".
2324
2325 2019-05-08 Tom Tromey <tromey@adacore.com>
2326
2327 * gdb.ada/vla.exp: New file.
2328 * gdb.ada/vla/vla.adb: New file.
2329
2330 2019-05-07 Tom de Vries <tdevries@suse.de>
2331
2332 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2333
2334 2019-05-07 Tom de Vries <tdevries@suse.de>
2335
2336 PR testsuite/24522
2337 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2338 section.
2339
2340 2019-05-07 Tom de Vries <tdevries@suse.de>
2341
2342 PR testsuite/24522
2343 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2344 .debug_aranges section.
2345
2346 2019-05-07 Tom de Vries <tdevries@suse.de>
2347
2348 PR testsuite/24159
2349 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2350
2351 2019-05-06 Tom de Vries <tdevries@suse.de>
2352
2353 * lib/gdb.exp (exec_has_index_section): New proc.
2354 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2355 section.
2356
2357 2019-05-04 Tom de Vries <tdevries@suse.de>
2358
2359 * boards/cc-with-debug-names.exp: New file.
2360
2361 2019-05-03 Tom Tromey <tromey@adacore.com>
2362
2363 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2364 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2365 * gdb.ada/char_enum.exp: Add test.
2366
2367 2019-05-03 Tom de Vries <tdevries@suse.de>
2368
2369 * boards/cc-with-gdb-index.exp: New file.
2370
2371 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2372
2373 * gdb.rust/simple.exp: Add new test case.
2374 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2375 (main): Initialise an instance of the new struct.
2376
2377 2019-05-01 Tom Tromey <tromey@adacore.com>
2378
2379 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2380 record.
2381 (NPR): New variable.
2382 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2383 test.
2384
2385 2019-05-01 Tom Tromey <tromey@adacore.com>
2386
2387 * gdb.ada/packed_array_assign.exp: Add packed assignment
2388 regression test.
2389
2390 2019-05-01 Tom de Vries <tdevries@suse.de>
2391
2392 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2393
2394 2019-05-01 Tom de Vries <tdevries@suse.de>
2395
2396 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2397
2398 2019-04-30 Ali Tamur <tamur@google.com>
2399
2400 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2401
2402 2019-04-30 Tom Tromey <tromey@adacore.com>
2403
2404 * lib/ada.exp (find_ada_tool): New proc.
2405 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2406 * gdb.ada/catch_ex_std.exp: New file.
2407 * gdb.ada/catch_ex_std/foo.adb: New file.
2408 * gdb.ada/catch_ex_std/some_package.adb: New file.
2409 * gdb.ada/catch_ex_std/some_package.ads: New file.
2410
2411 2019-04-30 Tom Tromey <tromey@adacore.com>
2412
2413 PR c++/24470:
2414 * gdb.cp/temargs.cc: Add test code from PR.
2415
2416 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2417
2418 * gdb.fortran/vla-datatypes.exp: Update expected results.
2419 * gdb.fortran/vla-ptype.exp: Likewise.
2420 * gdb.fortran/vla-type.exp: Likewise.
2421 * gdb.fortran/vla-value.exp: Likewise.
2422
2423 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2424
2425 * gdb.fortran/ptr-indentation.exp: Update expected results.
2426 * gdb.fortran/ptype-on-functions.exp: Likewise.
2427 * gdb.fortran/vla-ptr-info.exp: Likewise.
2428 * gdb.fortran/vla-value.exp: Likewise.
2429
2430 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2431
2432 * gdb.fortran/ptype-on-functions.exp: New file.
2433 * gdb.fortran/ptype-on-functions.f90: New file.
2434
2435 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2436
2437 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2438 case void string.
2439
2440 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2441
2442 * gdb.fortran/complex.exp: Expand.
2443 * gdb.fortran/complex.f: Renamed to...
2444 * gdb.fortran/complex.f90: ...this, and extended to add more
2445 complex values.
2446
2447 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2448
2449 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2450 MODULO, CMPLX.
2451
2452 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2453 Richard Bunt <richard.bunt@arm.com>
2454
2455 * gdb.base/max-depth.c: New file.
2456 * gdb.base/max-depth.exp: New file.
2457 * gdb.python/py-nested-maps.c: New file.
2458 * gdb.python/py-nested-maps.exp: New file.
2459 * gdb.python/py-nested-maps.py: New file.
2460 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2461 (test_all_common): Call test_max_depth.
2462 * gdb.fortran/max-depth.exp: New file.
2463 * gdb.fortran/max-depth.f90: New file.
2464 * gdb.go/max-depth.exp: New file.
2465 * gdb.go/max-depth.go: New file.
2466 * gdb.modula2/max-depth.exp: New file.
2467 * gdb.modula2/max-depth.c: New file.
2468 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2469
2470 2019-04-29 Tom de Vries <tdevries@suse.de>
2471
2472 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2473
2474 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2475
2476 * gdb.base/callexit.exp: Test may-call-functions off.
2477
2478 2019-04-25 Keith Seitz <keiths@redhat.com>
2479
2480 PR c++/24367
2481 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2482 (another_incomplete_struct, test_incomplete): New definitions.
2483 (main): Use new definitions.
2484 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2485 functions.
2486
2487 2019-04-25 Ali Tamur <tamur@google.com>
2488
2489 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2490
2491 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2492
2493 PR corefiles/11608
2494 PR corefiles/18187
2495 * gdb.base/coredump-filter-build-id.exp: New file.
2496
2497 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2498
2499 * Makefile.in: Pass through GDBSERVER_DEBUG.
2500 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2501 (gdbserver,debug): Add board setting.
2502 * gdb.trace/tspeed.exp: Skip when debugging.
2503 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2504 * lib/gdbserver-support.exp: Likewise
2505
2506 2019-04-24 Tom Tromey <tromey@adacore.com>
2507
2508 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2509 Rust.
2510
2511 2019-04-24 Tom Tromey <tromey@adacore.com>
2512
2513 * gdb.arch/amd64-eval.exp: Test bitfield return.
2514 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2515 (class Foo) <return_bitfields>: New method.
2516 (main): Call it.
2517
2518 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2519
2520 * gdb.cp/many-args.cc: New file.
2521 * gdb.cp/many-args.exp: New file.
2522
2523 2019-04-23 Tom de Vries <tdevries@suse.de>
2524
2525 PR gdb/24433
2526 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2527
2528 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2529
2530 * gdb.trace/backtrace.exp: Use nopie flag.
2531 * gdb.trace/circ.exp: Likewise.
2532 * gdb.trace/collection.exp: Likewise.
2533 * gdb.trace/ftrace.exp: Likewise.
2534 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2535 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2536 * gdb.trace/qtro.exp: Likewise.
2537 * gdb.trace/read-memory.exp: Likewise.
2538 * gdb.trace/report.exp: Likewise.
2539 * gdb.trace/tfile.exp: Likewise.
2540 * gdb.trace/tfind.exp: Likewise.
2541 * gdb.trace/unavailable.exp: Likewise.
2542
2543 2019-04-22 Pedro Alves <palves@redhat.com>
2544
2545 * gdb.base/solib-probes-nosharedlibrary.c,
2546 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2547
2548 2019-04-19 Tom Tromey <tromey@adacore.com>
2549
2550 * gdb.ada/ptype_union.c: New file.
2551 * gdb.ada/ptype_union.exp: New file.
2552
2553 2019-04-19 Tom Tromey <tromey@adacore.com>
2554
2555 PR symtab/24423:
2556 * gdb.base/list0.h (foo): Add a control-l character.
2557
2558 2019-04-18 Tom de Vries <tdevries@suse.de>
2559
2560 PR gdb/24433
2561 * boards/local-board.exp: Set sysroot to "".
2562
2563 2019-04-18 Tom de Vries <tdevries@suse.de>
2564 Pedro Alves <palves@redhat.com>
2565
2566 PR gdb/24454
2567 * gdb.threads/vfork-follow-child-exec.c: New file.
2568 * gdb.threads/vfork-follow-child-exec.exp: New file.
2569 * gdb.threads/vfork-follow-child-exit.c: New file.
2570 * gdb.threads/vfork-follow-child-exit.exp: New file.
2571
2572 2019-04-15 Leszek Swirski <leszeks@google.com>
2573
2574 * gdb.arch/amd64-eval.cc: New file.
2575 * gdb.arch/amd64-eval.exp: New file.
2576
2577 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2578
2579 * gdb.server/sysroot.c: New test.
2580 * gdb.server/sysroot.exp: New file.
2581 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2582 matching param.
2583
2584 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * gdb.base/align.exp: Extend test to cover structures containing
2587 only static fields.
2588
2589 2019-04-11 Tom de Vries <tdevries@suse.de>
2590
2591 * boards/cc-with-dwz-m.exp: New file.
2592 * boards/cc-with-dwz.exp: New file.
2593 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2594
2595 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2596
2597 * gdb.base/start-cpp.exp: New file.
2598 * gdb.base/start-cpp.cc: New file.
2599
2600 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2601
2602 * gdb.python/py-thrhandle.exp: Adjust tests to call
2603 thread_from_handle instead of thread_from_thread_handle.
2604
2605 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2606
2607 * gdb.python/py-thrhandle.exp: Add tests for
2608 gdb.InferiorThread.handle.
2609
2610 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2611
2612 * gdb.python/py-function.exp: Check calling helper function from
2613 all languages.
2614 * lib/gdb.exp (gdb_supported_languages): New proc.
2615
2616 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2617
2618 * gdb.base/complex-parts.c: New file.
2619 * gdb.base/complex-parts.exp: New file.
2620
2621 2019-04-01 Tom Tromey <tromey@adacore.com>
2622
2623 PR symtab/23331:
2624 * gdb.dwarf2/dw2-ranges-main.c: New file.
2625 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2626 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2627
2628 2019-03-30 Simon Marchi <simark@simark.ca>
2629
2630 * gdb.base/default.exp: Add values for $_gdb_major and
2631 $_gdb_minor.
2632
2633 2019-03-29 Tom Tromey <tromey@adacore.com>
2634
2635 * gdb.base/help.exp: Tighten apropos regexp.
2636
2637 2019-03-29 Keith Seitz <keiths@redhat.com>
2638
2639 * gdb.fortran/array-bounds.exp: New file.
2640 * gdb.fortran/array-bounds.f90: New file.
2641
2642 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2643
2644 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2645
2646 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2647
2648 * gdb.multi/hello.c (main): Increase alarm timer.
2649
2650 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2651
2652 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2653 factor when no hardware watchpoint support.
2654
2655 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2656 Pedro Alves <palves@redhat.com>
2657
2658 * boards/local-board.exp: set sysroot to /.
2659
2660 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2661
2662 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2663 in child.
2664
2665 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2668 field.
2669 (make_container): Initialise new field.
2670 * gdb.python/py-prettyprint.exp: Add new tests.
2671 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2672 <display_hint>: New method.
2673
2674 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2677 gdb_continue_to_breakpoint more throughout this test.
2678 (run_lang_tests) Supply unique test names, and use
2679 gdb_test_no_output.
2680
2681 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.base/finish-pretty.exp: Update expected results.
2684 * gdb.base/pretty-print.c: New file.
2685 * gdb.base/pretty-print.exp: New file.
2686
2687 2019-03-25 Pedro Alves <palves@redhat.com>
2688
2689 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2690 move comments outside list. Append '-i "" eof' section.
2691
2692 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2693
2694 PR testsuite/25016
2695 * README: Add pie options.
2696 * gdb.base/break-interp.exp: Ensure pie is disabled.
2697 * gdb.base/dump.exp: Likewise.
2698 * lib/gdb.exp (gdb_compile): Add pie option.
2699
2700 2019-03-19 Tom Tromey <tromey@adacore.com>
2701
2702 * gdb.mi/mi2-cli-display.c: New file.
2703 * gdb.mi/mi2-cli-display.exp: New file.
2704
2705 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2706 Tom Tromey <tromey@adacore.com>
2707
2708 * gdb.ada/ptype_array/pck.adb: New file.
2709 * gdb.ada/ptype_array/pck.ads: New file.
2710 * gdb.ada/ptype_array/foo.adb: New file.
2711 * gdb.ada/ptype_array.exp: New file.
2712
2713 2019-03-14 Tom Tromey <tromey@adacore.com>
2714
2715 * gdb.base/style.exp: Add "set style sources" test.
2716
2717 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2718
2719 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2720 * mi-breakpoint-multiple-locations.exp: ... this.
2721 (make_breakpoints_pattern): New proc.
2722 (do_test): Add mi_version parameter, test -break-insert,
2723 -break-info and =breakpoint-created.
2724
2725 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2726
2727 * config/default.exp: Remove 'load_lib gdb.exp'.
2728 * config/monitor.exp: Likewise.
2729 * config/sid.exp: Likewise.
2730 * config/sim.exp: Likewise.
2731 * config/slite.exp: Likewise.
2732 * config/unix.exp: Likewise.
2733 * gdb.base/default.exp: Remove unhelpful comment.
2734
2735 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2736
2737 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2738
2739 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2740
2741 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2742
2743 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.fortran/type-kinds.exp: Update expected results.
2746
2747 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2748
2749 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2750
2751 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2752
2753 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2754 function.
2755 (test_basic_parsing_of_type_kinds): Expand types tested.
2756 (test_parsing_invalid_type_kinds): New function.
2757
2758 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2759
2760 * gdb.fortran/intrinsics.exp: New file.
2761 * gdb.fortran/intrinsics.f90: New file.
2762 * gdb.fortran/type-kinds.exp: New file.
2763
2764 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 * gdb.fortran/dot-ops.exp: New file.
2767
2768 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2769
2770 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2771 Check upper and lower case logical literals.
2772
2773 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2776 Remove duplicate tests.
2777
2778 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2779
2780 * lib/gdb.exp (builtin_cd): rename of cd.
2781 (cd): Override builtin.
2782
2783 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2784
2785 * gdb.fortran/function-calls.exp: New file.
2786 * gdb.fortran/function-calls.f90: New test.
2787
2788 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2789
2790 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2791 on user program standard output.
2792 * gdb.fortran/short-circuit-argument-list.f90: Record function
2793 calls.
2794
2795 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2796
2797 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2798 failure.
2799
2800 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2801
2802 PR gdb/8527
2803 * gdb.base/interrupt-daemon-attach.c,
2804 gdb.base/interrupt-daemon-attach.exp: New test.
2805
2806 2019-02-27 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.base/page.exp: Add tests for "set width/height -1".
2809
2810 2019-02-27 Pedro Alves <palves@redhat.com>
2811
2812 * gdb.base/page.exp: Add tests for "set/show width/height" with
2813 "infinite" values.
2814
2815 2019-02-27 Tom Tromey <tromey@adacore.com>
2816
2817 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2818 2.4.
2819 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2820 workaround.
2821
2822 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2823
2824 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2825 tests for structs with static members.
2826
2827 2019-02-26 Tom Tromey <tromey@adacore.com>
2828
2829 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2830 ValueError, not TypeError.
2831
2832 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2833
2834 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2835 call from main program.
2836
2837 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2838
2839 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2840 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2841 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2842 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2843 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2844
2845 2019-02-22 Keith Seitz <keiths@redhat.com>
2846
2847 PR symtab/23853
2848 * gdb.base/symlink-sourcefile.c: New file.
2849 * gdb.base/symlink-sourcefile.exp: New file.
2850
2851 2019-02-20 Tom Tromey <tom@tromey.com>
2852
2853 * gdb.base/info_qt.exp: Update.
2854
2855 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2856
2857 * gdb.base/source.exp: Move "error in sourced script" code to
2858 the end.
2859 * gdb.base/source-error.gdb: Move contents to
2860 source-error-1.gdb. Add new code to source source-error-1.gdb.
2861 * gdb.base/source-error-1.gdb: New file, from previous
2862 source-error.gdb.
2863
2864 2019-02-17 Tom Tromey <tom@tromey.com>
2865
2866 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2867 for macro styling.
2868 * gdb.base/style.c (SOME_MACRO): New macro.
2869
2870 2019-02-17 Tom Tromey <tom@tromey.com>
2871
2872 * gdb.base/style.exp: Add line-wrapping tests.
2873 * gdb.base/page.exp: Add test for quitting during pagination.
2874
2875 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2876
2877 * gdb.ada/big_packed_array: New testcase.
2878 * gdb.ada/homonym.exp: Fix incorrect expected output for
2879 "break <homonym__get_value>" test.
2880
2881 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2882
2883 PR breakpoints/21870
2884 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2885 and prepare_for_testing. Add comment.
2886 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2887 redundant cleanup call. Clean up comment.
2888
2889 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2890
2891 PR breakpoints/21870
2892 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2893 * gdb.arch/aarch64-dbreg-contents.c: New file.
2894
2895 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2896
2897 * gdb.ada/mi_ref_changeable: New testcase.
2898
2899 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2900
2901 * gdb.base/attach.exp: Add double attach test.
2902
2903 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2904
2905 * lib/gdb.exp (default_gdb_start): Don't match pagination
2906 prompt.
2907 (gdb_init): Set stty_init.
2908
2909 2019-01-27 Tom Tromey <tom@tromey.com>
2910
2911 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2912 skip_python_tests.
2913
2914 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2915
2916 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2917 New structure.
2918 (struct struct_static_02_02): Likewise.
2919 (struct struct_static_02_03): Likewise.
2920 (struct struct_static_02_04): Likewise.
2921 (struct struct_static_04_01): Likewise.
2922 (struct struct_static_04_02): Likewise.
2923 (struct struct_static_04_03): Likewise.
2924 (struct struct_static_04_04): Likewise.
2925 (struct struct_static_06_01): Likewise.
2926 (struct struct_static_06_02): Likewise.
2927 (struct struct_static_06_03): Likewise.
2928 (struct struct_static_06_04): Likewise.
2929 (cmp_struct_static_02_01): Likewise.
2930 (cmp_struct_static_02_02): Likewise.
2931 (cmp_struct_static_02_03): Likewise.
2932 (cmp_struct_static_02_04): Likewise.
2933 (cmp_struct_static_04_01): Likewise.
2934 (cmp_struct_static_04_02): Likewise.
2935 (cmp_struct_static_04_03): Likewise.
2936 (cmp_struct_static_04_04): Likewise.
2937 (cmp_struct_static_06_01): Likewise.
2938 (cmp_struct_static_06_02): Likewise.
2939 (cmp_struct_static_06_03): Likewise.
2940 (cmp_struct_static_06_04): Likewise.
2941 (call_all): Test new structs.
2942 * gdb.base/infcall-nested-structs.exp: Likewise.
2943
2944 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2945 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2946
2947 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2948 * gdb.base/stack-protector.c: New test.
2949 * gdb.base/stack-protector.exp: New file.
2950 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2951 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2952 option.
2953 (gdb_compile): Remove stack protector for GCC and prevent
2954 recursion.
2955
2956 2019-01-16 Keith Seitz <keiths@redhat.com>
2957
2958 PR gdb/23773
2959 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2960
2961 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2962
2963 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2964 aliases.
2965 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2966 tests.
2967 * gdb.arch/powerpc-vector-regs.c: New file.
2968 * gdb.arch/powerpc-vector-regs.exp: New file.
2969
2970 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2971
2972 * gdb.arch/altivec-regs.exp: Fix the list passed to
2973 gdb_expect_list when testing "info vector".
2974
2975 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2976
2977 * gdb.base/style.exp: Don't include path in testname.
2978
2979 2019-01-10 Keith Seitz <keiths@redhat.com>
2980
2981 PR gdb/23712
2982 PR symtab/23010
2983 * gdb.dwarf2/multidictionary.exp: New file.
2984
2985 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2986
2987 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2988 (test_gnuv3_style_demangling): ... this.
2989 (test_lucid_style_demangling): Remove.
2990 (test_arm_style_demangling): Remove.
2991 (test_hp_style_demangling): Remove.
2992 (do_tests): Remove calls to the above.
2993
2994 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2997 case.
2998
2999 2019-01-06 Tom Tromey <tom@tromey.com>
3000
3001 PR gdb/28155:
3002 * gdb.dwarf2/typedef-void-finish.exp: New file.
3003
3004 2018-12-28 Tom Tromey <tom@tromey.com>
3005 Simon Marchi <simark@simark.ca>
3006
3007 * gdb.base/jit-exec.exp: New file.
3008 * gdb.base/jit-exec.c: New file.
3009 * gdb.base/jit-execd.c: New file.
3010
3011 2018-12-28 Tom Tromey <tom@tromey.com>
3012
3013 * gdb.base/style.exp: Update test to check for address styling.
3014
3015 2018-12-28 Tom Tromey <tom@tromey.com>
3016
3017 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3018 message.
3019
3020 2018-12-28 Tom Tromey <tom@tromey.com>
3021
3022 * gdb.base/style.exp: Add test for version number styling.
3023
3024 2018-12-28 Tom Tromey <tom@tromey.com>
3025
3026 * gdb.base/style.exp: Add test for print_address_symbolic.
3027
3028 2018-12-28 Tom Tromey <tom@tromey.com>
3029
3030 * gdb.base/style.exp: Add test for breakpoint setting.
3031
3032 2018-12-28 Tom Tromey <tom@tromey.com>
3033
3034 * gdb.base/style.exp: Add test for variable names.
3035
3036 2018-12-28 Tom Tromey <tom@tromey.com>
3037
3038 * gdb.base/style.exp: New file.
3039 * gdb.base/style.c: New file.
3040
3041 2018-12-28 Tom Tromey <tom@tromey.com>
3042
3043 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3044 "dumb".
3045 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3046 the TERM environment variable.
3047
3048 2018-12-27 Tom Tromey <tom@tromey.com>
3049
3050 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3051 pagination test.
3052
3053 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3054
3055 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3056 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3057
3058 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3059
3060 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3061 Filename a.adb changed to bp_fun_addr.adb.
3062 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3063
3064 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3065
3066 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3067 non-PIE executables.
3068 * README: Mention the gdb,nopie_flag board setting.
3069 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3070 non-PIE executable.
3071 * gdb.arch/amd64-entry-value.exp: Likewise.
3072 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3073 * gdb.arch/i386-float.exp: Likewise.
3074 * gdb.arch/i386-signal.exp: Likewise.
3075 * gdb.mi/mi-reg-undefined.exp: Likewise.
3076
3077 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3078
3079 PR gdb/23974
3080 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3081
3082 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3083
3084 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3085 Update order of results accordingly.
3086
3087 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3088
3089 * gdb.base/annota1.exp: Update a test regexp.
3090
3091 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3092
3093 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3094
3095 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3096
3097 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3098 (reuse_time): Initialize to REUSE_TIME_CAP.
3099 (check_rc): New function.
3100 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3101 Check pthread_create rc.
3102 (spawner_thread_func): Check pthread_create and pthread_join rc.
3103
3104 2018-12-08 Pedro Alves <palves@redhat.com>
3105
3106 * gdb.base/list.exp (test_forward_search): Rename to ...
3107 (test_forward_reverse_search): ... this. Also test reverse-search
3108 and the forward-search alias.
3109
3110 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3111
3112 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3113 local timeout variable before return, and remove all local timeout
3114 variable entirely.
3115 (gdb_load): Likewise.
3116
3117 2018-12-01 Tom de Vries <tdevries@suse.de>
3118
3119 * gdb.base/gdb-caching-proc.exp: New file.
3120
3121 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3122
3123 * Makefile.in (TIMESTAMP): New variable.
3124 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3125 command.
3126 (check-single-racy): Likewise.
3127 (check/%.exp): Likewise.
3128 (check-racy/%.exp): Likewise.
3129 (workers/%.worker): Likewise.
3130 (build-perf): Likewise.
3131 (check-perf): Likewise.
3132 * README: Describe new "TS" and "TS_FORMAT" variables.
3133 * print-ts.py: New file.
3134
3135 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3136
3137 PR python/23714
3138 * gdb.python/python.exp: Test command repetition after
3139 gdb.execute.
3140
3141 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3142
3143 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3144 is correctly aligned.
3145
3146 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3147
3148 * gdb.ada/info_auto_lang.exp: New testcase.
3149 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3150 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3151 * gdb.ada/info_auto_lang/some_c.c: New file.
3152
3153 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3154
3155 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3156 FUNC_lang language syntax.
3157
3158 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3159
3160 * gdb.base/info_minsym.c: New file.
3161 * gdb.base/info_minsym.exp: New file.
3162
3163 2018-11-19 Tom Tromey <tom@tromey.com>
3164
3165 PR rust/23625:
3166 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3167 * gdb.rust/expr.exp: Update expected output. Change one test.
3168
3169 2018-11-19 Tom Tromey <tom@tromey.com>
3170
3171 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3172
3173 2018-11-19 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3176 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3177 see the expected warning.
3178
3179 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3180
3181 PR gdb/22736:
3182 * gdb.cp/infcall-nodebug-lib.c: New test.
3183 * gdb.cp/infcall-nodebug-main.c: New test.
3184 * gdb.cp/infcall-nodebug.exp: New file.
3185
3186 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3187
3188 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3189 completer tests.
3190
3191 2018-11-09 Tom de Vries <tdevries@suse.de>
3192
3193 * gdb.base/msym-lang.c: New test.
3194 * gdb.base/msym-lang.exp: New file.
3195 * gdb.base/msym-lang-main.c: New test.
3196
3197 2018-11-08 Tom Tromey <tom@tromey.com>
3198
3199 PR gdb/23555:
3200 PR gdb/23838:
3201 * gdb.base/warning.exp: New file.
3202
3203 2018-11-08 Jan Beulich <jbeulich@suse.com>
3204
3205 * testsuite/gdb.arch/i386-avx512.c,
3206 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3207
3208 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3209
3210 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3211 point hardware.
3212
3213 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3216 * gdb.dwarf2/missing-type-name.exp: New file.
3217
3218 2018-11-06 Tom de Vries <tdevries@suse.de>
3219
3220 * gdb.base/many-headers.c: New test.
3221 * gdb.base/many-headers.exp: New file.
3222
3223 2018-11-06 Jim Wilson <jimw@sifive.com>
3224
3225 * gdb.base/code_elim.exp: For riscv, set additional_flags
3226 to include -msmall-data-limit=0.
3227
3228 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3229
3230 * gdb.ada/watch_minus_l: New testcase.
3231
3232 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3233
3234 * gdb.arch/aix-sighandle.c: New file.
3235 * gdb.arch/aix-sighandle.exp: New file.
3236
3237 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3240 registers being unions.
3241
3242 2018-10-31 Tom de Vries <tdevries@suse.de>
3243
3244 * lib/valgrind.exp: New file.
3245 (vgdb_start, vgdb_stop): New procs, factored out of ...
3246 * gdb.base/valgrind-bt.exp: ... here, ...
3247 * gdb.base/valgrind-disp-step.exp: ... here and ...
3248 * gdb.base/valgrind-infcall.exp: ... here.
3249
3250 2018-10-31 Tom de Vries <tdevries@suse.de>
3251
3252 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3253
3254 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3255
3256 * gdb.dwarf2/void-type.c: New file.
3257 * gdb.dwarf2/void-type.exp: New file.
3258
3259 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3260
3261 * gdb.base/info_qt.c: New file.
3262 * gdb.base/info_qt.exp: New file.
3263
3264 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3265
3266 * gdb.arch/powerpc-htm-regs.c: New file.
3267 * gdb.arch/powerpc-htm-regs.exp: New file.
3268
3269 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3270
3271 * gdb.arch/powerpc-tar.c: New file.
3272 * gdb.arch/powerpc-tar.exp: New file.
3273
3274 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3275
3276 * gdb.arch/powerpc-ppr-dscr.c: New file.
3277 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3278
3279 2018-10-25 Tom de Vries <tdevries@suse.de>
3280
3281 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3282
3283 2018-10-24 Tom de Vries <tdevries@suse.de>
3284
3285 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3286 longer exists error.
3287
3288 2018-10-24 Tom de Vries <tdevries@suse.de>
3289
3290 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3291
3292 2018-10-24 Tom de Vries <tdevries@suse.de>
3293
3294 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3295 --db-attach in valgrind.
3296
3297 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3298
3299 * gdb.arch/riscv-reg-aliases.c: New file.
3300 * gdb.arch/riscv-reg-aliases.exp: New file.
3301
3302 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3303
3304 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3305
3306 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3307
3308 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3309
3310 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3311
3312 * gdb.cp/ovldbreak.exp: Fix regexps.
3313
3314 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3315
3316 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3317
3318 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3319
3320 PR cli/23785
3321 * gdb.base/restore.exp: New test to check if "restore" with an
3322 invalid file doesn't segfault.
3323
3324 2018-10-18 Tom de Vries <tdevries@suse.de>
3325
3326 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3327 * gdb.ada/excep_handle.exp: Same.
3328 * gdb.ada/mi_string_access.exp: Same.
3329 * gdb.ada/mi_var_union.exp: Same.
3330 * gdb.arch/arc-analyze-prologue.exp: Same.
3331 * gdb.arch/arc-decode-insn.exp: Same.
3332 * gdb.base/readnever.exp: Same.
3333 * gdb.fortran/printing-types.exp: Same.
3334 * gdb.guile/scm-lazy-string.exp: Same.
3335
3336 2018-10-16 Tom de Vries <tdevries@suse.de>
3337
3338 PR gdb/23730
3339 * gdb.base/catch-follow-exec.c: Add copyright notice.
3340 * gdb.base/catch-follow-exec.exp: Rewrite to use
3341 gdb_spawn_with_cmdline_opts. Require gdb-native.
3342
3343 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3344
3345 * gdb.trace/actions-changed.exp: Check for arch support.
3346 * gdb.trace/actions.exp: Likewise.
3347 * gdb.trace/ax.exp: Likewise.
3348 * gdb.trace/backtrace.exp: Likewise.
3349 * gdb.trace/change-loc.exp: Likewise.
3350 * gdb.trace/deltrace.exp: Likewise.
3351 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3352 * gdb.trace/ftrace.exp: Likewise.
3353 * gdb.trace/infotrace.exp: Check for arch support.
3354 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3355 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3356 * gdb.trace/mi-tsv-changed.exp: Likewise.
3357 * gdb.trace/packetlen.exp: Likewise.
3358 * gdb.trace/passc-dyn.exp: Likewise.
3359 * gdb.trace/passcount.exp: Likewise.
3360 * gdb.trace/pending.exp: Likewise.
3361 * gdb.trace/range-stepping.exp: Check for shlib support.
3362 * gdb.trace/report.exp: Check for arch support.
3363 * gdb.trace/save-trace.exp: Likewise.
3364 * gdb.trace/signal.exp: Check for signal support.
3365 * gdb.trace/tfind.exp: Check for arch support.
3366 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3367 * gdb.trace/trace-common.h: Add comment.
3368 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3369 * gdb.trace/trace-enable-disable.exp: Likewise.
3370 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3371 * gdb.trace/tracecmd.exp: Check for arch support.
3372 * gdb.trace/tspeed.exp: Check for shlib and target support.
3373 * gdb.trace/tstatus.exp: Check for arch support.
3374 * gdb.trace/tsv.exp: Likewise.
3375 * gdb.trace/while-dyn.exp: Likewise.
3376 * gdb.trace/while-stepping.exp: Likewise.
3377 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3378
3379 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3380
3381 * gdb.trace/tspeed.exp: Remove nowarnings.
3382 (prepare_for_trace_test): Declare "global ipalib".
3383 * gdb.trace/tspeed.c: Include unistd.h.
3384 (main): Remove superfluous printf argument.
3385
3386 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3387
3388 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3389 directory prefix on the filename.
3390
3391 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3392
3393 * gdb.gdb/unittest.exp: Update expected message informing that
3394 selftests have been disabled.
3395 * gdb.server/unittest.exp: Likewise.
3396
3397 2018-10-09 Tom de Vries <tdevries@suse.de>
3398
3399 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3400 with runto_main.
3401
3402 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3403
3404 PR c++/16841
3405 * gdb.cp/virtbase2.cc: New file.
3406 * gdb.cp/virtbase2.exp: New file.
3407
3408 2018-10-06 Tom Tromey <tom@tromey.com>
3409
3410 PR python/19399:
3411 * gdb.python/py-inferior.exp: Add architecture test.
3412
3413 2018-10-06 Tom Tromey <tom@tromey.com>
3414
3415 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3416 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3417
3418 2018-10-06 Tom Tromey <tom@tromey.com>
3419
3420 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3421 of a "throw" catchpoint.
3422
3423 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3424
3425 * gdb.base/info-proc.exp: Update string expected from "help info
3426 proc".
3427
3428 2018-10-04 Tom Tromey <tom@tromey.com>
3429
3430 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3431 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3432 (test_initial_complaints, test_empty_complaints): Update.
3433 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3434
3435 2018-10-04 Tom Tromey <tom@tromey.com>
3436
3437 PR cli/19551:
3438 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3439 * lib/gdb.exp (gdb_file_cmd): Update.
3440 * gdb.stabs/weird.exp (print_weird_var): Update.
3441 * gdb.server/solib-list.exp: Update.
3442 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3443 * gdb.mi/mi-cli.exp: Update.
3444 * gdb.linespec/linespec.exp: Update.
3445 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3446 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3447 * gdb.cp/cp-relocate.exp: Update.
3448 * gdb.base/sym-file.exp: Update.
3449 * gdb.base/relocate.exp: Update.
3450 * gdb.base/readnever.exp: Update.
3451 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3452 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3453 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3454 * gdb.base/code_elim.exp: Update.
3455 * gdb.base/break-unload-file.exp (test_break): Update.
3456 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3457 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3458 Update.
3459 * gdb.base/attach.exp (do_attach_tests): Update.
3460 * gdb.base/sepdebug.exp: Update.
3461 * gdb.python/py-section-script.exp: Update.
3462
3463 2018-10-04 Tom Tromey <tom@tromey.com>
3464
3465 PR cli/22234:
3466 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3467 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3468 output.
3469
3470 2018-10-04 Tom Tromey <tom@tromey.com>
3471
3472 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3473 set width and height to 0.
3474 (test_command_line_attach_run): Use -quiet.
3475
3476 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3477
3478 * lib/gdb.exp (skip_ifunc_tests): New.
3479 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3480 other compile failures.
3481 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3482
3483 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3484
3485 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3486 is_amd64_regs_target.
3487
3488 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3489
3490 * gdb.arch/aarch64-sighandler-regs.c: New test.
3491 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3492 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3493
3494 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3495
3496 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3497 assembly.
3498
3499 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3500
3501 * gdb.base/frame-selection.exp: New file.
3502 * gdb.base/frame-selection.c: New file.
3503
3504 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3505
3506 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3507 pthread barrier.
3508 (main): Likewise.
3509
3510 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3511
3512 * gdb.base/large-frame-1.c: New file.
3513 * gdb.base/large-frame-2.c: New file.
3514 * gdb.base/large-frame.exp: New file.
3515 * gdb.base/large-frame.h: New file.
3516
3517 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3518
3519 PR gdb/20948
3520 * gdb.base/write_mem.exp: New test.
3521 * gdb.base/write_mem.c: Likewise.
3522
3523 2018-09-23 Tom Tromey <tom@tromey.com>
3524
3525 PR python/18852:
3526 * gdb.python/py-parameter.exp: Add test for parameter that throws
3527 on "set".
3528
3529 2018-09-23 Tom Tromey <tom@tromey.com>
3530
3531 PR python/17284:
3532 * gdb.python/py-template.exp (test_template_arg): Add test for
3533 negative template argument number.
3534
3535 2018-09-23 Tom Tromey <tom@tromey.com>
3536
3537 PR python/14062:
3538 * gdb.python/python.exp: Add test for post_event error.
3539
3540 2018-09-23 Tom Tromey <tom@tromey.com>
3541
3542 PR python/18170:
3543 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3544 convert pointers to int and long.
3545
3546 2018-09-23 Tom Tromey <tom@tromey.com>
3547
3548 PR python/20126:
3549 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3550 signed-ness conversion tests.
3551
3552 2018-09-23 Tom Tromey <tom@tromey.com>
3553
3554 PR python/18352;
3555 * gdb.python/py-value.exp (test_float_conversion): New proc.
3556 Use it.
3557
3558 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3559
3560 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3561
3562 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3563
3564 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3565 no readline.
3566 * gdb.base/utf8-identifiers.exp: Likewise.
3567 * gdb.cp/cpcompletion.exp: Likewise.
3568 * gdb.linespec/cpcompletion.exp: Likewise.
3569 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3570 * gdb.linespec/cpls-ops.exp: Likewise.
3571
3572 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3573 Chris January <chris.january@arm.com>
3574
3575 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3576 * gdb.fortran/short-circuit-argument-list.exp: New file.
3577 * gdb.fortran/short-circuit-argument-list.f90: New test.
3578
3579 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3580
3581 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3582 "arch=" keyword when executing "-stack-list-frames".
3583
3584 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3585
3586 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3587 "arch=" keyword when executing "-stack-list-frames".
3588
3589 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3590
3591 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3592 break ada".
3593
3594 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3595
3596 PR python/23669
3597 * gdb.python/python.exp: Test gdb.execute("show commands").
3598
3599 2018-09-16 Tom Tromey <tom@tromey.com>
3600
3601 * gdb.base/new-ui.exp (do_execution_tests): Update.
3602 * gdb.base/dbx.exp (test_breakpoints): Update.
3603
3604 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3605
3606 * lib/gdb.exp (gdb_simple_compile): Add proc.
3607 (is_elf_target): Use gdb_simple_compile.
3608 (skip_altivec_tests): Likewise.
3609 (skip_vsx_tests): Likewise.
3610 (skip_tsx_tests): Likewise.
3611 (skip_btrace_tests): Likewise.
3612 (skip_btrace_pt_tests): Likewise.
3613 (gdb_can_simple_compile): Likewise.
3614 (gdb_has_argv0): Likewise.
3615 (gdb_target_symbol_prefix): Likewise.
3616 (target_supports_scheduler_locking): Likewise.
3617
3618 2018-09-13 Tom Tromey <tom@tromey.com>
3619
3620 * Makefile.in (TAGS): Recognize proc_with_prefix and
3621 gdb_caching_proc.
3622
3623 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3624
3625 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3626 method.
3627
3628 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3629
3630 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3631 and a few other Inferior properties when the Inferior is no
3632 longer valid.
3633
3634 2018-09-13 Tom Tromey <tom@tromey.com>
3635
3636 PR rust/23650:
3637 * gdb.rust/simple.exp: Add test for enum field access error.
3638
3639 2018-09-13 Tom Tromey <tom@tromey.com>
3640
3641 PR rust/23626:
3642 * gdb.rust/simple.rs (EmptyEnum): New type.
3643 (main): Use it.
3644 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3645
3646 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3647
3648 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3649 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3650 * gdb.python/py-symtab.exp: Update test printing an objfile.
3651
3652 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3653
3654 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3655 object.
3656
3657 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3658
3659 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3660 (support_complex_tests): Use gdb_can_simple_compile.
3661 (is_ilp32_target): Likewise.
3662 (is_lp64_target): Likewise.
3663 (is_64_target): Likewise.
3664 (is_amd64_regs_target): Likewise.
3665 (is_aarch32_target): Likewise.
3666 (gdb_int128_helper): Likewise.
3667
3668 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3669
3670 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3671
3672 2018-09-10 Jerome Guitton <guitton@adacore.com>
3673
3674 * gdb.ada/same_component_name: Add test for case of tagged record
3675 with variable-length fields.
3676
3677 2018-09-10 Xavier Roirand <roirand@adacore.com>
3678
3679 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3680 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3681 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3682 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3683
3684 2018-09-10 Xavier Roirand <roirand@adacore.com>
3685
3686 * gdb.ada/mi_string_access.exp: New testcase.
3687 * gdb.ada/mi_string_access/bar.adb: New file.
3688 * gdb.ada/mi_string_access/pck.adb: New file.
3689 * gdb.ada/mi_string_access/pck.asd: New file.
3690
3691 2018-09-10 Xavier Roirand <roirand@adacore.com>
3692
3693 * gdb.ada/mi_var_union.exp: New testcase.
3694 * gdb.ada/mi_var_union/bar.adb: New file.
3695 * gdb.ada/mi_var_union/pck.adb: New file.
3696 * gdb.ada/mi_var_union/pck.asd: New file.
3697
3698 2018-09-08 Tom Tromey <tom@tromey.com>
3699
3700 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3701
3702 2018-09-08 Tom Tromey <tom@tromey.com>
3703
3704 PR python/16047:
3705 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3706 (register_pretty_printers): Register new printer.
3707 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3708 test.
3709 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3710 (an_int_type3): New global.
3711
3712 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3713
3714 * gdb.ada/expr_with_funcall: New testcase.
3715
3716 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3717
3718 * gdb.ada/packed_array_assign: New testcase.
3719
3720 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3723 names, and add test prefixes to make test names unique.
3724
3725 2018-09-05 Tom de Vries <tdevries@suse.de>
3726
3727 * gdb.dwarf2/varval.exp: Add test.
3728
3729 2018-09-04 Gary Benson <gbenson@redhat.com>
3730
3731 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3732 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3733
3734 2018-08-31 Tom Tromey <tom@tromey.com>
3735
3736 * gdb.rust/simple.rs: Rename second variable "v".
3737
3738 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3739
3740 * gdb.base/funcargs.c (use_a): New function.
3741 (recurse): Call use_a.
3742
3743 2018-08-29 Keith Seitz <keiths@redhat.com>
3744
3745 * gdb.compile/compile-cplus-anonymous.cc: New file.
3746 * gdb.compile/compile-cplus-anonymous.exp: New file.
3747 * gdb.compile/compile-cplus-array-decay.cc: New file.
3748 * gdb.compile/compile-cplus-array-decay.exp: New file.
3749 * gdb.compile/compile-cplus-inherit.cc: New file.
3750 * gdb.compile/compile-cplus-inherit.exp: New file.
3751 * gdb.compile/compile-cplus-member.cc: New file.
3752 * gdb.compile/compile-cplus-member.exp: New file.
3753 * gdb.compile/compile-cplus-method.cc: New file.
3754 * gdb.compile/compile-cplus-method.exp: New file.
3755 * gdb.compile/compile-cplus-mod.c: "New" file.
3756 * gdb.compile/compile-cplus-namespace.cc: New file.
3757 * gdb.compile/compile-cplus-namespace.exp: New file.
3758 * gdb.compile/compile-cplus-nested.cc: New file.
3759 * gdb.compile/compile-cplus-nested.exp: New file.
3760 * gdb.compile/compile-cplus-print.c: "New" file.
3761 * gdb.compile/compile-cplus-print.exp: "New" file.
3762 * gdb.compile/compile-cplus-virtual.cc: New file.
3763 * gdb.compile/compile-cplus-virtual.exp: New file.
3764 * gdb.compile/compile-cplus.c: "New" file.
3765 * gdb.compile/compile-cplus.exp: "New" file.
3766 * lib/compile-support.exp: New file.
3767
3768 2018-08-16 Gary Benson <gbenson@redhat.com>
3769
3770 PR gdb/13000:
3771 * gdb.base/batch-exit-status.exp: New file.
3772 * gdb.base/batch-exit-status.good-commands: Likewise.
3773 * gdb.base/batch-exit-status.bad-commands: Likewise.
3774
3775 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3776
3777 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3778 (struct struct02): Likewise.
3779 (struct struct03): Likewise.
3780 (struct struct04): Likewise.
3781 (struct struct_01_01): New struct.
3782 (struct struct_01_02): Likewise.
3783 (struct struct_01_03): Likewise.
3784 (struct struct_01_04): Likewise.
3785 (struct struct_02_01): Likewise.
3786 (struct struct_02_02): Likewise.
3787 (struct struct_02_03): Likewise.
3788 (struct struct_02_04): Likewise.
3789 (struct struct_04_01): Likewise.
3790 (struct struct_04_02): Likewise.
3791 (struct struct_04_03): Likewise.
3792 (struct struct_04_04): Likewise.
3793 (struct struct_05_01): Likewise.
3794 (struct struct_05_02): Likewise.
3795 (struct struct_05_03): Likewise.
3796 (struct struct_05_04): Likewise.
3797 (cmp_struct01): Remove function.
3798 (cmp_struct02): Likewise.
3799 (cmp_struct03): Likewise.
3800 (cmp_struct04): Likewise.
3801 (cmp_struct_01_01): Add Function.
3802 (cmp_struct_01_02): Likewise.
3803 (cmp_struct_01_03): Likewise.
3804 (cmp_struct_01_04): Likewise.
3805 (cmp_struct_02_01): Likewise.
3806 (cmp_struct_02_02): Likewise.
3807 (cmp_struct_02_03): Likewise.
3808 (cmp_struct_02_04): Likewise.
3809 (cmp_struct_04_01): Likewise.
3810 (cmp_struct_04_02): Likewise.
3811 (cmp_struct_04_03): Likewise.
3812 (cmp_struct_04_04): Likewise.
3813 (cmp_struct_05_01): Likewise.
3814 (cmp_struct_05_02): Likewise.
3815 (cmp_struct_05_03): Likewise.
3816 (cmp_struct_05_04): Likewise.
3817 (call_all): Add new structs.
3818 * gdb.base/infcall-nested-structs.exp: Likewise.
3819
3820 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3821
3822 * gdb.python/py-framefilter-mi.exp: Update regexp to
3823 check for "arch" field in frame output.
3824
3825 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3826
3827 * gdb.dwarf2/dw2-ranges-func.c: New file.
3828 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3829
3830 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3831
3832 * gdb.base/term.exp: Compare terminal settings with values from
3833 the inferior.
3834 * gdb.base/term.c: Get and set terminal settings.
3835
3836 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3837
3838 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3839 accommodate new "arch" field in frame output.
3840 * gdb.mi/mi-return.exp: Likewise.
3841 * gdb.mi/mi-stack.exp: Likewise.
3842 * gdb.mi/mi-syn-frame.exp: Likewise.
3843 * gdb.mi/user-selected-context-sync.exp: Likewise.
3844
3845 2018-08-19 Michael Spang <spang@google.com>
3846
3847 PR gdb/11786
3848 * gdb.base/gcore-tls-pie.c: New file.
3849 * gdb.base/gcore-tls-pie.exp: New file.
3850
3851 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3852
3853 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3854 * gdb.dwarf2/varval.c: New file.
3855 * gdb.dwarf2/varval.exp: New file.
3856
3857 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3858
3859 PR gdb/18931
3860 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3861
3862 2018-08-16 Keith Seitz <keiths@redhat.com>
3863
3864 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3865 tests expected to pass.
3866
3867 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3868
3869 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3870 -data-disassemble -a.
3871 (test_disassembly_bogus_args): Likewise.
3872
3873 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3874
3875 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3876
3877 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 * gdb.base/vla-optimized-out.exp: Add new test.
3880
3881 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3882
3883 * gdb.base/vla-optimized-out-o3.exp: Delete.
3884 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3885 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3886 deleted tests.
3887
3888 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3889
3890 PR gdb/18050:
3891 * gdb.server/extended-remote-restart.c: New file.
3892 * gdb.server/extended-remote-restart.exp: New file.
3893
3894 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3895
3896 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3897 "set variable index = 42".
3898
3899 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3900
3901 * boards/index-cache-gdb.exp: New file.
3902 * gdb.dwarf2/index-cache.exp: New file.
3903 * gdb.dwarf2/index-cache.c: New file.
3904 * gdb.base/maint.exp: Check if we are using the index cache.
3905
3906 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3907
3908 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3909 MAKEFLAGS.
3910
3911 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3912
3913 * dg-extract-results.sh: Move to toplevel contrib.
3914 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3915 * Makefile.in (check-parallel-racy): Likewise.
3916
3917 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3918
3919 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3920 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3921 tests if the target supports scheduler locking.
3922
3923 2018-08-04 Tom de Vries <tdevries@suse.de>
3924
3925 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3926
3927 2018-08-02 Tom Tromey <tom@tromey.com>
3928
3929 PR symtab/16842.
3930 * gdb.cp/temargs.exp: Test "info address" of a template
3931 parameter.
3932
3933 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3934
3935 * gdb.python/py-mi-var-info-path-expression.c: New file.
3936 * gdb.python/py-mi-var-info-path-expression.py: New file.
3937 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3938
3939 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3940
3941 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3942 error after "cannot resolve name" string.
3943
3944 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3945
3946 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3947 started.
3948 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3949
3950 2018-07-28 Tom de Vries <tdevries@suse.de>
3951
3952 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3953
3954 2018-07-26 Tom de Vries <tdevries@suse.de>
3955
3956 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3957
3958 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3959
3960 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3961 is visible.
3962
3963 2018-07-26 Tom de Vries <tdevries@suse.de>
3964
3965 PR breakpoints/23366
3966 * gdb.base/catch-follow-exec.c: New test.
3967 * gdb.base/catch-follow-exec.exp: New file.
3968
3969 2018-07-25 Tom de Vries <tdevries@suse.de>
3970
3971 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3972 vla-optimized-out.c.
3973
3974 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3975
3976 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3977 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3978
3979 2018-07-20 Tom de Vries <tdevries@suse.de>
3980
3981 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3982 NOCLONE macro.
3983 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3984
3985 2018-07-19 Tom de Vries <tdevries@suse.de>
3986
3987 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3988 regular expression.
3989
3990 2018-07-18 Tom de Vries <tdevries@suse.de>
3991
3992 * gdb.base/vla-optimized-out.c: New test.
3993 * gdb.base/vla-optimized-out.exp: New file.
3994
3995 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3996
3997 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3998 message "No address associated with hostname" when gdbserver
3999 cannot resolve the hostname.
4000
4001 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4002
4003 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4004 Add some test prefixes to make tests unique.
4005
4006 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4007
4008 * gdb.base/frameapply.c: New file.
4009 * gdb.base/frameapply.exp: New file.
4010
4011 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4012
4013 * gdb.base/skip.exp: Update expected error message.
4014
4015 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4016 Jan Kratochvil <jan.kratochvil@redhat.com>
4017 Paul Fertser <fercerpav@gmail.com>
4018 Tsutomu Seki <sekiriki@gmail.com>
4019
4020 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4021 parameter.
4022 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4023 by default.
4024 * boards/native-gdbserver.exp: Likewise.
4025 * gdb.server/run-without-local-binary.exp: Improve regexp used
4026 for detecting when a remote debugging connection succeeds.
4027 * gdb.server/server-connect.exp: New file.
4028 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4029 Do not prefix the port number with ":".
4030 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4031 support for detecting and using it. Add '$debughost_gdbserver'
4032 to the list of arguments used to start gdbserver. Handle case
4033 when gdbserver cannot resolve a network name.
4034
4035 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4036
4037 PR c++/23373
4038 * gdb.base/ptype-offsets.cc (struct static_member): New
4039 struct.
4040 (main) <stmember>: New variable.
4041 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4042 with a static member in it.
4043
4044 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4045
4046 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4047 watchpoints enabled and disabled.
4048
4049 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4050
4051 * gdb.base/examine-backward.exp: Still run tests around address
4052 0x0, even if address 0x0 is not readable. Update the pattern for
4053 matching address 0x0 in expected output.
4054
4055 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4056
4057 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4058 malloc/free.
4059
4060 2018-07-04 Tom de Vries <tdevries@suse.de>
4061
4062 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4063
4064 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4065
4066 PR tdep/8282
4067 * gdb.arch/mips-disassembler-options.exp: New test.
4068 * gdb.arch/mips-disassembler-options.s: New test source.
4069
4070 2018-06-29 Pedro Alves <palves@redhat.com>
4071
4072 * gdb.threads/names.exp: Adjust expected "info threads" output.
4073
4074 2018-06-29 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.opt/inline-break.exp (line number, address): Add "info
4077 break" tests.
4078
4079 2018-06-29 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4082 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4083 number and address and running to them.
4084
4085 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4086
4087 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4088
4089 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4090
4091 * lib/compiler.c: Remove executable permission flag.
4092
4093 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4094
4095 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4096 code.
4097 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4098
4099 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4100
4101 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4102
4103 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4104
4105 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4106 address argument is omitted.
4107
4108 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4109
4110 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4111
4112 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4113
4114 PR gdb/21695
4115 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4116 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4117
4118 2018-06-26 Tom Tromey <tom@tromey.com>
4119
4120 PR rust/22574:
4121 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4122 * gdb.rust/simple.rs (struct SimpleLayout): New.
4123
4124 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4125
4126 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4127 "info registers" output.
4128
4129 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4130
4131 * gdb.base/watchpoint-hw-attach.c: New test.
4132 * gdb.base/watchpoint-hw-attach.exp: New file.
4133
4134 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4135
4136 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4137 through /bin/sh.
4138 * boards/dwarf4-gdb-index.exp: Likewise.
4139 * boards/fission-dwp.exp: Likewise.
4140
4141 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4142
4143 * gdb.base/float128.exp: Add comment and improved fail message
4144 to the failure case of "print large128" test.
4145
4146 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4147
4148 * configure.ac: Remove AC_PREREQ.
4149 * configure: Re-generate.
4150
4151 2018-06-19 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4154 (func_extern_caller): New.
4155 (main): Call func_extern_caller.
4156 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4157 logic change.
4158
4159 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4160
4161 PR gdb/16841
4162 * gdb.cp/typedef-base.cc: New file.
4163 * gdb.cp/typedef-base.exp: New file.
4164
4165 2018-06-18 Tom de Vries <tdevries@suse.de>
4166
4167 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4168
4169 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4170 Richard Bunt <Richard.Bunt@arm.com>
4171
4172 * gdb.threads/attach-slow-waitpid.c: New file.
4173 * gdb.threads/attach-slow-waitpid.exp: New file.
4174 * gdb.threads/slow-waitpid.c: New file.
4175
4176 2018-06-14 Pedro Alves <palves@redhat.com>
4177
4178 * gdb.base/fork-running-state.c: Include <errno.h>.
4179 (exit_if_relative_exits): New.
4180 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4181 exits.
4182 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4183 child exits.
4184
4185 2018-06-14 Tom de Vries <tdevries@suse.de>
4186
4187 PR cli/22573
4188 * gdb.base/finish-pretty.c: New test.
4189 * gdb.base/finish-pretty.exp: New file.
4190
4191 2018-06-14 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4194 gdb's expected startup output.
4195
4196 2018-06-14 Pedro Alves <palves@redhat.com>
4197
4198 * lib/selftest-support.exp (selftest_setup): Remove inlined
4199 function handling.
4200
4201 2018-06-14 Tom de Vries <tdevries@suse.de>
4202
4203 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4204 matching of breakpoint printing.
4205
4206 2018-06-13 Tom de Vries <tdevries@suse.de>
4207
4208 PR testsuite/23269
4209 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4210 (fork_child): ... here, and ...
4211 (fork_parent): ... here.
4212
4213 2018-06-12 Tom de Vries <tdevries@suse.de>
4214
4215 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4216
4217 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4218 Stephen Roberts <stephen.roberts@arm.com>
4219
4220 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4221 rewrite test to describe action performed, rather than possible
4222 failure.
4223
4224 2018-06-08 Gary Benson <gbenson@redhat.com>
4225
4226 * gdb.threads/check-libthread-db.exp: New file.
4227 * gdb.threads/check-libthread-db.c: Likewise.
4228
4229 2018-06-05 Tom Tromey <tom@tromey.com>
4230
4231 * gdb.base/default.exp: Update expected "show version" output.
4232
4233 2018-06-05 Tom Tromey <tom@tromey.com>
4234
4235 PR cli/12326:
4236 * gdb.cp/static-print-quit.exp: Update.
4237 * lib/gdb.exp (pagination_prompt): Update.
4238 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4239 * gdb.python/python.exp: Update.
4240
4241 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4242
4243 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4244
4245 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4246
4247 * gdb.ada/bp_fun_addr: New testcase.
4248
4249 2018-06-01 Tom Tromey <tom@tromey.com>
4250
4251 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4252 results.
4253 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4254 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4255 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4256 * gdb.base/maint.exp (maint_pass_if): Update.
4257
4258 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4259
4260 * gdb.base/endian.exp: New test.
4261 * gdb.base/endian.c: New test source.
4262
4263 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4264
4265 PR gdb/23203
4266 * gdb.base/bt-selected-frame.c: New file.
4267 * gdb.base/bt-selected-frame.exp: New file.
4268 * lib/gdb.exp (get_current_frame_number): New function.
4269
4270 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4271 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.threads/tls-core.c: Include <stdlib.h>
4274 (thread_proc): Call `abort'.
4275 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4276 (tls_core_test): New procedure, bits factored out from ...
4277 (top level): ... here. Test both native cores and gcore cores.
4278
4279 2018-05-23 Tom Tromey <tom@tromey.com>
4280
4281 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4282
4283 2018-05-23 Tom Tromey <tom@tromey.com>
4284
4285 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4286 symfile_complaints.
4287 (test_short_complaints): Likewise.
4288 (test_empty_complaints): Likewise.
4289 (test_initial_complaints): Update.
4290
4291 2018-05-23 Tom Tromey <tom@tromey.com>
4292
4293 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4294
4295 2018-05-23 Tom Tromey <tom@tromey.com>
4296
4297 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4298 (test_short_complaints): Update.
4299
4300 2018-05-22 Pedro Alves <palves@redhat.com>
4301
4302 * gdb.base/remote.exp: Only gdb_start after compiling the
4303 testcase. Issue "disconnect" before testing "set remote" command
4304 defaults. Issue clean_restart before running to main.
4305
4306 2018-05-22 Pedro Alves <palves@redhat.com>
4307
4308 * gdb.base/remote.exp: Adjust expected output of "show remote
4309 memory-write-packet-size". Add tests for "set remote
4310 memory-write-packet-size 0" and "set remote
4311 memory-write-packet-size fixed/limit".
4312
4313 2018-05-22 Pedro Alves <palves@redhat.com>
4314
4315 PR gdb/22973
4316 * gdb.base/utf8-identifiers.c: New file.
4317 * gdb.base/utf8-identifiers.exp: New file.
4318
4319 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4320
4321 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4322
4323 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4324
4325 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4326
4327 2018-05-18 Tom Tromey <tom@tromey.com>
4328
4329 * gdb.base/ptype-offsets.exp: Update.
4330
4331 2018-05-17 Keith Seitz <keiths@redhat.com>
4332
4333 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4334 in expected breakpoint stop locations.
4335 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4336 move to proper scope to test variable values.
4337 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4338 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4339 New functions.
4340 (main): Call not_inline_func3.
4341 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4342 inline_func1, inline_func2, and inline_func3. Test that when each
4343 breakpoint is hit, GDB properly reports both the stop location
4344 and the backtrace. Repeat tests for temporary breakpoints.
4345
4346 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4347
4348 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4349 rather then trying to access it in determining whether the PID
4350 of `gdbserver' could have been retrieved.
4351
4352 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4353
4354 * gdb.arch/amd64-init-x87-values.S: New file.
4355 * gdb.arch/amd64-init-x87-values.exp: New file.
4356
4357 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4358
4359 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4360
4361 2018-05-04 Tom Tromey <tom@tromey.com>
4362
4363 PR python/22730:
4364 * gdb.python/python.exp: Test multi-line execute.
4365
4366 2018-05-04 Tom Tromey <tom@tromey.com>
4367
4368 PR python/22731:
4369 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4370
4371 2018-05-04 Tom Tromey <tom@tromey.com>
4372
4373 PR gdb/11750:
4374 * gdb.base/define.exp: Test defining a user command inside a user
4375 command.
4376 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4377
4378 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4379 Pedro Alves <palves@redhat.com>
4380
4381 PR breakpoints/19806 and support for PR external/20207.
4382 * gdb.base/watchpoint-unaligned.c: New file.
4383 * gdb.base/watchpoint-unaligned.exp: New file.
4384
4385 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4386
4387 * gdb.base/maint.exp: Make test names unique, use
4388 test_prefix_command_help to test 'help maint info', and remove
4389 repeated test of 'help maint'.
4390
4391 2018-05-04 Tom Tromey <tom@tromey.com>
4392
4393 PR gdb/22619:
4394 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4395 behavior.
4396
4397 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4398
4399 * gdb.base/maint.exp: Process output from 'maint print registers'
4400 line at a time.
4401
4402 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4403
4404 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4405 timeout.
4406
4407 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4408
4409 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4410 filter pattern.
4411
4412 2018-05-02 Pedro Alves <palves@redhat.com>
4413
4414 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4415 to_log_command renames.
4416 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4417
4418 2018-05-02 Tom Tromey <tom@tromey.com>
4419
4420 * gdb.python/py-parameter.exp: Set test message.
4421
4422 2018-05-02 Tom Tromey <tom@tromey.com>
4423
4424 PR python/20084:
4425 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4426 PARAM_ZUINTEGER_UNLIMITED tests.
4427
4428 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4429
4430 PR rust/23124
4431 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4432 when casting.
4433
4434 2018-04-30 Tom Tromey <tom@tromey.com>
4435
4436 * gdb.python/py-type.exp: Check align attribute.
4437 * gdb.python/py-type.c: New "aligncheck" global.
4438
4439 2018-04-30 Tom Tromey <tom@tromey.com>
4440
4441 PR exp/17095:
4442 * gdb.dwarf2/dw2-align.exp: New file.
4443 * gdb.cp/align.exp: New file.
4444 * gdb.base/align.exp: New file.
4445 * lib/gdb.exp (gdb_int128_helper): New proc.
4446 (has_int128_c, has_int128_cxx): New caching procs.
4447
4448 2018-04-27 Tom Tromey <tom@tromey.com>
4449
4450 PR rust/22545:
4451 * gdb.rust/simple.exp: Add inclusive range tests.
4452
4453 2018-04-26 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4456 ifunc breakpoint locations correctly of ifunc breakpoints set
4457 while the program resolves the ifunc.
4458
4459 2018-04-26 Pedro Alves <palves@redhat.com>
4460
4461 * gdb.base/gnu-ifunc-final.c: New file.
4462 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4463 * gdb.base/gnu-ifunc.exp (executable): Delete.
4464 (staticexecutable): Adjust.
4465 (lib_opts, exec_opts): Delete.
4466 (make_binsuffix, build, set-break): New procedures.
4467 (misc_tests): New, with tests factored out from the top level.
4468 (top level): Test different combinations of ifunc resolver name,
4469 resolver with and with debug info, and ifunc target with and
4470 without debug info. Wrap static tests with with_target_prefix.
4471
4472 2018-04-26 Pedro Alves <palves@redhat.com>
4473
4474 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4475 return type" warnings.
4476
4477 2018-04-25 Pedro Alves <palves@redhat.com>
4478
4479 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4480 killed".
4481 * gdb.base/kill-after-signal.exp: Likewise.
4482 * gdb.threads/kill.exp: Likewise.
4483
4484 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4485 Sergio Durigan Junior <sergiodj@redhat.com>
4486 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4489 regexps to expect for '[Inferior ... detached]' as well.
4490 * gdb.base/attach.exp: Likewise.
4491 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4492 "gdb_continue_to_end".
4493 (test_catch_syscall_with_wrong_args): Likewise.
4494 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4495 ']'. Don't set 'verbose' on.
4496 * gdb.base/foll-vfork.exp: Likewise.
4497 * gdb.base/fork-print-inferior-events.c: New file.
4498 * gdb.base/fork-print-inferior-events.exp: New file.
4499 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4500 '[Inferior ... has been killed]' message.
4501 * gdb.base/kill-after-signal.exp: Likewise.
4502 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4503 detach message.
4504 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4505 message.
4506 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4507 regexps to expect for '[Inferior ... detached]' as well.
4508 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4509
4510 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4511
4512 PR gdb/23104
4513 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4514
4515 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4516
4517 PR gdb/23095
4518 * gdb.base/break-probes.exp: Pass shlib_load to
4519 prepare_for_testing. Set normal_bp to r_debug_state if target is
4520 bsd.
4521
4522 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4523
4524 * gdb.threads/multiple-successive-infcall.c: New test.
4525 * gdb.threads/multiple-successive-infcall.exp: New file.
4526
4527 2018-04-17 Tom Tromey <tom@tromey.com>
4528
4529 * gdb.rust/simple.rs (Union): New type.
4530 (main): New local "u".
4531 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4532
4533 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4534
4535 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4536 number information in output of "whereis" command.
4537 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4538
4539 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4540
4541 * gdb.ada/info_types.exp: Adjust expected output to the line
4542 numbers now printed by "info var/func/type".
4543 * gdb.base/completion.exp: Likewise.
4544 * gdb.base/included.exp: Likewise.
4545 * gdb.cp/cp-relocate.exp: Likewise.
4546 * gdb.cp/cplusfuncs.exp: Likewise.
4547 * gdb.cp/namespace.exp: Likewise.
4548 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4549
4550 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4551
4552 * gdb.btrace/cpu.exp: New.
4553
4554 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4555
4556 * gdb.base/step-indirect-call-thunk.exp: New.
4557 * gdb.base/step-indirect-call-thunk.c: New.
4558 * gdb.reverse/step-indirect-call-thunk.exp: New.
4559 * gdb.reverse/step-indirect-call-thunk.c: New.
4560
4561 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4562
4563 * gdb.base/pie-fork.c: New file.
4564 * gdb.base/pie-fork.exp: New file.
4565
4566 2018-04-11 Tom Tromey <tom@tromey.com>
4567
4568 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4569
4570 2018-04-10 Pedro Alves <palves@redhat.com>
4571
4572 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4573 exits. Instead loop running forever.
4574 (fork_parent): Run forever too.
4575
4576 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4577
4578 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4579 mi_continue_to_line.
4580 * gdb.mi/mi-stack.c (callee4): Add comment.
4581
4582 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4583
4584 * gdb.mi/mi-stack.exp: Fix indentation.
4585
4586 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4587
4588 PR gdb/22979
4589 * gdb.arch/amd64-osabi.exp: New file.
4590
4591 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4592
4593 PR gdb/22980
4594 * gdb.base/osabi.exp: New file.
4595
4596 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4597
4598 * gdb.cp/static-typedef-print.exp: New file.
4599 * gdb.cp/static-typedef-print.cc: New file.
4600
4601 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4602
4603 * gdb.ada/varsize_limit: New testcase.
4604
4605 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4606
4607 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4608
4609 * gdb.ada/notcplusplus: New testcase.
4610
4611 * gdb.base/c-linkage-name.c: New file.
4612 * gdb.base/c-linkage-name.exp: New testcase.
4613
4614 2018-03-26 Tom Tromey <tom@tromey.com>
4615
4616 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4617 * gdb.python/py-framefilter.py (name_error): New global.
4618 (ErrorInName.function): Use name_error.
4619
4620 2018-03-26 Tom Tromey <tom@tromey.com>
4621
4622 PR backtrace/15582:
4623 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4624
4625 2018-03-23 Keith Seitz <keiths@redhat.com>
4626
4627 PR c++/22968
4628 * gdb.cp/subtypes.exp: New file.
4629 * gdb.cp/subtypes.h: New file.
4630 * gdb.cp/subtypes.cc: New file.
4631 * gdb.cp/subtypes-2.cc: New file.
4632
4633 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4634
4635 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4636 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4637 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4638 -nostartfiles when compiling the test. Confirm that all registers
4639 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4640
4641 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4642
4643 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4644 option, syntax was wrong anyway.
4645 * gdb.arch/arm-disp-step.exp: Likewise.
4646 * gdb.arch/sparc64-regs.exp: Likewise.
4647 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4648 option, syntax was wrong anyway, switch to use
4649 prepare_for_testing.
4650 * gdb.arch/i386-disp-step.exp: Likewise.
4651
4652 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4653
4654 * gdb.ada/exec_changed.exp: Replace "target_info exists
4655 use_gdb_stub" by "use_gdb_stub".
4656 * gdb.ada/start.exp: Likewise.
4657 * gdb.base/async-shell.exp: Likewise.
4658 * gdb.base/attach-pie-misread.exp: Likewise.
4659 * gdb.base/attach-wait-input.exp: Likewise.
4660 * gdb.base/break-entry.exp: Likewise.
4661 * gdb.base/break-interp.exp: Likewise.
4662 * gdb.base/dprintf-detach.exp: Likewise.
4663 * gdb.base/nostdlib.exp: Likewise.
4664 * gdb.base/solib-nodir.exp: Likewise.
4665 * gdb.base/statistics.exp: Likewise.
4666 * gdb.base/testenv.exp: Likewise.
4667 * gdb.mi/mi-exec-run.exp: Likewise.
4668 * gdb.mi/mi-start.exp: Likewise.
4669 * gdb.multi/dummy-frame-restore.exp: Likewise.
4670 * gdb.multi/multi-arch-exec.exp: Likewise.
4671 * gdb.multi/multi-arch.exp: Likewise.
4672 * gdb.multi/tids.exp: Likewise.
4673 * gdb.multi/watchpoint-multi.exp: Likewise.
4674 * gdb.python/py-events.exp: Likewise.
4675 * gdb.threads/attach-into-signal.exp: Likewise.
4676 * gdb.threads/attach-stopped.exp: Likewise.
4677 * gdb.threads/threadapply.exp: Likewise.
4678 * lib/selftest-support.exp: Likewise.
4679
4680 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4681
4682 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4683
4684 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4685
4686 * gdb.perf/template-breakpoints.cc: New file.
4687 * gdb.perf/template-breakpoints.exp: New file.
4688 * gdb.perf/template-breakpoints.py: New file.
4689
4690 2018-03-19 Tom Tromey <tom@tromey.com>
4691
4692 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4693 y0.
4694 * gdb.rust/simple.exp: Test bare identifier form of struct
4695 initializer.
4696
4697 2018-03-19 Tom Tromey <tom@tromey.com>
4698
4699 * gdb.gdb/observer.exp: Remove.
4700
4701 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4702
4703 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4704 "qualified" option when setting breakpoints.
4705 * gdb.trace/backtrace.exp: Likewise.
4706 * gdb.trace/circ.exp: Likewise.
4707 * gdb.trace/collection.exp: Likewise.
4708 * gdb.trace/disconnected-tracing.exp: Likewise.
4709 * gdb.trace/ftrace-lock.exp: Likewise.
4710 * gdb.trace/ftrace.exp: Likewise.
4711 * gdb.trace/infotrace.exp: Likewise.
4712 * gdb.trace/packetlen.exp: Likewise.
4713 * gdb.trace/passc-dyn.exp: Likewise.
4714 * gdb.trace/qtro.exp: Likewise.
4715 * gdb.trace/read-memory.exp: Likewise.
4716 * gdb.trace/report.exp: Likewise.
4717 * gdb.trace/signal.exp: Likewise.
4718 * gdb.trace/status-stop.exp: Likewise.
4719 * gdb.trace/strace.exp: Likewise.
4720 * gdb.trace/tfind.exp: Likewise.
4721 * gdb.trace/trace-break.exp: Likewise.
4722 * gdb.trace/trace-condition.exp: Likewise.
4723 * gdb.trace/trace-mt.exp: Likewise.
4724 * gdb.trace/tstatus.exp: Likewise.
4725 * gdb.trace/tsv.exp: Likewise.
4726 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4727 * gdb.trace/unavailable.exp: Likewise.
4728 * gdb.trace/while-dyn.exp: Likewise.
4729
4730 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4731
4732 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4733 that libinproctrace is copied to the target.
4734
4735 2018-03-14 Tom Tromey <tom@tromey.com>
4736
4737 PR cli/14977:
4738 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4739 a null pointer.
4740 * gdb.base/wchar.exp: Likewise.
4741
4742 2018-03-14 Tom Tromey <tom@tromey.com>
4743
4744 PR cli/19918:
4745 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4746 flag.
4747
4748 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4749
4750 PR gdb/22841
4751 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4752 "target" to remote_exec.
4753
4754 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4755
4756 PR gdb/22841
4757 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4758 ${board}_upload): Remove.
4759
4760 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4761
4762 * gdb.cp/watch-cp.cc: New test.
4763 * gdb.cp/watch-cp.exp: New file.
4764
4765 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4766
4767 * gdb.base/infcall-nested-structs.exp: New file.
4768 * gdb.base/infcall-nested-structs.c: New file.
4769 * gdb.base/float.exp: Add riscv support.
4770
4771 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4772
4773 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4774 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4775
4776 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4777
4778 * gdb.server/abspath.exp: New file.
4779 * lib/gdb.exp (with_cwd): New procedure.
4780
4781 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4782
4783 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4784 use it.
4785 (gdb_is_target_remote_prompt): New proc.
4786 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4787 (gdb_is_target_native): Pass prompt parameter to
4788 gdb_is_target_1.
4789
4790 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4791
4792 * gdb.base/load-command.c: New file.
4793 * gdb.base/load-command.exp: New file.
4794 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4795 (gdb_is_target_1): ...this, and generalize for other targets
4796 than just remote.
4797 (gdb_is_target_remote): Use gdb_is_target_1.
4798 (gdb_is_target_native): use gdb_is_target_1.
4799
4800 2018-02-26 Tom Tromey <tom@tromey.com>
4801
4802 PR python/16497:
4803 * gdb.python/py-framefilter.exp: Update test.
4804
4805 2018-02-26 Tom Tromey <tom@tromey.com>
4806
4807 * gdb.dwarf2/variant.c: New file.
4808 * gdb.dwarf2/variant.exp: New file.
4809
4810 2018-02-26 Tom Tromey <tom@tromey.com>
4811
4812 * gdb.rust/simple.exp: Accept more possible results in enum test.
4813
4814 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4815
4816 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4817 parentheses.
4818
4819 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4820
4821 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4822 name of a variable: $actual_linejj -> $actual_line.
4823
4824 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4825
4826 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4827
4828 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4829
4830 * gdb.btrace/buffer-size.exp: Do not force BTS.
4831
4832 2018-02-14 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4835 getting a "Quit".
4836
4837 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4838
4839 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4840 Fix test name.
4841
4842 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4843
4844 * gdb.cp/m-static.exp: Check type of optimized out static
4845 member.
4846
4847 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4848
4849 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4850 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4851
4852 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4853 Leszek Swirski <leszeks@google.com>
4854
4855 * gdb.python/py-prettyprint.c
4856 (struct to_string_returns_value_inner,
4857 struct to_string_returns_value_wrapper): New.
4858 (main): Add tsrvw variable.
4859 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4860 ToStringReturnsValueWrapper): New classes.
4861 (register_pretty_printers): Register new pretty-printers.
4862 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4863 recursive pretty printer.
4864 * gdb.python/py-mi.exp: Likewise.
4865
4866 2018-02-01 Leszek Swirski <leszeks@google.com>
4867
4868 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4869 functions with the same name as an include file are parsed
4870 correctly.
4871
4872 2018-02-01 Yao Qi <yao.qi@linaro.org>
4873
4874 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4875 "\[^\r\n\]*".
4876
4877 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4878
4879 * gdb.arch/powerpc-prologue-frame.s: New file.
4880 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4881 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4882
4883 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4884
4885 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4886
4887 2018-01-30 Pedro Alves <palves@redhat.com>
4888
4889 PR gdb/13211
4890 * gdb.base/interrupt-daemon.c: New.
4891 * gdb.base/interrupt-daemon.exp: New.
4892 * gdb.multi/multi-term-settings.c: New.
4893 * gdb.multi/multi-term-settings.exp: New.
4894
4895 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4896
4897 * gdb.base/break.exp: Save the location where the breakpoint
4898 on break.c:47 was actually inserted when debugging the version
4899 compiled at -O2 and use it in the expected output of the "info
4900 break" test performed soon after.
4901
4902 2018-01-22 Pedro Alves <palves@redhat.com>
4903 Sergio Durigan Junior <sergiodj@redhat.com>
4904
4905 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4906 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4907
4908 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4909
4910 * gdb.base/break-include.c, gdb.base/break-include.inc,
4911 gdb.base/break-include.exp: New files.
4912 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4913 line number now being the actual line number where the breakpoint
4914 was inserted.
4915 * gdb.mi/mi-break.exp: Likewise.
4916 * gdb.mi/mi-reverse.exp: Likewise.
4917 * gdb.mi/mi-simplerun.exp: Ditto.
4918
4919 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4920
4921 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4922 varobj.
4923 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4924
4925 2018-01-21 Don Breazeal <donb@codesourcery.com>
4926 Andrew Burgess <andrew.burgess@embecosm.com>
4927
4928 * gdb.mi/basics.c: Add new global.
4929 * gdb.mi/mi-frame-regs.exp: New file.
4930 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4931 case.
4932
4933 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4934
4935 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4936 non-parameter, and on an unknown symbol.
4937
4938 2018-01-19 Tom Tromey <tom@tromey.com>
4939
4940 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4941 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4942
4943 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4944
4945 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4946 setrlimit and chdir to int.
4947
4948 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4949
4950 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4951 function.
4952 (my_tend): Likewise.
4953 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4954 rationale of avoiding FP- and vector instructions.
4955
4956 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4957
4958 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4959 "info reg" with "\[ \t\]*".
4960 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4961 "\[ \t\]+".
4962 * gdb.arch/s390-multiarch.exp: Ditto.
4963 * gdb.base/pc-fp.exp: Ditto.
4964 * gdb.reverse/i386-precsave.exp: Ditto.
4965 * gdb.reverse/i386-reverse.exp: Ditto.
4966 * gdb.reverse/i387-env-reverse.exp: Ditto.
4967 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4968
4969 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4970
4971 * lib/gdb.exp (gdb_compile): Re-enable use of
4972 universal_compile_options for languages other than Rust.
4973
4974 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4975
4976 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4977
4978 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4979
4980 PR gdb/16577
4981 * gdb.base/solib-vanish.exp: New.
4982 * gdb.base/solib-vanish-main.c: New.
4983 * gdb.base/solib-vanish-lib1.c: New.
4984 * gdb.base/solib-vanish-lib2.c: New.
4985
4986 2018-01-17 Yao Qi <yao.qi@linaro.org>
4987
4988 * gdb.compile/compile.exp: Match the address printed for
4989 frame in the output of command "bt".
4990
4991 2018-01-15 Tom Tromey <tom@tromey.com>
4992
4993 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4994 compute sp_reg.
4995
4996 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4997
4998 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4999 to prepare.
5000 (prepare): Return 0 on error, 1 on success.
5001
5002 2018-01-12 Pedro Alves <palves@redhat.com>
5003
5004 * gdb.base/continue-after-aborted-step-over.c: New.
5005 * gdb.base/continue-after-aborted-step-over.exp: New.
5006
5007 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5008
5009 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5010 options when not creating an executable.
5011
5012 2018-01-11 Pedro Alves <palves@redhat.com>
5013
5014 PR remote/22597
5015 * gdb.server/stop-reply-no-thread.c: New file.
5016 * gdb.server/stop-reply-no-thread.exp: New file.
5017
5018 2018-01-10 Pedro Alves <palves@redhat.com>
5019
5020 PR gdb/22670
5021 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5022 functions too. Test setting breakpoints and printing C functions
5023 with no debug info too.
5024 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5025
5026 2018-01-10 Pedro Alves <palves@redhat.com>
5027
5028 PR gdb/22670
5029 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5030 a fail.
5031
5032 2018-01-10 Pedro Alves <palves@redhat.com>
5033
5034 PR gdb/22670
5035 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5036
5037 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5038
5039 * gdb.server/unittest.exp: Match the output in non-development
5040 mode.
5041
5042 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5043
5044 * gdb.gdb/unittest.exp: Match output in non-development mode.
5045
5046 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5047
5048 * gdb.ada/access_tagged_param.exp: Relax expected output
5049 for value of "ObjL" in "continue" to pck.inspect breakpoint
5050 test.
5051
5052 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5053
5054 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5055 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5056
5057 2018-01-05 Pedro Alves <palves@redhat.com>
5058
5059 PR gdb/18653
5060 * gdb.base/libsegfault.exp: New.
5061
5062 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5063
5064 PR gdb/22670
5065 * gdb.ada/access_tagged_param.exp: New file.
5066 * gdb.ada/access_tagged_param/foo.adb: New file.
5067
5068 2018-01-05 Pedro Alves <palves@redhat.com>
5069
5070 PR gdb/22670
5071 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5072 exercise lower case too, and to exercise both full matching and
5073 wild matching.
5074
5075 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5076
5077 * gdb.ada/rename_subscript_param: New testcase.
5078
5079 2018-01-05 Jerome Guitton <guitton@adacore.com>
5080
5081 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5082
5083 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5084
5085 * gdb.ada/convvar_comp: New testcase.
5086
5087 2018-01-05 Xavier Roirand <roirand@adacore.com>
5088
5089 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5090 (My_Table): New global variable.
5091 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5092
5093 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5094
5095 PR gdb/22670
5096 * gdb.ada/maint_with_ada: New testcase.
5097
5098 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5099
5100 PR gdb/22670
5101 * gdb.ada/bp_c_mixed_case: New testcase.
5102
5103 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5104
5105 PR gdb/22670
5106 * gdb.ada/complete.exp: Add "complete break ada" test.
5107
5108 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5109
5110 PR gdb/22670
5111 * gdb.ada/info_addr_mixed_case: New testcase.
5112
5113 2018-01-03 Xavier Roirand <roirand@adacore.com>
5114
5115 * gdb.ada/excep_handle.exp: New testcase.
5116 * gdb.ada/excep_handle/foo.adb: New file.
5117 * gdb.ada/excep_handle/pck.ads: New file.
5118
5119 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5120
5121 * gdb.base/step-line.c: Add extra empty line in copyright header.
5122 * gdb.base/step-line.inp: Likewise.
5123
5124 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5125
5126 * gdb.ada/dyn_stride.exp: Add slice test.
5127
5128 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5129
5130 * gdb.ada/dyn_stride: New testcase.
5131
5132 2017-12-27 Stafford Horne <shorne@gmail.com>
5133
5134 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5135 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5136
5137 2017-12-27 Stafford Horne <shorne@gmail.com>
5138
5139 * gdb.base/reggroups.c: New file.
5140 * gdb.base/reggroups.exp: New file.
5141
5142 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5143
5144 * gdb.dwarf2/ada-valprint-error.c: New file.
5145 * gdb.dwarf2/ada-valprint-error.exp: New file.
5146
5147 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5148
5149 * gdb.ada/assign_arr: New testcase.
5150
5151 2017-12-18 Xavier Roirand <roirand@adacore.com>
5152
5153 * gdb.ada/funcall_ptr: New testcase.
5154
5155 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5156
5157 PR cli/16224
5158 * gdb.base/ptype-offsets.cc: New file.
5159 * gdb.base/ptype-offsets.exp: New file.
5160
5161 2017-12-15 Yao Qi <yao.qi@linaro.org>
5162
5163 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5164 if XML is disabled.
5165
5166 2017-12-15 Xavier Roirand <roirand@adacore.com>
5167
5168 * gdb.ada/same_component_name: New testcase.
5169
5170 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5171
5172 * gdb.ada/str_binop_equal: New testcase.
5173
5174 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5175
5176 * gdb.ada/task_switch_in_core: New testcase.
5177
5178 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5179
5180 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5181 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5182 call test_bkpt_qualified.
5183 (test_bkpt_qualified): New proc.
5184
5185 2017-12-13 Pedro Alves <palves@redhat.com>
5186
5187 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5188 Tighten regexp by matching with an anchor.
5189
5190 2017-12-13 Pedro Alves <palves@redhat.com>
5191
5192 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5193 ("expression with namespace"): New set of tests.
5194 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5195 (Nested::Test_NS::qux): New.
5196 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5197 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5198
5199 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5200
5201 * gdb.base/server-del-break.c: New file.
5202 * gdb.base/server-del-break.exp: New file.
5203
5204 2017-12-12 Stafford Horne <shorne@gmail.com>
5205
5206 * gdb.xml/tdesc-regs.exp: Add or1k support.
5207
5208 2017-12-12 Stafford Horne <shorne@gmail.com>
5209
5210 * gdb.base/bp-permanent.c: Define nop of or1k.
5211
5212 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5213
5214 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5215 output with components being reordered.
5216
5217 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5218
5219 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5220 output with components being reordered.
5221
5222 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5223 Pedro Alves <palves@redhat.com>
5224
5225 * gdb.base/maint.exp (check for .gdb_index): Check also for
5226 .debug_names.
5227 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5228 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5229 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5230 (.gdb_index used after symbol reloading): Support also .debug_names.
5231 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5232
5233 2017-12-08 Yao Qi <yao.qi@linaro.org>
5234
5235 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5236 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5237
5238 2017-12-08 Yao Qi <yao.qi@linaro.org>
5239
5240 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5241 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5242
5243 2017-12-08 Yao Qi <yao.qi@linaro.org>
5244
5245 * gdb.arch/aarch64-tagged-pointer.c: New file.
5246 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5247
5248 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5249
5250 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5251 "int".
5252
5253 2017-12-07 Keith Seitz <keiths@redhat.com>
5254
5255 PR breakpoints/22569
5256 * gdb.linespec/ls-errs.exp: Change expected result of "break
5257 -source this file has spaces.c -line 3".
5258 Check that an explicit source file followed by whitespace is
5259 identified as an invalid explicit location.
5260
5261 2017-12-07 Keith Seitz <keiths@redhat.com>
5262
5263 * gdb.cp/nested-types.cc: New file.
5264 * gdb.cp/nested-types.exp: New file.
5265 * lib/cp-support.exp: Load data-structures.exp library.
5266 (debug_cp_test_ptype_class): New global.
5267 (cp_ptype_class_verbose, next_line): New procedures.
5268 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5269 Add and document new return value.
5270 Switch the list of lines to a queue.
5271 Add support for new `type' key for nested type definitions.
5272 Add debugging/troubleshooting messages.
5273 * lib/data-structures.exp: New file.
5274
5275 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5276
5277 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5278 with proc_with_prefix, don't use with_test_prefix.
5279
5280 2017-12-07 Tom Tromey <tom@tromey.com>
5281
5282 * gdb.base/break.exp: Add test for empty "commands".
5283
5284 2017-12-07 Yao Qi <yao.qi@linaro.org>
5285
5286 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5287 malloc and catch syscall.
5288
5289 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5290
5291 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5292 tests for explicit locations.
5293
5294 2017-12-06 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5297 force-disabling XML descriptions.
5298
5299 2017-12-04 Pedro Alves <palves@redhat.com>
5300
5301 PR gdb/22499
5302 * gdb.arch/amd64-disp-step-avx.S: New file.
5303 * gdb.arch/amd64-disp-step-avx.exp: New file.
5304
5305 2017-12-03 Pedro Alves <palves@redhat.com>
5306
5307 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5308 and <string.h>.
5309 (parent_function): Print distinct messages when waitpid fails, or
5310 the child exits with a signal, or the child exits for an unhandled
5311 reason.
5312 * gdb.threads/process-dies-while-detaching.exp
5313 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5314 it. Wait for both inferior output and GDB's prompt. Use an
5315 indirect spawn id list.
5316 (do_detach): New parameter 'child_exit'. Use it to compute
5317 expected inferior output.
5318 (test_detach, test_detach_watch, test_detach_killed_outside):
5319 Adjust to pass down the expected child exit kind.
5320
5321 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5322 Sergio Durigan Junior <sergiodj@redhat.com>
5323 Pedro Alves <palves@redhat.com>
5324
5325 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5326
5327 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5328
5329 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5330 to 'symbol-file' and 'add-symbol-file' can be
5331 position-independent.
5332
5333 2017-12-01 Yao Qi <yao.qi@linaro.org>
5334
5335 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5336 the URL in copyright header.
5337 * gdb.arch/aarch64-fp.exp: Likewise.
5338 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5339 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5340 * gdb.base/expand-psymtabs.exp: Likewise.
5341 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5342 * gdb.fortran/common-block.exp: Likewise.
5343 * gdb.fortran/common-block.f90: Likewise.
5344 * gdb.fortran/logical.exp: Likewise.
5345 * gdb.fortran/vla-datatypes.f90: Likewise.
5346 * gdb.fortran/vla-sub.f90: Likewise.
5347
5348 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5349
5350 * gdb.ada/repeat_dyn: New testcase.
5351
5352 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5353
5354 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5355 Update for changed thread numbering.
5356 * gdb.cell/bt.exp: Update for changed GDB output.
5357
5358 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5359
5360 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5361 setting isremote by hand.
5362 * boards/dwarf4-gdb-index.exp: Likewise.
5363 * boards/fission.exp: Likewise.
5364 * boards/stabs.exp: Likewise.
5365
5366 2017-11-30 Pedro Alves <palves@redhat.com>
5367
5368 * gdb.linespec/cpls-ops.exp
5369 (check_explicit_skips_function_argument): Extract the underlying
5370 type of size_t instead of hardcoding it.
5371
5372 2017-11-29 Pedro Alves <palves@redhat.com>
5373
5374 PR c++/19436
5375 * gdb.linespec/cpls-abi-tag.cc: New file.
5376 * gdb.linespec/cpls-abi-tag.exp: New file.
5377
5378 2017-11-29 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.base/langs.exp: Use -qualified.
5381 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5382 it.
5383 * gdb.cp/namespace.exp: Use -qualified.
5384 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5385 (overload-3, template-overload, template-ret-type, const-overload)
5386 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5387 procedures.
5388 (test_driver): Call them.
5389 * gdb.cp/save-bp-qualified.cc: New.
5390 * gdb.cp/save-bp-qualified.exp: New.
5391 * gdb.linespec/explicit.exp: Test -qualified.
5392 * lib/completion-support.exp (completion::explicit_opts_list): Add
5393 "-qualified".
5394 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5395
5396 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5397
5398 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5399
5400 2017-11-29 Tom Tromey <tom@tromey.com>
5401
5402 * gdb.base/relocate.exp: Update invalid argument test.
5403 Add new tests for invalid arguments.
5404
5405 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5406
5407 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5408 Return 0 as a long.
5409 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5410
5411 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5412
5413 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5414 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5415 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5416 func ().
5417 * gdb.cp/shadow.cc (B.func): Return 0.
5418
5419 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5420
5421 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5422 expected output in gdb_expect call to allow the exception
5423 message to be present as well. Fix syntax confusion to avoid
5424 TCL thinking that exception_name is an array.
5425
5426 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5427
5428 * gdb.arch/spu-info.c: Include <unistd.h>.
5429 (do_signal_test): Fix broken calls to write.
5430 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5431 Fix checks for empty mailboxes. Update signal tests for corrected
5432 do_signal_test routine. Allow nonzero event status.
5433 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5434 * gdb.cell/arch.exp: Use standard_output_file.
5435 * gdb.cell/break.exp: Likewise.
5436 * gdb.cell/bt.exp: Likewise.
5437 * gdb.cell/core.exp: Likewise.
5438 * gdb.cell/dwarfaddr.exp: Likewise.
5439 * gdb.cell/ea-cache.exp: Likewise.
5440 * gdb.cell/ea-standalone.exp: Likewise.
5441 * gdb.cell/f-regs.exp: Likewise.
5442 * gdb.cell/fork.exp: Likewise.
5443 * gdb.cell/gcore.exp: Likewise.
5444 * gdb.cell/mem-access.exp: Likewise.
5445 * gdb.cell/ptype.exp: Likewise.
5446 * gdb.cell/registers.exp: Likewise.
5447 * gdb.cell/sizeof.exp: Likewise.
5448 * gdb.cell/solib-symbol.exp: Likewise.
5449 * gdb.cell/solib.exp: Likewise.
5450
5451 2017-11-25 Pedro Alves <palves@redhat.com>
5452
5453 * gdb.base/complete-empty.exp: New file.
5454 * gdb.base/completion.exp: Adjust.
5455
5456 2017-11-25 Pedro Alves <palves@redhat.com>
5457
5458 * gdb.linespec/cpls-ops.cc: New file.
5459 * gdb.linespec/cpls-ops.exp: New file.
5460 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5461 factored out from ...
5462 (test_complete_prefix_range): ... this.
5463
5464 2017-11-24 Pedro Alves <palves@redhat.com>
5465
5466 * gdb.linespec/cpcompletion.exp: New file.
5467 * gdb.linespec/cpls-hyphen.cc: New file.
5468 * gdb.linespec/cpls.cc: New file.
5469 * gdb.linespec/cpls2.cc: New file.
5470 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5471 test to use test_gdb_complete_unique. Add label completion,
5472 keyword completion and explicit location completion tests.
5473 * lib/completion-support.exp: New file.
5474
5475 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5476
5477 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5478 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5479 when hitting an exception catchpoint.
5480
5481 2017-11-22 Yao Qi <yao.qi@linaro.org>
5482
5483 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5484
5485 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5486
5487 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5488 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5489 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5490
5491 2017-11-22 Yao Qi <yao.qi@linaro.org>
5492
5493 * gdb.base/info-os.exp: Pass pthreads.
5494 * gdb.multi/multi-attach.exp: Likewise.
5495
5496 2017-11-22 Yao Qi <yao.qi@linaro.org>
5497
5498 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5499 compiler.
5500
5501 2017-11-22 Yao Qi <yao.qi@linaro.org>
5502
5503 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5504 * gdb.base/break-interp.exp: Likewise.
5505 * gdb.base/jit-attach-pie.exp: Likewise.
5506
5507 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5508
5509 * gdb.base/float128.c (large128): New variable.
5510 * gdb.base/float128.exp: Add test to print largest __float128 value.
5511
5512 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5513
5514 * gdb.arch/vsx-regs.exp: Update register content checks.
5515
5516 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5517
5518 * gdb.arch/ppc-longdouble.exp: New file.
5519 * gdb.arch/ppc-longdouble.c: Likewise.
5520
5521 2017-11-21 Pedro Alves <palves@redhat.com>
5522
5523 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5524
5525 2017-11-20 Pedro Alves <palves@redhat.com>
5526
5527 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5528 (long_double_typedef): New typedefs.
5529 Use DEF on double and long double.
5530 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5531 cases.
5532 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5533 and 'long_double_ptr_same_size' locals. Use them to decide
5534 whether cast from array/function to float is valid/invalid.
5535
5536 2017-11-17 Tom Tromey <tom@tromey.com>
5537
5538 * gdb.rust/traits.rs: New file.
5539 * gdb.rust/traits.exp: New file.
5540
5541 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5542
5543 * gdb.ada/minsyms: New testcase.
5544
5545 2017-11-16 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5548 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5549
5550 2017-11-16 Pedro Alves <palves@redhat.com>
5551
5552 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5553 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5554
5555 2017-11-16 Pedro Alves <palves@redhat.com>
5556
5557 * gdb.server/reconnect-ctrl-c.c: New file.
5558 * gdb.server/reconnect-ctrl-c.exp: New file.
5559
5560 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5561
5562 * gdb.python/py-rbreak.exp: New file.
5563 * gdb.python/py-rbreak.c: New file.
5564 * gdb.python/py-rbreak-func2.c: New file.
5565
5566 2017-11-16 Pedro Alves <palves@redhat.com>
5567
5568 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5569 pattern.
5570 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5571 GDB.
5572
5573 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5574
5575 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5576 regex.
5577
5578 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5579
5580 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5581 test names.
5582
5583 2017-11-09 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5586 factored out from ...
5587 (top level): ... here, and adjusted to avoid expecting beyond the
5588 prompt in a single gdb_test_multiple.
5589
5590 2017-11-09 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5593 output.
5594 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5595 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5596 * gdb.server/ext-run.exp ("kill" test): Likewise.
5597 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5598
5599 2017-11-09 Pedro Alves <palves@redhat.com>
5600
5601 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5602 match till end of line.
5603
5604 2017-11-09 Pedro Alves <palves@redhat.com>
5605
5606 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5607
5608 2017-11-09 Pedro Alves <palves@redhat.com>
5609
5610 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5611 New procedures, factored out from ...
5612 (top level): ... here, and adjusted to avoid expecting beyond the
5613 prompt in one go.
5614
5615 2017-11-09 Pedro Alves <palves@redhat.com>
5616
5617 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5618 output. Fix '?' match.
5619
5620 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5621
5622 * gdb.ada/scoped_watch: New testcase.
5623 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5624 which is actually correct.
5625 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5626 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5627
5628 2017-11-08 Pedro Alves <palves@redhat.com>
5629
5630 * gdb.gdb/complaints.exp (test_initial_complaints)
5631 (test_serial_complaints, test_short_complaints): Call
5632 complaint_internal instead of complaint.
5633
5634 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5635
5636 * gdb.threads/tls-core.c: New file.
5637 * gdb.threads/tls-core.exp: Likewise.
5638
5639 2017-11-08 Pedro Alves <palves@redhat.com>
5640
5641 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5642 (p Exported_Capitalized): New test.
5643 (p exported_capitalized): New test.
5644
5645 2017-11-07 Pedro Alves <palves@redhat.com>
5646
5647 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5648
5649 2017-11-07 Pedro Alves <palves@redhat.com>
5650
5651 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5652 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5653 (disable_invalid, disable_inverted, disable_negative): New
5654 procedures.
5655 ("bad numbers"): New set of tests.
5656
5657 2017-11-07 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.cp/ena-dis-br-range.exp: Add tests.
5660
5661 2017-11-07 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5664
5665 2017-11-07 Xavier Roirand <roirand@adacore.com>
5666 Pedro Alves <palves@redhat.com>
5667
5668 * gdb.base/ena-dis-br.exp: Add reference to
5669 gdb.cp/ena-dis-br-range.exp.
5670 * gdb.cp/ena-dis-br-range.exp: New file.
5671 * gdb.cp/ena-dis-br-range.cc: New file.
5672
5673 2017-11-06 Pedro Alves <palves@redhat.com>
5674
5675 * gdb.base/attach-non-pgrp-leader.c: New.
5676 * gdb.base/attach-non-pgrp-leader.exp: New.
5677
5678 2017-11-06 Pedro Alves <palves@redhat.com>
5679
5680 * configure.ac: No longer check for termio.h and sgtty.h.
5681 * configure: Regenerate.
5682 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5683 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5684 Remove termio and sgtty code.
5685
5686 2017-11-03 Yao Qi <yao.qi@linaro.org>
5687
5688 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5689 in GDB is disabled.
5690
5691 2017-11-03 Yao Qi <yao.qi@linaro.org>
5692
5693 * gdb.python/py-thrhandle.exp: Skip it if python is not
5694 enabled.
5695
5696 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5697
5698 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5699 as a breakpoint command.
5700
5701 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5702
5703 PR python/21213
5704 * gdb.python/py-infthread.exp: Test calling
5705 InferiorThread.inferior () multiple times in a row.
5706
5707 2017-10-27 Keith Seitz <keiths@redhat.com>
5708
5709 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5710 Test "info break" for every inlined function breakpoint.
5711
5712 2017-10-27 Yao Qi <yao.qi@linaro.org>
5713
5714 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5715
5716 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5717
5718 * gdb.cp/classes.exp (test_static_members): Test printing
5719 Outer::instance.
5720 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5721 (Inner::instance, Outer::instance): New.
5722
5723 2017-10-24 Pedro Alves <palves@redhat.com>
5724
5725 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5726 extra console" test in two stages.
5727
5728 2017-10-24 Pedro Alves <palves@redhat.com>
5729
5730 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5731
5732 2017-10-24 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5735 loop.
5736
5737 2017-10-24 Pedro Alves <palves@redhat.com>
5738
5739 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5740 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5741
5742 2017-10-24 Pedro Alves <palves@redhat.com>
5743
5744 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5745 parameter and handle it. Don't output read value in test name.
5746
5747 2017-10-24 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5750 custom test name.
5751
5752 2017-10-24 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5755 include the unstable output directory name in the test's name.
5756 (initial_setup_simple) <'set args'>: Use custom test name.
5757
5758 2017-10-24 Pedro Alves <palves@redhat.com>
5759
5760 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5761 with explicit test name.
5762
5763 2017-10-20 Pedro Alves <palves@redhat.com>
5764
5765 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5766 'wait -i'. Use gdb_assert and remote_close.
5767
5768 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5769
5770 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5771 number from variable rather than hard-coded.
5772
5773 2017-10-19 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.base/long-inferior-output.c: New file.
5776 * gdb.base/long-inferior-output.exp: New file.
5777
5778 2017-11-18 Keith Seitz <keiths@redhat.com>
5779
5780 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5781 method.
5782 (main): Call it.
5783 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5784 Add additional user-defined conversion operator tests.
5785
5786 2017-10-17 Pedro Alves <palves@redhat.com>
5787
5788 * boards/native-stdio-gdbserver.exp: Load "local-board".
5789
5790 2017-10-17 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.base/quit-live.c: New file.
5793 * gdb.base/quit-live.exp: New file.
5794
5795 2017-10-16 Keith Seitz <keiths@redhat.com>
5796
5797 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5798 (class_with_protected_typedef, class_with_private_typedef)
5799 (struct_with_public_typedef, struct_with_protected_typedef)
5800 (struct_with_private_typedef): New classes/structs.
5801 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5802 typedefs and access specifiers.
5803
5804 2017-10-16 Pedro Alves <palves@redhat.com>
5805 Simon Marchi <simon.marchi@polymtl.ca>
5806
5807 * README (Local vs Remote vs Native): New section.
5808 * boards/local-board.exp: New file, with bits factored out from
5809 ...
5810 * boards/native-extended-gdbserver.exp: ... here. Load
5811 "local-board".
5812 * boards/native-gdbserver.exp: Load "local-board".
5813 (${board}_spawn, ${board}_exec): Delete.
5814 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5815 ...
5816 * boards/stdio-gdbserver-base.exp: ... this new file.
5817 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5818 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5819 procedure.
5820 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5821 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5822 stdio_gdbserver_command.
5823 (${board}_get_remote_address, ${board}_get_comm_port)
5824 (${board}_download, ${board}_upload): Delete.
5825 (get_target_remote_pipe_cmd): New.
5826
5827 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5828
5829 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5830 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5831 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5832 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5833 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5834 remove with_test_prefix.
5835
5836 2017-10-13 Pedro Alves <palves@redhat.com>
5837
5838 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5839 * gdb.base/annota1.exp: Use it instead of is_remote.
5840 * gdb.base/annota3.exp: Use it instead of is_remote.
5841 * gdb.cp/annota2.exp: Use it instead of is_remote.
5842 * gdb.cp/annota3.exp: Use it instead of is_remote.
5843 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5844
5845 2017-10-13 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5848 (test_num_test_vars, run_and_count_vars, find_env)
5849 (test_set_unset_env, test_inherit_env_var): New procedures.
5850 (top level): Use them.
5851
5852 2017-10-13 Pedro Alves <palves@redhat.com>
5853
5854 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5855 also skip on stub-like targets.
5856
5857 2017-10-13 Pedro Alves <palves@redhat.com>
5858
5859 PR gdb/22293
5860 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5861 (top level): Move some tests to ...
5862 (test_not_found): ... this new procedure.
5863 (top level): Call it.
5864
5865 2017-10-13 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5868 expect different "info terminal" output if testing with a
5869 non-native target.
5870
5871 2017-10-13 Pedro Alves <palves@redhat.com>
5872 Simon Marchi <simon.marchi@polymtl.ca>
5873
5874 PR python/12966
5875 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5876
5877 2017-10-13 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5880 already.
5881
5882 2017-10-13 Pedro Alves <palves@redhat.com>
5883
5884 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5885 is_remote.
5886
5887 2017-10-13 Pedro Alves <palves@redhat.com>
5888
5889 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5890 is_remote.
5891
5892 2017-10-13 Pedro Alves <palves@redhat.com>
5893
5894 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5895 is set.
5896 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5897 instead of is_remote.
5898
5899 2017-10-13 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5902 (top level): Add comment.
5903
5904 2017-10-13 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/remote.exp (top level): Fix comment typo and add
5907 missing return.
5908
5909 2017-10-13 Pedro Alves <palves@redhat.com>
5910 Simon Marchi <simon.marchi@polymtl.ca>
5911
5912 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5913 calls and add comments. Skip test if use_gdb_stub is set.
5914 (top level): Use "set cwd" command instead of "cd" command.
5915
5916 2017-10-13 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5919 is_remote target check.
5920
5921 2017-10-13 Pedro Alves <palves@redhat.com>
5922
5923 * gdb.base/scope.exp: Use build_executable + clean_restart +
5924 gdb_file_cmd instead of prepare_for_testing and no longer skip
5925 "before run" tests on is_remote target boards. Update comments.
5926 * boards/native-extended-gdbserver.exp
5927 (extended_gdbserver_load_last_file): New, factored out from ...
5928 (gdb_load): ... this. Move further below and add comment.
5929 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5930
5931 2017-10-12 Pedro Alves <palves@redhat.com>
5932
5933 * gdb.base/attach.exp: Remove references to gdb64.
5934 * gdb.base/dbx.exp: Remove references to gdb64.
5935
5936 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5937 Pedro Alves <palves@redhat.com>
5938
5939 * gdb.base/label.exp: Remove is_remote target check.
5940
5941 2017-10-12 Pedro Alves <palves@redhat.com>
5942
5943 * gdb.base/auvx.exp (coredir): Update comment.
5944 (top level) <core_works>: Use "set cwd" command instead of "cd"
5945 command.
5946
5947 2017-10-12 Pedro Alves <palves@redhat.com>
5948 Simon Marchi <simon.marchi@polymtl.ca>
5949
5950 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5951 target boards.
5952
5953 2017-10-12 Pedro Alves <palves@redhat.com>
5954 Simon Marchi <simon.marchi@polymtl.ca>
5955
5956 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5957 Instead skip if there's any gdb_protocol set.
5958
5959 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5960 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5963
5964 2017-10-12 Pedro Alves <palves@redhat.com>
5965 Simon Marchi <simon.marchi@polymtl.ca>
5966
5967 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5968 instead of on dejagnu remote boards.
5969
5970 2017-10-12 Pedro Alves <palves@redhat.com>
5971 Simon Marchi <simon.marchi@polymtl.ca>
5972
5973 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5974 checks. Use build_executable + clean_restart instead of
5975 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5976 of enabling non-stop after starting gdb.
5977
5978 2017-10-12 Pedro Alves <palves@redhat.com>
5979
5980 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5981 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5982 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5983 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5984
5985 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5986
5987 * gdb.arch/arc-tdesc-cpu.exp: New file.
5988 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5989
5990 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5991
5992 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5993
5994 2017-10-10 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5997 expect CLI output.
5998
5999 2017-10-10 Pedro Alves <palves@redhat.com>
6000
6001 * lib/selftest-support.exp (selftest_setup): Update for
6002 captured_command_loop's prototype change.
6003
6004 2017-10-09 Pedro Alves <palves@redhat.com>
6005
6006 Test both arch1=>arch2 and arch2=>arch1.
6007
6008 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6009 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6010 factored out to...
6011 (append_arch1_options, append_arch2_options, append_arch_options)
6012 (build_executables): New procedures.
6013 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6014 local.
6015 (top level): Add new 'first_arch' testing axis.
6016
6017 2017-10-09 Pedro Alves <palves@redhat.com>
6018
6019 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6020 (barrier): New.
6021 (thread_start, all_started): New functions.
6022 (main): Spawn new thread and wait until it is scheduled.
6023 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6024 option.
6025 (do_test): Add 'selected_thread' parameter. Run to all_started
6026 instead of main. Explicitly set the breakpoint at main. Switch
6027 to the SELECTED_THREAD thread.
6028 (top level): Test handling the exec event with either the main
6029 thread or the second thread selected.
6030
6031 2017-10-09 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6034 logic. Move STOP marker after the value checks.
6035 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6036 regexp.
6037
6038 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6039
6040 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6041
6042 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6043
6044 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6045 integer-to-dfp conversion.
6046 * gdb.base/dfp-test.exp: Likewise.
6047
6048 2017-10-04 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.multi/hangout.c: Include <unistd.h>.
6051 (hangout_loop): New function.
6052 (main): Call alarm. Call hangout_loop in a loop.
6053 * gdb.multi/hello.c: Include <unistd.h>.
6054 (hello_loop): New function.
6055 (main): Call alarm. Call hangout_loop in a loop.
6056 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6057 inferior with the other selected.
6058
6059 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6060
6061 * gdb.mi/list-thread-groups-available.exp: New file.
6062 * gdb.mi/list-thread-groups-available.c: New file.
6063
6064 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6065
6066 * gdb.base/set-cwd.exp: Make it available on
6067 native-extended-gdbserver.
6068
6069 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6070
6071 * gdb.base/set-cwd.c: New file.
6072 * gdb.base/set-cwd.exp: Likewise.
6073
6074 2017-10-02 Tom Tromey <tom@tromey.com>
6075
6076 PR rust/22236:
6077 * gdb.rust/simple.rs (main): New variable "fslice".
6078 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6079
6080 2017-10-02 Tom Tromey <tom@tromey.com>
6081
6082 * gdb.rust/simple.exp: Test ptype of a slice.
6083
6084 2017-10-02 Tom Tromey <tom@tromey.com>
6085
6086 * gdb.rust/simple.exp: Test index of slice.
6087
6088 2017-09-27 Tom Tromey <tom@tromey.com>
6089
6090 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6091
6092 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6093 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/compare-sections.exp (get value of read-only section): Read
6096 as unsigned value.
6097 (corrupt read-only section): Likewise and don't set written if patching
6098 failed.
6099
6100 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6101
6102 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6103 files.
6104
6105 2017-09-20 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6108 symbol names in gdb's output.
6109 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6110
6111 2017-09-20 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6114 Rename to ...
6115 (test_list_ambiguous_symbol): ... this and add a symbol name
6116 parameter. Adjust.
6117 (test_list_ambiguous_function): Reimplement on top of
6118 test_list_ambiguous_symbol and also test listing ambiguous
6119 variables.
6120 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6121 (ambiguous_fun): ... this.
6122 (ambiguous_var): New.
6123 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6124 (ambiguous_fun): ... this.
6125 (ambiguous_var): New.
6126
6127 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6128
6129 * gdb.base/starti.c: New file.
6130 * gdb.base/starti.exp: New file.
6131 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6132
6133 2017-09-14 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6136 (top level): Use it instead of runto.
6137
6138 2017-09-11 Tom Tromey <tom@tromey.com>
6139
6140 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6141
6142 2017-09-11 Tom Tromey <tom@tromey.com>
6143
6144 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6145 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6146
6147 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6148
6149 * gdb.fortran/printing-types.exp: New file.
6150 * gdb.fortran/printing-types.exp: New file.
6151
6152 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6153
6154 * gdb.fortran/vla-ptype.exp: Fix typos.
6155 * gdb.fortran/vla-value.exp: Same.
6156
6157 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6158
6159 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6160 * gdb.mi/mi-var-child-f.exp: Likewise.
6161 * gdb.mi/mi-vla-fortran.exp: Likewise.
6162
6163 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6164 Christoph Weinmann <christoph.t.weinmann@intel.com>
6165 Bernhard Heckel <bernhard.heckel@intel.com>
6166
6167 * gdb.fortran/ptr-indentation.f90: New file.
6168 * gdb.fortran/ptr-indentation.exp: New file.
6169
6170 2017-09-05 Tom Tromey <tom@tromey.com>
6171
6172 PR gdb/22010:
6173 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6174
6175 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6176
6177 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6178
6179 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6180
6181 * gdb.threads/tls-nodebug-pie.c: New file.
6182 * gdb.threads/tls-nodebug-pie.exp: New file.
6183
6184 2017-09-05 Tom Tromey <tom@tromey.com>
6185
6186 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6187 for rust.
6188
6189 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6190
6191 * gdb.multi/multi-arch-exec.exp: Test with different
6192 "follow-exec-mode" settings.
6193 (do_test): New procedure.
6194
6195 2017-09-04 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.base/func-static.c (S::method const, S::method volatile)
6198 (S::method volatile const): New methods.
6199 (c_s, v_s, cv_s): New instances.
6200 (main): Call method() on them.
6201 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6202 (cannot_resolve): New procedure.
6203 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6204 print-quote-unquoted columns.
6205 (do_test): Test printing each scope too.
6206
6207 2017-09-04 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.base/local-static.exp: Also test with
6210 class::method::variable wholly quoted.
6211 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6212
6213 2017-09-04 Pedro Alves <palves@redhat.com>
6214
6215 * gdb.base/local-static.c: New.
6216 * gdb.base/local-static.cc: New.
6217 * gdb.base/local-static.exp: New.
6218
6219 2017-09-04 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.asm/asm-source.exp: Add casts to int.
6222 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6223 (dataglobal64_1, dataglobal64_2): New globals.
6224 * gdb.base/nodebug.exp: Test different expressions involving the
6225 new globals, with print, whatis and ptype. Add casts to int.
6226 * gdb.base/solib-display.exp: Add casts to int.
6227 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6228 * gdb.cp/m-static.exp: Add cast to int.
6229 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6230 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6231 tls variable with no debug info without a cast. Test with a cast
6232 to int too.
6233 * gdb.trace/entry-values.exp: Add casts.
6234
6235 2017-09-04 Pedro Alves <palves@redhat.com>
6236
6237 * gdb.base/nodebug.exp: Test that ptype's error about functions
6238 with unknown return type includes the function name too.
6239
6240 2017-09-04 Pedro Alves <palves@redhat.com>
6241
6242 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6243 return type of munmap in infcall.
6244 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6245 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6246 type of ftell in infcall.
6247 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6248 type of getpid in infcall.
6249 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6250 infcall.
6251 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6252 Bail on failure to extract the pid.
6253 * gdb.base/nodebug.c: #include <stdint.h>.
6254 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6255 New functions.
6256 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6257 Change expected output of print/whatis/ptype with functions with
6258 no debug info. Test all supported languages. Call
6259 test_call_promotion.
6260 * gdb.compile/compile.exp: Adjust expected output to expect
6261 warning.
6262 * gdb.threads/siginfo-threads.exp: Likewise.
6263
6264 2017-09-04 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6267 "prototypes". Test calling float functions via prototyped and
6268 unprototyped function pointers.
6269 (perform_all_tests): New parameter "prototypes". Pass it down.
6270 (top level): Pass down "prototypes" parameter to
6271 perform_all_tests.
6272
6273 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6274
6275 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6276 Test with nested loops.
6277
6278 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6279
6280 * gdb.base/commands.exp: Call the new procedures.
6281 (loop_break_test, loop_continue_test): New procedures.
6282
6283 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6284
6285 * gdb.base/commands.exp: Call new procedure.
6286 (define_if_without_arg_test): New procedure.
6287
6288 2017-09-04 Pedro Alves <palves@redhat.com>
6289
6290 * gdb.base/list-ambiguous.exp: New file.
6291 * gdb.base/list-ambiguous0.c: New file.
6292 * gdb.base/list-ambiguous1.c: New file.
6293 * gdb.base/list.exp (test_list_range): Adjust expected output.
6294
6295 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6296
6297 * gdb.base/share-env-with-gdbserver.c: New file.
6298 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6299
6300 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6301
6302 * gdb.base/commands.exp (gdbvar_simple_if_test,
6303 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6304 progvar_simple_if_test, progvar_simple_while_test,
6305 progvar_complex_if_while_test, user_defined_command_test,
6306 user_defined_command_args_eval,
6307 user_defined_command_args_stack_test,
6308 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6309 temporary_breakpoint_commands,
6310 gdb_test_no_prompt, redefine_hook_test,
6311 redefine_backtrace_test): Remove "global gdb_prompt".
6312
6313 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6314
6315 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6316 New proc, call it from toplevel.
6317
6318 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6319
6320 PR remote/21852
6321 * gdb.server/normal.c: New file, copied from gdb.base.
6322 * gdb.server/run-without-local-binary.exp: New file.
6323
6324 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6325
6326 * gdb.arch/sparc64-adi.exp: New file.
6327 * gdb.arch/sparc64-adi.c: New file.
6328
6329 2017-08-22 Pedro Alves <palves@redhat.com>
6330
6331 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6332 (top level): Add "list all overloads" tests.
6333
6334 2017-08-22 Tom Tromey <tom@tromey.com>
6335
6336 * gdb.gdb/xfullpath.exp: Remove.
6337
6338 2017-08-21 Pedro Alves <palves@redhat.com>
6339
6340 PR gdb/19487
6341 * gdb.base/symbol-alias.c: New.
6342 * gdb.base/symbol-alias2.c: New.
6343 * gdb.base/symbol-alias.exp: New.
6344
6345 2017-08-21 Pedro Alves <palves@redhat.com>
6346
6347 * gdb.base/dfp-test.c
6348 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6349 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6350 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6351 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6352 * gdb.base/whatis-ptype-typedefs.c: New.
6353 * gdb.base/whatis-ptype-typedefs.exp: New.
6354 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6355 (an_int, an_int_type, an_int_type2): New globals.
6356 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6357 involving typedefs and cast expressions.
6358 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6359 (lookup_typedefs_function): New.
6360 (typedefs_pretty_printers_dict): New.
6361 (top level): Register lookup_typedefs_function in
6362 gdb.pretty_printers.
6363
6364 2017-08-18 Yao Qi <yao.qi@linaro.org>
6365
6366 * gdb.server/unittest.exp: New.
6367
6368 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6369
6370 PR gdb/21954
6371 * gdb.base/environ.exp: Add test to check if 'unset environment'
6372 works.
6373
6374 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6375
6376 * lib/gdb.exp (universal_compile_options): New caching proc.
6377 (gdb_compile): Suppress GCC's coloring of messages.
6378
6379 2017-08-14 Tom Tromey <tom@tromey.com>
6380
6381 PR gdb/21675:
6382 * gdb.base/printcmds.exp (test_radices): New function.
6383 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6384 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6385 * lib/gdb.exp (get_integer_valueof): Use p/d.
6386
6387 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6388
6389 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6390 characters.
6391
6392 2017-08-05 Tom Tromey <tom@tromey.com>
6393
6394 * gdb.rust/simple.exp: Allow String to appear in a different
6395 namespace.
6396
6397 2017-07-26 Yao Qi <yao.qi@linaro.org>
6398
6399 * gdb.gdb/unittest.exp: Invoke command
6400 "maintenance check xml-descriptions".
6401
6402 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6403
6404 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6405 calling context.
6406 (hex128): Drop erroneous calculation of parameters.
6407
6408 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6409
6410 * gdb.python/py-unwind.exp: Disable stack protection when
6411 building test file.
6412
6413 2017-07-20 Pedro Alves <palves@redhat.com>
6414
6415 * gdb.base/default.exp (set language): Adjust expected output.
6416
6417 2017-07-20 Pedro Alves <palves@redhat.com>
6418
6419 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6420 (test_minsym): ... this, and make static.
6421 (get_pck__foo__bar__minsym): Rename to ...
6422 (get_test_minsym): ... this.
6423 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6424 symbol names and comments.
6425 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6426 (get_test_minsym): ... this.
6427 (pck__foo__bar__minsym__2): Rename to ...
6428 (test_minsym): ... this.
6429 (main): Adjust.
6430
6431 2017-07-17 Pedro Alves <palves@redhat.com>
6432
6433 * gdb.base/completion.exp: Adjust expected output.
6434 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6435 the completer works.
6436
6437 2017-07-17 Pedro Alves <palves@redhat.com>
6438
6439 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6440
6441 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6442
6443 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6444
6445 2017-07-14 Tom Tromey <tom@tromey.com>
6446
6447 PR rust/21764:
6448 * gdb.rust/simple.exp: Add tests.
6449
6450 2017-07-14 Tom Tromey <tom@tromey.com>
6451
6452 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6453
6454 2017-07-14 Pedro Alves <palves@redhat.com>
6455
6456 * gdb.linespec/base/one/thefile.cc (z1): New function.
6457 * gdb.linespec/base/two/thefile.cc (z2): New function.
6458 * gdb.linespec/linespec.exp: Add tests.
6459
6460 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6461
6462 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6463 to mi_create_breakpoint.
6464
6465 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6466
6467 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6468 mi_create_breakpoint.
6469
6470 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6471
6472 * gdb.dlang/demangle.exp: Update for demangling changes.
6473
6474 2017-07-09 Tom Tromey <tom@tromey.com>
6475
6476 * gdb.dwarf2/shortpiece.exp: New file.
6477
6478 2017-07-06 David Blaikie <dblaikie@gmail.com>
6479
6480 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6481 built from fissiont-multi-cu{1,2}.c.
6482 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6483 except putting 'main' and 'func' in separate CUs in the same DWO file.
6484 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6485 test.
6486 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6487 test.
6488
6489 2017-07-06 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.python/py-unwind.exp: Test flushregs.
6492
6493 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6494
6495 PR cli/21688
6496 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6497 tests for alias commands and trailing whitespace.
6498
6499 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6500
6501 PR cli/21688
6502 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6503 procedure. Call it.
6504
6505 2017-06-29 Pedro Alves <palves@redhat.com>
6506
6507 * gdb.base/printcmds.exp: Add tests.
6508
6509 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6510
6511 PR gdb/21337
6512 * gdb.base/reread-readsym.exp: New file.
6513 * gdb.base/reread-readsym.c: New file.
6514
6515 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6516
6517 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6518 subpattern.
6519
6520 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6521
6522 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6523 extended mnemonic.
6524 * gdb.arch/powerpc-power9.s: Likewise.
6525
6526 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6527
6528 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6529 on 32-bit x86 targets. Exploit is_*_target macros where
6530 appropriate.
6531
6532 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6533
6534 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6535 register pieces.
6536
6537 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6538
6539 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6540 located in one or more DWARF pieces.
6541
6542 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6543
6544 * lib/gdb.exp (get_endianness): New proc.
6545 * gdb.arch/aarch64-fp.exp: Use it.
6546 * gdb.arch/altivec-regs.exp: Likewise.
6547 * gdb.arch/e500-regs.exp: Likewise.
6548 * gdb.arch/vsx-regs.exp: Likewise.
6549 * gdb.base/dump.exp: Likewise.
6550 * gdb.base/funcargs.exp: Likewise.
6551 * gdb.base/gnu_vector.exp: Likewise.
6552 * gdb.dwarf2/formdata16.exp: Likewise.
6553 * gdb.dwarf2/implptrpiece.exp: Likewise.
6554 * gdb.dwarf2/nonvar-access.exp: Likewise.
6555 * gdb.python/py-inferior.exp: Likewise.
6556 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6557
6558 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6559
6560 PR gdb/21226
6561 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6562 stack value pieces are taken from the LSB end.
6563
6564 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6565
6566 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6567 variable at nonzero offset.
6568
6569 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6570
6571 * gdb.dwarf2/var-access.c: New file.
6572 * gdb.dwarf2/var-access.exp: New test.
6573 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6574
6575 2017-06-12 Tom Tromey <tom@tromey.com>
6576
6577 * gdb.dwarf2/formdata16.exp: Add tests.
6578
6579 2017-06-12 Tom Tromey <tom@tromey.com>
6580
6581 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6582
6583 2017-06-12 Tom Tromey <tom@tromey.com>
6584
6585 PR exp/16225:
6586 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6587 * gdb.arch/vsx-regs.exp: Update tests.
6588 * gdb.arch/s390-vregs.exp (hex128): New proc.
6589 Update test.
6590 * gdb.arch/altivec-regs.exp: Update tests.
6591
6592 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6593
6594 * gdb.base/startup-with-shell.c: New file.
6595 * gdb.base/startup-with-shell.exp: Likewise.
6596
6597 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6598
6599 * gdb.server/non-existing-program.exp: Update regex in order to
6600 reflect the fact that gdbserver is now using fork_inferior (with a
6601 shell) to startup the inferior.
6602
6603 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6604
6605 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6606 support function calls from GDB.
6607
6608 2017-05-21 Tom Tromey <tom@tromey.com>
6609
6610 PR rust/21466:
6611 * gdb.rust/unsized.exp: New file.
6612 * gdb.rust/unsized.rs: New file.
6613
6614 2017-05-19 Tom Tromey <tom@tromey.com>
6615
6616 PR rust/21484:
6617 * gdb.rust/watch.exp: New file.
6618 * gdb.rust/watch.rs: New file.
6619
6620 2017-05-18 Tom Tromey <tom@tromey.com>
6621
6622 * gdb.rust/simple.exp: Allow Box to be qualified.
6623
6624 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6625
6626 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6627
6628 2017-05-18 Pedro Alves <palves@redhat.com>
6629
6630 * gdb.base/fileio.c (test_write, test_read, test_close)
6631 (test_fstat): Don't print 'ret' in the fail path.
6632
6633 2017-05-18 Pedro Alves <palves@redhat.com>
6634
6635 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6636 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6637 (test_system, test_rename, test_unlink, test_time): Change
6638 prototypes.
6639 * gdb.base/fileio.exp (stop_msg): Adjust.
6640
6641 2017-05-18 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.base/fileio.c (null_str): New global.
6644 (test_stat): Use it.
6645 * gdb.base/fileio.exp: Remove nowarnings.
6646
6647 2017-05-17 Yao Qi <yao.qi@linaro.org>
6648
6649 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6650
6651 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6652
6653 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6654 argument command.
6655 (top-level): Invoke test_set_inferior_tty.
6656
6657 2017-05-04 Pedro Alves <palves@redhat.com>
6658
6659 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6660 Add parens to print call for Python 3.
6661
6662 2017-05-03 Keith Seitz <keiths@redhat.com>
6663
6664 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6665 (main): Call it.
6666
6667 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6668
6669 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6670 to prev and next.
6671
6672 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6673
6674 * gdb.python/py-record-btrace.exp: Remove test for
6675 gdb.BtraceInstruction.error.
6676
6677 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6678
6679 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6680
6681 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6682
6683 * gdb.python/py-record-btrace-threads.c: New file.
6684 * gdb.python/py-record-btrace-threads.exp: New file.
6685
6686 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6687
6688 PR testsuite/8595
6689 * gdb.base/environ.exp: Make test available in all architectures.
6690 Move bits related to "info program" testing to
6691 gdb.base/info-program.exp. Rewrite tests to use the two new
6692 procedures mentione below.
6693 (test_set_show_env_var) New procedure.
6694 (test_set_show_env_var_equal): Likewise.
6695 * gdb.base/info-program.exp: New file.
6696
6697 2017-04-27 Keith Seitz <keiths@redhat.com>
6698
6699 * gdb.cp/oranking.cc (test15): New function.
6700 (main): Call test15 and declare additional variables for testing.
6701 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6702 "p foo101('abc')" tests.
6703 Add tests for cv qualifier overloads.
6704 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6705 "lvalue reference overload" test.
6706 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6707 "print value of f1 on Child&& in f2" test.
6708
6709 2017-04-19 Pedro Alves <palves@redhat.com>
6710
6711 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6712 procedure.
6713 (top level): Call it.
6714 * lib/gdb.exp (gdb_define_cmd): New procedure.
6715
6716 2017-04-12 Pedro Alves <palves@redhat.com>
6717
6718 PR gdb/21323
6719 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6720 (wchar): New global.
6721 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6722 (do_test_wide_char, wide_char_types_no_program, top level): Add
6723 wchar_t testing.
6724
6725 2017-04-12 Pedro Alves <palves@redhat.com>
6726
6727 PR c++/21323
6728 * gdb.cp/wide_char_types.c: New file.
6729 * gdb.cp/wide_char_types.exp: New file.
6730
6731 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6732
6733 PR gdb/21352
6734 * gdb.trace/tsv.exp: Add test for "tsave -r".
6735
6736 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6737
6738 * gdb.dlang/watch-loc.c: New file.
6739 * gdb.dlang/watch-loc.exp: New file.
6740
6741 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6742
6743 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6744
6745 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6746
6747 * gdb.arch/arc-analyze-prologue.S: New file.
6748 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6749
6750 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6751
6752 * gdb.arch/arc-decode-insn.S: New file.
6753 * gdb.arch/arc-decode-insn.exp: Likewise.
6754
6755 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6756
6757 PR tdep/20928
6758 * gdb.arch/sparc64-regs.exp: New file.
6759 * gdb.arch/sparc64-regs.S: Likewise.
6760
6761 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6762
6763 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6764 and memory view on Python 3.
6765
6766 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6767 Keith Seitz <keiths@redhat.com>
6768
6769 PR gdb/14441
6770 * gdb.cp/demangle.exp: Add rvalue reference tests.
6771 * gdb.cp/rvalue-ref-casts.cc: New file.
6772 * gdb.cp/rvalue-ref-casts.exp: New file.
6773 * gdb.cp/rvalue-ref-overload.cc: New file.
6774 * gdb.cp/rvalue-ref-overload.exp: New file.
6775 * gdb.cp/rvalue-ref-params.cc: New file.
6776 * gdb.cp/rvalue-ref-params.exp: New file.
6777 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6778 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6779 * gdb.cp/rvalue-ref-types.cc: New file.
6780 * gdb.cp/rvalue-ref-types.exp: New file.
6781 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6782 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6783
6784 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6785
6786 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6787 New procedure.
6788
6789 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6790
6791 * lib/mi-support.exp (mi_gdb_test): Add additional message
6792 for unexpected output.
6793
6794 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6795
6796 * gdb.base/examine-backward.c (Barrier): New character array
6797 constant, to ensure that TestStrings is preceded by a string
6798 terminator.
6799
6800 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6801
6802 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6803 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6804 and implicit pointer into such a location.
6805
6806 2017-03-16 Doug Evans <dje@google.com>
6807
6808 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6809
6810 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6811
6812 * gdb.cp/m-static.exp: Fix expectation for prototype of
6813 test5.single_constructor and single_constructor::single_constructor.
6814
6815 2017-03-16 Doug Evans <dje@google.com>
6816
6817 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6818 * gdb.guile/scm-lazy-string.c: New file.
6819 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6820 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6821 for pointer, array, typedef lazy strings.
6822
6823 2017-03-16 Doug Evans <dje@google.com>
6824
6825 PR python/17728, python/18439, python/18779
6826 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6827 * gdb.python/py-lazy-string.c (pointer): New typedef.
6828 (main): New locals ptr, array, typedef_ptr.
6829 * gdb.python/py-value.exp: Move lazy string tests to ...
6830 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6831 array, typedef lazy strings.
6832
6833 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6834
6835 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6836 Add optional 'test' parameter.
6837
6838 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6839
6840 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6841 Skip for versions of DejaGnu < 1.5.
6842
6843 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6844
6845 * lib/gdb.exp (dejagnu_version): New proc.
6846 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6847 Use dejagnu_version.
6848
6849 2017-03-10 Keith Seitz <keiths@redhat.com>
6850
6851 PR c++/8128
6852 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6853 type from destructor regexps.
6854 Add a branch which actually passes the test.
6855 Adjust "ptype t5i" test names.
6856
6857 2017-03-08 Pedro Alves <palves@redhat.com>
6858
6859 * gdb.base/step-over-exit.exp: Add explicit test message.
6860
6861 2017-03-08 Pedro Alves <palves@redhat.com>
6862
6863 PR gdb/18360
6864 * gdb.threads/interrupt-while-step-over.c: New file.
6865 * gdb.threads/interrupt-while-step-over.exp: New file.
6866
6867 2017-03-08 Pedro Alves <palves@redhat.com>
6868
6869 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6870 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6871
6872 2017-03-08 Pedro Alves <palves@redhat.com>
6873
6874 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6875 PKRU as not supported as a PASS.
6876
6877 2017-03-08 Pedro Alves <palves@redhat.com>
6878
6879 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6880 prefix instead of $binfile1/$binfile2.
6881 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6882 in test message.
6883 * gdb.python/py-completion.exp: Use "load python file" as test
6884 messages instead of unstable path names.
6885
6886 2017-03-08 Pedro Alves <palves@redhat.com>
6887 Jan Kratochvil <jan.kratochvil@redhat.com>
6888
6889 PR cli/21218
6890 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6891 New proc.
6892 (top level): Call it.
6893
6894 2017-03-08 Pedro Alves <palves@redhat.com>
6895
6896 PR tui/21216
6897 * gdb.tui/tui-nl-filtered-output.exp: New file.
6898
6899 2017-03-08 Pedro Alves <palves@redhat.com>
6900
6901 * gdb.base/completion.exp: Move TUI completion tests to ...
6902 * gdb.tui/completion.exp: ... this new file.
6903
6904 2017-03-08 Pedro Alves <palves@redhat.com>
6905
6906 * gdb.base/tui-disasm-long-lines.c,
6907 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6908 gdb.base/tui-layout.exp: Move to ...
6909 * gdb.tui/: ... this new directory.
6910
6911 2017-03-07 Pedro Alves <palves@redhat.com>
6912
6913 * gdb.base/tui-layout.c: New file.
6914 * gdb.base/tui-layout.exp: New file.
6915
6916 2017-03-07 Pedro Alves <palves@redhat.com>
6917
6918 * gdb.base/tui-layout.c: Rename to ...
6919 * gdb.base/tui-disasm-long-lines.c: ... this.
6920 * gdb.base/tui-layout.exp: Rename to ...
6921 * gdb.base/tui-disasm-long-lines.exp: ... this.
6922
6923 2017-03-07 Pedro Alves <palves@redhat.com>
6924
6925 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6926
6927 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6928
6929 * i386-mpx-call.c: New file.
6930 * i386-mpx-call.exp: New file.
6931
6932 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6933
6934 * gdb.arch/powerpc-power.exp: Delete test.
6935 * gdb.arch/powerpc-power.s: Likewise.
6936 * gdb.disasm/disassembler-options.exp: New test.
6937 * gdb.arch/powerpc-altivec.exp: Likewise.
6938 * gdb.arch/powerpc-altivec.s: Likewise.
6939 * gdb.arch/powerpc-altivec2.exp: Likewise.
6940 * gdb.arch/powerpc-altivec2.s: Likewise.
6941 * gdb.arch/powerpc-altivec3.exp: Likewise.
6942 * gdb.arch/powerpc-altivec3.s: Likewise.
6943 * gdb.arch/powerpc-power7.exp: Likewise.
6944 * gdb.arch/powerpc-power7.s: Likewise.
6945 * gdb.arch/powerpc-power8.exp: Likewise.
6946 * gdb.arch/powerpc-power8.s: Likewise.
6947 * gdb.arch/powerpc-power9.exp: Likewise.
6948 * gdb.arch/powerpc-power9.s: Likewise.
6949 * gdb.arch/powerpc-vsx.exp: Likewise.
6950 * gdb.arch/powerpc-vsx.s: Likewise.
6951 * gdb.arch/powerpc-vsx2.exp: Likewise.
6952 * gdb.arch/powerpc-vsx2.s: Likewise.
6953 * gdb.arch/powerpc-vsx3.exp: Likewise.
6954 * gdb.arch/powerpc-vsx3.s: Likewise.
6955 * gdb.arch/arm-disassembler-options.exp: Likewise.
6956 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6957 * gdb.arch/s390-disassembler-options.exp: Likewise.
6958
6959 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6960
6961 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6962 (check_supported_features): ... this. Changed return type to void.
6963 (supports_rdseed): New static global.
6964 (rdseed): Check supports_rdseed.
6965 (initialize): Call check_supported_features.
6966
6967 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6968
6969 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6970 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6971 and lqarx/stqcx.
6972 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6973 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6974
6975 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6976
6977 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6978 uppercase.
6979
6980 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6981
6982 * gdb.dwarf2/formdata16.c: New file.
6983 * gdb.dwarf2/formdata16.exp: New file.
6984 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6985
6986 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6987
6988 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6989 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6990 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6991 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6992 DW_AT_GNU_*.
6993
6994 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6995
6996 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6997
6998 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6999
7000 PR gdb/21164
7001 * gdb.base/maint.exp: Add testcases for when the commands do
7002 not have arguments.
7003
7004 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7005
7006 * gdb.cp/chained-calls.exp: Use p instead of P.
7007
7008 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7009
7010 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7011 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7012
7013 2017-02-14 Tom Tromey <tom@tromey.com>
7014
7015 PR python/13598:
7016 * gdb.python/py-events.exp: Add before_prompt event tests.
7017
7018 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7019
7020 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7021
7022 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7023
7024 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7025 (main): Call my_unique_function_name.
7026 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7027 completion of patterns with a single match.
7028 Add missing -re switches to gdb_test_multiple calls.
7029
7030 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7031
7032 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7033 return if core file is not recognized.
7034
7035 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7036
7037 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7038 and extra UIs.
7039
7040 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7041
7042 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7043 proc_with_prefix.
7044
7045 2017-02-10 Tom Tromey <tom@tromey.com>
7046
7047 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7048
7049 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7050
7051 PR gdb/21122
7052 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7053
7054 2017-02-08 Jerome Guitton <guitton@adacore.com>
7055
7056 * gdb.base/define.exp: Add test for command abbreviations
7057 in define.
7058
7059 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7060
7061 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7062 * gdb.reverse/insn-reverse-x86.c: New file.
7063
7064 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7065
7066 PR tdep/20936
7067 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7068
7069 2017-02-03 Tom Tromey <tom@tromey.com>
7070
7071 PR rust/21097:
7072 * gdb.rust/simple.exp: Add new tests.
7073
7074 2017-02-02 Pedro Alves <palves@redhat.com>
7075
7076 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7077 tests.
7078
7079 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7080
7081 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7082 taking a 2-byte value out of a 4-byte DWARF implicit value on
7083 big-endian targets.
7084 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7085 logic. Add test cases for DW_OP_implicit.
7086
7087 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7088
7089 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7090
7091 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7092
7093 * gdb.btrace/enable.exp: Call gdb_exit before
7094 skip_gdbserver_tests.
7095
7096 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7097
7098 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7099 GDBFLAGS.
7100
7101 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7102
7103 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7104 the test is skipped.
7105 * gdb.btrace/data.exp: Likewise.
7106 * gdb.btrace/delta.exp: Likewise.
7107 * gdb.btrace/dlopen.exp: Likewise.
7108 * gdb.btrace/enable-running.exp: Likewise.
7109 * gdb.btrace/enable.exp: Likewise.
7110 * gdb.btrace/exception.exp: Likewise.
7111 * gdb.btrace/function_call_history.exp: Likewise.
7112 * gdb.btrace/gcore.exp: Likewise.
7113 * gdb.btrace/instruction_history.exp: Likewise.
7114 * gdb.btrace/multi-thread-step.exp: Likewise.
7115 * gdb.btrace/nohist.exp: Likewise.
7116 * gdb.btrace/non-stop.exp: Likewise.
7117 * gdb.btrace/reconnect.exp: Likewise.
7118 * gdb.btrace/record_goto-step.exp: Likewise.
7119 * gdb.btrace/record_goto.exp: Likewise.
7120 * gdb.btrace/rn-dl-bind.exp: Likewise.
7121 * gdb.btrace/segv.exp: Likewise.
7122 * gdb.btrace/step.exp: Likewise.
7123 * gdb.btrace/stepi.exp: Likewise.
7124 * gdb.btrace/tailcall-only.exp: Likewise.
7125 * gdb.btrace/tailcall.exp: Likewise.
7126 * gdb.btrace/tsx.exp: Likewise.
7127 * gdb.btrace/unknown_functions.exp: Likewise.
7128 * gdb.btrace/vdso.exp: Likewise.
7129
7130 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7131
7132 * gdb.btrace/enable-running.c: New.
7133 * gdb.btrace/enable-running.exp: New.
7134
7135 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7136
7137 * gdb.arch/amd64-gs_base.c: New file.
7138 * gdb.arch/amd64-gs_base.exp: New file.
7139
7140 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7141
7142 * lib/memory.exp: Remove spurious empty newlines.
7143
7144 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7145
7146 * gdb.python/py-bad-printers.exp: Load python file using "source".
7147 * gdb.python/py-events.exp: Likewise.
7148 * gdb.python/py-evsignal.exp: Likewise.
7149 * gdb.python/py-evthreads.exp: Likewise.
7150 * gdb.python/py-frame-args.exp: Likewise.
7151 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7152 * gdb.python/py-framefilter-mi.exp: Likewise.
7153 * gdb.python/py-framefilter.exp: Likewise.
7154 * gdb.python/py-mi.exp: Likewise.
7155 * gdb.python/py-pp-maint.exp: Likewise.
7156 * gdb.python/py-pp-registration.exp: Likewise.
7157 * gdb.python/py-prettyprint.exp: Likewise.
7158 (run_lang_tests): Likewise.
7159 * gdb.python/py-typeprint.exp: Likewise.
7160
7161 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7162
7163 * lib/memory.exp: New file.
7164 * lib/gdb.exp: Load memory.exp.
7165 * gdb.base/memattr.exp (delete_memory): Move proc to
7166 lib/memory.exp and rename to delete_memory_regions.
7167 Replace delete_memory with delete_memory_regions.
7168 Cleanup memory regions before tests.
7169 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7170 before tests.
7171
7172 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7173
7174 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7175 files.
7176 (initialize): New function conditionally defined.
7177 (testcases): Move within conditional block.
7178 (main): Call initialize.
7179 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7180 of gdb.reverse/insn-reverse.c.
7181 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7182 gdb.reverse/insn-reverse.c.
7183
7184 2017-01-26 Yao Qi <yao.qi@linaro.org>
7185
7186 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7187 disassemble on address 0.
7188
7189 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7190 Yao Qi <yao.qi@linaro.org>
7191
7192 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7193 * gdb.dwarf2/implptr-64bit.S: Remove.
7194 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7195 variables in caller's context. Add DW_OP_implicit_value.
7196
7197 2017-01-25 Yao Qi <yao.qi@linaro.org>
7198
7199 * lib/dwarf.exp (Dwarf::_location): Handle
7200 DW_OP_GNU_implicit_pointer with proper size.
7201
7202 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7203
7204 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7205 and add untested calls.
7206
7207 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7208
7209 * gdb.python/python.exp: Check line number against what GDB thinks
7210 the line number is for func1.
7211
7212 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7213
7214 * gdb.dlang/debug-expr.exp: New file.
7215
7216 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7217
7218 Fix test names for the following files:
7219
7220 * gdb.ada/exec_changed.exp
7221 * gdb.ada/info_types.exp
7222 * gdb.arch/aarch64-atomic-inst.exp
7223 * gdb.arch/aarch64-fp.exp
7224 * gdb.arch/altivec-abi.exp
7225 * gdb.arch/altivec-regs.exp
7226 * gdb.arch/amd64-byte.exp
7227 * gdb.arch/amd64-disp-step.exp
7228 * gdb.arch/amd64-dword.exp
7229 * gdb.arch/amd64-entry-value-inline.exp
7230 * gdb.arch/amd64-entry-value-param.exp
7231 * gdb.arch/amd64-entry-value-paramref.exp
7232 * gdb.arch/amd64-entry-value.exp
7233 * gdb.arch/amd64-i386-address.exp
7234 * gdb.arch/amd64-invalid-stack-middle.exp
7235 * gdb.arch/amd64-invalid-stack-top.exp
7236 * gdb.arch/amd64-optimout-repeat.exp
7237 * gdb.arch/amd64-prologue-skip.exp
7238 * gdb.arch/amd64-prologue-xmm.exp
7239 * gdb.arch/amd64-stap-special-operands.exp
7240 * gdb.arch/amd64-stap-wrong-subexp.exp
7241 * gdb.arch/amd64-tailcall-cxx.exp
7242 * gdb.arch/amd64-tailcall-noret.exp
7243 * gdb.arch/amd64-tailcall-ret.exp
7244 * gdb.arch/amd64-tailcall-self.exp
7245 * gdb.arch/amd64-word.exp
7246 * gdb.arch/arm-bl-branch-dest.exp
7247 * gdb.arch/arm-disp-step.exp
7248 * gdb.arch/arm-neon.exp
7249 * gdb.arch/arm-single-step-kernel-helper.exp
7250 * gdb.arch/avr-flash-qualifier.exp
7251 * gdb.arch/disp-step-insn-reloc.exp
7252 * gdb.arch/e500-abi.exp
7253 * gdb.arch/e500-regs.exp
7254 * gdb.arch/ftrace-insn-reloc.exp
7255 * gdb.arch/i386-avx512.exp
7256 * gdb.arch/i386-bp_permanent.exp
7257 * gdb.arch/i386-byte.exp
7258 * gdb.arch/i386-cfi-notcurrent.exp
7259 * gdb.arch/i386-disp-step.exp
7260 * gdb.arch/i386-dr3-watch.exp
7261 * gdb.arch/i386-float.exp
7262 * gdb.arch/i386-gnu-cfi.exp
7263 * gdb.arch/i386-mpx-map.exp
7264 * gdb.arch/i386-mpx-sigsegv.exp
7265 * gdb.arch/i386-mpx-simple_segv.exp
7266 * gdb.arch/i386-mpx.exp
7267 * gdb.arch/i386-permbkpt.exp
7268 * gdb.arch/i386-prologue.exp
7269 * gdb.arch/i386-signal.exp
7270 * gdb.arch/i386-size-overlap.exp
7271 * gdb.arch/i386-unwind.exp
7272 * gdb.arch/i386-word.exp
7273 * gdb.arch/mips-fcr.exp
7274 * gdb.arch/powerpc-d128-regs.exp
7275 * gdb.arch/powerpc-stackless.exp
7276 * gdb.arch/ppc64-atomic-inst.exp
7277 * gdb.arch/s390-stackless.exp
7278 * gdb.arch/s390-tdbregs.exp
7279 * gdb.arch/s390-vregs.exp
7280 * gdb.arch/sparc-sysstep.exp
7281 * gdb.arch/thumb-bx-pc.exp
7282 * gdb.arch/thumb-singlestep.exp
7283 * gdb.arch/thumb2-it.exp
7284 * gdb.arch/vsx-regs.exp
7285 * gdb.asm/asm-source.exp
7286 * gdb.base/a2-run.exp
7287 * gdb.base/advance.exp
7288 * gdb.base/all-bin.exp
7289 * gdb.base/anon.exp
7290 * gdb.base/args.exp
7291 * gdb.base/arithmet.exp
7292 * gdb.base/async-shell.exp
7293 * gdb.base/async.exp
7294 * gdb.base/attach-pie-noexec.exp
7295 * gdb.base/attach-twice.exp
7296 * gdb.base/auto-load.exp
7297 * gdb.base/bang.exp
7298 * gdb.base/bitfields.exp
7299 * gdb.base/break-always.exp
7300 * gdb.base/break-caller-line.exp
7301 * gdb.base/break-entry.exp
7302 * gdb.base/break-inline.exp
7303 * gdb.base/break-on-linker-gcd-function.exp
7304 * gdb.base/break-probes.exp
7305 * gdb.base/break.exp
7306 * gdb.base/breakpoint-shadow.exp
7307 * gdb.base/call-ar-st.exp
7308 * gdb.base/call-sc.exp
7309 * gdb.base/call-signal-resume.exp
7310 * gdb.base/call-strs.exp
7311 * gdb.base/callfuncs.exp
7312 * gdb.base/catch-fork-static.exp
7313 * gdb.base/catch-gdb-caused-signals.exp
7314 * gdb.base/catch-load.exp
7315 * gdb.base/catch-signal-fork.exp
7316 * gdb.base/catch-signal.exp
7317 * gdb.base/catch-syscall.exp
7318 * gdb.base/charset.exp
7319 * gdb.base/checkpoint.exp
7320 * gdb.base/chng-syms.exp
7321 * gdb.base/code-expr.exp
7322 * gdb.base/code_elim.exp
7323 * gdb.base/commands.exp
7324 * gdb.base/completion.exp
7325 * gdb.base/complex.exp
7326 * gdb.base/cond-expr.exp
7327 * gdb.base/condbreak.exp
7328 * gdb.base/consecutive.exp
7329 * gdb.base/continue-all-already-running.exp
7330 * gdb.base/coredump-filter.exp
7331 * gdb.base/corefile.exp
7332 * gdb.base/dbx.exp
7333 * gdb.base/debug-expr.exp
7334 * gdb.base/define.exp
7335 * gdb.base/del.exp
7336 * gdb.base/disabled-location.exp
7337 * gdb.base/disasm-end-cu.exp
7338 * gdb.base/disasm-optim.exp
7339 * gdb.base/display.exp
7340 * gdb.base/duplicate-bp.exp
7341 * gdb.base/ena-dis-br.exp
7342 * gdb.base/ending-run.exp
7343 * gdb.base/enumval.exp
7344 * gdb.base/environ.exp
7345 * gdb.base/eu-strip-infcall.exp
7346 * gdb.base/eval-avoid-side-effects.exp
7347 * gdb.base/eval-skip.exp
7348 * gdb.base/exitsignal.exp
7349 * gdb.base/expand-psymtabs.exp
7350 * gdb.base/filesym.exp
7351 * gdb.base/find-unmapped.exp
7352 * gdb.base/finish.exp
7353 * gdb.base/float.exp
7354 * gdb.base/foll-exec-mode.exp
7355 * gdb.base/foll-exec.exp
7356 * gdb.base/foll-fork.exp
7357 * gdb.base/fortran-sym-case.exp
7358 * gdb.base/freebpcmd.exp
7359 * gdb.base/func-ptr.exp
7360 * gdb.base/func-ptrs.exp
7361 * gdb.base/funcargs.exp
7362 * gdb.base/gcore-buffer-overflow.exp
7363 * gdb.base/gcore-relro-pie.exp
7364 * gdb.base/gcore-relro.exp
7365 * gdb.base/gcore.exp
7366 * gdb.base/gdb1090.exp
7367 * gdb.base/gdb11530.exp
7368 * gdb.base/gdb11531.exp
7369 * gdb.base/gdb1821.exp
7370 * gdb.base/gdbindex-stabs.exp
7371 * gdb.base/gdbvars.exp
7372 * gdb.base/hbreak.exp
7373 * gdb.base/hbreak2.exp
7374 * gdb.base/included.exp
7375 * gdb.base/infcall-input.exp
7376 * gdb.base/inferior-died.exp
7377 * gdb.base/infnan.exp
7378 * gdb.base/info-macros.exp
7379 * gdb.base/info-os.exp
7380 * gdb.base/info-proc.exp
7381 * gdb.base/info-shared.exp
7382 * gdb.base/info-target.exp
7383 * gdb.base/infoline.exp
7384 * gdb.base/interp.exp
7385 * gdb.base/interrupt.exp
7386 * gdb.base/jit-reader.exp
7387 * gdb.base/jit-simple.exp
7388 * gdb.base/kill-after-signal.exp
7389 * gdb.base/kill-detach-inferiors-cmd.exp
7390 * gdb.base/label.exp
7391 * gdb.base/langs.exp
7392 * gdb.base/ldbl_e308.exp
7393 * gdb.base/line-symtabs.exp
7394 * gdb.base/linespecs.exp
7395 * gdb.base/list.exp
7396 * gdb.base/long_long.exp
7397 * gdb.base/longest-types.exp
7398 * gdb.base/maint.exp
7399 * gdb.base/max-value-size.exp
7400 * gdb.base/memattr.exp
7401 * gdb.base/mips_pro.exp
7402 * gdb.base/morestack.exp
7403 * gdb.base/moribund-step.exp
7404 * gdb.base/multi-forks.exp
7405 * gdb.base/nested-addr.exp
7406 * gdb.base/nextoverexit.exp
7407 * gdb.base/noreturn-finish.exp
7408 * gdb.base/noreturn-return.exp
7409 * gdb.base/nostdlib.exp
7410 * gdb.base/offsets.exp
7411 * gdb.base/opaque.exp
7412 * gdb.base/pc-fp.exp
7413 * gdb.base/permissions.exp
7414 * gdb.base/print-symbol-loading.exp
7415 * gdb.base/prologue-include.exp
7416 * gdb.base/psymtab.exp
7417 * gdb.base/ptype.exp
7418 * gdb.base/random-signal.exp
7419 * gdb.base/randomize.exp
7420 * gdb.base/range-stepping.exp
7421 * gdb.base/readline-ask.exp
7422 * gdb.base/recpar.exp
7423 * gdb.base/recurse.exp
7424 * gdb.base/relational.exp
7425 * gdb.base/restore.exp
7426 * gdb.base/return-nodebug.exp
7427 * gdb.base/return.exp
7428 * gdb.base/run-after-attach.exp
7429 * gdb.base/save-bp.exp
7430 * gdb.base/scope.exp
7431 * gdb.base/sect-cmd.exp
7432 * gdb.base/set-lang-auto.exp
7433 * gdb.base/set-noassign.exp
7434 * gdb.base/setvar.exp
7435 * gdb.base/sigall.exp
7436 * gdb.base/sigbpt.exp
7437 * gdb.base/siginfo-addr.exp
7438 * gdb.base/siginfo-infcall.exp
7439 * gdb.base/siginfo-obj.exp
7440 * gdb.base/siginfo.exp
7441 * gdb.base/signals-state-child.exp
7442 * gdb.base/signest.exp
7443 * gdb.base/sigstep.exp
7444 * gdb.base/sizeof.exp
7445 * gdb.base/skip.exp
7446 * gdb.base/solib-corrupted.exp
7447 * gdb.base/solib-nodir.exp
7448 * gdb.base/solib-search.exp
7449 * gdb.base/stack-checking.exp
7450 * gdb.base/stale-infcall.exp
7451 * gdb.base/stap-probe.exp
7452 * gdb.base/start.exp
7453 * gdb.base/step-break.exp
7454 * gdb.base/step-bt.exp
7455 * gdb.base/step-line.exp
7456 * gdb.base/step-over-exit.exp
7457 * gdb.base/step-over-syscall.exp
7458 * gdb.base/step-resume-infcall.exp
7459 * gdb.base/step-test.exp
7460 * gdb.base/store.exp
7461 * gdb.base/structs3.exp
7462 * gdb.base/sym-file.exp
7463 * gdb.base/symbol-without-target_section.exp
7464 * gdb.base/term.exp
7465 * gdb.base/testenv.exp
7466 * gdb.base/ui-redirect.exp
7467 * gdb.base/until.exp
7468 * gdb.base/unwindonsignal.exp
7469 * gdb.base/value-double-free.exp
7470 * gdb.base/vla-datatypes.exp
7471 * gdb.base/vla-ptr.exp
7472 * gdb.base/vla-sideeffect.exp
7473 * gdb.base/volatile.exp
7474 * gdb.base/watch-cond-infcall.exp
7475 * gdb.base/watch-cond.exp
7476 * gdb.base/watch-non-mem.exp
7477 * gdb.base/watch-read.exp
7478 * gdb.base/watch-vfork.exp
7479 * gdb.base/watchpoint-cond-gone.exp
7480 * gdb.base/watchpoint-delete.exp
7481 * gdb.base/watchpoint-hw-hit-once.exp
7482 * gdb.base/watchpoint-hw.exp
7483 * gdb.base/watchpoint-stops-at-right-insn.exp
7484 * gdb.base/watchpoints.exp
7485 * gdb.base/wchar.exp
7486 * gdb.base/whatis-exp.exp
7487 * gdb.btrace/buffer-size.exp
7488 * gdb.btrace/data.exp
7489 * gdb.btrace/delta.exp
7490 * gdb.btrace/dlopen.exp
7491 * gdb.btrace/enable.exp
7492 * gdb.btrace/exception.exp
7493 * gdb.btrace/function_call_history.exp
7494 * gdb.btrace/gcore.exp
7495 * gdb.btrace/instruction_history.exp
7496 * gdb.btrace/nohist.exp
7497 * gdb.btrace/reconnect.exp
7498 * gdb.btrace/record_goto-step.exp
7499 * gdb.btrace/record_goto.exp
7500 * gdb.btrace/rn-dl-bind.exp
7501 * gdb.btrace/segv.exp
7502 * gdb.btrace/step.exp
7503 * gdb.btrace/stepi.exp
7504 * gdb.btrace/tailcall-only.exp
7505 * gdb.btrace/tailcall.exp
7506 * gdb.btrace/tsx.exp
7507 * gdb.btrace/unknown_functions.exp
7508 * gdb.btrace/vdso.exp
7509 * gdb.compile/compile-ifunc.exp
7510 * gdb.compile/compile-ops.exp
7511 * gdb.compile/compile-print.exp
7512 * gdb.compile/compile-setjmp.exp
7513 * gdb.cp/abstract-origin.exp
7514 * gdb.cp/ambiguous.exp
7515 * gdb.cp/annota2.exp
7516 * gdb.cp/annota3.exp
7517 * gdb.cp/anon-ns.exp
7518 * gdb.cp/anon-struct.exp
7519 * gdb.cp/anon-union.exp
7520 * gdb.cp/arg-reference.exp
7521 * gdb.cp/baseenum.exp
7522 * gdb.cp/bool.exp
7523 * gdb.cp/breakpoint.exp
7524 * gdb.cp/bs15503.exp
7525 * gdb.cp/call-c.exp
7526 * gdb.cp/casts.exp
7527 * gdb.cp/chained-calls.exp
7528 * gdb.cp/class2.exp
7529 * gdb.cp/classes.exp
7530 * gdb.cp/cmpd-minsyms.exp
7531 * gdb.cp/converts.exp
7532 * gdb.cp/cp-relocate.exp
7533 * gdb.cp/cpcompletion.exp
7534 * gdb.cp/cpexprs.exp
7535 * gdb.cp/cplabel.exp
7536 * gdb.cp/cplusfuncs.exp
7537 * gdb.cp/cpsizeof.exp
7538 * gdb.cp/ctti.exp
7539 * gdb.cp/derivation.exp
7540 * gdb.cp/destrprint.exp
7541 * gdb.cp/dispcxx.exp
7542 * gdb.cp/enum-class.exp
7543 * gdb.cp/exception.exp
7544 * gdb.cp/exceptprint.exp
7545 * gdb.cp/expand-psymtabs-cxx.exp
7546 * gdb.cp/expand-sals.exp
7547 * gdb.cp/extern-c.exp
7548 * gdb.cp/filename.exp
7549 * gdb.cp/formatted-ref.exp
7550 * gdb.cp/fpointer.exp
7551 * gdb.cp/gdb1355.exp
7552 * gdb.cp/gdb2495.exp
7553 * gdb.cp/hang.exp
7554 * gdb.cp/impl-this.exp
7555 * gdb.cp/infcall-dlopen.exp
7556 * gdb.cp/inherit.exp
7557 * gdb.cp/iostream.exp
7558 * gdb.cp/koenig.exp
7559 * gdb.cp/local.exp
7560 * gdb.cp/m-data.exp
7561 * gdb.cp/m-static.exp
7562 * gdb.cp/mb-ctor.exp
7563 * gdb.cp/mb-inline.exp
7564 * gdb.cp/mb-templates.exp
7565 * gdb.cp/member-name.exp
7566 * gdb.cp/member-ptr.exp
7567 * gdb.cp/meth-typedefs.exp
7568 * gdb.cp/method.exp
7569 * gdb.cp/method2.exp
7570 * gdb.cp/minsym-fallback.exp
7571 * gdb.cp/misc.exp
7572 * gdb.cp/namelessclass.exp
7573 * gdb.cp/namespace-enum.exp
7574 * gdb.cp/namespace-nested-import.exp
7575 * gdb.cp/namespace.exp
7576 * gdb.cp/nextoverthrow.exp
7577 * gdb.cp/no-dmgl-verbose.exp
7578 * gdb.cp/non-trivial-retval.exp
7579 * gdb.cp/noparam.exp
7580 * gdb.cp/nsdecl.exp
7581 * gdb.cp/nsimport.exp
7582 * gdb.cp/nsnested.exp
7583 * gdb.cp/nsnoimports.exp
7584 * gdb.cp/nsrecurs.exp
7585 * gdb.cp/nsstress.exp
7586 * gdb.cp/nsusing.exp
7587 * gdb.cp/operator.exp
7588 * gdb.cp/oranking.exp
7589 * gdb.cp/overload-const.exp
7590 * gdb.cp/overload.exp
7591 * gdb.cp/ovldbreak.exp
7592 * gdb.cp/ovsrch.exp
7593 * gdb.cp/paren-type.exp
7594 * gdb.cp/parse-lang.exp
7595 * gdb.cp/pass-by-ref.exp
7596 * gdb.cp/pr-1023.exp
7597 * gdb.cp/pr-1210.exp
7598 * gdb.cp/pr-574.exp
7599 * gdb.cp/pr10687.exp
7600 * gdb.cp/pr12028.exp
7601 * gdb.cp/pr17132.exp
7602 * gdb.cp/pr17494.exp
7603 * gdb.cp/pr9067.exp
7604 * gdb.cp/pr9167.exp
7605 * gdb.cp/pr9631.exp
7606 * gdb.cp/printmethod.exp
7607 * gdb.cp/psmang.exp
7608 * gdb.cp/psymtab-parameter.exp
7609 * gdb.cp/ptype-cv-cp.exp
7610 * gdb.cp/ptype-flags.exp
7611 * gdb.cp/re-set-overloaded.exp
7612 * gdb.cp/ref-types.exp
7613 * gdb.cp/rtti.exp
7614 * gdb.cp/scope-err.exp
7615 * gdb.cp/shadow.exp
7616 * gdb.cp/smartp.exp
7617 * gdb.cp/static-method.exp
7618 * gdb.cp/static-print-quit.exp
7619 * gdb.cp/temargs.exp
7620 * gdb.cp/templates.exp
7621 * gdb.cp/try_catch.exp
7622 * gdb.cp/typedef-operator.exp
7623 * gdb.cp/typeid.exp
7624 * gdb.cp/userdef.exp
7625 * gdb.cp/using-crash.exp
7626 * gdb.cp/var-tag.exp
7627 * gdb.cp/virtbase.exp
7628 * gdb.cp/virtfunc.exp
7629 * gdb.cp/virtfunc2.exp
7630 * gdb.cp/vla-cxx.exp
7631 * gdb.disasm/t01_mov.exp
7632 * gdb.disasm/t02_mova.exp
7633 * gdb.disasm/t03_add.exp
7634 * gdb.disasm/t04_sub.exp
7635 * gdb.disasm/t05_cmp.exp
7636 * gdb.disasm/t06_ari2.exp
7637 * gdb.disasm/t07_ari3.exp
7638 * gdb.disasm/t08_or.exp
7639 * gdb.disasm/t09_xor.exp
7640 * gdb.disasm/t10_and.exp
7641 * gdb.disasm/t11_logs.exp
7642 * gdb.disasm/t12_bit.exp
7643 * gdb.disasm/t13_otr.exp
7644 * gdb.dlang/circular.exp
7645 * gdb.dwarf2/arr-stride.exp
7646 * gdb.dwarf2/arr-subrange.exp
7647 * gdb.dwarf2/atomic-type.exp
7648 * gdb.dwarf2/bad-regnum.exp
7649 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7650 * gdb.dwarf2/callframecfa.exp
7651 * gdb.dwarf2/clztest.exp
7652 * gdb.dwarf2/corrupt.exp
7653 * gdb.dwarf2/data-loc.exp
7654 * gdb.dwarf2/dup-psym.exp
7655 * gdb.dwarf2/dw2-anon-mptr.exp
7656 * gdb.dwarf2/dw2-anonymous-func.exp
7657 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7658 * gdb.dwarf2/dw2-bad-unresolved.exp
7659 * gdb.dwarf2/dw2-basic.exp
7660 * gdb.dwarf2/dw2-canonicalize-type.exp
7661 * gdb.dwarf2/dw2-case-insensitive.exp
7662 * gdb.dwarf2/dw2-common-block.exp
7663 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7664 * gdb.dwarf2/dw2-compressed.exp
7665 * gdb.dwarf2/dw2-const.exp
7666 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7667 * gdb.dwarf2/dw2-cu-size.exp
7668 * gdb.dwarf2/dw2-dup-frame.exp
7669 * gdb.dwarf2/dw2-entry-value.exp
7670 * gdb.dwarf2/dw2-icycle.exp
7671 * gdb.dwarf2/dw2-ifort-parameter.exp
7672 * gdb.dwarf2/dw2-inline-break.exp
7673 * gdb.dwarf2/dw2-inline-param.exp
7674 * gdb.dwarf2/dw2-intercu.exp
7675 * gdb.dwarf2/dw2-intermix.exp
7676 * gdb.dwarf2/dw2-lexical-block-bare.exp
7677 * gdb.dwarf2/dw2-linkage-name-trust.exp
7678 * gdb.dwarf2/dw2-minsym-in-cu.exp
7679 * gdb.dwarf2/dw2-noloc.exp
7680 * gdb.dwarf2/dw2-op-call.exp
7681 * gdb.dwarf2/dw2-op-out-param.exp
7682 * gdb.dwarf2/dw2-opt-structptr.exp
7683 * gdb.dwarf2/dw2-param-error.exp
7684 * gdb.dwarf2/dw2-producer.exp
7685 * gdb.dwarf2/dw2-ranges-base.exp
7686 * gdb.dwarf2/dw2-ref-missing-frame.exp
7687 * gdb.dwarf2/dw2-reg-undefined.exp
7688 * gdb.dwarf2/dw2-regno-invalid.exp
7689 * gdb.dwarf2/dw2-restore.exp
7690 * gdb.dwarf2/dw2-restrict.exp
7691 * gdb.dwarf2/dw2-single-line-discriminators.exp
7692 * gdb.dwarf2/dw2-strp.exp
7693 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7694 * gdb.dwarf2/dw2-unresolved.exp
7695 * gdb.dwarf2/dw2-var-zero-addr.exp
7696 * gdb.dwarf2/dw4-sig-types.exp
7697 * gdb.dwarf2/dwz.exp
7698 * gdb.dwarf2/dynarr-ptr.exp
7699 * gdb.dwarf2/enum-type.exp
7700 * gdb.dwarf2/gdb-index.exp
7701 * gdb.dwarf2/implptr-64bit.exp
7702 * gdb.dwarf2/implptr-optimized-out.exp
7703 * gdb.dwarf2/implptr.exp
7704 * gdb.dwarf2/implref-array.exp
7705 * gdb.dwarf2/implref-const.exp
7706 * gdb.dwarf2/implref-global.exp
7707 * gdb.dwarf2/implref-struct.exp
7708 * gdb.dwarf2/mac-fileno.exp
7709 * gdb.dwarf2/main-subprogram.exp
7710 * gdb.dwarf2/member-ptr-forwardref.exp
7711 * gdb.dwarf2/method-ptr.exp
7712 * gdb.dwarf2/missing-sig-type.exp
7713 * gdb.dwarf2/nonvar-access.exp
7714 * gdb.dwarf2/opaque-type-lookup.exp
7715 * gdb.dwarf2/pieces-optimized-out.exp
7716 * gdb.dwarf2/pieces.exp
7717 * gdb.dwarf2/pr10770.exp
7718 * gdb.dwarf2/pr13961.exp
7719 * gdb.dwarf2/staticvirtual.exp
7720 * gdb.dwarf2/subrange.exp
7721 * gdb.dwarf2/symtab-producer.exp
7722 * gdb.dwarf2/trace-crash.exp
7723 * gdb.dwarf2/typeddwarf.exp
7724 * gdb.dwarf2/valop.exp
7725 * gdb.dwarf2/watch-notconst.exp
7726 * gdb.fortran/array-element.exp
7727 * gdb.fortran/charset.exp
7728 * gdb.fortran/common-block.exp
7729 * gdb.fortran/complex.exp
7730 * gdb.fortran/derived-type-function.exp
7731 * gdb.fortran/derived-type.exp
7732 * gdb.fortran/logical.exp
7733 * gdb.fortran/module.exp
7734 * gdb.fortran/multi-dim.exp
7735 * gdb.fortran/nested-funcs.exp
7736 * gdb.fortran/print-formatted.exp
7737 * gdb.fortran/subarray.exp
7738 * gdb.fortran/vla-alloc-assoc.exp
7739 * gdb.fortran/vla-datatypes.exp
7740 * gdb.fortran/vla-history.exp
7741 * gdb.fortran/vla-ptr-info.exp
7742 * gdb.fortran/vla-ptype-sub.exp
7743 * gdb.fortran/vla-ptype.exp
7744 * gdb.fortran/vla-sizeof.exp
7745 * gdb.fortran/vla-type.exp
7746 * gdb.fortran/vla-value-sub-arbitrary.exp
7747 * gdb.fortran/vla-value-sub-finish.exp
7748 * gdb.fortran/vla-value-sub.exp
7749 * gdb.fortran/vla-value.exp
7750 * gdb.fortran/whatis_type.exp
7751 * gdb.go/chan.exp
7752 * gdb.go/handcall.exp
7753 * gdb.go/hello.exp
7754 * gdb.go/integers.exp
7755 * gdb.go/methods.exp
7756 * gdb.go/package.exp
7757 * gdb.go/strings.exp
7758 * gdb.go/types.exp
7759 * gdb.go/unsafe.exp
7760 * gdb.guile/scm-arch.exp
7761 * gdb.guile/scm-block.exp
7762 * gdb.guile/scm-breakpoint.exp
7763 * gdb.guile/scm-cmd.exp
7764 * gdb.guile/scm-disasm.exp
7765 * gdb.guile/scm-equal.exp
7766 * gdb.guile/scm-frame-args.exp
7767 * gdb.guile/scm-frame-inline.exp
7768 * gdb.guile/scm-frame.exp
7769 * gdb.guile/scm-iterator.exp
7770 * gdb.guile/scm-math.exp
7771 * gdb.guile/scm-objfile.exp
7772 * gdb.guile/scm-ports.exp
7773 * gdb.guile/scm-symbol.exp
7774 * gdb.guile/scm-symtab.exp
7775 * gdb.guile/scm-value-cc.exp
7776 * gdb.guile/types-module.exp
7777 * gdb.linespec/break-ask.exp
7778 * gdb.linespec/cpexplicit.exp
7779 * gdb.linespec/explicit.exp
7780 * gdb.linespec/keywords.exp
7781 * gdb.linespec/linespec.exp
7782 * gdb.linespec/ls-dollar.exp
7783 * gdb.linespec/ls-errs.exp
7784 * gdb.linespec/skip-two.exp
7785 * gdb.linespec/thread.exp
7786 * gdb.mi/mi-async.exp
7787 * gdb.mi/mi-basics.exp
7788 * gdb.mi/mi-break.exp
7789 * gdb.mi/mi-catch-load.exp
7790 * gdb.mi/mi-cli.exp
7791 * gdb.mi/mi-cmd-param-changed.exp
7792 * gdb.mi/mi-console.exp
7793 * gdb.mi/mi-detach.exp
7794 * gdb.mi/mi-disassemble.exp
7795 * gdb.mi/mi-eval.exp
7796 * gdb.mi/mi-file-transfer.exp
7797 * gdb.mi/mi-file.exp
7798 * gdb.mi/mi-fill-memory.exp
7799 * gdb.mi/mi-inheritance-syntax-error.exp
7800 * gdb.mi/mi-linespec-err-cp.exp
7801 * gdb.mi/mi-logging.exp
7802 * gdb.mi/mi-memory-changed.exp
7803 * gdb.mi/mi-read-memory.exp
7804 * gdb.mi/mi-record-changed.exp
7805 * gdb.mi/mi-reg-undefined.exp
7806 * gdb.mi/mi-regs.exp
7807 * gdb.mi/mi-return.exp
7808 * gdb.mi/mi-reverse.exp
7809 * gdb.mi/mi-simplerun.exp
7810 * gdb.mi/mi-solib.exp
7811 * gdb.mi/mi-stack.exp
7812 * gdb.mi/mi-stepi.exp
7813 * gdb.mi/mi-syn-frame.exp
7814 * gdb.mi/mi-until.exp
7815 * gdb.mi/mi-var-block.exp
7816 * gdb.mi/mi-var-child.exp
7817 * gdb.mi/mi-var-cmd.exp
7818 * gdb.mi/mi-var-cp.exp
7819 * gdb.mi/mi-var-display.exp
7820 * gdb.mi/mi-var-invalidate.exp
7821 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7822 * gdb.mi/mi-vla-fortran.exp
7823 * gdb.mi/mi-watch.exp
7824 * gdb.mi/mi2-var-child.exp
7825 * gdb.mi/user-selected-context-sync.exp
7826 * gdb.modula2/unbounded-array.exp
7827 * gdb.multi/dummy-frame-restore.exp
7828 * gdb.multi/multi-arch-exec.exp
7829 * gdb.multi/multi-arch.exp
7830 * gdb.multi/tids.exp
7831 * gdb.multi/watchpoint-multi.exp
7832 * gdb.opencl/callfuncs.exp
7833 * gdb.opencl/convs_casts.exp
7834 * gdb.opencl/datatypes.exp
7835 * gdb.opencl/operators.exp
7836 * gdb.opencl/vec_comps.exp
7837 * gdb.opt/clobbered-registers-O2.exp
7838 * gdb.opt/inline-break.exp
7839 * gdb.opt/inline-bt.exp
7840 * gdb.opt/inline-cmds.exp
7841 * gdb.opt/inline-locals.exp
7842 * gdb.pascal/case-insensitive-symbols.exp
7843 * gdb.pascal/floats.exp
7844 * gdb.pascal/gdb11492.exp
7845 * gdb.python/lib-types.exp
7846 * gdb.python/py-arch.exp
7847 * gdb.python/py-as-string.exp
7848 * gdb.python/py-bad-printers.exp
7849 * gdb.python/py-block.exp
7850 * gdb.python/py-breakpoint-create-fail.exp
7851 * gdb.python/py-breakpoint.exp
7852 * gdb.python/py-caller-is.exp
7853 * gdb.python/py-cmd.exp
7854 * gdb.python/py-explore-cc.exp
7855 * gdb.python/py-explore.exp
7856 * gdb.python/py-finish-breakpoint.exp
7857 * gdb.python/py-finish-breakpoint2.exp
7858 * gdb.python/py-frame-args.exp
7859 * gdb.python/py-frame-inline.exp
7860 * gdb.python/py-frame.exp
7861 * gdb.python/py-framefilter-mi.exp
7862 * gdb.python/py-infthread.exp
7863 * gdb.python/py-lazy-string.exp
7864 * gdb.python/py-linetable.exp
7865 * gdb.python/py-mi-events.exp
7866 * gdb.python/py-mi-objfile.exp
7867 * gdb.python/py-mi.exp
7868 * gdb.python/py-objfile.exp
7869 * gdb.python/py-pp-integral.exp
7870 * gdb.python/py-pp-maint.exp
7871 * gdb.python/py-pp-re-notag.exp
7872 * gdb.python/py-pp-registration.exp
7873 * gdb.python/py-recurse-unwind.exp
7874 * gdb.python/py-strfns.exp
7875 * gdb.python/py-symbol.exp
7876 * gdb.python/py-symtab.exp
7877 * gdb.python/py-sync-interp.exp
7878 * gdb.python/py-typeprint.exp
7879 * gdb.python/py-unwind-maint.exp
7880 * gdb.python/py-unwind.exp
7881 * gdb.python/py-value-cc.exp
7882 * gdb.python/py-xmethods.exp
7883 * gdb.reverse/amd64-tailcall-reverse.exp
7884 * gdb.reverse/break-precsave.exp
7885 * gdb.reverse/break-reverse.exp
7886 * gdb.reverse/consecutive-precsave.exp
7887 * gdb.reverse/consecutive-reverse.exp
7888 * gdb.reverse/finish-precsave.exp
7889 * gdb.reverse/finish-reverse-bkpt.exp
7890 * gdb.reverse/finish-reverse.exp
7891 * gdb.reverse/fstatat-reverse.exp
7892 * gdb.reverse/getresuid-reverse.exp
7893 * gdb.reverse/i386-precsave.exp
7894 * gdb.reverse/i386-reverse.exp
7895 * gdb.reverse/i386-sse-reverse.exp
7896 * gdb.reverse/i387-env-reverse.exp
7897 * gdb.reverse/i387-stack-reverse.exp
7898 * gdb.reverse/insn-reverse.exp
7899 * gdb.reverse/machinestate-precsave.exp
7900 * gdb.reverse/machinestate.exp
7901 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7902 * gdb.reverse/pipe-reverse.exp
7903 * gdb.reverse/readv-reverse.exp
7904 * gdb.reverse/recvmsg-reverse.exp
7905 * gdb.reverse/rerun-prec.exp
7906 * gdb.reverse/s390-mvcle.exp
7907 * gdb.reverse/step-precsave.exp
7908 * gdb.reverse/step-reverse.exp
7909 * gdb.reverse/time-reverse.exp
7910 * gdb.reverse/until-precsave.exp
7911 * gdb.reverse/until-reverse.exp
7912 * gdb.reverse/waitpid-reverse.exp
7913 * gdb.reverse/watch-precsave.exp
7914 * gdb.reverse/watch-reverse.exp
7915 * gdb.rust/generics.exp
7916 * gdb.rust/methods.exp
7917 * gdb.rust/modules.exp
7918 * gdb.rust/simple.exp
7919 * gdb.server/connect-with-no-symbol-file.exp
7920 * gdb.server/ext-attach.exp
7921 * gdb.server/ext-restart.exp
7922 * gdb.server/ext-wrapper.exp
7923 * gdb.server/file-transfer.exp
7924 * gdb.server/server-exec-info.exp
7925 * gdb.server/server-kill.exp
7926 * gdb.server/server-mon.exp
7927 * gdb.server/wrapper.exp
7928 * gdb.stabs/exclfwd.exp
7929 * gdb.stabs/gdb11479.exp
7930 * gdb.threads/clone-new-thread-event.exp
7931 * gdb.threads/corethreads.exp
7932 * gdb.threads/current-lwp-dead.exp
7933 * gdb.threads/dlopen-libpthread.exp
7934 * gdb.threads/gcore-thread.exp
7935 * gdb.threads/sigstep-threads.exp
7936 * gdb.threads/watchpoint-fork.exp
7937 * gdb.trace/actions-changed.exp
7938 * gdb.trace/backtrace.exp
7939 * gdb.trace/change-loc.exp
7940 * gdb.trace/circ.exp
7941 * gdb.trace/collection.exp
7942 * gdb.trace/disconnected-tracing.exp
7943 * gdb.trace/ftrace.exp
7944 * gdb.trace/mi-trace-frame-collected.exp
7945 * gdb.trace/mi-trace-unavailable.exp
7946 * gdb.trace/mi-traceframe-changed.exp
7947 * gdb.trace/mi-tsv-changed.exp
7948 * gdb.trace/no-attach-trace.exp
7949 * gdb.trace/passc-dyn.exp
7950 * gdb.trace/qtro.exp
7951 * gdb.trace/range-stepping.exp
7952 * gdb.trace/read-memory.exp
7953 * gdb.trace/save-trace.exp
7954 * gdb.trace/signal.exp
7955 * gdb.trace/status-stop.exp
7956 * gdb.trace/tfile.exp
7957 * gdb.trace/trace-break.exp
7958 * gdb.trace/trace-buffer-size.exp
7959 * gdb.trace/trace-condition.exp
7960 * gdb.trace/tracefile-pseudo-reg.exp
7961 * gdb.trace/tstatus.exp
7962 * gdb.trace/unavailable.exp
7963 * gdb.trace/while-dyn.exp
7964 * gdb.trace/while-stepping.exp
7965
7966 2016-12-22 Doug Evans <xdje42@gmail.com>
7967
7968 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7969 and msymbols.
7970
7971 2016-12-19 Yao Qi <yao.qi@linaro.org>
7972
7973 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7974 (test_with_self): Don't call do_steps_and_nexts, and remove
7975 code about stepping into xmalloc.
7976
7977 2016-12-09 Yao Qi <yao.qi@linaro.org>
7978
7979 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7980
7981 2016-12-09 Yao Qi <yao.qi@linaro.org>
7982
7983 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7984
7985 2016-12-09 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.base/all-architectures-0.exp: New file.
7988 * gdb.base/all-architectures-1.exp: New file.
7989 * gdb.base/all-architectures-2.exp: New file.
7990 * gdb.base/all-architectures-3.exp: New file.
7991 * gdb.base/all-architectures-4.exp: New file.
7992 * gdb.base/all-architectures-5.exp: New file.
7993 * gdb.base/all-architectures-6.exp: New file.
7994 * gdb.base/all-architectures-7.exp: New file.
7995 * gdb.base/all-architectures.exp.in: New file.
7996
7997 2016-12-09 Yao Qi <yao.qi@linaro.org>
7998
7999 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8000
8001 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8002
8003 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8004 possible.
8005 Remove useless pattern-matching code.
8006
8007 2016-12-02 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8010 procedure.
8011 (top level): Call it.
8012
8013 2016-12-02 Pedro Alves <palves@redhat.com>
8014
8015 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8016 New procedure.
8017 (top level): Call it.
8018
8019 2016-12-02 Pedro Alves <palves@redhat.com>
8020
8021 PR cli/20559
8022 * gdb.base/commands.exp (user_defined_command_args_eval): New
8023 procedure.
8024 (top level): Call it.
8025
8026 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8027
8028 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8029 timeout handling.
8030
8031 2016-12-02 Tom Tromey <tom@tromey.com>
8032
8033 * gdb.dwarf2/main-subprogram.c: New file.
8034 * gdb.dwarf2/main-subprogram.exp: New file.
8035
8036 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8037
8038 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8039 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8040 gdb_test_no_output for a couple of cases.
8041 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8042
8043 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8044
8045 Fix test names and standardize compilation error messages throughout
8046 the following files:
8047
8048 * gdb.ada/start.exp
8049 * gdb.arch/alpha-step.exp
8050 * gdb.arch/e500-prologue.exp
8051 * gdb.arch/ftrace-insn-reloc.exp
8052 * gdb.arch/gdb1291.exp
8053 * gdb.arch/gdb1431.exp
8054 * gdb.arch/gdb1558.exp
8055 * gdb.arch/i386-dr3-watch.exp
8056 * gdb.arch/i386-sse-stack-align.exp
8057 * gdb.arch/ia64-breakpoint-shadow.exp
8058 * gdb.arch/pa-nullify.exp
8059 * gdb.arch/powerpc-aix-prologue.exp
8060 * gdb.arch/thumb-bx-pc.exp
8061 * gdb.base/annota1.exp
8062 * gdb.base/annota3.exp
8063 * gdb.base/arrayidx.exp
8064 * gdb.base/assign.exp
8065 * gdb.base/attach.exp
8066 * gdb.base/auxv.exp
8067 * gdb.base/bang.exp
8068 * gdb.base/bfp-test.exp
8069 * gdb.base/bigcore.exp
8070 * gdb.base/bitfields2.exp
8071 * gdb.base/break-fun-addr.exp
8072 * gdb.base/break-probes.exp
8073 * gdb.base/call-rt-st.exp
8074 * gdb.base/callexit.exp
8075 * gdb.base/catch-fork-kill.exp
8076 * gdb.base/charset.exp
8077 * gdb.base/checkpoint.exp
8078 * gdb.base/comprdebug.exp
8079 * gdb.base/constvars.exp
8080 * gdb.base/coredump-filter.exp
8081 * gdb.base/cursal.exp
8082 * gdb.base/cvexpr.exp
8083 * gdb.base/detach.exp
8084 * gdb.base/display.exp
8085 * gdb.base/dmsym.exp
8086 * gdb.base/dprintf-pending.exp
8087 * gdb.base/dso2dso.exp
8088 * gdb.base/dtrace-probe.exp
8089 * gdb.base/dump.exp
8090 * gdb.base/enum_cond.exp
8091 * gdb.base/exe-lock.exp
8092 * gdb.base/exec-invalid-sysroot.exp
8093 * gdb.base/execl-update-breakpoints.exp
8094 * gdb.base/exprs.exp
8095 * gdb.base/fileio.exp
8096 * gdb.base/find.exp
8097 * gdb.base/finish.exp
8098 * gdb.base/fixsection.exp
8099 * gdb.base/foll-vfork.exp
8100 * gdb.base/frame-args.exp
8101 * gdb.base/gcore.exp
8102 * gdb.base/gdb1250.exp
8103 * gdb.base/global-var-nested-by-dso.exp
8104 * gdb.base/gnu-ifunc.exp
8105 * gdb.base/hashline1.exp
8106 * gdb.base/hashline2.exp
8107 * gdb.base/hashline3.exp
8108 * gdb.base/hbreak-in-shr-unsupported.exp
8109 * gdb.base/huge.exp
8110 * gdb.base/infcall-input.exp
8111 * gdb.base/info-fun.exp
8112 * gdb.base/info-shared.exp
8113 * gdb.base/jit-simple.exp
8114 * gdb.base/jit-so.exp
8115 * gdb.base/jit.exp
8116 * gdb.base/jump.exp
8117 * gdb.base/label.exp
8118 * gdb.base/lineinc.exp
8119 * gdb.base/logical.exp
8120 * gdb.base/longjmp.exp
8121 * gdb.base/macscp.exp
8122 * gdb.base/miscexprs.exp
8123 * gdb.base/new-ui-echo.exp
8124 * gdb.base/new-ui-pending-input.exp
8125 * gdb.base/new-ui.exp
8126 * gdb.base/nodebug.exp
8127 * gdb.base/nofield.exp
8128 * gdb.base/offsets.exp
8129 * gdb.base/overlays.exp
8130 * gdb.base/pending.exp
8131 * gdb.base/pointers.exp
8132 * gdb.base/pr11022.exp
8133 * gdb.base/printcmds.exp
8134 * gdb.base/prologue.exp
8135 * gdb.base/ptr-typedef.exp
8136 * gdb.base/realname-expand.exp
8137 * gdb.base/relativedebug.exp
8138 * gdb.base/relocate.exp
8139 * gdb.base/remote.exp
8140 * gdb.base/reread.exp
8141 * gdb.base/return2.exp
8142 * gdb.base/savedregs.exp
8143 * gdb.base/sep.exp
8144 * gdb.base/sepdebug.exp
8145 * gdb.base/sepsymtab.exp
8146 * gdb.base/set-inferior-tty.exp
8147 * gdb.base/setshow.exp
8148 * gdb.base/shlib-call.exp
8149 * gdb.base/sigaltstack.exp
8150 * gdb.base/siginfo-addr.exp
8151 * gdb.base/signals.exp
8152 * gdb.base/signull.exp
8153 * gdb.base/sigrepeat.exp
8154 * gdb.base/so-impl-ld.exp
8155 * gdb.base/solib-display.exp
8156 * gdb.base/solib-overlap.exp
8157 * gdb.base/solib-search.exp
8158 * gdb.base/solib-symbol.exp
8159 * gdb.base/structs.exp
8160 * gdb.base/structs2.exp
8161 * gdb.base/symtab-search-order.exp
8162 * gdb.base/twice.exp
8163 * gdb.base/unload.exp
8164 * gdb.base/varargs.exp
8165 * gdb.base/watchpoint-solib.exp
8166 * gdb.base/watchpoint.exp
8167 * gdb.base/whatis.exp
8168 * gdb.base/wrong_frame_bt_full.exp
8169 * gdb.btrace/dlopen.exp
8170 * gdb.cell/ea-standalone.exp
8171 * gdb.cell/ea-test.exp
8172 * gdb.cp/dispcxx.exp
8173 * gdb.cp/gdb2384.exp
8174 * gdb.cp/method2.exp
8175 * gdb.cp/nextoverthrow.exp
8176 * gdb.cp/pr10728.exp
8177 * gdb.disasm/am33.exp
8178 * gdb.disasm/h8300s.exp
8179 * gdb.disasm/mn10300.exp
8180 * gdb.disasm/sh3.exp
8181 * gdb.dwarf2/dw2-dir-file-name.exp
8182 * gdb.fortran/complex.exp
8183 * gdb.fortran/library-module.exp
8184 * gdb.guile/scm-pretty-print.exp
8185 * gdb.guile/scm-symbol.exp
8186 * gdb.guile/scm-type.exp
8187 * gdb.guile/scm-value.exp
8188 * gdb.linespec/linespec.exp
8189 * gdb.mi/gdb701.exp
8190 * gdb.mi/gdb792.exp
8191 * gdb.mi/mi-breakpoint-changed.exp
8192 * gdb.mi/mi-dprintf-pending.exp
8193 * gdb.mi/mi-dprintf.exp
8194 * gdb.mi/mi-exit-code.exp
8195 * gdb.mi/mi-pending.exp
8196 * gdb.mi/mi-solib.exp
8197 * gdb.mi/new-ui-mi-sync.exp
8198 * gdb.mi/pr11022.exp
8199 * gdb.mi/user-selected-context-sync.exp
8200 * gdb.opt/solib-intra-step.exp
8201 * gdb.python/py-events.exp
8202 * gdb.python/py-finish-breakpoint.exp
8203 * gdb.python/py-mi.exp
8204 * gdb.python/py-prettyprint.exp
8205 * gdb.python/py-shared.exp
8206 * gdb.python/py-symbol.exp
8207 * gdb.python/py-template.exp
8208 * gdb.python/py-type.exp
8209 * gdb.python/py-value.exp
8210 * gdb.reverse/solib-precsave.exp
8211 * gdb.reverse/solib-reverse.exp
8212 * gdb.server/solib-list.exp
8213 * gdb.stabs/weird.exp
8214 * gdb.threads/reconnect-signal.exp
8215 * gdb.threads/stepi-random-signal.exp
8216 * gdb.trace/actions.exp
8217 * gdb.trace/ax.exp
8218 * gdb.trace/backtrace.exp
8219 * gdb.trace/change-loc.exp
8220 * gdb.trace/deltrace.exp
8221 * gdb.trace/ftrace-lock.exp
8222 * gdb.trace/ftrace.exp
8223 * gdb.trace/infotrace.exp
8224 * gdb.trace/mi-tracepoint-changed.exp
8225 * gdb.trace/packetlen.exp
8226 * gdb.trace/passcount.exp
8227 * gdb.trace/pending.exp
8228 * gdb.trace/range-stepping.exp
8229 * gdb.trace/report.exp
8230 * gdb.trace/stap-trace.exp
8231 * gdb.trace/tfind.exp
8232 * gdb.trace/trace-break.exp
8233 * gdb.trace/trace-condition.exp
8234 * gdb.trace/trace-enable-disable.exp
8235 * gdb.trace/trace-mt.exp
8236 * gdb.trace/tracecmd.exp
8237 * gdb.trace/tspeed.exp
8238 * gdb.trace/tsv.exp
8239 * lib/perftest.exp
8240
8241 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8242
8243 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8244 with gdb_test_no_output.
8245 Use command as test name.
8246
8247 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8248
8249 Fix test names starting with uppercase throughout the files.
8250
8251 * gdb.ada/assign_1.exp
8252 * gdb.ada/boolean_expr.exp
8253 * gdb.base/arrayidx.exp
8254 * gdb.base/del.exp
8255 * gdb.base/gcore-buffer-overflow.exp
8256 * gdb.base/testenv.exp
8257 * gdb.compile/compile.exp
8258 * gdb.python/py-framefilter-invalidarg.exp
8259 * gdb.python/py-framefilter.exp
8260
8261 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8262
8263 Fix test names starting with uppercase throughout the files.
8264
8265 * gdb.ada/array_return.exp
8266 * gdb.ada/expr_delims.exp
8267 * gdb.ada/mi_dyn_arr.exp
8268 * gdb.ada/mi_interface.exp
8269 * gdb.ada/mi_var_array.exp
8270 * gdb.ada/watch_arg.exp
8271 * gdb.arch/alpha-step.exp
8272 * gdb.arch/altivec-regs.exp
8273 * gdb.arch/e500-regs.exp
8274 * gdb.arch/powerpc-d128-regs.exp
8275 * gdb.base/arrayidx.exp
8276 * gdb.base/break.exp
8277 * gdb.base/checkpoint.exp
8278 * gdb.base/debug-expr.exp
8279 * gdb.base/dmsym.exp
8280 * gdb.base/radix.exp
8281 * gdb.base/sepdebug.exp
8282 * gdb.base/testenv.exp
8283 * gdb.base/watch_thread_num.exp
8284 * gdb.base/watchpoint-cond-gone.exp
8285 * gdb.cell/break.exp
8286 * gdb.cell/ea-cache.exp
8287 * gdb.compile/compile.exp
8288 * gdb.cp/gdb2495.exp
8289 * gdb.gdb/selftest.exp
8290 * gdb.gdb/xfullpath.exp
8291 * gdb.go/hello.exp
8292 * gdb.go/integers.exp
8293 * gdb.objc/basicclass.exp
8294 * gdb.pascal/hello.exp
8295 * gdb.pascal/integers.exp
8296 * gdb.python/py-breakpoint.exp
8297 * gdb.python/py-cmd.exp
8298 * gdb.python/py-linetable.exp
8299 * gdb.python/py-xmethods.exp
8300 * gdb.python/python.exp
8301 * gdb.reverse/consecutive-precsave.exp
8302 * gdb.reverse/finish-precsave.exp
8303 * gdb.reverse/i386-precsave.exp
8304 * gdb.reverse/machinestate-precsave.exp
8305 * gdb.reverse/sigall-precsave.exp
8306 * gdb.reverse/solib-precsave.exp
8307 * gdb.reverse/step-precsave.exp
8308 * gdb.reverse/until-precsave.exp
8309 * gdb.reverse/watch-precsave.exp
8310 * gdb.threads/leader-exit.exp
8311 * gdb.threads/pthreads.exp
8312 * gdb.threads/wp-replication.exp
8313 * gdb.trace/actions.exp
8314 * gdb.trace/mi-tsv-changed.exp
8315 * gdb.trace/tsv.exp
8316
8317 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8318
8319 Fix test names starting with uppercase throughout the files.
8320
8321 * gdb.arch/i386-bp_permanent.exp
8322 * gdb.arch/i386-gnu-cfi.exp
8323 * gdb.base/disasm-end-cu.exp
8324 * gdb.base/macscp.exp
8325 * gdb.base/pending.exp
8326 * gdb.base/watch_thread_num.exp
8327 * gdb.cp/exception.exp
8328 * gdb.cp/gdb2495.exp
8329 * gdb.cp/local.exp
8330 * gdb.python/py-evsignal.exp
8331 * gdb.python/python.exp
8332 * gdb.trace/tracecmd.exp
8333
8334 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8335
8336 Fix test names starting with uppercase throughout the files.
8337
8338 * gdb.base/charset.exp
8339 * gdb.base/eval.exp
8340 * gdb.base/multi-forks.exp
8341 * gdb.guile/scm-progspace.exp
8342 * gdb.opencl/datatypes.exp
8343 * gdb.python/py-block.exp
8344 * gdb.python/py-function.exp
8345 * gdb.python/py-symbol.exp
8346 * gdb.python/py-symtab.exp
8347 * gdb.python/py-xmethods.exp
8348 * gdb.reverse/break-precsave.exp
8349 * gdb.reverse/break-reverse.exp
8350 * gdb.reverse/consecutive-precsave.exp
8351 * gdb.reverse/consecutive-reverse.exp
8352 * gdb.reverse/finish-precsave.exp
8353 * gdb.reverse/finish-reverse-bkpt.exp
8354 * gdb.reverse/finish-reverse.exp
8355 * gdb.reverse/fstatat-reverse.exp
8356 * gdb.reverse/getresuid-reverse.exp
8357 * gdb.reverse/i386-precsave.exp
8358 * gdb.reverse/i386-reverse.exp
8359 * gdb.reverse/i386-sse-reverse.exp
8360 * gdb.reverse/i387-stack-reverse.exp
8361 * gdb.reverse/insn-reverse.exp
8362 * gdb.reverse/machinestate-precsave.exp
8363 * gdb.reverse/machinestate.exp
8364 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8365 * gdb.reverse/pipe-reverse.exp
8366 * gdb.reverse/readv-reverse.exp
8367 * gdb.reverse/recvmsg-reverse.exp
8368 * gdb.reverse/rerun-prec.exp
8369 * gdb.reverse/s390-mvcle.exp
8370 * gdb.reverse/sigall-precsave.exp
8371 * gdb.reverse/sigall-reverse.exp
8372 * gdb.reverse/solib-precsave.exp
8373 * gdb.reverse/solib-reverse.exp
8374 * gdb.reverse/step-precsave.exp
8375 * gdb.reverse/step-reverse.exp
8376 * gdb.reverse/time-reverse.exp
8377 * gdb.reverse/until-precsave.exp
8378 * gdb.reverse/until-reverse.exp
8379 * gdb.reverse/waitpid-reverse.exp
8380 * gdb.reverse/watch-precsave.exp
8381 * gdb.reverse/watch-reverse.exp
8382
8383 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8384
8385 Fix test names starting with uppercase throughout the files.
8386
8387 * gdb.arch/i386-mpx-simple_segv.exp
8388 * gdb.arch/i386-mpx.exp
8389 * gdb.arch/i386-permbkpt.exp
8390 * gdb.arch/pa-nullify.exp
8391 * gdb.arch/powerpc-d128-regs.exp
8392 * gdb.arch/vsx-regs.exp
8393 * gdb.base/bfp-test.exp
8394 * gdb.base/break.exp
8395 * gdb.base/breakpoint-shadow.exp
8396 * gdb.base/callfuncs.exp
8397 * gdb.base/charset.exp
8398 * gdb.base/commands.exp
8399 * gdb.base/completion.exp
8400 * gdb.base/dfp-test.exp
8401 * gdb.base/echo.exp
8402 * gdb.base/ending-run.exp
8403 * gdb.base/eval.exp
8404 * gdb.base/expand-psymtabs.exp
8405 * gdb.base/float128.exp
8406 * gdb.base/floatn.exp
8407 * gdb.base/foll-exec-mode.exp
8408 * gdb.base/gdb1056.exp
8409 * gdb.base/gdb11531.exp
8410 * gdb.base/kill-after-signal.exp
8411 * gdb.base/multi-forks.exp
8412 * gdb.base/overlays.exp
8413 * gdb.base/pending.exp
8414 * gdb.base/sepdebug.exp
8415 * gdb.base/testenv.exp
8416 * gdb.base/valgrind-db-attach.exp
8417 * gdb.base/watch_thread_num.exp
8418 * gdb.base/watchpoint-cond-gone.exp
8419 * gdb.base/watchpoint.exp
8420 * gdb.base/watchpoints.exp
8421 * gdb.cp/arg-reference.exp
8422 * gdb.cp/baseenum.exp
8423 * gdb.cp/operator.exp
8424 * gdb.cp/shadow.exp
8425 * gdb.dwarf2/dw2-op-out-param.exp
8426 * gdb.dwarf2/dw2-reg-undefined.exp
8427 * gdb.go/chan.exp
8428 * gdb.go/hello.exp
8429 * gdb.go/integers.exp
8430 * gdb.go/methods.exp
8431 * gdb.go/package.exp
8432 * gdb.guile/scm-parameter.exp
8433 * gdb.guile/scm-progspace.exp
8434 * gdb.guile/scm-value.exp
8435 * gdb.mi/mi-pending.exp
8436 * gdb.mi/user-selected-context-sync.exp
8437 * gdb.multi/multi-attach.exp
8438 * gdb.multi/tids.exp
8439 * gdb.opt/clobbered-registers-O2.exp
8440 * gdb.pascal/floats.exp
8441 * gdb.pascal/integers.exp
8442 * gdb.python/py-block.exp
8443 * gdb.python/py-events.exp
8444 * gdb.python/py-parameter.exp
8445 * gdb.python/py-symbol.exp
8446 * gdb.python/py-symtab.exp
8447 * gdb.python/py-type.exp
8448 * gdb.python/py-value.exp
8449 * gdb.python/py-xmethods.exp
8450 * gdb.python/python.exp
8451 * gdb.reverse/break-precsave.exp
8452 * gdb.reverse/consecutive-precsave.exp
8453 * gdb.reverse/finish-precsave.exp
8454 * gdb.reverse/i386-precsave.exp
8455 * gdb.reverse/machinestate-precsave.exp
8456 * gdb.reverse/sigall-precsave.exp
8457 * gdb.reverse/solib-precsave.exp
8458 * gdb.reverse/step-precsave.exp
8459 * gdb.reverse/until-precsave.exp
8460 * gdb.reverse/watch-precsave.exp
8461 * gdb.server/ext-attach.exp
8462 * gdb.server/ext-restart.exp
8463 * gdb.server/ext-run.exp
8464 * gdb.server/ext-wrapper.exp
8465 * gdb.stabs/gdb11479.exp
8466 * gdb.stabs/weird.exp
8467 * gdb.threads/attach-many-short-lived-threads.exp
8468 * gdb.threads/kill.exp
8469 * gdb.threads/watchpoint-fork.exp
8470
8471 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8472
8473 Fix test names starting with uppercase throughout all the files below.
8474
8475 * gdb.ada/array_return.exp
8476 * gdb.ada/catch_ex.exp
8477 * gdb.ada/info_exc.exp
8478 * gdb.ada/mi_catch_ex.exp
8479 * gdb.ada/mi_dyn_arr.exp
8480 * gdb.ada/mi_ex_cond.exp
8481 * gdb.ada/mi_exc_info.exp
8482 * gdb.ada/mi_interface.exp
8483 * gdb.ada/mi_task_arg.exp
8484 * gdb.ada/mi_task_info.exp
8485 * gdb.ada/mi_var_array.exp
8486 * gdb.arch/alpha-step.exp
8487 * gdb.arch/amd64-disp-step.exp
8488 * gdb.arch/arm-disp-step.exp
8489 * gdb.arch/disp-step-insn-reloc.exp
8490 * gdb.arch/e500-prologue.exp
8491 * gdb.arch/ftrace-insn-reloc.exp
8492 * gdb.arch/gdb1558.exp
8493 * gdb.arch/i386-bp_permanent.exp
8494 * gdb.arch/i386-disp-step.exp
8495 * gdb.arch/i386-float.exp
8496 * gdb.arch/i386-gnu-cfi.exp
8497 * gdb.arch/ia64-breakpoint-shadow.exp
8498 * gdb.arch/mips16-thunks.exp
8499 * gdb.arch/pa-nullify.exp
8500 * gdb.arch/powerpc-aix-prologue.exp
8501 * gdb.arch/powerpc-power.exp
8502 * gdb.arch/ppc-dfp.exp
8503 * gdb.arch/s390-tdbregs.exp
8504 * gdb.arch/spu-info.exp
8505 * gdb.arch/spu-ls.exp
8506 * gdb.arch/thumb-bx-pc.exp
8507 * gdb.base/advance.exp
8508 * gdb.base/annota-input-while-running.exp
8509 * gdb.base/arrayidx.exp
8510 * gdb.base/asmlabel.exp
8511 * gdb.base/async.exp
8512 * gdb.base/attach-wait-input.exp
8513 * gdb.base/auto-connect-native-target.exp
8514 * gdb.base/batch-preserve-term-settings.exp
8515 * gdb.base/bfp-test.exp
8516 * gdb.base/bigcore.exp
8517 * gdb.base/bp-permanent.exp
8518 * gdb.base/break-always.exp
8519 * gdb.base/break-fun-addr.exp
8520 * gdb.base/break-idempotent.exp
8521 * gdb.base/break-main-file-remove-fail.exp
8522 * gdb.base/break-probes.exp
8523 * gdb.base/break-unload-file.exp
8524 * gdb.base/break.exp
8525 * gdb.base/call-ar-st.exp
8526 * gdb.base/call-rt-st.exp
8527 * gdb.base/call-sc.exp
8528 * gdb.base/call-signal-resume.exp
8529 * gdb.base/call-strs.exp
8530 * gdb.base/callexit.exp
8531 * gdb.base/callfuncs.exp
8532 * gdb.base/catch-gdb-caused-signals.exp
8533 * gdb.base/catch-signal-siginfo-cond.exp
8534 * gdb.base/catch-syscall.exp
8535 * gdb.base/compare-sections.exp
8536 * gdb.base/cond-eval-mode.exp
8537 * gdb.base/condbreak-call-false.exp
8538 * gdb.base/consecutive-step-over.exp
8539 * gdb.base/cursal.exp
8540 * gdb.base/disabled-location.exp
8541 * gdb.base/disasm-end-cu.exp
8542 * gdb.base/display.exp
8543 * gdb.base/double-prompt-target-event-error.exp
8544 * gdb.base/dprintf-bp-same-addr.exp
8545 * gdb.base/dprintf-detach.exp
8546 * gdb.base/dprintf-next.exp
8547 * gdb.base/dprintf-non-stop.exp
8548 * gdb.base/dprintf-pending.exp
8549 * gdb.base/dso2dso.exp
8550 * gdb.base/ending-run.exp
8551 * gdb.base/enum_cond.exp
8552 * gdb.base/examine-backward.exp
8553 * gdb.base/exe-lock.exp
8554 * gdb.base/exec-invalid-sysroot.exp
8555 * gdb.base/execl-update-breakpoints.exp
8556 * gdb.base/execution-termios.exp
8557 * gdb.base/fileio.exp
8558 * gdb.base/fixsection.exp
8559 * gdb.base/foll-exec-mode.exp
8560 * gdb.base/foll-exec.exp
8561 * gdb.base/fork-running-state.exp
8562 * gdb.base/frame-args.exp
8563 * gdb.base/fullpath-expand.exp
8564 * gdb.base/func-ptr.exp
8565 * gdb.base/gcore-relro-pie.exp
8566 * gdb.base/gdb1090.exp
8567 * gdb.base/gdb1555.exp
8568 * gdb.base/global-var-nested-by-dso.exp
8569 * gdb.base/gnu-ifunc.exp
8570 * gdb.base/hbreak-in-shr-unsupported.exp
8571 * gdb.base/hbreak-unmapped.exp
8572 * gdb.base/hook-stop.exp
8573 * gdb.base/infcall-input.exp
8574 * gdb.base/info-fun.exp
8575 * gdb.base/info-shared.exp
8576 * gdb.base/interrupt-noterm.exp
8577 * gdb.base/jit-so.exp
8578 * gdb.base/jit.exp
8579 * gdb.base/line-symtabs.exp
8580 * gdb.base/list.exp
8581 * gdb.base/longjmp.exp
8582 * gdb.base/macscp.exp
8583 * gdb.base/max-value-size.exp
8584 * gdb.base/nodebug.exp
8585 * gdb.base/nofield.exp
8586 * gdb.base/overlays.exp
8587 * gdb.base/paginate-after-ctrl-c-running.exp
8588 * gdb.base/paginate-bg-execution.exp
8589 * gdb.base/paginate-inferior-exit.exp
8590 * gdb.base/pending.exp
8591 * gdb.base/pr11022.exp
8592 * gdb.base/printcmds.exp
8593 * gdb.base/ptr-typedef.exp
8594 * gdb.base/ptype.exp
8595 * gdb.base/randomize.exp
8596 * gdb.base/range-stepping.exp
8597 * gdb.base/realname-expand.exp
8598 * gdb.base/relativedebug.exp
8599 * gdb.base/remote.exp
8600 * gdb.base/savedregs.exp
8601 * gdb.base/sepdebug.exp
8602 * gdb.base/set-noassign.exp
8603 * gdb.base/shlib-call.exp
8604 * gdb.base/shreloc.exp
8605 * gdb.base/sigaltstack.exp
8606 * gdb.base/sigbpt.exp
8607 * gdb.base/siginfo-addr.exp
8608 * gdb.base/siginfo-obj.exp
8609 * gdb.base/siginfo-thread.exp
8610 * gdb.base/signest.exp
8611 * gdb.base/signull.exp
8612 * gdb.base/sigrepeat.exp
8613 * gdb.base/skip.exp
8614 * gdb.base/so-impl-ld.exp
8615 * gdb.base/solib-corrupted.exp
8616 * gdb.base/solib-disc.exp
8617 * gdb.base/solib-display.exp
8618 * gdb.base/solib-overlap.exp
8619 * gdb.base/solib-search.exp
8620 * gdb.base/solib-symbol.exp
8621 * gdb.base/source-execution.exp
8622 * gdb.base/sss-bp-on-user-bp-2.exp
8623 * gdb.base/sss-bp-on-user-bp.exp
8624 * gdb.base/stack-checking.exp
8625 * gdb.base/stale-infcall.exp
8626 * gdb.base/step-break.exp
8627 * gdb.base/step-line.exp
8628 * gdb.base/step-over-exit.exp
8629 * gdb.base/step-test.exp
8630 * gdb.base/structs.exp
8631 * gdb.base/sym-file.exp
8632 * gdb.base/symtab-search-order.exp
8633 * gdb.base/term.exp
8634 * gdb.base/type-opaque.exp
8635 * gdb.base/unload.exp
8636 * gdb.base/until-nodebug.exp
8637 * gdb.base/until.exp
8638 * gdb.base/unwindonsignal.exp
8639 * gdb.base/watch-cond.exp
8640 * gdb.base/watch-non-mem.exp
8641 * gdb.base/watch_thread_num.exp
8642 * gdb.base/watchpoint-reuse-slot.exp
8643 * gdb.base/watchpoint-solib.exp
8644 * gdb.base/watchpoint.exp
8645 * gdb.btrace/dlopen.exp
8646 * gdb.cell/arch.exp
8647 * gdb.cell/break.exp
8648 * gdb.cell/bt.exp
8649 * gdb.cell/core.exp
8650 * gdb.cell/data.exp
8651 * gdb.cell/dwarfaddr.exp
8652 * gdb.cell/ea-cache.exp
8653 * gdb.cell/ea-standalone.exp
8654 * gdb.cell/ea-test.exp
8655 * gdb.cell/f-regs.exp
8656 * gdb.cell/fork.exp
8657 * gdb.cell/gcore.exp
8658 * gdb.cell/mem-access.exp
8659 * gdb.cell/ptype.exp
8660 * gdb.cell/registers.exp
8661 * gdb.cell/sizeof.exp
8662 * gdb.cell/solib-symbol.exp
8663 * gdb.cell/solib.exp
8664 * gdb.compile/compile-tls.exp
8665 * gdb.cp/exception.exp
8666 * gdb.cp/gdb2495.exp
8667 * gdb.cp/local.exp
8668 * gdb.cp/mb-inline.exp
8669 * gdb.cp/mb-templates.exp
8670 * gdb.cp/pr10687.exp
8671 * gdb.cp/pr9167.exp
8672 * gdb.cp/scope-err.exp
8673 * gdb.cp/templates.exp
8674 * gdb.cp/virtfunc.exp
8675 * gdb.dwarf2/dw2-dir-file-name.exp
8676 * gdb.dwarf2/dw2-single-line-discriminators.exp
8677 * gdb.fortran/complex.exp
8678 * gdb.fortran/library-module.exp
8679 * gdb.guile/guile.exp
8680 * gdb.guile/scm-cmd.exp
8681 * gdb.guile/scm-frame-inline.exp
8682 * gdb.guile/scm-objfile.exp
8683 * gdb.guile/scm-pretty-print.exp
8684 * gdb.guile/scm-symbol.exp
8685 * gdb.guile/scm-type.exp
8686 * gdb.guile/scm-value.exp
8687 * gdb.linespec/keywords.exp
8688 * gdb.linespec/ls-errs.exp
8689 * gdb.linespec/macro-relative.exp
8690 * gdb.linespec/thread.exp
8691 * gdb.mi/mi-breakpoint-changed.exp
8692 * gdb.mi/mi-dprintf-pending.exp
8693 * gdb.mi/mi-fullname-deleted.exp
8694 * gdb.mi/mi-logging.exp
8695 * gdb.mi/mi-pending.exp
8696 * gdb.mi/mi-solib.exp
8697 * gdb.mi/new-ui-mi-sync.exp
8698 * gdb.mi/user-selected-context-sync.exp
8699 * gdb.multi/dummy-frame-restore.exp
8700 * gdb.multi/multi-arch-exec.exp
8701 * gdb.multi/remove-inferiors.exp
8702 * gdb.multi/watchpoint-multi-exit.exp
8703 * gdb.opt/solib-intra-step.exp
8704 * gdb.perf/backtrace.exp
8705 * gdb.perf/single-step.exp
8706 * gdb.perf/skip-command.exp
8707 * gdb.perf/skip-prologue.exp
8708 * gdb.perf/solib.exp
8709 * gdb.python/lib-types.exp
8710 * gdb.python/py-as-string.exp
8711 * gdb.python/py-bad-printers.exp
8712 * gdb.python/py-block.exp
8713 * gdb.python/py-breakpoint.exp
8714 * gdb.python/py-cmd.exp
8715 * gdb.python/py-events.exp
8716 * gdb.python/py-evthreads.exp
8717 * gdb.python/py-finish-breakpoint.exp
8718 * gdb.python/py-finish-breakpoint2.exp
8719 * gdb.python/py-frame-inline.exp
8720 * gdb.python/py-frame.exp
8721 * gdb.python/py-inferior.exp
8722 * gdb.python/py-infthread.exp
8723 * gdb.python/py-mi.exp
8724 * gdb.python/py-objfile.exp
8725 * gdb.python/py-pp-maint.exp
8726 * gdb.python/py-pp-registration.exp
8727 * gdb.python/py-prettyprint.exp
8728 * gdb.python/py-recurse-unwind.exp
8729 * gdb.python/py-shared.exp
8730 * gdb.python/py-symbol.exp
8731 * gdb.python/py-symtab.exp
8732 * gdb.python/py-template.exp
8733 * gdb.python/py-type.exp
8734 * gdb.python/py-unwind-maint.exp
8735 * gdb.python/py-unwind.exp
8736 * gdb.python/py-value.exp
8737 * gdb.python/python.exp
8738 * gdb.reverse/finish-reverse-bkpt.exp
8739 * gdb.reverse/insn-reverse.exp
8740 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8741 * gdb.reverse/solib-precsave.exp
8742 * gdb.reverse/solib-reverse.exp
8743 * gdb.stabs/gdb11479.exp
8744 * gdb.stabs/weird.exp
8745 * gdb.threads/fork-child-threads.exp
8746 * gdb.threads/fork-plus-threads.exp
8747 * gdb.threads/fork-thread-pending.exp
8748 * gdb.threads/forking-threads-plus-breakpoint.exp
8749 * gdb.threads/hand-call-in-threads.exp
8750 * gdb.threads/interrupted-hand-call.exp
8751 * gdb.threads/linux-dp.exp
8752 * gdb.threads/local-watch-wrong-thread.exp
8753 * gdb.threads/next-while-other-thread-longjmps.exp
8754 * gdb.threads/non-ldr-exit.exp
8755 * gdb.threads/pending-step.exp
8756 * gdb.threads/print-threads.exp
8757 * gdb.threads/process-dies-while-detaching.exp
8758 * gdb.threads/process-dies-while-handling-bp.exp
8759 * gdb.threads/pthreads.exp
8760 * gdb.threads/queue-signal.exp
8761 * gdb.threads/reconnect-signal.exp
8762 * gdb.threads/signal-command-handle-nopass.exp
8763 * gdb.threads/signal-command-multiple-signals-pending.exp
8764 * gdb.threads/signal-delivered-right-thread.exp
8765 * gdb.threads/signal-sigtrap.exp
8766 * gdb.threads/sigthread.exp
8767 * gdb.threads/staticthreads.exp
8768 * gdb.threads/stepi-random-signal.exp
8769 * gdb.threads/thread-unwindonsignal.exp
8770 * gdb.threads/thread_check.exp
8771 * gdb.threads/thread_events.exp
8772 * gdb.threads/tid-reuse.exp
8773 * gdb.threads/tls-nodebug.exp
8774 * gdb.threads/tls-shared.exp
8775 * gdb.threads/tls-so_extern.exp
8776 * gdb.threads/tls.exp
8777 * gdb.threads/wp-replication.exp
8778 * gdb.trace/actions-changed.exp
8779 * gdb.trace/actions.exp
8780 * gdb.trace/backtrace.exp
8781 * gdb.trace/change-loc.exp
8782 * gdb.trace/collection.exp
8783 * gdb.trace/deltrace.exp
8784 * gdb.trace/disconnected-tracing.exp
8785 * gdb.trace/entry-values.exp
8786 * gdb.trace/ftrace-lock.exp
8787 * gdb.trace/ftrace.exp
8788 * gdb.trace/infotrace.exp
8789 * gdb.trace/mi-trace-frame-collected.exp
8790 * gdb.trace/mi-trace-unavailable.exp
8791 * gdb.trace/mi-traceframe-changed.exp
8792 * gdb.trace/mi-tracepoint-changed.exp
8793 * gdb.trace/mi-tsv-changed.exp
8794 * gdb.trace/no-attach-trace.exp
8795 * gdb.trace/packetlen.exp
8796 * gdb.trace/passc-dyn.exp
8797 * gdb.trace/passcount.exp
8798 * gdb.trace/pending.exp
8799 * gdb.trace/pr16508.exp
8800 * gdb.trace/qtro.exp
8801 * gdb.trace/range-stepping.exp
8802 * gdb.trace/read-memory.exp
8803 * gdb.trace/report.exp
8804 * gdb.trace/save-trace.exp
8805 * gdb.trace/signal.exp
8806 * gdb.trace/stap-trace.exp
8807 * gdb.trace/status-stop.exp
8808 * gdb.trace/strace.exp
8809 * gdb.trace/tfile.exp
8810 * gdb.trace/tfind.exp
8811 * gdb.trace/trace-break.exp
8812 * gdb.trace/trace-condition.exp
8813 * gdb.trace/trace-enable-disable.exp
8814 * gdb.trace/trace-mt.exp
8815 * gdb.trace/tracecmd.exp
8816 * gdb.trace/tracefile-pseudo-reg.exp
8817 * gdb.trace/tspeed.exp
8818 * gdb.trace/tstatus.exp
8819 * gdb.trace/tsv.exp
8820 * gdb.trace/unavailable.exp
8821 * gdb.trace/while-dyn.exp
8822 * gdb.trace/while-stepping.exp
8823 * lib/gdb-guile.exp
8824 * lib/gdb.exp
8825 * lib/mi-support.exp
8826 * lib/pascal.exp
8827 * lib/perftest.exp
8828 * lib/prelink-support.exp
8829 * lib/selftest-support.exp
8830
8831 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8832
8833 * Makefile.in: Include disable-implicit-rules.mk.
8834
8835 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8836
8837 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8838 non-byte-aligned bit fields.
8839
8840 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8841
8842 PR gdb/12616
8843 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8844 respects the DW_AT_data_bit_offset attribute.
8845
8846 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8847
8848 * gdb.base/default.exp: Fix output of "set language".
8849
8850 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8851
8852 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8853 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8854 make.
8855 * configure.ac: Remove checks for the make program.
8856 * configure: Re-generate.
8857
8858 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8859
8860 * gdb.python/py-recurse-unwind.c (main): Add loop.
8861 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8862 to read_register() and gdb.parse_and_eval(). Make each code
8863 call a separate case that can be individually tested.
8864 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8865 proc. Call cont_and_backtrace for each of the code paths that
8866 we want to test in the unwinder.
8867
8868 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8869
8870 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8871 the definition of struct S.
8872
8873 2016-11-11 Catherine Moore <clm@codesourcery.com>
8874
8875 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8876
8877 2016-11-09 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.base/commands.exp (runto_or_return): New procedure.
8880 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8881 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8882 (progvar_simple_while_test, progvar_complex_if_while_test)
8883 (if_while_breakpoint_command_test)
8884 (infrun_breakpoint_command_test, breakpoint_command_test)
8885 (user_defined_command_test, watchpoint_command_test)
8886 (test_command_prompt_position, redefine_hook_test)
8887 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8888 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8889 multi_line_input and multi_line. Remove gdb_expect and
8890 gdb_stop_suppressing_tests uses.
8891 * lib/gdb.exp (valnum_re): New global.
8892 (multi_line_input): New procedure.
8893
8894 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8895
8896 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8897 Remove.
8898 (test_setup): Define with proc_with_prefix.
8899 (test_cli_inferior): Likewise.
8900 (test_cli_thread): Likewise.
8901 (test_cli_frame): Likewise.
8902 (test_cli_select_frame): Likewise.
8903 (test_cli_up_down): Likewise.
8904 (test_mi_thread_select): Likewise.
8905 (test_mi_stack_select_frame): Likewise.
8906 (test_cli_in_mi_inferior): Likewise.
8907 (test_cli_in_mi_thread): Likewise.
8908 (test_cli_in_mi_frame): Likewise.
8909 (top level): Do not use with_test_prefix_procname.
8910
8911 2016-11-09 Pedro Alves <palves@redhat.com>
8912
8913 * gdb.base/commands.exp (gdbvar_simple_if_test)
8914 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8915 (progvar_simple_if_test, progvar_simple_while_test)
8916 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8917 (infrun_breakpoint_command_test, breakpoint_command_test)
8918 (user_defined_command_test, watchpoint_command_test)
8919 (test_command_prompt_position, deprecated_command_test)
8920 (bp_deleted_in_command, temporary_breakpoint_commands)
8921 (stray_arg0_test, source_file_with_indented_comment)
8922 (recursive_source_test, if_commands_test)
8923 (error_clears_commands_left, redefine_hook_test)
8924 (redefine_backtrace_test): Use proc_with_prefix.
8925 * lib/gdb.exp (proc_with_prefix): New proc.
8926
8927 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8928
8929 * gdb.base/tui-layout.c: New file.
8930 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8931 disassembly window contains very long lines.
8932
8933 2016-11-08 Tom Tromey <tom@tromey.com>
8934
8935 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8936 depend on Python 2.
8937
8938 2016-11-08 Tom Tromey <tom@tromey.com>
8939
8940 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8941 New method.
8942
8943 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8944
8945 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8946
8947 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8948
8949 * gdb.rust/simple.rs: Add test for univariant enums without
8950 discriminants and for encoded struct-like enums.
8951
8952 2016-10-28 Pedro Alves <palves@redhat.com>
8953
8954 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8955 gdb_test_multiple, tighten regexps and match symtabs and line
8956 tables incrementally.
8957
8958 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8959
8960 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8961 general.
8962
8963 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8964
8965 * gdb.base/exec-invalid-sysroot.exp: New file.
8966
8967 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8968
8969 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8970
8971 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8972
8973 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8974
8975 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8976
8977 * gdb.base/killed-outside.exp: Remove $options from a call to
8978 `prepare_for_testing'.
8979
8980 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8981
8982 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8983 Change test message.
8984
8985 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8986
8987 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8988 Update comment.
8989
8990 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8991
8992 * gdb.trace/mi-trace-save.exp: New file.
8993
8994 2016-10-13 Yao Qi <yao.qi@linaro.org>
8995
8996 * gdb.base/code_elim.exp (get_var_address): Remove.
8997 * gdb.base/relocate.exp: Likewise.
8998 * gdb.base/shreloc.exp: Likewise.
8999 * lib/gdb.exp (get_var_address): New.
9000
9001 2016-10-13 Yao Qi <yao.qi@linaro.org>
9002
9003 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9004 floating point tests if $skip_float_test is false.
9005
9006 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9007
9008 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9009 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9010 argc values.
9011 Add 1 to argc so we guarantee distinct initial/modified argc values.
9012
9013 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9014
9015 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9016
9017 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9018
9019 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9020 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9021 * gdb.arch/vsx-regs.exp: Likewise.
9022
9023 2016-10-07 Yao Qi <yao.qi@linaro.org>
9024
9025 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9026
9027 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9028
9029 * gdb.python/python.exp: Test decode_line("*0").
9030
9031 2016-10-06 Doug Evans <dje@google.com>
9032
9033 * gdb.python/py-value.exp (test_value_creation): Add test for large
9034 unsigned 64-bit value.
9035
9036 2016-10-06 Tom Tromey <tom@tromey.com>
9037
9038 * gdb.compile/compile.exp: Change java tests to rust.
9039 * gdb.base/setshow.exp: Change java tests to rust.
9040 * gdb.base/default.exp: Remove java from language list.
9041 * README (Examples): Update language example.
9042 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9043 test.
9044 * lib/gdb.exp (skip_java_tests): Remove.
9045 * lib/java.exp: Remove.
9046 * gdb.java: Remove.
9047
9048 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9049
9050 * gdb.arch/mips-fcr.exp: New test.
9051 * gdb.arch/mips-fcr.c: Source for the new test.
9052
9053 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9054
9055 * gdb.base/solib-disc.exp: Use `standard_output_file'
9056 throughout.
9057
9058 2016-10-06 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.base/jit-simple-dl.c: New file.
9061 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9062 * gdb.base/jit-simple.c: ... this.
9063 * gdb.base/jit-simple.exp (jit_run): Delete.
9064 (build_jit): New proc.
9065 (jit_test_reread): Recompile either the main program or the shared
9066 library, depending on what is being tested. Skip changing address
9067 if caller wants to. Compare before/after addresses. If testing
9068 standalone, explicitly load the binary. Test "maint info
9069 breakpoints".
9070 (top level): Add "standalone vs shared lib" and "change address"
9071 vs "same address" axes.
9072
9073 2016-10-06 Pedro Alves <palves@redhat.com>
9074
9075 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9076 call.
9077 (jit_run): Delete.
9078 (jit_test_reread): Use with_test_prefix. Reload the main binary
9079 explicitly. Compare the before/after addresses of the JIT
9080 descriptor.
9081
9082 2016-08-15 Doug Evans <dje@google.com>
9083
9084 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9085 for single bitfields is bool.
9086 * gdb.xml/tdesc-regs.exp: Ditto.
9087
9088 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9089
9090 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9091
9092 2016-10-05 Yao Qi <yao.qi@linaro.org>
9093
9094 * lib/gdb.exp (support_complex_tests): Return zero if
9095 gdb_skip_float_test return true.
9096
9097 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9098 Simon Marchi <simon.marchi@ericsson.com>
9099
9100 PR gdb/20487
9101 * gdb.mi/user-selected-context-sync.exp: New file.
9102 * gdb.mi/user-selected-context-sync.c: New file.
9103
9104 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9105 Simon Marchi <simon.marchi@ericsson.com>
9106
9107 PR gdb/20487
9108 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9109 =thread-select-event check.
9110
9111 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9112
9113 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9114 the compulsory L operand changes.
9115 * gdb.arch/powerpc-power.s: Likewise.
9116
9117 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9118
9119 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9120 * gdb.base/jit-attach-pie.c: New file.
9121 * gdb.base/jit-attach-pie.exp: New file.
9122
9123 2016-09-28 Pedro Alves <palves@redhat.com>
9124
9125 * gdb.base/infcall-input.c: New file.
9126 * gdb.base/infcall-input.exp: New file.
9127
9128 2016-09-22 Yao Qi <yao.qi@linaro.org>
9129
9130 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9131 (gdb_exit): Rename it to ...
9132 (gdbserver_gdb_exit): ... Close GDBserver.
9133 (gdb_exit): New proc, call gdbserver_gdb_exit.
9134 (mi_gdb_exit): Likewise.
9135
9136 2016-09-22 Yao Qi <yao.qi@linaro.org>
9137
9138 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9139 path.
9140 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9141 Remove duplication.
9142
9143 2016-09-22 Yao Qi <yao.qi@linaro.org>
9144
9145 * lib/gdbserver-support.exp: Check the existence of
9146 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9147
9148 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9149
9150 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9151
9152 2016-09-21 Tom Tromey <tom@tromey.com>
9153
9154 PR gdb/20604:
9155 * gdb.base/quit.exp: New file.
9156
9157 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9158
9159 * .gitignore: New file.
9160
9161 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9162
9163 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9164 throughout.
9165
9166 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9167
9168 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9169
9170 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9171
9172 * gdb.cp/casts.cc (decltype): Move it ...
9173 (main): ... with its call to ...
9174 * gdb.cp/casts03.cc: ... a new file.
9175 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9176
9177 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9178
9179 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9180
9181 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9182
9183 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9184 and sync up the test with tests in gas/testsuite/gas/ppc.
9185 * gdb.arch/powerpc-power.exp: Likewise.
9186
9187 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9188
9189 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9190
9191 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9192 Jan Kratochvil <jan.kratochvil@redhat.com>
9193
9194 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9195 make m1's definition to be different from m2's. Use 'dummy' as an
9196 argument for probe 'two'.
9197
9198 2016-09-10 Jon Beniston <jon@beniston.com>
9199
9200 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9201 for sim target.
9202
9203 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9204
9205 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9206 variable declaration.
9207 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9208 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9209 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9210 received HWCAP as its argument.
9211
9212 2016-09-06 Pedro Alves <palves@redhat.com>
9213
9214 * gdb.base/new-ui-pending-input.c: New file.
9215 * gdb.base/new-ui-pending-input.exp: New file.
9216 * gdb.exp (clear_gdb_spawn_id): New procedure.
9217 (with_spawn_id): Check whether gdb_spawn_id exists before
9218 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9219 on exit.
9220
9221 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9222
9223 * gdb.base/float128.c: New file.
9224 * gdb.base/float128.exp: Likewise.
9225 * gdb.base/floatn.c: Likewise.
9226 * gdb.base/floatn.exp: Likewise.
9227
9228 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9229
9230 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9231
9232 2016-09-05 Pedro Alves <palves@redhat.com>
9233
9234 PR backtrace/19927
9235 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9236 unwinders are immediately called as side effect of "source" or
9237 "disable unwinder" commands.
9238 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9239
9240 2016-09-02 Yao Qi <yao.qi@linaro.org>
9241
9242 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9243 is true and $type is "float" or "double".
9244
9245 2016-09-02 Yao Qi <yao.qi@linaro.org>
9246
9247 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9248 true.
9249 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9250 * gdb.base/call-rt-st.exp: Likewise.
9251 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9252 return value instead of gdb,skip_float_test.
9253 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9254 (do_function_calls): Use its return value instead of
9255 gdb,skip_float_test.
9256 * gdb.base/finish.exp: Likewise.
9257 * gdb.base/funcargs.exp: Likewise.
9258 * gdb.base/return.exp: Likewise.
9259 * gdb.base/return2.exp: Likewise.
9260 * gdb.base/varargs.exp: Likewise.
9261 * lib/gdb.exp (gdb_skip_float_test): Change it to
9262 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9263
9264 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9265
9266 * gdb.multi/tids.exp: Test "thread apply all".
9267
9268 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9269
9270 * gdb.base/default.exp (tty): Remove.
9271
9272 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9273
9274 * gdb.python/py-recurse-unwind.c: New file.
9275 * gdb.python/py-recurse-unwind.py: New file.
9276 * gdb.python/py-recurse-unwind.exp: New file.
9277
9278 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9279
9280 * gdb.base/set-inferior-tty.exp: New file.
9281 * gdb.base/set-inferior-tty.c: New file.
9282
9283 2016-08-23 Pedro Alves <palves@redhat.com>
9284
9285 PR gdb/20494
9286 * gdb.base/new-ui-echo.c: New file.
9287 * gdb.base/new-ui-echo.exp: New file.
9288
9289 2016-08-23 Yao Qi <yao.qi@linaro.org>
9290
9291 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9292 gdbserver_spawn.
9293 * gdb.server/connect-without-multi-process.exp (do_test):
9294 Likewise.
9295
9296 2016-08-23 Yao Qi <yao.qi@linaro.org>
9297
9298 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9299 standalone_txt. Delete gdb_txt and standalone_txt on host
9300 and target. Spawn the binary on target. Copy files from
9301 target to host.
9302
9303 2016-08-22 Pedro Alves <palves@redhat.com>
9304
9305 PR gdb/20505
9306 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9307 with_test_prefix. Factor out bits to ...
9308 (test_no_vdso): ... this new procedure.
9309
9310 2016-08-19 Carl Love <cel@us.ibm.com>
9311
9312 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9313 maintaining separate logic for constructing the output path.
9314 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9315 * gdb.arch/ppc-dfp.exp: Likewise.
9316 * gdb.arch/ppc-fp.exp: Likewise.
9317 * gdb.arch/vsx-regs.exp: Likewise.
9318 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9319 binprefix for generating the additional binary files.
9320
9321 2016-08-19 Pedro Alves <palves@redhat.com>
9322
9323 * gdb.trace/mi-trace-frame-collected.exp
9324 (test_trace_frame_collected): On x32, expect two registers.
9325
9326 2016-08-18 Carl Love <cel@us.ibm.com>
9327
9328 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9329 and sync up the test with tests in gas/testsuite/gas/ppc.
9330 * gdb.arch/powerpc-power.exp: Likewise.
9331
9332 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9333
9334 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9335 expected error message.
9336
9337 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9338
9339 * gdb.multi/remove-inferiors.exp: New file.
9340 * gdb.multi/remove-inferiors.c: New file.
9341
9342 2016-08-12 Yao Qi <yao.qi@linaro.org>
9343
9344 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9345 argument list.
9346
9347 2016-08-10 Pedro Alves <palves@redhat.com>
9348
9349 PR gdb/19187
9350 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9351 setup_kfails.
9352
9353 2016-08-09 Pedro Alves <palves@redhat.com>
9354 Simon Marchi <simon.marchi@ericsson.com>
9355
9356 PR gdb/20418
9357 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9358 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9359
9360 2016-08-09 Pedro Alves <palves@redhat.com>
9361
9362 PR mi/20431
9363 * gdb.mi/mi-cmd-error.exp: New file.
9364
9365 2016-08-09 Pedro Alves <palves@redhat.com>
9366
9367 PR gdb/18653
9368 * gdb.base/signals-state-child.c: New file.
9369 * gdb.base/signals-state-child.exp: New file.
9370 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9371
9372 2016-08-09 Pedro Alves <palves@redhat.com>
9373
9374 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9375
9376 2016-08-03 Tom Tromey <tom@tromey.com>
9377
9378 PR python/18565:
9379 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9380
9381 2016-08-01 Yao Qi <yao.qi@linaro.org>
9382
9383 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9384 variable mode to "multi-process" if $multi_process is 1, otherwise
9385 set it to "single-process".
9386
9387 2016-08-01 Yao Qi <yao.qi@linaro.org>
9388
9389 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9390 * gdb.cp/cpexprs.exp: Likewise.
9391 * gdb.cp/m-static.exp: Likewise.
9392
9393 2016-07-26 Tom Tromey <tom@tromey.com>
9394
9395 PR python/20190:
9396 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9397 test.
9398
9399 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9400
9401 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9402 selecting assembly source files.
9403 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9404 assembly source files.
9405 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9406 assembly source files.
9407 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9408 selecting assembly source files.
9409
9410 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9411
9412 * gdb.base/new-ui.exp (do_test_invalid_args): New
9413 procedure.
9414
9415 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9416
9417 * gdb.btrace/reconnect.c: New file.
9418 * gdb.btrace/reconnect.exp: New file.
9419
9420 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9421
9422 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9423 to test_catch_syscall_group.
9424 (test_catch_syscall_group): New.
9425
9426 2016-07-21 Tom Tromey <tom@tromey.com>
9427
9428 * gdb.rust/simple.rs (main): Use empty struct expression.
9429 * gdb.rust/simple.exp: Add tests for empty struct expression.
9430
9431 2016-07-21 Yao Qi <yao.qi@linaro.org>
9432
9433 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9434 if gdb_skip_xml_test is true on some targets.
9435
9436 2016-07-21 Yao Qi <yao.qi@linaro.org>
9437
9438 * gdb.server/solib-list.exp: Unset last_loaded_file.
9439
9440 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9441
9442 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9443 "step into captured_main (args)".
9444
9445 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9448
9449 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9450
9451 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9452
9453 2016-07-19 Pedro Alves <palves@redhat.com>
9454
9455 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9456 * gdb.opt/inline-bt.exp: Likewise.
9457 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9458 additional_flags=-Winline.
9459 * gdb.opt/inline-locals.exp: Likewise.
9460 * gdb.opt/inline-markers.c (ATTR): Define.
9461 (inlined_fn): Use it.
9462
9463 2016-07-19 Yao Qi <yao.qi@linaro.org>
9464
9465 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9466 (test_with_self): Remove some code. Remove argument executable.
9467 (top-level): Use do_self_tests.
9468
9469 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9470 Don Breazeal <donb@codesourcery.com>
9471
9472 * gdb.base/maint.exp: Escape paths used in regular expressions.
9473 * gdb.stabs/weird.exp: Likewise.
9474
9475 2016-07-13 Tom Tromey <tom@tromey.com>
9476
9477 PR python/15620, PR python/18620:
9478 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9479 (test_bkpt_events): New procs.
9480
9481 2016-07-13 Tom Tromey <tom@tromey.com>
9482
9483 PR python/17698:
9484 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9485 test.
9486 (test_watchpoints): Likewise.
9487 (test_bkpt_pending): New proc.
9488
9489 2016-07-13 Tom Tromey <tom@tromey.com>
9490
9491 PR cli/18053:
9492 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9493 completion test.
9494
9495 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9496
9497 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9498 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9499 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9500 f_label.
9501 (g): Rename g_end_lbl to g_label.
9502 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9503 low_pc and high_pc.
9504 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9505
9506 2016-07-12 Tom Tromey <tom@tromey.com>
9507
9508 PR python/19293:
9509 * gdb.python/py-unwind-maint.exp: Update tests.
9510
9511 2016-07-12 Yao Qi <yao.qi@linaro.org>
9512
9513 * lib/selftest-support.exp (selftest_setup): Match the output
9514 when captured_main is inlined.
9515
9516 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9517
9518 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9519 New variables.
9520 (print this%a, print this%b, print this): New tests.
9521 * gdb.fortran/derived-types.f90 (this): New object and
9522 initialization.
9523
9524 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9525
9526 * gdb.ada/arraydim.exp: Remove extra directory level in build
9527 directory.
9528
9529 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9530
9531 * lib/ada.exp: Remove extra directory level in build directory.
9532 * gdb.ada/cond_lang.exp: Likewise.
9533 * gdb.ada/exec_changed.exp: Likewise.
9534 * gdb.ada/lang_switch.exp: Likewise.
9535
9536 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9537
9538 * simple.rs: Add test for raw pointer subscripting.
9539 * simple.exp: Add test expectations.
9540
9541 2016-07-05 Yao Qi <yao.qi@linaro.org>
9542
9543 * gdb.mi/mi-reverse.exp: Match =record-started output.
9544
9545 2016-07-01 Pedro Alves <palves@redhat.com>
9546
9547 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9548 procedure.
9549 (jit_reader_test): Test the jit reader's unwinder.
9550 * gdb.base/jithost.c (jit_function_00_code): New global.
9551 (main): Use memcpy to fill in the mmapped code, instead of poking
9552 bytes manually here.
9553 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9554 value.
9555 (read_debug_info): Save the function's range.
9556 (read_sp): New function.
9557 (unwind_frame): Use it. Also unwind RBP.
9558 (get_frame_id): Use read_sp.
9559 (gdb_init_reader): Use calloc instead of malloc.
9560 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9561 parameter. Use gdb_test_multiple.
9562
9563 2016-07-01 Pedro Alves <palves@redhat.com>
9564 Antoine Tremblay <antoine.tremblay@ericsson.com>
9565
9566 * gdb.threads/process-dies-while-detaching.c: New file.
9567 * gdb.threads/process-dies-while-detaching.exp: New file.
9568
9569 2016-07-01 Pedro Alves <palves@redhat.com>
9570
9571 * gdb.multi/watchpoint-multi-exit.c: New file.
9572 * gdb.multi/watchpoint-multi-exit.exp: New file.
9573
9574 2016-06-30 Pedro Alves <palves@redhat.com>
9575
9576 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9577 unset inferior_spawn_id.
9578
9579 2016-06-30 Pedro Alves <palves@redhat.com>
9580
9581 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9582 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9583
9584 2016-06-29 Yao Qi <yao.qi@linaro.org>
9585
9586 * gdb.base/return.c: Add copyright header.
9587
9588 2016-06-29 Tom Tromey <tom@tromey.com>
9589
9590 PR python/20129:
9591 * gdb.python/py-framefilter.exp: Add tests for setting priority
9592 and disabling of non-existent frame filter.
9593
9594 2016-06-29 Yao Qi <yao.qi@linaro.org>
9595
9596 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9597 0x0f07ff.
9598
9599 2016-06-28 Yao Qi <yao.qi@linaro.org>
9600
9601 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9602 triplets. Start gdb, execute catch syscall, and continue. Check
9603 gdb's output to determine catch syscall is supported.
9604
9605 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9606
9607 * gdb.rust/simple.rs: Add test for returning unit in a function.
9608 * gdb.rust/simple.exp: Add expectation for functions returning
9609 unit.
9610
9611 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9612
9613 * gdb.python/py-breakpoint-create-fail.c,
9614 gdb.python/py-breakpoint-create-fail.exp,
9615 gdb.python/py-breakpoint-create-fail.py: New testcase.
9616
9617 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9618
9619 PR gdb/20239
9620 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9621 * gdb.rust/simple.exp: Add test expectations for new NonZero
9622 tests.
9623
9624 2016-06-24 David Taylor <dtaylor@emc.com>
9625
9626 * gdb.base/offsets.exp: New file.
9627 * gdb.base/offsets.c: New file.
9628
9629 2016-06-23 Tom Tromey <tom@tromey.com>
9630
9631 PR gdb/16483:
9632 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9633 before any filters are loaded.
9634
9635 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9636
9637 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9638 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9639 structs.
9640 * gdb.fortran/derived-type-function.exp: New file.
9641 * gdb.fortran/derived-type-function.f90: New file.
9642
9643
9644 2016-06-21 Pedro Alves <palves@redhat.com>
9645
9646 * gdb.base/new-ui.exp: New file.
9647 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9648 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9649 (with_spawn_id): New procedure.
9650
9651 2016-06-21 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.mi/mi-exec-run.exp: New file.
9654
9655 2016-06-21 Pedro Alves <palves@redhat.com>
9656
9657 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9658 breakpoint command's output on the main UI.
9659 (test_break): New procedure, factored out from calls in the top
9660 level.
9661 (top level): Use foreach_with_prefix to test MI as main UI and as
9662 separate UI.
9663
9664 2016-06-21 Pedro Alves <palves@redhat.com>
9665
9666 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9667 (test_awatch_creation_and_listing)
9668 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9669 Remove 'type' parameter.
9670 (test_watchpoint_all): New parameter mi_mode. Remove
9671 with_test_prefix.
9672 (top level): Use foreach_with_prefix, and add main/separate UI MI
9673 testing axis.
9674
9675 2016-06-21 Pedro Alves <palves@redhat.com>
9676
9677 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9678 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9679 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9680 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9681 (gdb_main_spawn_id, mi_spawn_id): Declare and
9682 comment.
9683 (mi_create_inferior_pty): New procedure,
9684 factored out from default_mi_gdb_start.
9685 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9686 procedures.
9687 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9688 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9689 Use mi_create_inferior_pty.
9690 (mi_gdb_start): Use eval to pass down args list.
9691
9692 2016-06-21 Pedro Alves <palves@redhat.com>
9693
9694 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9695 * gdb.opt/inline-cmds.exp: Add MI tests.
9696
9697 2016-06-21 Pedro Alves <palves@redhat.com>
9698
9699 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9700
9701 2016-06-21 Pedro Alves <palves@redhat.com>
9702
9703 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9704 (top level): Use it instead of mi_execute_to.
9705
9706 2016-06-21 Pedro Alves <palves@redhat.com>
9707
9708 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9709 (cont_handler_str): New.
9710 (signal_stop_handler): Set stop_handler_str instead of printing to
9711 stdout.
9712 (continue_handler): Set cont_handler_str instead of printing to
9713 stdout.
9714 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9715 mi_send_resuming_command. Print stop_handler_str and
9716 cont_handler_str instead of expecting the python events print
9717 directly.
9718
9719 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9720
9721 * gdb.base/jit-reader.exp: New file.
9722 * gdb.base/jithost.c: New file.
9723 * gdb.base/jithost.h: New file.
9724 * gdb.base/jitreader.c : New file.
9725 * gdb.base/jit-protocol.h: New file.
9726
9727 2016-06-17 Yao Qi <yao.qi@linaro.org>
9728
9729 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9730 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9731 and detach-on-fork. Adjust tests.
9732 (top level): Invoke break_cond_on_syscall with combinations of
9733 syscall, follow-fork-mode and detach-on-fork.
9734
9735 2016-06-17 Yao Qi <yao.qi@linaro.org>
9736
9737 * gdb.base/step-over-exit.c: New.
9738 * gdb.base/step-over-exit.exp: New.
9739
9740 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9741
9742 * gdb.base/float.exp: Add target check for nds32*-*-*.
9743 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9744
9745 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9746
9747 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9748 for unsupported target features.
9749 * gdb.base/call-rt-st.exp: Likewise.
9750 * gdb.base/call-sc.exp: Likewise.
9751 * gdb.base/call-signal-resume.exp: Likewise.
9752 * gdb.base/call-strs.exp: Likewise.
9753 * gdb.base/callexit.exp: Likewise.
9754 * gdb.base/callfuncs.exp: Likewise.
9755 * gdb.base/nodebug.exp: Likewise.
9756 * gdb.base/printcmds.exp: Likewise.
9757 * gdb.base/ptype.exp: Likewise.
9758 * gdb.base/structs.exp: Likewise.
9759 * gdb.base/unwindonsignal.exp: Likewise.
9760 * gdb.cp/gdb2495.exp: Likewise.
9761 * gdb.cp/templates.exp: Likewise.
9762 * gdb.cp/virtfunc.exp: Likewise.
9763 * gdb.threads/hand-call-in-threads.exp: Likewise.
9764 * gdb.threads/interrupted-hand-call.exp: Likewise.
9765 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9766
9767 2016-06-10 Tom Tromey <tom@tromey.com>
9768
9769 PR rust/20110:
9770 * gdb.rust/expr.exp: Add test for integer constant larger than
9771 i32.
9772
9773 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9774
9775 * gdb.fortran/nested-funcs.exp: New.
9776 * gdb.fortran/nested-funcs.f90: New.
9777
9778 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9779
9780 * gdb.base/examine-backward.c: New file.
9781 * gdb.base/examine-backward.exp: New file.
9782
9783 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9784
9785 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9786 matching.
9787
9788 2016-06-02 Tom Tromey <tom@tromey.com>
9789
9790 PR python/18984:
9791 * gdb.python/py-shared.exp: Add solib_name test.
9792
9793 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9794
9795 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9796
9797 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9798
9799 PR c++/19893
9800 * gdb.dwarf2/implref.exp: Rename to...
9801 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9802 * gdb.dwarf2/implref-array.c: New file.
9803 * gdb.dwarf2/implref-array.exp: Likewise.
9804 * gdb.dwarf2/implref-global.c: Likewise.
9805 * gdb.dwarf2/implref-global.exp: Likewise.
9806 * gdb.dwarf2/implref-struct.c: Likewise.
9807 * gdb.dwarf2/implref-struct.exp: Likewise.
9808
9809 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9810
9811 * gdb.trace/trace-condition.exp: Add 64bit tests.
9812
9813 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9814
9815 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9816 bits types.
9817 (main): Adapt to 8 to 64 bits types.
9818 * gdb.trace/trace-condition.exp: Add new tests.
9819
9820 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9821
9822 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9823
9824 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9825
9826 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9827 Move condition tests...
9828 * gdb.trace/trace-condition.exp: Here.
9829
9830 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9831
9832 * gdb.trace/trace-condition.exp: Add counter-case tests.
9833
9834 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9835
9836 PR c++/15231
9837 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9838 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9839
9840 2016-05-27 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9843 New procedure.
9844 (top level): Call it, and bail out of DejaGnu is known to be bad.
9845
9846 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9847
9848 * gdb.base/whatis.c: Extend the test case.
9849 * gdb.base/whatis.exp: Add additional tests.
9850
9851 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9852
9853 * gdb.fortran/type.f90: Add pointer variable.
9854 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9855
9856 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9857
9858 * gdb.fortran/vla-type.exp: Fix testcase name.
9859
9860 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9861
9862 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9863
9864 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9865
9866 * gdb.fortran/type.f90: Add nested structures.
9867 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9868 * gdb.fortran/derived-type.exp: Adapt expected output.
9869 * gdb.fortran/vla-type.exp: Adapt expected output.
9870
9871 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9872
9873 * gdb.fortran/whatis_type.exp: Adapt expected output.
9874
9875 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9876
9877 * gdb.fortran/print_type.exp: Fix expected output.
9878 * gdb.fortran/whatis_type.exp: Fix expected output.
9879
9880 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9881
9882 * gdb.fortran/whatis_type.exp: Use multi_line.
9883
9884 2016-05-24 Tom Tromey <tom@tromey.com>
9885
9886 PR python/17386:
9887 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9888 use value as an index.
9889
9890 2016-05-23 Tom Tromey <tom@tromey.com>
9891
9892 PR python/17981:
9893 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9894 no-breakpoint case.
9895
9896 2016-05-24 Pedro Alves <palves@redhat.com>
9897
9898 PR gdb/19828
9899 * gdb.threads/clone-attach-detach.c: New file.
9900 * gdb.threads/clone-attach-detach.exp: New file.
9901
9902 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9903
9904 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9905
9906 2016-05-23 Tom Tromey <tom@tromey.com>
9907
9908 PR python/19438, PR python/18393:
9909 * gdb.python/py-progspace.exp: Add "dir" test.
9910 * gdb.python/py-objfile.exp: Add "dir" test.
9911
9912 2016-05-23 Yao Qi <yao.qi@linaro.org>
9913
9914 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9915 * gdb.arch/thumb2-it.exp: Likewise.
9916
9917 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9918
9919 * gdb.mi/mi-threads-interrupt.c: New file.
9920 * gdb.mi/mi-threads-interrupt.exp: New file.
9921
9922 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9923
9924 PR gdb/18077
9925 * gdb.mi/mi-async-run.exp: New file.
9926 * gdb.mi/mi-async-run.c: New file.
9927
9928 2016-05-17 Tom Tromey <tom@tromey.com>
9929 Manish Goregaokar <manishsmail@gmail.com>
9930
9931 * lib/rust-support.exp: New file.
9932 * lib/gdb.exp (skip_rust_tests): New proc.
9933 (build_executable_from_specs): Handle rust.
9934 * lib/future.exp (gdb_find_rustc): New proc.
9935 (gdb_default_target_compile): Handle rust.
9936 * gdb.rust/expr.exp: New file.
9937 * gdb.rust/generics.exp: New file.
9938 * gdb.rust/generics.rs: New file.
9939 * gdb.rust/methods.exp: New file.
9940 * gdb.rust/methods.rs: New file.
9941 * gdb.rust/modules.exp: New file.
9942 * gdb.rust/modules.rs: New file.
9943 * gdb.rust/simple.exp: New file.
9944 * gdb.rust/simple.rs: New file.
9945
9946 2016-05-17 Tom Tromey <tom@tromey.com>
9947
9948 * gdb.base/default.exp (set language): Add rust.
9949
9950 2016-05-17 Tom Tromey <tom@tromey.com>
9951
9952 * gdb.gdb/unittest.exp: New file.
9953
9954 2016-05-16 Yao Qi <yao.qi@linaro.org>
9955
9956 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9957 shell_prompt. Update shell_prompt_re.
9958
9959 2016-05-12 Doug Evans <dje@google.com>
9960
9961 PR symtab/19999
9962 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9963 $options when building executable.
9964 * gdb.dwarf2/fission-loclists-pie.S: New file.
9965 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9966
9967 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9968
9969 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9970 of [is_remote target],
9971
9972 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9973
9974 * lib/gdb.exp (use_gdb_stub): New procedure.
9975
9976 2016-05-03 Yunlian Jiang <yunlian@google.com>
9977 Doug Evans <dje@google.com>
9978
9979 PR symtab/19914
9980 * gdb.dwarf2/dwp-sepdebug.c: New file.
9981 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9982
9983 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9984
9985 * gdb.base/detach.exp: Remove is_remote check.
9986
9987 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9988
9989 * gdb.base/annota-input-while-running.exp: Don't check for
9990 [is_remote target]. Enable annotations after running to main.
9991 Remove unused "set test..." line.
9992
9993 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9994
9995 * gdb.trace/trace-enable-disable.exp: New file.
9996 * gdb.trace/trace-enable-disable.c: New file.
9997
9998 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9999
10000 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10001 use it in info sharedlibrary test.
10002 * gdb.trace/ftrace-lock.exp: Likewise.
10003 * gdb.trace/ftrace.exp: Likewise.
10004 * gdb.trace/range-stepping.exp: Likewise.
10005 * gdb.trace/trace-break.exp: Likewise.
10006 * gdb.trace/trace-condition.exp: Likewise.
10007 * gdb.trace/trace-mt.exp: Likewise.
10008
10009 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10010
10011 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10012 (gdb_load_shlib): ... this.
10013 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10014 gdb_load_shlib.
10015 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10016 * gdb.base/ctxobj.exp: Likewise.
10017 * gdb.base/dprintf-pending.exp: Likewise.
10018 * gdb.base/dso2dso.exp: Likewise.
10019 * gdb.base/fixsection.exp: Likewise.
10020 * gdb.base/gcore-relro.exp: Likewise.
10021 * gdb.base/gdb1555.exp: Likewise.
10022 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10023 * gdb.base/gnu-ifunc.exp: Likewise.
10024 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10025 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10026 * gdb.base/pending.exp: Likewise.
10027 * gdb.base/print-file-var.exp: Likewise.
10028 * gdb.base/print-symbol-loading.exp: Likewise.
10029 * gdb.base/shlib-call.exp: Likewise.
10030 * gdb.base/shreloc.exp: Likewise.
10031 * gdb.base/so-impl-ld.exp: Likewise.
10032 * gdb.base/solib-disc.exp: Likewise.
10033 * gdb.base/solib-nodir.exp: Likewise.
10034 * gdb.base/solib-overlap.exp: Likewise.
10035 * gdb.base/solib-symbol.exp: Likewise.
10036 * gdb.base/solib-weak.exp (do_test): Likewise.
10037 * gdb.base/sym-file.exp: Likewise.
10038 * gdb.base/symtab-search-order.exp: Likewise.
10039 * gdb.base/type-opaque.exp: Likewise.
10040 * gdb.base/unload.exp: Likewise.
10041 * gdb.base/watchpoint-solib.exp: Likewise.
10042 * gdb.compile/compile.exp: Likewise.
10043 * gdb.cp/gdb2384.exp: Likewise.
10044 * gdb.cp/infcall-dlopen.exp: Likewise.
10045 * gdb.cp/re-set-overloaded.exp: Likewise.
10046 * gdb.fortran/library-module.exp: Likewise.
10047 * gdb.opt/solib-intra-step.exp: Likewise.
10048 * gdb.python/py-finish-breakpoint.exp: Likewise.
10049 * gdb.python/py-shared.exp: Likewise.
10050 * gdb.reverse/solib-precsave.exp: Likewise.
10051 * gdb.reverse/solib-reverse.exp: Likewise.
10052 * gdb.server/solib-list.exp: Likewise.
10053 * gdb.threads/dlopen-libpthread.exp: Likewise.
10054 * gdb.threads/tls-shared.exp: Likewise.
10055 * gdb.threads/tls-so_extern.exp: Likewise.
10056 * gdb.trace/change-loc.exp: Likewise.
10057 * gdb.trace/ftrace-lock.exp: Likewise.
10058 * gdb.trace/ftrace.exp: Likewise.
10059 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10060 * gdb.trace/pending.exp: Likewise.
10061 * gdb.trace/range-stepping.exp: Likewise.
10062 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10063 (strace_info_marker): Likewise.
10064 (strace_probe_marker): Likewise.
10065 (strace_trace_on_same_addr): Likewise.
10066 (strace_trace_on_diff_addr): Likewise.
10067 * gdb.trace/trace-break.exp: Likewise.
10068 * gdb.trace/trace-condition.exp: Likewise.
10069 * gdb.trace/trace-mt.exp: Likewise.
10070
10071 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10072
10073 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10074 result of gdb_remote_download.
10075 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10076 * gdb.base/dso2dso.exp: Likewise.
10077 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10078 * gdb.base/print-file-var.exp: Likewise.
10079 * gdb.base/shlib-call.exp: Likewise.
10080 * gdb.base/shreloc.exp: Likewise.
10081 * gdb.base/solib-overlap.exp: Likewise.
10082 * gdb.base/solib-weak.exp (do_test): Likewise.
10083 * gdb.base/unload.exp: Likewise.
10084
10085 2016-04-27 Yao Qi <yao.qi@linaro.org>
10086
10087 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10088 exists.
10089
10090 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10091
10092 * vla-type.exp: Print structure from toplevel.
10093
10094 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10095
10096 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10097 of dynamic types.
10098 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10099 of dynamic types.
10100
10101 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10102
10103 * gdb.fortran/vla-type.f90: New file.
10104 * gdb.fortran/vla-type.exp: New file.
10105
10106 2016-04-25 Yao Qi <yao.qi@linaro.org>
10107
10108 * gdb.base/branch-to-self.c: New file.
10109 * gdb.base/branch-to-self.exp: New file.
10110
10111 2016-04-22 Yao Qi <yao.qi@linaro.org>
10112
10113 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10114 more after $hex.
10115
10116 2016-04-22 Yao Qi <yao.qi@linaro.org>
10117
10118 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10119 * gdb.base/annota3.exp: Likewise.
10120
10121 2016-04-22 Yao Qi <yao.qi@linaro.org>
10122
10123 * gdb.reverse/step-precsave.exp: Do one step and test program
10124 stops in "callee" and do multiple steps until program goes out
10125 of "callee".
10126 * gdb.reverse/step-reverse.exp: Likewise.
10127
10128 2016-04-22 Yao Qi <yao.qi@linaro.org>
10129
10130 * gdb.trace/signal.exp: Also pass if
10131 $tracepoint_hits($i) > $iterations.
10132
10133 2016-04-22 Yao Qi <yao.qi@linaro.org>
10134
10135 * gdb.trace/signal.c: New file.
10136 * gdb.trace/signal.exp: New file.
10137
10138 2016-04-19 Doug Evans <xdje42@gmail.com>
10139
10140 * gdb.base/bad-file.exp: New file.
10141
10142 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10143
10144 * gdb.dwarf2/implref.exp: New file.
10145
10146 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10147
10148 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10149 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10150 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10151 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10152 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10153 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10154 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10155 * lib/fortran.exp (fortran_int4): New procedure.
10156 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10157 (fortran_logical4): Likewise.
10158
10159 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10160
10161 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10162
10163 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10164
10165 * lib/compiler.c: Add Intel specific preprocessor macros.
10166 * lib/compiler.cc: Likewise.
10167
10168 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10169
10170 * gdb.server/connect-with-no-symbol-file.c: New file.
10171 * gdb.server/connect-with-no-symbol-file.exp: New file.
10172
10173 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10174
10175 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10176
10177 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10178
10179 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10180 standard output directory.
10181
10182 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10183
10184 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10185
10186 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10187
10188 * gdb.btrace/instruction_history.c (loop): Add declaration.
10189
10190 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10191
10192 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10193
10194 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10195
10196 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10197 parentheses to print.
10198 (continue_handler): Likewise.
10199
10200 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10201
10202 * gdb.server/solib-list.exp: Remove is_remote check.
10203 Pass shlib= to gdb_compile. Don't link shared library with
10204 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10205 Run binary filename through "readlink -f" on the target.
10206
10207 2016-04-08 Pedro Alves <palves@redhat.com>
10208
10209 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10210 interpreter filename as argument to gdbserver_spawn.
10211 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10212 Return empty if $last_loaded_file does not exist.
10213
10214 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10215
10216 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10217 * gdb.base/jit-main.c: Use exit after usage.
10218
10219 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10220
10221 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10222 GDBHISTSIZE prior to the tests.
10223 * gdb.base/gdbinit-history.exp: Likewise.
10224
10225 2016-04-07 Pedro Alves <palves@redhat.com>
10226
10227 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10228 instead of build_executable. Use gdb_load_shlibs.
10229
10230 2016-04-07 Yao Qi <yao.qi@linaro.org>
10231
10232 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10233 Execute "si" command.
10234
10235 2016-04-07 Yao Qi <yao.qi@linaro.org>
10236
10237 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10238 number instead of the comments on some line.
10239
10240 2016-04-06 Don Breazeal <donb@codesourcery.com>
10241
10242 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10243 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10244
10245 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10246
10247 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10248 standard_output_file. Remove unused binfile variable.
10249
10250 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10251
10252 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10253 * gdb.python/py-mi-objfile.exp: Match "list main" output
10254 in console format.
10255
10256 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10257
10258 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10259 absolute.
10260
10261 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10262
10263 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10264 absolute.
10265 * gdb.trace/ftrace.exp: Likewise.
10266 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10267 targets as well.
10268 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10269 (gdb_load_shlibs): Copy libraries to test directory when testing
10270 natively. Only set solib-search-path if testing remotely.
10271 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10272
10273 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10274
10275 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10276 gdb_download. Use it even if the target is not remote.
10277 * gdb.base/jit.exp (compile_jit_test): Likewise.
10278 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10279 output directory if the destination board is local, otherwise use
10280 the standard remote_download from DejaGnu.
10281 (gdb_download): Remove.
10282 (gdb_load_shlibs): Use gdb_remote_download instead of
10283 gdb_download.
10284 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10285 Use gdb_remote_download instead of gdb_download. Use it even if
10286 the target is not remote.
10287 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10288 instead of gdb_download.
10289
10290 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10291
10292 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10293 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10294 run.
10295
10296 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10297
10298 PR gdb/19820
10299 * gdb.base/printcmds.exp: Add artificial arrays tests.
10300
10301 2016-03-31 Pedro Alves <palves@redhat.com>
10302
10303 PR gdb/19858
10304 * gdb.base/jit-main.c: Include unistd.h.
10305 (ATTACH): Define to 0 if not already defined.
10306 (wait_for_gdb, mypid): New globals.
10307 (WAIT_FOR_GDB): New macro.
10308 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10309 some breakpoint locations.
10310 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10311 New procedures.
10312 (one_jit_test): Add REATTACH parameter, and handle it. Use
10313 continue_to_test_location.
10314 (top level): Test attach, and adjusts calls to one_jit_test.
10315
10316 2016-03-31 Pedro Alves <palves@redhat.com>
10317
10318 PR gdb/19858
10319 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10320 BINSUFFIX parameter, and handle it.
10321 (top level): Adjust calls compile_jit_test.
10322
10323 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10324
10325 PR python/19743
10326 * gdb.python/py-mi-events-gdb.py: New file.
10327 * gdb.python/py-mi-events.c: New file.
10328 * gdb.python/py-mi-events.exp: New file.
10329
10330 2016-03-30 Yao Qi <yao.qi@linaro.org>
10331
10332 * gdb.reverse/until-precsave.exp: Match function name only.
10333 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10334 Move malloc to a condition block.
10335 * gdb.reverse/until-reverse.exp: Match function name only.
10336
10337 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10338
10339 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10340 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10341 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10342 variable for GPR 0 instead of assuming it is register 0.
10343 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10344 * lib/trace-support.exp: Add s390 registers.
10345
10346 2016-03-29 Yao Qi <yao.qi@linaro.org>
10347
10348 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10349
10350 2016-03-24 Yao Qi <yao.qi@linaro.org>
10351
10352 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10353 test message.
10354
10355 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10356
10357 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10358 maintaining separate logic for constructing the output path.
10359
10360 2016-03-16 Don Breazeal <donb@codesourcery.com>
10361
10362 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10363 Retry fork and waitpid on interrupted system call errors.
10364 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10365 Use with_timeout_factor to increase timeout by factor of 10.
10366
10367 2016-03-15 Don Breazeal <donb@codesourcery.com>
10368
10369 * gdb.cp/scope-err.cc: New test program.
10370 * gdb.cp/scope-err.exp: New test script.
10371 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10372 lines and "set breakpoint here" comment.
10373 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10374 Fixed some whitespace and format issues.
10375 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10376 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10377
10378 2016-03-15 Doug Evans <dje@google.com>
10379
10380 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10381 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10382 All callers updated. Add tests for enums, mixed flags register.
10383
10384 2016-03-15 Doug Evans <dje@google.com>
10385
10386 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10387 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10388
10389 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10390
10391 * gdb.base/default.exp: Add $_as_string to the list of expected
10392 convenience functions.
10393
10394 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10395
10396 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10397
10398 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10399
10400 * gdb.python/py-as-string.exp: New file.
10401 * gdb.python/py-as-string.c: New file.
10402
10403 2016-03-09 Pedro Alves <palves@redhat.com>
10404
10405 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10406 signal" -> "Thread NN received signal" output change.
10407 * gdb.threads/ia64-sigill.exp: Likewise.
10408 * gdb.threads/linux-dp.exp: Likewise.
10409 * gdb.threads/manythreads.exp: Likewise.
10410 * gdb.threads/pending-step.exp: Likewise.
10411 * gdb.threads/print-threads.exp: Likewise.
10412 * gdb.threads/sigstep-threads.exp: Likewise.
10413 * gdb.threads/staticthreads.exp: Likewise.
10414 * gdb.threads/tls.exp: Likewise.
10415
10416 2016-03-09 Pedro Alves <palves@redhat.com>
10417
10418 * gdb.base/command-line-input.exp: New file.
10419
10420 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10421
10422 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10423 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10424 * gdb.trace/pending.exp: Accept leading dot before function name.
10425 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10426 * lib/trace-support.exp: Set registers for ppc.
10427
10428 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10429
10430 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10431 use it for disassembly; accept .main in addition to main in backtrace.
10432
10433 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10434 Marcin Kościelnicki <koriakin@0x04.net>
10435
10436 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10437 (gdb_recursion_test_ptr): New global variable.
10438 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10439 gdb_recursion_test.
10440 (gdb_c_test): Ditto.
10441
10442 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10443
10444 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10445 ordering.
10446
10447 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10448
10449 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10450 (bar): Add bar_start_lbl label.
10451 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10452 of foo/bar for emitting DWARF and tracing.
10453
10454 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10455
10456 * analyze-racy-logs.py: Set executable bit.
10457
10458 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10459
10460 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10461 (CHECK_TARGET_TMP): Likewise.
10462 (check-single-racy): New rule.
10463 (check-parallel-racy): Likewise.
10464 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10465 (do-check-parallel-racy): New rule.
10466 (check-racy/%.exp): Likewise.
10467 * README (Racy testcases): New section.
10468 * analyze-racy-logs.py: New file.
10469
10470 2016-03-03 Doug Evans <dje@google.com>
10471
10472 * gdb.base/skip.exp: Use with_test_prefix.
10473
10474 2016-03-03 Yao Qi <yao.qi@linaro.org>
10475
10476 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10477 Invoke step_over_syscall "clone" and break_cond_on_syscall
10478 "clone".
10479 * gdb.base/step-over-clone.c: New file.
10480
10481 2016-03-03 Yao Qi <yao.qi@linaro.org>
10482
10483 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10484 code format.
10485
10486 2016-03-03 Yao Qi <yao.qi@linaro.org>
10487
10488 * gdb.base/disp-step-fork.c: Rename to ...
10489 * gdb.base/step-over-fork.c: ... it. New file.
10490 * gdb.base/disp-step-vfork.c: Rename to ...
10491 * gdb.base/step-over-vfork.c: ... it. New file.
10492 * gdb.base/disp-step-syscall.exp: Rename to ...
10493 * gdb.base/step-over-syscall.exp: ... it. New file.
10494 (disp_step_cross_syscall): Rename to ...
10495 (step_over_syscall): ... it.
10496
10497 2016-03-03 Yao Qi <yao.qi@linaro.org>
10498
10499 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10500 If target supports condition evaluation on target, invoke
10501 break_cond_on_syscall for fork and vfork.
10502
10503 2016-03-03 Yao Qi <yao.qi@linaro.org>
10504
10505 * gdb.base/disp-step-syscall.exp: Don't invoke
10506 support_displaced_stepping.
10507 (disp_step_cross_syscall): Test with displaced stepping off and
10508 on if supported.
10509
10510 2016-03-03 Yao Qi <yao.qi@linaro.org>
10511
10512 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10513 proc.
10514 (setup): New proc.
10515 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10516 and setup.
10517
10518 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10519
10520 * gdb.fortran/vla-history.exp: Remove breakpoint.
10521
10522 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10523
10524 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10525 exceeds timeout.
10526
10527 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10528
10529 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10530 breakpoint.
10531
10532 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10533
10534 * gdb.mi/vla.f90: Nullify pointer after declaration.
10535
10536 2016-03-01 Pedro Alves <palves@redhat.com>
10537
10538 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10539
10540 2016-03-01 Pedro Alves <palves@redhat.com>
10541
10542 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10543 before anything else.
10544 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10545 _GNU_SOURCE here.
10546 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10547 before anything else.
10548 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10549
10550 2016-03-01 Pedro Alves <palves@redhat.com>
10551
10552 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10553
10554 2016-03-01 Yao Qi <yao.qi@linaro.org>
10555
10556 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10557 prepare_for_testing.
10558
10559 2016-03-01 Yao Qi <yao.qi@linaro.org>
10560
10561 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10562
10563 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10564
10565 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10566 manually constructing the output path.
10567
10568 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10569
10570 * gdb.arch/s390-stackless.S: New.
10571 * gdb.arch/s390-stackless.exp: New.
10572
10573 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10574
10575 * gdb.dlang/circular.c: New file.
10576 * gdb.dlang/circular.exp: New file.
10577
10578 2016-02-26 Yao Qi <yao.qi@linaro.org>
10579
10580 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10581 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10582 (testcases): Update.
10583
10584 2016-02-26 Yao Qi <yao.qi@linaro.org>
10585
10586 * gdb.reverse/aarch64.c: Rename to ...
10587 * gdb.reverse/insn-reverse.c: ... it.
10588 * gdb.reverse/aarch64.exp: Rename to ...
10589 * gdb.reverse/insn-reverse.exp: ... it.
10590
10591 2016-02-26 Yao Qi <yao.qi@linaro.org>
10592
10593 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10594 (testcase_ftype): New.
10595 (testcases): New array.
10596 (n_testcases): New.
10597 (main): Call each element in testcases.
10598 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10599 (read_testcase): New.
10600 Do the tests in a loop.
10601
10602 2016-02-25 Yao Qi <yao.qi@linaro.org>
10603
10604 * gdb.base/branches.c: Remove.
10605
10606 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10607
10608 PR gdb/13808
10609 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10610
10611 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10612
10613 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10614
10615 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10616
10617 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10618 change x86_64 call_insn to 'callq'.
10619
10620 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10621
10622 * gdb.trace/tfile-avx.c: Move to...
10623 * gdb.trace/tracefile-pseudo-reg.c: Here.
10624 * gdb.trace/tfile-avx.exp: Move to...
10625 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10626
10627 2016-02-24 Gary Benson <gbenson@redhat.com>
10628
10629 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10630 message on attach.
10631
10632 2016-02-23 Doug Evans <dje@google.com>
10633
10634 * gdb.base/skip.c (test_skip): New function.
10635 (end_test_skip_file_and_function): New function.
10636 (test_skip_file_and_function): New function.
10637 * gdb.base/skip1.c (test_skip): New function.
10638 (skip1_test_skip_file_and_function): New function.
10639 * gdb.base/skip.exp: Add tests for new skip options.
10640 * gdb.base/skip-solib.exp: Update expected output.
10641 * gdb.perf/skip-command.cc: New file.
10642 * gdb.perf/skip-command.exp: New file.
10643 * gdb.perf/skip-command.py: New file.
10644
10645 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10646
10647 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10648 info registers pattern.
10649
10650 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10651
10652 * lib/future.exp: Add D support.
10653 (gdb_find_gdc): New proc.
10654 (gdb_default_target_compile): Add D support.
10655
10656 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10657
10658 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10659 user+system time.
10660 (trace_speed_test): Determine the iteration count for a time
10661 between 15..30 seconds.
10662
10663 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10664
10665 * gdb.arch/i386-mpx-sigsegv.c: New file.
10666 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10667 * gdb.arch/i386-mpx-simple_segv.c: New file.
10668 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10669
10670 2016-02-18 Yao Qi <yao.qi@linaro.org>
10671
10672 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10673 Don't call setup_kfail.
10674
10675 2016-02-18 Yao Qi <yao.qi@linaro.org>
10676
10677 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10678 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10679
10680 2016-02-16 Doug Evans <dje@google.com>
10681
10682 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10683 * gdb.base/skip1.c: Ditto.
10684 * gdb.base/skip.exp: Whitespace cleanup.
10685
10686 2016-02-16 Don Breazeal <donb@codesourcery.com>
10687
10688 PR remote/19496
10689 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10690 Remove kfail for PR remote/19496.
10691
10692 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10693
10694 * lib/gdb.exp (standard_temp_file): Return a path specific to
10695 the runtest invocation.
10696
10697 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10698
10699 * gdb.trace/save-trace.exp: Change relative path to be in the
10700 standard output directory.
10701
10702 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10703
10704 * gdb.arch/i386-prologue.c: Add missing prototypes.
10705
10706 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10707
10708 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10709 * gdb.arch/i386-prologue.exp: Likewise.
10710 * gdb.arch/i386-size.exp: Likewise.
10711
10712 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10713
10714 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10715 define object file path.
10716 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10717 file path.
10718 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10719 standard_output_file to define binfile.
10720
10721 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10722
10723 Fix compatibility with recent gfortran-5.3.1.
10724 * gdb.fortran/vla-history.exp (print vla1 allocated)
10725 (print vla2 allocated, print $2, print $3): Remove
10726 (print $4): Rename to ...
10727 (print $2): ... here.
10728 (print $9): Rename to ...
10729 (print $5): ... here.
10730 (print $10): Rename to ...
10731 (print $6): ... here.
10732 * gdb.fortran/vla.f90: Add pvla initialization.
10733
10734 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10735
10736 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10737 New test.
10738 * gdb.fortran/vla-value-sub.exp: Likewise.
10739
10740 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10741
10742 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10743
10744 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10745
10746 * i386-biarch-core.exp: Define corefile using
10747 standard_output_file.
10748
10749 2016-02-12 Yao Qi <yao.qi@linaro.org>
10750
10751 * gdb.arch/arm-single-step-kernel-helper.c: New.
10752 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10753
10754 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10755
10756 * gdb.btrace/tailcall-only.exp: New.
10757 * gdb.btrace/tailcall-only.c: New.
10758 * gdb.btrace/x86_64-tailcall-only.S: New.
10759 * gdb.btrace/i686-tailcall-only.S: New.
10760
10761 2016-02-11 Pedro Alves <palves@redhat.com>
10762
10763 * README (Parallel testing): Add missing double quotes.
10764
10765 2016-02-11 Pedro Alves <palves@redhat.com>
10766
10767 * README (Parallel testing): New section.
10768 (GDB_PARALLEL): Rewrite.
10769 (FORCE_PARALLEL): Document.
10770
10771 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10772
10773 * gdb.trace/tfile-avx.c: New test.
10774 * gdb.trace/tfile-avx.exp: New test.
10775
10776 2016-02-09 Keith Seitz <keiths@redhat.com>
10777
10778 PR breakpoints/19546
10779 * gdb.base/infcall-exec.c: New file.
10780 * gdb.base/infcall-exec2.c: New file.
10781 * gdb.base/infcall-exec.exp: New file.
10782
10783 2016-02-09 Keith Seitz <keiths@redhat.com>
10784
10785 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10786 (toplevel): Call test_bkpt_address.
10787
10788 2016-02-09 Keith Seitz <keiths@redhat.com>
10789
10790 PR python/19506
10791 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10792 (toplevel): Call test_bkpt_address.
10793
10794 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10795
10796 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10797 to AC_OUTPUT.
10798 * configure: Regenerate.
10799
10800 2016-02-09 Pedro Alves <palves@redhat.com>
10801
10802 PR breakpoints/19548
10803 * gdb.base/execl-update-breakpoints.c (some_function): New
10804 function.
10805 (main): Call it.
10806 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10807 Tighten expected GDB output.
10808
10809 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10810
10811 * Makefile.in (ALL_SUBDIRS): Remove.
10812 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10813 (distclean maintainer-clean realclean): Likewise.
10814 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10815 * configure: Regenerate.
10816 * gdb.ada/Makefile.in: Delete.
10817 * gdb.arch/Makefile.in: Likewise.
10818 * gdb.asm/Makefile.in: Likewise.
10819 * gdb.base/Makefile.in: Likewise.
10820 * gdb.btrace/Makefile.in: Likewise.
10821 * gdb.cell/Makefile.in: Likewise.
10822 * gdb.compile/Makefile.in: Likewise.
10823 * gdb.cp/Makefile.in: Likewise.
10824 * gdb.disasm/Makefile.in: Likewise.
10825 * gdb.dlang/Makefile.in: Likewise.
10826 * gdb.dwarf2/Makefile.in: Likewise.
10827 * gdb.fortran/Makefile.in: Likewise.
10828 * gdb.gdb/Makefile.in: Likewise.
10829 * gdb.go/Makefile.in: Likewise.
10830 * gdb.guile/Makefile.in: Likewise.
10831 * gdb.java/Makefile.in: Likewise.
10832 * gdb.linespec/Makefile.in: Likewise.
10833 * gdb.mi/Makefile.in: Likewise.
10834 * gdb.modula2/Makefile.in: Likewise.
10835 * gdb.multi/Makefile.in: Likewise.
10836 * gdb.objc/Makefile.in: Likewise.
10837 * gdb.opencl/Makefile.in: Likewise.
10838 * gdb.opt/Makefile.in: Likewise.
10839 * gdb.pascal/Makefile.in: Likewise.
10840 * gdb.perf/Makefile.in: Likewise.
10841 * gdb.python/Makefile.in: Likewise.
10842 * gdb.reverse/Makefile.in: Likewise.
10843 * gdb.server/Makefile.in: Likewise.
10844 * gdb.stabs/Makefile.in: Likewise.
10845 * gdb.threads/Makefile.in: Likewise.
10846 * gdb.trace/Makefile.in: Likewise.
10847 * gdb.xml/Makefile.in: Likewise.
10848 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10849 GDB_PARALLEL.
10850 (standard_output_file): Remove check for GDB_PARALLEL, always
10851 return path in outputs/$subdir/$testname.
10852
10853 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10854
10855 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10856 (site.exp): Assign abs_srcdir to tcl's srcdir.
10857
10858 2016-02-04 Yao Qi <yao.qi@linaro.org>
10859
10860 * gdb.base/foll-exec-mode.c: Include limits.h.
10861 (main): Add parameters argc and argv. Get directory from
10862 argv[0].
10863 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10864 compilation.
10865 * gdb.base/foll-exec.c: Include limits.h.
10866 (main): Add parameters argc and argv.
10867 Get directory from argv[0].
10868 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10869 Adjust tests on the number of lines as source code changed.
10870 * gdb.base/foll-vfork-exit.c: Include limits.h.
10871 (main): Add one line of statement before vfork.
10872 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10873 (main): Add parameters argc and argv. Get directory from
10874 argv[0].
10875 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10876 (setup_gdb): Set tbreak to skip some source lines.
10877 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10878 (main): Add parameters argc and argv. Get directory from
10879 argv[0].
10880 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10881 compilation.
10882 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10883 (main): Add parameters argc and argv. Get directory from
10884 argv[0].
10885 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10886 compilation.
10887
10888 2016-02-01 Doug Evans <dje@google.com>
10889
10890 * gdb.base/skip.exp: Clean up multiple references to same test name.
10891
10892 2016-02-01 Pedro Alves <palves@redhat.com>
10893
10894 PR remote/19496
10895 * gdb.threads/forking-threads-plus-breakpoint.exp
10896 (displaced_stepping_supported): New global.
10897 (probe_displaced_stepping_support): New procedure.
10898 (do_test): Add 'displaced' parameter, and use it.
10899 (top level): Check for displaced stepping support. Add displaced
10900 stepping on/off testing axis.
10901
10902 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10903
10904 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10905 pointer. Don't perform further tests on the unassociated pointer
10906 if the first test fails.
10907
10908 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10909
10910 * gdb.base/max-value-size.c: New file.
10911 * gdb.base/max-value-size.exp: New file.
10912 * gdb.base/huge.exp: Disable max-value-size for this test.
10913
10914 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10915
10916 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10917
10918 2016-01-28 Yao Qi <yao.qi@linaro.org>
10919
10920 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10921
10922 2016-01-25 Pedro Alves <palves@redhat.com>
10923
10924 PR threads/19461
10925 * gdb.base/fork-running-state.c: New file.
10926 * gdb.base/fork-running-state.exp: New file.
10927
10928 2016-01-25 Pedro Alves <palves@redhat.com>
10929
10930 PR gdb/19494
10931 * gdb.base/catch-fork-kill.c: New file.
10932 * gdb.base/catch-fork-kill.exp: New file.
10933
10934 2016-01-25 Pedro Alves <palves@redhat.com>
10935
10936 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10937 Delete, moved to lib/gdb.exp.
10938 * gdb.threads/forking-threads-plus-breakpoint.exp
10939 (foreach_with_prefix): Likewise.
10940 * gdb.threads/process-dies-while-handling-bp.exp
10941 (foreach_with_prefix): Likewise.
10942 * lib/gdb.exp (foreach_with_prefix): New procedure.
10943
10944 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10945
10946 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10947 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10948
10949 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10950
10951 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10952 endian targets.
10953
10954 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10955 Pedro Alves <palves@redhat.com>
10956
10957 Fix testsuite compatibility with Guile.
10958 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10959 number.
10960
10961 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10962
10963 Fix testsuite compatibility with Guile.
10964 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10965 (thread 1): New test for backtrace through signal handler.
10966
10967 2016-01-22 Yao Qi <yao.qi@linaro.org>
10968
10969 PR testsuite/19491
10970 * gdb.base/multi-forks.c: Include
10971 ../lib/unbuffer_output.c
10972 (main): Call gdb_unbuffer_output.
10973
10974 2016-01-21 Doug Evans <dje@google.com>
10975
10976 * lib/ada.exp (gdb_compile_ada): Fix typo.
10977
10978 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10979
10980 * gdb.base/break-fun-addr.exp: New file.
10981 * gdb.base/break-fun-addr1.c: New file.
10982 * gdb.base/break-fun-addr2.c: New file.
10983
10984 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10985
10986 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10987 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10988 enum flag values.
10989
10990 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10991
10992 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10993 when GDB can not set the vector return value. Add more comments
10994 for clarification.
10995
10996 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10997
10998 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10999 command.
11000
11001 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11002
11003 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11004
11005 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11006
11007 * Makefile.in (check-single): Pass --status to runtest.
11008 (check/%.exp): Likewise.
11009
11010 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11011
11012 * Makefile.in (check-parallel): Propagate return code from make
11013 do-check-parallel.
11014
11015 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11016
11017 * gdb.trace/ftrace.exp: Fix expected message on continue.
11018 * gdb.trace/pending.exp: Fix expected message on continue.
11019 * gdb.trace/trace-break.exp: Fix expected message on continue.
11020
11021 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11022
11023 * lib/gdb.exp (gdb_test): Remove unused global references.
11024
11025 2016-01-18 Pedro Alves <palves@redhat.com>
11026
11027 * gdb.base/async-shell.exp: Adjust expected output.
11028 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11029 * gdb.base/siginfo-thread.exp: Adjust expected output.
11030 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11031 * gdb.java/jnpe.exp: Adjust expected output.
11032 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11033 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11034 * gdb.threads/leader-exit.exp: Adjust expected output.
11035 * gdb.threads/manythreads.exp: Adjust expected output.
11036 * gdb.threads/pthreads.exp: Adjust expected output.
11037 * gdb.threads/schedlock.exp: Adjust expected output.
11038 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11039 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11040 expected output.
11041 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11042 output.
11043 * gdb.threads/sigthread.exp: Adjust expected output.
11044 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11045
11046 2016-01-18 Yao Qi <yao.qi@linaro.org>
11047
11048 * gdb.guile/scm-section-script.c: Replace @progbits with
11049 %progbits.
11050 * gdb.python/py-section-script.c: Likewise.
11051
11052 2016-01-15 Pedro Alves <palves@redhat.com>
11053
11054 * gdb.multi/tids.exp: Test star wildcard ranges.
11055
11056 2016-01-15 Pedro Alves <palves@redhat.com>
11057
11058 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11059 command from "thread apply" invocation.
11060 (thr_apply_info_thr_invalid): Default the expected output to the
11061 input tid list.
11062 (top level): Add tests that use convenience variables. Add tests
11063 for "thread apply" with a valid TID list, but missing the command.
11064
11065 2016-01-13 Pedro Alves <palves@redhat.com>
11066
11067 * gdb.base/default.exp: Expect $_gthread as well.
11068 * gdb.multi/tids.exp: Test $_gthread.
11069 * gdb.threads/thread-specific.exp: Test $_gthread.
11070
11071 2016-01-13 Pedro Alves <palves@redhat.com>
11072
11073 * gdb.multi/tids.exp: Test "info threads -gid".
11074
11075 2016-01-13 Pedro Alves <palves@redhat.com>
11076
11077 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11078 Breakpoint.thread.
11079 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11080
11081 2016-01-07 Pedro Alves <palves@redhat.com>
11082
11083 * gdb.base/break.exp: Adjust to output changes.
11084 * gdb.base/hbreak2.exp: Likewise.
11085 * gdb.base/sepdebug.exp: Likewise.
11086 * gdb.base/watch_thread_num.exp: Likewise.
11087 * gdb.linespec/keywords.exp: Likewise.
11088 * gdb.multi/info-threads.exp: Likewise.
11089 * gdb.threads/thread-find.exp: Likewise.
11090 * gdb.multi/tids.c: New file.
11091 * gdb.multi/tids.exp: New file.
11092
11093 2016-01-13 Pedro Alves <palves@redhat.com>
11094
11095 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11096
11097 2016-01-13 Pedro Alves <palves@redhat.com>
11098
11099 * gdb.base/default.exp: Expect $_inferior as well.
11100 * gdb.multi/base.exp: Test $_inferior.
11101
11102 2016-01-13 Pedro Alves <palves@redhat.com>
11103
11104 PR breakpoints/19388
11105 * gdb.base/catch-signal-siginfo-cond.c: New file.
11106 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11107
11108 2016-01-12 Josh Stone <jistone@redhat.com>
11109 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11110
11111 * gdb.base/catch-syscall.c (do_execve): New variable.
11112 (main): Conditionally trigger an execve.
11113 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11114 (test_catch_syscall_execve): New, check entry/return across execve.
11115 (do_syscall_tests): Call test_catch_syscall_execve.
11116
11117 2016-01-12 Pedro Alves <palves@redhat.com>
11118
11119 * gdb.base/random-signal.exp (do_test): New procedure, with body
11120 of testcase moved in.
11121
11122 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11123 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.base/funcargs.exp (finish from indirectly called function):
11126 Reintroduce the case for 'First'.
11127
11128 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11129 Pedro Alves <palves@redhat.com>
11130
11131 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11132 (tcatch_vfork_then_child_follow_exec)
11133 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11134 identification.
11135
11136 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11137
11138 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11139 and repeats to unlimited.
11140 * gdb.python/py-value.exp: Likewise.
11141 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11142 and repeats to unlimited.
11143
11144 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11145
11146 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11147 and reordering the functions.
11148 * gdb.multi/hangout.c: Likewise.
11149 * gdb.multi/hello.c: Likewise.
11150
11151 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11152
11153 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11154 absolute.
11155 (SingleStatisticTestResult.report): Use dict.keys instead of
11156 dict.iterkeys.
11157
11158 2016-01-06 Pedro Alves <palves@redhat.com>
11159
11160 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11161
11162 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11163
11164 * gdb.btrace/dlopen.exp: New.
11165 * gdb.btrace/dlopen.c: New.
11166 * gdb.btrace/dlopen-dso.c: New.
11167
11168 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11169
11170 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11171 PATTERN argument is optional.
11172
11173 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11174
11175 * lib/ada.exp (target_compile_ada_from_dir): New function.
11176 (gdb_compile_ada): Reimplement avoiding the use of project files.
11177 * gdb.ada/gnat_ada.gpr: Delete.
11178 * gdb.ada/cond_lang.exp: Adjust test to make path before
11179 filename optional.
11180 * gdb.ada/small_reg_param.exp: Likewise.
11181
11182 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11183
11184 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11185
11186 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11187
11188 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11189 case.
11190
11191 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11192
11193 * gdb.base/break.exp: Remove dead code.
11194 * gdb.base/sepdebug.exp: Likewise.
11195
11196 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11197
11198 * gdb.asm/asm-source.exp: Remove HP-UX references.
11199 * gdb.base/annota1.exp: Likewise.
11200 * gdb.base/annota3.exp: Likewise.
11201 * gdb.base/attach.exp: Likewise.
11202 * gdb.base/bigcore.exp: Likewise.
11203 * gdb.base/break.exp: Likewise.
11204 * gdb.base/call-ar-st.exp: Likewise.
11205 * gdb.base/callfuncs.exp: Likewise.
11206 * gdb.base/catch-fork-static.exp: Likewise.
11207 * gdb.base/display.exp: Likewise.
11208 * gdb.base/foll-exec-mode.exp: Likewise.
11209 * gdb.base/foll-exec.exp: Likewise.
11210 * gdb.base/foll-fork.exp: Likewise.
11211 * gdb.base/foll-vfork.exp: Likewise.
11212 * gdb.base/funcargs.exp: Likewise.
11213 * gdb.base/hbreak2.exp: Likewise.
11214 * gdb.base/inferior-died.exp: Likewise.
11215 * gdb.base/interrupt.exp: Likewise.
11216 * gdb.base/multi-forks.exp: Likewise.
11217 * gdb.base/nodebug.exp: Likewise.
11218 * gdb.base/sepdebug.exp: Likewise.
11219 * gdb.base/solib1.c: Likewise.
11220 * gdb.base/step-test.exp: Likewise.
11221 * gdb.mi/non-stop.c: Likewise.
11222 * gdb.mi/pthreads.c: Likewise.
11223 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11224 * gdb.threads/pthreads.c: Likewise.
11225 * gdb.threads/staticthreads.exp: Likewise.
11226 * lib/future.exp: Likewise.
11227 * lib/gdb.exp: Likewise.
11228 * gdb.base/so-indr-cl.c: Remove.
11229 * gdb.base/so-indr-cl.exp: Likewise.
11230 * gdb.base/solib.c: Likewise.
11231 * gdb.base/solib.exp: Likewise.
11232 * gdb.base/solib2.c: Likewise.
11233
11234 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11235
11236 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11237 * gdb.base/call-ar-st.exp: Likewise.
11238 * gdb.base/callfuncs.exp: Likewise.
11239 * gdb.base/condbreak.exp: Likewise.
11240 * gdb.base/constvars.exp: Likewise.
11241 * gdb.base/hbreak2.exp: Likewise.
11242 * gdb.base/langs.exp: Likewise.
11243 * gdb.base/list.exp: Likewise.
11244 * gdb.base/long_long.exp: Likewise.
11245 * gdb.base/ptype.exp: Likewise.
11246 * gdb.base/scope.exp: Likewise.
11247 * gdb.base/signals.exp: Likewise.
11248 * gdb.base/so-impl-ld.exp: Likewise.
11249 * gdb.base/varargs.exp: Likewise.
11250 * gdb.base/volatile.exp: Likewise.
11251 * gdb.base/whatis.exp: Likewise.
11252 * gdb.cp/cplusfuncs.exp: Likewise.
11253 * gdb.cp/inherit.exp: Likewise.
11254 * gdb.cp/local.exp: Likewise.
11255 * gdb.cp/member-ptr.exp: Likewise.
11256 * gdb.cp/method.exp: Likewise.
11257 * gdb.cp/overload.exp: Likewise.
11258 * gdb.cp/templates.exp: Likewise.
11259 * gdb.stabs/weird.exp: Likewise.
11260 * lib/compiler.c: Likewise.
11261 * lib/compiler.cc: Likewise.
11262 * lib/cp-support.exp: Likewise.
11263 * lib/gdb.exp: Likewise.
11264
11265 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11266
11267 * configure.ac: Remove HP-UX case.
11268 * configure: Regenerate.
11269
11270 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11271
11272 * lib/gdb.exp (gdb_compile): Add function doc.
11273
11274 2015-12-17 Pedro Alves <palves@redhat.com>
11275
11276 PR threads/19354
11277 * gdb.multi/info-threads.exp: New file.
11278
11279 2015-12-15 Yao Qi <yao.qi@linaro.org>
11280
11281 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11282 is aarch64*-*-*.
11283
11284 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11285
11286 * gdb.base/history-duplicates.exp: Skip if no readline support.
11287
11288 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11289
11290 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11291
11292 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11293
11294 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11295
11296 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11297
11298 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11299 ctrl-C if nointerrupts target property is set.
11300 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11301 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11302 * gdb.base/paginate-bg-execution.exp: Likewise.
11303 * gdb.base/paginate-execution-startup.exp: Likewise.
11304 * gdb.base/random-signal.exp: Likewise.
11305 * gdb.base/range-stepping.exp: Likewise.
11306 * gdb.cp/annota2.exp: Likewise.
11307 * gdb.cp/annota3.exp: Likewise.
11308 * gdb.gdb/selftest.exp: Likewise.
11309 * gdb.threads/continue-pending-status.exp: Likewise.
11310 * gdb.threads/leader-exit.exp: Likewise.
11311 * gdb.threads/manythreads.exp: Likewise.
11312 * gdb.threads/pthreads.exp: Likewise.
11313 * gdb.threads/schedlock.exp: Likewise.
11314 * gdb.threads/sigthread.exp: Likewise.
11315
11316 2015-12-11 Don Breazeal <donb@codesourcery.com>
11317
11318 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11319 remote.
11320 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11321 * gdb.base/foll-exec.exp (main): Enable for target remote.
11322 * gdb.base/foll-fork.exp (main): Likewise.
11323 * gdb.base/foll-vfork.exp (main): Likewise.
11324 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11325 (proc continue_to_exit_bp_loc): Use clean_restart.
11326 * gdb.base/pie-execl.exp (main): Disable for target remote.
11327 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11328 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11329 * gdb.threads/execl.exp (main): Likewise.
11330 * gdb.threads/fork-child-threads.exp (main): Likewise.
11331 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11332 remote.
11333 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11334 remote.
11335 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11336 pid.tid style ptids, instead of just tid.
11337 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11338 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11339 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11340 ptids, instead of just tid.
11341
11342 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11343
11344 * gdb.base/list.exp (test_list_forward): Add end of file error
11345 test.
11346 (test_repeat_list_command): Add end of file error test.
11347 (test_list_backwards): Add beginning of file error test.
11348
11349 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11350
11351 * gdb.base/list.exp (test_list_invalid_args): New function,
11352 defined, and called.
11353
11354 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11355
11356 * gdb.base/list.exp (test_list): Make test names unique.
11357
11358 2015-12-11 Yao Qi <yao.qi@linaro.org>
11359
11360 * gdb.base/coremaker2.c: Remove.
11361
11362 2015-12-10 Pedro Alves <palves@redhat.com>
11363
11364 * gdb.multi/base.exp: Remove stale "spaces" references.
11365
11366 2015-12-10 Pedro Alves <palves@redhat.com>
11367
11368 * gdb.multi/base.exp: Don't use nowarnings.
11369 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11370 * gdb.multi/hangout.c: Include stdio.h.
11371 * gdb.multi/hello.c: Include stdlib.h.
11372 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11373 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11374 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11375
11376 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11377
11378 * gdb.dwarf2/dw2-ranges-base.c: New file.
11379 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11380 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11381 support additional line table, and debug ranges generation.
11382 (Dwarf::ranges): New function, generate .debug_ranges.
11383 (Dwarf::lines): Support generating simple line table programs.
11384 (Dwarf::assemble): Initialise new namespace variables.
11385
11386 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11387
11388 * gdb.base/async.exp (proc test_background): Add case for
11389 asynchronous execution not supported.
11390
11391 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11392
11393 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11394 format and change test names to make them unique.
11395
11396 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11397 Pedro Alves <pedro@redhat.com>
11398
11399 PR gdb/18702
11400 Add checking of floatformats setup on x86_64 hosts.
11401 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11402 (smallval, bigval): New labels/constants.
11403 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11404 float" after loading bigval and smallval.
11405
11406 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11407
11408 * gdb.ada/fun_overload_menu.exp: New testcase.
11409 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11410
11411 2015-12-04 Josh Stone <jistone@redhat.com>
11412
11413 * gdb.base/catch-fork-static.exp: New.
11414
11415 2015-12-03 Yao Qi <yao.qi@linaro.org>
11416
11417 * gdb.base/sizeof.c: Don't include stdio.h and
11418 ../lib/unbuffer_output.c.
11419 (main): New variable 'size' and 'value'. Remove printf and
11420 gdb_unbuffer_output. Assign return value to size and value.
11421 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11422 at the beginning.
11423 (check_sizeof): Check the result by printing variable 'size'.
11424 (check_valueof): Check the result by printing variable 'value'.
11425
11426 2015-12-01 Yao Qi <yao.qi@linaro.org>
11427
11428 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11429 for aarch64*-*-linux* target.
11430
11431 2015-11-30 Pedro Alves <palves@redhat.com>
11432
11433 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11434
11435 2015-11-30 Pedro Alves <palves@redhat.com>
11436
11437 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11438 Handle non-stop mode vCont replies.
11439
11440 2015-11-30 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11443 prepare_for_testing. Start gdb with "set non-stop on" appended to
11444 GDBFLAGS. Lax expected stop output.
11445
11446 2015-11-27 Yao Qi <yao.qi@linaro.org>
11447
11448 * gdb.arch/arm-neon.exp: New.
11449 * gdb.arch/arm-neon.c: New.
11450
11451 2015-11-27 Yao Qi <yao.qi@linaro.org>
11452
11453 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11454
11455 2015-11-27 Yao Qi <yao.qi@linaro.org>
11456
11457 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11458 frames-invalid annotation.
11459
11460 2015-11-27 Yao Qi <yao.qi@linaro.org>
11461
11462 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11463
11464 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11465
11466 * gdb.threads/names.exp: New file.
11467 * gdb.threads/names.c: New file.
11468 * README: Mention gdb,no_thread_names.
11469
11470 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11471
11472 PR 19297
11473 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11474 support" error.
11475
11476 2015-11-24 Pedro Alves <palves@redhat.com>
11477
11478 PR 17539
11479 * gdb.base/display.exp: Expect displays to be sorted in ascending
11480 order. Use multi_line.
11481 * gdb.base/solib-display.exp: Likewise.
11482
11483 2015-11-24 Pedro Alves <palves@redhat.com>
11484
11485 PR 17539
11486 * gdb.base/display.exp: Expect displays to be sorted in ascending
11487 order. Use multi_line.
11488 * gdb.base/solib-display.exp: Likewise.
11489
11490 2015-11-24 Pedro Alves <palves@redhat.com>
11491
11492 PR 17539
11493 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11494 threads in ascending order.
11495 * gdb.base/foll-fork.exp: Likewise.
11496 * gdb.base/foll-vfork.exp: Likewise.
11497 * gdb.base/multi-forks.exp: Likewise.
11498 * gdb.mi/mi-nonstop.exp: Likewise.
11499 * gdb.mi/mi-nsintrall.exp: Likewise.
11500 * gdb.multi/base.exp: Likewise.
11501 * gdb.multi/multi-arch.exp: Likewise.
11502 * gdb.python/py-inferior.exp: Likewise.
11503 * gdb.threads/break-while-running.exp: Likewise.
11504 * gdb.threads/execl.exp: Likewise.
11505 * gdb.threads/gcore-thread.exp: Likewise.
11506 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11507 * gdb.threads/kill.exp: Likewise.
11508 * gdb.threads/linux-dp.exp: Likewise.
11509 * gdb.threads/multiple-step-overs.exp: Likewise.
11510 * gdb.threads/next-bp-other-thread.exp: Likewise.
11511 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11512 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11513 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11514 * gdb.threads/thread-find.exp: Likewise.
11515 * gdb.threads/tls.exp: Likewise.
11516 * lib/mi-support.exp (mi_reverse_list): Delete.
11517 (mi_check_thread_states): No longer reverse list.
11518
11519 2015-11-24 Pedro Alves <palves@redhat.com>
11520
11521 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11522 use lowercase.
11523
11524 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11525
11526 * gdb.trace/actions.c: Include trace-common.h.
11527 (main): Add a location for a fast tracepoint.
11528 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11529 the normal tracepoints.
11530 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11531
11532 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11533
11534 * save-trace.exp: Factor out code to these...
11535 (gdb_save_tracepoints): New.
11536 (gdb_load_tracepoints): New.
11537 (do_save_load_test): New.
11538
11539 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11540
11541 * gdb.base/asmlabel.exp: New test.
11542 * gdb.base/asmlabel.c: New test case.
11543
11544 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11545
11546 * gdb.base/wrong_frame_bt_full-main.c: New file.
11547 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11548 * gdb.base/wrong_frame_bt_full.exp: New file.
11549
11550 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11551
11552 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11553
11554 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11555
11556 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11557 pstate register when comparing registers values in
11558 sparc64-*-linux-gnu targets to avoid spurious differences.
11559
11560 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11561
11562 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11563
11564 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11565
11566 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11567 as type argument to gdb_compile.
11568 * gdb.base/nested-subp2.exp: Likewise.
11569 * gdb.base/nested-subp3.exp: Likewise.
11570
11571 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11572
11573 * lib/dwarf.exp (_note): Fix left shift of negative value.
11574 * gdb.trace/trace-condition.exp: Likewise.
11575
11576 2015-11-13 Yao Qi <yao.qi@linaro.org>
11577
11578 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11579 comments about d10v.
11580 (test_scalar_returns): Likewise.
11581 * gdb.base/d10v.ld: Remove.
11582 * gdb.base/overlays.exp: Remove the target triplet checking for
11583 d10v-*-*.
11584 * gdb.base/structs.exp (test_struct_returns): Remove the
11585 comments about d10v.
11586 (test_struct_calls): Likewise.
11587
11588 2015-11-13 Yao Qi <yao.qi@linaro.org>
11589
11590 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11591 * gdb.base/gnu_vector.c: Don't include stdio.h.
11592 (main): Don't print res and call add_some_intvecs.
11593
11594 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11595
11596 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11597 macro.
11598 (func5): Removed.
11599 (func4): Use FAST_TRACEPOINT_LABEL.
11600 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11601 macro.
11602 (func): Removed.
11603 (thread_function): Use FAST_TRACEPOINT_LABEL.
11604 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11605 (func): Remove.
11606 (marker): Use FAST_TRACEPOINT_LABEL.
11607 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11608 (pendfunc1): Remove.
11609 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11610 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11611 (foo): Remove.
11612 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11613 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11614 macro.
11615 (func): Remove.
11616 (marker): Use FAST_TRACEPOINT_LABEL.
11617 * gdb.trace/trace-common.h: New header.
11618 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11619 macro.
11620 (func): Remove.
11621 (marker): Use FAST_TRACEPOINT_LABEL.
11622 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11623 (func): Remove.
11624 (thread_function): Use FAST_TRACEPOINT_LABEL.
11625
11626 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11627
11628 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11629 in front.
11630 * gdb.trace/change-loc.exp: Use global pcreg definition.
11631 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11632 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11633 in front.
11634 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11635 * gdb.trace/pending.exp: Likewise.
11636 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11637 * gdb.trace/trace-break.exp: Likewise.
11638 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11639 in front.
11640 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11641 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11642 in front.
11643 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11644
11645 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11646
11647 * gdb.ada/fin_fun_out: New testcase.
11648
11649 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11650
11651 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11652 value associated with DW_AT_byte_size.
11653 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11654 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11655 DW_AT_upper_bound.
11656
11657 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11658
11659 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11660 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11661 version.
11662 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11663 gdb.dwarf2/dw2-canonicalize-type.exp,
11664 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11665 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11666 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11667 provided by gdb_target_symbol_prefix_flags_asm.
11668 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11669 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11670 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11671 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11672 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11673 macros where needed). Use this macro for symbols which require
11674 the prefix provided by SYMBOL_PREFIX.
11675
11676 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11677
11678 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11679 New procs.
11680 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11681 representing expressions, of more than one list element.
11682 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11683 to prepend linker symbol prefix to f.
11684 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11685 table_1 and table_2.
11686 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11687 Likewise, for f and g.
11688 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11689 for ptr.
11690 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11691 for main.
11692 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11693 table_1_ptr and table_2_ptr.
11694
11695 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11696 Joel Brobecker <brobecker@adacore.com>
11697
11698 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11699
11700 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11701
11702 * gdb.reverse/s390-mvcle.c: New test.
11703 * gdb.reverse/s390-mvcle.exp: New file.
11704 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11705
11706 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11707
11708 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11709
11710 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11711
11712 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11713 reaching marker2.
11714 * gdb.reverse/getresuid-reverse.exp: Likewise.
11715 * gdb.reverse/pipe-reverse.exp: Likewise.
11716 * gdb.reverse/readv-reverse.exp: Likewise.
11717 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11718 * gdb.reverse/time-reverse.exp: Likewise.
11719 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11720
11721 2015-10-30 Yao Qi <yao.qi@linaro.org>
11722
11723 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11724 (empty_cycle): Remove.
11725 (main): Don't call empty_cycle. Don't use watch_count_done.
11726 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11727 empty_cycle. Rewrite the code counting HW watchpoints.
11728
11729 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11730
11731 * gdb.reverse/fstatat-reverse.c: New test.
11732 * gdb.reverse/fstatat-reverse.exp: New file.
11733 * gdb.reverse/getresuid-reverse.c: New test.
11734 * gdb.reverse/getresuid-reverse.exp: New file.
11735 * gdb.reverse/pipe-reverse.c: New test.
11736 * gdb.reverse/pipe-reverse.exp: New file.
11737 * gdb.reverse/readv-reverse.c: New test.
11738 * gdb.reverse/readv-reverse.exp: New file.
11739 * gdb.reverse/recvmsg-reverse.c: New test.
11740 * gdb.reverse/recvmsg-reverse.exp: New file.
11741 * gdb.reverse/time-reverse.c: New test.
11742 * gdb.reverse/time-reverse.exp: New file.
11743 * gdb.reverse/waitpid-reverse.c: New test.
11744 * gdb.reverse/waitpid-reverse.exp: New file.
11745
11746 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11747
11748 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11749
11750 2015-10-26 Doug Evans <dje@google.com>
11751
11752 PR symtab/17391
11753 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11754 * gdb.dwarf2/bad-regnum.c: New file.
11755 * gdb.dwarf2/bad-regnum.exp: New file.
11756
11757 2015-10-26 Doug Evans <dje@google.com>
11758
11759 PR python/18938
11760 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11761 file.
11762
11763 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11764
11765 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11766 for a change by "Mention language in compile error message".
11767
11768 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11769
11770 PR python/18073
11771 * gdb.python/py-type.c (C::a_method): New.
11772 (C::a_const_method): New.
11773 (C::a_static_method): New.
11774 (a_function): New.
11775 * gdb.python/py-type.exp (test_fields): Test getting fields
11776 from function and method.
11777
11778 2015-10-21 Keven Boell <keven.boell@intel.com>
11779
11780 * gdb.fortran/vla-alloc-assoc.exp: New file.
11781 * gdb.fortran/vla-datatypes.exp: New file.
11782 * gdb.fortran/vla-datatypes.f90: New file.
11783 * gdb.fortran/vla-history.exp: New file.
11784 * gdb.fortran/vla-ptype-sub.exp: New file.
11785 * gdb.fortran/vla-ptype.exp: New file.
11786 * gdb.fortran/vla-sizeof.exp: New file.
11787 * gdb.fortran/vla-sub.f90: New file.
11788 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11789 * gdb.fortran/vla-value-sub-finish.exp: New file.
11790 * gdb.fortran/vla-value-sub.exp: New file.
11791 * gdb.fortran/vla-value.exp: New file.
11792 * gdb.fortran/vla-ptr-info.exp: New file.
11793 * gdb.mi/mi-vla-fortran.exp: New file.
11794 * gdb.mi/vla.f90: New file.
11795
11796 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11797
11798 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11799 of hardwired timeout value.
11800
11801 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11802 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11805 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11806
11807 2015-10-19 Josh Stone <jistone@redhat.com>
11808
11809 * gdb.base/catch-syscall.c: Include <sched.h>.
11810 (unknown_syscall): New variable.
11811 (main): Trigger a vfork and an unknown syscall.
11812 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11813 (unknown_syscall_number): Likewise.
11814 (check_call_to_syscall): Accept an optional syscall pattern.
11815 (check_return_from_syscall): Likewise.
11816 (check_continue): Likewise.
11817 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11818 (test_catch_syscall_skipping_return): New test toggling off 'catch
11819 syscall' to step over the syscall return, then toggling back on.
11820 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11821 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11822 (do_syscall_tests): Call test_catch_syscall_without_args and
11823 test_catch_syscall_mid_vfork.
11824 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11825 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11826
11827 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11828
11829 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11830 print g_vE): Add new pass patterns.
11831 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11832 print various symbol names for vptr fields.
11833
11834 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11835
11836 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11837 results.
11838
11839 2015-10-12 Yao Qi <yao.qi@linaro.org>
11840
11841 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11842
11843 2015-10-12 Yao Qi <yao.qi@linaro.org>
11844
11845 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11846 is aarch64*-*-linux*.
11847
11848 2015-10-12 Yao Qi <yao.qi@linaro.org>
11849
11850 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11851 (can_relocate_bcond_true): ... it.
11852 (can_relocate_bcond_false): New function.
11853 (foo): Likewise.
11854 (can_relocate_bl): Likewise.
11855 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11856 can_relocate_bl.
11857
11858 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11859
11860 * gdb.base/nested-addr.c: New file.
11861 * gdb.base/nested-addr.exp: New testcase.
11862
11863 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11864
11865 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11866 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11867 its output. Ignore the output of "record goto begin" and instead
11868 check that GDB is replaying.
11869
11870 2015-10-09 Pedro Alves <palves@redhat.com>
11871
11872 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11873 (top level): Use it in the run with no args test.
11874
11875 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11876
11877 * gdb.dlang/properties.exp: New file.
11878
11879 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11880
11881 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11882 whether or not address 0x1000 is mapped on the target.
11883
11884 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11885
11886 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11887 build.
11888
11889 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11890
11891 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11892 instruction-history test.
11893
11894 2015-09-28 Doug Evans <dje@google.com>
11895
11896 * gdb.base/gcore.c (array_func): Add reference to static_array.
11897
11898 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11899
11900 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11901 source line.
11902
11903 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11904
11905 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11906 short or char as base type.
11907
11908 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11909
11910 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11911 to allow any size enum.
11912
11913 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11914
11915 * gdb.ada/array_ptr_renaming.exp: New testcase.
11916 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11917 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11918
11919 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11920
11921 * gdb.trace/ftrace-lock.c: New file.
11922 * gdb.trace/ftrace-lock.exp: New file.
11923
11924 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11925
11926 * gdb.arch/insn-reloc.c: New file.
11927 * gdb.arch/ftrace-insn-reloc.exp: New file.
11928
11929 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11930
11931 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11932 instruction.
11933 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11934 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11935 * gdb.trace/range-stepping.c: Likewise.
11936 * gdb.trace/trace-break.c: Likewise.
11937 * gdb.trace/trace-mt.c (thread_function): Likewise.
11938 * gdb.trace/ftrace.c (marker): Likewise.
11939 * gdb.trace/trace-condition.c (marker): Likewise.
11940 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11941 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11942 is_aarch64_target.
11943
11944 2015-09-18 Doug Evans <xdje42@gmail.com>
11945
11946 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11947 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11948
11949 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11950
11951 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11952 the breakpoint.
11953
11954 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11955
11956 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11957 the pending breakpoint. Remove timeout override for "Run till
11958 MI pending breakpoint on pendfunc3 on thread 2" test.
11959
11960 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11961
11962 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11963 filename pattern.
11964
11965 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11966
11967 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11968 in breakpoint filename pattern.
11969
11970 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11971
11972 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11973
11974 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11975
11976 * gdb.linespec/explicit.exp: Check for readline support for
11977 tab-completion tests. Fix obvious typo.
11978
11979 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11980
11981 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11982 and replay.
11983
11984 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11985
11986 * gdb.btrace/non-stop.c: New.
11987 * gdb.btrace/non-stop.exp: New.
11988
11989 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11990 Yao Qi <yao.qi@linaro.org>
11991
11992 * gdb.trace/trace-condition.c: New file.
11993 * gdb.trace/trace-condition.exp: New file.
11994
11995 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11996
11997 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11998 for testing bytecode compilation.
11999
12000 2015-09-16 Pedro Alves <palves@redhat.com>
12001 Sandra Loosemore <sandra@codesourcery.com>
12002
12003 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12004 (SECONDS): Redefine.
12005 (main): Call pthread_kill and alarm early.
12006 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12007 support.
12008 (test): If the target can't hardware step and doesn't support
12009 displaced stepping, increase the timeout.
12010
12011 2015-09-16 Pedro Alves <palves@redhat.com>
12012
12013 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12014 (enable_debug): New procedures.
12015 (test): Use them. Bail out if waiting for threads fails.
12016 (top level): Bail out if a test fails.
12017
12018 2015-09-16 Yao Qi <yao.qi@linaro.org>
12019
12020 * gdb.asm/asm-source.exp: Set asm-arch for
12021 aarch64*-*-* target.
12022 * gdb.asm/aarch64.inc: New file.
12023
12024 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12025
12026 * gdb.ada/array_of_variable_length.exp: New testcase.
12027 * gdb.ada/array_of_variable_length/foo.adb: New file.
12028 * gdb.ada/array_of_variable_length/pck.adb: New file.
12029 * gdb.ada/array_of_variable_length/pck.ads: New file.
12030
12031 2015-09-15 Doug Evans <dje@google.com>
12032
12033 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12034 of function static local variable.
12035
12036 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12037
12038 * gdb.threads/tls-so_extern.exp: New test file.
12039 * gdb.threads/tls-so_extern.c: New test file.
12040 * gdb.threads/tls-so_extern_main.c: New test file.
12041
12042 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12043
12044 * gdb.opt/solib-intra-step-lib.c: New file.
12045 * gdb.opt/solib-intra-step-main.c: New file.
12046 * gdb.opt/solib-intra-step.exp: New file.
12047
12048 2015-09-15 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12051 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12052
12053 2015-09-14 Pedro Alves <palves@redhat.com>
12054
12055 * gdb.base/hook-stop-continue.c: Delete.
12056 * gdb.base/hook-stop-continue.exp: Delete.
12057 * gdb.base/hook-stop-frame.c: Delete.
12058 * gdb.base/hook-stop-frame.exp: Delete.
12059 * gdb.base/hook-stop.c: New file.
12060 * gdb.base/hook-stop.exp: New file.
12061
12062 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12063
12064 * gdb.ada/access_to_packed_array.exp: New testcase.
12065 * gdb.ada/access_to_packed_array/foo.adb: New file.
12066 * gdb.ada/access_to_packed_array/pack.adb: New file.
12067 * gdb.ada/access_to_packed_array/pack.ads: New file.
12068
12069 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12070
12071 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12072 buffer size test.
12073
12074 2015-09-11 Don Breazeal <donb@codesourcery.com>
12075
12076 * gdb.base/foll-exec.c: Add copyright header. Fix
12077 formatting issues.
12078 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12079 (do_exec_tests): Use clean_restart in place of zap_session,
12080 and for test initialization. Fix formatting issues. Use
12081 fail in place of perror.
12082 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12083 an expect statement to match an expression with output from
12084 the program under debug.
12085 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12086 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12087 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12088 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12089 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12090
12091 2015-09-09 Doug Evans <dje@google.com>
12092
12093 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12094
12095 2015-09-09 Doug Evans <dje@google.com>
12096
12097 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12098
12099 2015-09-09 Doug Evans <dje@google.com>
12100
12101 * gdb.base/savedregs.exp: Fix typo.
12102
12103 2015-09-09 Pedro Alves <palves@redhat.com>
12104
12105 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12106
12107 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12108
12109 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12110 command actually switches threads. Give up on remaining
12111 tests if target fails to stop at breakpoint.
12112
12113 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12114
12115 * gdb.ada/funcall_char.exp: New testcase.
12116 * gdb.ada/funcall_char/foo.adb: New file.
12117
12118 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12119
12120 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12121 expected outputs. Add two testcases for completing ambiguous
12122 functions.
12123 * gdb.ada/complete/aux_pck.adb: New file.
12124 * gdb.ada/complete/aux_pck.ads: New file.
12125 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12126 Ambiguous_Func functions.
12127 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12128 * gdb.ada/complete/pck.adb: Likewise.
12129
12130 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12131
12132 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12133 failures to run the test program under GDB.
12134
12135 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12136
12137 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12138 to C.
12139
12140 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12141
12142 * gdb.base/run-after-attach.exp: New test file.
12143 * gdb.base/run-after-attach.c: New test file.
12144
12145 2015-08-26 Don Breazeal <donb@codesourcery.com>
12146
12147 * gdb.base/foll-exec-2.c: New test program.
12148 * gdb.base/foll-exec-2.exp: New test.
12149
12150 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12151
12152 * gdb.base/nested-subp1.exp: New file.
12153 * gdb.base/nested-subp1.c: New file.
12154 * gdb.base/nested-subp2.exp: New file.
12155 * gdb.base/nested-subp2.c: New file.
12156 * gdb.base/nested-subp3.exp: New file.
12157 * gdb.base/nested-subp3.c: New file.
12158
12159 2015-08-24 Pedro Alves <palves@redhat.com>
12160
12161 * gdb.server/connect-without-multi-process.c: New file.
12162 * gdb.server/connect-without-multi-process.exp: New file.
12163
12164 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12165
12166 * gdb.opt/inline-markers.c: Make z int.
12167
12168 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12169
12170 * gdb.opt/inline-markers.c: Make z volatile.
12171
12172 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12173
12174 * gdb.opt/inline-bt.c: New volatile global z.
12175 * gdb.opt/inline-cmds.c: Likewise.
12176 * gdb.opt/inline-locals.c: Likewise.
12177 * gdb.opt/inline-markers.c: New extern global z.
12178 (marker): Use z.
12179 (inline_fn): Likewise.
12180
12181 2015-08-24 Pedro Alves <palves@redhat.com>
12182
12183 * config/m32r-stub.exp: Remove file.
12184 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12185 * gdb.base/call-rt-st.exp: Likewise.
12186 * gdb.base/call-strs.exp: Likewise.
12187 * gdb.base/default.exp: Remove references to h8300-*-hms and
12188 *-*-udi*.
12189 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12190
12191 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12192
12193 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12194 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12195 and "return" use KFAIL when GDB can not read/write the vector
12196 return value.
12197
12198 2015-08-21 Gary Benson <gbenson@redhat.com>
12199
12200 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12201
12202 2015-08-20 Pedro Alves <palves@redhat.com>
12203
12204 * gdb.server/solib-list.exp: No longer expect an interior stop in
12205 non-stop mode.
12206
12207 2015-08-20 Pedro Alves <palves@redhat.com>
12208
12209 * gdb.server/connect-stopped-target.c: New file.
12210 * gdb.server/connect-stopped-target.exp: New file.
12211
12212 2015-08-20 Pedro Alves <palves@redhat.com>
12213
12214 * gdb.dwarf2/comp-unit-lang.exp: New file.
12215 * gdb.dwarf2/comp-unit-lang.c: New file.
12216
12217 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12218
12219 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12220 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12221
12222 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12223
12224 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12225 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12226
12227 2015-08-18 Doug Evans <dje@google.com>
12228 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12229
12230 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12231 skip_python_tests. New arg prompt_regexp.
12232 (skip_python_tests): New function.
12233 * lib/mi-support.exp (mi_skip_python_tests): New function.
12234 * gdb.python/py-mi-objfile-gdb.py: New file.
12235 * gdb.python/py-mi-objfile.c: New file.
12236 * gdb.python/py-mi-objfile.exp: New file.
12237
12238 2015-08-17 Keith Seitz <keiths@redhat.com>
12239
12240 * gdb.linespec/explicit.exp: Move strace test from here ...
12241 * gdb.trace/strace.exp: ... to here.
12242
12243 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12244
12245 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12246 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12247
12248 2015-08-14 Doug Evans <xdje42@gmail.com>
12249
12250 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12251 inferior before selecting a new file.
12252
12253 2015-08-14 Doug Evans <xdje42@gmail.com>
12254
12255 * gdb.mi/mi-disassemble.exp: Update.
12256 * gdb.base/disasm-optim.S: New file.
12257 * gdb.base/disasm-optim.c: New file.
12258 * gdb.base/disasm-optim.h: New file.
12259 * gdb.base/disasm-optim.exp: New file.
12260
12261 2015-08-14 Keith Seitz <keiths@redhat.com>
12262
12263 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12264 "evaluated-by".
12265
12266 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12267
12268 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12269
12270 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12271
12272 * gdb.ada/fun_renaming.exp: New testcase.
12273 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12274 * gdb.ada/fun_renaming/pack.adb: New file.
12275 * gdb.ada/fun_renaming/pack.ads: New file.
12276
12277 2015-08-12 Keith Seitz <keiths@redhat.com>
12278
12279 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12280 gdb_get_line_number.
12281
12282 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12283
12284 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12285 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12286 gdb.base/dso2dso.exp: New files.
12287
12288 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12289 Pedro Alves <palves@redhat.com>
12290 Keith Seitz <keiths@redhat.com>
12291
12292 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12293 GDBFLAGS.
12294
12295 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12296
12297 * gdb.base/gdbhistsize-history.exp
12298 (test_histsize_history_setting): Use save_vars.
12299 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12300 Use save_vars.
12301 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12302 * gdb.base/readline.exp: Use save_vars.
12303
12304 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12305
12306 * lib/gdb.exp (save_vars): New proc.
12307
12308 2015-08-11 Keith Seitz <keiths@redhat.com>
12309
12310 * gdb.base/help.exp: Update help_breakpoint_text.
12311
12312 2015-08-11 Keith Seitz <keiths@redhat.com>
12313
12314 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12315 (at toplevel): Call test_explicit_breakpoints.
12316 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12317 breakpoints.
12318 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12319 breakpoint conditions, "-cond".
12320
12321 2015-08-11 Keith Seitz <keiths@redhat.com>
12322
12323 * gdb.linespec/3explicit.c: New file.
12324 * gdb.linespec/cpexplicit.cc: New file.
12325 * gdb.linespec/cpexplicit.exp: New file.
12326 * gdb.linespec/explicit.c: New file.
12327 * gdb.linespec/explicit.exp: New file.
12328 * gdb.linespec/explicit2.c: New file.
12329 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12330 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12331 before using in the matching pattern.
12332 Clarify that `prefix' is a regular expression.
12333
12334 2015-08-11 Keith Seitz <keiths@redhat.com>
12335
12336 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12337 test.
12338 Add tests for missing ",FMT" and ",".
12339
12340 2015-08-10 Doug Evans <dje@google.com>
12341 Keith Seitz <keiths@redhat.com>
12342
12343 PR gdb/17960
12344 * gdb.base/completion.exp: Add location completer tests.
12345
12346 2015-08-07 Pedro Alves <palves@redhat.com>
12347
12348 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12349 tests here.
12350 (top level): Run do_test with and without displaced stepping.
12351
12352 2015-08-07 Pedro Alves <palves@redhat.com>
12353
12354 * gdb.base/valgrind-disp-step.c: New file.
12355 * gdb.base/valgrind-disp-step.exp: New file.
12356
12357 2015-08-07 Pedro Alves <palves@redhat.com>
12358
12359 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12360 Delete function.
12361 (main): Add alarm. Run an infinite loop instead of calling
12362 wait_threads.
12363 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12364 comment.
12365 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12366 Delete function.
12367 (main): Add alarm. Run an infinite loop instead of calling
12368 wait_threads.
12369 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12370 comment.
12371
12372 2015-08-07 Pedro Alves <palves@redhat.com>
12373
12374 * gdb.base/checkpoint-ns.exp: New file.
12375 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12376 standard_testfile.
12377
12378 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12379
12380 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12381 * gdb.btrace/instruction_history.exp: Update.
12382 * gdb.btrace/tsx.exp: New.
12383 * gdb.btrace/tsx.c: New.
12384
12385 2015-08-06 Pedro Alves <palves@redhat.com>
12386
12387 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12388 increase timeout.
12389 * gdb.reverse/until-precsave.exp: Bump timeouts.
12390
12391 2015-08-06 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12394
12395 2015-08-06 Pedro Alves <palves@redhat.com>
12396
12397 PR gdb/18749
12398 * gdb.threads/process-dies-while-handling-bp.c: New file.
12399 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12400
12401 2015-08-06 Pedro Alves <palves@redhat.com>
12402
12403 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12404 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12405
12406 2015-08-05 Pedro Alves <palves@redhat.com>
12407
12408 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12409 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12410
12411 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12412
12413 * gdb.base/bp-permanent.exp: Report test as unsupported if
12414 the target cannot stop at the permanent breakpoint.
12415
12416 2015-08-03 Doug Evans <dje@google.com>
12417
12418 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12419 10000.
12420
12421 2015-08-03 Doug Evans <dje@google.com>
12422
12423 * Makefile.in (workers/%.worker, build-perf): New rule.
12424 (GDB_PERFTEST_MODE): New variable.
12425 (check-perf): Use it.
12426 (clean): Clean up gdb.perf parallel build subdirs.
12427 * lib/build-piece.exp: New file.
12428 * lib/gdb.exp (make_gdb_parallel_path): New function
12429 (standard_output_file, standard_temp_file): Call it.
12430 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12431 of $GDB_PARALLEL.
12432 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12433
12434 2015-08-03 Doug Evans <dje@google.com>
12435
12436 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12437 (LOG_FILE_NAME): New global.
12438 (TextReporter.__init__): Initialize self.txt_sum.
12439 (TextReporter.report): Add support for multiple data-points.
12440 Move report to perftest.sum, put raw data in perftest.log.
12441 (TextReporter.start): Open sum and log files.
12442 (TextReporter.end): Close sum and log files.
12443 * gdb.perf/lib/perftest/testresult.py
12444 (SingleStatisticTestResult.record): Handle multiple data-points.
12445
12446 2015-07-31 Pedro Alves <palves@redhat.com>
12447
12448 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12449 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12450 kill_wait_spawned_process instead of explicit "kill -9".
12451 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12452 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12453 kill_wait_spawned_process.
12454 * gdb.base/attach-twice.exp: Likewise.
12455 * gdb.base/attach.exp: Likewise.
12456 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12457 gdb_test_multiple.
12458 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12459 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12460 kill_wait_spawned_process.
12461 * gdb.base/valgrind-infcall.exp: Likewise.
12462 * gdb.multi/multi-attach.exp: Likewise.
12463 * gdb.python/py-prompt.exp: Likewise.
12464 * gdb.python/py-sync-interp.exp: Likewise.
12465 * gdb.server/ext-attach.exp: Likewise.
12466 * gdb.threads/attach-into-signal.exp (corefunc): Use
12467 spawn_wait_for_attach, spawn_id_get_pid and
12468 kill_wait_spawned_process.
12469 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12470 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12471 spawn_id_get_pid and kill_wait_spawned_process.
12472 * gdb.threads/attach-stopped.exp (corefunc): Use
12473 spawn_wait_for_attach, spawn_id_get_pid and
12474 kill_wait_spawned_process.
12475 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12476 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12477 kill_wait_spawned_process instead of explicit "kill -9".
12478 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12479 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12480 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12481 processes. Don't map cygwin/windows pids here. Now returns a
12482 spawn id list.
12483
12484 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12485
12486 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12487 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12488 correct patch.
12489
12490 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12491
12492 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12493
12494 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12495
12496 Reapply:
12497 2014-05-21 Mark Wielaard <mjw@redhat.com>
12498
12499 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12500
12501 2015-07-30 Pedro Alves <palves@redhat.com>
12502
12503 * linux-low.c (handle_extended_wait): Set the child's last
12504 reported status to TARGET_WAITKIND_STOPPED.
12505
12506 2015-07-30 Pedro Alves <palves@redhat.com>
12507
12508 PR threads/18600
12509 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12510 only shows inferior 1.
12511
12512 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12513 Pedro Alves <palves@redhat.com>
12514
12515 PR threads/18600
12516 * gdb.threads/fork-plus-threads.c: New file.
12517 * gdb.threads/fork-plus-threads.exp: New file.
12518
12519 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12520
12521 * gdb.base/batch-preserve-term-settings.exp
12522 (test_terminal_settings_preserved_after_cli_exit): Use
12523 send_quit_command.
12524
12525 2015-07-29 Pedro Alves <palves@redhat.com>
12526 Don Breazeal <donb@codesourcery.com>
12527
12528 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12529 output from both inferior_spawn_id and gdb_spawn_id.
12530
12531 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12532
12533 * gdb.threads/attach-into-signal.exp (corefunc): Use
12534 with_test_prefix on nested loops, uniquefying the test messages.
12535
12536 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12537
12538 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12539 commit.
12540
12541 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12542
12543 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12544 New proc.
12545 (test_terminal_settings_preserved_after_sigterm): New test.
12546
12547 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12548
12549 * gdb.base/batch-preserve-term-settings.exp
12550 (test_terminal_settings_preserved_after_cli_exit): New test.
12551
12552 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12553
12554 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12555 manipulation of saved_gdbflags.
12556 (test_terminal_settings_preserved): Remove global declaration of
12557 the unused variable pagination_prompt. Remove manipulation of
12558 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12559 GDBFLAGS.
12560
12561 2015-07-29 Pedro Alves <palves@redhat.com>
12562
12563 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12564
12565 2015-07-29 Pedro Alves <palves@redhat.com>
12566
12567 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12568 at the top.
12569
12570 2015-07-29 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12573 (main): Call gdb_unbuffer_output.
12574 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12575 (main): Call gdb_unbuffer_output.
12576 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12577 (main): Call gdb_unbuffer_output.
12578 * gdb.base/call-strs.exp: Adjust to step over the
12579 gdb_unbuffer_output call.
12580 * gdb.base/catch-gdb-caused-signals.c: Include
12581 "../lib/unbuffer_output.c".
12582 (main): Call gdb_unbuffer_output.
12583 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12584 (main): Call gdb_unbuffer_output.
12585 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12586 (main): Call gdb_unbuffer_output.
12587 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12588 (main): Call gdb_unbuffer_output.
12589 * gdb.base/shlib-call.exp: Adjust to step over the
12590 gdb_unbuffer_output call.
12591 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12592 (main): Call gdb_unbuffer_output.
12593 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12594 (main): Call gdb_unbuffer_output.
12595 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12596 (main): Rename to ...
12597 (test): ... this.
12598 (main): Reimplement.
12599 * gdb.base/varargs.exp: Run to test instead of to main.
12600 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12601 (main): Call gdb_unbuffer_output.
12602
12603 2015-07-29 Pedro Alves <palves@redhat.com>
12604
12605 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12606 factore out from mi_continue_dprintf. For call-style dprintfs,
12607 expect dprintf output out of $inferior_spawn_id.
12608 (mi_continue_dprintf): Use mi_expect_dprintf.
12609 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12610 (main): Call gdb_unbuffer_output.
12611
12612 2015-07-29 Pedro Alves <palves@redhat.com>
12613
12614 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12615 (default_mi_gdb_start): Set inferior_spawn_id instead of
12616 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12617 gdb_spawn_id.
12618 (mi_gdb_test): Always expect inferior output from both
12619 $inferior_spawn_id and $gdb_spawn_id.
12620
12621 2015-07-29 Pedro Alves <palves@redhat.com>
12622
12623 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12624 send_inferior and $inferior_spawn_id.
12625
12626 2015-07-29 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.gdb/complaints.exp (test_initial_complaints)
12629 (test_serial_complaints, test_short_complaints): Use
12630 gdb_test_stdio.
12631 (test_empty_complaint): Handle $inferior_spawn_id !=
12632 $gdb_spawn_id.
12633
12634 2015-07-29 Pedro Alves <palves@redhat.com>
12635
12636 * gdb.base/varargs.exp: Use gdb_test_stdio.
12637
12638 2015-07-29 Pedro Alves <palves@redhat.com>
12639
12640 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12641
12642 2015-07-29 Pedro Alves <palves@redhat.com>
12643
12644 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12645
12646 2015-07-29 Pedro Alves <palves@redhat.com>
12647
12648 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12649 parameter into two new parameters, "inf_result" and "gdb_result".
12650 Expect inferior output and gdb output from $inferior_spawn_id and
12651 $gdb_spawn_id, respectively. Adjust all callers.
12652
12653 2015-07-29 Pedro Alves <palves@redhat.com>
12654
12655 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12656 of gdb_test_sequence.
12657
12658 2015-07-29 Pedro Alves <palves@redhat.com>
12659
12660 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12661 (saw_spurious_output): Expect inferior output from
12662 $inferior_spawn_id. Use gdb_test_stdio.
12663
12664 2015-07-29 Pedro Alves <palves@redhat.com>
12665
12666 * gdb.base/dprintf.exp: Use standard_testfile. Change
12667 prepare_for_testing call.
12668 (srcfile): Don't set.
12669 (restart): New procedure.
12670 (test_dprintf): New procecure, use to continue over dprintfs.
12671 (test_call, test_agent): New procedures, tests moved here.
12672 Restart gdb and recreate dprintfs. Adjust expected output.
12673
12674 2015-07-29 Pedro Alves <palves@redhat.com>
12675
12676 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12677
12678 2015-07-29 Pedro Alves <palves@redhat.com>
12679
12680 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12681
12682 2015-07-29 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12685 gdb_test_stdio.
12686
12687 2015-07-29 Pedro Alves <palves@redhat.com>
12688
12689 * lib/gdb.exp (gdb_test_stdio): New procedure.
12690
12691 2015-07-29 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12694
12695 2015-07-29 Pedro Alves <palves@redhat.com>
12696
12697 * gdb.base/call-signal-resume.exp: Remove check for
12698 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12699 * gdb.base/unwindonsignal.exp: Likewise.
12700 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12701 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12702
12703 2015-07-29 Pedro Alves <palves@redhat.com>
12704
12705 * gdb.base/siginfo-addr.c (pass): New function.
12706 (handler): Call it iff si_addr is correct.
12707 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12708 Set a breakpoint at "pass" and continue to it.
12709
12710 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12711
12712 * gdb.python/py-objfile.exp: Make some tests have unique names.
12713 * gdb.python/py-pp-registration.exp: Likewise.
12714
12715 2015-07-28 Pedro Alves <palves@redhat.com>
12716
12717 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12718
12719 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12720
12721 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12722
12723 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12724
12725 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12726
12727 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12728
12729 * gdb.base/gdb-sigterm-2.exp: New test.
12730
12731 2015-07-25 Doug Evans <xdje42@gmail.com>
12732
12733 Revert:
12734 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12735 (workers/%.worker, build-perf): New rule.
12736 (GDB_PERFTEST_MODE): New variable.
12737 (check-perf): Use it.
12738 (clean): Clean up gdb.perf parallel build subdirs.
12739 * lib/build-piece.exp: New file.
12740 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12741 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12742 name.
12743 (standard_temp_file): Ditto.
12744 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12745 of $GDB_PARALLEL.
12746
12747 2015-07-24 Doug Evans <dje@google.com>
12748
12749 * gdb.perf/lib/perftest/utils.py: New file.
12750 * gdb.perf/gm-hello.cc: New file.
12751 * gdb.perf/gm-pervasive-typedef.cc: New file.
12752 * gdb.perf/gm-pervasive-typedef.h: New file.
12753 * gdb.perf/gm-std.cc: New file.
12754 * gdb.perf/gm-std.h: New file.
12755 * gdb.perf/gm-use-cerr.cc: New file.
12756 * gdb.perf/gm-utils.h: New file.
12757 * gdb.perf/gmonster-null-lookup.py: New file.
12758 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12759 * gdb.perf/gmonster-print-cerr.py: New file.
12760 * gdb.perf/gmonster-ptype-string.py: New file.
12761 * gdb.perf/gmonster-runto-main.py: New file.
12762 * gdb.perf/gmonster-select-file.py: New file.
12763 * gdb.perf/gmonster1-null-lookup.exp: New file.
12764 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12765 * gdb.perf/gmonster1-print-cerr.exp: New file.
12766 * gdb.perf/gmonster1-ptype-string.exp: New file.
12767 * gdb.perf/gmonster1-runto-main.exp: New file.
12768 * gdb.perf/gmonster1-select-file.exp: New file.
12769 * gdb.perf/gmonster1.cc: New file.
12770 * gdb.perf/gmonster1.exp: New file.
12771 * gdb.perf/gmonster2-null-lookup.exp: New file.
12772 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12773 * gdb.perf/gmonster2-print-cerr.exp: New file.
12774 * gdb.perf/gmonster2-ptype-string.exp: New file.
12775 * gdb.perf/gmonster2-runto-main.exp: New file.
12776 * gdb.perf/gmonster2-select-file.exp: New file.
12777 * gdb.perf/gmonster2.cc: New file.
12778 * gdb.perf/gmonster2.exp: New file.
12779
12780 2015-07-24 Doug Evans <dje@google.com>
12781
12782 * gdb.perf/README: New file.
12783 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12784 * lib/gen-perf-test.exp: New file.
12785
12786 2015-07-24 Doug Evans <dje@google.com>
12787
12788 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12789 (PerfTest::startup): New function.
12790 (PerfTest::run): Return result of calling body.
12791 (PerfTest::assemble): Rewrite.
12792 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12793 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12794 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12795 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12796 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12797
12798 2015-07-24 Doug Evans <dje@google.com>
12799
12800 * lib/gdb.exp (clean_restart): Make executable optional.
12801
12802 2015-07-24 Doug Evans <dje@google.com>
12803
12804 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12805 compiler_info references.
12806 * gdb.cp/temargs.exp: Ditto.
12807 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12808 (get_compiler_info): Early exit if already computed. Set compiler_info
12809 to "unknown" if there was a problem.
12810 (test_compiler_info): Add function comment. Call get_compiler_info.
12811
12812 2015-07-24 Doug Evans <dje@google.com>
12813
12814 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12815 (workers/%.worker, build-perf): New rule.
12816 (GDB_PERFTEST_MODE): New variable.
12817 (check-perf): Use it.
12818 (clean): Clean up gdb.perf parallel build subdirs.
12819 * lib/build-piece.exp: New file.
12820 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12821 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12822 name.
12823 (standard_temp_file): Ditto.
12824 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12825 of $GDB_PARALLEL.
12826
12827 2015-07-24 Doug Evans <dje@google.com>
12828
12829 * lib/future.exp (gdb_default_target_compile): New option
12830 "early_flags".
12831 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12832 --as-needed.
12833
12834 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12835
12836 * gdb.base/catch-syscall.exp: Call gdb_exit before
12837 gdb_skip_xml_test.
12838
12839 2015-07-24 Pedro Alves <palves@redhat.com>
12840
12841 * gdb.python/py-events.exp: Accept output between the stop event
12842 and the prompt.
12843 * gdb.python/py-evsignal.exp: Likewise.
12844 * gdb.python/py-evthreads.exp: Likewise.
12845
12846 2015-07-24 Pedro Alves <palves@redhat.com>
12847
12848 PR gdb/18717
12849 * gdb.threads/non-ldr-exit.c: New file.
12850 * gdb.threads/non-ldr-exit.exp: New file.
12851
12852 2015-07-24 Yao Qi <yao.qi@linaro.org>
12853
12854 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12855 restarting process.
12856
12857 2015-07-24 Yao Qi <yao.qi@linaro.org>
12858
12859 * gdb.server/ext-restart.exp: New file.
12860
12861 2015-07-24 Yao Qi <yao.qi@linaro.org>
12862
12863 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12864 argument options.
12865 * gdb.server/ext-wrapper.exp: New file.
12866
12867 2015-07-23 Doug Evans <dje@google.com>
12868
12869 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12870 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12871
12872 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12873
12874 * gdb.ada/var_arr_typedef.exp: New testcase.
12875 * gdb.ada/var_arr_typedef/pack.adb: New file.
12876 * gdb.ada/var_arr_typedef/pack.ads: New file.
12877 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12878
12879 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12880
12881 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12882
12883 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12884
12885 * gdb.arch/i386-biarch-core.exp: Replace istarget
12886 by "complete set gnutarget". Remove expectation for the "core-file"
12887 command.
12888
12889 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12890
12891 Revert the previous commit:
12892 Tests for validate symbol file using build-id.
12893
12894 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12895
12896 Tests for validate symbol file using build-id.
12897 * gdb.base/solib-mismatch-lib.c: New file.
12898 * gdb.base/solib-mismatch-libmod.c: New file.
12899 * gdb.base/solib-mismatch.c: New file.
12900 * gdb.base/solib-mismatch.exp: New file.
12901
12902 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12903
12904 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12905 nios2-*-linux*.
12906 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12907 * gdb.base/siginfo.exp: Likewise.
12908 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12909
12910 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12911
12912 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12913 Move it to ...
12914 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12915 ... here.
12916 * gdb.trace/range-stepping.exp: Check that the target supports
12917 range stepping.
12918
12919 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12920
12921 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12922
12923 2015-07-14 Pedro Alves <palves@redhat.com>
12924
12925 * gdb.base/killed-outside.exp: New file.
12926 * gdb.base/killed-outside.c: New file.
12927
12928 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12929
12930 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12931 (n at main): New.
12932 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12933
12934 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12935
12936 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12937 infcall tests instead of setting up for KFAIL.
12938
12939 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12940
12941 * gdb.btrace/record_goto-step.exp: New.
12942
12943 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12944
12945 PR compile/18484
12946 * gdb.compile/compile.c (struct struct_type): Add volatile to
12947 selffield's type.
12948 * gdb.compile/compile.exp
12949 (compile code struct_object.selffield = &struct_object): Skip further
12950 struct_object tests if this one xfails.
12951
12952 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12953
12954 PR exp/18617
12955 * gdb.trace/ax.exp: Add test.
12956
12957 2015-07-07 Yao Qi <yao.qi@linaro.org>
12958
12959 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12960 instead of istarget "aarch64*-*-*".
12961 * gdb.arch/aarch64-fp.exp: Likewise.
12962 * gdb.base/float.exp: Likewise.
12963 * gdb.reverse/aarch64.exp: Likewise.
12964 * lib/gdb.exp (is_aarch64_target): New proc.
12965
12966 2015-07-07 Yao Qi <yao.qi@linaro.org>
12967
12968 * lib/gdb.exp (is_aarch32_target): New proc.
12969 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12970 instead of "istarget "arm*-*-*"".
12971 * gdb.arch/arm-disp-step.exp: Likewise.
12972 * gdb.arch/thumb-bx-pc.exp: Likewise.
12973 * gdb.arch/thumb-prologue.exp: Likewise.
12974 * gdb.arch/thumb-singlestep.exp: Likewise.
12975 * gdb.base/disp-step-syscall.exp: Likewise.
12976 * gdb.base/float.exp: Likewise.
12977
12978 2015-07-07 Yao Qi <yao.qi@linaro.org>
12979
12980 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12981 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12982
12983 2015-07-07 Yao Qi <yao.qi@linaro.org>
12984
12985 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12986 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12987 if it exists.
12988 * gdb.multi/multi-arch.exp: Likewise.
12989
12990 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12991
12992 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12993 print.
12994
12995 2015-07-07 Yao Qi <yao.qi@linaro.org>
12996
12997 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12998
12999 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13000
13001 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13002 '[' and ']' characters.
13003
13004 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13005
13006 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13007
13008 2015-06-29 Pedro Alves <palves@redhat.com>
13009
13010 PR threads/18127
13011 * gdb.threads/hand-call-new-thread.c: New file.
13012 * gdb.threads/hand-call-new-thread.c: New file.
13013
13014 2015-06-26 Keith Seitz <keiths@redhat.com>
13015 Doug Evans <dje@google.com>
13016
13017 PR 16253
13018 * gdb.cp/var-tag-2.cc: New file.
13019 * gdb.cp/var-tag-3.cc: New file.
13020 * gdb.cp/var-tag-4.cc: New file.
13021 * gdb.cp/var-tag.cc: New file.
13022 * gdb.cp/var-tag.exp: New file.
13023
13024 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13025
13026 * gdb.base/history-duplicates.exp: New test.
13027
13028 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13029
13030 * gdb.base/completion.exp: Test the completion of the "focus"
13031 command.
13032
13033 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13034
13035 * gdb.arch/amd64-prologue-skip.S: New file.
13036 * gdb.arch/amd64-prologue-skip.exp: New file.
13037
13038 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13039
13040 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13041 is_address_zero_readable check.
13042
13043 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13044
13045 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13046 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13047
13048 2015-06-24 Yao Qi <yao.qi@linaro.org>
13049
13050 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13051 linux targets.
13052
13053 2015-06-24 Yao Qi <yao.qi@linaro.org>
13054
13055 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13056 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13057 * gdb.base/siginfo-thread.exp: Likewise.
13058
13059 2015-06-22 Yao Qi <yao.qi@linaro.org>
13060
13061 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13062
13063 2015-06-22 Yao Qi <yao.qi@linaro.org>
13064
13065 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13066 aarch64*-*-*.
13067 (skip_hw_watchpoint_tests): Likewise.
13068
13069 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13070
13071 * gdb.base/gdbinit-history.exp: Test the interaction between
13072 setting GDBHISTSIZE and setting the history size via .gdbinit.
13073
13074 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13075
13076 PR gdb/16999
13077 * gdb.base/gdbhistsize-history.exp: New test.
13078
13079 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13080
13081 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13082 with GDBHISTSIZE.
13083 * gdb.base/readline.exp: Likewise.
13084
13085 2015-06-17 Yao Qi <yao.qi@linaro.org>
13086
13087 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13088 line.
13089
13090 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13091
13092 * gdb.base/gdbinit-history.exp: Add test case to check that
13093 an unlimited history file does not get truncated on exit.
13094
13095 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13096
13097 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13098 (VECTOR): New macro. Use it...
13099 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13100 ...for these typedefs.
13101 (int8, char1, int1, double1): New typedefs.
13102 (struct just_int2, struct two_int2): New structures.
13103 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13104 (add_structvecs, add_singlevecs): New functions.
13105 (main): Call add_some_intvecs twice.
13106 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13107 the compile and exit upon failure. Try compiling for the "native"
13108 architecture. Test inferior function calls with vector arguments
13109 and vector return value handling with "finish" and "return".
13110
13111 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13112
13113 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13114 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13115 PE file.
13116 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13117
13118 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13119
13120 PR breakpoints/16465
13121 * gdb.mi/mi-dprintf-pending.c: New file.
13122 * gdb.mi/mi-dprintf-pending.exp: New test.
13123 * gdb.mi/mi-dprintf-pendshr.c: New file.
13124
13125 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13126 Mircea Gherzan <mircea.gherzan@intel.com>
13127
13128 * gdb.arch/i386-mpx-map.c: New file.
13129 * gdb.arch/i386-mpx-map.exp: New File.
13130
13131 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13132
13133 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13134 * gdb.arch/i386-mpx.exp: Indentation fixed.
13135
13136 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13137
13138 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13139 function and improved indentation.
13140 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13141 gdb_test_multiple. Added additional tests to skip the test.
13142
13143 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13144
13145 * gdb.arch/i386-avx512.c: Change path in include file.
13146 * gdb.arch/i386-avx512.exp: Change include dir path
13147 compilation flag.
13148 * gdb.arch/i386-mpx.c: Change path in include file.
13149 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13150 flag.
13151
13152 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13153
13154 * gdb.compile/compile-print.exp (compile print *vararray@3)
13155 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13156
13157 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13158
13159 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13160 (do not keep jit in memory): ... this.
13161 (expect 5): Change it to ...
13162 (expect no 5): ... this.
13163
13164 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13165
13166 PR gdb/15564
13167 * gdb.mi/mi-detach.exp: New file.
13168
13169 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13170
13171 PR symtab/18392
13172 * gdb.arch/amd64-tailcall-self.S: New file.
13173 * gdb.arch/amd64-tailcall-self.c: New file.
13174 * gdb.arch/amd64-tailcall-self.exp: New file.
13175
13176 2015-05-28 Don Breazeal <donb@codesourcery.com>
13177
13178 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13179 tests for remote targets by checking is_target_gdbserver.
13180
13181 2015-05-27 Doug Evans <dje@google.com>
13182
13183 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13184 * gdb.dwarf2/opaque-type-lookup.c: New file.
13185 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13186
13187 2015-05-26 Doug Evans <dje@google.com>
13188
13189 * gdb.cp/iostream.cc: New file.
13190 * gdb.cp/iostream.exp: New file.
13191
13192 2015-05-26 Doug Evans <dje@google.com>
13193
13194 * gdb.dwarf2/dw2-op-call.exp: Update.
13195 * gdb.dwarf2/dw4-sig-types.exp: Update.
13196 * gdb.dwarf2/implptr.exp: Update.
13197 * gdb.mi/mi-cmd-param-changed.exp: Update.
13198
13199 2015-05-26 Doug Evans <dje@google.com>
13200
13201 * gdb.python/py-lazy-string.c: New file.
13202 * gdb.python/py-lazy-string.exp: New file.
13203 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13204 (main): Update. Add estring3.
13205 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13206 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13207
13208 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13209 Yao Qi <yao.qi@linaro.org>
13210
13211 * gdb.reverse/aarch64.c: New.
13212 * gdb.reverse/aarch64.exp: New.
13213
13214 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13215
13216 * lib/gdb.exp (supports_process_record): Return true for
13217 aarch64*-linux*.
13218 (supports_reverse): Likewise.
13219
13220 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13221
13222 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13223 Use with_test_prefix.
13224
13225 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13226
13227 * gdb.base/completion.exp: Add test for completion of layout
13228 names.
13229
13230 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13231
13232 * lib/gdb.exp (skip_tui_tests): New proc.
13233 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13234
13235 2015-05-19 Pedro Alves <palves@redhat.com>
13236
13237 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13238 Save the whole env array instead of just HOME. Unset HISTSIZE in
13239 the environment while testing. Restore whole environment
13240 afterwards.
13241
13242 2015-05-16 Doug Evans <xdje42@gmail.com>
13243
13244 * gdb.guile/scm-ports.c: New file.
13245 * gdb.guile/scm-ports.exp: Add memory port tests.
13246
13247 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13248
13249 * gdb.compile/compile-print.c: New file.
13250 * gdb.compile/compile-print.exp: New file.
13251
13252 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13253
13254 * gdb.compile/compile-ops.exp: Cast param to void.
13255 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13256 (compile code struct_object.selffield = &struct_object): Add xfail.
13257
13258 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13259
13260 * gdb.ada/arr_enum_with_gap: New testcase.
13261
13262 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13263
13264 * gdb.ada/byte_packed_arr: New testcase.
13265
13266 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13267
13268 * gdb.ada/pckd_neg: New testcase.
13269
13270 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13271
13272 PR gdb/17820
13273 * gdb.base/gdbinit-history.exp: New test.
13274 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13275 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13276
13277 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13278
13279 * gdb.python/py-xmethods.cc: Enhance test case.
13280 * gdb.python/py-xmethods.exp: New tests.
13281 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13282 function.
13283 (B_indexoper): Likewise.
13284 (global_dm_list) : Add new xmethod worker functions.
13285
13286 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13287
13288 * gdb.base/coredump-filter.exp: Correctly unset
13289 "coredump_var_addr" array.
13290
13291 2015-05-08 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.server/non-existing-program.exp: Unset spawn_id.
13294
13295 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13296
13297 PR python/18291
13298 * gdb.python/py-xmethods.exp: Add tests.
13299
13300 2015-05-08 Yao Qi <yao.qi@linaro.org>
13301
13302 PR gdb/18208
13303 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13304 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13305 function set_coredump_filter, and remove remote_exec call.
13306 Remove argument ipid. Callers update.
13307 (top level): Don't get inferior's PID.
13308
13309 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13310
13311 * gdb.base/watch_thread_num.exp: Skip test on targets without
13312 access watchpoints.
13313
13314 2015-05-06 Pedro Alves <palves@redhat.com>
13315
13316 PR server/18081
13317 * gdb.server/non-existing-program.exp: New file.
13318
13319 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13320
13321 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13322
13323 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13324
13325 * gdb.ada/out_of_line_in_inlined: New testcase.
13326
13327 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13328
13329 * gdb.ada/var_rec_arr: New testcase.
13330
13331 2015-04-30 Yao Qi <yao.qi@linaro.org>
13332
13333 * gdb.base/break-idempotent.exp: If
13334 skip_hw_watchpoint_multi_tests returns true, skip the tests
13335 on "rwatch" and "awatch".
13336
13337 2015-04-30 Yao Qi <yao.qi@linaro.org>
13338
13339 * gdb.base/relativedebug.exp: Invoke gdb command
13340 "info sharedlibrary", and if libc.so doesn't have debug info,
13341 skip the test.
13342
13343 2015-04-29 Doug Evans <dje@google.com>
13344
13345 * gdb.python/py-xmethods.exp: Add ptype tests.
13346 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13347 get_result_type method.
13348
13349 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13350
13351 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13352 the target does not support hardware watchpoints.
13353
13354 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13355
13356 * gdb.base/break-always.exp: Abort testing if writing to memory
13357 causes an error.
13358
13359 2015-04-28 Doug Evans <dje@google.com>
13360
13361 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13362 * gdb.python/py-pp-registration.exp: ... here. New file.
13363 * gdb.python/py-pp-registration.c: New file.
13364 * gdb.python/py-pp-registration.py: New file.
13365
13366 2015-04-28 Doug Evans <dje@google.com>
13367
13368 * gdb.python/py-bad-printers.c: New file.
13369 * gdb.python/py-bad-printers.py: New file.
13370 * gdb.python/py-bad-printers.exp: New file.
13371
13372 2015-04-28 Sasha Smundak <asmundak@google.com>
13373
13374 * gdb.python/py-type.exp: New test.
13375
13376 2015-04-28 Andy Wingo <wingo@igalia.com>
13377
13378 * gdb.python/py-parameter.exp:
13379 * gdb.guile/scm-parameter.exp: Escape the path that we are
13380 matching against, as it might contain characters that are special
13381 to regular expressions.
13382
13383 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13384
13385 * gdb.ada/rec_comp: New testcase.
13386
13387 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13388
13389 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13390 before using it.
13391
13392 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13393
13394 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13395 new tests for verilog output.
13396
13397 2015-04-24 Yao Qi <yao.qi@linaro.org>
13398
13399 * boards/remote-gdbserver-on-localhost.exp: New file.
13400
13401 2015-04-23 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13404 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13405 "end of file", remove $inferior_spawn_id from the indirect list.
13406
13407 2015-04-23 Pedro Alves <palves@redhat.com>
13408
13409 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13410
13411 2015-04-23 Pedro Alves <palves@redhat.com>
13412
13413 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13414 on $any_spawn_id instead of only on $gdb_spawn_id.
13415
13416 2015-04-21 Pierre Muller <muller@sourceware.org>
13417
13418 PR pascal/17815
13419 * lib/pascal.exp (gpc_compile): Add new option "class".
13420 (fpc_compile): Likewise.
13421 * gdb.pascal/case-insensitive-symbols.pas: New file.
13422 * gdb.pascal/case-insensitive-symbols.exp: New file.
13423
13424 2015-04-20 Gary Benson <gbenson@redhat.com>
13425
13426 * gdb.base/attach.exp: Fix three extended remote failures.
13427
13428 2015-04-17 Gary Benson <gbenson@redhat.com>
13429
13430 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13431 the main executable over the remote protocol.
13432
13433 2015-04-16 Pedro Alves <palves@redhat.com>
13434
13435 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13436 a new gdbserver if gdbserver_reconnect_p is set.
13437
13438 2015-04-16 Pedro Alves <palves@redhat.com>
13439
13440 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13441 is set, don't exit gdbserver.
13442
13443 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13444
13445 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13446 appropriate .insn, such that an older assembler can be used.
13447 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13448 the z/Architecture instruction set on 31-bit targets as well.
13449
13450 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13451
13452 * gdb.go/handcall.exp: Remove all logic related to the first
13453 breakpoint and rely on go_runto_main instead.
13454 * gdb.go/strings.exp: Likewise.
13455 * gdb.go/unsafe.exp: Likewise.
13456 * gdb.go/hello.exp: Likewise. Also rename the remaining
13457 breakpoint marker to "breakpoint 1".
13458 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13459 * gdb.go/strings.go: Likewise.
13460 * gdb.go/unsafe.go: Likewise.
13461 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13462 "set breakpoint 2 here" and rename the remaining breakpoint marker
13463 to "breakpoint 1".
13464
13465 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13466
13467 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13468 if itertools.imap is not present.
13469 * gdb.python/py-objfile.exp: Add parentheses.
13470 * gdb.python/py-type.exp: Same.
13471 * gdb.python/py-unwind-maint.py: Same.
13472
13473 2015-04-15 Yao Qi <yao.qi@linaro.org>
13474
13475 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13476 of ":$ptr_size" and set its form explicitly.
13477
13478 2015-04-15 Pedro Alves <palves@redhat.com>
13479 Yao Qi <yao.qi@linaro.org>
13480
13481 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13482 timeout by factor of 4.
13483 (test_regular_watch): Likewise.
13484 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13485 * gdb.reverse/sigall-reverse.exp: Likewise.
13486 * gdb.reverse/until-precsave.exp: Likewise.
13487 * lib/gdb.exp (with_timeout_factor): New proc.
13488 (gdb_expect): Move some code to ...
13489 (get_largest_timeout): ... here. New procedure.
13490
13491 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13492
13493 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13494
13495 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13496
13497 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13498 to write to the .text section.
13499
13500 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13501
13502 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13503 Handle the case of targets that do not provide PID information.
13504
13505 2015-04-13 Yao Qi <yao.qi@linaro.org>
13506
13507 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13508 and use expect instead of gdb_expect.
13509
13510 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13511
13512 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13513 "coredump_var_addr" to avoid naming conflict with other testcases.
13514
13515 2015-04-10 Pedro Alves <palves@redhat.com>
13516
13517 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13518 gdb_test_sequence and gdb_assert.
13519
13520 2015-04-10 Pedro Alves <palves@redhat.com>
13521
13522 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13523 test messages that don't include the breakpoint address.
13524
13525 2015-04-10 Yao Qi <yao.qi@linaro.org>
13526
13527 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13528 false for some offset and width combinations which aren't
13529 supported by linux kernel.
13530
13531 2015-04-10 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13534 procedure, factored out from ...
13535 (top level): ... here. Add "set displaced-stepping" testing axis.
13536 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13537 parameter "displaced". Use it.
13538 (top level): Use foreach and add "set displaced-stepping" testing
13539 axis.
13540
13541 2015-04-10 Pedro Alves <palves@redhat.com>
13542
13543 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13544 Remove comment.
13545 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13546 both the address of the instruction that triggers the watchpoint
13547 and the address of the instruction immediately after, and use
13548 those addresses for the test. Fix comment.
13549
13550 2015-04-10 Pedro Alves <palves@redhat.com>
13551
13552 * gdb.base/sigstep.exp (breakpoint_to_handler)
13553 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13554 Test "backtrace" in handler.
13555 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13556 (top level): Add new "displaced" test axis to
13557 breakpoint_to_handler, breakpoint_to_handler_entry and
13558 breakpoint_over_handler.
13559
13560 2015-04-10 Pedro Alves <palves@redhat.com>
13561
13562 PR gdb/18216
13563 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13564
13565 2015-04-10 Yao Qi <yao.qi@linaro.org>
13566
13567 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13568 (test_add_rn_pc): New function.
13569 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13570 (top level): Invoke test_add_rn_pc.
13571
13572 2015-04-10 Pedro Alves <palves@redhat.com>
13573
13574 PR gdb/13858
13575 * gdb.base/step-over-no-symbols.exp: New file.
13576
13577 2015-04-09 Andy Wingo <wingo@igalia.com>
13578
13579 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13580 after the Python tests.
13581
13582 2015-04-08 Keith Seitz <keiths@redhat.com>
13583
13584 PR python/16699
13585 * gdb.python/py-completion.exp: New tests for completion.
13586 * gdb.python/py-completion.py (CompleteLimit1): New class.
13587 (CompleteLimit2): Likewise.
13588 (CompleteLimit3): Likewise.
13589 (CompleteLimit4): Likewise.
13590 (CompleteLimit5): Likewise.
13591 (CompleteLimit6): Likewise.
13592 (CompleteLimit7): Likewise.
13593
13594 2015-04-08 Pedro Alves <palves@redhat.com>
13595
13596 PR gdb/18214
13597 PR gdb/18216
13598 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13599 function.
13600 (main): Install it as SIGUSR1 handler.
13601 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13602 parameter. Always use "setup" as prefix. Toggle "set
13603 displaced-stepping" off/on depending on global. Don't switch to
13604 thread 1 here.
13605 (top level): Add displaced stepping "off/on" test axis. Update
13606 "setup" calls. Wrap each subtest with with_test_prefix. Test
13607 continuing with a queued signal in each thread.
13608
13609 2015-04-08 Pedro Alves <palves@redhat.com>
13610
13611 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13612 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13613 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13614 Return early if running to main fails.
13615 * gdb.trace/while-stepping.exp: Likewise.
13616
13617 2015-04-07 Pedro Alves <palves@redhat.com>
13618
13619 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13620 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13621 interact with inferior program.
13622
13623 2015-04-07 Pedro Alves <palves@redhat.com>
13624
13625 * lib/gdb.exp (inferior_spawn_id): New global.
13626 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13627 spawn id after processing the user code.
13628 (default_gdb_start): Set inferior_spawn_id.
13629 (send_inferior): New procedure.
13630 * lib/gdbserver-support.exp (gdbserver_start): Set
13631 inferior_spawn_id.
13632 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13633
13634 2015-04-07 Pedro Alves <palves@redhat.com>
13635
13636 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13637 * lib/gdbserver-support.exp (gdbserver_start): Make
13638 $server_spawn_id global.
13639 (gdbserver_start): Don't wait for gdbserver's spawn id with
13640 expect_background.
13641 (close_gdbserver): New procedure.
13642 (gdb_exit): Rename the default version and reimplement.
13643
13644 2015-04-07 Pedro Alves <palves@redhat.com>
13645
13646 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13647 append the substituted item, not the original item.
13648
13649 2015-04-07 Pedro Alves <palves@redhat.com>
13650
13651 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13652 gdb_expect.
13653
13654 2015-04-07 Pedro Alves <palves@redhat.com>
13655
13656 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13657 output appearing once only.
13658
13659 2015-04-07 Pedro Alves <palves@redhat.com>
13660
13661 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13662 that doesn't expect anything. Return early if running to main
13663 fails.
13664
13665 2015-04-07 Yao Qi <yao.qi@linaro.org>
13666
13667 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13668 (child_function): Call alarm.
13669 (main): Move call to alarm into the loop.
13670 * gdb.threads/non-stop-fair-events.exp: Build program with
13671 -DTIMEOUT=$timeout.
13672
13673 2015-04-06 Doug Evans <xdje42@gmail.com>
13674
13675 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13676 Fix dest parameter to board_info.
13677 (fpc_compile): Ditto.
13678 (gdb_compile_pascal): Rename dest arg to destfile.
13679
13680 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13681
13682 * gdb.ada/funcall_ref.exp: New file.
13683 * gdb.ada/funcall_ref/foo.adb: New file.
13684
13685 2015-04-02 Yao Qi <yao.qi@linaro.org>
13686
13687 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13688 is remote.
13689
13690 2015-04-02 Gary Benson <gbenson@redhat.com>
13691
13692 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13693
13694 2015-04-01 Sasha Smundak <asmundak@google.com>
13695
13696 * gdb.python/py-unwind-maint.c: New file.
13697 * gdb.python/py-unwind-maint.exp: New test.
13698 * gdb.python/py-unwind-maint.py: New file.
13699 * gdb.python/py-unwind.c: New file.
13700 * gdb.python/py-unwind.exp: New test.
13701 * gdb.python/py-unwind.py: New test.
13702
13703 2015-04-01 Pedro Alves <palves@redhat.com>
13704
13705 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13706 to fail instead of non-existent $test.
13707
13708 2015-04-01 Pedro Alves <palves@redhat.com>
13709
13710 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13711 GDBFLAGS if not empty.
13712
13713 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13714
13715 * gdb.ada/complete.exp: Remove "multi_line".
13716 * gdb.ada/info_exc.exp: Remove "multi_line".
13717 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13718 * gdb.ada/ptype_field.exp: Remove "multi_line".
13719 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13720 * gdb.ada/tagged.exp: Remove "multi_line".
13721 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13722 [multi_line ...]
13723 * gdb.btrace/delta.exp: Likewise.
13724 * gdb.btrace/exception.exp: Likewise.
13725 * gdb.btrace/function_call_history.exp: Likewise.
13726 * gdb.btrace/instruction_history.exp: Likewise.
13727 * gdb.btrace/nohist.exp: Likewise.
13728 * gdb.btrace/record_goto.exp: Likewise.
13729 * gdb.btrace/segv.exp: Likewise.
13730 * gdb.btrace/stepi.exp: Likewise.
13731 * gdb.btrace/tailcall.exp: Likewise.
13732 * gdb.btrace/unknown_functions.exp: Likewise.
13733 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13734 * lib/gdb.exp: Add the "multi_line" helper.
13735
13736 2015-04-01 Pedro Alves <palves@redhat.com>
13737
13738 * gdb.threads/tid-reuse.c: New file.
13739 * gdb.threads/tid-reuse.exp: New file.
13740
13741 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13742
13743 PR corefiles/16092
13744 * gdb.base/coredump-filter.c: New file.
13745 * gdb.base/coredump-filter.exp: Likewise.
13746
13747 2015-03-27 Petr Machata <pmachata@redhat.com>
13748
13749 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13750 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13751 (Dwarf::assemble): Initialize them.
13752 (Dwarf::lines): New function.
13753
13754 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13755
13756 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13757 SYMBOL_PREFIX for x86_64-*-cygwin.
13758
13759 2015-03-26 Andy Wingo <wingo@igalia.com>
13760
13761 PR symtab/18148
13762 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13763 const_value but not a location.
13764 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13765 location defined in non-main CUs are visible.
13766
13767 2015-03-26 Yao Qi <yao.qi@linaro.org>
13768
13769 PR testsuite/18139
13770 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13771 Add a line number entry for the same line.
13772 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13773 Add a line number entry for the same line.
13774
13775 2015-03-26 Yao Qi <yao.qi@linaro.org>
13776
13777 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13778 .int 0.
13779 (func): Likewise. Add .Lfunc_1 label.
13780 Use .Lfunc_1 label.
13781 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13782 .int 0.
13783 (func): Likewise.
13784 Use .Lfunc_1 label.
13785
13786 2015-03-26 Yao Qi <yao.qi@linaro.org>
13787
13788 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13789 Call gdb_compile instead to compile each .s files without debug
13790 information.
13791
13792 2015-03-26 Yao Qi <yao.qi@linaro.org>
13793
13794 * gdb.base/savedregs.exp (process_saved_regs): Make
13795 "Saved registers:" optional in the pattern.
13796
13797 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13798
13799 * gdb.btrace/next.exp: Merged into step.exp.
13800 * gdb.btrace/finish.exp: Merged into step.exp.
13801 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13802 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13803 "record goto" and checking the exact replay position.
13804 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13805 check for "Recording format" in "info record" output.
13806 * gdb.btrace/record_goto.exp: Choose test file based on target.
13807 * gdb.btrace/x86-record_goto.S: Renamed into ...
13808 * gdb.btrace/x86_64-record_goto.S: ... this.
13809 * gdb.btrace/i686-record_goto.S: New.
13810 * gdb.btrace/x86-tailcall.S: Renamed into ...
13811 * gdb.btrace/x86_64-tailcall.S: ... this.
13812 * gdb.btrace/i686-tailcall.S: New.
13813 * gdb.btrace/x86-tailcall.c: Renamed into ...
13814 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13815 separate statements. Update test.
13816 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13817 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13818 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13819 * gdb.btrace/tailcall.exp: Choose test file based on target.
13820 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13821
13822 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13823
13824 * gdb.btrace/exception.exp: Increase BTS buffer size.
13825
13826 2015-03-24 Pedro Alves <palves@redhat.com>
13827
13828 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13829
13830 2015-03-24 Pedro Alves <palves@redhat.com>
13831
13832 * gdb.threads/schedlock.exp (test_step): No longer expect that
13833 "set scheduler-locking step" with "next" over a function call runs
13834 threads unlocked.
13835
13836 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13837
13838 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13839
13840 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13841
13842 PR breakpoints/16466
13843 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13844 * gdb.mi/mi-pending.c (thread_func): New function.
13845 (int main): Add threading support required.
13846 * gdb.mi/mi-pending.exp: Add tests for this issue.
13847 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13848 (pendfunc2): Remove stdio dependency.
13849 * gdb.mi/mi-pendshr2.c: New file.
13850
13851 2015-03-23 Keith Seitz <keiths@redhat.com>
13852
13853 * gdb.linespec/keywords.c: New file.
13854 * gdb.linespec/keywords.exp: New file.
13855
13856 2015-03-23 Keith Seitz <keiths@redhat.com>
13857
13858 PR gdb/18021
13859 * gdb.dwarf2/staticvirtual.exp: New test.
13860
13861 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13862
13863 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13864 * README: Remove HP-UX and gdb.hp.
13865 (configuration):
13866 * configure: Regenerate.
13867 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13868 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13869 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13870 gdb.hp/gdb.defects/Makefile.
13871 * gdb.hp/Makefile.in: File deleted.
13872 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13873 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13874 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13875 * gdb.hp/gdb.aCC/run.c: File deleted.
13876 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13877 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13878 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13879 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13880 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13881 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13882 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13883 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13884 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13885 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13886 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13887 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13888 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13889 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13890 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13891 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13892 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13893 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13894 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13895 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13896 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13897 * gdb.hp/gdb.compat/average.c: File deleted.
13898 * gdb.hp/gdb.compat/sum.c: File deleted.
13899 * gdb.hp/gdb.compat/xdb.c: File deleted.
13900 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13901 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13902 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13903 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13904 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13905 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13906 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13907 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13908 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13909 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13910 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13911 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13912 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13913 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13914 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13915 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13916 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13917 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13918 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13919 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13920 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13921 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13922 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13923 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13924 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13925 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13926 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13927 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13928 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13929 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13930 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13931 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13932 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13933 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13934 * gdb.hp/tools/odump: File deleted.
13935
13936 2015-03-19 Pedro Alves <palves@redhat.com>
13937
13938 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13939 (saw_thread_3): New globals.
13940 (top level): Increment them when an event for the corresponding
13941 thread is seen.
13942 (no thread starvation): New test.
13943
13944 2015-03-19 Pedro Alves <palves@redhat.com>
13945
13946 * gdb.threads/continue-pending-status.c: New file.
13947 * gdb.threads/continue-pending-status.exp: New file.
13948
13949 2015-03-18 Pedro Alves <palves@redhat.com>
13950
13951 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13952 Use gdb_is_target_remote instead of is_remote. Use
13953 gdb_test_multiple instead of gdb_expect. Exit early if
13954 gdb_test_multiple hits its internal matches. Tighten stepi tests
13955 expected output. Fail on exit with any signal, instead of just
13956 SIGILL.
13957
13958 2015-03-18 Yao Qi <yao.qi@linaro.org>
13959
13960 PR tdep/18107
13961 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13962 variable.
13963 * gdb.base/catch-syscall.exp: Don't skip it on
13964 aarch64*-*-linux* target. Remove elements in all_syscalls.
13965 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13966 target.
13967 (setup_all_syscalls): New proc.
13968
13969 2015-03-16 Yao Qi <yao.qi@linaro.org>
13970
13971 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13972 (top level): Skip tests if valid_addr_p returns false for
13973 $cmd1 or $cmd2.
13974
13975 2015-03-11 Andy Wingo <wingo@igalia.com>
13976
13977 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13978
13979 2015-03-11 Yao Qi <yao.qi@linaro.org>
13980
13981 * gdb.base/catch-syscall.exp: Fix typo in comments.
13982
13983 2015-03-11 Yao Qi <yao.qi@linaro.org>
13984
13985 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13986
13987 2015-03-09 Pedro Alves <palves@redhat.com>
13988
13989 * dg-extract-results.py: Delete.
13990
13991 2015-03-09 Pedro Alves <palves@redhat.com>
13992
13993 Merge dg-extract-results.sh from GCC upstream (r218843).
13994
13995 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13996 * dg-extract-results.sh: Use --text with grep to avoid issues with
13997 binary files. Fall back to cat -v, if that doesn't work.
13998
13999 2015-03-05 Pedro Alves <palves@redhat.com>
14000
14001 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14002
14003 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14004
14005 * lib/mi-support.exp (mi_expect_interrupt): Accept
14006 alternative event for when in all-stop mode.
14007
14008 2015-03-04 Pedro Alves <palves@redhat.com>
14009
14010 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14011
14012 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14013
14014 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14015
14016 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14017
14018 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14019 regexps for GDB's current line display, accept a hex address
14020 preceding the line number.
14021
14022 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14023
14024 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14025 the 'arch1' variable for "s390*-linux*" targets.
14026
14027 2015-03-04 Pedro Alves <palves@redhat.com>
14028
14029 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14030 (main): Pass missing retval argument to pthread_join call.
14031
14032 2015-03-02 Pedro Alves <palves@redhat.com>
14033
14034 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14035 (top level): Call do_test with non-stop as well.
14036
14037 2015-03-02 Pedro Alves <palves@redhat.com>
14038
14039 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14040 -1.
14041
14042 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14043
14044 * gdb.arch/s390-vregs.exp: New test.
14045 * gdb.arch/s390-vregs.S: New file.
14046
14047 2015-02-27 Pedro Alves <palves@redhat.com>
14048
14049 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14050 call to catch_command_errors.
14051 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14052 catch_command_errors.
14053
14054 2015-02-27 Pedro Alves <palves@redhat.com>
14055
14056 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14057 "true" for boolean result.
14058 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14059 prototype of main.
14060
14061 2015-02-27 Pedro Alves <palves@redhat.com>
14062
14063 * lib/unbuffer_output.c: New file.
14064 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14065 (main): Call gdb_unbuffer_output.
14066
14067 2015-02-27 Yao Qi <yao.qi@linaro.org>
14068
14069 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14070 target.
14071
14072 2015-02-26 Doug Evans <dje@google.com>
14073
14074 * gdb.cp/class2.cc (Dbase, D): New classes.
14075 (main): New local delta.
14076 * gdb.cp/class2.exp: Test printing delta.
14077 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14078 (dynbar): New global.
14079 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14080
14081 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14082
14083 * gdb.compile/compile-ifunc.c: New file.
14084 * gdb.compile/compile-ifunc.exp: New file.
14085
14086 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14087
14088 * gdb.base/structs.exp: Check for correct struct on finish.
14089
14090 2015-02-26 Yao Qi <yao.qi@linaro.org>
14091
14092 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14093 is zero.
14094
14095 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14096
14097 * gdb.arch/cordic.ko.bz2: New file.
14098 * gdb.arch/cordic.ko.debug.bz2: New file.
14099 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14100
14101 2015-02-25 Yao Qi <yao.qi@linaro.org>
14102
14103 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14104 aarch64*-*-* target.
14105
14106 2015-02-23 Pedro Alves <palves@redhat.com>
14107
14108 * lib/gdb.exp (delete_breakpoints): Rewrite using
14109 gdb_test_multiple.
14110
14111 2015-02-23 Pedro Alves <palves@redhat.com>
14112
14113 * gdb.base/info-os.c: Include stdlib.h.
14114
14115 2015-02-22 Doug Evans <xdje42@gmail.com>
14116
14117 PR symtab/17855
14118 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14119 is read after symbols have been re-read.
14120 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14121 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14122
14123 2015-02-21 Doug Evans <dje@google.com>
14124
14125 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14126
14127 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14128
14129 PR corefiles/17808
14130 * gdb.arch/i386-biarch-core.core.bz2: New file.
14131 * gdb.arch/i386-biarch-core.exp: New file.
14132
14133 2015-02-21 Pedro Alves <palves@redhat.com>
14134
14135 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14136 runto_main fails.
14137
14138 2015-02-20 Pedro Alves <palves@redhat.com>
14139
14140 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14141 info probes.
14142
14143 2015-02-20 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14146
14147 2015-02-20 Pedro Alves <palves@redhat.com>
14148
14149 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14150 clean_restart before gdb_target_supports_trace.
14151
14152 2015-02-20 Pedro Alves <palves@redhat.com>
14153
14154 PR threads/18006
14155 * gdb.threads/clone-thread_db.c: New file.
14156 * gdb.threads/clone-thread_db.exp: New file.
14157
14158 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14159
14160 PR breakpoints/16812
14161 * gdb.base/catch-gdb-caused-signals.c: New file.
14162 * gdb.base/catch-gdb-caused-signals.exp: New file.
14163
14164 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14165
14166 * configure: Regenerated.
14167 * configure.ac: Use GDB_AC_TRANSFORM.
14168 * aclocal.m4: sinclude ../transform.m4.
14169
14170 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14171
14172 * lib/dtrace.exp: New file.
14173 * gdb.base/dtrace-probe.exp: Likewise.
14174 * gdb.base/dtrace-probe.d: Likewise.
14175 * gdb.base/dtrace-probe.c: Likewise.
14176 * lib/pdtrace.in: Likewise.
14177 * configure.ac: Output variables with the transformed names of
14178 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14179 * configure: Regenerated.
14180
14181 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14182
14183 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14184 expected message when trying to access $_probe_* convenience
14185 variables while not on a probe.
14186
14187 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14188
14189 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14190
14191 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14192
14193 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14194 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14195
14196 2015-02-10 Doug Evans <xdje42@gmail.com>
14197
14198 * lib/gdb.exp (gdb_load): Always return a result.
14199
14200 2015-02-10 Pedro Alves <palves@redhat.com>
14201
14202 * gdb.threads/signal-sigtrap.c: New file.
14203 * gdb.threads/signal-sigtrap.exp: New file.
14204
14205 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14206
14207 * gdb.trace/no-attach-trace.c: New file.
14208 * gdb.trace/no-attach-trace.exp: New file.
14209
14210 2015-02-09 Mark Wielaard <mjw@redhat.com>
14211
14212 * gdb.dwarf2/atomic.c: New file.
14213 * gdb.dwarf2/atomic-type.exp: Likewise.
14214
14215 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14216
14217 * gdb.btrace/buffer-size.exp: Update "info record" output.
14218 * gdb.btrace/delta.exp: Update "info record" output.
14219 * gdb.btrace/enable.exp: Update "info record" output.
14220 * gdb.btrace/finish.exp: Update "info record" output.
14221 * gdb.btrace/instruction_history.exp: Update "info record" output.
14222 * gdb.btrace/next.exp: Update "info record" output.
14223 * gdb.btrace/nexti.exp: Update "info record" output.
14224 * gdb.btrace/step.exp: Update "info record" output.
14225 * gdb.btrace/stepi.exp: Update "info record" output.
14226 * gdb.btrace/nohist.exp: Update "info record" output.
14227
14228 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14229
14230 * gdb.btrace/buffer-size: New.
14231
14232 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14233
14234 * gdb.btrace/delta.exp: Update "info record" output.
14235 * gdb.btrace/enable.exp: Update "info record" output.
14236 * gdb.btrace/finish.exp: Update "info record" output.
14237 * gdb.btrace/instruction_history.exp: Update "info record" output.
14238 * gdb.btrace/next.exp: Update "info record" output.
14239 * gdb.btrace/nexti.exp: Update "info record" output.
14240 * gdb.btrace/step.exp: Update "info record" output.
14241 * gdb.btrace/stepi.exp: Update "info record" output.
14242 * gdb.btrace/nohist.exp: Update "info record" output.
14243
14244 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14245
14246 PR gdb/15678
14247 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14248
14249 2015-02-06 Pedro Alves <palves@redhat.com>
14250
14251 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14252 macro.
14253 (seconds_left, again): New globals.
14254 (main): Wait seconds_left in a 1-second sleep loop instead of
14255 sleeping 180 seconds. If 'again' is set, reset the seconds
14256 counter.
14257 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14258 'again' in the inferior before detaching. Print the seconds left.
14259 (options): New global.
14260 (top level): Build program with -DTIMEOUT=$timeout.
14261
14262 2015-02-06 Pedro Alves <palves@redhat.com>
14263
14264 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14265 determine how many seconds to pass to 'alarm'.
14266 * gdb.base/gdb-sigterm.exp (top level): Build program with
14267 -DTIMEOUT=$timeout.
14268 (do_test): Return success/failure indication. Add more verbose
14269 logging. Don't fail if 200 single steps are seen. Instead, fail
14270 when the test times out.
14271 (passes): New global.
14272 (top level): Break the testing loop if testing fails on any
14273 iteration. Use gdb_assert.
14274
14275 2015-02-04 Don Breazeal <donb@codesourcery.com>
14276
14277 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14278 and initialize them.
14279 (ipc_cleanup): New function.
14280 (main): Don't declare shmid, semid, and msqid. Add a call to
14281 atexit so that we call ipc_cleanup on exit.
14282
14283 2015-02-04 Pedro Alves <palves@redhat.com>
14284
14285 * boards/native-extended-gdbserver.exp: Remove any target variant
14286 specifications from the board name before clearing the isremote
14287 flag from board_info.
14288
14289 2015-01-31 Doug Evans <xdje42@gmail.com>
14290
14291 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14292
14293 2015-01-31 Gary Benson <gbenson@redhat.com>
14294
14295 * gdb.base/completion.exp: Disable completion limiting for
14296 existing tests. Add new tests to check completion limiting.
14297 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14298
14299 2015-01-31 Doug Evans <xdje42@gmail.com>
14300
14301 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14302
14303 2015-01-31 Doug Evans <xdje42@gmail.com>
14304
14305 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14306 entries. Duplicate file section script entries.
14307 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14308 inlined entries. Add test for safe-path rejection.
14309 * gdb.python/py-section-script.c: Add duplicate inlined section script
14310 entries. Duplicate file section script entries.
14311 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14312 inlined entries. Add test for safe-path rejection.
14313
14314 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14315
14316 * gdb.ada/disc_arr_bound: New testcase.
14317
14318 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14319
14320 * gdb.ada/mi_var_array: New testcase.
14321
14322 2015-01-27 Doug Evans <dje@google.com>
14323
14324 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14325 Add test for objfile.filename, objfile.username after objfile
14326 has been unloaded.
14327
14328 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14329
14330 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14331 the second test to print the name attribute of value
14332 returned by the call to gdb.lookup_type, and adjust
14333 the expected output accordingly.
14334
14335 2015-01-25 Mark Wielaard <mjw@redhat.com>
14336
14337 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14338 * gdb.base/disp-step-fork.c: Include unistd.h.
14339 * gdb.base/siginfo-obj.c: Include stdio.h.
14340 * gdb.base/siginfo-thread.c: Likewise.
14341 * gdb.mi/non-stop.c: Include unistd.h.
14342 * gdb.mi/nsthrexec.c: Include stdio.h.
14343 * gdb.mi/pthreads.c: Include unistd.h.
14344 * gdb.modula2/unbounded1.c (main): Declare returns int.
14345 * gdb.reverse/consecutive-reverse.c: Likewise.
14346 * gdb.threads/create-fail.c: Include unistd.h.
14347 * gdb.threads/killed.c: Likewise.
14348 * gdb.threads/linux-dp.c: Likewise.
14349 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14350 * gdb.threads/non-ldr-exc-2.c: Likewise.
14351 * gdb.threads/non-ldr-exc-3.c: Likewise.
14352 * gdb.threads/non-ldr-exc-4.c: Likewise.
14353 * gdb.threads/pthreads.c: Include unistd.h.
14354 (main): Declare returns int.
14355 * gdb.threads/tls-main.c (foo): New declaration.
14356 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14357
14358 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14359
14360 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14361 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14362
14363 2015-01-15 Mark Wielaard <mjw@redhat.com>
14364
14365 * gdb.base/noreturn-return.c: New file.
14366 * gdb.base/noreturn-return.exp: New file.
14367 * gdb.base/noreturn-finish.c: New file.
14368 * gdb.base/noreturn-finish.exp: New file.
14369
14370 2015-01-23 Pedro Alves <palves@redhat.com>
14371
14372 * gdb.threads/continue-pending-after-query.c: New file.
14373 * gdb.threads/continue-pending-after-query.exp: New file.
14374
14375 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14376 Simon Marchi <simon.marchi@ericsson.com>
14377
14378 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14379 * gdb.base/valgrind-db-attach.exp: Same.
14380 * gdb.base/valgrind-infcall.exp: Same.
14381 * lib/mi-support.exp (default_mi_gdb_start): Same.
14382 * lib/prompt.exp (default_prompt_gdb_start): Same.
14383 * lib/gdb.exp (default_gdb_spawn): Same.
14384 (gdb_interact): New.
14385
14386
14387 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14388
14389 * gdb.compile/compile.exp (pointer to jit function): New test.
14390
14391 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14392
14393 * lib/gdb.exp (supports_process_record): Return true for
14394 powerpc*-*-linux*.
14395 (supports_reverse): Likewise.
14396
14397 2015-01-15 Don Breazeal <donb@codesourcery.com>
14398
14399 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14400 instead of checking whether the target board is remote and
14401 use spawn_wait_for_attach instead of exec/sleep.
14402 * gdb.base/attach-twice.exp: Likewise.
14403
14404 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14405
14406 * gdb.ada/var_arr_attrs: New testcase.
14407
14408 2015-01-14 Pedro Alves <palves@redhat.com>
14409 Joel Brobecker <brobecker@adacore.com>
14410
14411 PR gdb/17525
14412 * gdb.base/bp-cmds-execution-x-script.c: New file.
14413 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14414 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14415
14416 2015-01-14 Pedro Alves <palves@redhat.com>
14417
14418 PR cli/17828
14419 * gdb.base/batch-preserve-term-settings.c: New file.
14420 * gdb.base/batch-preserve-term-settings.exp: New file.
14421
14422 2015-01-13 Doug Evans <dje@google.com>
14423
14424 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14425 binary.
14426
14427 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14428
14429 * Makefile.in (clean mostlyclean): Do not delete *.py.
14430
14431 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14432
14433 * gdb.python/py-lookup-type.exp: New file.
14434
14435 2015-01-12 Pedro Alves <palves@redhat.com>
14436
14437 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14438 restore GDBFLAGS before returning.
14439
14440 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14441
14442 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14443 is_amd64_regs_target and is_x86_like_target.
14444
14445 2015-01-11 Doug Evans <xdje42@gmail.com>
14446
14447 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14448 is given without an explicit form.
14449 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14450 attributes.
14451 * gdb.dwarf/corrupt.exp: Ditto.
14452 * gdb.dwarf2/enum-type.exp: Ditto.
14453 * gdb.trace/entry-values.exp: Ditto.
14454 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14455
14456 2015-01-11 Doug Evans <xdje42@gmail.com>
14457
14458 PR gdb/15830
14459 * gdb.base/maint.exp: Remove references to "maint demangle".
14460 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14461 Add tests for explicitly specifying language to demangle.
14462 * gdb.dlang/demangle.exp: Ditto.
14463
14464 2015-01-09 Pedro Alves <palves@redhat.com>
14465
14466 * gdb.threads/non-stop-fair-events.c: New file.
14467 * gdb.threads/non-stop-fair-events.exp: New file.
14468
14469 2015-01-09 Pedro Alves <palves@redhat.com>
14470
14471 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14472 the global scope. Set a breakpoint after all threads are started
14473 rather than stepping over two source lines. Expect the prompt.
14474 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14475 global.
14476 (NUM): Now 15.
14477 (main): Use threads_started_barrier to wait for all threads to
14478 start. Main thread no longer calls thread_function. Exit after
14479 180 seconds.
14480 (loop): New function.
14481 (thread_function): Wait on threads_started_barrier barrier. Call
14482 'loop' at each iteration.
14483 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14484 threads have started, instead of hardcoding number of "next"
14485 steps. Use an access watchpoint instead of a write watchpoint.
14486
14487 2015-01-09 Pedro Alves <palves@redhat.com>
14488
14489 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14490 (thread_func): Wait on barrier.
14491 (main): Wait for all threads to start before stopping GDB.
14492 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14493 global.
14494 (thread1_func, thread2_func): Wait on barrier.
14495 (main): Wait for all threads to start before stopping GDB.
14496 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14497 New global.
14498 (thread1_func, thread2_func): Wait on barrier.
14499 (main): Wait for all threads to start before stopping GDB.
14500
14501 2015-01-09 Pedro Alves <palves@redhat.com>
14502
14503 * gdb.threads/attach-many-short-lived-threads.c: New file.
14504 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14505
14506 2014-01-09 Pedro Alves <palves@redhat.com>
14507
14508 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14509 instead of to thread 2.
14510 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14511 Add barrier around each pthread_create call instead of around all
14512 calls.
14513 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14514 Set a break on thread_function and have the child threads hit it
14515 one at at a time.
14516
14517 2015-01-09 Pedro Alves <palves@redhat.com>
14518
14519 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14520 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14521 false.
14522 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14523 checking whether the target board is remote.
14524 * gdb.multi/multi-attach.exp: Likewise.
14525 * gdb.python/py-sync-interp.exp: Likewise.
14526 * gdb.server/ext-attach.exp: Likewise.
14527 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14528 tests that need to attach, instead of checking whether the target
14529 board is remote at the top of the file.
14530
14531 2015-01-08 Yao Qi <yao@codesourcery.com>
14532
14533 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14534
14535 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14536
14537 Fix testcase compilation.
14538 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14539
14540 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14541
14542 * gdb.python/py-type.exp: Add a couple test about empty
14543 array creation, and negative-length array creation.
14544
14545 2015-01-02 Doug Evans <xdje42@gmail.com>
14546
14547 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14548
14549 2015-01-02 Doug Evans <dje@google.com>
14550
14551 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14552
14553 2014-12-29 Yao Qi <yao@codesourcery.com>
14554
14555 * gdb.trace/entry-values.exp: Update comments. Rename variable
14556 bar_call_foo to returned_from_foo.
14557
14558 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14559
14560 PR gdb/17394
14561 * gdb.linespec/break-asm-file.c: New file.
14562 * gdb.linespec/break-asm-file.exp: New file.
14563 * gdb.linespec/break-asm-file0.s: New file.
14564 * gdb.linespec/break-asm-file1.s: New file.
14565
14566 2014-12-18 Nigel Stephens <nigel@mips.com>
14567 Maciej W. Rozycki <macro@codesourcery.com>
14568
14569 * gdb.base/float.exp: Handle the new output from "info float" on
14570 MIPS targets.
14571
14572 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14573
14574 Fix MinGW compilation.
14575 * gdb.compile/compile-ops.exp: Update untested message if
14576 !skip_compile_feature_tests.
14577 * gdb.compile/compile-setjmp.exp: Likewise.
14578 * gdb.compile/compile-tls.exp: Likewise.
14579 * gdb.compile/compile.exp: Likewise.
14580 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14581 supported on this host".
14582
14583 2014-12-16 Doug Evans <xdje42@gmail.com>
14584
14585 * boards/stabs.exp: New file.
14586
14587 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14588
14589 * gdb.base/completion.exp: Adjust to format changes of "maint
14590 print user-registers".
14591
14592 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14593
14594 PR server/17457
14595 * gdb.arch/aarch64-fp.c: New file.
14596 * gdb.arch/aarch64-fp.exp: New file.
14597
14598 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14599
14600 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14601 r210637, r210913, r211666, r215400, r215817).
14602
14603 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14604 * dg-extract-results.py: New file.
14605 * dg-extract-results.sh: Use it if the environment seems
14606 suitable.
14607
14608 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14609
14610 * dg-extract-results.py (parse_run): Handle warnings that
14611 are printed before a test harness is run.
14612
14613 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14614
14615 * dg-extract-results.py (Named): Remove __cmp__ method.
14616 (output_variation): Use a key to sort variation.harnesses.
14617
14618 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14619
14620 * dg-extract-results.py: For Python 3, force sys.stdout to
14621 handle surrogate escape sequences.
14622 (safe_open): New function.
14623 (output_segment, main): Use it.
14624
14625 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14626
14627 * dg-extract-results.py (Prog.result_re): Include options
14628 in test name.
14629
14630 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14631
14632 * dg-extract-results.py (output_variation): Always sort if
14633 do_sum.
14634
14635 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14636
14637 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14638 as long as we get pagination notifications.
14639
14640 2014-12-15 Jason Merrill <jason@redhat.com>
14641
14642 * Makefile.in (check-gdb.%): Restore.
14643 * README: Mention it.
14644
14645 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14646
14647 * gdb.ada/str_uninit: New testcase.
14648
14649 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14650
14651 PR symtab/17642
14652 * gdb.base/vla-stub-define.c: New file.
14653 * gdb.base/vla-stub.c: New file.
14654 * gdb.base/vla-stub.exp: New file.
14655
14656 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14657 Jan Kratochvil <jan.kratochvil@redhat.com>
14658 Tom Tromey <tromey@redhat.com>
14659
14660 * configure.ac: Add gdb.compile/.
14661 * configure: Regenerate.
14662 * gdb.compile/Makefile.in: New file.
14663 * gdb.compile/compile-ops.exp: New file.
14664 * gdb.compile/compile-ops.c: New file.
14665 * gdb.compile/compile-tls.c: New file.
14666 * gdb.compile/compile-tls.exp: New file.
14667 * gdb.compile/compile-constvar.S: New file.
14668 * gdb.compile/compile-constvar.c: New file.
14669 * gdb.compile/compile-mod.c: New file.
14670 * gdb.compile/compile-nodebug.c: New file.
14671 * gdb.compile/compile-setjmp-mod.c: New file.
14672 * gdb.compile/compile-setjmp.c: New file.
14673 * gdb.compile/compile-setjmp.exp: New file.
14674 * gdb.compile/compile-shlib.c: New file.
14675 * gdb.compile/compile.c: New file.
14676 * gdb.compile/compile.exp: New file.
14677 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14678
14679 2014-12-12 Tom Tromey <tromey@redhat.com>
14680
14681 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14682 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14683
14684 2014-12-12 Doug Evans <dje@google.com>
14685
14686 * lib/gdb-python.exp (get_python_valueof): New function.
14687 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14688
14689 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14690
14691 * gdb.base/completion.exp: Add test for completion of "info
14692 registers ".
14693
14694 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14695
14696 * gdb.base/func-ptrs.c: New file.
14697 * gdb.base/func-ptrs.exp: New file.
14698
14699 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14700
14701 PR breakpoints/17012
14702 * gdb.base/dprintf-detach.c: New file.
14703 * gdb.base/dprintf-detach.exp: New file.
14704
14705 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14706
14707 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14708 * lib/gdb.exp (target_is_gdbserver): New procedure.
14709
14710 2014-12-08 Doug Evans <dje@google.com>
14711
14712 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14713
14714 2014-12-05 Yao Qi <yao@codesourcery.com>
14715
14716 * gdb.guile/scm-error.exp: Remove the third argument to
14717 gdb_remote_download.
14718 * gdb.guile/scm-frame-args.exp: Likewise.
14719 * gdb.guile/scm-section-script.exp: Likewise.
14720
14721 2014-12-05 Yao Qi <yao@codesourcery.com>
14722
14723 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14724
14725 2014-12-04 Doug Evans <dje@google.com>
14726
14727 * gdb.python/py-objfile.exp: Add tests for
14728 objfile.add_separate_debug_file.
14729
14730 2014-12-04 Doug Evans <dje@google.com>
14731
14732 * lib/gdb.exp (get_build_id): New function.
14733 (build_id_debug_filename_get): Rewrite to use it.
14734 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14735
14736 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14737
14738 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14739 `method(long)', not just 0x0.
14740 * gdb.cp/nsalias.exp: Align code labels to 4.
14741 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14742 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14743 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14744 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14745 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14746 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14747
14748 2014-12-02 Doug Evans <dje@google.com>
14749
14750 PR symtab/17602
14751 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14752 * gdb.cp/anon-ns2.cc: ... here. New file.
14753 * gdb.cp/anon-ns.exp: Update.
14754
14755 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14756
14757 * gdb.python/py-events.py (inferior_call_handler): New.
14758 (register_changed_handler, memory_changed_handler): New.
14759 (test_events.invoke): Register new handlers.
14760 * gdb.python/py-events.exp: Add tests for inferior call,
14761 memory_changed and register_changed events.
14762
14763 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14764
14765 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14766 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14767 if the linker doesn't understand this.
14768
14769 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14770
14771 * gdb.python/python.exp: Change expected reply to help().
14772
14773 2014-12-01 Yao Qi <yao@codesourcery.com>
14774
14775 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14776 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14777 * configure: Re-generated.
14778
14779 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14780
14781 * gdb.cp/chained-calls.cc: New file.
14782 * gdb.cp/chained-calls.exp: New file.
14783 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14784
14785 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14786
14787 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14788 * gdb.dwarf2/symtab-producer.exp: Same.
14789 * gdb.gdb/python-interrupts.exp: Same.
14790 * gdb.gdb/python-selftest.exp: Same.
14791 * gdb.python/py-linetable.exp: Same.
14792 * gdb.python/py-type.exp: Same.
14793 * gdb.python/py-value-cc.exp: Same.
14794 * gdb.python/py-value.exp: Same.
14795
14796 2014-11-28 Yao Qi <yao@codesourcery.com>
14797
14798 * gdb.base/break-probes.exp: Match library name prefixed with
14799 sysroot.
14800
14801 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14802
14803 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14804 test expected output. Add parentheses for the call to print.
14805 Remove L suffix from integers.
14806
14807 2014-11-26 Doug Evans <dje@google.com>
14808
14809 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14810
14811 2014-11-22 Yao Qi <yao@codesourcery.com>
14812
14813 * gdb.trace/entry-values.c: Remove asms.
14814 (foo): Add foo_label.
14815 (bar): Add bar_label.
14816 * gdb.trace/entry-values.exp: Remove code computing foo's
14817 length and bar's length.
14818 (Dwarf::assemble): Invoke function_range for bar and use
14819 MACRO_AT_func for foo.
14820
14821 2014-11-22 Yao Qi <yao@codesourcery.com>
14822
14823 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14824 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14825 Use .Lgcc43_procstart instead of gcc43.
14826
14827 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14828
14829 * gdb.ada/n_arr_bound: New testcase.
14830
14831 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14832
14833 PR breakpoints/10737
14834 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14835 test_catch_syscall_multi_arch.
14836 (test_catch_syscall_multi_arch): New function.
14837
14838 2014-11-20 Doug Evans <xdje42@gmail.com>
14839
14840 * gdb.base/maint.exp: Update expected output.
14841
14842 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14843
14844 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14845 4-byte instruction on S390.
14846
14847 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14848
14849 * gdb.ada/arr_arr: New testcase.
14850
14851 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14852
14853 * gdb.ada/pkd_arr_elem: New Testcase.
14854
14855 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14856
14857 * gdb.reverse/break-precsave: Expect completion message for
14858 core file reads.
14859 * gdb.reverse/consecutive-precsave.exp: Likewise.
14860 * gdb.reverse/finish-precsave.exp: Likewise.
14861 * gdb.reverse/i386-precsave.exp: Likewise.
14862 * gdb.reverse/machinestate-precsave.exp: Likewise.
14863 * gdb.reverse/sigall-precsave.exp: Likewise.
14864 * gdb.reverse/solib-precsave.exp: Likewise.
14865 * gdb.reverse/step-precsave.exp: Likewise.
14866 * gdb.reverse/until-precsave.exp: Likewise.
14867 * gdb.reverse/watch-precsave.exp: Likewise.
14868
14869 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14870
14871 * gdb.base/bp-permanent.c: Include unistd.h.
14872 * gdb.python/py-framefilter-mi.c (main): Add return type.
14873 * gdb.python/py-framefilter.c (main): Likewise.
14874 * gdb.trace/actions-changed.c (main): Likewise.
14875
14876 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14877
14878 * gdb.mi/until.c: Add eye-catchers.
14879 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14880 line numbers.
14881
14882 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14883
14884 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14885 function header variants in break1.c.
14886 * gdb.base/ena-dis-br.exp: Likewise.
14887 * gdb.base/hbreak2.exp: Likewise.
14888 * gdb.reverse/until-precsave.exp: Drop references to removed
14889 non-prototype function header variants in ur1.c.
14890 * gdb.reverse/until-reverse.exp: Likewise.
14891
14892 2014-11-17 Petr Machata <pmachata@redhat.com>
14893
14894 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14895 ${_cu_offset_size} bytes abbrev offset.
14896
14897 2014-11-15 Doug Evans <xdje42@gmail.com>
14898
14899 PR symtab/17559
14900 * gdb.base/line-symtabs.exp: New file.
14901 * gdb.base/line-symtabs.c: New file.
14902 * gdb.base/line-symtabs.h: New file.
14903
14904 2014-11-14 Yao Qi <yao@codesourcery.com>
14905
14906 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14907 (func): Add label func_label.
14908 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14909 Replace low_pc and high_pc with MACRO_AT_range.
14910 Replace name, low_pc and high_pc with MACRO_AT_func.
14911
14912 2014-11-14 Yao Qi <yao@codesourcery.com>
14913
14914 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14915 Replace name, low_pc and high_pc with MACRO_AT_func.
14916
14917 2014-11-14 Yao Qi <yao@codesourcery.com>
14918
14919 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14920 produce debug information.
14921 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14922
14923 2014-11-14 Yao Qi <yao@codesourcery.com>
14924
14925 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14926 object and get function length.
14927 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14928 with MACRO_AT_func.
14929 (top-level): Replace gdb_compile and clean_restart with
14930 prepare_for_testing.
14931 * gdb.dwarf2/main.c (main): Add label main_label.
14932
14933 2014-11-14 Yao Qi <yao@codesourcery.com>
14934
14935 * lib/dwarf.exp (function_range): New procedure.
14936 (Dwarf::_handle_macro_at_func): New procedure.
14937 (Dwarf::_handle_macro_at_range): New procedure.
14938 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14939
14940 2014-11-14 Yao Qi <yao@codesourcery.com>
14941
14942 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14943 (_handle_attribute): New procedure.
14944
14945 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14946
14947 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14948 * gdb.base/call-sc.c (zed): Likewise.
14949 * gdb.base/checkpoint.c (main): Likewise.
14950 * gdb.base/dump.c (main): Likewise.
14951 * gdb.base/gcore.c (main): Likewise.
14952 * gdb.base/huge.c (main): Likewise.
14953 * gdb.base/multi-forks.c (main): Likewise.
14954 * gdb.base/pr10179-a.c (main): Likewise.
14955 * gdb.base/savedregs.c (main): Likewise.
14956 * gdb.base/sigaltstack.c (main): Likewise.
14957 * gdb.base/siginfo.c (main): Likewise.
14958 * gdb.base/structs.c (zed): Likewise.
14959 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14960 * gdb.mi/mi-syn-frame.c (main): Likewise.
14961 * gdb.mi/until.c (foo, main): Likewise.
14962 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14963 * gdb.base/solib-weak.c (foo): Declare.
14964 * gdb.base/attach-twice.c: Include stdio.h.
14965 * gdb.base/weaklib1.c: Likewise.
14966 * gdb.base/weaklib2.c: Likewise.
14967 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14968 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14969 unistd.h.
14970 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14971 * gdb.mi/mi-exit-code.c: Likewise.
14972 * gdb.base/break-interp-lib.c: Include string.h.
14973 * gdb.base/coremaker.c: Likewise.
14974 * gdb.base/testenv.c: Likewise.
14975 * gdb.python/py-finish-breakpoint.c: Likewise.
14976 * gdb.base/inferior-died.c: Include sys/wait.h.
14977 * gdb.base/fileio.c: Include time.h.
14978 * gdb.base/async-shell.c: Include unistd.h.
14979 * gdb.base/dprintf-non-stop.c: Likewise.
14980 * gdb.base/info-os.c: Likewise.
14981 * gdb.mi/mi-console.c: Likewise.
14982 * gdb.mi/watch-nonstop.c: Likewise.
14983 * gdb.python/py-events.c: Likewise.
14984 * gdb.base/async.c (baz): Move up before its invocation.
14985 * gdb.base/code_elim2.c (my_global_func): Likewise.
14986 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14987 * gdb.base/advance.c (func2): Likewise.
14988
14989 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14990
14991 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14992 variant.
14993 * gdb.base/annota3.c: Likewise.
14994 * gdb.base/async.c: Likewise.
14995 * gdb.base/average.c: Likewise.
14996 * gdb.base/call-ar-st.c: Likewise.
14997 * gdb.base/call-rt-st.c: Likewise.
14998 * gdb.base/call-sc.c: Likewise.
14999 * gdb.base/call-strs.c: Likewise.
15000 * gdb.base/ending-run.c: Likewise.
15001 * gdb.base/execd-prog.c: Likewise.
15002 * gdb.base/exprs.c: Likewise.
15003 * gdb.base/foll-exec.c: Likewise.
15004 * gdb.base/foll-fork.c: Likewise.
15005 * gdb.base/foll-vfork.c: Likewise.
15006 * gdb.base/funcargs.c: Likewise.
15007 * gdb.base/gcore.c: Likewise.
15008 * gdb.base/jump.c: Likewise.
15009 * gdb.base/langs0.c: Likewise.
15010 * gdb.base/langs1.c: Likewise.
15011 * gdb.base/langs2.c: Likewise.
15012 * gdb.base/mips_pro.c: Likewise.
15013 * gdb.base/nodebug.c: Likewise.
15014 * gdb.base/opaque0.c: Likewise.
15015 * gdb.base/opaque1.c: Likewise.
15016 * gdb.base/recurse.c: Likewise.
15017 * gdb.base/run.c: Likewise.
15018 * gdb.base/scope0.c: Likewise.
15019 * gdb.base/scope1.c: Likewise.
15020 * gdb.base/setshow.c: Likewise.
15021 * gdb.base/setvar.c: Likewise.
15022 * gdb.base/shmain.c: Likewise.
15023 * gdb.base/shr1.c: Likewise.
15024 * gdb.base/shr2.c: Likewise.
15025 * gdb.base/sigall.c: Likewise.
15026 * gdb.base/signals.c: Likewise.
15027 * gdb.base/so-indr-cl.c: Likewise.
15028 * gdb.base/solib2.c: Likewise.
15029 * gdb.base/structs.c: Likewise.
15030 * gdb.base/sum.c: Likewise.
15031 * gdb.base/vforked-prog.c: Likewise.
15032 * gdb.base/watchpoint.c: Likewise.
15033 * gdb.reverse/shr2.c: Likewise.
15034 * gdb.reverse/until-reverse.c: Likewise.
15035 * gdb.reverse/ur1.c: Likewise.
15036 * gdb.reverse/watch-reverse.c: Likewise.
15037
15038 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15039
15040 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15041 variant.
15042 * gdb.base/sepdebug.exp: Drop references to removed code.
15043
15044 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15045
15046 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15047 variant. Preserve original line numbering.
15048 * gdb.base/list1.c: Likewise.
15049
15050 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15051
15052 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15053 variant.
15054 * gdb.base/break1.c: Likewise.
15055 * gdb.base/break.exp: Drop references to removed code.
15056
15057 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15058
15059 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15060 variant.
15061
15062 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15063
15064 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15065
15066 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15067
15068 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15069 logic into perform_all_tests() and invoke it with and without
15070 function header prototypes.
15071 (do_function_calls): Remove conditional XFAIL for PR 5318.
15072 (rerun_and_prepare): Remove duplicate code.
15073 (perform_all_tests): New. Main logic moved here.
15074
15075 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15076
15077 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15078 code guarded by #ifdef NO_PROTOTYPES.
15079 (t_double_many_args): Likewise.
15080 (DEF_FUNC_MANY_ARGS_1): Likewise.
15081 (DEF_FUNC_VALUES_1): Likewise.
15082 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15083 guarded by #ifdef PROTOTYPES.
15084
15085 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15086
15087 * gdb.mi/mi-console.c: Add eye-catcher.
15088 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15089 instead of literal line number.
15090
15091 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15092
15093 * gdb.base/shr2.c: Add eye-catcher.
15094 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15095 line number.
15096
15097 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15098
15099 * gdb.base/jump.c: Add eye-catchers.
15100 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15101 numbers.
15102
15103 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15104
15105 * gdb.base/execd-prog.c: Add eye-catchers.
15106 * gdb.base/foll-exec.c: Likewise.
15107 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15108 line numbers.
15109
15110 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15111
15112 * gdb.base/ending-run.c: Add eye-catchers.
15113 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15114 literal line numbers.
15115
15116 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15117
15118 * gdb.base/call-rt-st.c: Add eye-catchers.
15119 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15120 literal line numbers.
15121
15122 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15123
15124 * gdb.base/call-ar-st.c: Add eye-catchers.
15125 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15126 literal line numbers.
15127
15128 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15129
15130 * gdb.base/average.c: Add eye-catchers.
15131 * gdb.base/sum.c: Likewise.
15132 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15133 regexps dynamically.
15134
15135 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15136
15137 * gdb.base/solib1.c: Add eye-catchers.
15138 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15139 literal line numbers.
15140
15141 2014-11-12 Pedro Alves <palves@redhat.com>
15142
15143 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15144 leader has exited.
15145
15146 2014-11-12 Pedro Alves <palves@redhat.com>
15147
15148 * gdb.arch/i386-bp_permanent.c: New file.
15149 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15150 (srcfile): Set to i386-bp_permanent.c.
15151 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15152 that stepi does not execute the 'leave' instruction, instead of
15153 testing it does execute.
15154 * gdb.base/bp-permanent.c: New file.
15155 * gdb.base/bp-permanent.exp: New file.
15156
15157 2014-11-10 Doug Evans <xdje42@gmail.com>
15158
15159 PR symtab/17564
15160 * gdb.base/symtab-search-order.exp: New file.
15161 * gdb.base/symtab-search-order.c: New file.
15162 * gdb.base/symtab-search-order-1.c: New file.
15163 * gdb.base/symtab-search-order-shlib-1.c: New file.
15164
15165 2014-11-07 Pedro Alves <palves@redhat.com>
15166
15167 PR gdb/17511
15168 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15169 i?86-*-linux*.
15170
15171 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15172
15173 PR c++/17494
15174 * gdb.cp/pr17494.cc: New file.
15175 * gdb.cp/pr17494.exp: New file.
15176
15177 2014-11-02 Yao Qi <yao@codesourcery.com>
15178
15179 * gdb.python/python.exp: Get working directory and match the
15180 output of "set extended-prompt \\w " with it.
15181
15182 2014-10-30 Doug Evans <dje@google.com>
15183
15184 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15185 in objfiles.
15186 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15187 in progspaces.
15188
15189 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15190
15191 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15192 * gdb.base/realname-expand.exp: Likewise.
15193 * gdb.linespec/macro-relative.exp: Likewise.
15194
15195 2014-10-29 Pedro Alves <palves@redhat.com>
15196
15197 PR gdb/17408
15198 * gdb.threads/schedlock.c (some_function): New function.
15199 (call_function): New global.
15200 (MAYBE_CALL_SOME_FUNCTION): New macro.
15201 (thread_function): Call it.
15202 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15203 and use it instead of a global counter. Adjust all callers.
15204 (get_current_thread): Use "find current thread" for test message
15205 here rather than having all callers pass down the same string.
15206 (goto_loop): New procedure, factored out from ...
15207 (my_continue): ... this.
15208 (step_ten_loops): Change parameter from test message to command to
15209 use. Adjust.
15210 (list_count): Delete global.
15211 (check_result): New procedure, factored out from duplicate top
15212 level code.
15213 (continue tests): Wrap in with_test_prefix.
15214 (test_step): New procedure, factored out from duplicate top level
15215 code.
15216 (top level): Test "step" in combination with all scheduler-locking
15217 modes. Test "next" in combination with all scheduler-locking
15218 modes, and in combination with stepping over a function call or
15219 not.
15220 * gdb.threads/next-bp-other-thread.c: New file.
15221 * gdb.threads/next-bp-other-thread.exp: New file.
15222
15223 2014-10-29 Pedro Alves <palves@redhat.com>
15224
15225 PR python/17372
15226 * gdb.python/python.exp: Test a multi-line command that spawns
15227 interactive Python.
15228 * gdb.base/multi-line-starts-subshell.exp: New file.
15229
15230 2014-10-29 Yao Qi <yao@codesourcery.com>
15231
15232 * gdb.base/fileio.exp: Make directories on host.
15233
15234 2014-10-29 Yao Qi <yao@codesourcery.com>
15235
15236 * gdb.base/fileio.c (test_write): Close the file.
15237
15238 2014-10-28 Pedro Alves <palves@redhat.com>
15239
15240 PR gdb/12623
15241 * gdb.base/sigstep.c (no_handler): New global.
15242 (main): If 'no_handler is true, set the signal handlers to
15243 SIG_IGN.
15244 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15245 with_sw_watch and no_handler parameters. Handle them.
15246 (top level) <stepping over handler when stopped at a breakpoint
15247 test>: Add a test axis for testing with a software watchpoint, and
15248 another for testing with the signal handler set to SIG_IGN.
15249 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15250 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15251
15252 2014-10-28 Pedro Alves <palves@redhat.com>
15253
15254 PR gdb/17511
15255 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15256 * gdb.base/sigstep.exp (other_handler_location): New global.
15257 (advance): Support stepping into the signal handler, and running
15258 commands while in the handler.
15259 (in_handler_map): New global.
15260 (top level): In the advance test, add combinations for getting
15261 into the handler with stepping commands, and for running commands
15262 in the handler. Add comment descripting the advancei tests.
15263
15264 2014-10-28 Pedro Alves <palves@redhat.com>
15265
15266 * gdb.base/sigstep.exp: Use build_executable instead of
15267 prepare_for_testing.
15268 (top level): Move code that starts GDB, runs to main and creates a
15269 display to ...
15270 (restart): ... this new procedure.
15271 (top level): Move backtrace from signal handler test to ...
15272 (validate_backtrace): ... this new procedure.
15273 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15274 with_test_prefix. Always restart GDB.
15275 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15276 with_test_prefix. Always restart GDB. No need to delete
15277 breakpoints after the test.
15278 (test_skip_handler): Remove prefix parameter.
15279 (skip_over_handler, breakpoint_to_handler)
15280 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15281 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15282 restart GDB. No need to delete breakpoints after the test.
15283 (top level): Use foreach to call the test procedures with
15284 different commands.
15285
15286 2014-10-28 Pedro Alves <palves@redhat.com>
15287
15288 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15289 instead of GNATS numbers.
15290 * gdb.base/sigbpt.exp: Likewise.
15291 * gdb.base/siginfo.exp: Likewise.
15292 * gdb.base/sigstep.exp: Likewise.
15293
15294 2014-10-27 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.base/sigstep.c (dummy): New global.
15297 (main): Issue a couple writes to the new global.
15298 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15299 procedures.
15300 (skip_over_handler): Use test_skip_handler.
15301 (top level): Call skip_over_handler for stepi and nexti too.
15302 (breakpoint_over_handler): Use test_skip_handler.
15303 (top level): Call breakpoint_over_handler for stepi and nexti too.
15304
15305 2014-10-27 Yao Qi <yao@codesourcery.com>
15306
15307 * gdb.trace/tfile.c (adjust_function_address)
15308 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15309 function descriptor.
15310
15311 2014-10-24 Don Breazeal <donb@codesourcery.com>
15312
15313 * gdb.base/foll-fork.exp (test_follow_fork,
15314 catch_fork_child_follow): Check for updated fork messages emitted
15315 from infrun.c.
15316 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15317 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15318 vfork_and_exec_child_follow_through_step): Check for updated vfork
15319 messages emitted from infrun.c.
15320
15321 2014-10-24 Pedro Alves <palves@redhat.com>
15322
15323 * gdb.base/corefile.exp: Remove references to ultrix.
15324 * gdb.base/interrupt.exp: Likewise.
15325 * gdb.base/whatis.exp: Likewise.
15326 * gdb.gdb/selftest.exp: Likewise.
15327 * gdb.threads/manythreads.exp: Likewise.
15328 * gdb.threads/print-threads.exp: Likewise.
15329 * gdb.threads/pthreads.exp:: Likewise.
15330 * gdb.threads/schedlock.exp: Likewise.
15331
15332 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15333
15334 * gdb.cp/non-trivial-retval.cc: Add a test case.
15335 * gdb.cp/non-trivial-retval.exp: Add a test.
15336
15337 2014-10-20 Yao Qi <yao@codesourcery.com>
15338
15339 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15340 * gdb.python/py-objfile-script-gdb.py: New file.
15341 * gdb.python/py-objfile-script.exp: Update reference to
15342 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15343 of remote_download. Remove the dest file.
15344
15345 2014-10-20 Yao Qi <yao@codesourcery.com>
15346
15347 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15348 * gdb.base/step-line.exp: Likewise.
15349 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15350 * gdb.dwarf2/dw2-basic.exp: Likewise.
15351 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15352 * gdb.dwarf2/dw2-filename.exp: Likewise.
15353 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15354 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15355 * gdb.dwarf2/dw2-producer.exp: Likewise.
15356 * gdb.dwarf2/mac-fileno.exp: Likewise.
15357 * gdb.python/py-frame-args.exp: Likewise.
15358 * gdb.python/py-framefilter.exp: Likewise.
15359 * gdb.python/py-mi.exp: Likewise.
15360 * gdb.python/py-objfile-script.exp: Likewise
15361 * gdb.python/py-pp-integral.exp: Likewise.
15362 * gdb.python/py-pp-re-notag.exp: Likewise.
15363 * gdb.python/py-prettyprint.exp: Likewise.
15364 * gdb.python/py-section-script.exp: Likewise.
15365 * gdb.python/py-typeprint.exp: Likewise.
15366 * gdb.python/py-xmethods.exp: Likewise.
15367 * gdb.stabs/weird.exp: Likewise.
15368 * gdb.xml/tdesc-regs.exp: Likewise.
15369
15370 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15371
15372 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15373 (out_cu): Use addr_len for the size of addresses.
15374 (out_line): Likewise. Size DW_LNE_set_address instruction
15375 according to addr_len.
15376 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15377 (FUNC): Add START_INSNS to definition.
15378
15379 2014-10-18 Yao Qi <yao@codesourcery.com>
15380
15381 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15382 gdb_has_argv0 return true.
15383 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15384 check [target_info exists noargs], check [gdb_has_argv0]
15385 instead.
15386 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15387 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15388 procedures.
15389
15390 2014-10-17 Doug Evans <dje@google.com>
15391
15392 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15393 event.
15394 * gdb.python/py-events.py: Add clear_objfiles event.
15395
15396 2014-10-17 Doug Evans <dje@google.com>
15397
15398 * gdb.python/py-objfile.exp: Test progspace attribute.
15399
15400 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15401
15402 * gdb.guile/scm-breakpoint.exp: Do not assume any
15403 directory separators when matching source file paths.
15404 * gdb.python/py-breakpoint.exp: Likewise.
15405 * gdb.reverse/break-precsave.exp: Likewise.
15406 * gdb.reverse/break-reverse.exp: Likewise.
15407 * gdb.reverse/consecutive-precsave.exp: Likewise.
15408 * gdb.reverse/finish-precsave.exp: Likewise.
15409 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15410 * gdb.reverse/finish-reverse.exp: Likewise.
15411 * gdb.reverse/i386-precsave.exp: Likewise.
15412 * gdb.reverse/i387-env-reverse.exp: Likewise.
15413 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15414 * gdb.reverse/machinestate-precsave.exp: Likewise.
15415 * gdb.reverse/machinestate.exp: Likewise.
15416 * gdb.reverse/sigall-precsave.exp: Likewise.
15417 * gdb.reverse/solib-precsave.exp: Likewise.
15418 * gdb.reverse/step-precsave.exp: Likewise.
15419 * gdb.reverse/until-precsave.exp: Likewise.
15420 * gdb.reverse/watch-precsave.exp: Likewise.
15421 * gdb.reverse/watch-reverse.exp: Likewise.
15422
15423 2014-10-17 Yao Qi <yao@codesourcery.com>
15424
15425 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15426 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15427
15428 2014-10-17 Pedro Alves <palves@redhat.com>
15429
15430 PR gdb/17471
15431 * gdb.base/bg-execution-repeat.c: New file.
15432 * gdb.base/bg-execution-repeat.exp: New file.
15433
15434 2014-10-17 Pedro Alves <palves@redhat.com>
15435
15436 PR gdb/17300
15437 * gdb.base/continue-all-already-running.c: New file.
15438 * gdb.base/continue-all-already-running.exp: New file.
15439
15440 2014-10-17 Pedro Alves <palves@redhat.com>
15441
15442 PR gdb/17472
15443 * gdb.base/annota-input-while-running.c: New file.
15444 * gdb.base/annota-input-while-running.exp: New file.
15445
15446 2014-10-17 Pedro Alves <palves@redhat.com>
15447
15448 * gdb.base/callfuncs.exp: emove references to osf.
15449 * gdb.base/sigall.exp: Likewise.
15450 * gdb.gdb/selftest.exp: Likewise.
15451 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15452 * gdb.mi/non-stop.c: Likewise.
15453 * gdb.mi/pthreads.c: Likewise.
15454 * gdb.reverse/sigall-precsave.exp: Likewise.
15455 * gdb.reverse/sigall-reverse.exp: Likewise.
15456 * gdb.threads/pthreads.c: Likewise.
15457 * gdb.threads/pthreads.exp: Likewise.
15458
15459 2014-10-17 Yao Qi <yao@codesourcery.com>
15460
15461 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15462 check 'target_info exists noargs'.
15463 (test_command_prompt_position): Likewise.
15464 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15465 Remove "set args".
15466 (progvar_simple_while_test): Likewise.
15467 (progvar_complex_if_while_test): Likewise.
15468 (if_while_breakpoint_command_test): Likewise.
15469 (infrun_breakpoint_command_test): Likewise.
15470 (breakpoint_command_test): Likewise.
15471 (watchpoint_command_test): Likewise.
15472 (bp_deleted_in_command_test): Likewise.
15473 (temporary_breakpoint_commands): Likewise.
15474
15475 2014-10-16 Yao Qi <yao@codesourcery.com>
15476
15477 * gdb.base/remotetimeout.exp: Remove noargs checking.
15478
15479 2014-10-15 Pedro Alves <palves@redhat.com>
15480
15481 PR breakpoints/9649
15482 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15483 * gdb.base/breakpoint-in-ro-region.exp
15484 (probe_target_hardware_step): New procedure.
15485 (top level): Probe hardware stepping and hardware breakpoint
15486 support. Test stepping through a read-only region, with both
15487 "breakpoint auto-hw" on and off and both "always-inserted" on and
15488 off.
15489
15490 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15491
15492 * gdb.dlang/demangle.exp: Update for demangling changes.
15493
15494 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15495
15496 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15497 * gdb.cp/non-trivial-retval.exp: Add new tests.
15498
15499 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15500
15501 PR c++/13403
15502 PR c++/15154
15503 * gdb.cp/non-trivial-retval.cc: New file.
15504 * gdb.cp/non-trivial-retval.exp: New file.
15505
15506 2014-10-15 Yao Qi <yao@codesourcery.com>
15507
15508 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15509 remote host.
15510
15511 2014-10-15 Yao Qi <yao@codesourcery.com>
15512
15513 * gdb.python/py-symbol.exp: Match file base name if host is
15514 remote, otherwise match file name with dir name.
15515 * gdb.python/py-symtab.exp: Likewise.
15516 * gdb.python/python.exp: Likewise.
15517
15518 2014-10-15 Yao Qi <yao@codesourcery.com>
15519
15520 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15521 pattern.
15522 * gdb.python/py-symtab.exp: Likewise.
15523 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15524 locationn.
15525
15526 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15527
15528 * gdb.ada/addr_arith: New testcase.
15529
15530 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15531
15532 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15533 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15534 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15535 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15536
15537 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15538
15539 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15540 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15541 * gdb.arch/stap-eval-lang-ada.exp: New file.
15542
15543 2014-10-14 Yao Qi <yao@codesourcery.com>
15544
15545 * gdb.mi/mi-var-child.c (nothing1): New function.
15546 (nothing2): New function.
15547 (do_children_tests): Set function pointers by nothing1 and
15548 nothing2.
15549 * gdb.mi/mi-var-child.exp: Step over new added statements.
15550 Update test to match the new output.
15551 * gdb.mi/var-cmd.c (nothing1): New function.
15552 (nothing2): New function.
15553 (do_children_tests): Set function pointers by nothing1 and
15554 nothing2.
15555 * gdb.mi/mi-var-display.exp: Update test to match output.
15556 Step to the line specified by $line_dct_nothing.
15557 Increase the number of lines to step.
15558
15559 2014-10-14 Yao Qi <yao@codesourcery.com>
15560
15561 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15562 tests.
15563 * gdb.mi/mi2-var-child.exp: Likewise.
15564
15565 2014-10-13 Doug Evans <dje@google.com>
15566
15567 * gdb.python/py-objfile.exp: Change name of file name test.
15568
15569 2014-10-13 Doug Evans <dje@google.com>
15570
15571 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15572 from the start of the CU.
15573
15574 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15575 Yao Qi <yao@codesourcery.com>
15576
15577 Fix "save breakpoints" for "catch" command.
15578 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15579 Remove -nonewline. Match also the added "main" line.
15580
15581 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15582
15583 Fix "save breakpoints" for "disable $bpnum" command.
15584 * gdb.base/save-bp.c (main): Add label.
15585 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15586
15587 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15588
15589 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15590
15591 2014-10-11 Yao Qi <yao@codesourcery.com>
15592
15593 * gdb.server/server-kill.exp: Execute command
15594 "set remote trace-status-packet on" before "tstatus".
15595
15596 2014-10-11 Yao Qi <yao@codesourcery.com>
15597
15598 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15599 (main): Call getppid.
15600 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15601 and continue to it. Read variable "server_pid".
15602
15603 2014-10-11 Yao Qi <yao@codesourcery.com>
15604
15605 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15606
15607 2014-10-11 Yao Qi <yao@codesourcery.com>
15608
15609 * gdb.threads/thread-find.exp: Don't execute command
15610 "info threads".
15611 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15612 * gdb.threads/linux-dp.exp: Don't check the condition
15613 $threads_created equals to zero.
15614
15615 2014-10-10 Pedro Alves <palves@redhat.com>
15616
15617 * gdb.base/bigcore.exp: Remove references to IRIX.
15618 * gdb.base/funcargs.exp: Likewise.
15619 * gdb.base/interrupt.exp: Likewise.
15620 * gdb.base/mips_pro.exp: Likewise.
15621 * gdb.base/nodebug.exp: Likewise.
15622 * gdb.base/setvar.exp: Likewise.
15623 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15624
15625 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15626 Pedro Alves <palves@redhat.com>
15627
15628 PR symtab/14466
15629 * gdb.base/vdso-warning.c: New file.
15630 * gdb.base/vdso-warning.exp: New file.
15631
15632 2014-10-02 Doug Evans <dje@google.com>
15633
15634 * gdb.base/structs.c (main): Don't run forever.
15635
15636 2014-10-02 Pedro Alves <palves@redhat.com>
15637
15638 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15639 (top level) <stop threads 1, stop threads 2>: Use it.
15640
15641 2014-10-02 Pedro Alves <palves@redhat.com>
15642
15643 * gdb.threads/break-while-running.exp (test): Add new
15644 'update_thread_list' argument. Skip "info threads" if false.
15645 (top level): Add new 'update_thread_list' axis.
15646
15647 2014-10-02 Pedro Alves <palves@redhat.com>
15648
15649 PR breakpoints/17431
15650 * gdb.base/execl-update-breakpoints.c: New file.
15651 * gdb.base/execl-update-breakpoints.exp: New file.
15652
15653 2014-10-01 Pedro Alves <palves@redhat.com>
15654
15655 * gdb.base/breakpoint-in-ro-region.c: New file.
15656 * gdb.base/breakpoint-in-ro-region.exp: New file.
15657
15658 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15659
15660 * gdb.mi/mi-exit-code.exp: New file.
15661 * gdb.mi/mi-exit-code.c: New file.
15662
15663 2014-09-30 Yao Qi <yao@codesourcery.com>
15664
15665 * lib/prelink-support.exp (build_executable_own_libs): Error if
15666 the target isn't native.
15667
15668 2014-09-30 Yao Qi <yao@codesourcery.com>
15669
15670 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15671 false.
15672
15673 2014-09-22 Pedro Alves <palves@redhat.com>
15674
15675 * gdb.threads/break-while-running.exp: New file.
15676 * gdb.threads/break-while-running.c: New file.
15677
15678 2014-09-19 Yao Qi <yao@codesourcery.com>
15679
15680 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15681 Invoke test. Restart GDB with --readnow and invoke test again.
15682
15683 2014-09-19 Yao Qi <yao@codesourcery.com>
15684
15685 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15686 proc set_breakpoint_on_gcd_function. Invoke
15687 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15688 invoke set_breakpoint_on_gcd_function again.
15689
15690 2014-09-18 Doug Evans <dje@google.com>
15691
15692 * gdb.dwarf2/symtab-producer.exp: New file.
15693
15694 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15695
15696 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15697 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15698 * gdb.base/global-var-nested-by-dso.c: Likewise.
15699 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15700
15701 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15702 Pedro Alves <palves@redhat.com>
15703
15704 * gdb.base/watch-bitfields.exp: Pass string other than test file
15705 name to prepare_for_testing.
15706 (watch): New procedure.
15707 (expect_watchpoint): Use with_test_prefix.
15708 (top level): Factor out tests to ...
15709 (test_watch_location, test_regular_watch): ... these new
15710 procedures, and use with_test_prefix and gdb_continue_to_end.
15711
15712 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15713
15714 PR breakpoints/12526
15715 * gdb.base/watch-bitfields.exp: New file.
15716 * gdb.base/watch-bitfields.c: New file.
15717
15718 2014-09-16 Pedro Alves <palves@redhat.com>
15719
15720 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15721 software and hardware addresses, not software address against
15722 itself.
15723
15724 2014-09-16 Pedro Alves <palves@redhat.com>
15725
15726 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15727 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15728
15729 2014-09-16 Pedro Alves <palves@redhat.com>
15730
15731 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15732 files.
15733 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15734 "*-*-vxworks*" throughout.
15735 * gdb.base/break.exp: Likewise.
15736 * gdb.base/default.exp: Likewise.
15737 * gdb.base/scope.exp: Likewise.
15738 * gdb.base/sepdebug.exp: Likewise.
15739 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15740 throughout.
15741 * gdb.base/run.c: Likewise.
15742 * gdb.base/sepdebug.c: Likewise.
15743 * gdb.hp/gdb.aCC/run.c: Likewise.
15744 * gdb.reverse/until-reverse.c: Likewise.
15745 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15746
15747 2014-09-16 Yao Qi <yao@codesourcery.com>
15748
15749 * boards/local-remote-host-native.exp: New file.
15750
15751 2014-09-14 Doug Evans <xdje42@gmail.com>
15752
15753 * gdb.threads/queue-signal.c (thread_count): New variable.
15754 (thread_count_mutex, thread_count_condvar): New variables.
15755 (incr_thread_count, wait_all_threads_running): New functions.
15756 (main): Wait for all threads to be in their thread functions.
15757
15758 2014-09-13 Doug Evans <xdje42@gmail.com>
15759
15760 * gdb.threads/queue-signal.c: New file.
15761 * gdb.threads/queue-signal.exp: New file.
15762
15763 2014-09-13 Doug Evans <xdje42@gmail.com>
15764
15765 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15766 be consistent with what default_gdb_init uses.
15767 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15768 the plain text of the prompt. Add some logging printfs.
15769 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15770
15771 2014-09-12 Pedro Alves <palves@redhat.com>
15772
15773 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15774 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15775 * gdb.arch/i386-size-overlap.exp: Likewise.
15776 * gdb.arch/i386-size.exp: Likewise.
15777 * gdb.arch/i386-unwind.exp: Likewise.
15778 * gdb.base/a2-run.exp: Likewise.
15779 * gdb.base/break.exp: Likewise.
15780 * gdb.base/charset.exp: Likewise.
15781 * gdb.base/chng-syms.exp: Likewise.
15782 * gdb.base/commands.exp: Likewise.
15783 * gdb.base/dbx.exp: Likewise.
15784 * gdb.base/find.exp: Likewise.
15785 * gdb.base/funcargs.exp: Likewise.
15786 * gdb.base/jit-simple.exp: Likewise.
15787 * gdb.base/reread.exp: Likewise.
15788 * gdb.base/sepdebug.exp: Likewise.
15789 * gdb.base/step-bt.exp: Likewise.
15790 * gdb.cp/mb-inline.exp: Likewise.
15791 * gdb.cp/mb-templates.exp: Likewise.
15792 * gdb.objc/basicclass.exp: Likewise.
15793 * gdb.threads/killed.exp: Likewise.
15794
15795 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15796
15797 PR tdep/17379
15798 * gdb.arch/powerpc-stackless.S: New file.
15799 * gdb.arch/powerpc-stackless.exp: New file.
15800
15801 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15802
15803 * gdb.base/attach.c: Include unistd.h.
15804 (main): Call alarm. Add label postloop.
15805 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15806 gdb_breakpoint, gdb_continue_to_breakpoint.
15807 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15808
15809 2014-09-11 Pedro Alves <palves@redhat.com>
15810
15811 PR gdb/17347
15812 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15813 * gdb.base/attach.exp (test_command_line_attach_run): New
15814 procedure.
15815 (top level): Call it.
15816
15817 2014-09-11 Pedro Alves <palves@redhat.com>
15818
15819 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15820 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15821 (do_command_attach_tests): Use spawn_wait_for_attach.
15822 * gdb.base/solib-overlap.exp: Likewise.
15823 * gdb.multi/multi-attach.exp: Likewise.
15824 * gdb.python/py-prompt.exp: Likewise.
15825 * gdb.python/py-sync-interp.exp: Likewise.
15826 * gdb.server/ext-attach.exp: Likewise.
15827
15828 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15829
15830 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15831 command in testcase. Simplify testcase.
15832
15833 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15834
15835 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15836
15837 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15838
15839 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15840
15841 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15842
15843 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15844
15845 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15846
15847 * gdb.dwarf2/dynarr-ptr.c: New file.
15848 * gdb.dwarf2/dynarr-ptr.exp: New file.
15849
15850 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15851
15852 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15853 of 30 rather than hardcoding 120 for a slow test case. Take the
15854 `gdb,timeout' target setting into account for this calculation.
15855 Don't extend the timeout for the test cases that don't need it.
15856
15857 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15858
15859 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15860 a factor of 2 for a slow test case. Take the `gdb,timeout'
15861 target setting into account for this calculation.
15862 * gdb.reverse/until-precsave.exp: Increase the timeout by
15863 a factor of 15 and 3 respectively rather than adding 120
15864 for a pair of slow test cases. Take the `gdb,timeout'
15865 target setting into account for this calculation.
15866
15867 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15868
15869 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15870 timeout, don't pass one down to gdb_expect.
15871 (gdb_expect): Rework timeout selection.
15872
15873 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15874
15875 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15876 exception on timeout.
15877 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15878 (gdbserver_start_extended): Catch any `gdbserver_start' error
15879 exceptions.
15880 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15881 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15882 `gdbserver_gdb_load' error exceptions.
15883
15884 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15885
15886 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15887 120 on waiting for the TCP socket to open.
15888
15889 2014-09-09 Doug Evans <xdje42@gmail.com>
15890
15891 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15892 _caller_matches, _any_caller_is, _any_caller_matches.
15893
15894 2014-09-09 Doug Evans <xdje42@gmail.com>
15895
15896 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15897
15898 2014-09-09 Yao Qi <yao@codesourcery.com>
15899
15900 * gdb.mi/mi-var-display.exp: Set print symbol off.
15901
15902 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15903
15904 PR gdb/17035
15905 * gdb.base/commands.exp: Add tests to verify user-defined
15906 commands with empty bodies.
15907 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15908 python commands in `show user command`.
15909 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15910 scheme commands in `show user command`.
15911
15912 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15913
15914 PR python/17355
15915 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15916 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15917 * gdb.python/py-framefilter-invalidarg.exp: New file.
15918 * gdb.python/py-framefilter-invalidarg.py: New file.
15919
15920 2014-09-06 Doug Evans <xdje42@gmail.com>
15921
15922 PR 15276
15923 * gdb.python/py-caller-is.c: New file.
15924 * gdb.python/py-caller-is.exp: New file.
15925
15926 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15927
15928 PR gdb/17235
15929 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15930 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15931
15932 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15933
15934 PR fortran/17237
15935 * gdb.fortran/print-formatted.exp: New file.
15936 * gdb.fortran/print-formatted.f90: Likewise.
15937
15938 2014-09-03 Sasha Smundak <asmundak@google.com>
15939
15940 * gdb.python/py-frame.exp: Test Frame.read_register.
15941
15942 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15943
15944 PR python/16699
15945 * gdb.python/py-completion.exp: New file.
15946 * gdb.python/py-completion.py: Likewise.
15947
15948 2014-08-28 Doug Evans <dje@google.com>
15949
15950 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15951 eax,etc. are live with values set by gdb and thus the compiler can't
15952 use them.
15953 * gdb.arch/i386-pseudo.c (main): Ditto.
15954
15955 2014-08-27 Doug Evans <dje@google.com>
15956
15957 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15958
15959 2014-08-25 Doug Evans <dje@google.com>
15960
15961 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15962 (main): Ditto.
15963
15964 2014-08-25 Doug Evans <dje@google.com>
15965
15966 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15967
15968 2014-08-24 Yao Qi <yao@codesourcery.com>
15969
15970 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15971 symbol off.
15972 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15973
15974 2014-08-22 Doug Evans <dje@google.com>
15975
15976 PR 17276
15977 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15978 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15979 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15980
15981 2014-08-22 Yao Qi <yao@codesourcery.com>
15982
15983 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15984 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15985 * gdb.python/python.exp: Likewise. Use .py file on the host
15986 instead of the build.
15987
15988 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15989
15990 * gdb.threads/gcore-stale-thread.c: New file.
15991 * gdb.threads/gcore-stale-thread.exp: New file.
15992
15993 2014-08-21 Pedro Alves <palves@redhat.com>
15994
15995 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15996 * gdb.base/gcore-relro-pie.exp: Likewise.
15997 * gdb.base/gcore-relro.exp: Likewise.
15998 * gdb.base/gcore.exp: Likewise.
15999 * gdb.base/print-symbol-loading.exp: Likewise.
16000 * gdb.threads/gcore-thread.exp: Likewise.
16001 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16002
16003 2014-08-20 Pedro Alves <palves@redhat.com>
16004 Jan Kratochvil <jan.kratochvil@redhat.com>
16005
16006 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16007 configure.
16008 (EXPECT): Handle READ1 being set.
16009 (all): Depend on EXTRA_RULES.
16010 (check-read1, expect-read1, read1.so, read1): New rules.
16011 * README (Testsuite Parameters): Document the READ1 make variable.
16012 (Race detection): New section.
16013 * configure: Regenerate.
16014 * configure.ac: If build==host==target, and running under a
16015 GNU/glibc system, add read1 to the extra Makefile rules.
16016 (EXTRA_RULES): AC_SUBST it.
16017 * lib/read1.c: New file.
16018
16019 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16020
16021 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16022 the handling of variables declared as a typedef to an array
16023 which a DW_AT_data_location attribute.
16024
16025 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16026 Pedro Alves <palves@redhat.com>
16027
16028 PR symtab/14604
16029 PR symtab/14605
16030 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16031 gdb_test.
16032
16033 2014-08-19 Pedro Alves <palves@redhat.com>
16034
16035 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16036
16037 2014-08-19 Yao Qi <yao@codesourcery.com>
16038
16039 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16040 right line.
16041
16042 2014-08-18 David Blaikie <dblaikie@gmail.com>
16043
16044 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16045
16046 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16047
16048 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16049 attribute in array range.
16050
16051 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16052
16053 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16054
16055 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16056
16057 PR c++/17132
16058 * gdb.cp/pr17132.cc: New file.
16059 * gdb.cp/pr17132.exp: New file.
16060
16061 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16062
16063 * gdb.python/py-xmethods.py (A_getarrayind)
16064 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16065 Use 'print' with function call syntax.
16066 (E_method_matcher.match): Fix tab vs space indentation mixup.
16067
16068 2014-08-15 Yao Qi <yao@codesourcery.com>
16069
16070 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16071 false.
16072
16073 2014-08-15 Yao Qi <yao@codesourcery.com>
16074
16075 * gdb.cp/casts.exp: Set print symbol off.
16076 * gdb.cp/class2.exp: Likewise.
16077 * gdb.cp/overload.exp: Likewise.
16078 * gdb.cp/templates.exp: Likewise.
16079
16080 2014-08-11 Doug Evans <dje@google.com>
16081
16082 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16083 (test_load_shlib): Update.
16084
16085 2014-08-09 Yao Qi <yao@codesourcery.com>
16086
16087 * gdb.base/display.exp: Invoke is_address_zero_readable.
16088 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16089 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16090 * gdb.base/hbreak-unmapped.exp: Return if
16091 is_address_zero_readable returns true.
16092 * gdb.base/signest.exp: Likewise.
16093 * gdb.base/signull.exp: Likewise.
16094 * gdb.base/sigbpt.exp: Likewise.
16095 * gdb.guile/scm-disasm.exp: Do the test if
16096 is_address_zero_readable returns false.
16097 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16098 * gdb.python/py-arch.exp: Likewise.
16099 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16100 * lib/gdb.exp (is_address_zero_readable): New proc.
16101
16102 2014-08-09 Yao Qi <yao@codesourcery.com>
16103
16104 PR testsuite/13443
16105 * gdb.mi/mi-var-display.exp: Make test messages unique.
16106
16107 2014-08-04 Tom Tromey <tromey@redhat.com>
16108
16109 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16110 target 0".
16111
16112 2014-08-04 Tom Tromey <tromey@redhat.com>
16113
16114 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16115 "target_resume".
16116
16117 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16118
16119 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16120 inner_vla_struct_object_size.
16121 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16122 as xfail.
16123
16124 2014-07-30 Pedro Alves <palves@redhat.com>
16125
16126 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16127 comment.
16128
16129 2014-07-29 Yao Qi <yao@codesourcery.com>
16130
16131 PR gdb/17206
16132 * gdb.base/until-nodebug.exp: New.
16133
16134 2014-07-28 Doug Evans <xdje42@gmail.com>
16135
16136 PR guile/17203
16137 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16138 previously existing parameter, and previously ambiguously spelled
16139 parameter.
16140
16141 2014-07-28 Will Newton <will.newton@linaro.org>
16142
16143 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16144
16145 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16146 Doug Evans <xdje42@gmail.com>
16147
16148 PR guile/17146
16149 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16150
16151 2014-07-25 Pedro Alves <palves@redhat.com>
16152
16153 * gdb.threads/signal-command-handle-nopass.c: New file.
16154 * gdb.threads/signal-command-handle-nopass.exp: New file.
16155 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16156 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16157 * gdb.threads/signal-delivered-right-thread.c: New file.
16158 * gdb.threads/signal-delivered-right-thread.exp: New file.
16159
16160 2014-07-25 Pedro Alves <palves@redhat.com>
16161
16162 * gdb.base/double-prompt-target-event-error.exp
16163 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16164 match.
16165 (cancel_pagination_in_target_event): Rework double prompt
16166 detection.
16167 * gdb.base/paginate-after-ctrl-c-running.exp
16168 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16169 <return>' match.
16170 * gdb.base/paginate-bg-execution.exp
16171 (test_bg_execution_pagination_return)
16172 (test_bg_execution_pagination_cancel): Remove '-notransfer
16173 <return>' matches.
16174 * gdb.base/paginate-execution-startup.exp
16175 (test_fg_execution_pagination_return)
16176 (test_fg_execution_pagination_cancel): Remove '-notransfer
16177 <return>' matches.
16178 * gdb.base/paginate-inferior-exit.exp
16179 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16180 match.
16181 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16182 * lib/gdb.exp (pagination_prompt): Run text through
16183 string_to_regexp.
16184 (gdb_test_multiple): Match $pagination_prompt instead of
16185 "<return>".
16186 (string_to_regexp): Move to lib/gdb-utils.exp.
16187
16188 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16189
16190 * gdb.arch/amd64-entry-value-paramref.S: New file.
16191 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16192 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16193 * gdb.arch/amd64-optimout-repeat.S: New file.
16194 * gdb.arch/amd64-optimout-repeat.c: New file.
16195 * gdb.arch/amd64-optimout-repeat.exp: New file.
16196
16197 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16198
16199 PR gdb/17170
16200 * gdb.base/statistics.exp: New file.
16201
16202 2014-07-17 Doug Evans <dje@google.com>
16203
16204 PR gdb/17170
16205 * gdb.base/maint.exp: Update testing of per-command stats.
16206
16207 2014-07-16 Pedro Alves <palves@redhat.com>
16208
16209 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16210 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16211 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16212 (tfile_write_buf): New functions.
16213 (add_memory_block): Rewrite using the above.
16214 (adjust_function_address): New function.
16215 (FUNCTION_ADDRESS): New macro.
16216 (write_basic_trace_file): Remove short_x local, and use
16217 tfile_write_16. Change type of func_addr local to unsigned long
16218 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16219 here. Cast argument of add_memory_block to char pointer.
16220 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16221 (main): Remove parameters.
16222 * gdb.trace/tfile.exp: Remove nowarnings.
16223
16224 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16225
16226 * gdb.base/debug-expr.exp: Test string evaluation with
16227 "debug expression" on.
16228
16229 2014-07-15 Pedro Alves <palves@redhat.com>
16230
16231 * gdb.base/reread.exp: Use clean_restart.
16232
16233 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16234
16235 * gdb.arch/avr-flash-qualifer.c: New.
16236 * gdb.arch/avr-flash-qualifer.exp: New.
16237
16238 2014-07-14 Pedro Alves <palves@redhat.com>
16239
16240 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16241 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16242
16243 2014-07-14 Pedro Alves <palves@redhat.com>
16244
16245 * gdb.base/double-prompt-target-event-error.c: New file.
16246 * gdb.base/double-prompt-target-event-error.exp: New file.
16247
16248 2014-07-14 Pedro Alves <palves@redhat.com>
16249
16250 PR gdb/17072
16251 * gdb.base/paginate-inferior-exit.c: New file.
16252 * gdb.base/paginate-inferior-exit.exp: New file.
16253
16254 2014-07-14 Pedro Alves <palves@redhat.com>
16255
16256 PR gdb/17072
16257 * gdb.base/paginate-bg-execution.c: New file.
16258 * gdb.base/paginate-bg-execution.exp: New file.
16259
16260 2014-07-14 Pedro Alves <palves@redhat.com>
16261
16262 PR gdb/17072
16263 * gdb.base/paginate-execution-startup.c: New file.
16264 * gdb.base/paginate-execution-startup.exp: New file.
16265 * lib/gdb.exp (pagination_prompt): New global.
16266 (default_gdb_spawn): New procedure, factored out from
16267 default_gdb_spawn.
16268 (default_gdb_start): Adjust to call default_gdb_spawn.
16269 (gdb_spawn): New procedure.
16270
16271 2014-07-14 Pedro Alves <palves@redhat.com>
16272
16273 * lib/gdb.exp (gdb_assert): New procedure.
16274 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16275
16276 2014-07-14 Pedro Alves <palves@redhat.com>
16277
16278 * gdb.base/execution-termios.c: New file.
16279 * gdb.base/execution-termios.exp: New file.
16280
16281 2014-07-14 Tom Tromey <tromey@redhat.com>
16282
16283 * gdb.cp/vla-cxx.cc: New file.
16284 * gdb.cp/vla-cxx.exp: New file.
16285
16286 2014-07-14 Tom Tromey <tromey@redhat.com>
16287
16288 * gdb.reverse/rerun-prec.c: New file.
16289 * gdb.reverse/rerun-prec.exp: New file.
16290
16291 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16292 Maciej W. Rozycki <macro@codesourcery.com>
16293
16294 * lib/gdb-utils.exp: New file.
16295 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16296 inline `gdb_init_command' processing.
16297 (gdb_start_cmd): Likewise.
16298 * lib/mi-support.exp (mi_run_cmd): Likewise.
16299 * README: Document `gdb_init_command' and `gdb_init_commands'.
16300
16301 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16302
16303 Fix false FAIL running under a very long directory name.
16304 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16305 and "set print elements 10000". Twice.
16306
16307 2014-07-11 Yao Qi <yao@codesourcery.com>
16308
16309 * gdb.base/exprs.exp: "set print symbol off".
16310
16311 2014-07-11 Pedro Alves <palves@redhat.com>
16312
16313 * gdb.threads/kill.c: New file.
16314 * gdb.threads/kill.exp: New file.
16315
16316 2014-07-10 Yao Qi <yao@codesourcery.com>
16317
16318 * gdb.trace/tfile.c (write_basic_trace_file)
16319 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16320 address written to trace file.
16321
16322 2014-07-09 Pedro Alves <palves@redhat.com>
16323
16324 * gdb.base/attach-wait-input.exp: New file.
16325 * gdb.base/attach-wait-input.c: New file.
16326
16327 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16328
16329 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16330 setting up test structures.
16331 (main): Call new test function.
16332 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16333 test function, continue into test function and walk test
16334 structures.
16335
16336 2014-07-02 Yao Qi <yao@codesourcery.com>
16337
16338 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16339 'bar_start' at the beginning of functions 'foo' and 'bar'
16340 respectively.
16341 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16342 instead of 'foo' and 'bar'.
16343
16344 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16345
16346 * gdb.btrace/segv.exp: New.
16347 * gdb.btrace/segv.c: New.
16348
16349 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16350
16351 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16352 instruction.
16353
16354 2014-06-30 Mark Wielaard <mjw@redhat.com>
16355
16356 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16357 vulture, vilify, villar): New volatile array constants.
16358 (vindictive, vegetation): New const volatile array constants.
16359 * gdb.base/volatile.exp: Test volatile and const volatile array
16360 types.
16361
16362 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16363
16364 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16365 target lacks support for awatch, rwatch, or hbreak.
16366
16367 2014-06-27 Yao Qi <yao@codesourcery.com>
16368
16369 * gdb.multi/dummy-frame-restore.exp: New.
16370 * gdb.multi/dummy-frame-restore.c: New.
16371
16372 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16373
16374 * gdb.btrace/gcore.exp: New.
16375
16376 2014-06-23 Pedro Alves <palves@redhat.com>
16377
16378 * gdb.base/watchpoint-reuse-slot.c: New file.
16379 * gdb.base/watchpoint-reuse-slot.exp: New file.
16380
16381 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16382
16383 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16384 progspace's filename in 'info', 'enable' and 'disable' command
16385 tests.
16386
16387 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16388
16389 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16390 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16391 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16392
16393 2014-06-20 Gary Benson <gbenson@redhat.com>
16394
16395 * gdb.arch/i386-avx.exp: Fix include file location.
16396 * gdb.arch/i386-sse.exp: Likewise.
16397
16398 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16399
16400 * gdb.dlang/expression.exp: New file.
16401
16402 2014-06-19 Pedro Alves <palves@redhat.com>
16403
16404 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16405 out from ...
16406 (top level): ... here. Iterate running tests under different
16407 scheduler-locking settings.
16408
16409 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16410
16411 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16412 to DW_FORM_addr and use non-zero addresses.
16413
16414 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16415
16416 PR gdb/17017
16417 * gdb.python/py-xmethods.cc: Add global function call counters and
16418 increment them in their respective functions. Remove "cout"
16419 statements.
16420 * gdb.python/py-xmethods.exp: Make tests check the global function
16421 call counters instead of depending on inferior IO.
16422
16423 2014-06-18 Don Breazeal <donb@codesourcery.com>
16424
16425 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16426 Deleted procedure.
16427 (explicit_fork_parent_follow): Deleted procedure.
16428 (explicit_fork_child_follow): Deleted procedure.
16429 (test_follow_fork): New procedure.
16430 (do_fork_tests): Replace calls to deleted procedures with
16431 calls to test_follow_fork and reset GDB for subsequent
16432 procedure calls.
16433
16434 2014-06-17 Yao Qi <yao@codesourcery.com>
16435
16436 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16437 CP1252.
16438
16439 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16440
16441 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16442 Initialize ptr and S explicitly.
16443 (skip_type_update_when_not_use_rtti_test): Likewise.
16444
16445 2014-06-16 Keith Seitz <keiths@redhat.com>
16446
16447 PR mi/15863
16448 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16449 the inferior is started.
16450
16451 2014-06-16 Pedro Alves <palves@redhat.com>
16452
16453 * gdb.base/break-main-file-remove-fail.c: New file.
16454 * gdb.base/break-main-file-remove-fail.exp: New file.
16455 * gdb.base/break-unload-file.exp: Use build_executable instead of
16456 prepare_for_testing.
16457 (test_break): New parameter "initial_load". Handle it.
16458 (top level): Add initial_load cmdline/file axis.
16459
16460 2014-06-12 Tom Tromey <tromey@redhat.com>
16461
16462 * gdb.base/completion.exp: Don't use directory name in test.
16463
16464 2014-06-09 Gary Benson <gbenson@redhat.com>
16465
16466 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16467 separate the always-available ANSI-standard signals from the
16468 signals that require checking.
16469 (main): Likewise.
16470 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16471 Likewise.
16472 (main): Likewise.
16473
16474 2014-06-07 Keith Seitz <keiths@redhat.com>
16475
16476 Revert:
16477 PR c++/16253
16478 * gdb.cp/var-tag.cc: New file.
16479 * gdb.cp/var-tag.exp: New file.
16480 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16481 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16482 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16483 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16484
16485 2014-06-06 Doug Evans <xdje42@gmail.com>
16486
16487 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16488
16489 2014-06-06 Pedro Alves <palves@redhat.com>
16490
16491 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16492 in target debug output instead of looking at RSP packets,
16493 disabling the test on any target that uses hardware stepping.
16494 Update comments.
16495
16496 2014-06-06 Pedro Alves <palves@redhat.com>
16497
16498 * gdb.base/break-unload-file.exp: Fix typo.
16499
16500 2014-06-06 Yao Qi <yao@codesourcery.com>
16501
16502 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16503 from "jit_function" to "^jit_function".
16504
16505 2014-06-06 Yao Qi <yao@codesourcery.com>
16506
16507 * gdb.base/async.c (foo): Add one statement.
16508 * gdb.base/async.exp: Get the next instruction address and
16509 match the output of "nexti" by instruction address. Match
16510 the hex address in the output of "finish".
16511
16512 2014-06-06 Gary Benson <gbenson@redhat.com>
16513
16514 * gdb.base/call-signals.c: Remove preprocessor conditionals
16515 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16516 SIGSEGV and SIGTERM.
16517 * gdb.base/sigall.c: Likewise.
16518 * gdb.base/unwindonsignal.c: Likewise.
16519 * gdb.reverse/sigall-reverse.c: Likewise.
16520
16521 2014-06-06 Yao Qi <yao@codesourcery.com>
16522
16523 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16524 readable, skip the test.
16525
16526 2014-06-06 Yao Qi <yao@codesourcery.com>
16527
16528 * gdb.threads/staticthreads.c (thread_function): Move the line
16529 setting breakpoint on forward.
16530 * gdb.threads/staticthreads.exp: Update comments.
16531
16532 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16533
16534 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16535 "history-append! type error".
16536
16537 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16538
16539 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16540 erroneous dprintf expected input.
16541
16542 2014-06-04 Doug Evans <xdje42@gmail.com>
16543
16544 * gdb.guile/scm-generics.exp: Delete.
16545
16546 2014-06-04 Doug Evans <xdje42@gmail.com>
16547
16548 * gdb.guile/scm-breakpoint.exp: Update.
16549 Add tests for breakpoint registration.
16550
16551 2014-06-04 Tom Tromey <tromey@redhat.com>
16552
16553 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16554 VLA-in-union.
16555 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16556 inner_vla_struct, vla_union types. Initialize objects of those
16557 types and compute their sizes.
16558
16559 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16560 Hui Zhu <hui@codesourcery.com>
16561
16562 * gdb.base/fileio.exp: Add test for shell not available as well as
16563 available.
16564 * gdb.base/fileio.c (test_system): Check for shell twice.
16565
16566 2014-06-04 Yao Qi <yao@codesourcery.com>
16567
16568 * gdb.base/auto-connect-native-target.exp: Remove redundant
16569 space from the regexp pattern.
16570
16571 2014-06-04 Yao Qi <yao@codesourcery.com>
16572
16573 * gdb.base/default.exp: Replace "child" with "native" in
16574 regexp pattern.
16575
16576 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16577
16578 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16579 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16580 * gdb.python/py-xmethods.py: Python script supporting the
16581 new testcase and tests.
16582
16583 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16584 Pedro Alves <palves@redhat.com>
16585
16586 PR breakpoints/17000
16587 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16588 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16589
16590 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16591
16592 * gdb.base/subst.exp: Add tests to verify partial path matching
16593 output.
16594
16595 2014-06-03 Pedro Alves <palves@redhat.com>
16596
16597 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16598 target that doesn't use software single-stepping.
16599
16600 2014-06-03 Pedro Alves <palves@redhat.com>
16601
16602 PR breakpoints/17000
16603 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16604 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16605
16606 2014-06-02 Doug Evans <xdje42@gmail.com>
16607
16608 * gdb.guile/scm-parameter.exp: New file.
16609
16610 2014-06-02 Doug Evans <xdje42@gmail.com>
16611
16612 * gdb.guile/scm-cmd.c: New file.
16613 * gdb.guile/scm-cmd.exp: New file.
16614
16615 2014-06-02 Doug Evans <xdje42@gmail.com>
16616
16617 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16618 pretty-printer lookup.
16619 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16620 (make-pp_s-printer): Call it.
16621 (make-pretty-printer-from-dict): New function.
16622 (lookup-pretty-printer-maker-from-dict): New function.
16623 (*pretty-printer*): Simplify.
16624 (make-objfile-pp_s-printer): New function.
16625 (install-objfile-pretty-printers!): New function.
16626 (make-progspace-pp_s-printer): New function.
16627 (install-progspace-pretty-printers!): New function.
16628 * gdb.guile/scm-progspace.c: New file.
16629 * gdb.guile/scm-progspace.exp: New file.
16630
16631 2014-06-02 Pedro Alves <palves@redhat.com>
16632
16633 * gdb.base/dprintf-bp-same-addr.c: New file.
16634 * gdb.base/dprintf-bp-same-addr.exp: New file.
16635
16636 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16637
16638 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16639 * gdb.arch/powerpc-power.s: Likewise.
16640
16641 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16642
16643 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16644
16645 2014-06-01 Yao Qi <yao@codesourcery.com>
16646
16647 * gdb.base/watchpoint.exp (test_watch_location): Check null
16648 pointer can be dereferenced. If not, do the test, otherwise
16649 skip it.
16650
16651 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16652
16653 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16654 results.
16655 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16656
16657 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16658
16659 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16660 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16661 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16662 * gdb.arch/amd64-invalid-stack-top.c: New file.
16663 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16664
16665 2014-05-30 Pedro Alves <palves@redhat.com>
16666
16667 PR breakpoints/17000
16668 * gdb.base/sss-bp-on-user-bp.c: New file.
16669 * gdb.base/sss-bp-on-user-bp.exp: New file.
16670
16671 2014-05-30 David Blaikie <dblaikie@gmail.com>
16672
16673 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16674 gnu_inline semantics via attribute.
16675 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16676 source explicitly specifies the required semantics.
16677
16678 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16679
16680 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16681
16682 2014-05-29 Pedro Alves <palves@redhat.com>
16683 Tom Tromey <tromey@redhat.com>
16684
16685 * gdb.base/async-shell.exp: Don't enable target-async.
16686 * gdb.base/async.exp
16687 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16688 parameter. Adjust.
16689 (top level): Don't test with "target-async".
16690 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16691 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16692 * gdb.base/inferior-died.exp: Don't enable target-async.
16693 * gdb.base/interrupt-noterm.exp: Likewise.
16694 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16695 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16696 * gdb.mi/mi-nonstop.exp: Likewise.
16697 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16698 * gdb.mi/mi-nsintrall.exp: Likewise.
16699 * gdb.mi/mi-nsmoribund.exp: Likewise.
16700 * gdb.mi/mi-nsthrexec.exp: Likewise.
16701 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16702 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16703 * gdb.python/py-evsignal.exp: Don't enable target-async.
16704 * gdb.python/py-evthreads.exp: Likewise.
16705 * gdb.python/py-prompt.exp: Likewise.
16706 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16707 * gdb.server/solib-list.exp: Don't enable target-async.
16708 * gdb.threads/thread-specific-bp.exp: Likewise.
16709 * lib/mi-support.exp: Adjust to use mi-async.
16710
16711 2014-05-29 Pedro Alves <palves@redhat.com>
16712
16713 PR gdb/13860
16714 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16715 reason, even in sync mode.
16716
16717 2014-05-29 Pedro Alves <palves@redhat.com>
16718 Hui Zhu <hui@codesourcery.com>
16719
16720 PR PR15693
16721 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16722 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16723 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16724 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16725
16726 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16727
16728 * config/monitor.exp (gdb_target_monitor): Replace use of
16729 "set remotebaud" by "set serial baud".
16730
16731 2014-05-26 Andy Wingo <wingo@igalia.com>
16732
16733 * gdb.guile/scm-breakpoint.exp:
16734 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16735 properties instead of gdb-object-properties.
16736
16737 2014-05-26 Yao Qi <yao@codesourcery.com>
16738
16739 * gdb.server/no-thread-db.exp: Specify source file name
16740 explicitly when setting a breakpoint.
16741
16742 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16743
16744 * gdb.btrace/vdso.c: New.
16745 * gdb.btrace/vdso.exp: New.
16746
16747 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16748
16749 * gdb.base/gcore.exp (capture_command_output): Move ...
16750 * lib/gdb.exp (capture_command_output): ... here.
16751
16752 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16753
16754 * gdb.btrace/data.exp: Test memory access during btrace replay.
16755
16756 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16757
16758 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16759
16760 2014-05-21 Pedro Alves <palves@redhat.com>
16761
16762 PR gdb/13860
16763 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16764 (top level): Test that output related to execution commands is
16765 sent to the console with CLI commands, but not with MI commands.
16766 Test that breakpoint events are always mirrored to the console.
16767 Also expect the new source line to be output after a "next" in
16768 async mode too. Make it a pass/fail test.
16769 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16770 output.
16771 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16772
16773 2014-05-21 Pedro Alves <palves@redhat.com>
16774
16775 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16776 Use them to test variations of "list" after reaching a breakpoint.
16777 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16778 Test "list" with listsize 10 after reaching a breakpoint.
16779 * gdb.python/python.exp (decode_line current location line
16780 number): Adjust expected line number.
16781
16782 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16783
16784 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16785 behavior for $args, pass it directly to "run".
16786
16787 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16788
16789 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16790 30000 to 65536.
16791
16792 2014-05-21 Pedro Alves <palves@redhat.com>
16793
16794 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16795 auto-connect-native-target off".
16796 * gdb.base/auto-connect-native-target.c: New file.
16797 * gdb.base/auto-connect-native-target.exp: New file.
16798
16799 2014-05-21 Pedro Alves <palves@redhat.com>
16800
16801 * gdb.base/default.exp: Test "target native" instead of "target
16802 child".
16803
16804 2014-05-21 Mark Wielaard <mjw@redhat.com>
16805
16806 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16807
16808 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16809
16810 Fix TLS access for -static -pthread.
16811 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16812 <HAVE_TLS> (thread_function, main): Initialize it.
16813 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16814 Add clean_restart.
16815 <$have_tls != "">: Check TLSVAR.
16816
16817 2014-05-21 Pedro Alves <palves@redhat.com>
16818
16819 * gdb.base/dcache-line-read-error.c: New.
16820 * gdb.base/dcache-line-read-error.exp: New.
16821
16822 2014-05-20 Pedro Alves <palves@redhat.com>
16823
16824 * gdb.base/compare-sections.c: New file.
16825 * gdb.base/compare-sections.exp: New file.
16826
16827 2014-05-20 Pedro Alves <palves@redhat.com>
16828
16829 * gdb.base/break-idempotent.c: New file.
16830 * gdb.base/break-idempotent.exp: New file.
16831
16832 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16833
16834 * gdb.btrace/nohist.exp: New.
16835
16836 2014-05-20 Yao Qi <yao@codesourcery.com>
16837
16838 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16839 gdb.reverse directory and gdb_reverse_timeout exists in board
16840 setting.
16841 * README: Document gdb_reverse_timeout.
16842
16843 2014-05-20 Yao Qi <yao@codesourcery.com>
16844
16845 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16846 'test_file_name'. Treat args as a string instead of a list.
16847 (gdb_init): Rename argument 'args' by 'test_file_name'.
16848
16849 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16850
16851 * gdb.arch/powerpc-power.exp: New file.
16852 * gdb.arch/powerpc-power.s: New file.
16853
16854 2014-05-16 Doug Evans <dje@google.com>
16855
16856 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16857 * gdb.base/completion.exp: Check that all expected files exist
16858 before doing file completion.
16859
16860 2014-05-16 Doug Evans <dje@google.com>
16861
16862 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16863 Update.
16864 (do_syscall_tests_without_xml): Update.
16865
16866 2014-05-16 Pedro Alves <palves@redhat.com>
16867
16868 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16869 instead of "unknown output after running".
16870
16871 2014-05-16 Yao Qi <yao@codesourcery.com>
16872
16873 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16874 file1.txt from host at the end.
16875 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16876
16877 2014-05-15 Doug Evans <dje@google.com>
16878
16879 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16880 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16881 loading file. Add test for TU lookup.
16882
16883 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16884
16885 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16886 calling "-exec-arguments" or "set args" before running the
16887 inferior.
16888
16889 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16890
16891 * lib/mi-support.exp (mi_expect_stop): Expect message for
16892 inferiors that exit with non-zero exit code.
16893
16894 2014-05-14 Yao Qi <yao@codesourcery.com>
16895
16896 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16897 match absolute path on remote host.
16898 (test_file_list_exec_source_files): Remove "/" from the
16899 pattern.
16900
16901 2014-05-14 Yao Qi <yao@codesourcery.com>
16902
16903 * boards/local-remote-host-notty.exp (${board}_file): New
16904 proc.
16905
16906 2014-05-07 Kyle McMartin <kyle@redhat.com>
16907
16908 Pushed by Joel Brobecker <brobecker@adacore.com>.
16909 * gdb.arch/aarch64-atomic-inst.c: New file.
16910 * gdb.arch/aarch64-atomic-inst.exp: New file.
16911
16912 2014-05-07 Yao Qi <yao@codesourcery.com>
16913
16914 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16915 in current context" too.
16916
16917 2014-05-05 Keith Seitz <keiths@redhat.com>
16918
16919 * gdb.linespec/ls-dollar.exp: Add test for linespec
16920 file:convenience_variable.
16921
16922 2014-05-05 Yao Qi <yao@codesourcery.com>
16923
16924 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16925 traceframes into tfile and ctf trace files. Read data from
16926 trace file and test collected data.
16927 (gdb_collect_locals_test): Likewise.
16928 (gdb_unavailable_registers_test): Likewise.
16929 (gdb_unavailable_floats): Likewise.
16930 (gdb_collect_globals_test): Likewise.
16931 (top-level): Append "ctf" to trace_file_targets if GDB
16932 supports.
16933
16934 2014-05-05 Yao Qi <yao@codesourcery.com>
16935
16936 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16937 code to ...
16938 (gdb_collect_args_test_1): ... it. New proc.
16939 (gdb_collect_locals_test): Move some code to ...
16940 (gdb_collect_locals_test_1): ... it. New proc.
16941 (gdb_unavailable_registers_test): Move some code to ...
16942 (gdb_unavailable_registers_test_1): ... it. New proc.
16943 (gdb_unavailable_floats): Move some code to ...
16944 (gdb_unavailable_floats_1): ... it. New proc.
16945
16946 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16947
16948 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16949 probes to test for bitness recognition.
16950 * gdb.arch/amd64-stap-optional-prefix.exp
16951 (test_probe_value_without_reg): New procedure.
16952 Add code to test for different kinds of bitness.
16953
16954 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16955
16956 PR breakpoints/16889
16957 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16958 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16959
16960 2014-05-01 Pedro Alves <palves@redhat.com>
16961
16962 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16963 gdb_file_cmd if no file is specified.
16964 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16965 last_loaded_file to set the remote exec-file.
16966
16967 2014-05-01 Pedro Alves <palves@redhat.com>
16968
16969 * boards/local-remote-host.exp: New file.
16970
16971 2014-05-01 Pedro Alves <palves@redhat.com>
16972
16973 * boards/local-remote-host.exp: Rename to ...
16974 * boards/local-remote-host-notty.exp: ... this.
16975
16976 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16977
16978 * gdb.ada/dyn_arrayidx: New testcase.
16979
16980 2014-04-26 Yao Qi <yao@codesourcery.com>
16981
16982 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16983 and compute the length of function main. Save it in
16984 $main_length.
16985 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16986 (top-level): Use gdb_compile to compile objects into
16987 executable and restart GDB. Remove invocation to
16988 prepare_for_testing.
16989
16990 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16991 Pedro Alves <palves@redhat.com>
16992
16993 PR server/16255
16994 * gdb.multi/multi-attach.c: New file.
16995 * gdb.multi/multi-attach.exp: New file.
16996
16997 2014-04-25 Pedro Alves <palves@redhat.com>
16998
16999 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17000 user.
17001 (top level): Test that "set remote conditional-breakpoints-packet
17002 off" works as intended.
17003 * gdb.base/dprintf.exp: Test that "set remote
17004 breakpoint-commands-packet off" works as intended.
17005 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17006 New function.
17007 (top level): Call it.
17008 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17009 remote fast-tracepoints-packet off" works as intended.
17010 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17011 * lib/gdb.exp (gdb_is_target_remote): ... here.
17012
17013 2014-04-24 David Blaikie <dblaikie@gmail.com>
17014
17015 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17016 ensure clang would not discard them.
17017 * gdb.base/gdbvars.c: Ditto.
17018 * gdb.base/memattr.c: Ditto.
17019 * gdb.base/whatis.c: Ditto.
17020 * gdb.python/py-prettyprint.c: Ditto.
17021 * gdb.trace/actions.c: Ditto.
17022 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17023 ensure clang would not discard it.
17024
17025 2014-04-24 David Blaikie <dblaikie@gmail.com>
17026
17027 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17028 clang to emit the full definition of type required by the test
17029 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17030
17031 2014-04-24 David Blaikie <dblaikie@gmail.com>
17032
17033 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17034 coax Clang into emitting the definition of the type.
17035 * gdb.cp/pr10728-x.h (y): Ditto.
17036 * gdb.cp/pr10728-y.cc (y): Ditto.
17037
17038 2014-04-24 David Blaikie <dblaikie@gmail.com>
17039
17040 * gdb.base/label.exp: XFAIL label related tests under Clang.
17041 * gdb.cp/cplabel.exp: Ditto.
17042 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17043 under Clang those using labels.
17044
17045 2014-04-25 Yao Qi <yao@codesourcery.com>
17046
17047 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17048 double_label.
17049 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17050 partial_label and double_label.
17051
17052 2014-04-24 David Blaikie <dblaikie@gmail.com>
17053
17054 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17055
17056 2014-04-24 David Blaikie <dblaikie@gmail.com>
17057
17058 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17059 of the function to work across GCC and Clang.
17060 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17061 pointer types (const void ** const V void **).
17062
17063 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17064 Walfred Tedeschi <walfred.tedeschi@intel.com>
17065
17066 * Makefile.in (EXECUTABLES): Added i386-avx512.
17067 * gdb.arch/i386-avx512.c: New file.
17068 * gdb.arch/i386-avx512.exp: Likewise.
17069
17070 2014-04-23 Keith Seitz <keiths@redhat.com>
17071
17072 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17073 (mi_make_breakpoint_table): New procedure.
17074 (mi_create_breakpoint): Use mi_make_breakpoint
17075 and return the result.
17076 (mi_make_breakpoint): New procedure.
17077 (mi_build_kv_pairs): New procedure.
17078
17079 * gdb.mi/mi-break.exp: Remove unused globals,
17080 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17081 All callers updated.
17082 * gdb.mi/mi-dprintf.exp: Use variable to track command
17083 number.
17084 Update all callers of mi_create_breakpoint and use
17085 mi_make_breakpoint_table.
17086 Remove any unused global variables.
17087 * gdb.mi/mi-nonstop.exp: Likewise.
17088 * gdb.mi/mi-nsintrall.exp: Likewise.
17089 * gdb.mi/mi-nsmoribund.exp: Likewise.
17090 * gdb.mi/mi-nsthrexec.exp: Likewise.
17091 * gdb.mi/mi-reverse.exp: Likewise.
17092 * gdb.mi/mi-simplerun.exp: Likewise.
17093 * gdb.mi/mi-stepn.exp: Likewise.
17094 * gdb.mi/mi-syn-frame.exp: Likewise.
17095 * gdb.mi/mi-until.exp: Likewise.
17096 * gdb.mi/mi-var-cp.exp: Likewise.
17097 * gdb.mi/mi-var-display.exp: Likewise.
17098 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17099 * gdb.mi/mi2-var-child.exp: Likewise.
17100 * gdb.mi/mi-vla-c99.exp: Likewise.
17101 * lib/mi-support.exp: Likewise.
17102
17103 From Ian Lance Taylor <iant@cygnus.com>:
17104 * lib/gdb.exp (parse_args): New procedure.
17105
17106 2014-04-23 Pedro Alves <palves@redhat.com>
17107
17108 * gdb.base/break-unload-file.c: New file.
17109 * gdb.base/break-unload-file.exp: New file.
17110 * gdb.base/sym-file-lib.c (baz): New function.
17111 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17112 field.
17113 (load): Store the segment's mapped size.
17114 (unload): New function.
17115 (unload_shlib): New function.
17116 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17117 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17118 set a breakpoint at baz, and call it.
17119 * gdb.base/sym-file.exp: New tests for stale breakpoint
17120 instructions.
17121
17122 2014-04-23 Pedro Alves <palves@redhat.com>
17123
17124 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17125 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17126 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17127 * gdb.base/hbreak-unmapped.c: New file.
17128 * gdb.base/hbreak-unmapped.exp: New file.
17129 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17130 * lib/gdb.exp (gdb_is_target_remote): ... here.
17131
17132 2014-04-22 Pedro Alves <palves@redhat.com>
17133
17134 * gdb.base/consecutive-step-over.c: New file.
17135 * gdb.base/consecutive-step-over.exp: New file.
17136
17137 2014-04-22 Pedro Alves <palves@redhat.com>
17138
17139 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17140 instead of send_gdb/gdb_expect.
17141
17142 2014-04-22 Yao Qi <yao@codesourcery.com>
17143
17144 * lib/trace-support.exp (generate_tracefile): New procedure.
17145 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17146 return 0.
17147 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17148 if generate_tracefile returns 1.
17149
17150 2014-04-18 Tom Tromey <palves@redhat.com>
17151 Pedro alves <tromey@redhat.com>
17152
17153 PR backtrace/15558
17154 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17155 with a backtrace limit.
17156 * gdb.python/py-frame-inline.exp: Test running to an inline
17157 function with a backtrace limit, and printing the newest frame.
17158 * gdb.python/py-frame-inline.c (main): Call f.
17159
17160 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17161
17162 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17163
17164 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17165
17166 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17167 Drop prefix from unsupported source file path.
17168
17169 2014-04-17 Yao Qi <yao@codesourcery.com>
17170
17171 * lib/gdb.exp (with_target_charset): New proc.
17172 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17173 with_target_charset.
17174 (test_print_strings): Likewise.
17175 (test_repeat_bytes): Likewise.
17176 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17177 for some tests.
17178
17179 2014-04-16 Keith Seitz <keiths@redhat.com>
17180
17181 PR gdb/15827
17182 * gdb.dwarf2/corrupt.c: New file.
17183 * gdb.dwarf2/corrupt.exp: New file.
17184
17185 2014-04-16 Keith Seitz <keiths@redhat.com>
17186
17187 PR c++/16597
17188 * gdb.cp/namelessclass.cc: New file.
17189 * gdb.cp/namelessclass.exp: New file.
17190 * gdb.cp/namelessclass.S: New file.
17191
17192 2014-04-16 Doug Evans <dje@google.com>
17193
17194 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17195 Add comment.
17196 (gdbserver_default_get_comm_port): New function.
17197 (gdbserver_start): Check if board file provided
17198 "gdbserver,get_comm_port" and use it if so.
17199 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17200 (gdb,socketport): Set to "stdio".
17201 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17202 (stdio_gdbserver_template): Delete.
17203 (${board}_get_remote_address): Update.
17204 (${board}_build_remote_cmd): Delete.
17205 (${board}_get_comm_port): New function.
17206 (${board}_spawn): Update.
17207 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17208 Delete.
17209 (${board}_get_remote_address): Update.
17210 (${board}_get_comm_port): New function.
17211
17212 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17213
17214 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17215 appearing in any order.
17216
17217 2014-04-15 Doug Evans <dje@google.com>
17218
17219 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17220 uninitialized value of "description".
17221
17222 2014-04-15 Keith Seitz <keiths@redhat.com>
17223
17224 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17225 Remove unused globals.
17226 (test_running_the_program): Likewise.
17227 (test_controlled_execution): Likewise.
17228 (test_controlling_breakpoints): Likewise.
17229 (test_program_termination): Likewise.
17230
17231 2014-04-15 Keith Seitz <keiths@redhat.com>
17232
17233 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17234 unused globals.
17235 (test_rbreak_creation_and_listing): Likewise.
17236 (test_ignore_count): Likewise.
17237 (test_error): Likewise.
17238
17239 2014-04-15 Pedro Alves <palves@redhat.com>
17240
17241 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17242 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17243 sym-file-loader.c.
17244 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17245 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17246 to sym-file-loader.c.
17247 (struct library): Forward declare.
17248 (load_shlib, lookup_function): Change prototypes.
17249 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17250 (translate_offset): Remove declarations.
17251 (get_text_addr): New declaration.
17252 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17253 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17254 sym-file-loader.h.
17255 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17256 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17257 here from sym-file-loader.h.
17258 (struct library): New structure.
17259 (load_shlib, lookup_function): Change prototypes and adjust to
17260 work with a struct library.
17261 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17262 (translate_offset): Make static.
17263 (get_text_addr): New function.
17264 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17265
17266 2014-04-15 Pedro Alves <palves@redhat.com>
17267
17268 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17269
17270 2014-04-15 Pedro Alves <palves@redhat.com>
17271
17272 * gdb.base/sym-file-loader.c: Include <limits.h>.
17273 (SELF_LINK): New define.
17274 (get_origin): New function.
17275 (load_shlib): Use it.
17276 * gdb.base/sym-file.exp: Don't early return if the target is
17277 remote. Use runto_main, and issue fail is that fails. Use
17278 gdb_load_shlibs.
17279 (shlib_name): Delete.
17280 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17281
17282 2014-04-15 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.base/sym-file.exp: Remove regex characters from test
17285 message. Don't refer to breakpoint numbers in test messages.
17286
17287 2014-04-14 Keith Seitz <keiths@redhat.com>
17288
17289 PR c++/16253
17290 * gdb.cp/var-tag.cc: New file.
17291 * gdb.cp/var-tag.exp: New file.
17292 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17293 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17294 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17295 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17296
17297 2014-04-14 Tom Tromey <tromey@redhat.com>
17298
17299 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17300 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17301 type.
17302 * gdb.cp/enum-class.exp: New file.
17303 * gdb.cp/enum-class.cc: New file.
17304
17305 2014-04-14 Tom Tromey <tromey@redhat.com>
17306
17307 * gdb.dwarf2/enum-type.exp: New file.
17308
17309 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17310
17311 * gdb.mi/mi-vla-c99.exp: New file.
17312 * gdb.mi/vla.c: New file.
17313
17314 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17315
17316 * gdb.base/vla-datatypes.c: New file.
17317 * gdb.base/vla-datatypes.exp: New file.
17318
17319 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17320
17321 * gdb.base/vla-ptr.c: New file.
17322 * gdb.base/vla-ptr.exp: New file.
17323
17324 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17325
17326 * gdb.dwarf2/count.exp: New file.
17327
17328 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17329
17330 * gdb.base/vla-sideeffect.c: New file.
17331 * gdb.base/vla-sideeffect.exp: New file.
17332
17333 2014-04-14 David Blaikie <dblaikie@gmail.com>
17334
17335 * gdb.mi/non-stop.c: Add return value for non-void function return
17336 statement.
17337 * gdb.threads/staticthreads.c: Ditto.
17338
17339 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17340 Doug Evans <xdje42@gmail.com>
17341
17342 * gdb.guile/scm-value.c: Improve test case.
17343 * gdb.guile/scm-value.exp: Add new test.
17344
17345 2014-04-11 David Blaikie <dblaikie@gmail.com>
17346
17347 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17348 override Clang's default.
17349
17350 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17351
17352 Revert the following changes (regressions):
17353
17354 * gdb.base/vla-sideeffect.c: New file.
17355 * gdb.base/vla-sideeffect.exp: New file.
17356
17357 * gdb.dwarf2/count.exp: New file.
17358
17359 * gdb.base/vla-multi.c: New file.
17360 * gdb.base/vla-multi.exp: New file.
17361
17362 * gdb.base/vla-ptr.c: New file.
17363 * gdb.base/vla-ptr.exp: New file.
17364
17365 * gdb.base/vla-datatypes.c: New file.
17366 * gdb.base/vla-datatypes.exp: New file.
17367
17368 * gdb.mi/mi-vla-c99.exp: New file.
17369 * gdb.mi/vla.c: New file.
17370
17371 2014-04-11 Keith Seitz <keiths@redhat.com>
17372
17373 PR c++/16675
17374 * gdb.cp/cpsizeof.exp: New file.
17375 * gdb.cp/cpsizeof.cc: New file.
17376
17377 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17378
17379 * gdb.mi/mi-vla-c99.exp: New file.
17380 * gdb.mi/vla.c: New file.
17381
17382 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17383
17384 * gdb.base/vla-datatypes.c: New file.
17385 * gdb.base/vla-datatypes.exp: New file.
17386
17387 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17388
17389 * gdb.base/vla-ptr.c: New file.
17390 * gdb.base/vla-ptr.exp: New file.
17391
17392 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17393
17394 * gdb.base/vla-multi.c: New file.
17395 * gdb.base/vla-multi.exp: New file.
17396
17397 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17398
17399 * gdb.dwarf2/count.exp: New file.
17400
17401 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17402
17403 * gdb.base/vla-sideeffect.c: New file.
17404 * gdb.base/vla-sideeffect.exp: New file.
17405
17406 2014-04-11 Yao Qi <yao@codesourcery.com>
17407
17408 * gdb.base/completion.exp: Check file exists before running tests
17409 on file completion.
17410
17411 2014-04-10 Pedro Alves <palves@redhat.com>
17412
17413 * gdb.base/cond-eval-mode.c: New file.
17414 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17415 prepare_for_testing to build the new file. Check result of
17416 runto_main.
17417 (test_break, test_watch): New procedures.
17418 (top level): Use them.
17419
17420 2014-04-08 Pierre Muller <muller@sourceware.org>
17421
17422 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17423 Ctrl-V use for mingw hosts.
17424
17425 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17426
17427 * gdb.python/py-value.c: Improve test case.
17428 * gdb.python/py-value.exp: Add new test.
17429
17430 2014-04-07 David Blaikie <dblaikie@gmail.com>
17431
17432 * lib/compiler.c: Identify the clang compiler.
17433 * lib/compiler.cc: Ditto.
17434
17435 2014-04-03 Yao Qi <yao@codesourcery.com>
17436
17437 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17438
17439 2014-04-01 Anton Blanchard <anton@samba.org>
17440
17441 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17442 messages unique.
17443
17444 2014-04-01 Anton Blanchard <anton@samba.org>
17445
17446 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17447 prepare_for_testing.
17448
17449 2014-04-01 Anton Blanchard <anton@samba.org>
17450
17451 * gdb.arch/ppc64-atomic-inst.c: Remove.
17452 * gdb.arch/ppc64-atomic-inst.S: New file.
17453 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17454
17455 2014-03-31 Doug Evans <dje@google.com>
17456
17457 * gdb.base/print-symbol-loading-lib.c: New file.
17458 * gdb.base/print-symbol-loading-main.c: New file.
17459 * gdb.base/print-symbol-loading.exp: New file.
17460
17461 2014-03-31 Yao Qi <yao@codesourcery.com>
17462
17463 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17464
17465 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17466
17467 * gdb.ada/mi_dyn_arr: New testcase.
17468
17469 2014-03-27 Doug Evans <dje@google.com>
17470
17471 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17472
17473 2014-03-27 Yao Qi <yao@codesourcery.com>
17474
17475 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17476 if target is nios2-*-*.
17477
17478 2014-03-26 Yao Qi <yao@codesourcery.com>
17479
17480 * lib/gdb.exp (readline_is_used): New proc.
17481 * gdb.base/completion.exp: Move tests on command complete up.
17482 Skip the rest of tests if readline is not used.
17483 * gdb.ada/complete.exp: Skp the test if readline is not
17484 used.
17485 * gdb.base/filesym.exp: Likewise.
17486 * gdb.base/macscp.exp: Likewise.
17487 * gdb.base/readline-ask.exp: Likewise.
17488 * gdb.base/readline.exp: Likewise.
17489 * gdb.python/py-cmd.exp: Likewise.
17490 * gdb.trace/tfile.exp: Likewise.
17491
17492 2014-03-26 Yao Qi <yao@codesourcery.com>
17493
17494 * gdb.base/macscp.exp: Fix code format issues.
17495
17496 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17497
17498 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17499 * gdb.asm/powerpc64le.inc: New file.
17500
17501 2014-03-25 Pedro Alves <palves@redhat.com>
17502 Doug Evans <dje@google.com>
17503
17504 * gdb.base/source-execution.c: New file.
17505 * gdb.base/source-execution.exp: New file.
17506 * gdb.base/source-execution.gdb: New file.
17507
17508 2014-03-24 Doug Evans <dje@google.com>
17509
17510 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17511 using fission.
17512
17513 2014-03-24 Hui Zhu <hui@codesourcery.com>
17514 Pedro Alves <palves@redhat.com>
17515
17516 PR breakpoints/16101
17517 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17518 test pass/fail messages. Detect missing support for dprintf when
17519 breakpoints are actually inserted.
17520 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17521 breakpoints are actually inserted.
17522 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17523 fails.
17524
17525 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17526
17527 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17528
17529 2014-03-22 Doug Evans <xdje42@gmail.com>
17530
17531 * gdb.python/python.exp (python not supported): Verify multi-line
17532 python command issues an error.
17533 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17534 guile command issues an error.
17535
17536 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17537
17538 * gdb.threads/thread-specific.exp: Handle the lack of usable
17539 $this_breakpoint and $this_thread.
17540
17541 2014-03-21 Hui Zhu <hui@codesourcery.com>
17542
17543 * gdb.base/attach.exp (do_command_attach_tests): New.
17544
17545 2014-03-20 Tom Tromey <tromey@redhat.com>
17546 Pedro Alves <palves@redhat.com>
17547
17548 PR cli/15718
17549 * gdb.base/condbreak-call-false.c: New file.
17550 * gdb.base/condbreak-call-false.exp: New file.
17551
17552 2014-03-20 Pedro Alves <palves@redhat.com>
17553
17554 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17555 Delete.
17556 (block_signals, unblock_signals): Delete.
17557 (child_function_2, main): Remove references to deleted variable
17558 and functions.
17559
17560 2014-03-20 Pedro Alves <palves@redhat.com>
17561
17562 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17563 Use pthread_kill to signal thread 2.
17564 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17565 Adjust to make the test send itself a signal rather than using the
17566 host's "kill" command.
17567
17568 2014-03-20 Pedro Alves <palves@redhat.com>
17569
17570 * gdb.threads/multiple-step-overs.c: New file.
17571 * gdb.threads/multiple-step-overs.exp: New file.
17572 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17573 Adjust expected infrun debug output.
17574
17575 2014-03-20 Pedro Alves <palves@redhat.com>
17576
17577 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17578 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17579
17580 2014-03-20 Pedro Alves <palves@redhat.com>
17581
17582 PR breakpoints/7143
17583 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17584 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17585 of gdb_test_multiple.
17586 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17587 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17588
17589 2014-03-20 Pedro Alves <palves@redhat.com>
17590
17591 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17592 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17593
17594 2014-03-19 Pedro Alves <palves@redhat.com>
17595
17596 * gdb.base/async.exp: Remove early return.
17597
17598 2014-03-19 Pedro Alves <palves@redhat.com>
17599
17600 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17601
17602 2014-03-19 Pedro Alves <palves@redhat.com>
17603
17604 * gdb.base/async.exp (test_background): Expect \r\n after
17605 "completed." in the fail pattern.
17606
17607 2014-03-19 Pedro Alves <palves@redhat.com>
17608
17609 * gdb.base/async.exp (test_background): New procedure.
17610 Use it for all background execution command tests.
17611
17612 2014-03-19 Pedro Alves <palves@redhat.com>
17613
17614 * gdb.base/async.exp: Use prepare_for_testing.
17615
17616 2014-03-19 Pedro Alves <palves@redhat.com>
17617
17618 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17619 the same line.
17620
17621 2014-03-19 Pedro Alves <palves@redhat.com>
17622
17623 * gdb.base/async.c (main): Add "jump here" and "until here" line
17624 marker comments.
17625 * gdb.base/async.exp (jump_here): New global.
17626 (jump& test): Use it.
17627 (until_here): New global.
17628 (until& test): Use it.
17629
17630 2014-03-19 Pedro Alves <palves@redhat.com>
17631
17632 * gdb.base/async.exp: Don't frob gdb_protocol.
17633
17634 2014-03-18 Doug Evans <xdje42@gmail.com>
17635
17636 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17637 Fix spelling of exec-done-display.
17638
17639 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17640
17641 PR gdb/15358
17642 * gdb.base/gdb-sigterm.c: New file.
17643 * gdb.base/gdb-sigterm.exp: New file.
17644
17645 2014-03-18 Pedro Alves <palves@redhat.com>
17646
17647 PR gdb/13860
17648 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17649 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17650 solib-event.
17651
17652 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17653
17654 * gdb.ada/pckd_arr_ren: New testcase.
17655
17656 2014-03-13 Doug Evans <xdje42@gmail.com>
17657
17658 PR guile/16612
17659 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17660 collect after discarding symbols.
17661
17662 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17663 Doug Evans <xdje42@gmail.com>
17664
17665 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17666 to history survives a gc.
17667
17668 2014-03-13 Pedro Alves <palves@redhat.com>
17669
17670 * gdb.base/default.exp: Don't test "target procfs".
17671
17672 2014-03-13 Pedro Alves <palves@redhat.com>
17673
17674 * gdb.base/default.exp: Update "target child" and "target procfs"
17675 tests to not expect "Unix".
17676
17677 2014-03-12 Tom Tromey <tromey@redhat.com>
17678
17679 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17680 New procs. Add target-async tests.
17681 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17682 Add target-async tests.
17683
17684 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17685
17686 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17687 'func_start' and 'func_end' for the beginning and end of the
17688 function code, respectively.
17689 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17690 'func_end' instead of 'func' and 'main'.
17691
17692 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17693
17694 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17695 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17696 generate the debug info assembler source.
17697
17698 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17699
17700 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17701 * gdb.dwarf2/arr-subrange.exp: Likewise.
17702 * gdb.dwarf2/dwz.exp: Likewise.
17703 * gdb.dwarf2/method-ptr.exp: Likewise.
17704 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17705 * gdb.dwarf2/subrange.exp: Likewise.
17706 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17707 * gdb.dwarf2/implptrpiece.exp: Likewise.
17708 * gdb.dwarf2/nostaticblock.exp: Likewise.
17709
17710 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17711
17712 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17713 directory to absolute path name arguments.
17714
17715 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17716
17717 * gdb.ada/tagged_access: New testcase.
17718
17719 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17720
17721 * gdb.btrace/data.exp: Update expected output.
17722
17723 2014-03-06 Yao Qi <yao@codesourcery.com>
17724
17725 * gdb.trace/pr16508.exp: New file.
17726
17727 2014-03-05 Pedro Alves <palves@redhat.com>
17728
17729 PR gdb/16575
17730 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17731 procedure.
17732 (top level): Adjust to use it. Add tests that exercise breakpoint
17733 interaction with the code-cache.
17734
17735 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17736
17737 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17738 test for 'history-append!'.
17739
17740 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17741
17742 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17743 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17744 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17745 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17746 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17747 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17748
17749 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17750
17751 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17752 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17753 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17754
17755 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17756
17757 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17758
17759 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17760
17761 * gdb.dwarf2/arr-stride.c: New file.
17762 * gdb.dwarf2/arr-stride.exp: New file.
17763
17764 2014-02-26 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17767 that won't ever trigger. Make sure that GDB reports the correct
17768 breakpoint that caused the stop.
17769
17770 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17771
17772 PR gdb/16626
17773 * gdb.base/auto-load-script: New file.
17774 * gdb.base/auto-load.c: New file.
17775 * gdb.base/auto-load.exp: New file.
17776
17777 PR gdb/16626
17778 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17779
17780 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17781
17782 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17783 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17784
17785 2014-02-24 Doug Evans <dje@google.com>
17786
17787 * lib/gdb.exp (run_on_host): Log error output if program fails.
17788
17789 2014-02-21 Pedro Alves <palves@redhat.com>
17790
17791 * gdb.threads/step-after-sr-lock.c: Rename to ...
17792 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17793 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17794 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17795 ... this.
17796
17797 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17798
17799 PR tdep/16397
17800 * gdb.arch/amd64-stap-special-operands.exp: New file.
17801 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17802 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17803 * gdb.arch/amd64-stap-triplet.S: Likewise.
17804 * gdb.arch/amd64-stap-triplet.c: Likewise.
17805
17806 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17807
17808 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17809 in .section pseudo-op.
17810
17811 2014-02-20 lin zuojian <manjian2006@gmail.com>
17812 Joel Brobecker <brobecker@adacore.com>
17813 Doug Evans <xdje42@gmail.com>
17814
17815 PR symtab/16581
17816 * gdb.dwarf2/dw2-icycle.S: New file.
17817 * gdb.dwarf2/dw2-icycle.c: New file.
17818 * gdb.dwarf2/dw2-icycle.exp: New file.
17819
17820 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17821
17822 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17823 operations on gdb.Value objects.
17824 * gdb.python/py-value-cc.exp: Add new test to test operations on
17825 gdb.Value objects.
17826
17827 2014-02-18 Doug Evans <dje@google.com>
17828
17829 * Makefile.in (TESTS): New variable.
17830 (expanded_tests, expanded_tests_or_none): New variables
17831 (check-single): Pass $(expanded_tests_or_none) to runtest.
17832 (check-parallel): Only run tests in $(TESTS) if non-empty.
17833 (check/no-matching-tests-found): New rule.
17834 * README: Document TESTS makefile variable.
17835
17836 2014-02-18 Doug Evans <dje@google.com>
17837
17838 * Makefile.in (check-parallel): rm -rf outputs temp.
17839
17840 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17841
17842 Fix "ERROR: no fileid for" in the testsuite.
17843 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17844
17845 2014-02-12 Doug Evans <dje@google.com>
17846
17847 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17848 (MISCELLANEOUS): New variable.
17849 (clean): rm -rf $(MISCELLANEOUS).
17850 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17851 dwp live in the same directory as symlinks, with each symlink pointed
17852 to a differently named file in a different directory.
17853
17854 2014-02-11 Doug Evans <dje@google.com>
17855
17856 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17857 of Tcl file commands.
17858
17859 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17860
17861 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17862 "kill -SIGUSR1 -1".
17863
17864 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17865
17866 * gdb.ada/tick_length_array_enum_idx: New testcase.
17867
17868 2014-02-10 Doug Evans <xdje42@gmail.com>
17869
17870 * configure.ac (AC_OUTPUT): Add gdb.guile.
17871 * configure: Regenerate.
17872 * lib/gdb-guile.exp: New file.
17873 * lib/gdb.exp (get_target_charset): New function.
17874 * gdb.base/help.exp: Update expected output from "apropos apropos".
17875 * gdb.guile/Makefile.in: New file.
17876 * gdb.guile/guile.exp: New file.
17877 * gdb.guile/scm-arch.c: New file.
17878 * gdb.guile/scm-arch.exp: New file.
17879 * gdb.guile/scm-block.c: New file.
17880 * gdb.guile/scm-block.exp: New file.
17881 * gdb.guile/scm-breakpoint.c: New file.
17882 * gdb.guile/scm-breakpoint.exp: New file.
17883 * gdb.guile/scm-disasm.c: New file.
17884 * gdb.guile/scm-disasm.exp: New file.
17885 * gdb.guile/scm-equal.c: New file.
17886 * gdb.guile/scm-equal.exp: New file.
17887 * gdb.guile/scm-error.exp: New file.
17888 * gdb.guile/scm-error.scm: New file.
17889 * gdb.guile/scm-frame-args.c: New file.
17890 * gdb.guile/scm-frame-args.exp: New file.
17891 * gdb.guile/scm-frame-args.scm: New file.
17892 * gdb.guile/scm-frame-inline.c: New file.
17893 * gdb.guile/scm-frame-inline.exp: New file.
17894 * gdb.guile/scm-frame.c: New file.
17895 * gdb.guile/scm-frame.exp: New file.
17896 * gdb.guile/scm-generics.exp: New file.
17897 * gdb.guile/scm-gsmob.exp: New file.
17898 * gdb.guile/scm-iterator.c: New file.
17899 * gdb.guile/scm-iterator.exp: New file.
17900 * gdb.guile/scm-math.c: New file.
17901 * gdb.guile/scm-math.exp: New file.
17902 * gdb.guile/scm-objfile-script-gdb.in: New file.
17903 * gdb.guile/scm-objfile-script.c: New file.
17904 * gdb.guile/scm-objfile-script.exp: New file.
17905 * gdb.guile/scm-objfile.c: New file.
17906 * gdb.guile/scm-objfile.exp: New file.
17907 * gdb.guile/scm-ports.exp: New file.
17908 * gdb.guile/scm-pretty-print.c: New file.
17909 * gdb.guile/scm-pretty-print.exp: New file.
17910 * gdb.guile/scm-pretty-print.scm: New file.
17911 * gdb.guile/scm-section-script.c: New file.
17912 * gdb.guile/scm-section-script.exp: New file.
17913 * gdb.guile/scm-section-script.scm: New file.
17914 * gdb.guile/scm-symbol.c: New file.
17915 * gdb.guile/scm-symbol.exp: New file.
17916 * gdb.guile/scm-symtab-2.c: New file.
17917 * gdb.guile/scm-symtab.c: New file.
17918 * gdb.guile/scm-symtab.exp: New file.
17919 * gdb.guile/scm-type.c: New file.
17920 * gdb.guile/scm-type.exp: New file.
17921 * gdb.guile/scm-value-cc.cc: New file.
17922 * gdb.guile/scm-value-cc.exp: New file.
17923 * gdb.guile/scm-value.c: New file.
17924 * gdb.guile/scm-value.exp: New file.
17925 * gdb.guile/source2.scm: New file.
17926 * gdb.guile/types-module.cc: New file.
17927 * gdb.guile/types-module.exp: New file.
17928
17929 2014-02-10 Yao Qi <yao@codesourcery.com>
17930
17931 PR testsuite/16543
17932 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17933 * configure: Regenerated.
17934 * Makefile.in: New file.
17935
17936 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17937
17938 * gdb.python/py-framefilter.exp: Fix typo.
17939
17940 2014-02-08 Yao Qi <yao@codesourcery.com>
17941
17942 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17943 that no =breakpoint-modified is emitted when breakpoints are
17944 modified through MI commands.
17945
17946 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17947 Pedro Alves <palves@redhat.com>
17948
17949 * gdb.threads/step-after-sr-lock.c: New file.
17950 * gdb.threads/step-after-sr-lock.exp: New file.
17951
17952 2014-02-07 Pedro Alves <palves@redhat.com>
17953
17954 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17955
17956 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17957
17958 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17959 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17960
17961 2014-02-06 Doug Evans <xdje42@gmail.com>
17962
17963 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17964 output.
17965
17966 * gdb.gdb/python-interrupts.exp: New file.
17967
17968 2014-02-05 Yao Qi <yao@codesourcery.com>
17969
17970 * gdb.trace/report.exp (use_collected_data): Test the output
17971 of "info threads" and "info inferiors".
17972
17973 2014-02-05 Yao Qi <yao@codesourcery.com>
17974
17975 Revert this patch:
17976
17977 2013-05-24 Yao Qi <yao@codesourcery.com>
17978
17979 * gdb.trace/tfile.exp: Test inferior and thread.
17980
17981 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17982
17983 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17984 on a function.
17985 * gdb.base/step-bt.c: Call hello via function pointer to make
17986 sure its first instruction is executed on powerpc64le-linux.
17987
17988 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17989
17990 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17991
17992 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17993
17994 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17995 of the test patterns for use on little-endian systems.
17996
17997 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17998
17999 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18000 (decimal_vector): Fix for little-endian.
18001
18002 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18003
18004 * gdb.arch/sparc-sysstep.exp: New file.
18005 * gdb.arch/sparc-sysstep.c: Likewise.
18006
18007 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18008
18009 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18010
18011 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18012
18013 2014-01-23 Tom Tromey <tromey@redhat.com>
18014
18015 * gdb.ada/array_char_idx: New testcase.
18016
18017 2014-01-23 Tom Tromey <tromey@redhat.com>
18018
18019 PR python/16487:
18020 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18021 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18022 classes.
18023
18024 2014-01-23 Tom Tromey <tromey@redhat.com>
18025
18026 PR python/16491:
18027 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18028 string from an inferior frame.
18029 * gdb.python/py-framefilter-mi.exp: Update.
18030
18031 2014-01-22 Doug Evans <dje@google.com>
18032
18033 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18034
18035 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18036
18037 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18038
18039 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18040
18041 * gdb.trace/entry-values.exp: Remove excess space character from
18042 regex patterns. Handle s390 call instruction.
18043
18044 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18045
18046 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18047 define "*_start" label. Make "name" static.
18048 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18049 ${name} by references to ${name}_start.
18050
18051 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18052
18053 * gdb.base/info-macros.exp: Remove "debug" from the compile
18054 options.
18055
18056 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18057
18058 * gdb.dlang/demangle.exp: New file.
18059
18060 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18061
18062 * gdb.dlang/primitive-types.exp: New file.
18063
18064 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18065
18066 * configure.ac: Create gdb.dlang/Makefile.
18067 * configure: Regenerate.
18068 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18069 * gdb.dlang/Makefile.in: New file.
18070 * lib/d-support.exp: New file.
18071 * lib/gdb.exp (skip_d_tests): New proc.
18072
18073 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18074
18075 * gdb.btrace/delta.exp: Check reverse stepi.
18076 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18077 * gdb.btrace/finish.exp: New.
18078 * gdb.btrace/next.exp: New.
18079 * gdb.btrace/nexti.exp: New.
18080 * gdb.btrace/record_goto.c: Add comments.
18081 * gdb.btrace/step.exp: New.
18082 * gdb.btrace/stepi.exp: New.
18083 * gdb.btrace/multi-thread-step.c: New.
18084 * gdb.btrace/multi-thread-step.exp: New.
18085 * gdb.btrace/rn-dl-bind.c: New.
18086 * gdb.btrace/rn-dl-bind.exp: New.
18087 * gdb.btrace/data.c: New.
18088 * gdb.btrace/data.exp: New.
18089 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18090
18091 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18092
18093 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18094 * gdb.btrace/exception.exp: Update.
18095 * gdb.btrace/instruction_history.exp: Update.
18096 * gdb.btrace/record_goto.exp: Update.
18097 * gdb.btrace/tailcall.exp: Update.
18098 * gdb.btrace/unknown_functions.exp: Update.
18099 * gdb.btrace/delta.exp: New.
18100
18101 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18102
18103 * gdb.btrace/record_goto.exp: Add backtrace test.
18104 * gdb.btrace/tailcall.exp: Add backtrace test.
18105
18106 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18107
18108 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18109 * gdb.btrace/record_goto.c: New.
18110 * gdb.btrace/record_goto.exp: New.
18111 * gdb.btrace/x86-record_goto.S: New.
18112
18113 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18114
18115 * gdb.btrace/function_call_history.exp: Update tests.
18116 * gdb.btrace/instruction_history.exp: Update tests.
18117
18118 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18119
18120 * gdb.btrace/function_call_history.exp: Fix expected field
18121 order for "record function-call-history".
18122 Add new tests for "record function-call-history /c".
18123 * gdb.btrace/exception.cc: New.
18124 * gdb.btrace/exception.exp: New.
18125 * gdb.btrace/tailcall.exp: New.
18126 * gdb.btrace/x86-tailcall.S: New.
18127 * gdb.btrace/x86-tailcall.c: New.
18128 * gdb.btrace/unknown_functions.c: New.
18129 * gdb.btrace/unknown_functions.exp: New.
18130 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18131
18132 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18133
18134 * gdb.btrace/instruction_history.exp: Update.
18135 * gdb.btrace/function_call_history.exp: Update.
18136
18137 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18138
18139 * gdb.btrace/function_call_history.exp: Fix expected function
18140 trace.
18141 * gdb.btrace/instruction_history.exp: Initialize traced.
18142 Remove traced_functions.
18143
18144 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18145
18146 * gdb.btrace/function_call_history.exp: Update
18147 * gdb.btrace/instruction_history.exp: Update.
18148
18149 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18150
18151 * gdb.btrace/enable.exp: Update expected text.
18152
18153 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18154
18155 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18156 bytes.
18157
18158 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18159
18160 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18161
18162 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18163
18164 * lib/gdb.exp (supports_process_record): Return true for
18165 arm*-linux*. (supports_reverse): Likewise.
18166
18167 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18168
18169 PR python/15464
18170 PR python/16113
18171 * gdb.python/py-type.c: Enhance test case.
18172 * gdb.python/py-value-cc.cc: Likewise
18173 * gdb.python/py-type.exp: Add new tests.
18174 * gdb.python/py-value-cc.exp: Likewise
18175
18176 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18177 Pedro Alves <palves@redhat.com>
18178
18179 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18180 Make "name" extern.
18181 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18182 references to ${name}_start by references to ${name}.
18183
18184 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18185
18186 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18187
18188 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18189
18190 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18191
18192 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18193 Pedro Alves <palves@redhat.com>
18194
18195 * gdb.mi/mi-info-os.exp: Connect to the target with
18196 mi_gdb_target_load.
18197
18198 2014-01-08 Pedro Alves <palves@redhat.com>
18199
18200 * gdb.threads/reconnect-signal.c: New file.
18201 * gdb.threads/reconnect-signal.exp: New file.
18202
18203 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18204
18205 * gdb.base/source-dir.exp: New file.
18206
18207 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18208
18209 * gdb.ada/mi_interface: New testcase.
18210
18211 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18212
18213 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18214 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18215 gdb.ada/pp-rec-component/pck.ads: New files.
18216
18217 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18218
18219 * gdb.python/py-pp-integral.c: New file.
18220 * gdb.python/py-pp-integral.py: New file.
18221 * gdb.python/py-pp-integral.exp: New file.
18222
18223 For older changes see ChangeLog-1993-2013.
18224 \f
18225 ;; Local Variables:
18226 ;; mode: change-log
18227 ;; left-margin: 8
18228 ;; fill-column: 74
18229 ;; version-control: never
18230 ;; End:
18231
18232 Copyright 2014-2020 Free Software Foundation, Inc.
18233 Copying and distribution of this file, with or without modification,
18234 are permitted provided the copyright notice and this notice are preserved.
This page took 0.403622 seconds and 5 git commands to generate.