Fix some spelling errors.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2
3 * lib/gdb.exp: Fix spelling error (seperatelly).
4
5 2020-01-14 Tom Tromey <tom@tromey.com>
6
7 PR symtab/12535:
8 * gdb.python/python.exp: Test decode_line with empty string
9 argument.
10
11 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
12
13 * gdb.base/skip-inline.exp: Extend test.
14
15 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
18 * gdb.dwarf2/dw2-bad-elf.c: New file.
19 * gdb.dwarf2/dw2-bad-elf.exp: New file.
20
21 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
24 _line_saw_file.
25
26 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
29 border.
30
31 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
32
33 * gdb.multi/multi-target.exp (setup): Factor out "info
34 connections" and "info inferiors" tests to ...
35 (test_info_inferiors): ... this new procedure.
36 (top level): Run new "info-inferiors" tests.
37
38 2020-01-10 Pedro Alves <palves@redhat.com>
39
40 * gdb.server/bkpt-other-inferior.exp: New file.
41
42 2020-01-10 Pedro Alves <palves@redhat.com>
43
44 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
45 of "add-inferior".
46 * gdb.base/quit-live.exp: Likewise.
47 * gdb.base/remote-exec-file.exp: Likewise.
48 * gdb.guile/scm-progspace.exp: Likewise.
49 * gdb.linespec/linespec.exp: Likewise.
50 * gdb.mi/new-ui-mi-sync.exp: Likewise.
51 * gdb.mi/user-selected-context-sync.exp: Likewise.
52 * gdb.multi/multi-target.exp (setup): Add "info connection" and
53 "info inferiors" tests.
54 * gdb.multi/remove-inferiors.exp: Adjust expected output of
55 "add-inferior".
56 * gdb.multi/watchpoint-multi.exp: Likewise.
57 * gdb.python/py-inferior.exp: Likewise.
58 * gdb.server/extended-remote-restart.exp: Likewise.
59 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
60 "info inferiors".
61 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
62 * gdb.trace/report.exp: Likewise.
63
64 2020-01-10 Pedro Alves <palves@redhat.com>
65
66 * gdb.multi/multi-target.c: New file.
67 * gdb.multi/multi-target.exp: New file.
68 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
69 mode requested, but remote does not support non-stop".
70
71 2020-01-10 Pedro Alves <palves@redhat.com>
72
73 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
74 disconnect before reconnecting.
75
76 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
77 Pedro Alves <palves@redhat.com>
78
79 * gdb.server/connect-without-multi-process.exp: Also test
80 continuing to end.
81
82 2020-01-10 Pedro Alves <palves@redhat.com>
83
84 * gdb.base/remote-exec-file.exp: New file.
85
86 2020-01-10 Pedro Alves <palves@redhat.com>
87
88 * gdb.base/fork-running-state.exp (do_test): Adjust expected
89 output.
90 * gdb.threads/async.c: New.
91 * gdb.threads/async.exp: New.
92 * gdb.multi/tids-gid-reset.c: New.
93 * gdb.multi/tids-gid-reset.exp: New.
94
95 2020-01-10 George Barrett <bob@bob131.so>
96
97 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
98 to help in finding the image relocation offset.
99 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
100 options in arguments.
101 (stap_test_no_debuginfo): Likewise.
102 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
103 test variants.
104 (stap_test): Add null semaphore relocation test.
105
106 2020-01-10 George Barrett <bob@bob131.so>
107
108 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
109 * gdb.base/stap-probe.exp: Likewise.
110 (stap_test): Pass argument as an additional flag.
111 (stap_test_no_debuginfo): Likewise.
112 (stap_test): Check `info probes stap' output for semaphore
113 addresses if the test binary is supposed to have them.
114
115 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.tui/basic.exp: Add more scrolling tests.
118
119 2020-01-09 Tom Tromey <tom@tromey.com>
120
121 PR tui/18932:
122 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
123 meangingful value.
124 (Term::command, Term::resize): Update.
125 * gdb.tui/basic.exp: Add scrolling test.
126
127 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.tui/tui-layout-asm.exp: New file.
130
131 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * lib/tuiterm.exp (Term::check_box_contents): New proc.
134
135 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
138 (Term::enter_tui): Use Term::prepare_for_tui.
139
140 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
143 called.
144
145 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdb.base/skip.exp: Fix race condition in test.
148
149 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * gdb.base/backtrace.c: New file.
152 * gdb.base/backtrace.exp: New file.
153
154 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
157
158 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
159
160 * gdb.base/style.exp: Test that warnings are styled.
161
162 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
163
164 * gdb.base/line65535.exp: New file.
165 * gdb.base/line65535.c: New file.
166
167 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
168
169 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
170 * lib/gnat_debug_info_test.adb: New file.
171 * gdb.ada/ptype_tagged_param.exp: Use
172 gnat_runtime_has_debug_info, expect a different output if
173 runtime does not have debug info.
174
175 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
176
177 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
178 (another) quote in test name.
179
180 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
181
182 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
183 Add quote in test name.
184
185 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
186
187 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
188 directory instead.
189 * gdb.cp/pass-by-ref.exp: Extend with more cases.
190 * gdb.cp/pass-by-ref-2.cc: New file.
191 * gdb.cp/pass-by-ref-2.exp: New file.
192
193 2019-12-20 Tom Tromey <tom@tromey.com>
194
195 * gdb.tui/list-before.exp: New file.
196
197 2019-12-20 Tom Tromey <tom@tromey.com>
198
199 * gdb.tui/list.exp: Check for source on initial listing.
200
201 2019-12-11 Tom Tromey <tromey@adacore.com>
202
203 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
204 Add crlf test.
205
206 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
207
208 * gdb.base/default.exp: Update value of $_gdb_major.
209
210 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
211
212 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
213
214 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
215
216 * gdb.base/skip.exp: Whitespace fix.
217
218 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
219
220 * gdb.base/skip-inline.c: New file.
221 * gdb.base/skip-inline.exp: New file.
222
223 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
224
225 * gdb.base/jit-reader.exp (jit_reader_test): Rename
226 jit_function_00 to jit_function_stack_mangle.
227 * gdb.base/jithost.c (jit_function_t): Rename to...
228 (jit_function_stack_mangle_t): ... this.
229 (jit_function_add_t): New typedef.
230 (jit_function_00_code): Rename to...
231 (jit_function_stack_mangle_code): ... this, make static.
232 (jit_function_add_code): New.
233 (main): Generate "add" function and call it. Adjust to changes
234 in jithost_abi.
235 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
236 (struct jithost_abi) <begin, end>: Remove fields.
237 <object, function_stack_mangle, function_add>: New fields.
238 * gdb.base/jitreader.c (struct reader_state) <code_begin,
239 code_end>: Remove fields.
240 <func_stack_mangle>: New field.
241 (read_debug_info): Adjust to renaming, create block for "add"
242 function.
243 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
244
245 2019-12-11 Tom Tromey <tom@tromey.com>
246
247 * gdb.tui/resize.exp: Fix regexp.
248 * gdb.tui/regs.exp: Fix regexps.
249 * gdb.tui/main.exp: Fix regexp.
250
251 2019-12-11 Tom Tromey <tom@tromey.com>
252
253 * gdb.tui/resize.exp: Update.
254 * gdb.tui/empty.exp (layouts): Update.
255
256 2019-12-11 Tom Tromey <tom@tromey.com>
257
258 * gdb.tui/regs.exp: Update.
259 * gdb.tui/empty.exp (layouts): Update.
260 * gdb.tui/basic.exp: Update.
261 * lib/tuiterm.exp (_check_box): Don't check bottom border.
262
263 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
264
265 * gdb.base/options.exp: Add -raw-values in the print completion list.
266 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
267
268 2019-12-10 Kevin Buettner <kevinb@redhat.com>
269
270 * gdb.threads/omp-par-scope.c: New file.
271 * gdb/threads/omp-par-scope.exp: New file.
272
273 2019-12-10 Kevin Buettner <kevinb@redhat.com>
274
275 * lib/gdb.exp (support_nested_function_tests): New proc.
276
277 2019-12-10 Kevin Buettner <kevinb@redhat.com>
278
279 * lib/gdb.exp (gdb_compile_openmp): New proc.
280 (build_executable_from_specs): Add an "openmp" option.
281 (gdb_compile_pthreads): Add non-executable case.
282
283 2019-12-10 Tom Tromey <tromey@adacore.com>
284
285 * gdb.ada/unchecked_union.exp: New file.
286 * gdb.ada/unchecked_union/pck.adb: New file.
287 * gdb.ada/unchecked_union/pck.ads: New file.
288 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
289 * gdb-utils.exp (string_to_regexp): Also quote "?".
290
291 2019-12-10 George Barrett <bob@bob131.so>
292
293 Test scripted probe breakpoints.
294 * gdb.guile/scm-breakpoint.c (main): Add probe point.
295 * gdb.python/py-breakpoint.c (main): Likewise.
296 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
297 specifier test.
298 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
299
300 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
301
302 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
303 an rvalue parameter.
304 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
305 parameter.
306
307 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
310 modules.
311
312 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
313
314 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
315 broken version of GCC.
316
317 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
318
319 * gdb.fortran/info-modules.exp: Rewrite to make use of new
320 sym-info-cmds library.
321 * gdb.fortran/info-types.exp: Likewise.
322 * lib/sym-info-cmds.exp: New file.
323
324 2019-12-08 Tom de Vries <tdevries@suse.de>
325
326 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
327
328 2019-12-07 Keith Seitz <keiths@redhat.com>
329
330 * gdb.base/corefile-buildid-shlib-shr.c: New file.
331 * gdb.base/corefile-buildid-shlib.c: New file.
332 * gdb.base/corefile-buildid.c: New file.
333 * gdb.base/corefile-buildid.exp: New file.
334
335 2019-12-06 Tom de Vries <tdevries@suse.de>
336
337 * gdb.dwarf2/varval.exp: Add decl before def test.
338
339 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
340
341 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
342
343 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
344
345 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
346 CV and reference conversion for overload resolution.
347 * gdb.cp/rvalue-ref-overload.exp: Test it.
348
349 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
350
351 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
352 * gdb.base/frameapply.exp: Test faas without command.
353
354 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
357 Fortran tests.
358 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
359 order.
360
361 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
364 casting to type with no kind specified.
365 (test_basic_parsing_of_type_kinds): Additional tests for types
366 with no kind specified, and add tests for single/double
367 precision/complex types.
368
369 2019-12-04 Tom Tromey <tromey@adacore.com>
370
371 * gdb.base/endianity.c (struct other) <x>: New field.
372 (main): Initialize it.
373 * gdb.base/endianity.exp: Update.
374
375 2019-12-04 Tom Tromey <tromey@adacore.com>
376
377 * gdb.ada/scalar_storage/storage.adb: New file.
378 * gdb.ada/scalar_storage/pck.adb: New file.
379 * gdb.ada/scalar_storage/pck.ads: New file.
380 * gdb.ada/scalar_storage.exp: New file.
381
382 2019-12-04 Tom Tromey <tromey@adacore.com>
383
384 * gdb.base/endianity.c (struct otherendian) <f>: New field.
385 (main): Initialize it.
386 * gdb.base/endianity.exp: Update.
387
388 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
391
392 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
395 -symbol-info-module-functions and -symbol-info-module-variables.
396
397 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
398
399 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
400
401 2019-12-01 Richard Bunt <richard.bunt@arm.com>
402 Andrew Burgess <andrew.burgess@embecosm.com>
403
404 * gdb.fortran/derived-type-striding.exp: New file.
405 * gdb.fortran/derived-type-striding.f90: New file.
406 * gdb.fortran/array-slices.exp: New file.
407 * gdb.fortran/array-slices.f90: New file.
408
409 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
410
411 * gdb.base/define.exp: Test . in command names.
412 * gdb.base/setshow.exp: Update test, as . is now part of
413 command name.
414
415 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
416
417 * gdb.base/define-prefix.exp: New file.
418
419 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
422 compile.
423 (skip_btrace_pt_tests): Likewise.
424
425 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
426
427 * gdb.fortran/info-modules.exp: Compile source files in correct
428 order.
429
430 2019-11-27 Kevin Buettner <kevinb@redhat.com>
431
432 * gdb.dwarf2/imported-unit.exp: New file.
433 * gdb.dwarf2/imported-unit.c: New file.
434
435 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * gdb.mi/mi-fortran-modules-2.f90: New file.
438 * gdb.mi/mi-fortran-modules.exp: New file.
439 * gdb.mi/mi-fortran-modules.f90: New file.
440
441 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
442
443 * gdb.mi/mi-sym-info-1.c: New file.
444 * gdb.mi/mi-sym-info-2.c: New file.
445 * gdb.mi/mi-sym-info.exp: New file.
446
447 2019-11-22 Tom Tromey <tromey@adacore.com>
448
449 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
450 * gdb.ada/tasks/foo.adb: Add another stopping location.
451
452 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
453
454 * gdb.base/endianity.c: New test.
455 * gdb.base/endianity.exp: New file.
456
457 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
458
459 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
460
461 2019-11-21 Tom de Vries <tdevries@suse.de>
462
463 PR gdb/24956
464 * gdb.base/ui-redirect.exp: Test output of user-defined command.
465
466 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
467
468 * gdb.python/py-progspace.exp: Add missing parentheses on some
469 'print' commands.
470
471 2019-11-19 Tom Tromey <tom@tromey.com>
472
473 * gdb.tui/winheight.exp: New file.
474
475 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
476
477 * gdb.base/ctf-whatis.c: Delete.
478 * gdb.base/ctf-whatis.exp: Delete.
479 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
480
481 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * gdb.base/ctf-cvexpr.exp: Delete.
484 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
485
486 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
489 the compiler. Clean up header comment a little.
490 * gdb.base/ctf-ptype.exp: Likewise.
491 * gdb.base/ctf-whatis.exp: Likewise.
492 * lib/gdb.exp (skip_ctf_tests): New proc.
493
494 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
495
496 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
497 * gdb.tui/corefile-run.exp: New file.
498
499 2019-11-14 Tom Tromey <tromey@adacore.com>
500
501 * gdb.base/gdbvars.exp (test_convenience_variables): Add
502 regression tests.
503
504 2019-11-12 Tom Tromey <tom@tromey.com>
505
506 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
507 after any command. Expect prompt after WAIT_FOR is seen.
508 (enter_tui): Enable resize messages.
509 (command): Expect command in output.
510 (get_line): Avoid error when cursor appears to be off-screen.
511 (dump_screen): Include screen size in title.
512 (_do_resize): New proc, from "resize".
513 (resize): Rewrite. Do resize in two steps.
514 * gdb.tui/empty.exp (layouts): Fix entries.
515 (check_boxes): Remove xfail.
516 (check_text): Dump screen on failure.
517
518 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
519
520 * gdb.python/py-symbol.exp: Add test for
521 gdb.lookup_static_symbols.
522
523 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
524
525 * gdb.python/py-symbol.c: Declare and call function from new
526 py-symbol-2.c file.
527 * gdb.python/py-symbol.exp: Compile both source files, and add new
528 tests for gdb.lookup_static_symbol.
529 * gdb.python/py-symbol-2.c: New file.
530
531 2019-11-02 Tom de Vries <tdevries@suse.de>
532
533 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
534 * gdb.base/anon.exp: Same.
535 * gdb.base/auto-connect-native-target.exp: Same.
536 * gdb.base/call-ar-st.exp: Same.
537 * gdb.base/catch-syscall.exp: Same.
538 * gdb.base/commands.exp: Same.
539 * gdb.base/default.exp: Same.
540 * gdb.base/display.exp: Same.
541 * gdb.base/float.exp: Same.
542 * gdb.base/foll-fork.exp: Same.
543 * gdb.base/help.exp: Same.
544 * gdb.base/info-macros.exp: Same.
545 * gdb.base/info-proc.exp: Same.
546 * gdb.base/info-target.exp: Same.
547 * gdb.base/long_long.exp: Same.
548 * gdb.base/macscp.exp: Same.
549 * gdb.base/memattr.exp: Same.
550 * gdb.base/nofield.exp: Same.
551 * gdb.base/pointers.exp: Same.
552 * gdb.base/printcmds.exp: Same.
553 * gdb.base/ptype.exp: Same.
554 * gdb.base/restore.exp: Same.
555 * gdb.base/return.exp: Same.
556 * gdb.base/scope.exp: Same.
557 * gdb.base/set-noassign.exp: Same.
558 * gdb.base/setshow.exp: Same.
559 * gdb.base/shlib-call.exp: Same.
560 * gdb.base/signals.exp: Same.
561 * gdb.base/sigstep.exp: Same.
562 * gdb.base/skip.exp: Same.
563 * gdb.base/solib-symbol.exp: Same.
564 * gdb.base/stap-probe.exp: Same.
565 * gdb.base/step-line.exp: Same.
566 * gdb.base/step-test.exp: Same.
567 * gdb.base/style.exp: Same.
568 * gdb.base/varargs.exp: Same.
569 * gdb.base/vla-datatypes.exp: Same.
570 * gdb.base/vla-ptr.exp: Same.
571 * gdb.base/vla-sideeffect.exp: Same.
572 * gdb.base/volatile.exp: Same.
573 * gdb.base/watch-cond-infcall.exp: Same.
574 * gdb.base/watchpoint.exp: Same.
575
576 2019-11-02 Tom de Vries <tdevries@suse.de>
577
578 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
579 * gdb.cp/cpexprs.exp: Same.
580 * gdb.cp/except-multi-location.exp: Same.
581 * gdb.cp/exceptprint.exp: Same.
582 * gdb.cp/gdb2384.exp: Same.
583 * gdb.cp/inherit.exp: Same.
584 * gdb.cp/m-static.exp: Same.
585 * gdb.cp/meth-typedefs.exp: Same.
586 * gdb.cp/misc.exp: Same.
587 * gdb.cp/namespace.exp: Same.
588 * gdb.cp/non-trivial-retval.exp: Same.
589 * gdb.cp/overload.exp: Same.
590 * gdb.cp/pr17132.exp: Same.
591 * gdb.cp/re-set-overloaded.exp: Same.
592 * gdb.cp/rvalue-ref-types.exp: Same.
593 * gdb.cp/templates.exp: Same.
594
595 2019-11-01 Luis Machado <luis.machado@linaro.org>
596
597 PR gdb/25124
598
599 * gdb.arch/pr25124.S: New file.
600 * gdb.arch/pr25124.exp: New file.
601
602 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * gdb.fortran/info-modules.exp: Update expected results, and add
605 additional tests for 'info module functinos', and 'info module
606 variables'.
607 * gdb.fortran/info-types.exp: Update expected results.
608 * gdb.fortran/info-types.f90: Extend testcase with additional
609 module variables and functions.
610
611 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * gdb.fortran/info-modules.exp: New file.
614 * gdb.fortran/info-types.exp: Build with new file.
615 * gdb.fortran/info-types.f90: Include and use new module.
616 * gdb.fortran/info-types-2.f90: New file.
617
618 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
619
620 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
621 * gdb.base/settings.exp: Test all settings types using
622 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
623 that now verifies that the value of "maint show" is the same as
624 returned by the settings functions. Test the type of the
625 maintenance settings.
626 * gdb.base/default.exp: Update show_conv_list.
627
628 2019-10-31 Tom de Vries <tdevries@suse.de>
629
630 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
631 gdb_test.
632 * gdb.arch/amd64-disp-step.exp: Same.
633 * gdb.asm/asm-source.exp: Same.
634 * gdb.btrace/buffer-size.exp: Same.
635 * gdb.btrace/cpu.exp: Same.
636 * gdb.btrace/enable.exp: Same.
637 * gdb.dwarf2/count.exp: Same.
638 * gdb.dwarf2/dw2-ranges-func.exp: Same.
639 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
640 * gdb.fortran/vla-datatypes.exp: Same.
641 * gdb.fortran/vla-history.exp: Same.
642 * gdb.fortran/vla-ptype.exp: Same.
643 * gdb.fortran/vla-value.exp: Same.
644 * gdb.fortran/whatis_type.exp: Same.
645 * gdb.guile/guile.exp: Same.
646 * gdb.multi/tids.exp: Same.
647 * gdb.python/py-finish-breakpoint.exp: Same.
648 * gdb.python/py-framefilter.exp: Same.
649 * gdb.python/py-pp-registration.exp: Same.
650 * gdb.python/py-xmethods.exp: Same.
651 * gdb.python/python.exp: Same.
652 * gdb.server/connect-with-no-symbol-file.exp: Same.
653 * gdb.server/no-thread-db.exp: Same.
654 * gdb.server/run-without-local-binary.exp: Same.
655 * gdb.stabs/weird.exp: Same.
656 * gdb.threads/attach-many-short-lived-threads.exp: Same.
657 * gdb.threads/thread-find.exp: Same.
658 * gdb.threads/tls-shared.exp: Same.
659 * gdb.threads/tls.exp: Same.
660 * gdb.threads/wp-replication.exp: Same.
661 * gdb.trace/ax.exp: Same.
662 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
663
664 2019-10-31 Tom de Vries <tdevries@suse.de>
665
666 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
667 * gdb.ada/array_subscript_addr.exp: Same.
668 * gdb.ada/arrayidx.exp: Same.
669 * gdb.ada/arrayparam.exp: Same.
670 * gdb.ada/arrayptr.exp: Same.
671 * gdb.ada/boolean_expr.exp: Same.
672 * gdb.ada/call_pn.exp: Same.
673 * gdb.ada/complete.exp: Same.
674 * gdb.ada/fixed_cmp.exp: Same.
675 * gdb.ada/fun_addr.exp: Same.
676 * gdb.ada/funcall_param.exp: Same.
677 * gdb.ada/interface.exp: Same.
678 * gdb.ada/mod_from_name.exp: Same.
679 * gdb.ada/null_array.exp: Same.
680 * gdb.ada/packed_array.exp: Same.
681 * gdb.ada/packed_tagged.exp: Same.
682 * gdb.ada/print_chars.exp: Same.
683 * gdb.ada/print_pc.exp: Same.
684 * gdb.ada/ptype_arith_binop.exp: Same.
685 * gdb.ada/ptype_field.exp: Same.
686 * gdb.ada/ptype_tagged_param.exp: Same.
687 * gdb.ada/rec_return.exp: Same.
688 * gdb.ada/ref_tick_size.exp: Same.
689 * gdb.ada/str_ref_cmp.exp: Same.
690 * gdb.ada/taft_type.exp: Same.
691 * gdb.ada/tagged.exp: Same.
692 * gdb.ada/type_coercion.exp: Same.
693 * gdb.ada/uninitialized_vars.exp: Same.
694
695 2019-10-30 Tom de Vries <tdevries@suse.de>
696
697 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
698
699 2019-10-26 Tom de Vries <tdevries@suse.de>
700
701 * gdb.base/bigcore.c: Fix typos in comments.
702 * gdb.base/ctf-ptype.c: Same.
703 * gdb.base/long_long.c: Same.
704 * gdb.dwarf2/dw2-op-out-param.S: Same.
705 * gdb.python/py-evthreads.c: Same.
706 * gdb.reverse/i387-stack-reverse.c: Same.
707 * gdb.trace/tfile.c: Same.
708 * lib/compiler.c: Same.
709 * lib/compiler.cc: Same.
710
711 2019-10-25 Tom de Vries <tdevries@suse.de>
712
713 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
714 gdb_test_multiple calls.
715 * gdb.reverse/sigall-reverse.exp: Same.
716 * gdb.reverse/solib-precsave.exp: Same.
717 * gdb.reverse/solib-reverse.exp: Same.
718 * gdb.reverse/until-precsave.exp: Same.
719 * gdb.reverse/until-reverse.exp: Same.
720
721 2019-10-24 Tom de Vries <tdevries@suse.de>
722
723 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
724 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
725 kfail using -wrap pattern flag and convenience variable
726 gdb_test_name.
727
728 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
729
730 * gdb.python/py-progspace.exp: Add tests for the
731 Progspace.block_for_pc method.
732
733 2019-10-23 Tom Tromey <tom@tromey.com>
734
735 * configure: Rebuild.
736 * aclocal.m4: Use m4_include, not sinclude.
737
738 2019-10-21 Tom de Vries <tdevries@suse.de>
739
740 * gdb.base/infcall-nested-structs.c: Add
741 __attribute__((noinline,noclone)) to all functions.
742 (call_all): Add missing variable initialization. Simplify return value.
743 (breakpt): Increment volatile variable, to prevent call from being
744 optimized out.
745 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
746
747 2019-10-17 Tom de Vries <tdevries@suse.de>
748
749 * gdb.fortran/module.exp: Allow info variables to print info for files
750 other than module.f90.
751
752 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
753
754 * gdb.fortran/module.exp: Extend with 'info variables' test.
755
756 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
757
758 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
759 F77_FOR_TARGET.
760
761 2019-10-16 Tom de Vries <tdevries@suse.de>
762
763 PR tdep/25096
764 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
765
766 2019-10-16 Tom de Vries <tdevries@suse.de>
767
768 PR tdep/24104
769 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
770 Add KFAIL for PR tdep/25096.
771
772 2019-10-16 Tom de Vries <tdevries@suse.de>
773
774 PR testsuite/25059
775 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
776
777 2019-10-16 Tom de Vries <tdevries@suse.de>
778
779 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
780 as signed.
781
782 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
783
784 * gdb.mi/list-thread-groups-available.exp: Read entries one by
785 one instead of increasing timeout.
786
787 2019-10-13 Tom de Vries <tdevries@suse.de>
788
789 PR record/25038
790 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
791 * gdb.reverse/sigall-reverse.exp: Same.
792 * gdb.reverse/solib-precsave.exp: Same.
793 * gdb.reverse/solib-reverse.exp: Same.
794 * gdb.reverse/step-precsave.exp: Same.
795 * gdb.reverse/until-precsave.exp: Same.
796 * gdb.reverse/until-reverse.exp: Same.
797 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
798
799 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
800
801 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
802 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
803 (cmp_struct_05_01, cmp_struct_static_02_01)
804 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
805 comparisons.
806
807 2019-10-10 Tom de Vries <tdevries@suse.de>
808
809 PR testsuite/24888
810 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
811 gnatlink.
812
813 2019-10-09 Tom de Vries <tdevries@suse.de>
814
815 PR testsuite/25048
816 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
817
818 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
819
820 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
821 exceptions due to missing debug information.
822
823 2019-10-07 Tom de Vries <tdevries@suse.de>
824
825 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
826
827 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
828
829 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
830 * gdb.base/annota1.exp: Update to use gdb_test_name.
831
832 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
833
834 * gdb.base/ctf-whatis.exp: New file.
835 * gdb.base/ctf-whatis.c: New file.
836 * gdb.base/ctf-ptype.exp: New file.
837 * gdb.base/ctf-ptype.c: New file.
838 * gdb.base/ctf-constvars.exp: New file.
839 * gdb.base/ctf-constvars.c: New file.
840 * gdb.base/ctf-cvexpr.exp: New file.
841
842 2019-10-04 Tom de Vries <tdevries@suse.de>
843
844 * gdb.cp/local-static.c (main): Move declaration of int i out of the
845 for loop.
846
847 2019-10-03 Tom Tromey <tom@tromey.com>
848
849 PR rust/24976:
850 * gdb.rust/simple.rs (Union2): New type.
851 (main): Use Union2.
852 * gdb.rust/simple.exp: Add test.
853
854 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
855
856 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
857 nested function prefix.
858
859 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
860 Richard Bunt <richard.bunt@arm.com>
861 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
864 nested functions.
865 * gdb.fortran/nested-funcs.f90: Update expected results.
866 * gdb.fortran/nested-funcs-2.exp: New file.
867 * gdb.fortran/nested-funcs-2.f90: New file.
868
869 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.python/py-parameter.exp: Make test names unique.
872 * gdb.python/py-template.exp: Likewise.
873 * gdb.python/py-value.exp: Likewise.
874
875 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
876
877 * gdb.base/break-interp.exp: Reduce test name duplication.
878 * gdb.base/call-sc.exp: Likewise.
879 * gdb.base/callfuncs.exp: Likewise.
880 * gdb.base/charset.exp: Likewise.
881 * gdb.base/dump.exp: Likewise.
882 * gdb.base/ena-dis-br.exp: Likewise.
883 * gdb.base/relational.exp: Likewise.
884 * gdb.base/step-over-syscall.exp: Likewise.
885 * gdb.base/structs.exp: Likewise.
886
887 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
888
889 * gdb.linespec/explicit.exp: Make test names unique.
890 * gdb.linespec/ls-errs.exp: Likewise.
891
892 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
893
894 * gdb.reverse/break-precsave.exp: Make test names unique.
895 * gdb.reverse/break-reverse.exp: Likewise.
896 * gdb.reverse/finish-precsave.exp: Likewise.
897 * gdb.reverse/finish-reverse.exp: Likewise.
898 * gdb.reverse/machinestate-precsave.exp: Likewise.
899 * gdb.reverse/machinestate.exp: Likewise.
900 * gdb.reverse/readv-reverse.exp: Likewise.
901 * gdb.reverse/recvmsg-reverse.exp: Likewise.
902 * gdb.reverse/sigall-precsave.exp: Likewise.
903 * gdb.reverse/sigall-reverse.exp: Likewise.
904 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
905 * gdb.reverse/watch-precsave.exp: Likewise.
906 * gdb.reverse/watch-reverse.exp: Likewise.
907
908 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
909
910 * gdb.threads/stop-with-handle.c: New file.
911 * gdb.threads/stop-with-handle.exp: New file.
912
913 2019-10-03 Tom de Vries <tdevries@suse.de>
914
915 PR testsuite/25059
916 * gdb.base/list-missing-source.exp: Allowing the "Compilation
917 directory" line to be missing.
918
919 2019-10-03 Tom de Vries <tdevries@suse.de>
920
921 PR testsuite/25059
922 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
923 type optional.
924
925 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
926
927 * gdb.python/py-format-string.c (string.h): New include.
928 (main): Fill a_struct_with_union.the_union.an_int with bytes of
929 the same value, for endianness-independence.
930 * gdb.python/py-format-string.exp (default_regexp_dict)
931 (test_pretty_structs, test_format): Adjust expected output to the
932 changed initialization.
933
934 2019-10-02 Tom Tromey <tromey@adacore.com>
935
936 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
937
938 2019-10-02 Pedro Alves <palves@redhat.com>
939 Andrew Burgess <andrew.burgess@embecosm.com>
940
941 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
942 "print-file-var.h".
943 (this_version_id) Use ATTRIBUTE_VISIBILITY.
944 (get_version_1): Print this_version_id and its address.
945 Add extern "C" wrappers around interface functions.
946 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
947 "print-file-var.h".
948 (this_version_id) Use ATTRIBUTE_VISIBILITY.
949 (get_version_2): Print this_version_id and its address.
950 Add extern "C" wrappers around interface functions.
951 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
952 <stddef.h> and "print-file-var.h".
953 Add extern "C" wrappers around interface functions.
954 [VERSION_ID_MAIN] (this_version_id): Define.
955 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
956 * gdb.base/print-file-var.h: Add some #defines to simplify setting
957 up extern "C" blocks.
958 * gdb.base/print-file-var.exp (test): New, factored out from top
959 level.
960 (top level): Test all combinations of attribute hidden or not,
961 dlopen or not, and this_version_id symbol in main file or not.
962 Compile tests as both C++ and C, make test names unique.
963
964 2019-10-01 Tom Tromey <tom@tromey.com>
965
966 * gdb.base/style.exp: Test "show logging filename".
967
968 2019-10-01 Tom Tromey <tom@tromey.com>
969
970 * lib/gdb-utils.exp (style): Handle "metadata" argument.
971 * gdb.base/style.exp: Add metadata style test.
972
973 2019-10-01 Tom Tromey <tom@tromey.com>
974
975 * gdb.base/style.exp: Test "pwd".
976
977 2019-10-01 Tom Tromey <tom@tromey.com>
978
979 * gdb.base/style.exp: Update tests.
980
981 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
982
983 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
984 'six' to unsigned.
985 (s1): Initialize fields 'four' and 'six' instead of 'three' and
986 'five'. Use an all-ones bit pattern for each.
987 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
988 to its changed values.
989
990 2019-09-30 Tom Tromey <tromey@adacore.com>
991
992 * gdb.rust/traits.rs: Disable all warnings.
993
994 2019-09-29 Tom de Vries <tdevries@suse.de>
995
996 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
997
998 2019-09-29 Tom de Vries <tdevries@suse.de>
999
1000 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1001
1002 2019-09-27 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1005
1006 2019-09-27 Tom de Vries <tdevries@suse.de>
1007
1008 PR record/23188
1009 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1010
1011 2019-09-26 Tom Tromey <tromey@adacore.com>
1012
1013 * gdb.ada/py_taft.exp: New file.
1014 * gdb.ada/py_taft/main.adb: New file.
1015 * gdb.ada/py_taft/pkg.adb: New file.
1016 * gdb.ada/py_taft/pkg.ads: New file.
1017
1018 2019-09-24 Tom de Vries <tdevries@suse.de>
1019
1020 PR gdb/24598
1021 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1022
1023 2019-09-22 Tom de Vries <tdevries@suse.de>
1024
1025 * gdb.base/restore.exp: Allow register variables to be optimized out at
1026 -O0.
1027
1028 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1029
1030 * gdb.arch/spu-info.exp: Remove file.
1031 * gdb.arch/spu-info.c: Remove file.
1032 * gdb.arch/spu-ls.exp: Remove file.
1033 * gdb.arch/spu-ls.c: Remove file.
1034
1035 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1036 * gdb.asm/spu.inc: Remove file.
1037
1038 * gdb.base/dump.exp: Remove support for spu*-*-*.
1039 * gdb.base/stack-checking.exp: Likewise.
1040 * gdb.base/overlays.exp: Likewise.
1041 * gdb.base/ovlymgr.c: Likewise.
1042 * gdb.base/spu.ld: Remove file.
1043
1044 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1045 * gdb.cp/cpexprs.exp: Likewise.
1046 * gdb.cp/exception.exp: Likewise.
1047 * gdb.cp/gdb2495.exp: Likewise.
1048 * gdb.cp/mb-templates.exp: Likewise.
1049 * gdb.cp/pr9167.exp: Likewise.
1050 * gdb.cp/userdef.exp: Likewise.
1051
1052 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1053
1054 * gdb.cell: Remove directory.
1055 * lib/cell.exp: Remove file.
1056
1057 2019-09-19 Tom de Vries <tdevries@suse.de>
1058
1059 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1060
1061 2019-09-19 Tom de Vries <tdevries@suse.de>
1062
1063 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1064
1065 2019-09-19 Tom de Vries <tdevries@suse.de>
1066
1067 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1068 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1069 (gdb_target_cmd): ... here.
1070 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1071 value 2.
1072
1073 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1074
1075 * gdb.base/source-dir.exp: Avoid having directory names in test
1076 names.
1077
1078 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1081 directory.
1082
1083 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1084
1085 * gdb.base/list-missing-source.exp: New file.
1086
1087 2019-09-14 Tom de Vries <tdevries@suse.de>
1088
1089 PR teststuite/24599
1090 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1091 * lib/ada.exp (gnatmake_version_at_least): New proc.
1092
1093 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * gdb.base/maint.exp: Use exec_has_index_section.
1096
1097 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb.base/maint.exp: Add test for 'maint info sections'.
1100
1101 2019-09-12 Tom de Vries <tdevries@suse.de>
1102
1103 * gdb.base/store.exp: Allow register variables to be optimized out at
1104 -O0.
1105
1106 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1107
1108 * gdb.ada/rdv_wait.exp: Update to new task names.
1109 * gdb.base/task_switch_in_core.exp: Likewise.
1110 * gdb.base/info_sources_base.c: Likewise.
1111
1112 2019-09-10 Tom Tromey <tromey@adacore.com>
1113
1114 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1115
1116 2019-09-10 Tom Tromey <tromey@adacore.com>
1117
1118 * gdb.ada/dgopt.exp: New file.
1119 * gdb.ada/dgopt/x.adb: New file.
1120
1121 2019-09-08 Tom Tromey <tom@tromey.com>
1122
1123 * gdb.tui/resize.exp: Remove setup_xfail.
1124 * gdb.tui/regs.exp: Remove setup_xfail.
1125 * gdb.tui/basic.exp: Remove setup_xfail.
1126
1127 2019-09-06 David Blaikie <dblaikie@gmail.com>
1128
1129 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1130 * gdb.cp/cplabel.exp: Ditto.
1131 * gdb.linespec/ls-errs.exp: Ditto.
1132
1133 2019-09-05 Tom de Vries <tdevries@suse.de>
1134
1135 * lib/gdb.exp (cmp_file_string): New proc.
1136 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1137 runto_main. Verify save breakpoints output.
1138
1139 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1140
1141 * gdb.base/info-var.exp: Test info variables without running
1142 to main, to avoid expect's buffer overflow.
1143
1144 2019-09-03 Tom Tromey <tromey@adacore.com>
1145
1146 * gdb.ada/bias.exp: New file.
1147 * gdb.ada/bias/bias.adb: New file.
1148 * gdb.ada/print_chars.exp: Add regression test.
1149 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1150 (MC): New variable.
1151
1152 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1153
1154 * gdb.base/argv0-symlink.exp: Run only on native target
1155 and local host.
1156
1157 2019-08-29 Tom de Vries <tdevries@suse.de>
1158
1159 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1160 diverse debug info.
1161 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1162
1163 2019-08-28 Tom de Vries <tdevries@suse.de>
1164
1165 * gdb.base/info-var.exp: Allow info variables to print info for files
1166 other than info-var-f1.c and info-var-f2.c.
1167
1168 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1169
1170 * gdb.fortran/info-types.exp: Add module.
1171 * gdb.fortran/info-types.f90: Update expected results.
1172
1173 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1174
1175 * gdb.fortran/info-types.exp: New file.
1176 * gdb.fortran/info-types.f90: New file.
1177 * lib/fortran.exp (fortran_character1): New proc.
1178
1179 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1180
1181 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1182 functions'. Reindent as needed.
1183 * gdb.base/info-var-f1.c: New file.
1184 * gdb.base/info-var-f2.c: New file.
1185 * gdb.base/info-var.exp: New file.
1186 * gdb.base/info-var.h: New file.
1187
1188 2019-08-26 Tom de Vries <tdevries@suse.de>
1189
1190 PR c++/24852
1191 * gdb.cp/no-libstdcxx-probe.exp: New test.
1192
1193 2019-08-26 Tom de Vries <tdevries@suse.de>
1194
1195 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1196 * tests need to be skipped.
1197 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1198 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1199 mi_skip_libstdcxx_probe_tests.
1200
1201 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1202
1203 * gdb.python/py-xmethods.exp: Use raw strings when passing
1204 arguments to SimpleXMethodMatcher.
1205
1206 2019-08-22 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1209 more informative.
1210
1211 2019-08-21 Pedro Alves <palves@redhat.com>
1212
1213 * gdb.base/with.exp: Test "with" with no arguments.
1214
1215 2019-08-21 Tom de Vries <tdevries@suse.de>
1216
1217 * gdb.base/gdb-caching-proc.exp: Sort files.
1218
1219 2019-08-20 Tom de Vries <tdevries@suse.de>
1220
1221 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1222 compilation.
1223
1224 2019-08-16 Tom de Vries <tdevries@suse.de>
1225
1226 * gdb.base/compare-sections.exp ("after run to main"): Allow
1227 mismatched read-only sections for PIE executables.
1228
1229 2019-08-16 Tom Tromey <tom@tromey.com>
1230
1231 * lib/tuiterm.exp (_csi_Z): New proc.
1232 * gdb.tui/basic.exp: Update window positions.
1233 * gdb.tui/empty.exp: Update window positions.
1234
1235 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1236
1237 * gdb.base/examine-backward.exp: Correct regexp for
1238 "examine 3 bytes backward from ${address_zero}".
1239
1240 2019-08-15 Tom Tromey <tom@tromey.com>
1241
1242 * gdb.tui/empty.exp: Enable resizing tests.
1243
1244 2019-08-15 Tom Tromey <tromey@adacore.com>
1245
1246 * gdb.ada/char_enum.exp: Add regression tests.
1247 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1248 and '0'.
1249 (Char, Gchar): Update.
1250 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1251
1252 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1253
1254 * gdb.python/python.exp: Expect a leading underscore on
1255 GdbOutput{,Error}File.
1256
1257 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1258
1259 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1260 Windows host.
1261
1262 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1263
1264 * gdb.base/batch-preserve-term-settings.exp
1265 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1266
1267 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1268
1269 * lib/gdb.exp: When running on a mingw target, replace
1270 /x/ with x:/.
1271
1272 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1273
1274 * gdb.arch/aarch64-prologue.c: New test.
1275 * gdb.arch/aarch64-prologue.exp: New file.
1276
1277 2019-08-13 Tom de Vries <tdevries@suse.de>
1278
1279 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1280 Thread.
1281
1282 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1283
1284 * gdb.python/py-completion.exp: Download the .py file to the host
1285 and use its host pathname. Conditionalize tests that use
1286 tab completion and manipulate files on the build machine.
1287 * gdb.python/py-events.exp: Download the .py file to the host
1288 and use its host pathname.
1289 * gdb.python/py-evsignal.exp: Likewise.
1290 * gdb.python/py-evthreads.exp: Likewise.
1291 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1292 pathname syntax.
1293 * gdb.python/py-framefilter.exp: Download the .py file to the right
1294 place on the host. Match Windows pathname syntax.
1295 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1296 .py file to the host and use its host pathname.
1297 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1298 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1299 build pathname. Skip symlink test on Windows host. Add missing
1300 newline at end of file.
1301 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1302 and use its host pathname.
1303 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1304 * gdb.python/py-section-script.exp: Use host location of binfile
1305 on safe-path. Use correct path separator on Windows host.
1306 Reorder alternatives in gdb_test_multiple to prevent matching
1307 the wrong alternative on success.
1308 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1309
1310 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1311
1312 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1313 expect the GDB inferior to no longer immediately stop after
1314 being resumed with "signal SIGINT".
1315
1316 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1317
1318 * gdb.linespec/break-ask.exp: Generalize regexps to match
1319 Windows pathnames too.
1320
1321 2019-08-08 Tom de Vries <tdevries@suse.de>
1322
1323 PR testsuite/24862
1324 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1325
1326 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1327
1328 * gdb.base/style.exp: Update tests for help doc new invariants.
1329 * gdb.base/help.exp: Likewise.
1330
1331 2019-08-06 Tom Tromey <tom@tromey.com>
1332
1333 * gdb.base/style.exp: Add disassemble test.
1334 * gdb.base/style.c (some_called_function): New function.
1335 (main): Use it.
1336
1337 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1338
1339 * gdb.python/py-block.exp: Test dictionary access on blocks.
1340
1341 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1342
1343 PR gdb/24863
1344 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1345 -list-thread-groups --available test when running under
1346 check-read1.
1347
1348 2019-08-05 Tom de Vries <tdevries@suse.de>
1349
1350 PR testsuite/24863
1351 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1352 * gdb.base/help.exp: Use with_read1_timeout_factor.
1353 * gdb.base/info-macros.exp: Same.
1354 * gdb.cp/nested-types.exp: Same.
1355
1356 2019-08-05 Tom de Vries <tdevries@suse.de>
1357
1358 * lib/gdb.exp (version_at_least): Factor out of ...
1359 (tcl_version_at_least): ... here.
1360 (gdb_compile): Fail if pie results in non-PIE executable.
1361 (readelf_version, readelf_prints_pie): New proc.
1362 (exec_is_pie): Return -1 if unknown.
1363
1364 2019-08-05 Tom de Vries <tdevries@suse.de>
1365
1366 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1367
1368 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1369
1370 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1371
1372 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1373
1374 * lib/completion-support.exp (test_gdb_complete_none): Skip
1375 tab completion tests if no readline support.
1376 (test_gdb_complete_unique_re): Likewise.
1377 (test_gdb_complete_multiple): Likewise.
1378
1379 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1380
1381 * gdb.base/info_sources.exp: New file.
1382 * gdb.base/info_sources.c: New file.
1383 * gdb.base/info_sources_base.c: New file.
1384
1385 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1386
1387 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1388 prefix argument.
1389 (test_exit_status): Add prefix argument.
1390
1391 2019-08-01 Tom de Vries <tdevries@suse.de>
1392
1393 PR testsuite/24863
1394 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1395 calling exp_continue for new thread and thread exited messages.
1396
1397 2019-08-01 Tom de Vries <tdevries@suse.de>
1398
1399 PR testsuite/24863
1400 * gdb.base/structs.exp: Fix check-read1 timeout using
1401 gdb_test_sequence.
1402 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1403
1404 2019-08-01 Tom de Vries <tdevries@suse.de>
1405
1406 PR testsuite/24863
1407 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1408 line.
1409
1410 2019-08-01 Tom de Vries <tdevries@suse.de>
1411
1412 PR testsuite/24863
1413 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1414
1415 2019-07-30 Tom Tromey <tromey@adacore.com>
1416
1417 * gdb.ada/display_nested.exp: New file.
1418 * gdb.ada/display_nested/foo.adb: New file.
1419 * gdb.ada/display_nested/pack.adb: New file.
1420 * gdb.ada/display_nested/pack.ads: New file.
1421
1422 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1423
1424 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1425 namespace.
1426 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1427
1428 2019-07-30 Tom de Vries <tdevries@suse.de>
1429
1430 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1431 instead.
1432
1433 2019-07-30 Tom de Vries <tdevries@suse.de>
1434
1435 PR testsuite/24834
1436 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1437 (exec_is_pie): New proc.
1438
1439 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1440
1441 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1442
1443 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1444
1445 * gdb.python/py-objfile.c: Add global and static vars.
1446 * gdb.python/py-objfile.exp: Test new functions Objfile.
1447 lookup_global_symbol and lookup_static_symbol.
1448
1449 2019-07-29 Tom Tromey <tom@tromey.com>
1450
1451 * lib/tuiterm.exp (Term::_csi_@): New proc.
1452 (Term::_csi_X): Don't move cursor.
1453
1454 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1455
1456 * gdb.base/options.exp: Update backtrace - completion to
1457 new option -frame-info.
1458 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1459 Test new 'set print frame-info'. Test backtrace -frame-info
1460 overriding 'set print frame-info'.
1461 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1462 Test new 'set print frame-info'.
1463 Verify consistency of backtrace with and without filters, with and
1464 without -no-filters.
1465 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1466 default.
1467
1468 2019-07-29 Tom de Vries <tdevries@suse.de>
1469
1470 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1471 no arguments".
1472
1473 2019-07-29 Tom de Vries <tdevries@suse.de>
1474
1475 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1476 is a substring of the first for "complete non-unique file name".
1477
1478 2019-07-29 Tom de Vries <tdevries@suse.de>
1479
1480 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1481 with ".*".
1482
1483 2019-07-29 Tom de Vries <tdevries@suse.de>
1484
1485 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1486 Pass prompt_regexp parameter to gdb_test_multiple calls.
1487
1488 2019-07-29 Tom de Vries <tdevries@suse.de>
1489
1490 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1491 print registers" regexps.
1492
1493 2019-07-29 Tom de Vries <tdevries@suse.de>
1494
1495 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1496
1497 2019-07-29 Tom de Vries <tdevries@suse.de>
1498
1499 PR gdb/24855
1500 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1501 (skip_python_tests_prompt): Add prompt_regexp argument to
1502 gdb_test_multiple calls.
1503
1504 2019-07-27 Tom Tromey <tom@tromey.com>
1505
1506 * gdb.tui/main.exp: New file.
1507
1508 2019-07-27 Tom Tromey <tom@tromey.com>
1509
1510 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1511 optional.
1512 * gdb.tui/empty.exp: New file.
1513
1514 2019-07-27 Tom Tromey <tom@tromey.com>
1515
1516 * lib/tuiterm.exp (spawn): New proc.
1517 (Term::resize): New proc.
1518 * gdb.tui/resize.exp: New file.
1519
1520 2019-07-27 Tom Tromey <tom@tromey.com>
1521
1522 * gdb.tui/list.exp: New file.
1523
1524 2019-07-27 Tom Tromey <tom@tromey.com>
1525
1526 * gdb.tui/regs.exp: New file.
1527
1528 2019-07-27 Tom Tromey <tom@tromey.com>
1529
1530 * gdb.tui/basic.exp: Add "layout split" test.
1531
1532 2019-07-27 Tom Tromey <tom@tromey.com>
1533
1534 * gdb.tui/basic.exp: Add "layout asm" test.
1535
1536 2019-07-27 Tom Tromey <tom@tromey.com>
1537
1538 * lib/tuiterm.exp: New file.
1539 * gdb.tui/basic.exp: New file.
1540
1541 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1542
1543 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1544 Enable tests associated with this flag. Adjust regex
1545 referencing "foo_low" to now refer to "foo_cold" instead.
1546
1547 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1548
1549 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1550 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1551 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1552 foo_cold. Revise comments to match.
1553 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1554 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1555 were wrapped into this proc; Call do_test in loop from outermost
1556 level.
1557 (foo_low): Rename all occurrences to "foo_cold".
1558 (backtrace from baz): New test.
1559 (x2/i foo_cold): New test.
1560 (info line *foo_cold): New test.
1561
1562 2019-07-26 Tom de Vries <tdevries@suse.de>
1563
1564 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1565
1566 2019-07-25 Tom de Vries <tdevries@suse.de>
1567
1568 PR testsuite/24830
1569 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1570 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1571 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1572 (skip_libstdcxx_probe_tests): ... here.
1573 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1574
1575 2019-07-24 Tom de Vries <tdevries@suse.de>
1576
1577 PR testsuite/24807
1578 * gdb.objc/basicclass.m: Include stdio.h.
1579 * gdb.objc/nondebug.m: Same.
1580 * gdb.objc/objcdecode.m: Same.
1581
1582 2019-07-24 Tom de Vries <tdevries@suse.de>
1583
1584 PR testsuite/24612
1585 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1586 additional_flags.
1587
1588 2019-07-24 Tom de Vries <tdevries@suse.de>
1589
1590 PR testsuite/24831
1591 * gdb.multi/tids.exp: Update error messages for info threads.
1592
1593 2019-07-24 Tom de Vries <tdevries@suse.de>
1594
1595 * gdb.base/info-types.exp: Allow info types to print info for more than
1596 one file.
1597
1598 2019-07-23 Tom de Vries <tdevries@suse.de>
1599
1600 PR testsuite/24842
1601 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1602 gdb_spawn_with_cmdline_opts.
1603
1604 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1605
1606 * gdb.arch/arm-cmse-sgstubs.c: New test.
1607 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1608
1609 2019-07-23 Tom de Vries <tdevries@suse.de>
1610
1611 PR testsuite/24711
1612 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1613 issuing next command.
1614
1615 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * gdb.ada/info_auto_lang.exp: Update expected results.
1618 * gdb.base/info-types.c: Add additional types to check.
1619 * gdb.base/info-types.exp: Update expected results.
1620
1621 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * gdb.base/info-types.c: New file.
1624 * gdb.base/info-types.exp: New file.
1625
1626 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1627
1628 * gdb.arch/riscv-bp-infcall.c: New file.
1629 * gdb.arch/riscv-bp-infcall.exp: New file.
1630
1631 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 PR breakpoints/24541
1634 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1635
1636 2019-07-14 Tom de Vries <tdevries@suse.de>
1637
1638 PR testsuite/24760
1639 * gdb.objc/basicclass.exp: Fix unterminated string.
1640
1641 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1642 Andrew Burgess <andrew.burgess@embecosm.com>
1643
1644 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1645 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1646 negative bounds.
1647 * gdb.fortran/vla-value.exp: Print elements of an array with
1648 negative bounds.
1649 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1650 testing.
1651
1652 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * gdb.base/options.exp (expect_string): Dequote strings in
1655 results.
1656 (test-string): Test strings with different quoting and reindent.
1657
1658 2019-07-10 Tom Tromey <tromey@adacore.com>
1659
1660 * gdb.ada/mi_ex_cond.exp: Update expected results.
1661 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1662 * gdb.ada/mi_catch_ex.exp: Update expected results.
1663 * gdb.ada/mi_catch_assert.exp: Update expected results.
1664 * gdb.ada/catch_ex.exp (catch_exception_info)
1665 (catch_exception_entry, catch_assert_entry)
1666 (catch_unhandled_entry): Update.
1667 * gdb.ada/catch_assert_if.exp: Update expected results.
1668
1669 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1670 Stephen Roberts <stephen.roberts@arm.com>
1671
1672 * gdb.base/define.exp: Restore original prompt.
1673
1674 2019-07-09 Pedro Alves <palves@redhat.com>
1675
1676 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1677 breakpoints" output.
1678 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1679 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1680 throw" creates breakpoint.
1681 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1682 'type="catchpoint"'.
1683
1684 2019-07-09 Pedro Alves <palves@redhat.com>
1685
1686 PR c++/15468
1687 * gdb.cp/except-multi-location-lib.cc: New.
1688 * gdb.cp/except-multi-location-main.cc: New.
1689 * gdb.cp/except-multi-location.exp: New.
1690
1691 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1692
1693 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1694 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1695 argument and update callers.
1696
1697 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1698
1699 * gdb.arch/amd64-break-on-asm-line.S: New file.
1700 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1701
1702 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1703
1704 * gdb.base/printcmds.exp: Test printing C string and
1705 C wide string convenience vars without transiting via the inferior.
1706 Also make test names unique.
1707
1708 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1709
1710 PR breakpoints/25011
1711 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1712
1713 2019-07-04 Pedro Alves <palves@redhat.com>
1714
1715 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1716 body returned ok(0), break(3) or continue(4).
1717 * gdb.testsuite/foreach_with_prefix.exp: New file.
1718
1719 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1720
1721 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1722
1723 2019-07-03 Pedro Alves <palves@redhat.com>
1724
1725 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1726 "return -code".
1727
1728 2019-07-03 Pedro Alves <palves@redhat.com>
1729
1730 PR cli/24732
1731 * gdb.base/shell.exp: Load completion-support.exp.
1732 Adjust expected error output. Add completion tests.
1733
1734 2019-07-03 Pedro Alves <palves@redhat.com>
1735
1736 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1737 string_to_regexp.
1738
1739 2019-07-03 Pedro Alves <palves@redhat.com>
1740
1741 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1742 (expect_integer): Adjust to expect "-string".
1743 (expect_string): New.
1744 (all_options): Expect "-string".
1745 (test-flag, test-boolean): Adjust to expect "-string".
1746 (test-string): New proc.
1747 (top level): Call it.
1748
1749 2019-07-03 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1752 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1753 the expected output in the success.
1754
1755 2019-07-03 Pedro Alves <palves@redhat.com>
1756
1757 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1758 Split one gdb_test_multiple call in two to avoid a race.
1759
1760 2019-07-03 Pedro Alves <palves@redhat.com>
1761
1762 * gdb.base/with.c: New file.
1763 * gdb.base/with.exp: New file.
1764
1765 2019-07-03 Pedro Alves <palves@redhat.com>
1766
1767 * gdb.base/settings.exp: Replace all references to "maint
1768 test-settings set" with references to "maint set test-settings",
1769 and all references to "maint test-settings show" with references
1770 to "maint show test-settings".
1771
1772 2019-07-03 Pedro Alves <palves@redhat.com>
1773
1774 * gdb.base/settings.exp (test-string): Adjust expected out when
1775 testing "maint test-settings show filename"
1776
1777 2019-07-02 Pedro Alves <palves@redhat.com>
1778
1779 * gdb.base/options.exp (test-info-threads): New procedure.
1780 (top level): Call it.
1781
1782 2019-06-28 Tom Tromey <tromey@adacore.com>
1783
1784 * gdb.dwarf2/ada-linkage-name.c: New file.
1785 * gdb.dwarf2/ada-linkage-name.exp: New file.
1786
1787 2019-06-27 Tom Tromey <tromey@adacore.com>
1788
1789 PR c++/20020:
1790 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1791
1792 2019-06-26 Tom de Vries <tdevries@suse.de>
1793
1794 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1795
1796 2019-06-26 Tom de Vries <tdevries@suse.de>
1797
1798 * gdb.base/index-cache.exp: Add back missing debug option.
1799
1800 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1801
1802 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1803
1804 2019-06-25 Tom de Vries <tdevries@suse.de>
1805
1806 PR testsuite/24727
1807 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1808
1809 2019-06-24 Tom de Vries <tdevries@suse.de>
1810
1811 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1812
1813 2019-06-24 Tom de Vries <tdevries@suse.de>
1814
1815 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1816 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1817 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1818
1819 2019-06-24 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1822
1823 2019-06-21 Tom de Vries <tdevries@suse.de>
1824
1825 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1826
1827 2019-06-21 Tom de Vries <tdevries@suse.de>
1828
1829 PR testsuite/24518
1830 PR ada/24713
1831 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1832 index.
1833
1834 2019-06-19 Tom Tromey <tromey@adacore.com>
1835
1836 * gdb.ada/length_cond.exp: Add intro comment.
1837
1838 2019-06-19 Tom Tromey <tromey@adacore.com>
1839
1840 * gdb.ada/length_cond.exp: New file.
1841 * gdb.ada/length_cond/length_cond.adb: New file.
1842 * gdb.ada/length_cond/pck.adb: New file.
1843 * gdb.ada/length_cond/pck.ads: New file.
1844
1845 2019-06-18 Tom de Vries <tdevries@suse.de>
1846
1847 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1848
1849 2019-06-18 Tom Tromey <tromey@adacore.com>
1850
1851 * gdb.base/list0.h: Add comment explaining control character.
1852
1853 2019-06-18 Tom de Vries <tdevries@suse.de>
1854
1855 * boards/fission.exp: Break up long debug_flags line.
1856
1857 2019-06-16 Tom de Vries <tdevries@suse.de>
1858
1859 PR gdb/24445
1860 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1861 generated index.
1862
1863 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1864
1865 PR gdb/24686
1866 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1867 improve detection of bug gdb/24541.
1868
1869 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1870
1871 PR gdb/24669
1872 * gdb.base/index-cache.exp (uses_readnow,
1873 expecting_index_cache_use): Define global variable.
1874 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1875 expecting_index_cache_use.
1876
1877 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1878 Andrew Burgess <andrew.burgess@embecosm.com>
1879
1880 * gdb.fortran/pointers.f90: New file.
1881 * gdb.fortran/print_type.exp: New file.
1882 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1883 * gdb.fortran/vla-type.exp: Likewise.
1884 * gdb.fortran/vla-value.exp: Likewise.
1885 * gdb.mi/mi-vla-fortran.exp: Likewise.
1886
1887 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1888
1889 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1890 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1891 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1892 as a stop reason.
1893
1894 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * gdb.base/annota1.exp: Update expected results.
1897 * gdb.cp/annota2.exp: Likewise.
1898 * gdb.cp/annota3.exp: Likewise.
1899
1900 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1901
1902 * gdb.base/style-logging.exp: Remove path from test name.
1903
1904 2019-06-14 Tom Tromey <tromey@adacore.com>
1905
1906 PR gdb/24502:
1907 * gdb.base/style-logging.exp: New file.
1908
1909 2019-06-14 Tom Tromey <tromey@adacore.com>
1910
1911 * gdb.base/symfile-warn.exp: New file.
1912 * gdb.base/symfile-warn.c: New file.
1913
1914 2019-06-14 Tom Tromey <tromey@adacore.com>
1915
1916 * gdb.base/annotate-symlink.exp: New file.
1917
1918 2019-06-14 Tom Tromey <tromey@adacore.com>
1919
1920 * gdb.ada/set_wstr.exp: Add reassignment test.
1921
1922 2019-06-14 Tom Tromey <tromey@adacore.com>
1923
1924 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1925 'unchecked_access and 'unrestricted_access as well.
1926
1927 2019-06-14 Tom Tromey <tromey@adacore.com>
1928
1929 PR ada/24539:
1930 * gdb.ada/vla.exp: Update tests.
1931 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1932 pragma.
1933
1934 2019-06-13 Pedro Alves <palves@redhat.com>
1935
1936 * gdb.base/settings.exp (test-integer): Test junk after
1937 "unlimited".
1938
1939 2019-06-13 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.base/options.exp (test-thread-apply): New.
1942 (top level): Call it.
1943
1944 2019-06-13 Pedro Alves <palves@redhat.com>
1945
1946 * gdb.base/options.exp (test-frame-apply): New.
1947 (top level): Test print commands with different "frame apply"
1948 prefixes.
1949
1950 2019-06-13 Pedro Alves <palves@redhat.com>
1951
1952 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1953 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1954 'max_completions' parameter and handle it.
1955 (test_gdb_completion_offers_commands): New.
1956
1957 2019-06-13 Pedro Alves <palves@redhat.com>
1958
1959 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1960
1961 2019-06-13 Pedro Alves <palves@redhat.com>
1962
1963 * gdb.base/options.exp (test-backtrace): New.
1964 (top level): Call it.
1965
1966 2019-06-13 Pedro Alves <palves@redhat.com>
1967
1968 * gdb.guile/scm-frame-args.exp: Use "set print
1969 raw-frame-arguments" instead of "set print raw frame-arguments".
1970 * gdb.python/py-frame-args.exp: Likewise.
1971
1972 2019-06-13 Pedro Alves <palves@redhat.com>
1973
1974 * gdb.compile/compile.exp: Adjust expected output to option
1975 processing changes.
1976
1977 2019-06-13 Pedro Alves <palves@redhat.com>
1978
1979 * gdb.base/options.exp: Build executable.
1980 (test-print): New procedure.
1981 (top level): Call it, once for "print" and another for "compile
1982 print".
1983
1984 2019-06-13 Pedro Alves <palves@redhat.com>
1985
1986 * gdb.base/options.c: New file.
1987 * gdb.base/options.exp: New file.
1988
1989 2019-06-13 Pedro Alves <palves@redhat.com>
1990
1991 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1992 that "o" is ambiguous.
1993
1994 2019-06-13 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.base/settings.c: New file.
1997 * gdb.base/settings.exp: New file.
1998
1999 2019-06-13 Pedro Alves <palves@redhat.com>
2000
2001 * gdb.base/completion.exp: Fix comment typo.
2002
2003 2019-06-13 Pedro Alves <palves@redhat.com>
2004
2005 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2006 foo --1" test.
2007
2008 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2009
2010 * gdb.fortran/block-data.f: New.
2011 * gdb.fortran/block-data.exp: New.
2012
2013 2019-06-11 Tom de Vries <tdevries@suse.de>
2014
2015 PR testsuite/24521
2016 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2017 message.
2018
2019 2019-06-11 Tom de Vries <tdevries@suse.de>
2020
2021 PR testsuite/24521
2022 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2023
2024 2019-06-11 Tom de Vries <tdevries@suse.de>
2025
2026 * boards/readnow.exp: New file.
2027
2028 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2029
2030 * gdb.fortran/vla-sizeof.exp: Update expected results.
2031
2032 2019-06-06 Amos Bird <amosbird@gmail.com>
2033
2034 * gdb.base/annota1.exp (thread_switch): Add test for
2035 thread-exited annotation.
2036
2037 2019-06-06 Tom Tromey <tromey@adacore.com>
2038
2039 * gdb.base/maint.exp: Expect command started/finished output.
2040
2041 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2042
2043 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2044 comment.
2045 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2046
2047 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2048
2049 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2050 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2051 * gdb.arch/riscv-unwind-long-insn.c: New file.
2052 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2053
2054 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2055
2056 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2057
2058 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2059
2060 * lib/gdb.exp (help_list_trailer): New regexp variable
2061 factorizing the help trailer message.
2062 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2063 arg to allow to better factorize various tests.
2064 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2065 (test_prefix_command_help): Use help_list_trailer.
2066 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2067 * gdb.guile/scm-cmd.exp: Likewise.
2068 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2069 * gdb.base/help.exp: Use test_user_defined_class_help.
2070 * gdb.base/style.exp: Add tests for styling of help and apropos.
2071 * lib/gdb-utils.exp (style): Add title and highlight styles.
2072
2073 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2074
2075 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2076 $_shell_exitsignal.
2077 * gdb.base/default.exp: Update for new convenience variables.
2078
2079 2019-05-29 Tom Tromey <tromey@adacore.com>
2080
2081 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2082 to "break complete ada" test case's regexp.
2083
2084 2019-05-29 Tom Tromey <tromey@adacore.com>
2085
2086 PR c++/20020:
2087 * gdb.cp/constexpr-field.exp: New file.
2088 * gdb.cp/constexpr-field.cc: New file.
2089
2090 2019-05-29 Tom Tromey <tromey@adacore.com>
2091
2092 * gdb.base/finish.exp (finish_no_print): New proc.
2093 (finish_tests): Call it.
2094
2095 2019-05-24 Tom de Vries <tdevries@suse.de>
2096
2097 * gdb.dwarf2/gdb-add-index.exp: New file.
2098
2099 2019-05-22 Tom Tromey <tromey@adacore.com>
2100
2101 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2102 * gdb.base/style.exp: Use "style".
2103 * lib/gdb-utils.exp (style): New proc.
2104
2105 2019-05-22 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.base/align.exp: Require c++11.
2108
2109 2019-05-22 Tom de Vries <tdevries@suse.de>
2110
2111 PR testsuite/24586
2112 * gdb.python/py-mi-var-info-path-expression.exp: Call
2113 mi_skip_python_tests to check if python is supported.
2114
2115 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2116
2117 * gdb.arch/aarch64-pauth.c: New test.
2118 * gdb.arch/aarch64-pauth.exp: New file.
2119
2120 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2121
2122 * README (Re-running Tests Outside The Testsuite): New section.
2123
2124 2019-05-21 Tom de Vries <tdevries@suse.de>
2125
2126 * gdb.arch/amd64-eval.exp: Require c++11.
2127 * gdb.base/max-depth.exp: Same.
2128 * gdb.compile/compile-cplus-array-decay.exp: Same.
2129 * gdb.cp/meth-typedefs.exp: Same.
2130 * gdb.cp/subtypes.exp: Same.
2131 * gdb.cp/temargs.exp: Same.
2132
2133 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2134
2135 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2136
2137 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 PR gdb/18644
2140 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2141 * gdb.fortran/printing-types.exp: Add new test.
2142 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2143 testing.
2144 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2145 setup_kfail call.
2146
2147 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2148
2149 * README (Running the Testsuite): Change example.
2150 (Testsuite Parameters): Remove TRANSCRIPT.
2151 * lib/gdb.exp: Remove TRANSCRIPT check.
2152
2153 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2154
2155 * README (Testsuite Parameters): Add replay logging to
2156 GDBSERVER_DEBUG.
2157 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2158 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2159 as a comma separated list.
2160 (gdb_debug_init): Override procedure.
2161
2162 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2163
2164 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2165 (gdb_write_cmd_file): New procedure.
2166 * lib/gdbserver-support.exp (gdbserver_start): Call
2167 gdbserver_write_cmd_file.
2168 (gdbserver_write_cmd_file): New procedure.
2169
2170 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2171
2172 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2173 (delete_breakpoints): Likewise.
2174 (gdb_run_cmd): Likewise.
2175 (gdb_start_cmd): Likewise.
2176 (gdb_starti_cmd): Likewise.
2177 (gdb_internal_error_resync): Likewise.
2178 (gdb_test_multiple): Likewise.
2179 (gdb_reinitialize_dir): Likewise.
2180 (default_gdb_exit): Likewise.
2181 (gdb_file_cmd): Mark kill as optional.
2182 (default_gdb_start): Call gdb_stdin_log_init.
2183 (send_gdb): Call gdb_stdin_log_write.
2184 (rerun_to_main): Mark Y as an answer.
2185 (gdb_stdin_log_init): New function.
2186 (gdb_stdin_log_write): Likewise.
2187
2188 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2189
2190 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2191 * gdb.base/debug-expr.exp: Likewise.
2192 * gdb.base/foll-fork.exp: Likewise.
2193 * gdb.base/foll-vfork.exp: Likewise.
2194 * gdb.base/fork-print-inferior-events.exp: Likewise.
2195 * gdb.base/gdb-sigterm.exp: Likewise.
2196 * gdb.base/gdbinit-history.exp: Likewise.
2197 * gdb.base/osabi.exp: Likewise.
2198 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2199 * gdb.base/ui-redirect.exp: Likewise.
2200 * gdb.gdb/unittest.exp: Likewise.
2201 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2202 * gdb.mi/mi-watch.exp: Likewise.
2203 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2204 * gdb.mi/user-selected-context-sync.exp: Likewise.
2205 * gdb.python/python.exp: Disable debug test when debugging.
2206 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2207 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2208 Likewise.
2209 * gdb.threads/stepi-random-signal.exp: Likewise.
2210
2211 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2212
2213 * Makefile.in: Pass through GDB_DEBUG.
2214 * README (Testsuite Parameters): Add GDB_DEBUG.
2215 (gdb,debug): Add board setting.
2216 * lib/gdb.exp (default_gdb_start): Start debugging.
2217 (gdb_debug_enabled): New procedure.
2218 (gdb_debug_init): Likewise.
2219
2220 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2221
2222 * Makefile.in: Pass through GDB_DEBUG.
2223 * README (Testsuite Parameters): Add GDB_DEBUG.
2224 (gdb,debug): Add board setting.
2225 * lib/gdb.exp (default_gdb_start): Start debugging.
2226 (gdb_debug_enabled): New procedure.
2227 (gdb_debug_init): Likewise.
2228
2229 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2230
2231 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2232
2233 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2234
2235 * gdb.base/ui-redirect.exp: Test redirection.
2236
2237 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2238
2239 * gdb.mi/mi-complete.exp: New file.
2240 * gdb.mi/mi-complete.cc: Likewise.
2241
2242 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2243
2244 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2245 indexed and sliced arrays, and pointers to arrays.
2246
2247 2019-05-14 Tom Tromey <tromey@adacore.com>
2248
2249 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2250 styling test.
2251
2252 2019-05-14 Tom de Vries <tdevries@suse.de>
2253
2254 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2255 selection entry encoding.
2256
2257 2019-05-10 Tom Tromey <tromey@adacore.com>
2258
2259 * gdb.ada/info_exc.exp: Add "complete" test.
2260
2261 2019-05-09 Tom de Vries <tdevries@suse.de>
2262
2263 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2264 CU-relative.
2265
2266 2019-05-09 Tom de Vries <tdevries@suse.de>
2267
2268 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2269 CU-relative.
2270
2271 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2272
2273 * gdb.ada/frame_arg_lang.exp: New testcase.
2274 * gdb.ada/frame_arg_lang/bla.adb: New file.
2275 * gdb.ada/frame_arg_lang/pck.ads: New file.
2276 * gdb.ada/frame_arg_lang/pck.adb: New file.
2277 * gdb.ada/frame_arg_lang/foo.c: New file.
2278
2279 2019-05-08 Tom Tromey <tromey@adacore.com>
2280
2281 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2282
2283 2019-05-08 Tom Tromey <tromey@adacore.com>
2284
2285 * gdb.base/ptype-offsets.exp: Update tests.
2286
2287 2019-05-08 Tom Tromey <tromey@adacore.com>
2288
2289 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2290 cases.
2291 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2292 "short".
2293
2294 2019-05-08 Tom Tromey <tromey@adacore.com>
2295
2296 * gdb.ada/vla.exp: New file.
2297 * gdb.ada/vla/vla.adb: New file.
2298
2299 2019-05-07 Tom de Vries <tdevries@suse.de>
2300
2301 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2302
2303 2019-05-07 Tom de Vries <tdevries@suse.de>
2304
2305 PR testsuite/24522
2306 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2307 section.
2308
2309 2019-05-07 Tom de Vries <tdevries@suse.de>
2310
2311 PR testsuite/24522
2312 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2313 .debug_aranges section.
2314
2315 2019-05-07 Tom de Vries <tdevries@suse.de>
2316
2317 PR testsuite/24159
2318 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2319
2320 2019-05-06 Tom de Vries <tdevries@suse.de>
2321
2322 * lib/gdb.exp (exec_has_index_section): New proc.
2323 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2324 section.
2325
2326 2019-05-04 Tom de Vries <tdevries@suse.de>
2327
2328 * boards/cc-with-debug-names.exp: New file.
2329
2330 2019-05-03 Tom Tromey <tromey@adacore.com>
2331
2332 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2333 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2334 * gdb.ada/char_enum.exp: Add test.
2335
2336 2019-05-03 Tom de Vries <tdevries@suse.de>
2337
2338 * boards/cc-with-gdb-index.exp: New file.
2339
2340 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.rust/simple.exp: Add new test case.
2343 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2344 (main): Initialise an instance of the new struct.
2345
2346 2019-05-01 Tom Tromey <tromey@adacore.com>
2347
2348 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2349 record.
2350 (NPR): New variable.
2351 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2352 test.
2353
2354 2019-05-01 Tom Tromey <tromey@adacore.com>
2355
2356 * gdb.ada/packed_array_assign.exp: Add packed assignment
2357 regression test.
2358
2359 2019-05-01 Tom de Vries <tdevries@suse.de>
2360
2361 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2362
2363 2019-05-01 Tom de Vries <tdevries@suse.de>
2364
2365 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2366
2367 2019-04-30 Ali Tamur <tamur@google.com>
2368
2369 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2370
2371 2019-04-30 Tom Tromey <tromey@adacore.com>
2372
2373 * lib/ada.exp (find_ada_tool): New proc.
2374 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2375 * gdb.ada/catch_ex_std.exp: New file.
2376 * gdb.ada/catch_ex_std/foo.adb: New file.
2377 * gdb.ada/catch_ex_std/some_package.adb: New file.
2378 * gdb.ada/catch_ex_std/some_package.ads: New file.
2379
2380 2019-04-30 Tom Tromey <tromey@adacore.com>
2381
2382 PR c++/24470:
2383 * gdb.cp/temargs.cc: Add test code from PR.
2384
2385 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2386
2387 * gdb.fortran/vla-datatypes.exp: Update expected results.
2388 * gdb.fortran/vla-ptype.exp: Likewise.
2389 * gdb.fortran/vla-type.exp: Likewise.
2390 * gdb.fortran/vla-value.exp: Likewise.
2391
2392 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2393
2394 * gdb.fortran/ptr-indentation.exp: Update expected results.
2395 * gdb.fortran/ptype-on-functions.exp: Likewise.
2396 * gdb.fortran/vla-ptr-info.exp: Likewise.
2397 * gdb.fortran/vla-value.exp: Likewise.
2398
2399 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2400
2401 * gdb.fortran/ptype-on-functions.exp: New file.
2402 * gdb.fortran/ptype-on-functions.f90: New file.
2403
2404 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2405
2406 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2407 case void string.
2408
2409 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2410
2411 * gdb.fortran/complex.exp: Expand.
2412 * gdb.fortran/complex.f: Renamed to...
2413 * gdb.fortran/complex.f90: ...this, and extended to add more
2414 complex values.
2415
2416 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2417
2418 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2419 MODULO, CMPLX.
2420
2421 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2422 Richard Bunt <richard.bunt@arm.com>
2423
2424 * gdb.base/max-depth.c: New file.
2425 * gdb.base/max-depth.exp: New file.
2426 * gdb.python/py-nested-maps.c: New file.
2427 * gdb.python/py-nested-maps.exp: New file.
2428 * gdb.python/py-nested-maps.py: New file.
2429 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2430 (test_all_common): Call test_max_depth.
2431 * gdb.fortran/max-depth.exp: New file.
2432 * gdb.fortran/max-depth.f90: New file.
2433 * gdb.go/max-depth.exp: New file.
2434 * gdb.go/max-depth.go: New file.
2435 * gdb.modula2/max-depth.exp: New file.
2436 * gdb.modula2/max-depth.c: New file.
2437 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2438
2439 2019-04-29 Tom de Vries <tdevries@suse.de>
2440
2441 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2442
2443 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2444
2445 * gdb.base/callexit.exp: Test may-call-functions off.
2446
2447 2019-04-25 Keith Seitz <keiths@redhat.com>
2448
2449 PR c++/24367
2450 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2451 (another_incomplete_struct, test_incomplete): New definitions.
2452 (main): Use new definitions.
2453 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2454 functions.
2455
2456 2019-04-25 Ali Tamur <tamur@google.com>
2457
2458 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2459
2460 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2461
2462 PR corefiles/11608
2463 PR corefiles/18187
2464 * gdb.base/coredump-filter-build-id.exp: New file.
2465
2466 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2467
2468 * Makefile.in: Pass through GDBSERVER_DEBUG.
2469 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2470 (gdbserver,debug): Add board setting.
2471 * gdb.trace/tspeed.exp: Skip when debugging.
2472 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2473 * lib/gdbserver-support.exp: Likewise
2474
2475 2019-04-24 Tom Tromey <tromey@adacore.com>
2476
2477 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2478 Rust.
2479
2480 2019-04-24 Tom Tromey <tromey@adacore.com>
2481
2482 * gdb.arch/amd64-eval.exp: Test bitfield return.
2483 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2484 (class Foo) <return_bitfields>: New method.
2485 (main): Call it.
2486
2487 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2488
2489 * gdb.cp/many-args.cc: New file.
2490 * gdb.cp/many-args.exp: New file.
2491
2492 2019-04-23 Tom de Vries <tdevries@suse.de>
2493
2494 PR gdb/24433
2495 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2496
2497 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2498
2499 * gdb.trace/backtrace.exp: Use nopie flag.
2500 * gdb.trace/circ.exp: Likewise.
2501 * gdb.trace/collection.exp: Likewise.
2502 * gdb.trace/ftrace.exp: Likewise.
2503 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2504 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2505 * gdb.trace/qtro.exp: Likewise.
2506 * gdb.trace/read-memory.exp: Likewise.
2507 * gdb.trace/report.exp: Likewise.
2508 * gdb.trace/tfile.exp: Likewise.
2509 * gdb.trace/tfind.exp: Likewise.
2510 * gdb.trace/unavailable.exp: Likewise.
2511
2512 2019-04-22 Pedro Alves <palves@redhat.com>
2513
2514 * gdb.base/solib-probes-nosharedlibrary.c,
2515 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2516
2517 2019-04-19 Tom Tromey <tromey@adacore.com>
2518
2519 * gdb.ada/ptype_union.c: New file.
2520 * gdb.ada/ptype_union.exp: New file.
2521
2522 2019-04-19 Tom Tromey <tromey@adacore.com>
2523
2524 PR symtab/24423:
2525 * gdb.base/list0.h (foo): Add a control-l character.
2526
2527 2019-04-18 Tom de Vries <tdevries@suse.de>
2528
2529 PR gdb/24433
2530 * boards/local-board.exp: Set sysroot to "".
2531
2532 2019-04-18 Tom de Vries <tdevries@suse.de>
2533 Pedro Alves <palves@redhat.com>
2534
2535 PR gdb/24454
2536 * gdb.threads/vfork-follow-child-exec.c: New file.
2537 * gdb.threads/vfork-follow-child-exec.exp: New file.
2538 * gdb.threads/vfork-follow-child-exit.c: New file.
2539 * gdb.threads/vfork-follow-child-exit.exp: New file.
2540
2541 2019-04-15 Leszek Swirski <leszeks@google.com>
2542
2543 * gdb.arch/amd64-eval.cc: New file.
2544 * gdb.arch/amd64-eval.exp: New file.
2545
2546 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2547
2548 * gdb.server/sysroot.c: New test.
2549 * gdb.server/sysroot.exp: New file.
2550 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2551 matching param.
2552
2553 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2554
2555 * gdb.base/align.exp: Extend test to cover structures containing
2556 only static fields.
2557
2558 2019-04-11 Tom de Vries <tdevries@suse.de>
2559
2560 * boards/cc-with-dwz-m.exp: New file.
2561 * boards/cc-with-dwz.exp: New file.
2562 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2563
2564 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2565
2566 * gdb.base/start-cpp.exp: New file.
2567 * gdb.base/start-cpp.cc: New file.
2568
2569 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2570
2571 * gdb.python/py-thrhandle.exp: Adjust tests to call
2572 thread_from_handle instead of thread_from_thread_handle.
2573
2574 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2575
2576 * gdb.python/py-thrhandle.exp: Add tests for
2577 gdb.InferiorThread.handle.
2578
2579 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * gdb.python/py-function.exp: Check calling helper function from
2582 all languages.
2583 * lib/gdb.exp (gdb_supported_languages): New proc.
2584
2585 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2586
2587 * gdb.base/complex-parts.c: New file.
2588 * gdb.base/complex-parts.exp: New file.
2589
2590 2019-04-01 Tom Tromey <tromey@adacore.com>
2591
2592 PR symtab/23331:
2593 * gdb.dwarf2/dw2-ranges-main.c: New file.
2594 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2595 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2596
2597 2019-03-30 Simon Marchi <simark@simark.ca>
2598
2599 * gdb.base/default.exp: Add values for $_gdb_major and
2600 $_gdb_minor.
2601
2602 2019-03-29 Tom Tromey <tromey@adacore.com>
2603
2604 * gdb.base/help.exp: Tighten apropos regexp.
2605
2606 2019-03-29 Keith Seitz <keiths@redhat.com>
2607
2608 * gdb.fortran/array-bounds.exp: New file.
2609 * gdb.fortran/array-bounds.f90: New file.
2610
2611 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2612
2613 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2614
2615 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2616
2617 * gdb.multi/hello.c (main): Increase alarm timer.
2618
2619 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2620
2621 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2622 factor when no hardware watchpoint support.
2623
2624 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2625 Pedro Alves <palves@redhat.com>
2626
2627 * boards/local-board.exp: set sysroot to /.
2628
2629 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2630
2631 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2632 in child.
2633
2634 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2635
2636 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2637 field.
2638 (make_container): Initialise new field.
2639 * gdb.python/py-prettyprint.exp: Add new tests.
2640 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2641 <display_hint>: New method.
2642
2643 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2646 gdb_continue_to_breakpoint more throughout this test.
2647 (run_lang_tests) Supply unique test names, and use
2648 gdb_test_no_output.
2649
2650 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2651
2652 * gdb.base/finish-pretty.exp: Update expected results.
2653 * gdb.base/pretty-print.c: New file.
2654 * gdb.base/pretty-print.exp: New file.
2655
2656 2019-03-25 Pedro Alves <palves@redhat.com>
2657
2658 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2659 move comments outside list. Append '-i "" eof' section.
2660
2661 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2662
2663 PR testsuite/25016
2664 * README: Add pie options.
2665 * gdb.base/break-interp.exp: Ensure pie is disabled.
2666 * gdb.base/dump.exp: Likewise.
2667 * lib/gdb.exp (gdb_compile): Add pie option.
2668
2669 2019-03-19 Tom Tromey <tromey@adacore.com>
2670
2671 * gdb.mi/mi2-cli-display.c: New file.
2672 * gdb.mi/mi2-cli-display.exp: New file.
2673
2674 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2675 Tom Tromey <tromey@adacore.com>
2676
2677 * gdb.ada/ptype_array/pck.adb: New file.
2678 * gdb.ada/ptype_array/pck.ads: New file.
2679 * gdb.ada/ptype_array/foo.adb: New file.
2680 * gdb.ada/ptype_array.exp: New file.
2681
2682 2019-03-14 Tom Tromey <tromey@adacore.com>
2683
2684 * gdb.base/style.exp: Add "set style sources" test.
2685
2686 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2687
2688 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2689 * mi-breakpoint-multiple-locations.exp: ... this.
2690 (make_breakpoints_pattern): New proc.
2691 (do_test): Add mi_version parameter, test -break-insert,
2692 -break-info and =breakpoint-created.
2693
2694 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2695
2696 * config/default.exp: Remove 'load_lib gdb.exp'.
2697 * config/monitor.exp: Likewise.
2698 * config/sid.exp: Likewise.
2699 * config/sim.exp: Likewise.
2700 * config/slite.exp: Likewise.
2701 * config/unix.exp: Likewise.
2702 * gdb.base/default.exp: Remove unhelpful comment.
2703
2704 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2705
2706 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2707
2708 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2709
2710 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2711
2712 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2713
2714 * gdb.fortran/type-kinds.exp: Update expected results.
2715
2716 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2717
2718 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2719
2720 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2721
2722 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2723 function.
2724 (test_basic_parsing_of_type_kinds): Expand types tested.
2725 (test_parsing_invalid_type_kinds): New function.
2726
2727 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2728
2729 * gdb.fortran/intrinsics.exp: New file.
2730 * gdb.fortran/intrinsics.f90: New file.
2731 * gdb.fortran/type-kinds.exp: New file.
2732
2733 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2734
2735 * gdb.fortran/dot-ops.exp: New file.
2736
2737 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2738
2739 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2740 Check upper and lower case logical literals.
2741
2742 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2743
2744 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2745 Remove duplicate tests.
2746
2747 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2748
2749 * lib/gdb.exp (builtin_cd): rename of cd.
2750 (cd): Override builtin.
2751
2752 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2753
2754 * gdb.fortran/function-calls.exp: New file.
2755 * gdb.fortran/function-calls.f90: New test.
2756
2757 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2758
2759 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2760 on user program standard output.
2761 * gdb.fortran/short-circuit-argument-list.f90: Record function
2762 calls.
2763
2764 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2765
2766 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2767 failure.
2768
2769 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2770
2771 PR gdb/8527
2772 * gdb.base/interrupt-daemon-attach.c,
2773 gdb.base/interrupt-daemon-attach.exp: New test.
2774
2775 2019-02-27 Pedro Alves <palves@redhat.com>
2776
2777 * gdb.base/page.exp: Add tests for "set width/height -1".
2778
2779 2019-02-27 Pedro Alves <palves@redhat.com>
2780
2781 * gdb.base/page.exp: Add tests for "set/show width/height" with
2782 "infinite" values.
2783
2784 2019-02-27 Tom Tromey <tromey@adacore.com>
2785
2786 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2787 2.4.
2788 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2789 workaround.
2790
2791 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2792
2793 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2794 tests for structs with static members.
2795
2796 2019-02-26 Tom Tromey <tromey@adacore.com>
2797
2798 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2799 ValueError, not TypeError.
2800
2801 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2802
2803 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2804 call from main program.
2805
2806 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2807
2808 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2809 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2810 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2811 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2812 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2813
2814 2019-02-22 Keith Seitz <keiths@redhat.com>
2815
2816 PR symtab/23853
2817 * gdb.base/symlink-sourcefile.c: New file.
2818 * gdb.base/symlink-sourcefile.exp: New file.
2819
2820 2019-02-20 Tom Tromey <tom@tromey.com>
2821
2822 * gdb.base/info_qt.exp: Update.
2823
2824 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2825
2826 * gdb.base/source.exp: Move "error in sourced script" code to
2827 the end.
2828 * gdb.base/source-error.gdb: Move contents to
2829 source-error-1.gdb. Add new code to source source-error-1.gdb.
2830 * gdb.base/source-error-1.gdb: New file, from previous
2831 source-error.gdb.
2832
2833 2019-02-17 Tom Tromey <tom@tromey.com>
2834
2835 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2836 for macro styling.
2837 * gdb.base/style.c (SOME_MACRO): New macro.
2838
2839 2019-02-17 Tom Tromey <tom@tromey.com>
2840
2841 * gdb.base/style.exp: Add line-wrapping tests.
2842 * gdb.base/page.exp: Add test for quitting during pagination.
2843
2844 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2845
2846 * gdb.ada/big_packed_array: New testcase.
2847 * gdb.ada/homonym.exp: Fix incorrect expected output for
2848 "break <homonym__get_value>" test.
2849
2850 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2851
2852 PR breakpoints/21870
2853 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2854 and prepare_for_testing. Add comment.
2855 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2856 redundant cleanup call. Clean up comment.
2857
2858 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2859
2860 PR breakpoints/21870
2861 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2862 * gdb.arch/aarch64-dbreg-contents.c: New file.
2863
2864 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2865
2866 * gdb.ada/mi_ref_changeable: New testcase.
2867
2868 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2869
2870 * gdb.base/attach.exp: Add double attach test.
2871
2872 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2873
2874 * lib/gdb.exp (default_gdb_start): Don't match pagination
2875 prompt.
2876 (gdb_init): Set stty_init.
2877
2878 2019-01-27 Tom Tromey <tom@tromey.com>
2879
2880 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2881 skip_python_tests.
2882
2883 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2884
2885 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2886 New structure.
2887 (struct struct_static_02_02): Likewise.
2888 (struct struct_static_02_03): Likewise.
2889 (struct struct_static_02_04): Likewise.
2890 (struct struct_static_04_01): Likewise.
2891 (struct struct_static_04_02): Likewise.
2892 (struct struct_static_04_03): Likewise.
2893 (struct struct_static_04_04): Likewise.
2894 (struct struct_static_06_01): Likewise.
2895 (struct struct_static_06_02): Likewise.
2896 (struct struct_static_06_03): Likewise.
2897 (struct struct_static_06_04): Likewise.
2898 (cmp_struct_static_02_01): Likewise.
2899 (cmp_struct_static_02_02): Likewise.
2900 (cmp_struct_static_02_03): Likewise.
2901 (cmp_struct_static_02_04): Likewise.
2902 (cmp_struct_static_04_01): Likewise.
2903 (cmp_struct_static_04_02): Likewise.
2904 (cmp_struct_static_04_03): Likewise.
2905 (cmp_struct_static_04_04): Likewise.
2906 (cmp_struct_static_06_01): Likewise.
2907 (cmp_struct_static_06_02): Likewise.
2908 (cmp_struct_static_06_03): Likewise.
2909 (cmp_struct_static_06_04): Likewise.
2910 (call_all): Test new structs.
2911 * gdb.base/infcall-nested-structs.exp: Likewise.
2912
2913 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2914 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2915
2916 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2917 * gdb.base/stack-protector.c: New test.
2918 * gdb.base/stack-protector.exp: New file.
2919 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2920 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2921 option.
2922 (gdb_compile): Remove stack protector for GCC and prevent
2923 recursion.
2924
2925 2019-01-16 Keith Seitz <keiths@redhat.com>
2926
2927 PR gdb/23773
2928 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2929
2930 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2931
2932 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2933 aliases.
2934 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2935 tests.
2936 * gdb.arch/powerpc-vector-regs.c: New file.
2937 * gdb.arch/powerpc-vector-regs.exp: New file.
2938
2939 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2940
2941 * gdb.arch/altivec-regs.exp: Fix the list passed to
2942 gdb_expect_list when testing "info vector".
2943
2944 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2945
2946 * gdb.base/style.exp: Don't include path in testname.
2947
2948 2019-01-10 Keith Seitz <keiths@redhat.com>
2949
2950 PR gdb/23712
2951 PR symtab/23010
2952 * gdb.dwarf2/multidictionary.exp: New file.
2953
2954 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2955
2956 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2957 (test_gnuv3_style_demangling): ... this.
2958 (test_lucid_style_demangling): Remove.
2959 (test_arm_style_demangling): Remove.
2960 (test_hp_style_demangling): Remove.
2961 (do_tests): Remove calls to the above.
2962
2963 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2964
2965 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2966 case.
2967
2968 2019-01-06 Tom Tromey <tom@tromey.com>
2969
2970 PR gdb/28155:
2971 * gdb.dwarf2/typedef-void-finish.exp: New file.
2972
2973 2018-12-28 Tom Tromey <tom@tromey.com>
2974 Simon Marchi <simark@simark.ca>
2975
2976 * gdb.base/jit-exec.exp: New file.
2977 * gdb.base/jit-exec.c: New file.
2978 * gdb.base/jit-execd.c: New file.
2979
2980 2018-12-28 Tom Tromey <tom@tromey.com>
2981
2982 * gdb.base/style.exp: Update test to check for address styling.
2983
2984 2018-12-28 Tom Tromey <tom@tromey.com>
2985
2986 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2987 message.
2988
2989 2018-12-28 Tom Tromey <tom@tromey.com>
2990
2991 * gdb.base/style.exp: Add test for version number styling.
2992
2993 2018-12-28 Tom Tromey <tom@tromey.com>
2994
2995 * gdb.base/style.exp: Add test for print_address_symbolic.
2996
2997 2018-12-28 Tom Tromey <tom@tromey.com>
2998
2999 * gdb.base/style.exp: Add test for breakpoint setting.
3000
3001 2018-12-28 Tom Tromey <tom@tromey.com>
3002
3003 * gdb.base/style.exp: Add test for variable names.
3004
3005 2018-12-28 Tom Tromey <tom@tromey.com>
3006
3007 * gdb.base/style.exp: New file.
3008 * gdb.base/style.c: New file.
3009
3010 2018-12-28 Tom Tromey <tom@tromey.com>
3011
3012 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3013 "dumb".
3014 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3015 the TERM environment variable.
3016
3017 2018-12-27 Tom Tromey <tom@tromey.com>
3018
3019 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3020 pagination test.
3021
3022 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3023
3024 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3025 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3026
3027 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3028
3029 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3030 Filename a.adb changed to bp_fun_addr.adb.
3031 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3032
3033 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3034
3035 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3036 non-PIE executables.
3037 * README: Mention the gdb,nopie_flag board setting.
3038 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3039 non-PIE executable.
3040 * gdb.arch/amd64-entry-value.exp: Likewise.
3041 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3042 * gdb.arch/i386-float.exp: Likewise.
3043 * gdb.arch/i386-signal.exp: Likewise.
3044 * gdb.mi/mi-reg-undefined.exp: Likewise.
3045
3046 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3047
3048 PR gdb/23974
3049 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3050
3051 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3052
3053 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3054 Update order of results accordingly.
3055
3056 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3057
3058 * gdb.base/annota1.exp: Update a test regexp.
3059
3060 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3061
3062 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3063
3064 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3065
3066 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3067 (reuse_time): Initialize to REUSE_TIME_CAP.
3068 (check_rc): New function.
3069 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3070 Check pthread_create rc.
3071 (spawner_thread_func): Check pthread_create and pthread_join rc.
3072
3073 2018-12-08 Pedro Alves <palves@redhat.com>
3074
3075 * gdb.base/list.exp (test_forward_search): Rename to ...
3076 (test_forward_reverse_search): ... this. Also test reverse-search
3077 and the forward-search alias.
3078
3079 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3080
3081 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3082 local timeout variable before return, and remove all local timeout
3083 variable entirely.
3084 (gdb_load): Likewise.
3085
3086 2018-12-01 Tom de Vries <tdevries@suse.de>
3087
3088 * gdb.base/gdb-caching-proc.exp: New file.
3089
3090 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3091
3092 * Makefile.in (TIMESTAMP): New variable.
3093 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3094 command.
3095 (check-single-racy): Likewise.
3096 (check/%.exp): Likewise.
3097 (check-racy/%.exp): Likewise.
3098 (workers/%.worker): Likewise.
3099 (build-perf): Likewise.
3100 (check-perf): Likewise.
3101 * README: Describe new "TS" and "TS_FORMAT" variables.
3102 * print-ts.py: New file.
3103
3104 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3105
3106 PR python/23714
3107 * gdb.python/python.exp: Test command repetition after
3108 gdb.execute.
3109
3110 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3111
3112 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3113 is correctly aligned.
3114
3115 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3116
3117 * gdb.ada/info_auto_lang.exp: New testcase.
3118 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3119 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3120 * gdb.ada/info_auto_lang/some_c.c: New file.
3121
3122 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3123
3124 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3125 FUNC_lang language syntax.
3126
3127 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3128
3129 * gdb.base/info_minsym.c: New file.
3130 * gdb.base/info_minsym.exp: New file.
3131
3132 2018-11-19 Tom Tromey <tom@tromey.com>
3133
3134 PR rust/23625:
3135 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3136 * gdb.rust/expr.exp: Update expected output. Change one test.
3137
3138 2018-11-19 Tom Tromey <tom@tromey.com>
3139
3140 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3141
3142 2018-11-19 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3145 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3146 see the expected warning.
3147
3148 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3149
3150 PR gdb/22736:
3151 * gdb.cp/infcall-nodebug-lib.c: New test.
3152 * gdb.cp/infcall-nodebug-main.c: New test.
3153 * gdb.cp/infcall-nodebug.exp: New file.
3154
3155 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3156
3157 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3158 completer tests.
3159
3160 2018-11-09 Tom de Vries <tdevries@suse.de>
3161
3162 * gdb.base/msym-lang.c: New test.
3163 * gdb.base/msym-lang.exp: New file.
3164 * gdb.base/msym-lang-main.c: New test.
3165
3166 2018-11-08 Tom Tromey <tom@tromey.com>
3167
3168 PR gdb/23555:
3169 PR gdb/23838:
3170 * gdb.base/warning.exp: New file.
3171
3172 2018-11-08 Jan Beulich <jbeulich@suse.com>
3173
3174 * testsuite/gdb.arch/i386-avx512.c,
3175 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3176
3177 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3178
3179 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3180 point hardware.
3181
3182 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3183
3184 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3185 * gdb.dwarf2/missing-type-name.exp: New file.
3186
3187 2018-11-06 Tom de Vries <tdevries@suse.de>
3188
3189 * gdb.base/many-headers.c: New test.
3190 * gdb.base/many-headers.exp: New file.
3191
3192 2018-11-06 Jim Wilson <jimw@sifive.com>
3193
3194 * gdb.base/code_elim.exp: For riscv, set additional_flags
3195 to include -msmall-data-limit=0.
3196
3197 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3198
3199 * gdb.ada/watch_minus_l: New testcase.
3200
3201 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3202
3203 * gdb.arch/aix-sighandle.c: New file.
3204 * gdb.arch/aix-sighandle.exp: New file.
3205
3206 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3207
3208 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3209 registers being unions.
3210
3211 2018-10-31 Tom de Vries <tdevries@suse.de>
3212
3213 * lib/valgrind.exp: New file.
3214 (vgdb_start, vgdb_stop): New procs, factored out of ...
3215 * gdb.base/valgrind-bt.exp: ... here, ...
3216 * gdb.base/valgrind-disp-step.exp: ... here and ...
3217 * gdb.base/valgrind-infcall.exp: ... here.
3218
3219 2018-10-31 Tom de Vries <tdevries@suse.de>
3220
3221 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3222
3223 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3224
3225 * gdb.dwarf2/void-type.c: New file.
3226 * gdb.dwarf2/void-type.exp: New file.
3227
3228 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3229
3230 * gdb.base/info_qt.c: New file.
3231 * gdb.base/info_qt.exp: New file.
3232
3233 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3234
3235 * gdb.arch/powerpc-htm-regs.c: New file.
3236 * gdb.arch/powerpc-htm-regs.exp: New file.
3237
3238 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3239
3240 * gdb.arch/powerpc-tar.c: New file.
3241 * gdb.arch/powerpc-tar.exp: New file.
3242
3243 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3244
3245 * gdb.arch/powerpc-ppr-dscr.c: New file.
3246 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3247
3248 2018-10-25 Tom de Vries <tdevries@suse.de>
3249
3250 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3251
3252 2018-10-24 Tom de Vries <tdevries@suse.de>
3253
3254 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3255 longer exists error.
3256
3257 2018-10-24 Tom de Vries <tdevries@suse.de>
3258
3259 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3260
3261 2018-10-24 Tom de Vries <tdevries@suse.de>
3262
3263 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3264 --db-attach in valgrind.
3265
3266 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3267
3268 * gdb.arch/riscv-reg-aliases.c: New file.
3269 * gdb.arch/riscv-reg-aliases.exp: New file.
3270
3271 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3272
3273 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3274
3275 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3276
3277 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3278
3279 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3280
3281 * gdb.cp/ovldbreak.exp: Fix regexps.
3282
3283 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3284
3285 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3286
3287 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3288
3289 PR cli/23785
3290 * gdb.base/restore.exp: New test to check if "restore" with an
3291 invalid file doesn't segfault.
3292
3293 2018-10-18 Tom de Vries <tdevries@suse.de>
3294
3295 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3296 * gdb.ada/excep_handle.exp: Same.
3297 * gdb.ada/mi_string_access.exp: Same.
3298 * gdb.ada/mi_var_union.exp: Same.
3299 * gdb.arch/arc-analyze-prologue.exp: Same.
3300 * gdb.arch/arc-decode-insn.exp: Same.
3301 * gdb.base/readnever.exp: Same.
3302 * gdb.fortran/printing-types.exp: Same.
3303 * gdb.guile/scm-lazy-string.exp: Same.
3304
3305 2018-10-16 Tom de Vries <tdevries@suse.de>
3306
3307 PR gdb/23730
3308 * gdb.base/catch-follow-exec.c: Add copyright notice.
3309 * gdb.base/catch-follow-exec.exp: Rewrite to use
3310 gdb_spawn_with_cmdline_opts. Require gdb-native.
3311
3312 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3313
3314 * gdb.trace/actions-changed.exp: Check for arch support.
3315 * gdb.trace/actions.exp: Likewise.
3316 * gdb.trace/ax.exp: Likewise.
3317 * gdb.trace/backtrace.exp: Likewise.
3318 * gdb.trace/change-loc.exp: Likewise.
3319 * gdb.trace/deltrace.exp: Likewise.
3320 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3321 * gdb.trace/ftrace.exp: Likewise.
3322 * gdb.trace/infotrace.exp: Check for arch support.
3323 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3324 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3325 * gdb.trace/mi-tsv-changed.exp: Likewise.
3326 * gdb.trace/packetlen.exp: Likewise.
3327 * gdb.trace/passc-dyn.exp: Likewise.
3328 * gdb.trace/passcount.exp: Likewise.
3329 * gdb.trace/pending.exp: Likewise.
3330 * gdb.trace/range-stepping.exp: Check for shlib support.
3331 * gdb.trace/report.exp: Check for arch support.
3332 * gdb.trace/save-trace.exp: Likewise.
3333 * gdb.trace/signal.exp: Check for signal support.
3334 * gdb.trace/tfind.exp: Check for arch support.
3335 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3336 * gdb.trace/trace-common.h: Add comment.
3337 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3338 * gdb.trace/trace-enable-disable.exp: Likewise.
3339 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3340 * gdb.trace/tracecmd.exp: Check for arch support.
3341 * gdb.trace/tspeed.exp: Check for shlib and target support.
3342 * gdb.trace/tstatus.exp: Check for arch support.
3343 * gdb.trace/tsv.exp: Likewise.
3344 * gdb.trace/while-dyn.exp: Likewise.
3345 * gdb.trace/while-stepping.exp: Likewise.
3346 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3347
3348 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3349
3350 * gdb.trace/tspeed.exp: Remove nowarnings.
3351 (prepare_for_trace_test): Declare "global ipalib".
3352 * gdb.trace/tspeed.c: Include unistd.h.
3353 (main): Remove superfluous printf argument.
3354
3355 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3356
3357 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3358 directory prefix on the filename.
3359
3360 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3361
3362 * gdb.gdb/unittest.exp: Update expected message informing that
3363 selftests have been disabled.
3364 * gdb.server/unittest.exp: Likewise.
3365
3366 2018-10-09 Tom de Vries <tdevries@suse.de>
3367
3368 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3369 with runto_main.
3370
3371 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3372
3373 PR c++/16841
3374 * gdb.cp/virtbase2.cc: New file.
3375 * gdb.cp/virtbase2.exp: New file.
3376
3377 2018-10-06 Tom Tromey <tom@tromey.com>
3378
3379 PR python/19399:
3380 * gdb.python/py-inferior.exp: Add architecture test.
3381
3382 2018-10-06 Tom Tromey <tom@tromey.com>
3383
3384 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3385 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3386
3387 2018-10-06 Tom Tromey <tom@tromey.com>
3388
3389 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3390 of a "throw" catchpoint.
3391
3392 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3393
3394 * gdb.base/info-proc.exp: Update string expected from "help info
3395 proc".
3396
3397 2018-10-04 Tom Tromey <tom@tromey.com>
3398
3399 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3400 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3401 (test_initial_complaints, test_empty_complaints): Update.
3402 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3403
3404 2018-10-04 Tom Tromey <tom@tromey.com>
3405
3406 PR cli/19551:
3407 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3408 * lib/gdb.exp (gdb_file_cmd): Update.
3409 * gdb.stabs/weird.exp (print_weird_var): Update.
3410 * gdb.server/solib-list.exp: Update.
3411 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3412 * gdb.mi/mi-cli.exp: Update.
3413 * gdb.linespec/linespec.exp: Update.
3414 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3415 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3416 * gdb.cp/cp-relocate.exp: Update.
3417 * gdb.base/sym-file.exp: Update.
3418 * gdb.base/relocate.exp: Update.
3419 * gdb.base/readnever.exp: Update.
3420 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3421 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3422 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3423 * gdb.base/code_elim.exp: Update.
3424 * gdb.base/break-unload-file.exp (test_break): Update.
3425 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3426 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3427 Update.
3428 * gdb.base/attach.exp (do_attach_tests): Update.
3429 * gdb.base/sepdebug.exp: Update.
3430 * gdb.python/py-section-script.exp: Update.
3431
3432 2018-10-04 Tom Tromey <tom@tromey.com>
3433
3434 PR cli/22234:
3435 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3436 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3437 output.
3438
3439 2018-10-04 Tom Tromey <tom@tromey.com>
3440
3441 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3442 set width and height to 0.
3443 (test_command_line_attach_run): Use -quiet.
3444
3445 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3446
3447 * lib/gdb.exp (skip_ifunc_tests): New.
3448 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3449 other compile failures.
3450 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3451
3452 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3453
3454 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3455 is_amd64_regs_target.
3456
3457 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3458
3459 * gdb.arch/aarch64-sighandler-regs.c: New test.
3460 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3461 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3462
3463 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3464
3465 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3466 assembly.
3467
3468 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * gdb.base/frame-selection.exp: New file.
3471 * gdb.base/frame-selection.c: New file.
3472
3473 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3474
3475 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3476 pthread barrier.
3477 (main): Likewise.
3478
3479 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * gdb.base/large-frame-1.c: New file.
3482 * gdb.base/large-frame-2.c: New file.
3483 * gdb.base/large-frame.exp: New file.
3484 * gdb.base/large-frame.h: New file.
3485
3486 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3487
3488 PR gdb/20948
3489 * gdb.base/write_mem.exp: New test.
3490 * gdb.base/write_mem.c: Likewise.
3491
3492 2018-09-23 Tom Tromey <tom@tromey.com>
3493
3494 PR python/18852:
3495 * gdb.python/py-parameter.exp: Add test for parameter that throws
3496 on "set".
3497
3498 2018-09-23 Tom Tromey <tom@tromey.com>
3499
3500 PR python/17284:
3501 * gdb.python/py-template.exp (test_template_arg): Add test for
3502 negative template argument number.
3503
3504 2018-09-23 Tom Tromey <tom@tromey.com>
3505
3506 PR python/14062:
3507 * gdb.python/python.exp: Add test for post_event error.
3508
3509 2018-09-23 Tom Tromey <tom@tromey.com>
3510
3511 PR python/18170:
3512 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3513 convert pointers to int and long.
3514
3515 2018-09-23 Tom Tromey <tom@tromey.com>
3516
3517 PR python/20126:
3518 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3519 signed-ness conversion tests.
3520
3521 2018-09-23 Tom Tromey <tom@tromey.com>
3522
3523 PR python/18352;
3524 * gdb.python/py-value.exp (test_float_conversion): New proc.
3525 Use it.
3526
3527 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3528
3529 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3530
3531 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3532
3533 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3534 no readline.
3535 * gdb.base/utf8-identifiers.exp: Likewise.
3536 * gdb.cp/cpcompletion.exp: Likewise.
3537 * gdb.linespec/cpcompletion.exp: Likewise.
3538 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3539 * gdb.linespec/cpls-ops.exp: Likewise.
3540
3541 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3542 Chris January <chris.january@arm.com>
3543
3544 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3545 * gdb.fortran/short-circuit-argument-list.exp: New file.
3546 * gdb.fortran/short-circuit-argument-list.f90: New test.
3547
3548 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3549
3550 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3551 "arch=" keyword when executing "-stack-list-frames".
3552
3553 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3554
3555 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3556 "arch=" keyword when executing "-stack-list-frames".
3557
3558 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3559
3560 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3561 break ada".
3562
3563 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3564
3565 PR python/23669
3566 * gdb.python/python.exp: Test gdb.execute("show commands").
3567
3568 2018-09-16 Tom Tromey <tom@tromey.com>
3569
3570 * gdb.base/new-ui.exp (do_execution_tests): Update.
3571 * gdb.base/dbx.exp (test_breakpoints): Update.
3572
3573 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3574
3575 * lib/gdb.exp (gdb_simple_compile): Add proc.
3576 (is_elf_target): Use gdb_simple_compile.
3577 (skip_altivec_tests): Likewise.
3578 (skip_vsx_tests): Likewise.
3579 (skip_tsx_tests): Likewise.
3580 (skip_btrace_tests): Likewise.
3581 (skip_btrace_pt_tests): Likewise.
3582 (gdb_can_simple_compile): Likewise.
3583 (gdb_has_argv0): Likewise.
3584 (gdb_target_symbol_prefix): Likewise.
3585 (target_supports_scheduler_locking): Likewise.
3586
3587 2018-09-13 Tom Tromey <tom@tromey.com>
3588
3589 * Makefile.in (TAGS): Recognize proc_with_prefix and
3590 gdb_caching_proc.
3591
3592 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3593
3594 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3595 method.
3596
3597 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3598
3599 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3600 and a few other Inferior properties when the Inferior is no
3601 longer valid.
3602
3603 2018-09-13 Tom Tromey <tom@tromey.com>
3604
3605 PR rust/23650:
3606 * gdb.rust/simple.exp: Add test for enum field access error.
3607
3608 2018-09-13 Tom Tromey <tom@tromey.com>
3609
3610 PR rust/23626:
3611 * gdb.rust/simple.rs (EmptyEnum): New type.
3612 (main): Use it.
3613 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3614
3615 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3616
3617 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3618 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3619 * gdb.python/py-symtab.exp: Update test printing an objfile.
3620
3621 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3622
3623 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3624 object.
3625
3626 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3627
3628 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3629 (support_complex_tests): Use gdb_can_simple_compile.
3630 (is_ilp32_target): Likewise.
3631 (is_lp64_target): Likewise.
3632 (is_64_target): Likewise.
3633 (is_amd64_regs_target): Likewise.
3634 (is_aarch32_target): Likewise.
3635 (gdb_int128_helper): Likewise.
3636
3637 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3638
3639 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3640
3641 2018-09-10 Jerome Guitton <guitton@adacore.com>
3642
3643 * gdb.ada/same_component_name: Add test for case of tagged record
3644 with variable-length fields.
3645
3646 2018-09-10 Xavier Roirand <roirand@adacore.com>
3647
3648 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3649 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3650 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3651 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3652
3653 2018-09-10 Xavier Roirand <roirand@adacore.com>
3654
3655 * gdb.ada/mi_string_access.exp: New testcase.
3656 * gdb.ada/mi_string_access/bar.adb: New file.
3657 * gdb.ada/mi_string_access/pck.adb: New file.
3658 * gdb.ada/mi_string_access/pck.asd: New file.
3659
3660 2018-09-10 Xavier Roirand <roirand@adacore.com>
3661
3662 * gdb.ada/mi_var_union.exp: New testcase.
3663 * gdb.ada/mi_var_union/bar.adb: New file.
3664 * gdb.ada/mi_var_union/pck.adb: New file.
3665 * gdb.ada/mi_var_union/pck.asd: New file.
3666
3667 2018-09-08 Tom Tromey <tom@tromey.com>
3668
3669 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3670
3671 2018-09-08 Tom Tromey <tom@tromey.com>
3672
3673 PR python/16047:
3674 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3675 (register_pretty_printers): Register new printer.
3676 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3677 test.
3678 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3679 (an_int_type3): New global.
3680
3681 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3682
3683 * gdb.ada/expr_with_funcall: New testcase.
3684
3685 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3686
3687 * gdb.ada/packed_array_assign: New testcase.
3688
3689 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3690
3691 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3692 names, and add test prefixes to make test names unique.
3693
3694 2018-09-05 Tom de Vries <tdevries@suse.de>
3695
3696 * gdb.dwarf2/varval.exp: Add test.
3697
3698 2018-09-04 Gary Benson <gbenson@redhat.com>
3699
3700 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3701 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3702
3703 2018-08-31 Tom Tromey <tom@tromey.com>
3704
3705 * gdb.rust/simple.rs: Rename second variable "v".
3706
3707 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3708
3709 * gdb.base/funcargs.c (use_a): New function.
3710 (recurse): Call use_a.
3711
3712 2018-08-29 Keith Seitz <keiths@redhat.com>
3713
3714 * gdb.compile/compile-cplus-anonymous.cc: New file.
3715 * gdb.compile/compile-cplus-anonymous.exp: New file.
3716 * gdb.compile/compile-cplus-array-decay.cc: New file.
3717 * gdb.compile/compile-cplus-array-decay.exp: New file.
3718 * gdb.compile/compile-cplus-inherit.cc: New file.
3719 * gdb.compile/compile-cplus-inherit.exp: New file.
3720 * gdb.compile/compile-cplus-member.cc: New file.
3721 * gdb.compile/compile-cplus-member.exp: New file.
3722 * gdb.compile/compile-cplus-method.cc: New file.
3723 * gdb.compile/compile-cplus-method.exp: New file.
3724 * gdb.compile/compile-cplus-mod.c: "New" file.
3725 * gdb.compile/compile-cplus-namespace.cc: New file.
3726 * gdb.compile/compile-cplus-namespace.exp: New file.
3727 * gdb.compile/compile-cplus-nested.cc: New file.
3728 * gdb.compile/compile-cplus-nested.exp: New file.
3729 * gdb.compile/compile-cplus-print.c: "New" file.
3730 * gdb.compile/compile-cplus-print.exp: "New" file.
3731 * gdb.compile/compile-cplus-virtual.cc: New file.
3732 * gdb.compile/compile-cplus-virtual.exp: New file.
3733 * gdb.compile/compile-cplus.c: "New" file.
3734 * gdb.compile/compile-cplus.exp: "New" file.
3735 * lib/compile-support.exp: New file.
3736
3737 2018-08-16 Gary Benson <gbenson@redhat.com>
3738
3739 PR gdb/13000:
3740 * gdb.base/batch-exit-status.exp: New file.
3741 * gdb.base/batch-exit-status.good-commands: Likewise.
3742 * gdb.base/batch-exit-status.bad-commands: Likewise.
3743
3744 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3745
3746 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3747 (struct struct02): Likewise.
3748 (struct struct03): Likewise.
3749 (struct struct04): Likewise.
3750 (struct struct_01_01): New struct.
3751 (struct struct_01_02): Likewise.
3752 (struct struct_01_03): Likewise.
3753 (struct struct_01_04): Likewise.
3754 (struct struct_02_01): Likewise.
3755 (struct struct_02_02): Likewise.
3756 (struct struct_02_03): Likewise.
3757 (struct struct_02_04): Likewise.
3758 (struct struct_04_01): Likewise.
3759 (struct struct_04_02): Likewise.
3760 (struct struct_04_03): Likewise.
3761 (struct struct_04_04): Likewise.
3762 (struct struct_05_01): Likewise.
3763 (struct struct_05_02): Likewise.
3764 (struct struct_05_03): Likewise.
3765 (struct struct_05_04): Likewise.
3766 (cmp_struct01): Remove function.
3767 (cmp_struct02): Likewise.
3768 (cmp_struct03): Likewise.
3769 (cmp_struct04): Likewise.
3770 (cmp_struct_01_01): Add Function.
3771 (cmp_struct_01_02): Likewise.
3772 (cmp_struct_01_03): Likewise.
3773 (cmp_struct_01_04): Likewise.
3774 (cmp_struct_02_01): Likewise.
3775 (cmp_struct_02_02): Likewise.
3776 (cmp_struct_02_03): Likewise.
3777 (cmp_struct_02_04): Likewise.
3778 (cmp_struct_04_01): Likewise.
3779 (cmp_struct_04_02): Likewise.
3780 (cmp_struct_04_03): Likewise.
3781 (cmp_struct_04_04): Likewise.
3782 (cmp_struct_05_01): Likewise.
3783 (cmp_struct_05_02): Likewise.
3784 (cmp_struct_05_03): Likewise.
3785 (cmp_struct_05_04): Likewise.
3786 (call_all): Add new structs.
3787 * gdb.base/infcall-nested-structs.exp: Likewise.
3788
3789 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3790
3791 * gdb.python/py-framefilter-mi.exp: Update regexp to
3792 check for "arch" field in frame output.
3793
3794 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3795
3796 * gdb.dwarf2/dw2-ranges-func.c: New file.
3797 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3798
3799 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3800
3801 * gdb.base/term.exp: Compare terminal settings with values from
3802 the inferior.
3803 * gdb.base/term.c: Get and set terminal settings.
3804
3805 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3806
3807 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3808 accommodate new "arch" field in frame output.
3809 * gdb.mi/mi-return.exp: Likewise.
3810 * gdb.mi/mi-stack.exp: Likewise.
3811 * gdb.mi/mi-syn-frame.exp: Likewise.
3812 * gdb.mi/user-selected-context-sync.exp: Likewise.
3813
3814 2018-08-19 Michael Spang <spang@google.com>
3815
3816 PR gdb/11786
3817 * gdb.base/gcore-tls-pie.c: New file.
3818 * gdb.base/gcore-tls-pie.exp: New file.
3819
3820 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3821
3822 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3823 * gdb.dwarf2/varval.c: New file.
3824 * gdb.dwarf2/varval.exp: New file.
3825
3826 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3827
3828 PR gdb/18931
3829 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3830
3831 2018-08-16 Keith Seitz <keiths@redhat.com>
3832
3833 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3834 tests expected to pass.
3835
3836 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3837
3838 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3839 -data-disassemble -a.
3840 (test_disassembly_bogus_args): Likewise.
3841
3842 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3843
3844 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3845
3846 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.base/vla-optimized-out.exp: Add new test.
3849
3850 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.base/vla-optimized-out-o3.exp: Delete.
3853 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3854 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3855 deleted tests.
3856
3857 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3858
3859 PR gdb/18050:
3860 * gdb.server/extended-remote-restart.c: New file.
3861 * gdb.server/extended-remote-restart.exp: New file.
3862
3863 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3864
3865 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3866 "set variable index = 42".
3867
3868 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3869
3870 * boards/index-cache-gdb.exp: New file.
3871 * gdb.dwarf2/index-cache.exp: New file.
3872 * gdb.dwarf2/index-cache.c: New file.
3873 * gdb.base/maint.exp: Check if we are using the index cache.
3874
3875 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3876
3877 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3878 MAKEFLAGS.
3879
3880 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3881
3882 * dg-extract-results.sh: Move to toplevel contrib.
3883 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3884 * Makefile.in (check-parallel-racy): Likewise.
3885
3886 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3887
3888 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3889 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3890 tests if the target supports scheduler locking.
3891
3892 2018-08-04 Tom de Vries <tdevries@suse.de>
3893
3894 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3895
3896 2018-08-02 Tom Tromey <tom@tromey.com>
3897
3898 PR symtab/16842.
3899 * gdb.cp/temargs.exp: Test "info address" of a template
3900 parameter.
3901
3902 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3903
3904 * gdb.python/py-mi-var-info-path-expression.c: New file.
3905 * gdb.python/py-mi-var-info-path-expression.py: New file.
3906 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3907
3908 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3909
3910 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3911 error after "cannot resolve name" string.
3912
3913 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3914
3915 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3916 started.
3917 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3918
3919 2018-07-28 Tom de Vries <tdevries@suse.de>
3920
3921 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3922
3923 2018-07-26 Tom de Vries <tdevries@suse.de>
3924
3925 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3926
3927 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3928
3929 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3930 is visible.
3931
3932 2018-07-26 Tom de Vries <tdevries@suse.de>
3933
3934 PR breakpoints/23366
3935 * gdb.base/catch-follow-exec.c: New test.
3936 * gdb.base/catch-follow-exec.exp: New file.
3937
3938 2018-07-25 Tom de Vries <tdevries@suse.de>
3939
3940 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3941 vla-optimized-out.c.
3942
3943 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3944
3945 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3946 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3947
3948 2018-07-20 Tom de Vries <tdevries@suse.de>
3949
3950 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3951 NOCLONE macro.
3952 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3953
3954 2018-07-19 Tom de Vries <tdevries@suse.de>
3955
3956 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3957 regular expression.
3958
3959 2018-07-18 Tom de Vries <tdevries@suse.de>
3960
3961 * gdb.base/vla-optimized-out.c: New test.
3962 * gdb.base/vla-optimized-out.exp: New file.
3963
3964 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3965
3966 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3967 message "No address associated with hostname" when gdbserver
3968 cannot resolve the hostname.
3969
3970 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3971
3972 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3973 Add some test prefixes to make tests unique.
3974
3975 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3976
3977 * gdb.base/frameapply.c: New file.
3978 * gdb.base/frameapply.exp: New file.
3979
3980 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3981
3982 * gdb.base/skip.exp: Update expected error message.
3983
3984 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3985 Jan Kratochvil <jan.kratochvil@redhat.com>
3986 Paul Fertser <fercerpav@gmail.com>
3987 Tsutomu Seki <sekiriki@gmail.com>
3988
3989 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3990 parameter.
3991 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3992 by default.
3993 * boards/native-gdbserver.exp: Likewise.
3994 * gdb.server/run-without-local-binary.exp: Improve regexp used
3995 for detecting when a remote debugging connection succeeds.
3996 * gdb.server/server-connect.exp: New file.
3997 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3998 Do not prefix the port number with ":".
3999 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4000 support for detecting and using it. Add '$debughost_gdbserver'
4001 to the list of arguments used to start gdbserver. Handle case
4002 when gdbserver cannot resolve a network name.
4003
4004 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4005
4006 PR c++/23373
4007 * gdb.base/ptype-offsets.cc (struct static_member): New
4008 struct.
4009 (main) <stmember>: New variable.
4010 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4011 with a static member in it.
4012
4013 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4014
4015 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4016 watchpoints enabled and disabled.
4017
4018 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4019
4020 * gdb.base/examine-backward.exp: Still run tests around address
4021 0x0, even if address 0x0 is not readable. Update the pattern for
4022 matching address 0x0 in expected output.
4023
4024 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4025
4026 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4027 malloc/free.
4028
4029 2018-07-04 Tom de Vries <tdevries@suse.de>
4030
4031 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4032
4033 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4034
4035 PR tdep/8282
4036 * gdb.arch/mips-disassembler-options.exp: New test.
4037 * gdb.arch/mips-disassembler-options.s: New test source.
4038
4039 2018-06-29 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.threads/names.exp: Adjust expected "info threads" output.
4042
4043 2018-06-29 Pedro Alves <palves@redhat.com>
4044
4045 * gdb.opt/inline-break.exp (line number, address): Add "info
4046 break" tests.
4047
4048 2018-06-29 Pedro Alves <palves@redhat.com>
4049
4050 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4051 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4052 number and address and running to them.
4053
4054 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4055
4056 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4057
4058 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4059
4060 * lib/compiler.c: Remove executable permission flag.
4061
4062 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4063
4064 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4065 code.
4066 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4067
4068 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4069
4070 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4071
4072 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4073
4074 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4075 address argument is omitted.
4076
4077 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4078
4079 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4080
4081 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4082
4083 PR gdb/21695
4084 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4085 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4086
4087 2018-06-26 Tom Tromey <tom@tromey.com>
4088
4089 PR rust/22574:
4090 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4091 * gdb.rust/simple.rs (struct SimpleLayout): New.
4092
4093 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4094
4095 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4096 "info registers" output.
4097
4098 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4099
4100 * gdb.base/watchpoint-hw-attach.c: New test.
4101 * gdb.base/watchpoint-hw-attach.exp: New file.
4102
4103 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4104
4105 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4106 through /bin/sh.
4107 * boards/dwarf4-gdb-index.exp: Likewise.
4108 * boards/fission-dwp.exp: Likewise.
4109
4110 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4111
4112 * gdb.base/float128.exp: Add comment and improved fail message
4113 to the failure case of "print large128" test.
4114
4115 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4116
4117 * configure.ac: Remove AC_PREREQ.
4118 * configure: Re-generate.
4119
4120 2018-06-19 Pedro Alves <palves@redhat.com>
4121
4122 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4123 (func_extern_caller): New.
4124 (main): Call func_extern_caller.
4125 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4126 logic change.
4127
4128 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4129
4130 PR gdb/16841
4131 * gdb.cp/typedef-base.cc: New file.
4132 * gdb.cp/typedef-base.exp: New file.
4133
4134 2018-06-18 Tom de Vries <tdevries@suse.de>
4135
4136 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4137
4138 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4139 Richard Bunt <Richard.Bunt@arm.com>
4140
4141 * gdb.threads/attach-slow-waitpid.c: New file.
4142 * gdb.threads/attach-slow-waitpid.exp: New file.
4143 * gdb.threads/slow-waitpid.c: New file.
4144
4145 2018-06-14 Pedro Alves <palves@redhat.com>
4146
4147 * gdb.base/fork-running-state.c: Include <errno.h>.
4148 (exit_if_relative_exits): New.
4149 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4150 exits.
4151 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4152 child exits.
4153
4154 2018-06-14 Tom de Vries <tdevries@suse.de>
4155
4156 PR cli/22573
4157 * gdb.base/finish-pretty.c: New test.
4158 * gdb.base/finish-pretty.exp: New file.
4159
4160 2018-06-14 Pedro Alves <palves@redhat.com>
4161
4162 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4163 gdb's expected startup output.
4164
4165 2018-06-14 Pedro Alves <palves@redhat.com>
4166
4167 * lib/selftest-support.exp (selftest_setup): Remove inlined
4168 function handling.
4169
4170 2018-06-14 Tom de Vries <tdevries@suse.de>
4171
4172 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4173 matching of breakpoint printing.
4174
4175 2018-06-13 Tom de Vries <tdevries@suse.de>
4176
4177 PR testsuite/23269
4178 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4179 (fork_child): ... here, and ...
4180 (fork_parent): ... here.
4181
4182 2018-06-12 Tom de Vries <tdevries@suse.de>
4183
4184 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4185
4186 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4187 Stephen Roberts <stephen.roberts@arm.com>
4188
4189 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4190 rewrite test to describe action performed, rather than possible
4191 failure.
4192
4193 2018-06-08 Gary Benson <gbenson@redhat.com>
4194
4195 * gdb.threads/check-libthread-db.exp: New file.
4196 * gdb.threads/check-libthread-db.c: Likewise.
4197
4198 2018-06-05 Tom Tromey <tom@tromey.com>
4199
4200 * gdb.base/default.exp: Update expected "show version" output.
4201
4202 2018-06-05 Tom Tromey <tom@tromey.com>
4203
4204 PR cli/12326:
4205 * gdb.cp/static-print-quit.exp: Update.
4206 * lib/gdb.exp (pagination_prompt): Update.
4207 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4208 * gdb.python/python.exp: Update.
4209
4210 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4211
4212 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4213
4214 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4215
4216 * gdb.ada/bp_fun_addr: New testcase.
4217
4218 2018-06-01 Tom Tromey <tom@tromey.com>
4219
4220 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4221 results.
4222 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4223 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4224 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4225 * gdb.base/maint.exp (maint_pass_if): Update.
4226
4227 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4228
4229 * gdb.base/endian.exp: New test.
4230 * gdb.base/endian.c: New test source.
4231
4232 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4233
4234 PR gdb/23203
4235 * gdb.base/bt-selected-frame.c: New file.
4236 * gdb.base/bt-selected-frame.exp: New file.
4237 * lib/gdb.exp (get_current_frame_number): New function.
4238
4239 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4240 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.threads/tls-core.c: Include <stdlib.h>
4243 (thread_proc): Call `abort'.
4244 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4245 (tls_core_test): New procedure, bits factored out from ...
4246 (top level): ... here. Test both native cores and gcore cores.
4247
4248 2018-05-23 Tom Tromey <tom@tromey.com>
4249
4250 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4251
4252 2018-05-23 Tom Tromey <tom@tromey.com>
4253
4254 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4255 symfile_complaints.
4256 (test_short_complaints): Likewise.
4257 (test_empty_complaints): Likewise.
4258 (test_initial_complaints): Update.
4259
4260 2018-05-23 Tom Tromey <tom@tromey.com>
4261
4262 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4263
4264 2018-05-23 Tom Tromey <tom@tromey.com>
4265
4266 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4267 (test_short_complaints): Update.
4268
4269 2018-05-22 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.base/remote.exp: Only gdb_start after compiling the
4272 testcase. Issue "disconnect" before testing "set remote" command
4273 defaults. Issue clean_restart before running to main.
4274
4275 2018-05-22 Pedro Alves <palves@redhat.com>
4276
4277 * gdb.base/remote.exp: Adjust expected output of "show remote
4278 memory-write-packet-size". Add tests for "set remote
4279 memory-write-packet-size 0" and "set remote
4280 memory-write-packet-size fixed/limit".
4281
4282 2018-05-22 Pedro Alves <palves@redhat.com>
4283
4284 PR gdb/22973
4285 * gdb.base/utf8-identifiers.c: New file.
4286 * gdb.base/utf8-identifiers.exp: New file.
4287
4288 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4289
4290 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4291
4292 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4293
4294 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4295
4296 2018-05-18 Tom Tromey <tom@tromey.com>
4297
4298 * gdb.base/ptype-offsets.exp: Update.
4299
4300 2018-05-17 Keith Seitz <keiths@redhat.com>
4301
4302 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4303 in expected breakpoint stop locations.
4304 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4305 move to proper scope to test variable values.
4306 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4307 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4308 New functions.
4309 (main): Call not_inline_func3.
4310 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4311 inline_func1, inline_func2, and inline_func3. Test that when each
4312 breakpoint is hit, GDB properly reports both the stop location
4313 and the backtrace. Repeat tests for temporary breakpoints.
4314
4315 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4316
4317 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4318 rather then trying to access it in determining whether the PID
4319 of `gdbserver' could have been retrieved.
4320
4321 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4322
4323 * gdb.arch/amd64-init-x87-values.S: New file.
4324 * gdb.arch/amd64-init-x87-values.exp: New file.
4325
4326 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4327
4328 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4329
4330 2018-05-04 Tom Tromey <tom@tromey.com>
4331
4332 PR python/22730:
4333 * gdb.python/python.exp: Test multi-line execute.
4334
4335 2018-05-04 Tom Tromey <tom@tromey.com>
4336
4337 PR python/22731:
4338 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4339
4340 2018-05-04 Tom Tromey <tom@tromey.com>
4341
4342 PR gdb/11750:
4343 * gdb.base/define.exp: Test defining a user command inside a user
4344 command.
4345 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4346
4347 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4348 Pedro Alves <palves@redhat.com>
4349
4350 PR breakpoints/19806 and support for PR external/20207.
4351 * gdb.base/watchpoint-unaligned.c: New file.
4352 * gdb.base/watchpoint-unaligned.exp: New file.
4353
4354 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4355
4356 * gdb.base/maint.exp: Make test names unique, use
4357 test_prefix_command_help to test 'help maint info', and remove
4358 repeated test of 'help maint'.
4359
4360 2018-05-04 Tom Tromey <tom@tromey.com>
4361
4362 PR gdb/22619:
4363 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4364 behavior.
4365
4366 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4367
4368 * gdb.base/maint.exp: Process output from 'maint print registers'
4369 line at a time.
4370
4371 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4372
4373 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4374 timeout.
4375
4376 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4377
4378 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4379 filter pattern.
4380
4381 2018-05-02 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4384 to_log_command renames.
4385 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4386
4387 2018-05-02 Tom Tromey <tom@tromey.com>
4388
4389 * gdb.python/py-parameter.exp: Set test message.
4390
4391 2018-05-02 Tom Tromey <tom@tromey.com>
4392
4393 PR python/20084:
4394 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4395 PARAM_ZUINTEGER_UNLIMITED tests.
4396
4397 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4398
4399 PR rust/23124
4400 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4401 when casting.
4402
4403 2018-04-30 Tom Tromey <tom@tromey.com>
4404
4405 * gdb.python/py-type.exp: Check align attribute.
4406 * gdb.python/py-type.c: New "aligncheck" global.
4407
4408 2018-04-30 Tom Tromey <tom@tromey.com>
4409
4410 PR exp/17095:
4411 * gdb.dwarf2/dw2-align.exp: New file.
4412 * gdb.cp/align.exp: New file.
4413 * gdb.base/align.exp: New file.
4414 * lib/gdb.exp (gdb_int128_helper): New proc.
4415 (has_int128_c, has_int128_cxx): New caching procs.
4416
4417 2018-04-27 Tom Tromey <tom@tromey.com>
4418
4419 PR rust/22545:
4420 * gdb.rust/simple.exp: Add inclusive range tests.
4421
4422 2018-04-26 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4425 ifunc breakpoint locations correctly of ifunc breakpoints set
4426 while the program resolves the ifunc.
4427
4428 2018-04-26 Pedro Alves <palves@redhat.com>
4429
4430 * gdb.base/gnu-ifunc-final.c: New file.
4431 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4432 * gdb.base/gnu-ifunc.exp (executable): Delete.
4433 (staticexecutable): Adjust.
4434 (lib_opts, exec_opts): Delete.
4435 (make_binsuffix, build, set-break): New procedures.
4436 (misc_tests): New, with tests factored out from the top level.
4437 (top level): Test different combinations of ifunc resolver name,
4438 resolver with and with debug info, and ifunc target with and
4439 without debug info. Wrap static tests with with_target_prefix.
4440
4441 2018-04-26 Pedro Alves <palves@redhat.com>
4442
4443 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4444 return type" warnings.
4445
4446 2018-04-25 Pedro Alves <palves@redhat.com>
4447
4448 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4449 killed".
4450 * gdb.base/kill-after-signal.exp: Likewise.
4451 * gdb.threads/kill.exp: Likewise.
4452
4453 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4454 Sergio Durigan Junior <sergiodj@redhat.com>
4455 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4458 regexps to expect for '[Inferior ... detached]' as well.
4459 * gdb.base/attach.exp: Likewise.
4460 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4461 "gdb_continue_to_end".
4462 (test_catch_syscall_with_wrong_args): Likewise.
4463 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4464 ']'. Don't set 'verbose' on.
4465 * gdb.base/foll-vfork.exp: Likewise.
4466 * gdb.base/fork-print-inferior-events.c: New file.
4467 * gdb.base/fork-print-inferior-events.exp: New file.
4468 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4469 '[Inferior ... has been killed]' message.
4470 * gdb.base/kill-after-signal.exp: Likewise.
4471 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4472 detach message.
4473 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4474 message.
4475 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4476 regexps to expect for '[Inferior ... detached]' as well.
4477 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4478
4479 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4480
4481 PR gdb/23104
4482 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4483
4484 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4485
4486 PR gdb/23095
4487 * gdb.base/break-probes.exp: Pass shlib_load to
4488 prepare_for_testing. Set normal_bp to r_debug_state if target is
4489 bsd.
4490
4491 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4492
4493 * gdb.threads/multiple-successive-infcall.c: New test.
4494 * gdb.threads/multiple-successive-infcall.exp: New file.
4495
4496 2018-04-17 Tom Tromey <tom@tromey.com>
4497
4498 * gdb.rust/simple.rs (Union): New type.
4499 (main): New local "u".
4500 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4501
4502 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4503
4504 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4505 number information in output of "whereis" command.
4506 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4507
4508 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4509
4510 * gdb.ada/info_types.exp: Adjust expected output to the line
4511 numbers now printed by "info var/func/type".
4512 * gdb.base/completion.exp: Likewise.
4513 * gdb.base/included.exp: Likewise.
4514 * gdb.cp/cp-relocate.exp: Likewise.
4515 * gdb.cp/cplusfuncs.exp: Likewise.
4516 * gdb.cp/namespace.exp: Likewise.
4517 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4518
4519 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4520
4521 * gdb.btrace/cpu.exp: New.
4522
4523 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4524
4525 * gdb.base/step-indirect-call-thunk.exp: New.
4526 * gdb.base/step-indirect-call-thunk.c: New.
4527 * gdb.reverse/step-indirect-call-thunk.exp: New.
4528 * gdb.reverse/step-indirect-call-thunk.c: New.
4529
4530 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4531
4532 * gdb.base/pie-fork.c: New file.
4533 * gdb.base/pie-fork.exp: New file.
4534
4535 2018-04-11 Tom Tromey <tom@tromey.com>
4536
4537 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4538
4539 2018-04-10 Pedro Alves <palves@redhat.com>
4540
4541 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4542 exits. Instead loop running forever.
4543 (fork_parent): Run forever too.
4544
4545 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4546
4547 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4548 mi_continue_to_line.
4549 * gdb.mi/mi-stack.c (callee4): Add comment.
4550
4551 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4552
4553 * gdb.mi/mi-stack.exp: Fix indentation.
4554
4555 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4556
4557 PR gdb/22979
4558 * gdb.arch/amd64-osabi.exp: New file.
4559
4560 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4561
4562 PR gdb/22980
4563 * gdb.base/osabi.exp: New file.
4564
4565 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4566
4567 * gdb.cp/static-typedef-print.exp: New file.
4568 * gdb.cp/static-typedef-print.cc: New file.
4569
4570 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4571
4572 * gdb.ada/varsize_limit: New testcase.
4573
4574 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4575
4576 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4577
4578 * gdb.ada/notcplusplus: New testcase.
4579
4580 * gdb.base/c-linkage-name.c: New file.
4581 * gdb.base/c-linkage-name.exp: New testcase.
4582
4583 2018-03-26 Tom Tromey <tom@tromey.com>
4584
4585 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4586 * gdb.python/py-framefilter.py (name_error): New global.
4587 (ErrorInName.function): Use name_error.
4588
4589 2018-03-26 Tom Tromey <tom@tromey.com>
4590
4591 PR backtrace/15582:
4592 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4593
4594 2018-03-23 Keith Seitz <keiths@redhat.com>
4595
4596 PR c++/22968
4597 * gdb.cp/subtypes.exp: New file.
4598 * gdb.cp/subtypes.h: New file.
4599 * gdb.cp/subtypes.cc: New file.
4600 * gdb.cp/subtypes-2.cc: New file.
4601
4602 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4603
4604 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4605 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4606 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4607 -nostartfiles when compiling the test. Confirm that all registers
4608 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4609
4610 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4611
4612 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4613 option, syntax was wrong anyway.
4614 * gdb.arch/arm-disp-step.exp: Likewise.
4615 * gdb.arch/sparc64-regs.exp: Likewise.
4616 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4617 option, syntax was wrong anyway, switch to use
4618 prepare_for_testing.
4619 * gdb.arch/i386-disp-step.exp: Likewise.
4620
4621 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4622
4623 * gdb.ada/exec_changed.exp: Replace "target_info exists
4624 use_gdb_stub" by "use_gdb_stub".
4625 * gdb.ada/start.exp: Likewise.
4626 * gdb.base/async-shell.exp: Likewise.
4627 * gdb.base/attach-pie-misread.exp: Likewise.
4628 * gdb.base/attach-wait-input.exp: Likewise.
4629 * gdb.base/break-entry.exp: Likewise.
4630 * gdb.base/break-interp.exp: Likewise.
4631 * gdb.base/dprintf-detach.exp: Likewise.
4632 * gdb.base/nostdlib.exp: Likewise.
4633 * gdb.base/solib-nodir.exp: Likewise.
4634 * gdb.base/statistics.exp: Likewise.
4635 * gdb.base/testenv.exp: Likewise.
4636 * gdb.mi/mi-exec-run.exp: Likewise.
4637 * gdb.mi/mi-start.exp: Likewise.
4638 * gdb.multi/dummy-frame-restore.exp: Likewise.
4639 * gdb.multi/multi-arch-exec.exp: Likewise.
4640 * gdb.multi/multi-arch.exp: Likewise.
4641 * gdb.multi/tids.exp: Likewise.
4642 * gdb.multi/watchpoint-multi.exp: Likewise.
4643 * gdb.python/py-events.exp: Likewise.
4644 * gdb.threads/attach-into-signal.exp: Likewise.
4645 * gdb.threads/attach-stopped.exp: Likewise.
4646 * gdb.threads/threadapply.exp: Likewise.
4647 * lib/selftest-support.exp: Likewise.
4648
4649 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4650
4651 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4652
4653 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4654
4655 * gdb.perf/template-breakpoints.cc: New file.
4656 * gdb.perf/template-breakpoints.exp: New file.
4657 * gdb.perf/template-breakpoints.py: New file.
4658
4659 2018-03-19 Tom Tromey <tom@tromey.com>
4660
4661 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4662 y0.
4663 * gdb.rust/simple.exp: Test bare identifier form of struct
4664 initializer.
4665
4666 2018-03-19 Tom Tromey <tom@tromey.com>
4667
4668 * gdb.gdb/observer.exp: Remove.
4669
4670 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4671
4672 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4673 "qualified" option when setting breakpoints.
4674 * gdb.trace/backtrace.exp: Likewise.
4675 * gdb.trace/circ.exp: Likewise.
4676 * gdb.trace/collection.exp: Likewise.
4677 * gdb.trace/disconnected-tracing.exp: Likewise.
4678 * gdb.trace/ftrace-lock.exp: Likewise.
4679 * gdb.trace/ftrace.exp: Likewise.
4680 * gdb.trace/infotrace.exp: Likewise.
4681 * gdb.trace/packetlen.exp: Likewise.
4682 * gdb.trace/passc-dyn.exp: Likewise.
4683 * gdb.trace/qtro.exp: Likewise.
4684 * gdb.trace/read-memory.exp: Likewise.
4685 * gdb.trace/report.exp: Likewise.
4686 * gdb.trace/signal.exp: Likewise.
4687 * gdb.trace/status-stop.exp: Likewise.
4688 * gdb.trace/strace.exp: Likewise.
4689 * gdb.trace/tfind.exp: Likewise.
4690 * gdb.trace/trace-break.exp: Likewise.
4691 * gdb.trace/trace-condition.exp: Likewise.
4692 * gdb.trace/trace-mt.exp: Likewise.
4693 * gdb.trace/tstatus.exp: Likewise.
4694 * gdb.trace/tsv.exp: Likewise.
4695 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4696 * gdb.trace/unavailable.exp: Likewise.
4697 * gdb.trace/while-dyn.exp: Likewise.
4698
4699 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4700
4701 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4702 that libinproctrace is copied to the target.
4703
4704 2018-03-14 Tom Tromey <tom@tromey.com>
4705
4706 PR cli/14977:
4707 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4708 a null pointer.
4709 * gdb.base/wchar.exp: Likewise.
4710
4711 2018-03-14 Tom Tromey <tom@tromey.com>
4712
4713 PR cli/19918:
4714 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4715 flag.
4716
4717 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4718
4719 PR gdb/22841
4720 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4721 "target" to remote_exec.
4722
4723 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4724
4725 PR gdb/22841
4726 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4727 ${board}_upload): Remove.
4728
4729 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4730
4731 * gdb.cp/watch-cp.cc: New test.
4732 * gdb.cp/watch-cp.exp: New file.
4733
4734 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4735
4736 * gdb.base/infcall-nested-structs.exp: New file.
4737 * gdb.base/infcall-nested-structs.c: New file.
4738 * gdb.base/float.exp: Add riscv support.
4739
4740 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4741
4742 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4743 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4744
4745 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4746
4747 * gdb.server/abspath.exp: New file.
4748 * lib/gdb.exp (with_cwd): New procedure.
4749
4750 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4751
4752 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4753 use it.
4754 (gdb_is_target_remote_prompt): New proc.
4755 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4756 (gdb_is_target_native): Pass prompt parameter to
4757 gdb_is_target_1.
4758
4759 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4760
4761 * gdb.base/load-command.c: New file.
4762 * gdb.base/load-command.exp: New file.
4763 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4764 (gdb_is_target_1): ...this, and generalize for other targets
4765 than just remote.
4766 (gdb_is_target_remote): Use gdb_is_target_1.
4767 (gdb_is_target_native): use gdb_is_target_1.
4768
4769 2018-02-26 Tom Tromey <tom@tromey.com>
4770
4771 PR python/16497:
4772 * gdb.python/py-framefilter.exp: Update test.
4773
4774 2018-02-26 Tom Tromey <tom@tromey.com>
4775
4776 * gdb.dwarf2/variant.c: New file.
4777 * gdb.dwarf2/variant.exp: New file.
4778
4779 2018-02-26 Tom Tromey <tom@tromey.com>
4780
4781 * gdb.rust/simple.exp: Accept more possible results in enum test.
4782
4783 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4784
4785 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4786 parentheses.
4787
4788 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4789
4790 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4791 name of a variable: $actual_linejj -> $actual_line.
4792
4793 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4794
4795 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4796
4797 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4798
4799 * gdb.btrace/buffer-size.exp: Do not force BTS.
4800
4801 2018-02-14 Pedro Alves <palves@redhat.com>
4802
4803 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4804 getting a "Quit".
4805
4806 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4807
4808 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4809 Fix test name.
4810
4811 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4812
4813 * gdb.cp/m-static.exp: Check type of optimized out static
4814 member.
4815
4816 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4817
4818 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4819 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4820
4821 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4822 Leszek Swirski <leszeks@google.com>
4823
4824 * gdb.python/py-prettyprint.c
4825 (struct to_string_returns_value_inner,
4826 struct to_string_returns_value_wrapper): New.
4827 (main): Add tsrvw variable.
4828 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4829 ToStringReturnsValueWrapper): New classes.
4830 (register_pretty_printers): Register new pretty-printers.
4831 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4832 recursive pretty printer.
4833 * gdb.python/py-mi.exp: Likewise.
4834
4835 2018-02-01 Leszek Swirski <leszeks@google.com>
4836
4837 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4838 functions with the same name as an include file are parsed
4839 correctly.
4840
4841 2018-02-01 Yao Qi <yao.qi@linaro.org>
4842
4843 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4844 "\[^\r\n\]*".
4845
4846 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4847
4848 * gdb.arch/powerpc-prologue-frame.s: New file.
4849 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4850 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4851
4852 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4853
4854 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4855
4856 2018-01-30 Pedro Alves <palves@redhat.com>
4857
4858 PR gdb/13211
4859 * gdb.base/interrupt-daemon.c: New.
4860 * gdb.base/interrupt-daemon.exp: New.
4861 * gdb.multi/multi-term-settings.c: New.
4862 * gdb.multi/multi-term-settings.exp: New.
4863
4864 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4865
4866 * gdb.base/break.exp: Save the location where the breakpoint
4867 on break.c:47 was actually inserted when debugging the version
4868 compiled at -O2 and use it in the expected output of the "info
4869 break" test performed soon after.
4870
4871 2018-01-22 Pedro Alves <palves@redhat.com>
4872 Sergio Durigan Junior <sergiodj@redhat.com>
4873
4874 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4875 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4876
4877 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4878
4879 * gdb.base/break-include.c, gdb.base/break-include.inc,
4880 gdb.base/break-include.exp: New files.
4881 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4882 line number now being the actual line number where the breakpoint
4883 was inserted.
4884 * gdb.mi/mi-break.exp: Likewise.
4885 * gdb.mi/mi-reverse.exp: Likewise.
4886 * gdb.mi/mi-simplerun.exp: Ditto.
4887
4888 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4889
4890 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4891 varobj.
4892 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4893
4894 2018-01-21 Don Breazeal <donb@codesourcery.com>
4895 Andrew Burgess <andrew.burgess@embecosm.com>
4896
4897 * gdb.mi/basics.c: Add new global.
4898 * gdb.mi/mi-frame-regs.exp: New file.
4899 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4900 case.
4901
4902 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4903
4904 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4905 non-parameter, and on an unknown symbol.
4906
4907 2018-01-19 Tom Tromey <tom@tromey.com>
4908
4909 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4910 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4911
4912 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4913
4914 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4915 setrlimit and chdir to int.
4916
4917 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4918
4919 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4920 function.
4921 (my_tend): Likewise.
4922 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4923 rationale of avoiding FP- and vector instructions.
4924
4925 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4926
4927 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4928 "info reg" with "\[ \t\]*".
4929 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4930 "\[ \t\]+".
4931 * gdb.arch/s390-multiarch.exp: Ditto.
4932 * gdb.base/pc-fp.exp: Ditto.
4933 * gdb.reverse/i386-precsave.exp: Ditto.
4934 * gdb.reverse/i386-reverse.exp: Ditto.
4935 * gdb.reverse/i387-env-reverse.exp: Ditto.
4936 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4937
4938 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4939
4940 * lib/gdb.exp (gdb_compile): Re-enable use of
4941 universal_compile_options for languages other than Rust.
4942
4943 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4944
4945 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4946
4947 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4948
4949 PR gdb/16577
4950 * gdb.base/solib-vanish.exp: New.
4951 * gdb.base/solib-vanish-main.c: New.
4952 * gdb.base/solib-vanish-lib1.c: New.
4953 * gdb.base/solib-vanish-lib2.c: New.
4954
4955 2018-01-17 Yao Qi <yao.qi@linaro.org>
4956
4957 * gdb.compile/compile.exp: Match the address printed for
4958 frame in the output of command "bt".
4959
4960 2018-01-15 Tom Tromey <tom@tromey.com>
4961
4962 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4963 compute sp_reg.
4964
4965 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4966
4967 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4968 to prepare.
4969 (prepare): Return 0 on error, 1 on success.
4970
4971 2018-01-12 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.base/continue-after-aborted-step-over.c: New.
4974 * gdb.base/continue-after-aborted-step-over.exp: New.
4975
4976 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4977
4978 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4979 options when not creating an executable.
4980
4981 2018-01-11 Pedro Alves <palves@redhat.com>
4982
4983 PR remote/22597
4984 * gdb.server/stop-reply-no-thread.c: New file.
4985 * gdb.server/stop-reply-no-thread.exp: New file.
4986
4987 2018-01-10 Pedro Alves <palves@redhat.com>
4988
4989 PR gdb/22670
4990 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4991 functions too. Test setting breakpoints and printing C functions
4992 with no debug info too.
4993 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4994
4995 2018-01-10 Pedro Alves <palves@redhat.com>
4996
4997 PR gdb/22670
4998 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4999 a fail.
5000
5001 2018-01-10 Pedro Alves <palves@redhat.com>
5002
5003 PR gdb/22670
5004 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5005
5006 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5007
5008 * gdb.server/unittest.exp: Match the output in non-development
5009 mode.
5010
5011 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5012
5013 * gdb.gdb/unittest.exp: Match output in non-development mode.
5014
5015 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5016
5017 * gdb.ada/access_tagged_param.exp: Relax expected output
5018 for value of "ObjL" in "continue" to pck.inspect breakpoint
5019 test.
5020
5021 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5022
5023 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5024 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5025
5026 2018-01-05 Pedro Alves <palves@redhat.com>
5027
5028 PR gdb/18653
5029 * gdb.base/libsegfault.exp: New.
5030
5031 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5032
5033 PR gdb/22670
5034 * gdb.ada/access_tagged_param.exp: New file.
5035 * gdb.ada/access_tagged_param/foo.adb: New file.
5036
5037 2018-01-05 Pedro Alves <palves@redhat.com>
5038
5039 PR gdb/22670
5040 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5041 exercise lower case too, and to exercise both full matching and
5042 wild matching.
5043
5044 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5045
5046 * gdb.ada/rename_subscript_param: New testcase.
5047
5048 2018-01-05 Jerome Guitton <guitton@adacore.com>
5049
5050 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5051
5052 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5053
5054 * gdb.ada/convvar_comp: New testcase.
5055
5056 2018-01-05 Xavier Roirand <roirand@adacore.com>
5057
5058 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5059 (My_Table): New global variable.
5060 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5061
5062 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5063
5064 PR gdb/22670
5065 * gdb.ada/maint_with_ada: New testcase.
5066
5067 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5068
5069 PR gdb/22670
5070 * gdb.ada/bp_c_mixed_case: New testcase.
5071
5072 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5073
5074 PR gdb/22670
5075 * gdb.ada/complete.exp: Add "complete break ada" test.
5076
5077 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5078
5079 PR gdb/22670
5080 * gdb.ada/info_addr_mixed_case: New testcase.
5081
5082 2018-01-03 Xavier Roirand <roirand@adacore.com>
5083
5084 * gdb.ada/excep_handle.exp: New testcase.
5085 * gdb.ada/excep_handle/foo.adb: New file.
5086 * gdb.ada/excep_handle/pck.ads: New file.
5087
5088 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5089
5090 * gdb.base/step-line.c: Add extra empty line in copyright header.
5091 * gdb.base/step-line.inp: Likewise.
5092
5093 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5094
5095 * gdb.ada/dyn_stride.exp: Add slice test.
5096
5097 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5098
5099 * gdb.ada/dyn_stride: New testcase.
5100
5101 2017-12-27 Stafford Horne <shorne@gmail.com>
5102
5103 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5104 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5105
5106 2017-12-27 Stafford Horne <shorne@gmail.com>
5107
5108 * gdb.base/reggroups.c: New file.
5109 * gdb.base/reggroups.exp: New file.
5110
5111 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5112
5113 * gdb.dwarf2/ada-valprint-error.c: New file.
5114 * gdb.dwarf2/ada-valprint-error.exp: New file.
5115
5116 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5117
5118 * gdb.ada/assign_arr: New testcase.
5119
5120 2017-12-18 Xavier Roirand <roirand@adacore.com>
5121
5122 * gdb.ada/funcall_ptr: New testcase.
5123
5124 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5125
5126 PR cli/16224
5127 * gdb.base/ptype-offsets.cc: New file.
5128 * gdb.base/ptype-offsets.exp: New file.
5129
5130 2017-12-15 Yao Qi <yao.qi@linaro.org>
5131
5132 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5133 if XML is disabled.
5134
5135 2017-12-15 Xavier Roirand <roirand@adacore.com>
5136
5137 * gdb.ada/same_component_name: New testcase.
5138
5139 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5140
5141 * gdb.ada/str_binop_equal: New testcase.
5142
5143 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5144
5145 * gdb.ada/task_switch_in_core: New testcase.
5146
5147 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5148
5149 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5150 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5151 call test_bkpt_qualified.
5152 (test_bkpt_qualified): New proc.
5153
5154 2017-12-13 Pedro Alves <palves@redhat.com>
5155
5156 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5157 Tighten regexp by matching with an anchor.
5158
5159 2017-12-13 Pedro Alves <palves@redhat.com>
5160
5161 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5162 ("expression with namespace"): New set of tests.
5163 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5164 (Nested::Test_NS::qux): New.
5165 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5166 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5167
5168 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5169
5170 * gdb.base/server-del-break.c: New file.
5171 * gdb.base/server-del-break.exp: New file.
5172
5173 2017-12-12 Stafford Horne <shorne@gmail.com>
5174
5175 * gdb.xml/tdesc-regs.exp: Add or1k support.
5176
5177 2017-12-12 Stafford Horne <shorne@gmail.com>
5178
5179 * gdb.base/bp-permanent.c: Define nop of or1k.
5180
5181 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5182
5183 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5184 output with components being reordered.
5185
5186 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5187
5188 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5189 output with components being reordered.
5190
5191 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5192 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.base/maint.exp (check for .gdb_index): Check also for
5195 .debug_names.
5196 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5197 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5198 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5199 (.gdb_index used after symbol reloading): Support also .debug_names.
5200 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5201
5202 2017-12-08 Yao Qi <yao.qi@linaro.org>
5203
5204 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5205 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5206
5207 2017-12-08 Yao Qi <yao.qi@linaro.org>
5208
5209 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5210 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5211
5212 2017-12-08 Yao Qi <yao.qi@linaro.org>
5213
5214 * gdb.arch/aarch64-tagged-pointer.c: New file.
5215 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5216
5217 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5218
5219 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5220 "int".
5221
5222 2017-12-07 Keith Seitz <keiths@redhat.com>
5223
5224 PR breakpoints/22569
5225 * gdb.linespec/ls-errs.exp: Change expected result of "break
5226 -source this file has spaces.c -line 3".
5227 Check that an explicit source file followed by whitespace is
5228 identified as an invalid explicit location.
5229
5230 2017-12-07 Keith Seitz <keiths@redhat.com>
5231
5232 * gdb.cp/nested-types.cc: New file.
5233 * gdb.cp/nested-types.exp: New file.
5234 * lib/cp-support.exp: Load data-structures.exp library.
5235 (debug_cp_test_ptype_class): New global.
5236 (cp_ptype_class_verbose, next_line): New procedures.
5237 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5238 Add and document new return value.
5239 Switch the list of lines to a queue.
5240 Add support for new `type' key for nested type definitions.
5241 Add debugging/troubleshooting messages.
5242 * lib/data-structures.exp: New file.
5243
5244 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5245
5246 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5247 with proc_with_prefix, don't use with_test_prefix.
5248
5249 2017-12-07 Tom Tromey <tom@tromey.com>
5250
5251 * gdb.base/break.exp: Add test for empty "commands".
5252
5253 2017-12-07 Yao Qi <yao.qi@linaro.org>
5254
5255 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5256 malloc and catch syscall.
5257
5258 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5259
5260 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5261 tests for explicit locations.
5262
5263 2017-12-06 Pedro Alves <palves@redhat.com>
5264
5265 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5266 force-disabling XML descriptions.
5267
5268 2017-12-04 Pedro Alves <palves@redhat.com>
5269
5270 PR gdb/22499
5271 * gdb.arch/amd64-disp-step-avx.S: New file.
5272 * gdb.arch/amd64-disp-step-avx.exp: New file.
5273
5274 2017-12-03 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5277 and <string.h>.
5278 (parent_function): Print distinct messages when waitpid fails, or
5279 the child exits with a signal, or the child exits for an unhandled
5280 reason.
5281 * gdb.threads/process-dies-while-detaching.exp
5282 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5283 it. Wait for both inferior output and GDB's prompt. Use an
5284 indirect spawn id list.
5285 (do_detach): New parameter 'child_exit'. Use it to compute
5286 expected inferior output.
5287 (test_detach, test_detach_watch, test_detach_killed_outside):
5288 Adjust to pass down the expected child exit kind.
5289
5290 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5291 Sergio Durigan Junior <sergiodj@redhat.com>
5292 Pedro Alves <palves@redhat.com>
5293
5294 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5295
5296 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5297
5298 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5299 to 'symbol-file' and 'add-symbol-file' can be
5300 position-independent.
5301
5302 2017-12-01 Yao Qi <yao.qi@linaro.org>
5303
5304 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5305 the URL in copyright header.
5306 * gdb.arch/aarch64-fp.exp: Likewise.
5307 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5308 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5309 * gdb.base/expand-psymtabs.exp: Likewise.
5310 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5311 * gdb.fortran/common-block.exp: Likewise.
5312 * gdb.fortran/common-block.f90: Likewise.
5313 * gdb.fortran/logical.exp: Likewise.
5314 * gdb.fortran/vla-datatypes.f90: Likewise.
5315 * gdb.fortran/vla-sub.f90: Likewise.
5316
5317 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5318
5319 * gdb.ada/repeat_dyn: New testcase.
5320
5321 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5322
5323 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5324 Update for changed thread numbering.
5325 * gdb.cell/bt.exp: Update for changed GDB output.
5326
5327 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5328
5329 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5330 setting isremote by hand.
5331 * boards/dwarf4-gdb-index.exp: Likewise.
5332 * boards/fission.exp: Likewise.
5333 * boards/stabs.exp: Likewise.
5334
5335 2017-11-30 Pedro Alves <palves@redhat.com>
5336
5337 * gdb.linespec/cpls-ops.exp
5338 (check_explicit_skips_function_argument): Extract the underlying
5339 type of size_t instead of hardcoding it.
5340
5341 2017-11-29 Pedro Alves <palves@redhat.com>
5342
5343 PR c++/19436
5344 * gdb.linespec/cpls-abi-tag.cc: New file.
5345 * gdb.linespec/cpls-abi-tag.exp: New file.
5346
5347 2017-11-29 Pedro Alves <palves@redhat.com>
5348
5349 * gdb.base/langs.exp: Use -qualified.
5350 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5351 it.
5352 * gdb.cp/namespace.exp: Use -qualified.
5353 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5354 (overload-3, template-overload, template-ret-type, const-overload)
5355 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5356 procedures.
5357 (test_driver): Call them.
5358 * gdb.cp/save-bp-qualified.cc: New.
5359 * gdb.cp/save-bp-qualified.exp: New.
5360 * gdb.linespec/explicit.exp: Test -qualified.
5361 * lib/completion-support.exp (completion::explicit_opts_list): Add
5362 "-qualified".
5363 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5364
5365 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5366
5367 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5368
5369 2017-11-29 Tom Tromey <tom@tromey.com>
5370
5371 * gdb.base/relocate.exp: Update invalid argument test.
5372 Add new tests for invalid arguments.
5373
5374 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5375
5376 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5377 Return 0 as a long.
5378 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5379
5380 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5381
5382 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5383 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5384 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5385 func ().
5386 * gdb.cp/shadow.cc (B.func): Return 0.
5387
5388 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5389
5390 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5391 expected output in gdb_expect call to allow the exception
5392 message to be present as well. Fix syntax confusion to avoid
5393 TCL thinking that exception_name is an array.
5394
5395 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5396
5397 * gdb.arch/spu-info.c: Include <unistd.h>.
5398 (do_signal_test): Fix broken calls to write.
5399 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5400 Fix checks for empty mailboxes. Update signal tests for corrected
5401 do_signal_test routine. Allow nonzero event status.
5402 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5403 * gdb.cell/arch.exp: Use standard_output_file.
5404 * gdb.cell/break.exp: Likewise.
5405 * gdb.cell/bt.exp: Likewise.
5406 * gdb.cell/core.exp: Likewise.
5407 * gdb.cell/dwarfaddr.exp: Likewise.
5408 * gdb.cell/ea-cache.exp: Likewise.
5409 * gdb.cell/ea-standalone.exp: Likewise.
5410 * gdb.cell/f-regs.exp: Likewise.
5411 * gdb.cell/fork.exp: Likewise.
5412 * gdb.cell/gcore.exp: Likewise.
5413 * gdb.cell/mem-access.exp: Likewise.
5414 * gdb.cell/ptype.exp: Likewise.
5415 * gdb.cell/registers.exp: Likewise.
5416 * gdb.cell/sizeof.exp: Likewise.
5417 * gdb.cell/solib-symbol.exp: Likewise.
5418 * gdb.cell/solib.exp: Likewise.
5419
5420 2017-11-25 Pedro Alves <palves@redhat.com>
5421
5422 * gdb.base/complete-empty.exp: New file.
5423 * gdb.base/completion.exp: Adjust.
5424
5425 2017-11-25 Pedro Alves <palves@redhat.com>
5426
5427 * gdb.linespec/cpls-ops.cc: New file.
5428 * gdb.linespec/cpls-ops.exp: New file.
5429 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5430 factored out from ...
5431 (test_complete_prefix_range): ... this.
5432
5433 2017-11-24 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.linespec/cpcompletion.exp: New file.
5436 * gdb.linespec/cpls-hyphen.cc: New file.
5437 * gdb.linespec/cpls.cc: New file.
5438 * gdb.linespec/cpls2.cc: New file.
5439 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5440 test to use test_gdb_complete_unique. Add label completion,
5441 keyword completion and explicit location completion tests.
5442 * lib/completion-support.exp: New file.
5443
5444 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5445
5446 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5447 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5448 when hitting an exception catchpoint.
5449
5450 2017-11-22 Yao Qi <yao.qi@linaro.org>
5451
5452 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5453
5454 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5455
5456 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5457 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5458 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5459
5460 2017-11-22 Yao Qi <yao.qi@linaro.org>
5461
5462 * gdb.base/info-os.exp: Pass pthreads.
5463 * gdb.multi/multi-attach.exp: Likewise.
5464
5465 2017-11-22 Yao Qi <yao.qi@linaro.org>
5466
5467 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5468 compiler.
5469
5470 2017-11-22 Yao Qi <yao.qi@linaro.org>
5471
5472 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5473 * gdb.base/break-interp.exp: Likewise.
5474 * gdb.base/jit-attach-pie.exp: Likewise.
5475
5476 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5477
5478 * gdb.base/float128.c (large128): New variable.
5479 * gdb.base/float128.exp: Add test to print largest __float128 value.
5480
5481 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5482
5483 * gdb.arch/vsx-regs.exp: Update register content checks.
5484
5485 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5486
5487 * gdb.arch/ppc-longdouble.exp: New file.
5488 * gdb.arch/ppc-longdouble.c: Likewise.
5489
5490 2017-11-21 Pedro Alves <palves@redhat.com>
5491
5492 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5493
5494 2017-11-20 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5497 (long_double_typedef): New typedefs.
5498 Use DEF on double and long double.
5499 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5500 cases.
5501 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5502 and 'long_double_ptr_same_size' locals. Use them to decide
5503 whether cast from array/function to float is valid/invalid.
5504
5505 2017-11-17 Tom Tromey <tom@tromey.com>
5506
5507 * gdb.rust/traits.rs: New file.
5508 * gdb.rust/traits.exp: New file.
5509
5510 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5511
5512 * gdb.ada/minsyms: New testcase.
5513
5514 2017-11-16 Pedro Alves <palves@redhat.com>
5515
5516 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5517 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5518
5519 2017-11-16 Pedro Alves <palves@redhat.com>
5520
5521 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5522 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5523
5524 2017-11-16 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.server/reconnect-ctrl-c.c: New file.
5527 * gdb.server/reconnect-ctrl-c.exp: New file.
5528
5529 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5530
5531 * gdb.python/py-rbreak.exp: New file.
5532 * gdb.python/py-rbreak.c: New file.
5533 * gdb.python/py-rbreak-func2.c: New file.
5534
5535 2017-11-16 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5538 pattern.
5539 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5540 GDB.
5541
5542 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5543
5544 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5545 regex.
5546
5547 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5548
5549 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5550 test names.
5551
5552 2017-11-09 Pedro Alves <palves@redhat.com>
5553
5554 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5555 factored out from ...
5556 (top level): ... here, and adjusted to avoid expecting beyond the
5557 prompt in a single gdb_test_multiple.
5558
5559 2017-11-09 Pedro Alves <palves@redhat.com>
5560
5561 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5562 output.
5563 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5564 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5565 * gdb.server/ext-run.exp ("kill" test): Likewise.
5566 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5567
5568 2017-11-09 Pedro Alves <palves@redhat.com>
5569
5570 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5571 match till end of line.
5572
5573 2017-11-09 Pedro Alves <palves@redhat.com>
5574
5575 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5576
5577 2017-11-09 Pedro Alves <palves@redhat.com>
5578
5579 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5580 New procedures, factored out from ...
5581 (top level): ... here, and adjusted to avoid expecting beyond the
5582 prompt in one go.
5583
5584 2017-11-09 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5587 output. Fix '?' match.
5588
5589 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5590
5591 * gdb.ada/scoped_watch: New testcase.
5592 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5593 which is actually correct.
5594 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5595 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5596
5597 2017-11-08 Pedro Alves <palves@redhat.com>
5598
5599 * gdb.gdb/complaints.exp (test_initial_complaints)
5600 (test_serial_complaints, test_short_complaints): Call
5601 complaint_internal instead of complaint.
5602
5603 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5604
5605 * gdb.threads/tls-core.c: New file.
5606 * gdb.threads/tls-core.exp: Likewise.
5607
5608 2017-11-08 Pedro Alves <palves@redhat.com>
5609
5610 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5611 (p Exported_Capitalized): New test.
5612 (p exported_capitalized): New test.
5613
5614 2017-11-07 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5617
5618 2017-11-07 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5621 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5622 (disable_invalid, disable_inverted, disable_negative): New
5623 procedures.
5624 ("bad numbers"): New set of tests.
5625
5626 2017-11-07 Pedro Alves <palves@redhat.com>
5627
5628 * gdb.cp/ena-dis-br-range.exp: Add tests.
5629
5630 2017-11-07 Pedro Alves <palves@redhat.com>
5631
5632 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5633
5634 2017-11-07 Xavier Roirand <roirand@adacore.com>
5635 Pedro Alves <palves@redhat.com>
5636
5637 * gdb.base/ena-dis-br.exp: Add reference to
5638 gdb.cp/ena-dis-br-range.exp.
5639 * gdb.cp/ena-dis-br-range.exp: New file.
5640 * gdb.cp/ena-dis-br-range.cc: New file.
5641
5642 2017-11-06 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.base/attach-non-pgrp-leader.c: New.
5645 * gdb.base/attach-non-pgrp-leader.exp: New.
5646
5647 2017-11-06 Pedro Alves <palves@redhat.com>
5648
5649 * configure.ac: No longer check for termio.h and sgtty.h.
5650 * configure: Regenerate.
5651 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5652 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5653 Remove termio and sgtty code.
5654
5655 2017-11-03 Yao Qi <yao.qi@linaro.org>
5656
5657 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5658 in GDB is disabled.
5659
5660 2017-11-03 Yao Qi <yao.qi@linaro.org>
5661
5662 * gdb.python/py-thrhandle.exp: Skip it if python is not
5663 enabled.
5664
5665 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5666
5667 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5668 as a breakpoint command.
5669
5670 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5671
5672 PR python/21213
5673 * gdb.python/py-infthread.exp: Test calling
5674 InferiorThread.inferior () multiple times in a row.
5675
5676 2017-10-27 Keith Seitz <keiths@redhat.com>
5677
5678 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5679 Test "info break" for every inlined function breakpoint.
5680
5681 2017-10-27 Yao Qi <yao.qi@linaro.org>
5682
5683 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5684
5685 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5686
5687 * gdb.cp/classes.exp (test_static_members): Test printing
5688 Outer::instance.
5689 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5690 (Inner::instance, Outer::instance): New.
5691
5692 2017-10-24 Pedro Alves <palves@redhat.com>
5693
5694 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5695 extra console" test in two stages.
5696
5697 2017-10-24 Pedro Alves <palves@redhat.com>
5698
5699 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5700
5701 2017-10-24 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5704 loop.
5705
5706 2017-10-24 Pedro Alves <palves@redhat.com>
5707
5708 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5709 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5710
5711 2017-10-24 Pedro Alves <palves@redhat.com>
5712
5713 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5714 parameter and handle it. Don't output read value in test name.
5715
5716 2017-10-24 Pedro Alves <palves@redhat.com>
5717
5718 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5719 custom test name.
5720
5721 2017-10-24 Pedro Alves <palves@redhat.com>
5722
5723 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5724 include the unstable output directory name in the test's name.
5725 (initial_setup_simple) <'set args'>: Use custom test name.
5726
5727 2017-10-24 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5730 with explicit test name.
5731
5732 2017-10-20 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5735 'wait -i'. Use gdb_assert and remote_close.
5736
5737 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5738
5739 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5740 number from variable rather than hard-coded.
5741
5742 2017-10-19 Pedro Alves <palves@redhat.com>
5743
5744 * gdb.base/long-inferior-output.c: New file.
5745 * gdb.base/long-inferior-output.exp: New file.
5746
5747 2017-11-18 Keith Seitz <keiths@redhat.com>
5748
5749 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5750 method.
5751 (main): Call it.
5752 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5753 Add additional user-defined conversion operator tests.
5754
5755 2017-10-17 Pedro Alves <palves@redhat.com>
5756
5757 * boards/native-stdio-gdbserver.exp: Load "local-board".
5758
5759 2017-10-17 Pedro Alves <palves@redhat.com>
5760
5761 * gdb.base/quit-live.c: New file.
5762 * gdb.base/quit-live.exp: New file.
5763
5764 2017-10-16 Keith Seitz <keiths@redhat.com>
5765
5766 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5767 (class_with_protected_typedef, class_with_private_typedef)
5768 (struct_with_public_typedef, struct_with_protected_typedef)
5769 (struct_with_private_typedef): New classes/structs.
5770 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5771 typedefs and access specifiers.
5772
5773 2017-10-16 Pedro Alves <palves@redhat.com>
5774 Simon Marchi <simon.marchi@polymtl.ca>
5775
5776 * README (Local vs Remote vs Native): New section.
5777 * boards/local-board.exp: New file, with bits factored out from
5778 ...
5779 * boards/native-extended-gdbserver.exp: ... here. Load
5780 "local-board".
5781 * boards/native-gdbserver.exp: Load "local-board".
5782 (${board}_spawn, ${board}_exec): Delete.
5783 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5784 ...
5785 * boards/stdio-gdbserver-base.exp: ... this new file.
5786 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5787 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5788 procedure.
5789 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5790 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5791 stdio_gdbserver_command.
5792 (${board}_get_remote_address, ${board}_get_comm_port)
5793 (${board}_download, ${board}_upload): Delete.
5794 (get_target_remote_pipe_cmd): New.
5795
5796 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5797
5798 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5799 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5800 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5801 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5802 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5803 remove with_test_prefix.
5804
5805 2017-10-13 Pedro Alves <palves@redhat.com>
5806
5807 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5808 * gdb.base/annota1.exp: Use it instead of is_remote.
5809 * gdb.base/annota3.exp: Use it instead of is_remote.
5810 * gdb.cp/annota2.exp: Use it instead of is_remote.
5811 * gdb.cp/annota3.exp: Use it instead of is_remote.
5812 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5813
5814 2017-10-13 Pedro Alves <palves@redhat.com>
5815
5816 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5817 (test_num_test_vars, run_and_count_vars, find_env)
5818 (test_set_unset_env, test_inherit_env_var): New procedures.
5819 (top level): Use them.
5820
5821 2017-10-13 Pedro Alves <palves@redhat.com>
5822
5823 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5824 also skip on stub-like targets.
5825
5826 2017-10-13 Pedro Alves <palves@redhat.com>
5827
5828 PR gdb/22293
5829 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5830 (top level): Move some tests to ...
5831 (test_not_found): ... this new procedure.
5832 (top level): Call it.
5833
5834 2017-10-13 Pedro Alves <palves@redhat.com>
5835
5836 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5837 expect different "info terminal" output if testing with a
5838 non-native target.
5839
5840 2017-10-13 Pedro Alves <palves@redhat.com>
5841 Simon Marchi <simon.marchi@polymtl.ca>
5842
5843 PR python/12966
5844 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5845
5846 2017-10-13 Pedro Alves <palves@redhat.com>
5847
5848 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5849 already.
5850
5851 2017-10-13 Pedro Alves <palves@redhat.com>
5852
5853 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5854 is_remote.
5855
5856 2017-10-13 Pedro Alves <palves@redhat.com>
5857
5858 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5859 is_remote.
5860
5861 2017-10-13 Pedro Alves <palves@redhat.com>
5862
5863 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5864 is set.
5865 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5866 instead of is_remote.
5867
5868 2017-10-13 Pedro Alves <palves@redhat.com>
5869
5870 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5871 (top level): Add comment.
5872
5873 2017-10-13 Pedro Alves <palves@redhat.com>
5874
5875 * gdb.base/remote.exp (top level): Fix comment typo and add
5876 missing return.
5877
5878 2017-10-13 Pedro Alves <palves@redhat.com>
5879 Simon Marchi <simon.marchi@polymtl.ca>
5880
5881 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5882 calls and add comments. Skip test if use_gdb_stub is set.
5883 (top level): Use "set cwd" command instead of "cd" command.
5884
5885 2017-10-13 Pedro Alves <palves@redhat.com>
5886
5887 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5888 is_remote target check.
5889
5890 2017-10-13 Pedro Alves <palves@redhat.com>
5891
5892 * gdb.base/scope.exp: Use build_executable + clean_restart +
5893 gdb_file_cmd instead of prepare_for_testing and no longer skip
5894 "before run" tests on is_remote target boards. Update comments.
5895 * boards/native-extended-gdbserver.exp
5896 (extended_gdbserver_load_last_file): New, factored out from ...
5897 (gdb_load): ... this. Move further below and add comment.
5898 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5899
5900 2017-10-12 Pedro Alves <palves@redhat.com>
5901
5902 * gdb.base/attach.exp: Remove references to gdb64.
5903 * gdb.base/dbx.exp: Remove references to gdb64.
5904
5905 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5906 Pedro Alves <palves@redhat.com>
5907
5908 * gdb.base/label.exp: Remove is_remote target check.
5909
5910 2017-10-12 Pedro Alves <palves@redhat.com>
5911
5912 * gdb.base/auvx.exp (coredir): Update comment.
5913 (top level) <core_works>: Use "set cwd" command instead of "cd"
5914 command.
5915
5916 2017-10-12 Pedro Alves <palves@redhat.com>
5917 Simon Marchi <simon.marchi@polymtl.ca>
5918
5919 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5920 target boards.
5921
5922 2017-10-12 Pedro Alves <palves@redhat.com>
5923 Simon Marchi <simon.marchi@polymtl.ca>
5924
5925 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5926 Instead skip if there's any gdb_protocol set.
5927
5928 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5929 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5932
5933 2017-10-12 Pedro Alves <palves@redhat.com>
5934 Simon Marchi <simon.marchi@polymtl.ca>
5935
5936 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5937 instead of on dejagnu remote boards.
5938
5939 2017-10-12 Pedro Alves <palves@redhat.com>
5940 Simon Marchi <simon.marchi@polymtl.ca>
5941
5942 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5943 checks. Use build_executable + clean_restart instead of
5944 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5945 of enabling non-stop after starting gdb.
5946
5947 2017-10-12 Pedro Alves <palves@redhat.com>
5948
5949 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5950 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5951 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5952 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5953
5954 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5955
5956 * gdb.arch/arc-tdesc-cpu.exp: New file.
5957 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5958
5959 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5960
5961 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5962
5963 2017-10-10 Pedro Alves <palves@redhat.com>
5964
5965 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5966 expect CLI output.
5967
5968 2017-10-10 Pedro Alves <palves@redhat.com>
5969
5970 * lib/selftest-support.exp (selftest_setup): Update for
5971 captured_command_loop's prototype change.
5972
5973 2017-10-09 Pedro Alves <palves@redhat.com>
5974
5975 Test both arch1=>arch2 and arch2=>arch1.
5976
5977 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5978 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5979 factored out to...
5980 (append_arch1_options, append_arch2_options, append_arch_options)
5981 (build_executables): New procedures.
5982 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5983 local.
5984 (top level): Add new 'first_arch' testing axis.
5985
5986 2017-10-09 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5989 (barrier): New.
5990 (thread_start, all_started): New functions.
5991 (main): Spawn new thread and wait until it is scheduled.
5992 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5993 option.
5994 (do_test): Add 'selected_thread' parameter. Run to all_started
5995 instead of main. Explicitly set the breakpoint at main. Switch
5996 to the SELECTED_THREAD thread.
5997 (top level): Test handling the exec event with either the main
5998 thread or the second thread selected.
5999
6000 2017-10-09 Pedro Alves <palves@redhat.com>
6001
6002 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6003 logic. Move STOP marker after the value checks.
6004 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6005 regexp.
6006
6007 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6008
6009 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6010
6011 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6012
6013 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6014 integer-to-dfp conversion.
6015 * gdb.base/dfp-test.exp: Likewise.
6016
6017 2017-10-04 Pedro Alves <palves@redhat.com>
6018
6019 * gdb.multi/hangout.c: Include <unistd.h>.
6020 (hangout_loop): New function.
6021 (main): Call alarm. Call hangout_loop in a loop.
6022 * gdb.multi/hello.c: Include <unistd.h>.
6023 (hello_loop): New function.
6024 (main): Call alarm. Call hangout_loop in a loop.
6025 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6026 inferior with the other selected.
6027
6028 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6029
6030 * gdb.mi/list-thread-groups-available.exp: New file.
6031 * gdb.mi/list-thread-groups-available.c: New file.
6032
6033 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6034
6035 * gdb.base/set-cwd.exp: Make it available on
6036 native-extended-gdbserver.
6037
6038 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6039
6040 * gdb.base/set-cwd.c: New file.
6041 * gdb.base/set-cwd.exp: Likewise.
6042
6043 2017-10-02 Tom Tromey <tom@tromey.com>
6044
6045 PR rust/22236:
6046 * gdb.rust/simple.rs (main): New variable "fslice".
6047 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6048
6049 2017-10-02 Tom Tromey <tom@tromey.com>
6050
6051 * gdb.rust/simple.exp: Test ptype of a slice.
6052
6053 2017-10-02 Tom Tromey <tom@tromey.com>
6054
6055 * gdb.rust/simple.exp: Test index of slice.
6056
6057 2017-09-27 Tom Tromey <tom@tromey.com>
6058
6059 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6060
6061 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6062 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.base/compare-sections.exp (get value of read-only section): Read
6065 as unsigned value.
6066 (corrupt read-only section): Likewise and don't set written if patching
6067 failed.
6068
6069 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6070
6071 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6072 files.
6073
6074 2017-09-20 Pedro Alves <palves@redhat.com>
6075
6076 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6077 symbol names in gdb's output.
6078 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6079
6080 2017-09-20 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6083 Rename to ...
6084 (test_list_ambiguous_symbol): ... this and add a symbol name
6085 parameter. Adjust.
6086 (test_list_ambiguous_function): Reimplement on top of
6087 test_list_ambiguous_symbol and also test listing ambiguous
6088 variables.
6089 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6090 (ambiguous_fun): ... this.
6091 (ambiguous_var): New.
6092 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6093 (ambiguous_fun): ... this.
6094 (ambiguous_var): New.
6095
6096 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6097
6098 * gdb.base/starti.c: New file.
6099 * gdb.base/starti.exp: New file.
6100 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6101
6102 2017-09-14 Pedro Alves <palves@redhat.com>
6103
6104 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6105 (top level): Use it instead of runto.
6106
6107 2017-09-11 Tom Tromey <tom@tromey.com>
6108
6109 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6110
6111 2017-09-11 Tom Tromey <tom@tromey.com>
6112
6113 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6114 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6115
6116 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6117
6118 * gdb.fortran/printing-types.exp: New file.
6119 * gdb.fortran/printing-types.exp: New file.
6120
6121 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6122
6123 * gdb.fortran/vla-ptype.exp: Fix typos.
6124 * gdb.fortran/vla-value.exp: Same.
6125
6126 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6127
6128 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6129 * gdb.mi/mi-var-child-f.exp: Likewise.
6130 * gdb.mi/mi-vla-fortran.exp: Likewise.
6131
6132 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6133 Christoph Weinmann <christoph.t.weinmann@intel.com>
6134 Bernhard Heckel <bernhard.heckel@intel.com>
6135
6136 * gdb.fortran/ptr-indentation.f90: New file.
6137 * gdb.fortran/ptr-indentation.exp: New file.
6138
6139 2017-09-05 Tom Tromey <tom@tromey.com>
6140
6141 PR gdb/22010:
6142 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6143
6144 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6145
6146 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6147
6148 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6149
6150 * gdb.threads/tls-nodebug-pie.c: New file.
6151 * gdb.threads/tls-nodebug-pie.exp: New file.
6152
6153 2017-09-05 Tom Tromey <tom@tromey.com>
6154
6155 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6156 for rust.
6157
6158 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6159
6160 * gdb.multi/multi-arch-exec.exp: Test with different
6161 "follow-exec-mode" settings.
6162 (do_test): New procedure.
6163
6164 2017-09-04 Pedro Alves <palves@redhat.com>
6165
6166 * gdb.base/func-static.c (S::method const, S::method volatile)
6167 (S::method volatile const): New methods.
6168 (c_s, v_s, cv_s): New instances.
6169 (main): Call method() on them.
6170 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6171 (cannot_resolve): New procedure.
6172 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6173 print-quote-unquoted columns.
6174 (do_test): Test printing each scope too.
6175
6176 2017-09-04 Pedro Alves <palves@redhat.com>
6177
6178 * gdb.base/local-static.exp: Also test with
6179 class::method::variable wholly quoted.
6180 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6181
6182 2017-09-04 Pedro Alves <palves@redhat.com>
6183
6184 * gdb.base/local-static.c: New.
6185 * gdb.base/local-static.cc: New.
6186 * gdb.base/local-static.exp: New.
6187
6188 2017-09-04 Pedro Alves <palves@redhat.com>
6189
6190 * gdb.asm/asm-source.exp: Add casts to int.
6191 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6192 (dataglobal64_1, dataglobal64_2): New globals.
6193 * gdb.base/nodebug.exp: Test different expressions involving the
6194 new globals, with print, whatis and ptype. Add casts to int.
6195 * gdb.base/solib-display.exp: Add casts to int.
6196 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6197 * gdb.cp/m-static.exp: Add cast to int.
6198 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6199 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6200 tls variable with no debug info without a cast. Test with a cast
6201 to int too.
6202 * gdb.trace/entry-values.exp: Add casts.
6203
6204 2017-09-04 Pedro Alves <palves@redhat.com>
6205
6206 * gdb.base/nodebug.exp: Test that ptype's error about functions
6207 with unknown return type includes the function name too.
6208
6209 2017-09-04 Pedro Alves <palves@redhat.com>
6210
6211 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6212 return type of munmap in infcall.
6213 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6214 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6215 type of ftell in infcall.
6216 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6217 type of getpid in infcall.
6218 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6219 infcall.
6220 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6221 Bail on failure to extract the pid.
6222 * gdb.base/nodebug.c: #include <stdint.h>.
6223 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6224 New functions.
6225 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6226 Change expected output of print/whatis/ptype with functions with
6227 no debug info. Test all supported languages. Call
6228 test_call_promotion.
6229 * gdb.compile/compile.exp: Adjust expected output to expect
6230 warning.
6231 * gdb.threads/siginfo-threads.exp: Likewise.
6232
6233 2017-09-04 Pedro Alves <palves@redhat.com>
6234
6235 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6236 "prototypes". Test calling float functions via prototyped and
6237 unprototyped function pointers.
6238 (perform_all_tests): New parameter "prototypes". Pass it down.
6239 (top level): Pass down "prototypes" parameter to
6240 perform_all_tests.
6241
6242 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6243
6244 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6245 Test with nested loops.
6246
6247 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6248
6249 * gdb.base/commands.exp: Call the new procedures.
6250 (loop_break_test, loop_continue_test): New procedures.
6251
6252 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6253
6254 * gdb.base/commands.exp: Call new procedure.
6255 (define_if_without_arg_test): New procedure.
6256
6257 2017-09-04 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.base/list-ambiguous.exp: New file.
6260 * gdb.base/list-ambiguous0.c: New file.
6261 * gdb.base/list-ambiguous1.c: New file.
6262 * gdb.base/list.exp (test_list_range): Adjust expected output.
6263
6264 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6265
6266 * gdb.base/share-env-with-gdbserver.c: New file.
6267 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6268
6269 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6270
6271 * gdb.base/commands.exp (gdbvar_simple_if_test,
6272 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6273 progvar_simple_if_test, progvar_simple_while_test,
6274 progvar_complex_if_while_test, user_defined_command_test,
6275 user_defined_command_args_eval,
6276 user_defined_command_args_stack_test,
6277 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6278 temporary_breakpoint_commands,
6279 gdb_test_no_prompt, redefine_hook_test,
6280 redefine_backtrace_test): Remove "global gdb_prompt".
6281
6282 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6283
6284 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6285 New proc, call it from toplevel.
6286
6287 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6288
6289 PR remote/21852
6290 * gdb.server/normal.c: New file, copied from gdb.base.
6291 * gdb.server/run-without-local-binary.exp: New file.
6292
6293 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6294
6295 * gdb.arch/sparc64-adi.exp: New file.
6296 * gdb.arch/sparc64-adi.c: New file.
6297
6298 2017-08-22 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6301 (top level): Add "list all overloads" tests.
6302
6303 2017-08-22 Tom Tromey <tom@tromey.com>
6304
6305 * gdb.gdb/xfullpath.exp: Remove.
6306
6307 2017-08-21 Pedro Alves <palves@redhat.com>
6308
6309 PR gdb/19487
6310 * gdb.base/symbol-alias.c: New.
6311 * gdb.base/symbol-alias2.c: New.
6312 * gdb.base/symbol-alias.exp: New.
6313
6314 2017-08-21 Pedro Alves <palves@redhat.com>
6315
6316 * gdb.base/dfp-test.c
6317 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6318 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6319 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6320 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6321 * gdb.base/whatis-ptype-typedefs.c: New.
6322 * gdb.base/whatis-ptype-typedefs.exp: New.
6323 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6324 (an_int, an_int_type, an_int_type2): New globals.
6325 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6326 involving typedefs and cast expressions.
6327 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6328 (lookup_typedefs_function): New.
6329 (typedefs_pretty_printers_dict): New.
6330 (top level): Register lookup_typedefs_function in
6331 gdb.pretty_printers.
6332
6333 2017-08-18 Yao Qi <yao.qi@linaro.org>
6334
6335 * gdb.server/unittest.exp: New.
6336
6337 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6338
6339 PR gdb/21954
6340 * gdb.base/environ.exp: Add test to check if 'unset environment'
6341 works.
6342
6343 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6344
6345 * lib/gdb.exp (universal_compile_options): New caching proc.
6346 (gdb_compile): Suppress GCC's coloring of messages.
6347
6348 2017-08-14 Tom Tromey <tom@tromey.com>
6349
6350 PR gdb/21675:
6351 * gdb.base/printcmds.exp (test_radices): New function.
6352 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6353 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6354 * lib/gdb.exp (get_integer_valueof): Use p/d.
6355
6356 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6357
6358 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6359 characters.
6360
6361 2017-08-05 Tom Tromey <tom@tromey.com>
6362
6363 * gdb.rust/simple.exp: Allow String to appear in a different
6364 namespace.
6365
6366 2017-07-26 Yao Qi <yao.qi@linaro.org>
6367
6368 * gdb.gdb/unittest.exp: Invoke command
6369 "maintenance check xml-descriptions".
6370
6371 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6372
6373 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6374 calling context.
6375 (hex128): Drop erroneous calculation of parameters.
6376
6377 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6378
6379 * gdb.python/py-unwind.exp: Disable stack protection when
6380 building test file.
6381
6382 2017-07-20 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.base/default.exp (set language): Adjust expected output.
6385
6386 2017-07-20 Pedro Alves <palves@redhat.com>
6387
6388 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6389 (test_minsym): ... this, and make static.
6390 (get_pck__foo__bar__minsym): Rename to ...
6391 (get_test_minsym): ... this.
6392 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6393 symbol names and comments.
6394 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6395 (get_test_minsym): ... this.
6396 (pck__foo__bar__minsym__2): Rename to ...
6397 (test_minsym): ... this.
6398 (main): Adjust.
6399
6400 2017-07-17 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.base/completion.exp: Adjust expected output.
6403 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6404 the completer works.
6405
6406 2017-07-17 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6409
6410 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6411
6412 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6413
6414 2017-07-14 Tom Tromey <tom@tromey.com>
6415
6416 PR rust/21764:
6417 * gdb.rust/simple.exp: Add tests.
6418
6419 2017-07-14 Tom Tromey <tom@tromey.com>
6420
6421 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6422
6423 2017-07-14 Pedro Alves <palves@redhat.com>
6424
6425 * gdb.linespec/base/one/thefile.cc (z1): New function.
6426 * gdb.linespec/base/two/thefile.cc (z2): New function.
6427 * gdb.linespec/linespec.exp: Add tests.
6428
6429 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6430
6431 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6432 to mi_create_breakpoint.
6433
6434 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6435
6436 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6437 mi_create_breakpoint.
6438
6439 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6440
6441 * gdb.dlang/demangle.exp: Update for demangling changes.
6442
6443 2017-07-09 Tom Tromey <tom@tromey.com>
6444
6445 * gdb.dwarf2/shortpiece.exp: New file.
6446
6447 2017-07-06 David Blaikie <dblaikie@gmail.com>
6448
6449 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6450 built from fissiont-multi-cu{1,2}.c.
6451 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6452 except putting 'main' and 'func' in separate CUs in the same DWO file.
6453 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6454 test.
6455 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6456 test.
6457
6458 2017-07-06 Pedro Alves <palves@redhat.com>
6459
6460 * gdb.python/py-unwind.exp: Test flushregs.
6461
6462 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6463
6464 PR cli/21688
6465 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6466 tests for alias commands and trailing whitespace.
6467
6468 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6469
6470 PR cli/21688
6471 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6472 procedure. Call it.
6473
6474 2017-06-29 Pedro Alves <palves@redhat.com>
6475
6476 * gdb.base/printcmds.exp: Add tests.
6477
6478 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6479
6480 PR gdb/21337
6481 * gdb.base/reread-readsym.exp: New file.
6482 * gdb.base/reread-readsym.c: New file.
6483
6484 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6485
6486 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6487 subpattern.
6488
6489 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6490
6491 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6492 extended mnemonic.
6493 * gdb.arch/powerpc-power9.s: Likewise.
6494
6495 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6496
6497 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6498 on 32-bit x86 targets. Exploit is_*_target macros where
6499 appropriate.
6500
6501 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6502
6503 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6504 register pieces.
6505
6506 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6507
6508 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6509 located in one or more DWARF pieces.
6510
6511 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6512
6513 * lib/gdb.exp (get_endianness): New proc.
6514 * gdb.arch/aarch64-fp.exp: Use it.
6515 * gdb.arch/altivec-regs.exp: Likewise.
6516 * gdb.arch/e500-regs.exp: Likewise.
6517 * gdb.arch/vsx-regs.exp: Likewise.
6518 * gdb.base/dump.exp: Likewise.
6519 * gdb.base/funcargs.exp: Likewise.
6520 * gdb.base/gnu_vector.exp: Likewise.
6521 * gdb.dwarf2/formdata16.exp: Likewise.
6522 * gdb.dwarf2/implptrpiece.exp: Likewise.
6523 * gdb.dwarf2/nonvar-access.exp: Likewise.
6524 * gdb.python/py-inferior.exp: Likewise.
6525 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6526
6527 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6528
6529 PR gdb/21226
6530 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6531 stack value pieces are taken from the LSB end.
6532
6533 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6534
6535 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6536 variable at nonzero offset.
6537
6538 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6539
6540 * gdb.dwarf2/var-access.c: New file.
6541 * gdb.dwarf2/var-access.exp: New test.
6542 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6543
6544 2017-06-12 Tom Tromey <tom@tromey.com>
6545
6546 * gdb.dwarf2/formdata16.exp: Add tests.
6547
6548 2017-06-12 Tom Tromey <tom@tromey.com>
6549
6550 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6551
6552 2017-06-12 Tom Tromey <tom@tromey.com>
6553
6554 PR exp/16225:
6555 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6556 * gdb.arch/vsx-regs.exp: Update tests.
6557 * gdb.arch/s390-vregs.exp (hex128): New proc.
6558 Update test.
6559 * gdb.arch/altivec-regs.exp: Update tests.
6560
6561 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6562
6563 * gdb.base/startup-with-shell.c: New file.
6564 * gdb.base/startup-with-shell.exp: Likewise.
6565
6566 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6567
6568 * gdb.server/non-existing-program.exp: Update regex in order to
6569 reflect the fact that gdbserver is now using fork_inferior (with a
6570 shell) to startup the inferior.
6571
6572 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6573
6574 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6575 support function calls from GDB.
6576
6577 2017-05-21 Tom Tromey <tom@tromey.com>
6578
6579 PR rust/21466:
6580 * gdb.rust/unsized.exp: New file.
6581 * gdb.rust/unsized.rs: New file.
6582
6583 2017-05-19 Tom Tromey <tom@tromey.com>
6584
6585 PR rust/21484:
6586 * gdb.rust/watch.exp: New file.
6587 * gdb.rust/watch.rs: New file.
6588
6589 2017-05-18 Tom Tromey <tom@tromey.com>
6590
6591 * gdb.rust/simple.exp: Allow Box to be qualified.
6592
6593 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6594
6595 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6596
6597 2017-05-18 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.base/fileio.c (test_write, test_read, test_close)
6600 (test_fstat): Don't print 'ret' in the fail path.
6601
6602 2017-05-18 Pedro Alves <palves@redhat.com>
6603
6604 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6605 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6606 (test_system, test_rename, test_unlink, test_time): Change
6607 prototypes.
6608 * gdb.base/fileio.exp (stop_msg): Adjust.
6609
6610 2017-05-18 Pedro Alves <palves@redhat.com>
6611
6612 * gdb.base/fileio.c (null_str): New global.
6613 (test_stat): Use it.
6614 * gdb.base/fileio.exp: Remove nowarnings.
6615
6616 2017-05-17 Yao Qi <yao.qi@linaro.org>
6617
6618 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6619
6620 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6621
6622 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6623 argument command.
6624 (top-level): Invoke test_set_inferior_tty.
6625
6626 2017-05-04 Pedro Alves <palves@redhat.com>
6627
6628 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6629 Add parens to print call for Python 3.
6630
6631 2017-05-03 Keith Seitz <keiths@redhat.com>
6632
6633 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6634 (main): Call it.
6635
6636 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6637
6638 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6639 to prev and next.
6640
6641 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6642
6643 * gdb.python/py-record-btrace.exp: Remove test for
6644 gdb.BtraceInstruction.error.
6645
6646 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6647
6648 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6649
6650 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6651
6652 * gdb.python/py-record-btrace-threads.c: New file.
6653 * gdb.python/py-record-btrace-threads.exp: New file.
6654
6655 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6656
6657 PR testsuite/8595
6658 * gdb.base/environ.exp: Make test available in all architectures.
6659 Move bits related to "info program" testing to
6660 gdb.base/info-program.exp. Rewrite tests to use the two new
6661 procedures mentione below.
6662 (test_set_show_env_var) New procedure.
6663 (test_set_show_env_var_equal): Likewise.
6664 * gdb.base/info-program.exp: New file.
6665
6666 2017-04-27 Keith Seitz <keiths@redhat.com>
6667
6668 * gdb.cp/oranking.cc (test15): New function.
6669 (main): Call test15 and declare additional variables for testing.
6670 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6671 "p foo101('abc')" tests.
6672 Add tests for cv qualifier overloads.
6673 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6674 "lvalue reference overload" test.
6675 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6676 "print value of f1 on Child&& in f2" test.
6677
6678 2017-04-19 Pedro Alves <palves@redhat.com>
6679
6680 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6681 procedure.
6682 (top level): Call it.
6683 * lib/gdb.exp (gdb_define_cmd): New procedure.
6684
6685 2017-04-12 Pedro Alves <palves@redhat.com>
6686
6687 PR gdb/21323
6688 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6689 (wchar): New global.
6690 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6691 (do_test_wide_char, wide_char_types_no_program, top level): Add
6692 wchar_t testing.
6693
6694 2017-04-12 Pedro Alves <palves@redhat.com>
6695
6696 PR c++/21323
6697 * gdb.cp/wide_char_types.c: New file.
6698 * gdb.cp/wide_char_types.exp: New file.
6699
6700 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6701
6702 PR gdb/21352
6703 * gdb.trace/tsv.exp: Add test for "tsave -r".
6704
6705 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6706
6707 * gdb.dlang/watch-loc.c: New file.
6708 * gdb.dlang/watch-loc.exp: New file.
6709
6710 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6711
6712 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6713
6714 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6715
6716 * gdb.arch/arc-analyze-prologue.S: New file.
6717 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6718
6719 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6720
6721 * gdb.arch/arc-decode-insn.S: New file.
6722 * gdb.arch/arc-decode-insn.exp: Likewise.
6723
6724 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6725
6726 PR tdep/20928
6727 * gdb.arch/sparc64-regs.exp: New file.
6728 * gdb.arch/sparc64-regs.S: Likewise.
6729
6730 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6731
6732 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6733 and memory view on Python 3.
6734
6735 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6736 Keith Seitz <keiths@redhat.com>
6737
6738 PR gdb/14441
6739 * gdb.cp/demangle.exp: Add rvalue reference tests.
6740 * gdb.cp/rvalue-ref-casts.cc: New file.
6741 * gdb.cp/rvalue-ref-casts.exp: New file.
6742 * gdb.cp/rvalue-ref-overload.cc: New file.
6743 * gdb.cp/rvalue-ref-overload.exp: New file.
6744 * gdb.cp/rvalue-ref-params.cc: New file.
6745 * gdb.cp/rvalue-ref-params.exp: New file.
6746 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6747 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6748 * gdb.cp/rvalue-ref-types.cc: New file.
6749 * gdb.cp/rvalue-ref-types.exp: New file.
6750 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6751 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6752
6753 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6754
6755 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6756 New procedure.
6757
6758 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6759
6760 * lib/mi-support.exp (mi_gdb_test): Add additional message
6761 for unexpected output.
6762
6763 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6764
6765 * gdb.base/examine-backward.c (Barrier): New character array
6766 constant, to ensure that TestStrings is preceded by a string
6767 terminator.
6768
6769 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6770
6771 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6772 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6773 and implicit pointer into such a location.
6774
6775 2017-03-16 Doug Evans <dje@google.com>
6776
6777 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6778
6779 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6780
6781 * gdb.cp/m-static.exp: Fix expectation for prototype of
6782 test5.single_constructor and single_constructor::single_constructor.
6783
6784 2017-03-16 Doug Evans <dje@google.com>
6785
6786 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6787 * gdb.guile/scm-lazy-string.c: New file.
6788 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6789 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6790 for pointer, array, typedef lazy strings.
6791
6792 2017-03-16 Doug Evans <dje@google.com>
6793
6794 PR python/17728, python/18439, python/18779
6795 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6796 * gdb.python/py-lazy-string.c (pointer): New typedef.
6797 (main): New locals ptr, array, typedef_ptr.
6798 * gdb.python/py-value.exp: Move lazy string tests to ...
6799 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6800 array, typedef lazy strings.
6801
6802 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6803
6804 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6805 Add optional 'test' parameter.
6806
6807 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6808
6809 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6810 Skip for versions of DejaGnu < 1.5.
6811
6812 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6813
6814 * lib/gdb.exp (dejagnu_version): New proc.
6815 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6816 Use dejagnu_version.
6817
6818 2017-03-10 Keith Seitz <keiths@redhat.com>
6819
6820 PR c++/8128
6821 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6822 type from destructor regexps.
6823 Add a branch which actually passes the test.
6824 Adjust "ptype t5i" test names.
6825
6826 2017-03-08 Pedro Alves <palves@redhat.com>
6827
6828 * gdb.base/step-over-exit.exp: Add explicit test message.
6829
6830 2017-03-08 Pedro Alves <palves@redhat.com>
6831
6832 PR gdb/18360
6833 * gdb.threads/interrupt-while-step-over.c: New file.
6834 * gdb.threads/interrupt-while-step-over.exp: New file.
6835
6836 2017-03-08 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6839 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6840
6841 2017-03-08 Pedro Alves <palves@redhat.com>
6842
6843 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6844 PKRU as not supported as a PASS.
6845
6846 2017-03-08 Pedro Alves <palves@redhat.com>
6847
6848 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6849 prefix instead of $binfile1/$binfile2.
6850 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6851 in test message.
6852 * gdb.python/py-completion.exp: Use "load python file" as test
6853 messages instead of unstable path names.
6854
6855 2017-03-08 Pedro Alves <palves@redhat.com>
6856 Jan Kratochvil <jan.kratochvil@redhat.com>
6857
6858 PR cli/21218
6859 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6860 New proc.
6861 (top level): Call it.
6862
6863 2017-03-08 Pedro Alves <palves@redhat.com>
6864
6865 PR tui/21216
6866 * gdb.tui/tui-nl-filtered-output.exp: New file.
6867
6868 2017-03-08 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.base/completion.exp: Move TUI completion tests to ...
6871 * gdb.tui/completion.exp: ... this new file.
6872
6873 2017-03-08 Pedro Alves <palves@redhat.com>
6874
6875 * gdb.base/tui-disasm-long-lines.c,
6876 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6877 gdb.base/tui-layout.exp: Move to ...
6878 * gdb.tui/: ... this new directory.
6879
6880 2017-03-07 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.base/tui-layout.c: New file.
6883 * gdb.base/tui-layout.exp: New file.
6884
6885 2017-03-07 Pedro Alves <palves@redhat.com>
6886
6887 * gdb.base/tui-layout.c: Rename to ...
6888 * gdb.base/tui-disasm-long-lines.c: ... this.
6889 * gdb.base/tui-layout.exp: Rename to ...
6890 * gdb.base/tui-disasm-long-lines.exp: ... this.
6891
6892 2017-03-07 Pedro Alves <palves@redhat.com>
6893
6894 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6895
6896 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6897
6898 * i386-mpx-call.c: New file.
6899 * i386-mpx-call.exp: New file.
6900
6901 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6902
6903 * gdb.arch/powerpc-power.exp: Delete test.
6904 * gdb.arch/powerpc-power.s: Likewise.
6905 * gdb.disasm/disassembler-options.exp: New test.
6906 * gdb.arch/powerpc-altivec.exp: Likewise.
6907 * gdb.arch/powerpc-altivec.s: Likewise.
6908 * gdb.arch/powerpc-altivec2.exp: Likewise.
6909 * gdb.arch/powerpc-altivec2.s: Likewise.
6910 * gdb.arch/powerpc-altivec3.exp: Likewise.
6911 * gdb.arch/powerpc-altivec3.s: Likewise.
6912 * gdb.arch/powerpc-power7.exp: Likewise.
6913 * gdb.arch/powerpc-power7.s: Likewise.
6914 * gdb.arch/powerpc-power8.exp: Likewise.
6915 * gdb.arch/powerpc-power8.s: Likewise.
6916 * gdb.arch/powerpc-power9.exp: Likewise.
6917 * gdb.arch/powerpc-power9.s: Likewise.
6918 * gdb.arch/powerpc-vsx.exp: Likewise.
6919 * gdb.arch/powerpc-vsx.s: Likewise.
6920 * gdb.arch/powerpc-vsx2.exp: Likewise.
6921 * gdb.arch/powerpc-vsx2.s: Likewise.
6922 * gdb.arch/powerpc-vsx3.exp: Likewise.
6923 * gdb.arch/powerpc-vsx3.s: Likewise.
6924 * gdb.arch/arm-disassembler-options.exp: Likewise.
6925 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6926 * gdb.arch/s390-disassembler-options.exp: Likewise.
6927
6928 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6929
6930 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6931 (check_supported_features): ... this. Changed return type to void.
6932 (supports_rdseed): New static global.
6933 (rdseed): Check supports_rdseed.
6934 (initialize): Call check_supported_features.
6935
6936 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6937
6938 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6939 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6940 and lqarx/stqcx.
6941 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6942 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6943
6944 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6945
6946 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6947 uppercase.
6948
6949 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6950
6951 * gdb.dwarf2/formdata16.c: New file.
6952 * gdb.dwarf2/formdata16.exp: New file.
6953 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6954
6955 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6956
6957 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6958 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6959 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6960 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6961 DW_AT_GNU_*.
6962
6963 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6964
6965 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6966
6967 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6968
6969 PR gdb/21164
6970 * gdb.base/maint.exp: Add testcases for when the commands do
6971 not have arguments.
6972
6973 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6974
6975 * gdb.cp/chained-calls.exp: Use p instead of P.
6976
6977 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6978
6979 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6980 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6981
6982 2017-02-14 Tom Tromey <tom@tromey.com>
6983
6984 PR python/13598:
6985 * gdb.python/py-events.exp: Add before_prompt event tests.
6986
6987 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6988
6989 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6990
6991 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6992
6993 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6994 (main): Call my_unique_function_name.
6995 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6996 completion of patterns with a single match.
6997 Add missing -re switches to gdb_test_multiple calls.
6998
6999 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7000
7001 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7002 return if core file is not recognized.
7003
7004 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7005
7006 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7007 and extra UIs.
7008
7009 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7010
7011 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7012 proc_with_prefix.
7013
7014 2017-02-10 Tom Tromey <tom@tromey.com>
7015
7016 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7017
7018 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7019
7020 PR gdb/21122
7021 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7022
7023 2017-02-08 Jerome Guitton <guitton@adacore.com>
7024
7025 * gdb.base/define.exp: Add test for command abbreviations
7026 in define.
7027
7028 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7029
7030 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7031 * gdb.reverse/insn-reverse-x86.c: New file.
7032
7033 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7034
7035 PR tdep/20936
7036 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7037
7038 2017-02-03 Tom Tromey <tom@tromey.com>
7039
7040 PR rust/21097:
7041 * gdb.rust/simple.exp: Add new tests.
7042
7043 2017-02-02 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7046 tests.
7047
7048 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7049
7050 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7051 taking a 2-byte value out of a 4-byte DWARF implicit value on
7052 big-endian targets.
7053 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7054 logic. Add test cases for DW_OP_implicit.
7055
7056 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7057
7058 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7059
7060 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7061
7062 * gdb.btrace/enable.exp: Call gdb_exit before
7063 skip_gdbserver_tests.
7064
7065 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7066
7067 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7068 GDBFLAGS.
7069
7070 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7071
7072 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7073 the test is skipped.
7074 * gdb.btrace/data.exp: Likewise.
7075 * gdb.btrace/delta.exp: Likewise.
7076 * gdb.btrace/dlopen.exp: Likewise.
7077 * gdb.btrace/enable-running.exp: Likewise.
7078 * gdb.btrace/enable.exp: Likewise.
7079 * gdb.btrace/exception.exp: Likewise.
7080 * gdb.btrace/function_call_history.exp: Likewise.
7081 * gdb.btrace/gcore.exp: Likewise.
7082 * gdb.btrace/instruction_history.exp: Likewise.
7083 * gdb.btrace/multi-thread-step.exp: Likewise.
7084 * gdb.btrace/nohist.exp: Likewise.
7085 * gdb.btrace/non-stop.exp: Likewise.
7086 * gdb.btrace/reconnect.exp: Likewise.
7087 * gdb.btrace/record_goto-step.exp: Likewise.
7088 * gdb.btrace/record_goto.exp: Likewise.
7089 * gdb.btrace/rn-dl-bind.exp: Likewise.
7090 * gdb.btrace/segv.exp: Likewise.
7091 * gdb.btrace/step.exp: Likewise.
7092 * gdb.btrace/stepi.exp: Likewise.
7093 * gdb.btrace/tailcall-only.exp: Likewise.
7094 * gdb.btrace/tailcall.exp: Likewise.
7095 * gdb.btrace/tsx.exp: Likewise.
7096 * gdb.btrace/unknown_functions.exp: Likewise.
7097 * gdb.btrace/vdso.exp: Likewise.
7098
7099 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7100
7101 * gdb.btrace/enable-running.c: New.
7102 * gdb.btrace/enable-running.exp: New.
7103
7104 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7105
7106 * gdb.arch/amd64-gs_base.c: New file.
7107 * gdb.arch/amd64-gs_base.exp: New file.
7108
7109 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7110
7111 * lib/memory.exp: Remove spurious empty newlines.
7112
7113 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7114
7115 * gdb.python/py-bad-printers.exp: Load python file using "source".
7116 * gdb.python/py-events.exp: Likewise.
7117 * gdb.python/py-evsignal.exp: Likewise.
7118 * gdb.python/py-evthreads.exp: Likewise.
7119 * gdb.python/py-frame-args.exp: Likewise.
7120 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7121 * gdb.python/py-framefilter-mi.exp: Likewise.
7122 * gdb.python/py-framefilter.exp: Likewise.
7123 * gdb.python/py-mi.exp: Likewise.
7124 * gdb.python/py-pp-maint.exp: Likewise.
7125 * gdb.python/py-pp-registration.exp: Likewise.
7126 * gdb.python/py-prettyprint.exp: Likewise.
7127 (run_lang_tests): Likewise.
7128 * gdb.python/py-typeprint.exp: Likewise.
7129
7130 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7131
7132 * lib/memory.exp: New file.
7133 * lib/gdb.exp: Load memory.exp.
7134 * gdb.base/memattr.exp (delete_memory): Move proc to
7135 lib/memory.exp and rename to delete_memory_regions.
7136 Replace delete_memory with delete_memory_regions.
7137 Cleanup memory regions before tests.
7138 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7139 before tests.
7140
7141 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7142
7143 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7144 files.
7145 (initialize): New function conditionally defined.
7146 (testcases): Move within conditional block.
7147 (main): Call initialize.
7148 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7149 of gdb.reverse/insn-reverse.c.
7150 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7151 gdb.reverse/insn-reverse.c.
7152
7153 2017-01-26 Yao Qi <yao.qi@linaro.org>
7154
7155 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7156 disassemble on address 0.
7157
7158 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7159 Yao Qi <yao.qi@linaro.org>
7160
7161 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7162 * gdb.dwarf2/implptr-64bit.S: Remove.
7163 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7164 variables in caller's context. Add DW_OP_implicit_value.
7165
7166 2017-01-25 Yao Qi <yao.qi@linaro.org>
7167
7168 * lib/dwarf.exp (Dwarf::_location): Handle
7169 DW_OP_GNU_implicit_pointer with proper size.
7170
7171 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7172
7173 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7174 and add untested calls.
7175
7176 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7177
7178 * gdb.python/python.exp: Check line number against what GDB thinks
7179 the line number is for func1.
7180
7181 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7182
7183 * gdb.dlang/debug-expr.exp: New file.
7184
7185 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7186
7187 Fix test names for the following files:
7188
7189 * gdb.ada/exec_changed.exp
7190 * gdb.ada/info_types.exp
7191 * gdb.arch/aarch64-atomic-inst.exp
7192 * gdb.arch/aarch64-fp.exp
7193 * gdb.arch/altivec-abi.exp
7194 * gdb.arch/altivec-regs.exp
7195 * gdb.arch/amd64-byte.exp
7196 * gdb.arch/amd64-disp-step.exp
7197 * gdb.arch/amd64-dword.exp
7198 * gdb.arch/amd64-entry-value-inline.exp
7199 * gdb.arch/amd64-entry-value-param.exp
7200 * gdb.arch/amd64-entry-value-paramref.exp
7201 * gdb.arch/amd64-entry-value.exp
7202 * gdb.arch/amd64-i386-address.exp
7203 * gdb.arch/amd64-invalid-stack-middle.exp
7204 * gdb.arch/amd64-invalid-stack-top.exp
7205 * gdb.arch/amd64-optimout-repeat.exp
7206 * gdb.arch/amd64-prologue-skip.exp
7207 * gdb.arch/amd64-prologue-xmm.exp
7208 * gdb.arch/amd64-stap-special-operands.exp
7209 * gdb.arch/amd64-stap-wrong-subexp.exp
7210 * gdb.arch/amd64-tailcall-cxx.exp
7211 * gdb.arch/amd64-tailcall-noret.exp
7212 * gdb.arch/amd64-tailcall-ret.exp
7213 * gdb.arch/amd64-tailcall-self.exp
7214 * gdb.arch/amd64-word.exp
7215 * gdb.arch/arm-bl-branch-dest.exp
7216 * gdb.arch/arm-disp-step.exp
7217 * gdb.arch/arm-neon.exp
7218 * gdb.arch/arm-single-step-kernel-helper.exp
7219 * gdb.arch/avr-flash-qualifier.exp
7220 * gdb.arch/disp-step-insn-reloc.exp
7221 * gdb.arch/e500-abi.exp
7222 * gdb.arch/e500-regs.exp
7223 * gdb.arch/ftrace-insn-reloc.exp
7224 * gdb.arch/i386-avx512.exp
7225 * gdb.arch/i386-bp_permanent.exp
7226 * gdb.arch/i386-byte.exp
7227 * gdb.arch/i386-cfi-notcurrent.exp
7228 * gdb.arch/i386-disp-step.exp
7229 * gdb.arch/i386-dr3-watch.exp
7230 * gdb.arch/i386-float.exp
7231 * gdb.arch/i386-gnu-cfi.exp
7232 * gdb.arch/i386-mpx-map.exp
7233 * gdb.arch/i386-mpx-sigsegv.exp
7234 * gdb.arch/i386-mpx-simple_segv.exp
7235 * gdb.arch/i386-mpx.exp
7236 * gdb.arch/i386-permbkpt.exp
7237 * gdb.arch/i386-prologue.exp
7238 * gdb.arch/i386-signal.exp
7239 * gdb.arch/i386-size-overlap.exp
7240 * gdb.arch/i386-unwind.exp
7241 * gdb.arch/i386-word.exp
7242 * gdb.arch/mips-fcr.exp
7243 * gdb.arch/powerpc-d128-regs.exp
7244 * gdb.arch/powerpc-stackless.exp
7245 * gdb.arch/ppc64-atomic-inst.exp
7246 * gdb.arch/s390-stackless.exp
7247 * gdb.arch/s390-tdbregs.exp
7248 * gdb.arch/s390-vregs.exp
7249 * gdb.arch/sparc-sysstep.exp
7250 * gdb.arch/thumb-bx-pc.exp
7251 * gdb.arch/thumb-singlestep.exp
7252 * gdb.arch/thumb2-it.exp
7253 * gdb.arch/vsx-regs.exp
7254 * gdb.asm/asm-source.exp
7255 * gdb.base/a2-run.exp
7256 * gdb.base/advance.exp
7257 * gdb.base/all-bin.exp
7258 * gdb.base/anon.exp
7259 * gdb.base/args.exp
7260 * gdb.base/arithmet.exp
7261 * gdb.base/async-shell.exp
7262 * gdb.base/async.exp
7263 * gdb.base/attach-pie-noexec.exp
7264 * gdb.base/attach-twice.exp
7265 * gdb.base/auto-load.exp
7266 * gdb.base/bang.exp
7267 * gdb.base/bitfields.exp
7268 * gdb.base/break-always.exp
7269 * gdb.base/break-caller-line.exp
7270 * gdb.base/break-entry.exp
7271 * gdb.base/break-inline.exp
7272 * gdb.base/break-on-linker-gcd-function.exp
7273 * gdb.base/break-probes.exp
7274 * gdb.base/break.exp
7275 * gdb.base/breakpoint-shadow.exp
7276 * gdb.base/call-ar-st.exp
7277 * gdb.base/call-sc.exp
7278 * gdb.base/call-signal-resume.exp
7279 * gdb.base/call-strs.exp
7280 * gdb.base/callfuncs.exp
7281 * gdb.base/catch-fork-static.exp
7282 * gdb.base/catch-gdb-caused-signals.exp
7283 * gdb.base/catch-load.exp
7284 * gdb.base/catch-signal-fork.exp
7285 * gdb.base/catch-signal.exp
7286 * gdb.base/catch-syscall.exp
7287 * gdb.base/charset.exp
7288 * gdb.base/checkpoint.exp
7289 * gdb.base/chng-syms.exp
7290 * gdb.base/code-expr.exp
7291 * gdb.base/code_elim.exp
7292 * gdb.base/commands.exp
7293 * gdb.base/completion.exp
7294 * gdb.base/complex.exp
7295 * gdb.base/cond-expr.exp
7296 * gdb.base/condbreak.exp
7297 * gdb.base/consecutive.exp
7298 * gdb.base/continue-all-already-running.exp
7299 * gdb.base/coredump-filter.exp
7300 * gdb.base/corefile.exp
7301 * gdb.base/dbx.exp
7302 * gdb.base/debug-expr.exp
7303 * gdb.base/define.exp
7304 * gdb.base/del.exp
7305 * gdb.base/disabled-location.exp
7306 * gdb.base/disasm-end-cu.exp
7307 * gdb.base/disasm-optim.exp
7308 * gdb.base/display.exp
7309 * gdb.base/duplicate-bp.exp
7310 * gdb.base/ena-dis-br.exp
7311 * gdb.base/ending-run.exp
7312 * gdb.base/enumval.exp
7313 * gdb.base/environ.exp
7314 * gdb.base/eu-strip-infcall.exp
7315 * gdb.base/eval-avoid-side-effects.exp
7316 * gdb.base/eval-skip.exp
7317 * gdb.base/exitsignal.exp
7318 * gdb.base/expand-psymtabs.exp
7319 * gdb.base/filesym.exp
7320 * gdb.base/find-unmapped.exp
7321 * gdb.base/finish.exp
7322 * gdb.base/float.exp
7323 * gdb.base/foll-exec-mode.exp
7324 * gdb.base/foll-exec.exp
7325 * gdb.base/foll-fork.exp
7326 * gdb.base/fortran-sym-case.exp
7327 * gdb.base/freebpcmd.exp
7328 * gdb.base/func-ptr.exp
7329 * gdb.base/func-ptrs.exp
7330 * gdb.base/funcargs.exp
7331 * gdb.base/gcore-buffer-overflow.exp
7332 * gdb.base/gcore-relro-pie.exp
7333 * gdb.base/gcore-relro.exp
7334 * gdb.base/gcore.exp
7335 * gdb.base/gdb1090.exp
7336 * gdb.base/gdb11530.exp
7337 * gdb.base/gdb11531.exp
7338 * gdb.base/gdb1821.exp
7339 * gdb.base/gdbindex-stabs.exp
7340 * gdb.base/gdbvars.exp
7341 * gdb.base/hbreak.exp
7342 * gdb.base/hbreak2.exp
7343 * gdb.base/included.exp
7344 * gdb.base/infcall-input.exp
7345 * gdb.base/inferior-died.exp
7346 * gdb.base/infnan.exp
7347 * gdb.base/info-macros.exp
7348 * gdb.base/info-os.exp
7349 * gdb.base/info-proc.exp
7350 * gdb.base/info-shared.exp
7351 * gdb.base/info-target.exp
7352 * gdb.base/infoline.exp
7353 * gdb.base/interp.exp
7354 * gdb.base/interrupt.exp
7355 * gdb.base/jit-reader.exp
7356 * gdb.base/jit-simple.exp
7357 * gdb.base/kill-after-signal.exp
7358 * gdb.base/kill-detach-inferiors-cmd.exp
7359 * gdb.base/label.exp
7360 * gdb.base/langs.exp
7361 * gdb.base/ldbl_e308.exp
7362 * gdb.base/line-symtabs.exp
7363 * gdb.base/linespecs.exp
7364 * gdb.base/list.exp
7365 * gdb.base/long_long.exp
7366 * gdb.base/longest-types.exp
7367 * gdb.base/maint.exp
7368 * gdb.base/max-value-size.exp
7369 * gdb.base/memattr.exp
7370 * gdb.base/mips_pro.exp
7371 * gdb.base/morestack.exp
7372 * gdb.base/moribund-step.exp
7373 * gdb.base/multi-forks.exp
7374 * gdb.base/nested-addr.exp
7375 * gdb.base/nextoverexit.exp
7376 * gdb.base/noreturn-finish.exp
7377 * gdb.base/noreturn-return.exp
7378 * gdb.base/nostdlib.exp
7379 * gdb.base/offsets.exp
7380 * gdb.base/opaque.exp
7381 * gdb.base/pc-fp.exp
7382 * gdb.base/permissions.exp
7383 * gdb.base/print-symbol-loading.exp
7384 * gdb.base/prologue-include.exp
7385 * gdb.base/psymtab.exp
7386 * gdb.base/ptype.exp
7387 * gdb.base/random-signal.exp
7388 * gdb.base/randomize.exp
7389 * gdb.base/range-stepping.exp
7390 * gdb.base/readline-ask.exp
7391 * gdb.base/recpar.exp
7392 * gdb.base/recurse.exp
7393 * gdb.base/relational.exp
7394 * gdb.base/restore.exp
7395 * gdb.base/return-nodebug.exp
7396 * gdb.base/return.exp
7397 * gdb.base/run-after-attach.exp
7398 * gdb.base/save-bp.exp
7399 * gdb.base/scope.exp
7400 * gdb.base/sect-cmd.exp
7401 * gdb.base/set-lang-auto.exp
7402 * gdb.base/set-noassign.exp
7403 * gdb.base/setvar.exp
7404 * gdb.base/sigall.exp
7405 * gdb.base/sigbpt.exp
7406 * gdb.base/siginfo-addr.exp
7407 * gdb.base/siginfo-infcall.exp
7408 * gdb.base/siginfo-obj.exp
7409 * gdb.base/siginfo.exp
7410 * gdb.base/signals-state-child.exp
7411 * gdb.base/signest.exp
7412 * gdb.base/sigstep.exp
7413 * gdb.base/sizeof.exp
7414 * gdb.base/skip.exp
7415 * gdb.base/solib-corrupted.exp
7416 * gdb.base/solib-nodir.exp
7417 * gdb.base/solib-search.exp
7418 * gdb.base/stack-checking.exp
7419 * gdb.base/stale-infcall.exp
7420 * gdb.base/stap-probe.exp
7421 * gdb.base/start.exp
7422 * gdb.base/step-break.exp
7423 * gdb.base/step-bt.exp
7424 * gdb.base/step-line.exp
7425 * gdb.base/step-over-exit.exp
7426 * gdb.base/step-over-syscall.exp
7427 * gdb.base/step-resume-infcall.exp
7428 * gdb.base/step-test.exp
7429 * gdb.base/store.exp
7430 * gdb.base/structs3.exp
7431 * gdb.base/sym-file.exp
7432 * gdb.base/symbol-without-target_section.exp
7433 * gdb.base/term.exp
7434 * gdb.base/testenv.exp
7435 * gdb.base/ui-redirect.exp
7436 * gdb.base/until.exp
7437 * gdb.base/unwindonsignal.exp
7438 * gdb.base/value-double-free.exp
7439 * gdb.base/vla-datatypes.exp
7440 * gdb.base/vla-ptr.exp
7441 * gdb.base/vla-sideeffect.exp
7442 * gdb.base/volatile.exp
7443 * gdb.base/watch-cond-infcall.exp
7444 * gdb.base/watch-cond.exp
7445 * gdb.base/watch-non-mem.exp
7446 * gdb.base/watch-read.exp
7447 * gdb.base/watch-vfork.exp
7448 * gdb.base/watchpoint-cond-gone.exp
7449 * gdb.base/watchpoint-delete.exp
7450 * gdb.base/watchpoint-hw-hit-once.exp
7451 * gdb.base/watchpoint-hw.exp
7452 * gdb.base/watchpoint-stops-at-right-insn.exp
7453 * gdb.base/watchpoints.exp
7454 * gdb.base/wchar.exp
7455 * gdb.base/whatis-exp.exp
7456 * gdb.btrace/buffer-size.exp
7457 * gdb.btrace/data.exp
7458 * gdb.btrace/delta.exp
7459 * gdb.btrace/dlopen.exp
7460 * gdb.btrace/enable.exp
7461 * gdb.btrace/exception.exp
7462 * gdb.btrace/function_call_history.exp
7463 * gdb.btrace/gcore.exp
7464 * gdb.btrace/instruction_history.exp
7465 * gdb.btrace/nohist.exp
7466 * gdb.btrace/reconnect.exp
7467 * gdb.btrace/record_goto-step.exp
7468 * gdb.btrace/record_goto.exp
7469 * gdb.btrace/rn-dl-bind.exp
7470 * gdb.btrace/segv.exp
7471 * gdb.btrace/step.exp
7472 * gdb.btrace/stepi.exp
7473 * gdb.btrace/tailcall-only.exp
7474 * gdb.btrace/tailcall.exp
7475 * gdb.btrace/tsx.exp
7476 * gdb.btrace/unknown_functions.exp
7477 * gdb.btrace/vdso.exp
7478 * gdb.compile/compile-ifunc.exp
7479 * gdb.compile/compile-ops.exp
7480 * gdb.compile/compile-print.exp
7481 * gdb.compile/compile-setjmp.exp
7482 * gdb.cp/abstract-origin.exp
7483 * gdb.cp/ambiguous.exp
7484 * gdb.cp/annota2.exp
7485 * gdb.cp/annota3.exp
7486 * gdb.cp/anon-ns.exp
7487 * gdb.cp/anon-struct.exp
7488 * gdb.cp/anon-union.exp
7489 * gdb.cp/arg-reference.exp
7490 * gdb.cp/baseenum.exp
7491 * gdb.cp/bool.exp
7492 * gdb.cp/breakpoint.exp
7493 * gdb.cp/bs15503.exp
7494 * gdb.cp/call-c.exp
7495 * gdb.cp/casts.exp
7496 * gdb.cp/chained-calls.exp
7497 * gdb.cp/class2.exp
7498 * gdb.cp/classes.exp
7499 * gdb.cp/cmpd-minsyms.exp
7500 * gdb.cp/converts.exp
7501 * gdb.cp/cp-relocate.exp
7502 * gdb.cp/cpcompletion.exp
7503 * gdb.cp/cpexprs.exp
7504 * gdb.cp/cplabel.exp
7505 * gdb.cp/cplusfuncs.exp
7506 * gdb.cp/cpsizeof.exp
7507 * gdb.cp/ctti.exp
7508 * gdb.cp/derivation.exp
7509 * gdb.cp/destrprint.exp
7510 * gdb.cp/dispcxx.exp
7511 * gdb.cp/enum-class.exp
7512 * gdb.cp/exception.exp
7513 * gdb.cp/exceptprint.exp
7514 * gdb.cp/expand-psymtabs-cxx.exp
7515 * gdb.cp/expand-sals.exp
7516 * gdb.cp/extern-c.exp
7517 * gdb.cp/filename.exp
7518 * gdb.cp/formatted-ref.exp
7519 * gdb.cp/fpointer.exp
7520 * gdb.cp/gdb1355.exp
7521 * gdb.cp/gdb2495.exp
7522 * gdb.cp/hang.exp
7523 * gdb.cp/impl-this.exp
7524 * gdb.cp/infcall-dlopen.exp
7525 * gdb.cp/inherit.exp
7526 * gdb.cp/iostream.exp
7527 * gdb.cp/koenig.exp
7528 * gdb.cp/local.exp
7529 * gdb.cp/m-data.exp
7530 * gdb.cp/m-static.exp
7531 * gdb.cp/mb-ctor.exp
7532 * gdb.cp/mb-inline.exp
7533 * gdb.cp/mb-templates.exp
7534 * gdb.cp/member-name.exp
7535 * gdb.cp/member-ptr.exp
7536 * gdb.cp/meth-typedefs.exp
7537 * gdb.cp/method.exp
7538 * gdb.cp/method2.exp
7539 * gdb.cp/minsym-fallback.exp
7540 * gdb.cp/misc.exp
7541 * gdb.cp/namelessclass.exp
7542 * gdb.cp/namespace-enum.exp
7543 * gdb.cp/namespace-nested-import.exp
7544 * gdb.cp/namespace.exp
7545 * gdb.cp/nextoverthrow.exp
7546 * gdb.cp/no-dmgl-verbose.exp
7547 * gdb.cp/non-trivial-retval.exp
7548 * gdb.cp/noparam.exp
7549 * gdb.cp/nsdecl.exp
7550 * gdb.cp/nsimport.exp
7551 * gdb.cp/nsnested.exp
7552 * gdb.cp/nsnoimports.exp
7553 * gdb.cp/nsrecurs.exp
7554 * gdb.cp/nsstress.exp
7555 * gdb.cp/nsusing.exp
7556 * gdb.cp/operator.exp
7557 * gdb.cp/oranking.exp
7558 * gdb.cp/overload-const.exp
7559 * gdb.cp/overload.exp
7560 * gdb.cp/ovldbreak.exp
7561 * gdb.cp/ovsrch.exp
7562 * gdb.cp/paren-type.exp
7563 * gdb.cp/parse-lang.exp
7564 * gdb.cp/pass-by-ref.exp
7565 * gdb.cp/pr-1023.exp
7566 * gdb.cp/pr-1210.exp
7567 * gdb.cp/pr-574.exp
7568 * gdb.cp/pr10687.exp
7569 * gdb.cp/pr12028.exp
7570 * gdb.cp/pr17132.exp
7571 * gdb.cp/pr17494.exp
7572 * gdb.cp/pr9067.exp
7573 * gdb.cp/pr9167.exp
7574 * gdb.cp/pr9631.exp
7575 * gdb.cp/printmethod.exp
7576 * gdb.cp/psmang.exp
7577 * gdb.cp/psymtab-parameter.exp
7578 * gdb.cp/ptype-cv-cp.exp
7579 * gdb.cp/ptype-flags.exp
7580 * gdb.cp/re-set-overloaded.exp
7581 * gdb.cp/ref-types.exp
7582 * gdb.cp/rtti.exp
7583 * gdb.cp/scope-err.exp
7584 * gdb.cp/shadow.exp
7585 * gdb.cp/smartp.exp
7586 * gdb.cp/static-method.exp
7587 * gdb.cp/static-print-quit.exp
7588 * gdb.cp/temargs.exp
7589 * gdb.cp/templates.exp
7590 * gdb.cp/try_catch.exp
7591 * gdb.cp/typedef-operator.exp
7592 * gdb.cp/typeid.exp
7593 * gdb.cp/userdef.exp
7594 * gdb.cp/using-crash.exp
7595 * gdb.cp/var-tag.exp
7596 * gdb.cp/virtbase.exp
7597 * gdb.cp/virtfunc.exp
7598 * gdb.cp/virtfunc2.exp
7599 * gdb.cp/vla-cxx.exp
7600 * gdb.disasm/t01_mov.exp
7601 * gdb.disasm/t02_mova.exp
7602 * gdb.disasm/t03_add.exp
7603 * gdb.disasm/t04_sub.exp
7604 * gdb.disasm/t05_cmp.exp
7605 * gdb.disasm/t06_ari2.exp
7606 * gdb.disasm/t07_ari3.exp
7607 * gdb.disasm/t08_or.exp
7608 * gdb.disasm/t09_xor.exp
7609 * gdb.disasm/t10_and.exp
7610 * gdb.disasm/t11_logs.exp
7611 * gdb.disasm/t12_bit.exp
7612 * gdb.disasm/t13_otr.exp
7613 * gdb.dlang/circular.exp
7614 * gdb.dwarf2/arr-stride.exp
7615 * gdb.dwarf2/arr-subrange.exp
7616 * gdb.dwarf2/atomic-type.exp
7617 * gdb.dwarf2/bad-regnum.exp
7618 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7619 * gdb.dwarf2/callframecfa.exp
7620 * gdb.dwarf2/clztest.exp
7621 * gdb.dwarf2/corrupt.exp
7622 * gdb.dwarf2/data-loc.exp
7623 * gdb.dwarf2/dup-psym.exp
7624 * gdb.dwarf2/dw2-anon-mptr.exp
7625 * gdb.dwarf2/dw2-anonymous-func.exp
7626 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7627 * gdb.dwarf2/dw2-bad-unresolved.exp
7628 * gdb.dwarf2/dw2-basic.exp
7629 * gdb.dwarf2/dw2-canonicalize-type.exp
7630 * gdb.dwarf2/dw2-case-insensitive.exp
7631 * gdb.dwarf2/dw2-common-block.exp
7632 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7633 * gdb.dwarf2/dw2-compressed.exp
7634 * gdb.dwarf2/dw2-const.exp
7635 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7636 * gdb.dwarf2/dw2-cu-size.exp
7637 * gdb.dwarf2/dw2-dup-frame.exp
7638 * gdb.dwarf2/dw2-entry-value.exp
7639 * gdb.dwarf2/dw2-icycle.exp
7640 * gdb.dwarf2/dw2-ifort-parameter.exp
7641 * gdb.dwarf2/dw2-inline-break.exp
7642 * gdb.dwarf2/dw2-inline-param.exp
7643 * gdb.dwarf2/dw2-intercu.exp
7644 * gdb.dwarf2/dw2-intermix.exp
7645 * gdb.dwarf2/dw2-lexical-block-bare.exp
7646 * gdb.dwarf2/dw2-linkage-name-trust.exp
7647 * gdb.dwarf2/dw2-minsym-in-cu.exp
7648 * gdb.dwarf2/dw2-noloc.exp
7649 * gdb.dwarf2/dw2-op-call.exp
7650 * gdb.dwarf2/dw2-op-out-param.exp
7651 * gdb.dwarf2/dw2-opt-structptr.exp
7652 * gdb.dwarf2/dw2-param-error.exp
7653 * gdb.dwarf2/dw2-producer.exp
7654 * gdb.dwarf2/dw2-ranges-base.exp
7655 * gdb.dwarf2/dw2-ref-missing-frame.exp
7656 * gdb.dwarf2/dw2-reg-undefined.exp
7657 * gdb.dwarf2/dw2-regno-invalid.exp
7658 * gdb.dwarf2/dw2-restore.exp
7659 * gdb.dwarf2/dw2-restrict.exp
7660 * gdb.dwarf2/dw2-single-line-discriminators.exp
7661 * gdb.dwarf2/dw2-strp.exp
7662 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7663 * gdb.dwarf2/dw2-unresolved.exp
7664 * gdb.dwarf2/dw2-var-zero-addr.exp
7665 * gdb.dwarf2/dw4-sig-types.exp
7666 * gdb.dwarf2/dwz.exp
7667 * gdb.dwarf2/dynarr-ptr.exp
7668 * gdb.dwarf2/enum-type.exp
7669 * gdb.dwarf2/gdb-index.exp
7670 * gdb.dwarf2/implptr-64bit.exp
7671 * gdb.dwarf2/implptr-optimized-out.exp
7672 * gdb.dwarf2/implptr.exp
7673 * gdb.dwarf2/implref-array.exp
7674 * gdb.dwarf2/implref-const.exp
7675 * gdb.dwarf2/implref-global.exp
7676 * gdb.dwarf2/implref-struct.exp
7677 * gdb.dwarf2/mac-fileno.exp
7678 * gdb.dwarf2/main-subprogram.exp
7679 * gdb.dwarf2/member-ptr-forwardref.exp
7680 * gdb.dwarf2/method-ptr.exp
7681 * gdb.dwarf2/missing-sig-type.exp
7682 * gdb.dwarf2/nonvar-access.exp
7683 * gdb.dwarf2/opaque-type-lookup.exp
7684 * gdb.dwarf2/pieces-optimized-out.exp
7685 * gdb.dwarf2/pieces.exp
7686 * gdb.dwarf2/pr10770.exp
7687 * gdb.dwarf2/pr13961.exp
7688 * gdb.dwarf2/staticvirtual.exp
7689 * gdb.dwarf2/subrange.exp
7690 * gdb.dwarf2/symtab-producer.exp
7691 * gdb.dwarf2/trace-crash.exp
7692 * gdb.dwarf2/typeddwarf.exp
7693 * gdb.dwarf2/valop.exp
7694 * gdb.dwarf2/watch-notconst.exp
7695 * gdb.fortran/array-element.exp
7696 * gdb.fortran/charset.exp
7697 * gdb.fortran/common-block.exp
7698 * gdb.fortran/complex.exp
7699 * gdb.fortran/derived-type-function.exp
7700 * gdb.fortran/derived-type.exp
7701 * gdb.fortran/logical.exp
7702 * gdb.fortran/module.exp
7703 * gdb.fortran/multi-dim.exp
7704 * gdb.fortran/nested-funcs.exp
7705 * gdb.fortran/print-formatted.exp
7706 * gdb.fortran/subarray.exp
7707 * gdb.fortran/vla-alloc-assoc.exp
7708 * gdb.fortran/vla-datatypes.exp
7709 * gdb.fortran/vla-history.exp
7710 * gdb.fortran/vla-ptr-info.exp
7711 * gdb.fortran/vla-ptype-sub.exp
7712 * gdb.fortran/vla-ptype.exp
7713 * gdb.fortran/vla-sizeof.exp
7714 * gdb.fortran/vla-type.exp
7715 * gdb.fortran/vla-value-sub-arbitrary.exp
7716 * gdb.fortran/vla-value-sub-finish.exp
7717 * gdb.fortran/vla-value-sub.exp
7718 * gdb.fortran/vla-value.exp
7719 * gdb.fortran/whatis_type.exp
7720 * gdb.go/chan.exp
7721 * gdb.go/handcall.exp
7722 * gdb.go/hello.exp
7723 * gdb.go/integers.exp
7724 * gdb.go/methods.exp
7725 * gdb.go/package.exp
7726 * gdb.go/strings.exp
7727 * gdb.go/types.exp
7728 * gdb.go/unsafe.exp
7729 * gdb.guile/scm-arch.exp
7730 * gdb.guile/scm-block.exp
7731 * gdb.guile/scm-breakpoint.exp
7732 * gdb.guile/scm-cmd.exp
7733 * gdb.guile/scm-disasm.exp
7734 * gdb.guile/scm-equal.exp
7735 * gdb.guile/scm-frame-args.exp
7736 * gdb.guile/scm-frame-inline.exp
7737 * gdb.guile/scm-frame.exp
7738 * gdb.guile/scm-iterator.exp
7739 * gdb.guile/scm-math.exp
7740 * gdb.guile/scm-objfile.exp
7741 * gdb.guile/scm-ports.exp
7742 * gdb.guile/scm-symbol.exp
7743 * gdb.guile/scm-symtab.exp
7744 * gdb.guile/scm-value-cc.exp
7745 * gdb.guile/types-module.exp
7746 * gdb.linespec/break-ask.exp
7747 * gdb.linespec/cpexplicit.exp
7748 * gdb.linespec/explicit.exp
7749 * gdb.linespec/keywords.exp
7750 * gdb.linespec/linespec.exp
7751 * gdb.linespec/ls-dollar.exp
7752 * gdb.linespec/ls-errs.exp
7753 * gdb.linespec/skip-two.exp
7754 * gdb.linespec/thread.exp
7755 * gdb.mi/mi-async.exp
7756 * gdb.mi/mi-basics.exp
7757 * gdb.mi/mi-break.exp
7758 * gdb.mi/mi-catch-load.exp
7759 * gdb.mi/mi-cli.exp
7760 * gdb.mi/mi-cmd-param-changed.exp
7761 * gdb.mi/mi-console.exp
7762 * gdb.mi/mi-detach.exp
7763 * gdb.mi/mi-disassemble.exp
7764 * gdb.mi/mi-eval.exp
7765 * gdb.mi/mi-file-transfer.exp
7766 * gdb.mi/mi-file.exp
7767 * gdb.mi/mi-fill-memory.exp
7768 * gdb.mi/mi-inheritance-syntax-error.exp
7769 * gdb.mi/mi-linespec-err-cp.exp
7770 * gdb.mi/mi-logging.exp
7771 * gdb.mi/mi-memory-changed.exp
7772 * gdb.mi/mi-read-memory.exp
7773 * gdb.mi/mi-record-changed.exp
7774 * gdb.mi/mi-reg-undefined.exp
7775 * gdb.mi/mi-regs.exp
7776 * gdb.mi/mi-return.exp
7777 * gdb.mi/mi-reverse.exp
7778 * gdb.mi/mi-simplerun.exp
7779 * gdb.mi/mi-solib.exp
7780 * gdb.mi/mi-stack.exp
7781 * gdb.mi/mi-stepi.exp
7782 * gdb.mi/mi-syn-frame.exp
7783 * gdb.mi/mi-until.exp
7784 * gdb.mi/mi-var-block.exp
7785 * gdb.mi/mi-var-child.exp
7786 * gdb.mi/mi-var-cmd.exp
7787 * gdb.mi/mi-var-cp.exp
7788 * gdb.mi/mi-var-display.exp
7789 * gdb.mi/mi-var-invalidate.exp
7790 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7791 * gdb.mi/mi-vla-fortran.exp
7792 * gdb.mi/mi-watch.exp
7793 * gdb.mi/mi2-var-child.exp
7794 * gdb.mi/user-selected-context-sync.exp
7795 * gdb.modula2/unbounded-array.exp
7796 * gdb.multi/dummy-frame-restore.exp
7797 * gdb.multi/multi-arch-exec.exp
7798 * gdb.multi/multi-arch.exp
7799 * gdb.multi/tids.exp
7800 * gdb.multi/watchpoint-multi.exp
7801 * gdb.opencl/callfuncs.exp
7802 * gdb.opencl/convs_casts.exp
7803 * gdb.opencl/datatypes.exp
7804 * gdb.opencl/operators.exp
7805 * gdb.opencl/vec_comps.exp
7806 * gdb.opt/clobbered-registers-O2.exp
7807 * gdb.opt/inline-break.exp
7808 * gdb.opt/inline-bt.exp
7809 * gdb.opt/inline-cmds.exp
7810 * gdb.opt/inline-locals.exp
7811 * gdb.pascal/case-insensitive-symbols.exp
7812 * gdb.pascal/floats.exp
7813 * gdb.pascal/gdb11492.exp
7814 * gdb.python/lib-types.exp
7815 * gdb.python/py-arch.exp
7816 * gdb.python/py-as-string.exp
7817 * gdb.python/py-bad-printers.exp
7818 * gdb.python/py-block.exp
7819 * gdb.python/py-breakpoint-create-fail.exp
7820 * gdb.python/py-breakpoint.exp
7821 * gdb.python/py-caller-is.exp
7822 * gdb.python/py-cmd.exp
7823 * gdb.python/py-explore-cc.exp
7824 * gdb.python/py-explore.exp
7825 * gdb.python/py-finish-breakpoint.exp
7826 * gdb.python/py-finish-breakpoint2.exp
7827 * gdb.python/py-frame-args.exp
7828 * gdb.python/py-frame-inline.exp
7829 * gdb.python/py-frame.exp
7830 * gdb.python/py-framefilter-mi.exp
7831 * gdb.python/py-infthread.exp
7832 * gdb.python/py-lazy-string.exp
7833 * gdb.python/py-linetable.exp
7834 * gdb.python/py-mi-events.exp
7835 * gdb.python/py-mi-objfile.exp
7836 * gdb.python/py-mi.exp
7837 * gdb.python/py-objfile.exp
7838 * gdb.python/py-pp-integral.exp
7839 * gdb.python/py-pp-maint.exp
7840 * gdb.python/py-pp-re-notag.exp
7841 * gdb.python/py-pp-registration.exp
7842 * gdb.python/py-recurse-unwind.exp
7843 * gdb.python/py-strfns.exp
7844 * gdb.python/py-symbol.exp
7845 * gdb.python/py-symtab.exp
7846 * gdb.python/py-sync-interp.exp
7847 * gdb.python/py-typeprint.exp
7848 * gdb.python/py-unwind-maint.exp
7849 * gdb.python/py-unwind.exp
7850 * gdb.python/py-value-cc.exp
7851 * gdb.python/py-xmethods.exp
7852 * gdb.reverse/amd64-tailcall-reverse.exp
7853 * gdb.reverse/break-precsave.exp
7854 * gdb.reverse/break-reverse.exp
7855 * gdb.reverse/consecutive-precsave.exp
7856 * gdb.reverse/consecutive-reverse.exp
7857 * gdb.reverse/finish-precsave.exp
7858 * gdb.reverse/finish-reverse-bkpt.exp
7859 * gdb.reverse/finish-reverse.exp
7860 * gdb.reverse/fstatat-reverse.exp
7861 * gdb.reverse/getresuid-reverse.exp
7862 * gdb.reverse/i386-precsave.exp
7863 * gdb.reverse/i386-reverse.exp
7864 * gdb.reverse/i386-sse-reverse.exp
7865 * gdb.reverse/i387-env-reverse.exp
7866 * gdb.reverse/i387-stack-reverse.exp
7867 * gdb.reverse/insn-reverse.exp
7868 * gdb.reverse/machinestate-precsave.exp
7869 * gdb.reverse/machinestate.exp
7870 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7871 * gdb.reverse/pipe-reverse.exp
7872 * gdb.reverse/readv-reverse.exp
7873 * gdb.reverse/recvmsg-reverse.exp
7874 * gdb.reverse/rerun-prec.exp
7875 * gdb.reverse/s390-mvcle.exp
7876 * gdb.reverse/step-precsave.exp
7877 * gdb.reverse/step-reverse.exp
7878 * gdb.reverse/time-reverse.exp
7879 * gdb.reverse/until-precsave.exp
7880 * gdb.reverse/until-reverse.exp
7881 * gdb.reverse/waitpid-reverse.exp
7882 * gdb.reverse/watch-precsave.exp
7883 * gdb.reverse/watch-reverse.exp
7884 * gdb.rust/generics.exp
7885 * gdb.rust/methods.exp
7886 * gdb.rust/modules.exp
7887 * gdb.rust/simple.exp
7888 * gdb.server/connect-with-no-symbol-file.exp
7889 * gdb.server/ext-attach.exp
7890 * gdb.server/ext-restart.exp
7891 * gdb.server/ext-wrapper.exp
7892 * gdb.server/file-transfer.exp
7893 * gdb.server/server-exec-info.exp
7894 * gdb.server/server-kill.exp
7895 * gdb.server/server-mon.exp
7896 * gdb.server/wrapper.exp
7897 * gdb.stabs/exclfwd.exp
7898 * gdb.stabs/gdb11479.exp
7899 * gdb.threads/clone-new-thread-event.exp
7900 * gdb.threads/corethreads.exp
7901 * gdb.threads/current-lwp-dead.exp
7902 * gdb.threads/dlopen-libpthread.exp
7903 * gdb.threads/gcore-thread.exp
7904 * gdb.threads/sigstep-threads.exp
7905 * gdb.threads/watchpoint-fork.exp
7906 * gdb.trace/actions-changed.exp
7907 * gdb.trace/backtrace.exp
7908 * gdb.trace/change-loc.exp
7909 * gdb.trace/circ.exp
7910 * gdb.trace/collection.exp
7911 * gdb.trace/disconnected-tracing.exp
7912 * gdb.trace/ftrace.exp
7913 * gdb.trace/mi-trace-frame-collected.exp
7914 * gdb.trace/mi-trace-unavailable.exp
7915 * gdb.trace/mi-traceframe-changed.exp
7916 * gdb.trace/mi-tsv-changed.exp
7917 * gdb.trace/no-attach-trace.exp
7918 * gdb.trace/passc-dyn.exp
7919 * gdb.trace/qtro.exp
7920 * gdb.trace/range-stepping.exp
7921 * gdb.trace/read-memory.exp
7922 * gdb.trace/save-trace.exp
7923 * gdb.trace/signal.exp
7924 * gdb.trace/status-stop.exp
7925 * gdb.trace/tfile.exp
7926 * gdb.trace/trace-break.exp
7927 * gdb.trace/trace-buffer-size.exp
7928 * gdb.trace/trace-condition.exp
7929 * gdb.trace/tracefile-pseudo-reg.exp
7930 * gdb.trace/tstatus.exp
7931 * gdb.trace/unavailable.exp
7932 * gdb.trace/while-dyn.exp
7933 * gdb.trace/while-stepping.exp
7934
7935 2016-12-22 Doug Evans <xdje42@gmail.com>
7936
7937 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7938 and msymbols.
7939
7940 2016-12-19 Yao Qi <yao.qi@linaro.org>
7941
7942 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7943 (test_with_self): Don't call do_steps_and_nexts, and remove
7944 code about stepping into xmalloc.
7945
7946 2016-12-09 Yao Qi <yao.qi@linaro.org>
7947
7948 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7949
7950 2016-12-09 Yao Qi <yao.qi@linaro.org>
7951
7952 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7953
7954 2016-12-09 Pedro Alves <palves@redhat.com>
7955
7956 * gdb.base/all-architectures-0.exp: New file.
7957 * gdb.base/all-architectures-1.exp: New file.
7958 * gdb.base/all-architectures-2.exp: New file.
7959 * gdb.base/all-architectures-3.exp: New file.
7960 * gdb.base/all-architectures-4.exp: New file.
7961 * gdb.base/all-architectures-5.exp: New file.
7962 * gdb.base/all-architectures-6.exp: New file.
7963 * gdb.base/all-architectures-7.exp: New file.
7964 * gdb.base/all-architectures.exp.in: New file.
7965
7966 2016-12-09 Yao Qi <yao.qi@linaro.org>
7967
7968 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7969
7970 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7971
7972 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7973 possible.
7974 Remove useless pattern-matching code.
7975
7976 2016-12-02 Pedro Alves <palves@redhat.com>
7977
7978 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7979 procedure.
7980 (top level): Call it.
7981
7982 2016-12-02 Pedro Alves <palves@redhat.com>
7983
7984 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7985 New procedure.
7986 (top level): Call it.
7987
7988 2016-12-02 Pedro Alves <palves@redhat.com>
7989
7990 PR cli/20559
7991 * gdb.base/commands.exp (user_defined_command_args_eval): New
7992 procedure.
7993 (top level): Call it.
7994
7995 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7996
7997 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7998 timeout handling.
7999
8000 2016-12-02 Tom Tromey <tom@tromey.com>
8001
8002 * gdb.dwarf2/main-subprogram.c: New file.
8003 * gdb.dwarf2/main-subprogram.exp: New file.
8004
8005 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8006
8007 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8008 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8009 gdb_test_no_output for a couple of cases.
8010 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8011
8012 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8013
8014 Fix test names and standardize compilation error messages throughout
8015 the following files:
8016
8017 * gdb.ada/start.exp
8018 * gdb.arch/alpha-step.exp
8019 * gdb.arch/e500-prologue.exp
8020 * gdb.arch/ftrace-insn-reloc.exp
8021 * gdb.arch/gdb1291.exp
8022 * gdb.arch/gdb1431.exp
8023 * gdb.arch/gdb1558.exp
8024 * gdb.arch/i386-dr3-watch.exp
8025 * gdb.arch/i386-sse-stack-align.exp
8026 * gdb.arch/ia64-breakpoint-shadow.exp
8027 * gdb.arch/pa-nullify.exp
8028 * gdb.arch/powerpc-aix-prologue.exp
8029 * gdb.arch/thumb-bx-pc.exp
8030 * gdb.base/annota1.exp
8031 * gdb.base/annota3.exp
8032 * gdb.base/arrayidx.exp
8033 * gdb.base/assign.exp
8034 * gdb.base/attach.exp
8035 * gdb.base/auxv.exp
8036 * gdb.base/bang.exp
8037 * gdb.base/bfp-test.exp
8038 * gdb.base/bigcore.exp
8039 * gdb.base/bitfields2.exp
8040 * gdb.base/break-fun-addr.exp
8041 * gdb.base/break-probes.exp
8042 * gdb.base/call-rt-st.exp
8043 * gdb.base/callexit.exp
8044 * gdb.base/catch-fork-kill.exp
8045 * gdb.base/charset.exp
8046 * gdb.base/checkpoint.exp
8047 * gdb.base/comprdebug.exp
8048 * gdb.base/constvars.exp
8049 * gdb.base/coredump-filter.exp
8050 * gdb.base/cursal.exp
8051 * gdb.base/cvexpr.exp
8052 * gdb.base/detach.exp
8053 * gdb.base/display.exp
8054 * gdb.base/dmsym.exp
8055 * gdb.base/dprintf-pending.exp
8056 * gdb.base/dso2dso.exp
8057 * gdb.base/dtrace-probe.exp
8058 * gdb.base/dump.exp
8059 * gdb.base/enum_cond.exp
8060 * gdb.base/exe-lock.exp
8061 * gdb.base/exec-invalid-sysroot.exp
8062 * gdb.base/execl-update-breakpoints.exp
8063 * gdb.base/exprs.exp
8064 * gdb.base/fileio.exp
8065 * gdb.base/find.exp
8066 * gdb.base/finish.exp
8067 * gdb.base/fixsection.exp
8068 * gdb.base/foll-vfork.exp
8069 * gdb.base/frame-args.exp
8070 * gdb.base/gcore.exp
8071 * gdb.base/gdb1250.exp
8072 * gdb.base/global-var-nested-by-dso.exp
8073 * gdb.base/gnu-ifunc.exp
8074 * gdb.base/hashline1.exp
8075 * gdb.base/hashline2.exp
8076 * gdb.base/hashline3.exp
8077 * gdb.base/hbreak-in-shr-unsupported.exp
8078 * gdb.base/huge.exp
8079 * gdb.base/infcall-input.exp
8080 * gdb.base/info-fun.exp
8081 * gdb.base/info-shared.exp
8082 * gdb.base/jit-simple.exp
8083 * gdb.base/jit-so.exp
8084 * gdb.base/jit.exp
8085 * gdb.base/jump.exp
8086 * gdb.base/label.exp
8087 * gdb.base/lineinc.exp
8088 * gdb.base/logical.exp
8089 * gdb.base/longjmp.exp
8090 * gdb.base/macscp.exp
8091 * gdb.base/miscexprs.exp
8092 * gdb.base/new-ui-echo.exp
8093 * gdb.base/new-ui-pending-input.exp
8094 * gdb.base/new-ui.exp
8095 * gdb.base/nodebug.exp
8096 * gdb.base/nofield.exp
8097 * gdb.base/offsets.exp
8098 * gdb.base/overlays.exp
8099 * gdb.base/pending.exp
8100 * gdb.base/pointers.exp
8101 * gdb.base/pr11022.exp
8102 * gdb.base/printcmds.exp
8103 * gdb.base/prologue.exp
8104 * gdb.base/ptr-typedef.exp
8105 * gdb.base/realname-expand.exp
8106 * gdb.base/relativedebug.exp
8107 * gdb.base/relocate.exp
8108 * gdb.base/remote.exp
8109 * gdb.base/reread.exp
8110 * gdb.base/return2.exp
8111 * gdb.base/savedregs.exp
8112 * gdb.base/sep.exp
8113 * gdb.base/sepdebug.exp
8114 * gdb.base/sepsymtab.exp
8115 * gdb.base/set-inferior-tty.exp
8116 * gdb.base/setshow.exp
8117 * gdb.base/shlib-call.exp
8118 * gdb.base/sigaltstack.exp
8119 * gdb.base/siginfo-addr.exp
8120 * gdb.base/signals.exp
8121 * gdb.base/signull.exp
8122 * gdb.base/sigrepeat.exp
8123 * gdb.base/so-impl-ld.exp
8124 * gdb.base/solib-display.exp
8125 * gdb.base/solib-overlap.exp
8126 * gdb.base/solib-search.exp
8127 * gdb.base/solib-symbol.exp
8128 * gdb.base/structs.exp
8129 * gdb.base/structs2.exp
8130 * gdb.base/symtab-search-order.exp
8131 * gdb.base/twice.exp
8132 * gdb.base/unload.exp
8133 * gdb.base/varargs.exp
8134 * gdb.base/watchpoint-solib.exp
8135 * gdb.base/watchpoint.exp
8136 * gdb.base/whatis.exp
8137 * gdb.base/wrong_frame_bt_full.exp
8138 * gdb.btrace/dlopen.exp
8139 * gdb.cell/ea-standalone.exp
8140 * gdb.cell/ea-test.exp
8141 * gdb.cp/dispcxx.exp
8142 * gdb.cp/gdb2384.exp
8143 * gdb.cp/method2.exp
8144 * gdb.cp/nextoverthrow.exp
8145 * gdb.cp/pr10728.exp
8146 * gdb.disasm/am33.exp
8147 * gdb.disasm/h8300s.exp
8148 * gdb.disasm/mn10300.exp
8149 * gdb.disasm/sh3.exp
8150 * gdb.dwarf2/dw2-dir-file-name.exp
8151 * gdb.fortran/complex.exp
8152 * gdb.fortran/library-module.exp
8153 * gdb.guile/scm-pretty-print.exp
8154 * gdb.guile/scm-symbol.exp
8155 * gdb.guile/scm-type.exp
8156 * gdb.guile/scm-value.exp
8157 * gdb.linespec/linespec.exp
8158 * gdb.mi/gdb701.exp
8159 * gdb.mi/gdb792.exp
8160 * gdb.mi/mi-breakpoint-changed.exp
8161 * gdb.mi/mi-dprintf-pending.exp
8162 * gdb.mi/mi-dprintf.exp
8163 * gdb.mi/mi-exit-code.exp
8164 * gdb.mi/mi-pending.exp
8165 * gdb.mi/mi-solib.exp
8166 * gdb.mi/new-ui-mi-sync.exp
8167 * gdb.mi/pr11022.exp
8168 * gdb.mi/user-selected-context-sync.exp
8169 * gdb.opt/solib-intra-step.exp
8170 * gdb.python/py-events.exp
8171 * gdb.python/py-finish-breakpoint.exp
8172 * gdb.python/py-mi.exp
8173 * gdb.python/py-prettyprint.exp
8174 * gdb.python/py-shared.exp
8175 * gdb.python/py-symbol.exp
8176 * gdb.python/py-template.exp
8177 * gdb.python/py-type.exp
8178 * gdb.python/py-value.exp
8179 * gdb.reverse/solib-precsave.exp
8180 * gdb.reverse/solib-reverse.exp
8181 * gdb.server/solib-list.exp
8182 * gdb.stabs/weird.exp
8183 * gdb.threads/reconnect-signal.exp
8184 * gdb.threads/stepi-random-signal.exp
8185 * gdb.trace/actions.exp
8186 * gdb.trace/ax.exp
8187 * gdb.trace/backtrace.exp
8188 * gdb.trace/change-loc.exp
8189 * gdb.trace/deltrace.exp
8190 * gdb.trace/ftrace-lock.exp
8191 * gdb.trace/ftrace.exp
8192 * gdb.trace/infotrace.exp
8193 * gdb.trace/mi-tracepoint-changed.exp
8194 * gdb.trace/packetlen.exp
8195 * gdb.trace/passcount.exp
8196 * gdb.trace/pending.exp
8197 * gdb.trace/range-stepping.exp
8198 * gdb.trace/report.exp
8199 * gdb.trace/stap-trace.exp
8200 * gdb.trace/tfind.exp
8201 * gdb.trace/trace-break.exp
8202 * gdb.trace/trace-condition.exp
8203 * gdb.trace/trace-enable-disable.exp
8204 * gdb.trace/trace-mt.exp
8205 * gdb.trace/tracecmd.exp
8206 * gdb.trace/tspeed.exp
8207 * gdb.trace/tsv.exp
8208 * lib/perftest.exp
8209
8210 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8211
8212 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8213 with gdb_test_no_output.
8214 Use command as test name.
8215
8216 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8217
8218 Fix test names starting with uppercase throughout the files.
8219
8220 * gdb.ada/assign_1.exp
8221 * gdb.ada/boolean_expr.exp
8222 * gdb.base/arrayidx.exp
8223 * gdb.base/del.exp
8224 * gdb.base/gcore-buffer-overflow.exp
8225 * gdb.base/testenv.exp
8226 * gdb.compile/compile.exp
8227 * gdb.python/py-framefilter-invalidarg.exp
8228 * gdb.python/py-framefilter.exp
8229
8230 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8231
8232 Fix test names starting with uppercase throughout the files.
8233
8234 * gdb.ada/array_return.exp
8235 * gdb.ada/expr_delims.exp
8236 * gdb.ada/mi_dyn_arr.exp
8237 * gdb.ada/mi_interface.exp
8238 * gdb.ada/mi_var_array.exp
8239 * gdb.ada/watch_arg.exp
8240 * gdb.arch/alpha-step.exp
8241 * gdb.arch/altivec-regs.exp
8242 * gdb.arch/e500-regs.exp
8243 * gdb.arch/powerpc-d128-regs.exp
8244 * gdb.base/arrayidx.exp
8245 * gdb.base/break.exp
8246 * gdb.base/checkpoint.exp
8247 * gdb.base/debug-expr.exp
8248 * gdb.base/dmsym.exp
8249 * gdb.base/radix.exp
8250 * gdb.base/sepdebug.exp
8251 * gdb.base/testenv.exp
8252 * gdb.base/watch_thread_num.exp
8253 * gdb.base/watchpoint-cond-gone.exp
8254 * gdb.cell/break.exp
8255 * gdb.cell/ea-cache.exp
8256 * gdb.compile/compile.exp
8257 * gdb.cp/gdb2495.exp
8258 * gdb.gdb/selftest.exp
8259 * gdb.gdb/xfullpath.exp
8260 * gdb.go/hello.exp
8261 * gdb.go/integers.exp
8262 * gdb.objc/basicclass.exp
8263 * gdb.pascal/hello.exp
8264 * gdb.pascal/integers.exp
8265 * gdb.python/py-breakpoint.exp
8266 * gdb.python/py-cmd.exp
8267 * gdb.python/py-linetable.exp
8268 * gdb.python/py-xmethods.exp
8269 * gdb.python/python.exp
8270 * gdb.reverse/consecutive-precsave.exp
8271 * gdb.reverse/finish-precsave.exp
8272 * gdb.reverse/i386-precsave.exp
8273 * gdb.reverse/machinestate-precsave.exp
8274 * gdb.reverse/sigall-precsave.exp
8275 * gdb.reverse/solib-precsave.exp
8276 * gdb.reverse/step-precsave.exp
8277 * gdb.reverse/until-precsave.exp
8278 * gdb.reverse/watch-precsave.exp
8279 * gdb.threads/leader-exit.exp
8280 * gdb.threads/pthreads.exp
8281 * gdb.threads/wp-replication.exp
8282 * gdb.trace/actions.exp
8283 * gdb.trace/mi-tsv-changed.exp
8284 * gdb.trace/tsv.exp
8285
8286 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8287
8288 Fix test names starting with uppercase throughout the files.
8289
8290 * gdb.arch/i386-bp_permanent.exp
8291 * gdb.arch/i386-gnu-cfi.exp
8292 * gdb.base/disasm-end-cu.exp
8293 * gdb.base/macscp.exp
8294 * gdb.base/pending.exp
8295 * gdb.base/watch_thread_num.exp
8296 * gdb.cp/exception.exp
8297 * gdb.cp/gdb2495.exp
8298 * gdb.cp/local.exp
8299 * gdb.python/py-evsignal.exp
8300 * gdb.python/python.exp
8301 * gdb.trace/tracecmd.exp
8302
8303 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8304
8305 Fix test names starting with uppercase throughout the files.
8306
8307 * gdb.base/charset.exp
8308 * gdb.base/eval.exp
8309 * gdb.base/multi-forks.exp
8310 * gdb.guile/scm-progspace.exp
8311 * gdb.opencl/datatypes.exp
8312 * gdb.python/py-block.exp
8313 * gdb.python/py-function.exp
8314 * gdb.python/py-symbol.exp
8315 * gdb.python/py-symtab.exp
8316 * gdb.python/py-xmethods.exp
8317 * gdb.reverse/break-precsave.exp
8318 * gdb.reverse/break-reverse.exp
8319 * gdb.reverse/consecutive-precsave.exp
8320 * gdb.reverse/consecutive-reverse.exp
8321 * gdb.reverse/finish-precsave.exp
8322 * gdb.reverse/finish-reverse-bkpt.exp
8323 * gdb.reverse/finish-reverse.exp
8324 * gdb.reverse/fstatat-reverse.exp
8325 * gdb.reverse/getresuid-reverse.exp
8326 * gdb.reverse/i386-precsave.exp
8327 * gdb.reverse/i386-reverse.exp
8328 * gdb.reverse/i386-sse-reverse.exp
8329 * gdb.reverse/i387-stack-reverse.exp
8330 * gdb.reverse/insn-reverse.exp
8331 * gdb.reverse/machinestate-precsave.exp
8332 * gdb.reverse/machinestate.exp
8333 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8334 * gdb.reverse/pipe-reverse.exp
8335 * gdb.reverse/readv-reverse.exp
8336 * gdb.reverse/recvmsg-reverse.exp
8337 * gdb.reverse/rerun-prec.exp
8338 * gdb.reverse/s390-mvcle.exp
8339 * gdb.reverse/sigall-precsave.exp
8340 * gdb.reverse/sigall-reverse.exp
8341 * gdb.reverse/solib-precsave.exp
8342 * gdb.reverse/solib-reverse.exp
8343 * gdb.reverse/step-precsave.exp
8344 * gdb.reverse/step-reverse.exp
8345 * gdb.reverse/time-reverse.exp
8346 * gdb.reverse/until-precsave.exp
8347 * gdb.reverse/until-reverse.exp
8348 * gdb.reverse/waitpid-reverse.exp
8349 * gdb.reverse/watch-precsave.exp
8350 * gdb.reverse/watch-reverse.exp
8351
8352 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8353
8354 Fix test names starting with uppercase throughout the files.
8355
8356 * gdb.arch/i386-mpx-simple_segv.exp
8357 * gdb.arch/i386-mpx.exp
8358 * gdb.arch/i386-permbkpt.exp
8359 * gdb.arch/pa-nullify.exp
8360 * gdb.arch/powerpc-d128-regs.exp
8361 * gdb.arch/vsx-regs.exp
8362 * gdb.base/bfp-test.exp
8363 * gdb.base/break.exp
8364 * gdb.base/breakpoint-shadow.exp
8365 * gdb.base/callfuncs.exp
8366 * gdb.base/charset.exp
8367 * gdb.base/commands.exp
8368 * gdb.base/completion.exp
8369 * gdb.base/dfp-test.exp
8370 * gdb.base/echo.exp
8371 * gdb.base/ending-run.exp
8372 * gdb.base/eval.exp
8373 * gdb.base/expand-psymtabs.exp
8374 * gdb.base/float128.exp
8375 * gdb.base/floatn.exp
8376 * gdb.base/foll-exec-mode.exp
8377 * gdb.base/gdb1056.exp
8378 * gdb.base/gdb11531.exp
8379 * gdb.base/kill-after-signal.exp
8380 * gdb.base/multi-forks.exp
8381 * gdb.base/overlays.exp
8382 * gdb.base/pending.exp
8383 * gdb.base/sepdebug.exp
8384 * gdb.base/testenv.exp
8385 * gdb.base/valgrind-db-attach.exp
8386 * gdb.base/watch_thread_num.exp
8387 * gdb.base/watchpoint-cond-gone.exp
8388 * gdb.base/watchpoint.exp
8389 * gdb.base/watchpoints.exp
8390 * gdb.cp/arg-reference.exp
8391 * gdb.cp/baseenum.exp
8392 * gdb.cp/operator.exp
8393 * gdb.cp/shadow.exp
8394 * gdb.dwarf2/dw2-op-out-param.exp
8395 * gdb.dwarf2/dw2-reg-undefined.exp
8396 * gdb.go/chan.exp
8397 * gdb.go/hello.exp
8398 * gdb.go/integers.exp
8399 * gdb.go/methods.exp
8400 * gdb.go/package.exp
8401 * gdb.guile/scm-parameter.exp
8402 * gdb.guile/scm-progspace.exp
8403 * gdb.guile/scm-value.exp
8404 * gdb.mi/mi-pending.exp
8405 * gdb.mi/user-selected-context-sync.exp
8406 * gdb.multi/multi-attach.exp
8407 * gdb.multi/tids.exp
8408 * gdb.opt/clobbered-registers-O2.exp
8409 * gdb.pascal/floats.exp
8410 * gdb.pascal/integers.exp
8411 * gdb.python/py-block.exp
8412 * gdb.python/py-events.exp
8413 * gdb.python/py-parameter.exp
8414 * gdb.python/py-symbol.exp
8415 * gdb.python/py-symtab.exp
8416 * gdb.python/py-type.exp
8417 * gdb.python/py-value.exp
8418 * gdb.python/py-xmethods.exp
8419 * gdb.python/python.exp
8420 * gdb.reverse/break-precsave.exp
8421 * gdb.reverse/consecutive-precsave.exp
8422 * gdb.reverse/finish-precsave.exp
8423 * gdb.reverse/i386-precsave.exp
8424 * gdb.reverse/machinestate-precsave.exp
8425 * gdb.reverse/sigall-precsave.exp
8426 * gdb.reverse/solib-precsave.exp
8427 * gdb.reverse/step-precsave.exp
8428 * gdb.reverse/until-precsave.exp
8429 * gdb.reverse/watch-precsave.exp
8430 * gdb.server/ext-attach.exp
8431 * gdb.server/ext-restart.exp
8432 * gdb.server/ext-run.exp
8433 * gdb.server/ext-wrapper.exp
8434 * gdb.stabs/gdb11479.exp
8435 * gdb.stabs/weird.exp
8436 * gdb.threads/attach-many-short-lived-threads.exp
8437 * gdb.threads/kill.exp
8438 * gdb.threads/watchpoint-fork.exp
8439
8440 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8441
8442 Fix test names starting with uppercase throughout all the files below.
8443
8444 * gdb.ada/array_return.exp
8445 * gdb.ada/catch_ex.exp
8446 * gdb.ada/info_exc.exp
8447 * gdb.ada/mi_catch_ex.exp
8448 * gdb.ada/mi_dyn_arr.exp
8449 * gdb.ada/mi_ex_cond.exp
8450 * gdb.ada/mi_exc_info.exp
8451 * gdb.ada/mi_interface.exp
8452 * gdb.ada/mi_task_arg.exp
8453 * gdb.ada/mi_task_info.exp
8454 * gdb.ada/mi_var_array.exp
8455 * gdb.arch/alpha-step.exp
8456 * gdb.arch/amd64-disp-step.exp
8457 * gdb.arch/arm-disp-step.exp
8458 * gdb.arch/disp-step-insn-reloc.exp
8459 * gdb.arch/e500-prologue.exp
8460 * gdb.arch/ftrace-insn-reloc.exp
8461 * gdb.arch/gdb1558.exp
8462 * gdb.arch/i386-bp_permanent.exp
8463 * gdb.arch/i386-disp-step.exp
8464 * gdb.arch/i386-float.exp
8465 * gdb.arch/i386-gnu-cfi.exp
8466 * gdb.arch/ia64-breakpoint-shadow.exp
8467 * gdb.arch/mips16-thunks.exp
8468 * gdb.arch/pa-nullify.exp
8469 * gdb.arch/powerpc-aix-prologue.exp
8470 * gdb.arch/powerpc-power.exp
8471 * gdb.arch/ppc-dfp.exp
8472 * gdb.arch/s390-tdbregs.exp
8473 * gdb.arch/spu-info.exp
8474 * gdb.arch/spu-ls.exp
8475 * gdb.arch/thumb-bx-pc.exp
8476 * gdb.base/advance.exp
8477 * gdb.base/annota-input-while-running.exp
8478 * gdb.base/arrayidx.exp
8479 * gdb.base/asmlabel.exp
8480 * gdb.base/async.exp
8481 * gdb.base/attach-wait-input.exp
8482 * gdb.base/auto-connect-native-target.exp
8483 * gdb.base/batch-preserve-term-settings.exp
8484 * gdb.base/bfp-test.exp
8485 * gdb.base/bigcore.exp
8486 * gdb.base/bp-permanent.exp
8487 * gdb.base/break-always.exp
8488 * gdb.base/break-fun-addr.exp
8489 * gdb.base/break-idempotent.exp
8490 * gdb.base/break-main-file-remove-fail.exp
8491 * gdb.base/break-probes.exp
8492 * gdb.base/break-unload-file.exp
8493 * gdb.base/break.exp
8494 * gdb.base/call-ar-st.exp
8495 * gdb.base/call-rt-st.exp
8496 * gdb.base/call-sc.exp
8497 * gdb.base/call-signal-resume.exp
8498 * gdb.base/call-strs.exp
8499 * gdb.base/callexit.exp
8500 * gdb.base/callfuncs.exp
8501 * gdb.base/catch-gdb-caused-signals.exp
8502 * gdb.base/catch-signal-siginfo-cond.exp
8503 * gdb.base/catch-syscall.exp
8504 * gdb.base/compare-sections.exp
8505 * gdb.base/cond-eval-mode.exp
8506 * gdb.base/condbreak-call-false.exp
8507 * gdb.base/consecutive-step-over.exp
8508 * gdb.base/cursal.exp
8509 * gdb.base/disabled-location.exp
8510 * gdb.base/disasm-end-cu.exp
8511 * gdb.base/display.exp
8512 * gdb.base/double-prompt-target-event-error.exp
8513 * gdb.base/dprintf-bp-same-addr.exp
8514 * gdb.base/dprintf-detach.exp
8515 * gdb.base/dprintf-next.exp
8516 * gdb.base/dprintf-non-stop.exp
8517 * gdb.base/dprintf-pending.exp
8518 * gdb.base/dso2dso.exp
8519 * gdb.base/ending-run.exp
8520 * gdb.base/enum_cond.exp
8521 * gdb.base/examine-backward.exp
8522 * gdb.base/exe-lock.exp
8523 * gdb.base/exec-invalid-sysroot.exp
8524 * gdb.base/execl-update-breakpoints.exp
8525 * gdb.base/execution-termios.exp
8526 * gdb.base/fileio.exp
8527 * gdb.base/fixsection.exp
8528 * gdb.base/foll-exec-mode.exp
8529 * gdb.base/foll-exec.exp
8530 * gdb.base/fork-running-state.exp
8531 * gdb.base/frame-args.exp
8532 * gdb.base/fullpath-expand.exp
8533 * gdb.base/func-ptr.exp
8534 * gdb.base/gcore-relro-pie.exp
8535 * gdb.base/gdb1090.exp
8536 * gdb.base/gdb1555.exp
8537 * gdb.base/global-var-nested-by-dso.exp
8538 * gdb.base/gnu-ifunc.exp
8539 * gdb.base/hbreak-in-shr-unsupported.exp
8540 * gdb.base/hbreak-unmapped.exp
8541 * gdb.base/hook-stop.exp
8542 * gdb.base/infcall-input.exp
8543 * gdb.base/info-fun.exp
8544 * gdb.base/info-shared.exp
8545 * gdb.base/interrupt-noterm.exp
8546 * gdb.base/jit-so.exp
8547 * gdb.base/jit.exp
8548 * gdb.base/line-symtabs.exp
8549 * gdb.base/list.exp
8550 * gdb.base/longjmp.exp
8551 * gdb.base/macscp.exp
8552 * gdb.base/max-value-size.exp
8553 * gdb.base/nodebug.exp
8554 * gdb.base/nofield.exp
8555 * gdb.base/overlays.exp
8556 * gdb.base/paginate-after-ctrl-c-running.exp
8557 * gdb.base/paginate-bg-execution.exp
8558 * gdb.base/paginate-inferior-exit.exp
8559 * gdb.base/pending.exp
8560 * gdb.base/pr11022.exp
8561 * gdb.base/printcmds.exp
8562 * gdb.base/ptr-typedef.exp
8563 * gdb.base/ptype.exp
8564 * gdb.base/randomize.exp
8565 * gdb.base/range-stepping.exp
8566 * gdb.base/realname-expand.exp
8567 * gdb.base/relativedebug.exp
8568 * gdb.base/remote.exp
8569 * gdb.base/savedregs.exp
8570 * gdb.base/sepdebug.exp
8571 * gdb.base/set-noassign.exp
8572 * gdb.base/shlib-call.exp
8573 * gdb.base/shreloc.exp
8574 * gdb.base/sigaltstack.exp
8575 * gdb.base/sigbpt.exp
8576 * gdb.base/siginfo-addr.exp
8577 * gdb.base/siginfo-obj.exp
8578 * gdb.base/siginfo-thread.exp
8579 * gdb.base/signest.exp
8580 * gdb.base/signull.exp
8581 * gdb.base/sigrepeat.exp
8582 * gdb.base/skip.exp
8583 * gdb.base/so-impl-ld.exp
8584 * gdb.base/solib-corrupted.exp
8585 * gdb.base/solib-disc.exp
8586 * gdb.base/solib-display.exp
8587 * gdb.base/solib-overlap.exp
8588 * gdb.base/solib-search.exp
8589 * gdb.base/solib-symbol.exp
8590 * gdb.base/source-execution.exp
8591 * gdb.base/sss-bp-on-user-bp-2.exp
8592 * gdb.base/sss-bp-on-user-bp.exp
8593 * gdb.base/stack-checking.exp
8594 * gdb.base/stale-infcall.exp
8595 * gdb.base/step-break.exp
8596 * gdb.base/step-line.exp
8597 * gdb.base/step-over-exit.exp
8598 * gdb.base/step-test.exp
8599 * gdb.base/structs.exp
8600 * gdb.base/sym-file.exp
8601 * gdb.base/symtab-search-order.exp
8602 * gdb.base/term.exp
8603 * gdb.base/type-opaque.exp
8604 * gdb.base/unload.exp
8605 * gdb.base/until-nodebug.exp
8606 * gdb.base/until.exp
8607 * gdb.base/unwindonsignal.exp
8608 * gdb.base/watch-cond.exp
8609 * gdb.base/watch-non-mem.exp
8610 * gdb.base/watch_thread_num.exp
8611 * gdb.base/watchpoint-reuse-slot.exp
8612 * gdb.base/watchpoint-solib.exp
8613 * gdb.base/watchpoint.exp
8614 * gdb.btrace/dlopen.exp
8615 * gdb.cell/arch.exp
8616 * gdb.cell/break.exp
8617 * gdb.cell/bt.exp
8618 * gdb.cell/core.exp
8619 * gdb.cell/data.exp
8620 * gdb.cell/dwarfaddr.exp
8621 * gdb.cell/ea-cache.exp
8622 * gdb.cell/ea-standalone.exp
8623 * gdb.cell/ea-test.exp
8624 * gdb.cell/f-regs.exp
8625 * gdb.cell/fork.exp
8626 * gdb.cell/gcore.exp
8627 * gdb.cell/mem-access.exp
8628 * gdb.cell/ptype.exp
8629 * gdb.cell/registers.exp
8630 * gdb.cell/sizeof.exp
8631 * gdb.cell/solib-symbol.exp
8632 * gdb.cell/solib.exp
8633 * gdb.compile/compile-tls.exp
8634 * gdb.cp/exception.exp
8635 * gdb.cp/gdb2495.exp
8636 * gdb.cp/local.exp
8637 * gdb.cp/mb-inline.exp
8638 * gdb.cp/mb-templates.exp
8639 * gdb.cp/pr10687.exp
8640 * gdb.cp/pr9167.exp
8641 * gdb.cp/scope-err.exp
8642 * gdb.cp/templates.exp
8643 * gdb.cp/virtfunc.exp
8644 * gdb.dwarf2/dw2-dir-file-name.exp
8645 * gdb.dwarf2/dw2-single-line-discriminators.exp
8646 * gdb.fortran/complex.exp
8647 * gdb.fortran/library-module.exp
8648 * gdb.guile/guile.exp
8649 * gdb.guile/scm-cmd.exp
8650 * gdb.guile/scm-frame-inline.exp
8651 * gdb.guile/scm-objfile.exp
8652 * gdb.guile/scm-pretty-print.exp
8653 * gdb.guile/scm-symbol.exp
8654 * gdb.guile/scm-type.exp
8655 * gdb.guile/scm-value.exp
8656 * gdb.linespec/keywords.exp
8657 * gdb.linespec/ls-errs.exp
8658 * gdb.linespec/macro-relative.exp
8659 * gdb.linespec/thread.exp
8660 * gdb.mi/mi-breakpoint-changed.exp
8661 * gdb.mi/mi-dprintf-pending.exp
8662 * gdb.mi/mi-fullname-deleted.exp
8663 * gdb.mi/mi-logging.exp
8664 * gdb.mi/mi-pending.exp
8665 * gdb.mi/mi-solib.exp
8666 * gdb.mi/new-ui-mi-sync.exp
8667 * gdb.mi/user-selected-context-sync.exp
8668 * gdb.multi/dummy-frame-restore.exp
8669 * gdb.multi/multi-arch-exec.exp
8670 * gdb.multi/remove-inferiors.exp
8671 * gdb.multi/watchpoint-multi-exit.exp
8672 * gdb.opt/solib-intra-step.exp
8673 * gdb.perf/backtrace.exp
8674 * gdb.perf/single-step.exp
8675 * gdb.perf/skip-command.exp
8676 * gdb.perf/skip-prologue.exp
8677 * gdb.perf/solib.exp
8678 * gdb.python/lib-types.exp
8679 * gdb.python/py-as-string.exp
8680 * gdb.python/py-bad-printers.exp
8681 * gdb.python/py-block.exp
8682 * gdb.python/py-breakpoint.exp
8683 * gdb.python/py-cmd.exp
8684 * gdb.python/py-events.exp
8685 * gdb.python/py-evthreads.exp
8686 * gdb.python/py-finish-breakpoint.exp
8687 * gdb.python/py-finish-breakpoint2.exp
8688 * gdb.python/py-frame-inline.exp
8689 * gdb.python/py-frame.exp
8690 * gdb.python/py-inferior.exp
8691 * gdb.python/py-infthread.exp
8692 * gdb.python/py-mi.exp
8693 * gdb.python/py-objfile.exp
8694 * gdb.python/py-pp-maint.exp
8695 * gdb.python/py-pp-registration.exp
8696 * gdb.python/py-prettyprint.exp
8697 * gdb.python/py-recurse-unwind.exp
8698 * gdb.python/py-shared.exp
8699 * gdb.python/py-symbol.exp
8700 * gdb.python/py-symtab.exp
8701 * gdb.python/py-template.exp
8702 * gdb.python/py-type.exp
8703 * gdb.python/py-unwind-maint.exp
8704 * gdb.python/py-unwind.exp
8705 * gdb.python/py-value.exp
8706 * gdb.python/python.exp
8707 * gdb.reverse/finish-reverse-bkpt.exp
8708 * gdb.reverse/insn-reverse.exp
8709 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8710 * gdb.reverse/solib-precsave.exp
8711 * gdb.reverse/solib-reverse.exp
8712 * gdb.stabs/gdb11479.exp
8713 * gdb.stabs/weird.exp
8714 * gdb.threads/fork-child-threads.exp
8715 * gdb.threads/fork-plus-threads.exp
8716 * gdb.threads/fork-thread-pending.exp
8717 * gdb.threads/forking-threads-plus-breakpoint.exp
8718 * gdb.threads/hand-call-in-threads.exp
8719 * gdb.threads/interrupted-hand-call.exp
8720 * gdb.threads/linux-dp.exp
8721 * gdb.threads/local-watch-wrong-thread.exp
8722 * gdb.threads/next-while-other-thread-longjmps.exp
8723 * gdb.threads/non-ldr-exit.exp
8724 * gdb.threads/pending-step.exp
8725 * gdb.threads/print-threads.exp
8726 * gdb.threads/process-dies-while-detaching.exp
8727 * gdb.threads/process-dies-while-handling-bp.exp
8728 * gdb.threads/pthreads.exp
8729 * gdb.threads/queue-signal.exp
8730 * gdb.threads/reconnect-signal.exp
8731 * gdb.threads/signal-command-handle-nopass.exp
8732 * gdb.threads/signal-command-multiple-signals-pending.exp
8733 * gdb.threads/signal-delivered-right-thread.exp
8734 * gdb.threads/signal-sigtrap.exp
8735 * gdb.threads/sigthread.exp
8736 * gdb.threads/staticthreads.exp
8737 * gdb.threads/stepi-random-signal.exp
8738 * gdb.threads/thread-unwindonsignal.exp
8739 * gdb.threads/thread_check.exp
8740 * gdb.threads/thread_events.exp
8741 * gdb.threads/tid-reuse.exp
8742 * gdb.threads/tls-nodebug.exp
8743 * gdb.threads/tls-shared.exp
8744 * gdb.threads/tls-so_extern.exp
8745 * gdb.threads/tls.exp
8746 * gdb.threads/wp-replication.exp
8747 * gdb.trace/actions-changed.exp
8748 * gdb.trace/actions.exp
8749 * gdb.trace/backtrace.exp
8750 * gdb.trace/change-loc.exp
8751 * gdb.trace/collection.exp
8752 * gdb.trace/deltrace.exp
8753 * gdb.trace/disconnected-tracing.exp
8754 * gdb.trace/entry-values.exp
8755 * gdb.trace/ftrace-lock.exp
8756 * gdb.trace/ftrace.exp
8757 * gdb.trace/infotrace.exp
8758 * gdb.trace/mi-trace-frame-collected.exp
8759 * gdb.trace/mi-trace-unavailable.exp
8760 * gdb.trace/mi-traceframe-changed.exp
8761 * gdb.trace/mi-tracepoint-changed.exp
8762 * gdb.trace/mi-tsv-changed.exp
8763 * gdb.trace/no-attach-trace.exp
8764 * gdb.trace/packetlen.exp
8765 * gdb.trace/passc-dyn.exp
8766 * gdb.trace/passcount.exp
8767 * gdb.trace/pending.exp
8768 * gdb.trace/pr16508.exp
8769 * gdb.trace/qtro.exp
8770 * gdb.trace/range-stepping.exp
8771 * gdb.trace/read-memory.exp
8772 * gdb.trace/report.exp
8773 * gdb.trace/save-trace.exp
8774 * gdb.trace/signal.exp
8775 * gdb.trace/stap-trace.exp
8776 * gdb.trace/status-stop.exp
8777 * gdb.trace/strace.exp
8778 * gdb.trace/tfile.exp
8779 * gdb.trace/tfind.exp
8780 * gdb.trace/trace-break.exp
8781 * gdb.trace/trace-condition.exp
8782 * gdb.trace/trace-enable-disable.exp
8783 * gdb.trace/trace-mt.exp
8784 * gdb.trace/tracecmd.exp
8785 * gdb.trace/tracefile-pseudo-reg.exp
8786 * gdb.trace/tspeed.exp
8787 * gdb.trace/tstatus.exp
8788 * gdb.trace/tsv.exp
8789 * gdb.trace/unavailable.exp
8790 * gdb.trace/while-dyn.exp
8791 * gdb.trace/while-stepping.exp
8792 * lib/gdb-guile.exp
8793 * lib/gdb.exp
8794 * lib/mi-support.exp
8795 * lib/pascal.exp
8796 * lib/perftest.exp
8797 * lib/prelink-support.exp
8798 * lib/selftest-support.exp
8799
8800 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8801
8802 * Makefile.in: Include disable-implicit-rules.mk.
8803
8804 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8805
8806 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8807 non-byte-aligned bit fields.
8808
8809 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8810
8811 PR gdb/12616
8812 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8813 respects the DW_AT_data_bit_offset attribute.
8814
8815 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8816
8817 * gdb.base/default.exp: Fix output of "set language".
8818
8819 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8820
8821 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8822 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8823 make.
8824 * configure.ac: Remove checks for the make program.
8825 * configure: Re-generate.
8826
8827 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8828
8829 * gdb.python/py-recurse-unwind.c (main): Add loop.
8830 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8831 to read_register() and gdb.parse_and_eval(). Make each code
8832 call a separate case that can be individually tested.
8833 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8834 proc. Call cont_and_backtrace for each of the code paths that
8835 we want to test in the unwinder.
8836
8837 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8838
8839 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8840 the definition of struct S.
8841
8842 2016-11-11 Catherine Moore <clm@codesourcery.com>
8843
8844 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8845
8846 2016-11-09 Pedro Alves <palves@redhat.com>
8847
8848 * gdb.base/commands.exp (runto_or_return): New procedure.
8849 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8850 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8851 (progvar_simple_while_test, progvar_complex_if_while_test)
8852 (if_while_breakpoint_command_test)
8853 (infrun_breakpoint_command_test, breakpoint_command_test)
8854 (user_defined_command_test, watchpoint_command_test)
8855 (test_command_prompt_position, redefine_hook_test)
8856 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8857 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8858 multi_line_input and multi_line. Remove gdb_expect and
8859 gdb_stop_suppressing_tests uses.
8860 * lib/gdb.exp (valnum_re): New global.
8861 (multi_line_input): New procedure.
8862
8863 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8864
8865 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8866 Remove.
8867 (test_setup): Define with proc_with_prefix.
8868 (test_cli_inferior): Likewise.
8869 (test_cli_thread): Likewise.
8870 (test_cli_frame): Likewise.
8871 (test_cli_select_frame): Likewise.
8872 (test_cli_up_down): Likewise.
8873 (test_mi_thread_select): Likewise.
8874 (test_mi_stack_select_frame): Likewise.
8875 (test_cli_in_mi_inferior): Likewise.
8876 (test_cli_in_mi_thread): Likewise.
8877 (test_cli_in_mi_frame): Likewise.
8878 (top level): Do not use with_test_prefix_procname.
8879
8880 2016-11-09 Pedro Alves <palves@redhat.com>
8881
8882 * gdb.base/commands.exp (gdbvar_simple_if_test)
8883 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8884 (progvar_simple_if_test, progvar_simple_while_test)
8885 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8886 (infrun_breakpoint_command_test, breakpoint_command_test)
8887 (user_defined_command_test, watchpoint_command_test)
8888 (test_command_prompt_position, deprecated_command_test)
8889 (bp_deleted_in_command, temporary_breakpoint_commands)
8890 (stray_arg0_test, source_file_with_indented_comment)
8891 (recursive_source_test, if_commands_test)
8892 (error_clears_commands_left, redefine_hook_test)
8893 (redefine_backtrace_test): Use proc_with_prefix.
8894 * lib/gdb.exp (proc_with_prefix): New proc.
8895
8896 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8897
8898 * gdb.base/tui-layout.c: New file.
8899 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8900 disassembly window contains very long lines.
8901
8902 2016-11-08 Tom Tromey <tom@tromey.com>
8903
8904 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8905 depend on Python 2.
8906
8907 2016-11-08 Tom Tromey <tom@tromey.com>
8908
8909 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8910 New method.
8911
8912 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8913
8914 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8915
8916 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8917
8918 * gdb.rust/simple.rs: Add test for univariant enums without
8919 discriminants and for encoded struct-like enums.
8920
8921 2016-10-28 Pedro Alves <palves@redhat.com>
8922
8923 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8924 gdb_test_multiple, tighten regexps and match symtabs and line
8925 tables incrementally.
8926
8927 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8928
8929 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8930 general.
8931
8932 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8933
8934 * gdb.base/exec-invalid-sysroot.exp: New file.
8935
8936 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8937
8938 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8939
8940 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8941
8942 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8943
8944 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8945
8946 * gdb.base/killed-outside.exp: Remove $options from a call to
8947 `prepare_for_testing'.
8948
8949 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8950
8951 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8952 Change test message.
8953
8954 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8955
8956 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8957 Update comment.
8958
8959 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8960
8961 * gdb.trace/mi-trace-save.exp: New file.
8962
8963 2016-10-13 Yao Qi <yao.qi@linaro.org>
8964
8965 * gdb.base/code_elim.exp (get_var_address): Remove.
8966 * gdb.base/relocate.exp: Likewise.
8967 * gdb.base/shreloc.exp: Likewise.
8968 * lib/gdb.exp (get_var_address): New.
8969
8970 2016-10-13 Yao Qi <yao.qi@linaro.org>
8971
8972 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8973 floating point tests if $skip_float_test is false.
8974
8975 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8976
8977 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8978 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8979 argc values.
8980 Add 1 to argc so we guarantee distinct initial/modified argc values.
8981
8982 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8983
8984 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8985
8986 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8987
8988 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8989 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8990 * gdb.arch/vsx-regs.exp: Likewise.
8991
8992 2016-10-07 Yao Qi <yao.qi@linaro.org>
8993
8994 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8995
8996 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8997
8998 * gdb.python/python.exp: Test decode_line("*0").
8999
9000 2016-10-06 Doug Evans <dje@google.com>
9001
9002 * gdb.python/py-value.exp (test_value_creation): Add test for large
9003 unsigned 64-bit value.
9004
9005 2016-10-06 Tom Tromey <tom@tromey.com>
9006
9007 * gdb.compile/compile.exp: Change java tests to rust.
9008 * gdb.base/setshow.exp: Change java tests to rust.
9009 * gdb.base/default.exp: Remove java from language list.
9010 * README (Examples): Update language example.
9011 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9012 test.
9013 * lib/gdb.exp (skip_java_tests): Remove.
9014 * lib/java.exp: Remove.
9015 * gdb.java: Remove.
9016
9017 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9018
9019 * gdb.arch/mips-fcr.exp: New test.
9020 * gdb.arch/mips-fcr.c: Source for the new test.
9021
9022 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9023
9024 * gdb.base/solib-disc.exp: Use `standard_output_file'
9025 throughout.
9026
9027 2016-10-06 Pedro Alves <palves@redhat.com>
9028
9029 * gdb.base/jit-simple-dl.c: New file.
9030 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9031 * gdb.base/jit-simple.c: ... this.
9032 * gdb.base/jit-simple.exp (jit_run): Delete.
9033 (build_jit): New proc.
9034 (jit_test_reread): Recompile either the main program or the shared
9035 library, depending on what is being tested. Skip changing address
9036 if caller wants to. Compare before/after addresses. If testing
9037 standalone, explicitly load the binary. Test "maint info
9038 breakpoints".
9039 (top level): Add "standalone vs shared lib" and "change address"
9040 vs "same address" axes.
9041
9042 2016-10-06 Pedro Alves <palves@redhat.com>
9043
9044 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9045 call.
9046 (jit_run): Delete.
9047 (jit_test_reread): Use with_test_prefix. Reload the main binary
9048 explicitly. Compare the before/after addresses of the JIT
9049 descriptor.
9050
9051 2016-08-15 Doug Evans <dje@google.com>
9052
9053 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9054 for single bitfields is bool.
9055 * gdb.xml/tdesc-regs.exp: Ditto.
9056
9057 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9058
9059 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9060
9061 2016-10-05 Yao Qi <yao.qi@linaro.org>
9062
9063 * lib/gdb.exp (support_complex_tests): Return zero if
9064 gdb_skip_float_test return true.
9065
9066 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9067 Simon Marchi <simon.marchi@ericsson.com>
9068
9069 PR gdb/20487
9070 * gdb.mi/user-selected-context-sync.exp: New file.
9071 * gdb.mi/user-selected-context-sync.c: New file.
9072
9073 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9074 Simon Marchi <simon.marchi@ericsson.com>
9075
9076 PR gdb/20487
9077 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9078 =thread-select-event check.
9079
9080 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9081
9082 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9083 the compulsory L operand changes.
9084 * gdb.arch/powerpc-power.s: Likewise.
9085
9086 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9087
9088 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9089 * gdb.base/jit-attach-pie.c: New file.
9090 * gdb.base/jit-attach-pie.exp: New file.
9091
9092 2016-09-28 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.base/infcall-input.c: New file.
9095 * gdb.base/infcall-input.exp: New file.
9096
9097 2016-09-22 Yao Qi <yao.qi@linaro.org>
9098
9099 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9100 (gdb_exit): Rename it to ...
9101 (gdbserver_gdb_exit): ... Close GDBserver.
9102 (gdb_exit): New proc, call gdbserver_gdb_exit.
9103 (mi_gdb_exit): Likewise.
9104
9105 2016-09-22 Yao Qi <yao.qi@linaro.org>
9106
9107 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9108 path.
9109 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9110 Remove duplication.
9111
9112 2016-09-22 Yao Qi <yao.qi@linaro.org>
9113
9114 * lib/gdbserver-support.exp: Check the existence of
9115 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9116
9117 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9118
9119 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9120
9121 2016-09-21 Tom Tromey <tom@tromey.com>
9122
9123 PR gdb/20604:
9124 * gdb.base/quit.exp: New file.
9125
9126 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9127
9128 * .gitignore: New file.
9129
9130 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9131
9132 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9133 throughout.
9134
9135 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9136
9137 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9138
9139 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9140
9141 * gdb.cp/casts.cc (decltype): Move it ...
9142 (main): ... with its call to ...
9143 * gdb.cp/casts03.cc: ... a new file.
9144 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9145
9146 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9147
9148 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9149
9150 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9151
9152 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9153 and sync up the test with tests in gas/testsuite/gas/ppc.
9154 * gdb.arch/powerpc-power.exp: Likewise.
9155
9156 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9157
9158 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9159
9160 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9161 Jan Kratochvil <jan.kratochvil@redhat.com>
9162
9163 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9164 make m1's definition to be different from m2's. Use 'dummy' as an
9165 argument for probe 'two'.
9166
9167 2016-09-10 Jon Beniston <jon@beniston.com>
9168
9169 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9170 for sim target.
9171
9172 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9173
9174 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9175 variable declaration.
9176 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9177 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9178 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9179 received HWCAP as its argument.
9180
9181 2016-09-06 Pedro Alves <palves@redhat.com>
9182
9183 * gdb.base/new-ui-pending-input.c: New file.
9184 * gdb.base/new-ui-pending-input.exp: New file.
9185 * gdb.exp (clear_gdb_spawn_id): New procedure.
9186 (with_spawn_id): Check whether gdb_spawn_id exists before
9187 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9188 on exit.
9189
9190 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9191
9192 * gdb.base/float128.c: New file.
9193 * gdb.base/float128.exp: Likewise.
9194 * gdb.base/floatn.c: Likewise.
9195 * gdb.base/floatn.exp: Likewise.
9196
9197 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9198
9199 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9200
9201 2016-09-05 Pedro Alves <palves@redhat.com>
9202
9203 PR backtrace/19927
9204 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9205 unwinders are immediately called as side effect of "source" or
9206 "disable unwinder" commands.
9207 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9208
9209 2016-09-02 Yao Qi <yao.qi@linaro.org>
9210
9211 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9212 is true and $type is "float" or "double".
9213
9214 2016-09-02 Yao Qi <yao.qi@linaro.org>
9215
9216 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9217 true.
9218 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9219 * gdb.base/call-rt-st.exp: Likewise.
9220 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9221 return value instead of gdb,skip_float_test.
9222 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9223 (do_function_calls): Use its return value instead of
9224 gdb,skip_float_test.
9225 * gdb.base/finish.exp: Likewise.
9226 * gdb.base/funcargs.exp: Likewise.
9227 * gdb.base/return.exp: Likewise.
9228 * gdb.base/return2.exp: Likewise.
9229 * gdb.base/varargs.exp: Likewise.
9230 * lib/gdb.exp (gdb_skip_float_test): Change it to
9231 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9232
9233 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9234
9235 * gdb.multi/tids.exp: Test "thread apply all".
9236
9237 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9238
9239 * gdb.base/default.exp (tty): Remove.
9240
9241 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9242
9243 * gdb.python/py-recurse-unwind.c: New file.
9244 * gdb.python/py-recurse-unwind.py: New file.
9245 * gdb.python/py-recurse-unwind.exp: New file.
9246
9247 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9248
9249 * gdb.base/set-inferior-tty.exp: New file.
9250 * gdb.base/set-inferior-tty.c: New file.
9251
9252 2016-08-23 Pedro Alves <palves@redhat.com>
9253
9254 PR gdb/20494
9255 * gdb.base/new-ui-echo.c: New file.
9256 * gdb.base/new-ui-echo.exp: New file.
9257
9258 2016-08-23 Yao Qi <yao.qi@linaro.org>
9259
9260 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9261 gdbserver_spawn.
9262 * gdb.server/connect-without-multi-process.exp (do_test):
9263 Likewise.
9264
9265 2016-08-23 Yao Qi <yao.qi@linaro.org>
9266
9267 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9268 standalone_txt. Delete gdb_txt and standalone_txt on host
9269 and target. Spawn the binary on target. Copy files from
9270 target to host.
9271
9272 2016-08-22 Pedro Alves <palves@redhat.com>
9273
9274 PR gdb/20505
9275 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9276 with_test_prefix. Factor out bits to ...
9277 (test_no_vdso): ... this new procedure.
9278
9279 2016-08-19 Carl Love <cel@us.ibm.com>
9280
9281 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9282 maintaining separate logic for constructing the output path.
9283 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9284 * gdb.arch/ppc-dfp.exp: Likewise.
9285 * gdb.arch/ppc-fp.exp: Likewise.
9286 * gdb.arch/vsx-regs.exp: Likewise.
9287 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9288 binprefix for generating the additional binary files.
9289
9290 2016-08-19 Pedro Alves <palves@redhat.com>
9291
9292 * gdb.trace/mi-trace-frame-collected.exp
9293 (test_trace_frame_collected): On x32, expect two registers.
9294
9295 2016-08-18 Carl Love <cel@us.ibm.com>
9296
9297 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9298 and sync up the test with tests in gas/testsuite/gas/ppc.
9299 * gdb.arch/powerpc-power.exp: Likewise.
9300
9301 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9302
9303 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9304 expected error message.
9305
9306 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9307
9308 * gdb.multi/remove-inferiors.exp: New file.
9309 * gdb.multi/remove-inferiors.c: New file.
9310
9311 2016-08-12 Yao Qi <yao.qi@linaro.org>
9312
9313 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9314 argument list.
9315
9316 2016-08-10 Pedro Alves <palves@redhat.com>
9317
9318 PR gdb/19187
9319 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9320 setup_kfails.
9321
9322 2016-08-09 Pedro Alves <palves@redhat.com>
9323 Simon Marchi <simon.marchi@ericsson.com>
9324
9325 PR gdb/20418
9326 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9327 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9328
9329 2016-08-09 Pedro Alves <palves@redhat.com>
9330
9331 PR mi/20431
9332 * gdb.mi/mi-cmd-error.exp: New file.
9333
9334 2016-08-09 Pedro Alves <palves@redhat.com>
9335
9336 PR gdb/18653
9337 * gdb.base/signals-state-child.c: New file.
9338 * gdb.base/signals-state-child.exp: New file.
9339 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9340
9341 2016-08-09 Pedro Alves <palves@redhat.com>
9342
9343 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9344
9345 2016-08-03 Tom Tromey <tom@tromey.com>
9346
9347 PR python/18565:
9348 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9349
9350 2016-08-01 Yao Qi <yao.qi@linaro.org>
9351
9352 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9353 variable mode to "multi-process" if $multi_process is 1, otherwise
9354 set it to "single-process".
9355
9356 2016-08-01 Yao Qi <yao.qi@linaro.org>
9357
9358 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9359 * gdb.cp/cpexprs.exp: Likewise.
9360 * gdb.cp/m-static.exp: Likewise.
9361
9362 2016-07-26 Tom Tromey <tom@tromey.com>
9363
9364 PR python/20190:
9365 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9366 test.
9367
9368 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9369
9370 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9371 selecting assembly source files.
9372 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9373 assembly source files.
9374 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9375 assembly source files.
9376 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9377 selecting assembly source files.
9378
9379 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9380
9381 * gdb.base/new-ui.exp (do_test_invalid_args): New
9382 procedure.
9383
9384 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9385
9386 * gdb.btrace/reconnect.c: New file.
9387 * gdb.btrace/reconnect.exp: New file.
9388
9389 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9390
9391 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9392 to test_catch_syscall_group.
9393 (test_catch_syscall_group): New.
9394
9395 2016-07-21 Tom Tromey <tom@tromey.com>
9396
9397 * gdb.rust/simple.rs (main): Use empty struct expression.
9398 * gdb.rust/simple.exp: Add tests for empty struct expression.
9399
9400 2016-07-21 Yao Qi <yao.qi@linaro.org>
9401
9402 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9403 if gdb_skip_xml_test is true on some targets.
9404
9405 2016-07-21 Yao Qi <yao.qi@linaro.org>
9406
9407 * gdb.server/solib-list.exp: Unset last_loaded_file.
9408
9409 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9410
9411 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9412 "step into captured_main (args)".
9413
9414 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9415
9416 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9417
9418 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9419
9420 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9421
9422 2016-07-19 Pedro Alves <palves@redhat.com>
9423
9424 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9425 * gdb.opt/inline-bt.exp: Likewise.
9426 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9427 additional_flags=-Winline.
9428 * gdb.opt/inline-locals.exp: Likewise.
9429 * gdb.opt/inline-markers.c (ATTR): Define.
9430 (inlined_fn): Use it.
9431
9432 2016-07-19 Yao Qi <yao.qi@linaro.org>
9433
9434 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9435 (test_with_self): Remove some code. Remove argument executable.
9436 (top-level): Use do_self_tests.
9437
9438 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9439 Don Breazeal <donb@codesourcery.com>
9440
9441 * gdb.base/maint.exp: Escape paths used in regular expressions.
9442 * gdb.stabs/weird.exp: Likewise.
9443
9444 2016-07-13 Tom Tromey <tom@tromey.com>
9445
9446 PR python/15620, PR python/18620:
9447 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9448 (test_bkpt_events): New procs.
9449
9450 2016-07-13 Tom Tromey <tom@tromey.com>
9451
9452 PR python/17698:
9453 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9454 test.
9455 (test_watchpoints): Likewise.
9456 (test_bkpt_pending): New proc.
9457
9458 2016-07-13 Tom Tromey <tom@tromey.com>
9459
9460 PR cli/18053:
9461 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9462 completion test.
9463
9464 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9465
9466 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9467 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9468 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9469 f_label.
9470 (g): Rename g_end_lbl to g_label.
9471 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9472 low_pc and high_pc.
9473 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9474
9475 2016-07-12 Tom Tromey <tom@tromey.com>
9476
9477 PR python/19293:
9478 * gdb.python/py-unwind-maint.exp: Update tests.
9479
9480 2016-07-12 Yao Qi <yao.qi@linaro.org>
9481
9482 * lib/selftest-support.exp (selftest_setup): Match the output
9483 when captured_main is inlined.
9484
9485 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9486
9487 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9488 New variables.
9489 (print this%a, print this%b, print this): New tests.
9490 * gdb.fortran/derived-types.f90 (this): New object and
9491 initialization.
9492
9493 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9494
9495 * gdb.ada/arraydim.exp: Remove extra directory level in build
9496 directory.
9497
9498 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9499
9500 * lib/ada.exp: Remove extra directory level in build directory.
9501 * gdb.ada/cond_lang.exp: Likewise.
9502 * gdb.ada/exec_changed.exp: Likewise.
9503 * gdb.ada/lang_switch.exp: Likewise.
9504
9505 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9506
9507 * simple.rs: Add test for raw pointer subscripting.
9508 * simple.exp: Add test expectations.
9509
9510 2016-07-05 Yao Qi <yao.qi@linaro.org>
9511
9512 * gdb.mi/mi-reverse.exp: Match =record-started output.
9513
9514 2016-07-01 Pedro Alves <palves@redhat.com>
9515
9516 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9517 procedure.
9518 (jit_reader_test): Test the jit reader's unwinder.
9519 * gdb.base/jithost.c (jit_function_00_code): New global.
9520 (main): Use memcpy to fill in the mmapped code, instead of poking
9521 bytes manually here.
9522 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9523 value.
9524 (read_debug_info): Save the function's range.
9525 (read_sp): New function.
9526 (unwind_frame): Use it. Also unwind RBP.
9527 (get_frame_id): Use read_sp.
9528 (gdb_init_reader): Use calloc instead of malloc.
9529 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9530 parameter. Use gdb_test_multiple.
9531
9532 2016-07-01 Pedro Alves <palves@redhat.com>
9533 Antoine Tremblay <antoine.tremblay@ericsson.com>
9534
9535 * gdb.threads/process-dies-while-detaching.c: New file.
9536 * gdb.threads/process-dies-while-detaching.exp: New file.
9537
9538 2016-07-01 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.multi/watchpoint-multi-exit.c: New file.
9541 * gdb.multi/watchpoint-multi-exit.exp: New file.
9542
9543 2016-06-30 Pedro Alves <palves@redhat.com>
9544
9545 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9546 unset inferior_spawn_id.
9547
9548 2016-06-30 Pedro Alves <palves@redhat.com>
9549
9550 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9551 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9552
9553 2016-06-29 Yao Qi <yao.qi@linaro.org>
9554
9555 * gdb.base/return.c: Add copyright header.
9556
9557 2016-06-29 Tom Tromey <tom@tromey.com>
9558
9559 PR python/20129:
9560 * gdb.python/py-framefilter.exp: Add tests for setting priority
9561 and disabling of non-existent frame filter.
9562
9563 2016-06-29 Yao Qi <yao.qi@linaro.org>
9564
9565 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9566 0x0f07ff.
9567
9568 2016-06-28 Yao Qi <yao.qi@linaro.org>
9569
9570 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9571 triplets. Start gdb, execute catch syscall, and continue. Check
9572 gdb's output to determine catch syscall is supported.
9573
9574 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9575
9576 * gdb.rust/simple.rs: Add test for returning unit in a function.
9577 * gdb.rust/simple.exp: Add expectation for functions returning
9578 unit.
9579
9580 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9581
9582 * gdb.python/py-breakpoint-create-fail.c,
9583 gdb.python/py-breakpoint-create-fail.exp,
9584 gdb.python/py-breakpoint-create-fail.py: New testcase.
9585
9586 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9587
9588 PR gdb/20239
9589 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9590 * gdb.rust/simple.exp: Add test expectations for new NonZero
9591 tests.
9592
9593 2016-06-24 David Taylor <dtaylor@emc.com>
9594
9595 * gdb.base/offsets.exp: New file.
9596 * gdb.base/offsets.c: New file.
9597
9598 2016-06-23 Tom Tromey <tom@tromey.com>
9599
9600 PR gdb/16483:
9601 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9602 before any filters are loaded.
9603
9604 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9605
9606 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9607 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9608 structs.
9609 * gdb.fortran/derived-type-function.exp: New file.
9610 * gdb.fortran/derived-type-function.f90: New file.
9611
9612
9613 2016-06-21 Pedro Alves <palves@redhat.com>
9614
9615 * gdb.base/new-ui.exp: New file.
9616 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9617 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9618 (with_spawn_id): New procedure.
9619
9620 2016-06-21 Pedro Alves <palves@redhat.com>
9621
9622 * gdb.mi/mi-exec-run.exp: New file.
9623
9624 2016-06-21 Pedro Alves <palves@redhat.com>
9625
9626 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9627 breakpoint command's output on the main UI.
9628 (test_break): New procedure, factored out from calls in the top
9629 level.
9630 (top level): Use foreach_with_prefix to test MI as main UI and as
9631 separate UI.
9632
9633 2016-06-21 Pedro Alves <palves@redhat.com>
9634
9635 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9636 (test_awatch_creation_and_listing)
9637 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9638 Remove 'type' parameter.
9639 (test_watchpoint_all): New parameter mi_mode. Remove
9640 with_test_prefix.
9641 (top level): Use foreach_with_prefix, and add main/separate UI MI
9642 testing axis.
9643
9644 2016-06-21 Pedro Alves <palves@redhat.com>
9645
9646 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9647 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9648 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9649 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9650 (gdb_main_spawn_id, mi_spawn_id): Declare and
9651 comment.
9652 (mi_create_inferior_pty): New procedure,
9653 factored out from default_mi_gdb_start.
9654 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9655 procedures.
9656 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9657 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9658 Use mi_create_inferior_pty.
9659 (mi_gdb_start): Use eval to pass down args list.
9660
9661 2016-06-21 Pedro Alves <palves@redhat.com>
9662
9663 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9664 * gdb.opt/inline-cmds.exp: Add MI tests.
9665
9666 2016-06-21 Pedro Alves <palves@redhat.com>
9667
9668 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9669
9670 2016-06-21 Pedro Alves <palves@redhat.com>
9671
9672 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9673 (top level): Use it instead of mi_execute_to.
9674
9675 2016-06-21 Pedro Alves <palves@redhat.com>
9676
9677 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9678 (cont_handler_str): New.
9679 (signal_stop_handler): Set stop_handler_str instead of printing to
9680 stdout.
9681 (continue_handler): Set cont_handler_str instead of printing to
9682 stdout.
9683 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9684 mi_send_resuming_command. Print stop_handler_str and
9685 cont_handler_str instead of expecting the python events print
9686 directly.
9687
9688 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9689
9690 * gdb.base/jit-reader.exp: New file.
9691 * gdb.base/jithost.c: New file.
9692 * gdb.base/jithost.h: New file.
9693 * gdb.base/jitreader.c : New file.
9694 * gdb.base/jit-protocol.h: New file.
9695
9696 2016-06-17 Yao Qi <yao.qi@linaro.org>
9697
9698 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9699 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9700 and detach-on-fork. Adjust tests.
9701 (top level): Invoke break_cond_on_syscall with combinations of
9702 syscall, follow-fork-mode and detach-on-fork.
9703
9704 2016-06-17 Yao Qi <yao.qi@linaro.org>
9705
9706 * gdb.base/step-over-exit.c: New.
9707 * gdb.base/step-over-exit.exp: New.
9708
9709 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9710
9711 * gdb.base/float.exp: Add target check for nds32*-*-*.
9712 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9713
9714 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9715
9716 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9717 for unsupported target features.
9718 * gdb.base/call-rt-st.exp: Likewise.
9719 * gdb.base/call-sc.exp: Likewise.
9720 * gdb.base/call-signal-resume.exp: Likewise.
9721 * gdb.base/call-strs.exp: Likewise.
9722 * gdb.base/callexit.exp: Likewise.
9723 * gdb.base/callfuncs.exp: Likewise.
9724 * gdb.base/nodebug.exp: Likewise.
9725 * gdb.base/printcmds.exp: Likewise.
9726 * gdb.base/ptype.exp: Likewise.
9727 * gdb.base/structs.exp: Likewise.
9728 * gdb.base/unwindonsignal.exp: Likewise.
9729 * gdb.cp/gdb2495.exp: Likewise.
9730 * gdb.cp/templates.exp: Likewise.
9731 * gdb.cp/virtfunc.exp: Likewise.
9732 * gdb.threads/hand-call-in-threads.exp: Likewise.
9733 * gdb.threads/interrupted-hand-call.exp: Likewise.
9734 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9735
9736 2016-06-10 Tom Tromey <tom@tromey.com>
9737
9738 PR rust/20110:
9739 * gdb.rust/expr.exp: Add test for integer constant larger than
9740 i32.
9741
9742 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9743
9744 * gdb.fortran/nested-funcs.exp: New.
9745 * gdb.fortran/nested-funcs.f90: New.
9746
9747 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9748
9749 * gdb.base/examine-backward.c: New file.
9750 * gdb.base/examine-backward.exp: New file.
9751
9752 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9753
9754 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9755 matching.
9756
9757 2016-06-02 Tom Tromey <tom@tromey.com>
9758
9759 PR python/18984:
9760 * gdb.python/py-shared.exp: Add solib_name test.
9761
9762 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9763
9764 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9765
9766 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9767
9768 PR c++/19893
9769 * gdb.dwarf2/implref.exp: Rename to...
9770 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9771 * gdb.dwarf2/implref-array.c: New file.
9772 * gdb.dwarf2/implref-array.exp: Likewise.
9773 * gdb.dwarf2/implref-global.c: Likewise.
9774 * gdb.dwarf2/implref-global.exp: Likewise.
9775 * gdb.dwarf2/implref-struct.c: Likewise.
9776 * gdb.dwarf2/implref-struct.exp: Likewise.
9777
9778 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9779
9780 * gdb.trace/trace-condition.exp: Add 64bit tests.
9781
9782 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9783
9784 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9785 bits types.
9786 (main): Adapt to 8 to 64 bits types.
9787 * gdb.trace/trace-condition.exp: Add new tests.
9788
9789 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9790
9791 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9792
9793 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9794
9795 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9796 Move condition tests...
9797 * gdb.trace/trace-condition.exp: Here.
9798
9799 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9800
9801 * gdb.trace/trace-condition.exp: Add counter-case tests.
9802
9803 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9804
9805 PR c++/15231
9806 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9807 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9808
9809 2016-05-27 Pedro Alves <palves@redhat.com>
9810
9811 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9812 New procedure.
9813 (top level): Call it, and bail out of DejaGnu is known to be bad.
9814
9815 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9816
9817 * gdb.base/whatis.c: Extend the test case.
9818 * gdb.base/whatis.exp: Add additional tests.
9819
9820 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9821
9822 * gdb.fortran/type.f90: Add pointer variable.
9823 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9824
9825 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9826
9827 * gdb.fortran/vla-type.exp: Fix testcase name.
9828
9829 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9830
9831 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9832
9833 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9834
9835 * gdb.fortran/type.f90: Add nested structures.
9836 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9837 * gdb.fortran/derived-type.exp: Adapt expected output.
9838 * gdb.fortran/vla-type.exp: Adapt expected output.
9839
9840 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9841
9842 * gdb.fortran/whatis_type.exp: Adapt expected output.
9843
9844 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9845
9846 * gdb.fortran/print_type.exp: Fix expected output.
9847 * gdb.fortran/whatis_type.exp: Fix expected output.
9848
9849 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9850
9851 * gdb.fortran/whatis_type.exp: Use multi_line.
9852
9853 2016-05-24 Tom Tromey <tom@tromey.com>
9854
9855 PR python/17386:
9856 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9857 use value as an index.
9858
9859 2016-05-23 Tom Tromey <tom@tromey.com>
9860
9861 PR python/17981:
9862 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9863 no-breakpoint case.
9864
9865 2016-05-24 Pedro Alves <palves@redhat.com>
9866
9867 PR gdb/19828
9868 * gdb.threads/clone-attach-detach.c: New file.
9869 * gdb.threads/clone-attach-detach.exp: New file.
9870
9871 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9872
9873 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9874
9875 2016-05-23 Tom Tromey <tom@tromey.com>
9876
9877 PR python/19438, PR python/18393:
9878 * gdb.python/py-progspace.exp: Add "dir" test.
9879 * gdb.python/py-objfile.exp: Add "dir" test.
9880
9881 2016-05-23 Yao Qi <yao.qi@linaro.org>
9882
9883 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9884 * gdb.arch/thumb2-it.exp: Likewise.
9885
9886 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9887
9888 * gdb.mi/mi-threads-interrupt.c: New file.
9889 * gdb.mi/mi-threads-interrupt.exp: New file.
9890
9891 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9892
9893 PR gdb/18077
9894 * gdb.mi/mi-async-run.exp: New file.
9895 * gdb.mi/mi-async-run.c: New file.
9896
9897 2016-05-17 Tom Tromey <tom@tromey.com>
9898 Manish Goregaokar <manishsmail@gmail.com>
9899
9900 * lib/rust-support.exp: New file.
9901 * lib/gdb.exp (skip_rust_tests): New proc.
9902 (build_executable_from_specs): Handle rust.
9903 * lib/future.exp (gdb_find_rustc): New proc.
9904 (gdb_default_target_compile): Handle rust.
9905 * gdb.rust/expr.exp: New file.
9906 * gdb.rust/generics.exp: New file.
9907 * gdb.rust/generics.rs: New file.
9908 * gdb.rust/methods.exp: New file.
9909 * gdb.rust/methods.rs: New file.
9910 * gdb.rust/modules.exp: New file.
9911 * gdb.rust/modules.rs: New file.
9912 * gdb.rust/simple.exp: New file.
9913 * gdb.rust/simple.rs: New file.
9914
9915 2016-05-17 Tom Tromey <tom@tromey.com>
9916
9917 * gdb.base/default.exp (set language): Add rust.
9918
9919 2016-05-17 Tom Tromey <tom@tromey.com>
9920
9921 * gdb.gdb/unittest.exp: New file.
9922
9923 2016-05-16 Yao Qi <yao.qi@linaro.org>
9924
9925 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9926 shell_prompt. Update shell_prompt_re.
9927
9928 2016-05-12 Doug Evans <dje@google.com>
9929
9930 PR symtab/19999
9931 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9932 $options when building executable.
9933 * gdb.dwarf2/fission-loclists-pie.S: New file.
9934 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9935
9936 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9937
9938 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9939 of [is_remote target],
9940
9941 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9942
9943 * lib/gdb.exp (use_gdb_stub): New procedure.
9944
9945 2016-05-03 Yunlian Jiang <yunlian@google.com>
9946 Doug Evans <dje@google.com>
9947
9948 PR symtab/19914
9949 * gdb.dwarf2/dwp-sepdebug.c: New file.
9950 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9951
9952 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9953
9954 * gdb.base/detach.exp: Remove is_remote check.
9955
9956 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9957
9958 * gdb.base/annota-input-while-running.exp: Don't check for
9959 [is_remote target]. Enable annotations after running to main.
9960 Remove unused "set test..." line.
9961
9962 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9963
9964 * gdb.trace/trace-enable-disable.exp: New file.
9965 * gdb.trace/trace-enable-disable.c: New file.
9966
9967 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9968
9969 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9970 use it in info sharedlibrary test.
9971 * gdb.trace/ftrace-lock.exp: Likewise.
9972 * gdb.trace/ftrace.exp: Likewise.
9973 * gdb.trace/range-stepping.exp: Likewise.
9974 * gdb.trace/trace-break.exp: Likewise.
9975 * gdb.trace/trace-condition.exp: Likewise.
9976 * gdb.trace/trace-mt.exp: Likewise.
9977
9978 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9979
9980 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9981 (gdb_load_shlib): ... this.
9982 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9983 gdb_load_shlib.
9984 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9985 * gdb.base/ctxobj.exp: Likewise.
9986 * gdb.base/dprintf-pending.exp: Likewise.
9987 * gdb.base/dso2dso.exp: Likewise.
9988 * gdb.base/fixsection.exp: Likewise.
9989 * gdb.base/gcore-relro.exp: Likewise.
9990 * gdb.base/gdb1555.exp: Likewise.
9991 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9992 * gdb.base/gnu-ifunc.exp: Likewise.
9993 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9994 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9995 * gdb.base/pending.exp: Likewise.
9996 * gdb.base/print-file-var.exp: Likewise.
9997 * gdb.base/print-symbol-loading.exp: Likewise.
9998 * gdb.base/shlib-call.exp: Likewise.
9999 * gdb.base/shreloc.exp: Likewise.
10000 * gdb.base/so-impl-ld.exp: Likewise.
10001 * gdb.base/solib-disc.exp: Likewise.
10002 * gdb.base/solib-nodir.exp: Likewise.
10003 * gdb.base/solib-overlap.exp: Likewise.
10004 * gdb.base/solib-symbol.exp: Likewise.
10005 * gdb.base/solib-weak.exp (do_test): Likewise.
10006 * gdb.base/sym-file.exp: Likewise.
10007 * gdb.base/symtab-search-order.exp: Likewise.
10008 * gdb.base/type-opaque.exp: Likewise.
10009 * gdb.base/unload.exp: Likewise.
10010 * gdb.base/watchpoint-solib.exp: Likewise.
10011 * gdb.compile/compile.exp: Likewise.
10012 * gdb.cp/gdb2384.exp: Likewise.
10013 * gdb.cp/infcall-dlopen.exp: Likewise.
10014 * gdb.cp/re-set-overloaded.exp: Likewise.
10015 * gdb.fortran/library-module.exp: Likewise.
10016 * gdb.opt/solib-intra-step.exp: Likewise.
10017 * gdb.python/py-finish-breakpoint.exp: Likewise.
10018 * gdb.python/py-shared.exp: Likewise.
10019 * gdb.reverse/solib-precsave.exp: Likewise.
10020 * gdb.reverse/solib-reverse.exp: Likewise.
10021 * gdb.server/solib-list.exp: Likewise.
10022 * gdb.threads/dlopen-libpthread.exp: Likewise.
10023 * gdb.threads/tls-shared.exp: Likewise.
10024 * gdb.threads/tls-so_extern.exp: Likewise.
10025 * gdb.trace/change-loc.exp: Likewise.
10026 * gdb.trace/ftrace-lock.exp: Likewise.
10027 * gdb.trace/ftrace.exp: Likewise.
10028 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10029 * gdb.trace/pending.exp: Likewise.
10030 * gdb.trace/range-stepping.exp: Likewise.
10031 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10032 (strace_info_marker): Likewise.
10033 (strace_probe_marker): Likewise.
10034 (strace_trace_on_same_addr): Likewise.
10035 (strace_trace_on_diff_addr): Likewise.
10036 * gdb.trace/trace-break.exp: Likewise.
10037 * gdb.trace/trace-condition.exp: Likewise.
10038 * gdb.trace/trace-mt.exp: Likewise.
10039
10040 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10041
10042 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10043 result of gdb_remote_download.
10044 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10045 * gdb.base/dso2dso.exp: Likewise.
10046 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10047 * gdb.base/print-file-var.exp: Likewise.
10048 * gdb.base/shlib-call.exp: Likewise.
10049 * gdb.base/shreloc.exp: Likewise.
10050 * gdb.base/solib-overlap.exp: Likewise.
10051 * gdb.base/solib-weak.exp (do_test): Likewise.
10052 * gdb.base/unload.exp: Likewise.
10053
10054 2016-04-27 Yao Qi <yao.qi@linaro.org>
10055
10056 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10057 exists.
10058
10059 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10060
10061 * vla-type.exp: Print structure from toplevel.
10062
10063 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10064
10065 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10066 of dynamic types.
10067 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10068 of dynamic types.
10069
10070 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10071
10072 * gdb.fortran/vla-type.f90: New file.
10073 * gdb.fortran/vla-type.exp: New file.
10074
10075 2016-04-25 Yao Qi <yao.qi@linaro.org>
10076
10077 * gdb.base/branch-to-self.c: New file.
10078 * gdb.base/branch-to-self.exp: New file.
10079
10080 2016-04-22 Yao Qi <yao.qi@linaro.org>
10081
10082 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10083 more after $hex.
10084
10085 2016-04-22 Yao Qi <yao.qi@linaro.org>
10086
10087 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10088 * gdb.base/annota3.exp: Likewise.
10089
10090 2016-04-22 Yao Qi <yao.qi@linaro.org>
10091
10092 * gdb.reverse/step-precsave.exp: Do one step and test program
10093 stops in "callee" and do multiple steps until program goes out
10094 of "callee".
10095 * gdb.reverse/step-reverse.exp: Likewise.
10096
10097 2016-04-22 Yao Qi <yao.qi@linaro.org>
10098
10099 * gdb.trace/signal.exp: Also pass if
10100 $tracepoint_hits($i) > $iterations.
10101
10102 2016-04-22 Yao Qi <yao.qi@linaro.org>
10103
10104 * gdb.trace/signal.c: New file.
10105 * gdb.trace/signal.exp: New file.
10106
10107 2016-04-19 Doug Evans <xdje42@gmail.com>
10108
10109 * gdb.base/bad-file.exp: New file.
10110
10111 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10112
10113 * gdb.dwarf2/implref.exp: New file.
10114
10115 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10116
10117 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10118 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10119 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10120 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10121 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10122 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10123 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10124 * lib/fortran.exp (fortran_int4): New procedure.
10125 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10126 (fortran_logical4): Likewise.
10127
10128 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10129
10130 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10131
10132 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10133
10134 * lib/compiler.c: Add Intel specific preprocessor macros.
10135 * lib/compiler.cc: Likewise.
10136
10137 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10138
10139 * gdb.server/connect-with-no-symbol-file.c: New file.
10140 * gdb.server/connect-with-no-symbol-file.exp: New file.
10141
10142 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10143
10144 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10145
10146 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10147
10148 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10149 standard output directory.
10150
10151 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10152
10153 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10154
10155 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10156
10157 * gdb.btrace/instruction_history.c (loop): Add declaration.
10158
10159 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10160
10161 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10162
10163 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10164
10165 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10166 parentheses to print.
10167 (continue_handler): Likewise.
10168
10169 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10170
10171 * gdb.server/solib-list.exp: Remove is_remote check.
10172 Pass shlib= to gdb_compile. Don't link shared library with
10173 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10174 Run binary filename through "readlink -f" on the target.
10175
10176 2016-04-08 Pedro Alves <palves@redhat.com>
10177
10178 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10179 interpreter filename as argument to gdbserver_spawn.
10180 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10181 Return empty if $last_loaded_file does not exist.
10182
10183 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10184
10185 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10186 * gdb.base/jit-main.c: Use exit after usage.
10187
10188 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10189
10190 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10191 GDBHISTSIZE prior to the tests.
10192 * gdb.base/gdbinit-history.exp: Likewise.
10193
10194 2016-04-07 Pedro Alves <palves@redhat.com>
10195
10196 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10197 instead of build_executable. Use gdb_load_shlibs.
10198
10199 2016-04-07 Yao Qi <yao.qi@linaro.org>
10200
10201 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10202 Execute "si" command.
10203
10204 2016-04-07 Yao Qi <yao.qi@linaro.org>
10205
10206 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10207 number instead of the comments on some line.
10208
10209 2016-04-06 Don Breazeal <donb@codesourcery.com>
10210
10211 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10212 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10213
10214 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10215
10216 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10217 standard_output_file. Remove unused binfile variable.
10218
10219 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10220
10221 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10222 * gdb.python/py-mi-objfile.exp: Match "list main" output
10223 in console format.
10224
10225 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10226
10227 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10228 absolute.
10229
10230 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10231
10232 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10233 absolute.
10234 * gdb.trace/ftrace.exp: Likewise.
10235 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10236 targets as well.
10237 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10238 (gdb_load_shlibs): Copy libraries to test directory when testing
10239 natively. Only set solib-search-path if testing remotely.
10240 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10241
10242 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10243
10244 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10245 gdb_download. Use it even if the target is not remote.
10246 * gdb.base/jit.exp (compile_jit_test): Likewise.
10247 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10248 output directory if the destination board is local, otherwise use
10249 the standard remote_download from DejaGnu.
10250 (gdb_download): Remove.
10251 (gdb_load_shlibs): Use gdb_remote_download instead of
10252 gdb_download.
10253 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10254 Use gdb_remote_download instead of gdb_download. Use it even if
10255 the target is not remote.
10256 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10257 instead of gdb_download.
10258
10259 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10260
10261 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10262 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10263 run.
10264
10265 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10266
10267 PR gdb/19820
10268 * gdb.base/printcmds.exp: Add artificial arrays tests.
10269
10270 2016-03-31 Pedro Alves <palves@redhat.com>
10271
10272 PR gdb/19858
10273 * gdb.base/jit-main.c: Include unistd.h.
10274 (ATTACH): Define to 0 if not already defined.
10275 (wait_for_gdb, mypid): New globals.
10276 (WAIT_FOR_GDB): New macro.
10277 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10278 some breakpoint locations.
10279 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10280 New procedures.
10281 (one_jit_test): Add REATTACH parameter, and handle it. Use
10282 continue_to_test_location.
10283 (top level): Test attach, and adjusts calls to one_jit_test.
10284
10285 2016-03-31 Pedro Alves <palves@redhat.com>
10286
10287 PR gdb/19858
10288 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10289 BINSUFFIX parameter, and handle it.
10290 (top level): Adjust calls compile_jit_test.
10291
10292 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10293
10294 PR python/19743
10295 * gdb.python/py-mi-events-gdb.py: New file.
10296 * gdb.python/py-mi-events.c: New file.
10297 * gdb.python/py-mi-events.exp: New file.
10298
10299 2016-03-30 Yao Qi <yao.qi@linaro.org>
10300
10301 * gdb.reverse/until-precsave.exp: Match function name only.
10302 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10303 Move malloc to a condition block.
10304 * gdb.reverse/until-reverse.exp: Match function name only.
10305
10306 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10307
10308 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10309 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10310 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10311 variable for GPR 0 instead of assuming it is register 0.
10312 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10313 * lib/trace-support.exp: Add s390 registers.
10314
10315 2016-03-29 Yao Qi <yao.qi@linaro.org>
10316
10317 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10318
10319 2016-03-24 Yao Qi <yao.qi@linaro.org>
10320
10321 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10322 test message.
10323
10324 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10325
10326 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10327 maintaining separate logic for constructing the output path.
10328
10329 2016-03-16 Don Breazeal <donb@codesourcery.com>
10330
10331 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10332 Retry fork and waitpid on interrupted system call errors.
10333 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10334 Use with_timeout_factor to increase timeout by factor of 10.
10335
10336 2016-03-15 Don Breazeal <donb@codesourcery.com>
10337
10338 * gdb.cp/scope-err.cc: New test program.
10339 * gdb.cp/scope-err.exp: New test script.
10340 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10341 lines and "set breakpoint here" comment.
10342 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10343 Fixed some whitespace and format issues.
10344 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10345 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10346
10347 2016-03-15 Doug Evans <dje@google.com>
10348
10349 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10350 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10351 All callers updated. Add tests for enums, mixed flags register.
10352
10353 2016-03-15 Doug Evans <dje@google.com>
10354
10355 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10356 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10357
10358 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10359
10360 * gdb.base/default.exp: Add $_as_string to the list of expected
10361 convenience functions.
10362
10363 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10364
10365 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10366
10367 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10368
10369 * gdb.python/py-as-string.exp: New file.
10370 * gdb.python/py-as-string.c: New file.
10371
10372 2016-03-09 Pedro Alves <palves@redhat.com>
10373
10374 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10375 signal" -> "Thread NN received signal" output change.
10376 * gdb.threads/ia64-sigill.exp: Likewise.
10377 * gdb.threads/linux-dp.exp: Likewise.
10378 * gdb.threads/manythreads.exp: Likewise.
10379 * gdb.threads/pending-step.exp: Likewise.
10380 * gdb.threads/print-threads.exp: Likewise.
10381 * gdb.threads/sigstep-threads.exp: Likewise.
10382 * gdb.threads/staticthreads.exp: Likewise.
10383 * gdb.threads/tls.exp: Likewise.
10384
10385 2016-03-09 Pedro Alves <palves@redhat.com>
10386
10387 * gdb.base/command-line-input.exp: New file.
10388
10389 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10390
10391 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10392 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10393 * gdb.trace/pending.exp: Accept leading dot before function name.
10394 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10395 * lib/trace-support.exp: Set registers for ppc.
10396
10397 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10398
10399 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10400 use it for disassembly; accept .main in addition to main in backtrace.
10401
10402 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10403 Marcin Kościelnicki <koriakin@0x04.net>
10404
10405 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10406 (gdb_recursion_test_ptr): New global variable.
10407 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10408 gdb_recursion_test.
10409 (gdb_c_test): Ditto.
10410
10411 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10412
10413 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10414 ordering.
10415
10416 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10417
10418 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10419 (bar): Add bar_start_lbl label.
10420 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10421 of foo/bar for emitting DWARF and tracing.
10422
10423 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10424
10425 * analyze-racy-logs.py: Set executable bit.
10426
10427 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10428
10429 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10430 (CHECK_TARGET_TMP): Likewise.
10431 (check-single-racy): New rule.
10432 (check-parallel-racy): Likewise.
10433 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10434 (do-check-parallel-racy): New rule.
10435 (check-racy/%.exp): Likewise.
10436 * README (Racy testcases): New section.
10437 * analyze-racy-logs.py: New file.
10438
10439 2016-03-03 Doug Evans <dje@google.com>
10440
10441 * gdb.base/skip.exp: Use with_test_prefix.
10442
10443 2016-03-03 Yao Qi <yao.qi@linaro.org>
10444
10445 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10446 Invoke step_over_syscall "clone" and break_cond_on_syscall
10447 "clone".
10448 * gdb.base/step-over-clone.c: New file.
10449
10450 2016-03-03 Yao Qi <yao.qi@linaro.org>
10451
10452 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10453 code format.
10454
10455 2016-03-03 Yao Qi <yao.qi@linaro.org>
10456
10457 * gdb.base/disp-step-fork.c: Rename to ...
10458 * gdb.base/step-over-fork.c: ... it. New file.
10459 * gdb.base/disp-step-vfork.c: Rename to ...
10460 * gdb.base/step-over-vfork.c: ... it. New file.
10461 * gdb.base/disp-step-syscall.exp: Rename to ...
10462 * gdb.base/step-over-syscall.exp: ... it. New file.
10463 (disp_step_cross_syscall): Rename to ...
10464 (step_over_syscall): ... it.
10465
10466 2016-03-03 Yao Qi <yao.qi@linaro.org>
10467
10468 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10469 If target supports condition evaluation on target, invoke
10470 break_cond_on_syscall for fork and vfork.
10471
10472 2016-03-03 Yao Qi <yao.qi@linaro.org>
10473
10474 * gdb.base/disp-step-syscall.exp: Don't invoke
10475 support_displaced_stepping.
10476 (disp_step_cross_syscall): Test with displaced stepping off and
10477 on if supported.
10478
10479 2016-03-03 Yao Qi <yao.qi@linaro.org>
10480
10481 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10482 proc.
10483 (setup): New proc.
10484 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10485 and setup.
10486
10487 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10488
10489 * gdb.fortran/vla-history.exp: Remove breakpoint.
10490
10491 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10492
10493 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10494 exceeds timeout.
10495
10496 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10497
10498 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10499 breakpoint.
10500
10501 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10502
10503 * gdb.mi/vla.f90: Nullify pointer after declaration.
10504
10505 2016-03-01 Pedro Alves <palves@redhat.com>
10506
10507 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10508
10509 2016-03-01 Pedro Alves <palves@redhat.com>
10510
10511 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10512 before anything else.
10513 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10514 _GNU_SOURCE here.
10515 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10516 before anything else.
10517 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10518
10519 2016-03-01 Pedro Alves <palves@redhat.com>
10520
10521 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10522
10523 2016-03-01 Yao Qi <yao.qi@linaro.org>
10524
10525 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10526 prepare_for_testing.
10527
10528 2016-03-01 Yao Qi <yao.qi@linaro.org>
10529
10530 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10531
10532 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10533
10534 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10535 manually constructing the output path.
10536
10537 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10538
10539 * gdb.arch/s390-stackless.S: New.
10540 * gdb.arch/s390-stackless.exp: New.
10541
10542 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10543
10544 * gdb.dlang/circular.c: New file.
10545 * gdb.dlang/circular.exp: New file.
10546
10547 2016-02-26 Yao Qi <yao.qi@linaro.org>
10548
10549 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10550 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10551 (testcases): Update.
10552
10553 2016-02-26 Yao Qi <yao.qi@linaro.org>
10554
10555 * gdb.reverse/aarch64.c: Rename to ...
10556 * gdb.reverse/insn-reverse.c: ... it.
10557 * gdb.reverse/aarch64.exp: Rename to ...
10558 * gdb.reverse/insn-reverse.exp: ... it.
10559
10560 2016-02-26 Yao Qi <yao.qi@linaro.org>
10561
10562 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10563 (testcase_ftype): New.
10564 (testcases): New array.
10565 (n_testcases): New.
10566 (main): Call each element in testcases.
10567 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10568 (read_testcase): New.
10569 Do the tests in a loop.
10570
10571 2016-02-25 Yao Qi <yao.qi@linaro.org>
10572
10573 * gdb.base/branches.c: Remove.
10574
10575 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10576
10577 PR gdb/13808
10578 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10579
10580 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10581
10582 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10583
10584 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10585
10586 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10587 change x86_64 call_insn to 'callq'.
10588
10589 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10590
10591 * gdb.trace/tfile-avx.c: Move to...
10592 * gdb.trace/tracefile-pseudo-reg.c: Here.
10593 * gdb.trace/tfile-avx.exp: Move to...
10594 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10595
10596 2016-02-24 Gary Benson <gbenson@redhat.com>
10597
10598 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10599 message on attach.
10600
10601 2016-02-23 Doug Evans <dje@google.com>
10602
10603 * gdb.base/skip.c (test_skip): New function.
10604 (end_test_skip_file_and_function): New function.
10605 (test_skip_file_and_function): New function.
10606 * gdb.base/skip1.c (test_skip): New function.
10607 (skip1_test_skip_file_and_function): New function.
10608 * gdb.base/skip.exp: Add tests for new skip options.
10609 * gdb.base/skip-solib.exp: Update expected output.
10610 * gdb.perf/skip-command.cc: New file.
10611 * gdb.perf/skip-command.exp: New file.
10612 * gdb.perf/skip-command.py: New file.
10613
10614 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10615
10616 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10617 info registers pattern.
10618
10619 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10620
10621 * lib/future.exp: Add D support.
10622 (gdb_find_gdc): New proc.
10623 (gdb_default_target_compile): Add D support.
10624
10625 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10626
10627 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10628 user+system time.
10629 (trace_speed_test): Determine the iteration count for a time
10630 between 15..30 seconds.
10631
10632 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10633
10634 * gdb.arch/i386-mpx-sigsegv.c: New file.
10635 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10636 * gdb.arch/i386-mpx-simple_segv.c: New file.
10637 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10638
10639 2016-02-18 Yao Qi <yao.qi@linaro.org>
10640
10641 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10642 Don't call setup_kfail.
10643
10644 2016-02-18 Yao Qi <yao.qi@linaro.org>
10645
10646 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10647 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10648
10649 2016-02-16 Doug Evans <dje@google.com>
10650
10651 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10652 * gdb.base/skip1.c: Ditto.
10653 * gdb.base/skip.exp: Whitespace cleanup.
10654
10655 2016-02-16 Don Breazeal <donb@codesourcery.com>
10656
10657 PR remote/19496
10658 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10659 Remove kfail for PR remote/19496.
10660
10661 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10662
10663 * lib/gdb.exp (standard_temp_file): Return a path specific to
10664 the runtest invocation.
10665
10666 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10667
10668 * gdb.trace/save-trace.exp: Change relative path to be in the
10669 standard output directory.
10670
10671 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10672
10673 * gdb.arch/i386-prologue.c: Add missing prototypes.
10674
10675 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10676
10677 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10678 * gdb.arch/i386-prologue.exp: Likewise.
10679 * gdb.arch/i386-size.exp: Likewise.
10680
10681 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10682
10683 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10684 define object file path.
10685 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10686 file path.
10687 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10688 standard_output_file to define binfile.
10689
10690 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10691
10692 Fix compatibility with recent gfortran-5.3.1.
10693 * gdb.fortran/vla-history.exp (print vla1 allocated)
10694 (print vla2 allocated, print $2, print $3): Remove
10695 (print $4): Rename to ...
10696 (print $2): ... here.
10697 (print $9): Rename to ...
10698 (print $5): ... here.
10699 (print $10): Rename to ...
10700 (print $6): ... here.
10701 * gdb.fortran/vla.f90: Add pvla initialization.
10702
10703 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10704
10705 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10706 New test.
10707 * gdb.fortran/vla-value-sub.exp: Likewise.
10708
10709 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10710
10711 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10712
10713 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10714
10715 * i386-biarch-core.exp: Define corefile using
10716 standard_output_file.
10717
10718 2016-02-12 Yao Qi <yao.qi@linaro.org>
10719
10720 * gdb.arch/arm-single-step-kernel-helper.c: New.
10721 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10722
10723 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10724
10725 * gdb.btrace/tailcall-only.exp: New.
10726 * gdb.btrace/tailcall-only.c: New.
10727 * gdb.btrace/x86_64-tailcall-only.S: New.
10728 * gdb.btrace/i686-tailcall-only.S: New.
10729
10730 2016-02-11 Pedro Alves <palves@redhat.com>
10731
10732 * README (Parallel testing): Add missing double quotes.
10733
10734 2016-02-11 Pedro Alves <palves@redhat.com>
10735
10736 * README (Parallel testing): New section.
10737 (GDB_PARALLEL): Rewrite.
10738 (FORCE_PARALLEL): Document.
10739
10740 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10741
10742 * gdb.trace/tfile-avx.c: New test.
10743 * gdb.trace/tfile-avx.exp: New test.
10744
10745 2016-02-09 Keith Seitz <keiths@redhat.com>
10746
10747 PR breakpoints/19546
10748 * gdb.base/infcall-exec.c: New file.
10749 * gdb.base/infcall-exec2.c: New file.
10750 * gdb.base/infcall-exec.exp: New file.
10751
10752 2016-02-09 Keith Seitz <keiths@redhat.com>
10753
10754 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10755 (toplevel): Call test_bkpt_address.
10756
10757 2016-02-09 Keith Seitz <keiths@redhat.com>
10758
10759 PR python/19506
10760 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10761 (toplevel): Call test_bkpt_address.
10762
10763 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10764
10765 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10766 to AC_OUTPUT.
10767 * configure: Regenerate.
10768
10769 2016-02-09 Pedro Alves <palves@redhat.com>
10770
10771 PR breakpoints/19548
10772 * gdb.base/execl-update-breakpoints.c (some_function): New
10773 function.
10774 (main): Call it.
10775 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10776 Tighten expected GDB output.
10777
10778 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10779
10780 * Makefile.in (ALL_SUBDIRS): Remove.
10781 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10782 (distclean maintainer-clean realclean): Likewise.
10783 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10784 * configure: Regenerate.
10785 * gdb.ada/Makefile.in: Delete.
10786 * gdb.arch/Makefile.in: Likewise.
10787 * gdb.asm/Makefile.in: Likewise.
10788 * gdb.base/Makefile.in: Likewise.
10789 * gdb.btrace/Makefile.in: Likewise.
10790 * gdb.cell/Makefile.in: Likewise.
10791 * gdb.compile/Makefile.in: Likewise.
10792 * gdb.cp/Makefile.in: Likewise.
10793 * gdb.disasm/Makefile.in: Likewise.
10794 * gdb.dlang/Makefile.in: Likewise.
10795 * gdb.dwarf2/Makefile.in: Likewise.
10796 * gdb.fortran/Makefile.in: Likewise.
10797 * gdb.gdb/Makefile.in: Likewise.
10798 * gdb.go/Makefile.in: Likewise.
10799 * gdb.guile/Makefile.in: Likewise.
10800 * gdb.java/Makefile.in: Likewise.
10801 * gdb.linespec/Makefile.in: Likewise.
10802 * gdb.mi/Makefile.in: Likewise.
10803 * gdb.modula2/Makefile.in: Likewise.
10804 * gdb.multi/Makefile.in: Likewise.
10805 * gdb.objc/Makefile.in: Likewise.
10806 * gdb.opencl/Makefile.in: Likewise.
10807 * gdb.opt/Makefile.in: Likewise.
10808 * gdb.pascal/Makefile.in: Likewise.
10809 * gdb.perf/Makefile.in: Likewise.
10810 * gdb.python/Makefile.in: Likewise.
10811 * gdb.reverse/Makefile.in: Likewise.
10812 * gdb.server/Makefile.in: Likewise.
10813 * gdb.stabs/Makefile.in: Likewise.
10814 * gdb.threads/Makefile.in: Likewise.
10815 * gdb.trace/Makefile.in: Likewise.
10816 * gdb.xml/Makefile.in: Likewise.
10817 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10818 GDB_PARALLEL.
10819 (standard_output_file): Remove check for GDB_PARALLEL, always
10820 return path in outputs/$subdir/$testname.
10821
10822 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10823
10824 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10825 (site.exp): Assign abs_srcdir to tcl's srcdir.
10826
10827 2016-02-04 Yao Qi <yao.qi@linaro.org>
10828
10829 * gdb.base/foll-exec-mode.c: Include limits.h.
10830 (main): Add parameters argc and argv. Get directory from
10831 argv[0].
10832 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10833 compilation.
10834 * gdb.base/foll-exec.c: Include limits.h.
10835 (main): Add parameters argc and argv.
10836 Get directory from argv[0].
10837 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10838 Adjust tests on the number of lines as source code changed.
10839 * gdb.base/foll-vfork-exit.c: Include limits.h.
10840 (main): Add one line of statement before vfork.
10841 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10842 (main): Add parameters argc and argv. Get directory from
10843 argv[0].
10844 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10845 (setup_gdb): Set tbreak to skip some source lines.
10846 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10847 (main): Add parameters argc and argv. Get directory from
10848 argv[0].
10849 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10850 compilation.
10851 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10852 (main): Add parameters argc and argv. Get directory from
10853 argv[0].
10854 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10855 compilation.
10856
10857 2016-02-01 Doug Evans <dje@google.com>
10858
10859 * gdb.base/skip.exp: Clean up multiple references to same test name.
10860
10861 2016-02-01 Pedro Alves <palves@redhat.com>
10862
10863 PR remote/19496
10864 * gdb.threads/forking-threads-plus-breakpoint.exp
10865 (displaced_stepping_supported): New global.
10866 (probe_displaced_stepping_support): New procedure.
10867 (do_test): Add 'displaced' parameter, and use it.
10868 (top level): Check for displaced stepping support. Add displaced
10869 stepping on/off testing axis.
10870
10871 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10872
10873 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10874 pointer. Don't perform further tests on the unassociated pointer
10875 if the first test fails.
10876
10877 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10878
10879 * gdb.base/max-value-size.c: New file.
10880 * gdb.base/max-value-size.exp: New file.
10881 * gdb.base/huge.exp: Disable max-value-size for this test.
10882
10883 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10884
10885 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10886
10887 2016-01-28 Yao Qi <yao.qi@linaro.org>
10888
10889 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10890
10891 2016-01-25 Pedro Alves <palves@redhat.com>
10892
10893 PR threads/19461
10894 * gdb.base/fork-running-state.c: New file.
10895 * gdb.base/fork-running-state.exp: New file.
10896
10897 2016-01-25 Pedro Alves <palves@redhat.com>
10898
10899 PR gdb/19494
10900 * gdb.base/catch-fork-kill.c: New file.
10901 * gdb.base/catch-fork-kill.exp: New file.
10902
10903 2016-01-25 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10906 Delete, moved to lib/gdb.exp.
10907 * gdb.threads/forking-threads-plus-breakpoint.exp
10908 (foreach_with_prefix): Likewise.
10909 * gdb.threads/process-dies-while-handling-bp.exp
10910 (foreach_with_prefix): Likewise.
10911 * lib/gdb.exp (foreach_with_prefix): New procedure.
10912
10913 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10914
10915 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10916 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10917
10918 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10919
10920 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10921 endian targets.
10922
10923 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10924 Pedro Alves <palves@redhat.com>
10925
10926 Fix testsuite compatibility with Guile.
10927 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10928 number.
10929
10930 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10931
10932 Fix testsuite compatibility with Guile.
10933 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10934 (thread 1): New test for backtrace through signal handler.
10935
10936 2016-01-22 Yao Qi <yao.qi@linaro.org>
10937
10938 PR testsuite/19491
10939 * gdb.base/multi-forks.c: Include
10940 ../lib/unbuffer_output.c
10941 (main): Call gdb_unbuffer_output.
10942
10943 2016-01-21 Doug Evans <dje@google.com>
10944
10945 * lib/ada.exp (gdb_compile_ada): Fix typo.
10946
10947 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10948
10949 * gdb.base/break-fun-addr.exp: New file.
10950 * gdb.base/break-fun-addr1.c: New file.
10951 * gdb.base/break-fun-addr2.c: New file.
10952
10953 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10954
10955 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10956 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10957 enum flag values.
10958
10959 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10960
10961 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10962 when GDB can not set the vector return value. Add more comments
10963 for clarification.
10964
10965 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10966
10967 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10968 command.
10969
10970 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10971
10972 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10973
10974 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10975
10976 * Makefile.in (check-single): Pass --status to runtest.
10977 (check/%.exp): Likewise.
10978
10979 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10980
10981 * Makefile.in (check-parallel): Propagate return code from make
10982 do-check-parallel.
10983
10984 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10985
10986 * gdb.trace/ftrace.exp: Fix expected message on continue.
10987 * gdb.trace/pending.exp: Fix expected message on continue.
10988 * gdb.trace/trace-break.exp: Fix expected message on continue.
10989
10990 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10991
10992 * lib/gdb.exp (gdb_test): Remove unused global references.
10993
10994 2016-01-18 Pedro Alves <palves@redhat.com>
10995
10996 * gdb.base/async-shell.exp: Adjust expected output.
10997 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10998 * gdb.base/siginfo-thread.exp: Adjust expected output.
10999 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11000 * gdb.java/jnpe.exp: Adjust expected output.
11001 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11002 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11003 * gdb.threads/leader-exit.exp: Adjust expected output.
11004 * gdb.threads/manythreads.exp: Adjust expected output.
11005 * gdb.threads/pthreads.exp: Adjust expected output.
11006 * gdb.threads/schedlock.exp: Adjust expected output.
11007 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11008 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11009 expected output.
11010 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11011 output.
11012 * gdb.threads/sigthread.exp: Adjust expected output.
11013 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11014
11015 2016-01-18 Yao Qi <yao.qi@linaro.org>
11016
11017 * gdb.guile/scm-section-script.c: Replace @progbits with
11018 %progbits.
11019 * gdb.python/py-section-script.c: Likewise.
11020
11021 2016-01-15 Pedro Alves <palves@redhat.com>
11022
11023 * gdb.multi/tids.exp: Test star wildcard ranges.
11024
11025 2016-01-15 Pedro Alves <palves@redhat.com>
11026
11027 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11028 command from "thread apply" invocation.
11029 (thr_apply_info_thr_invalid): Default the expected output to the
11030 input tid list.
11031 (top level): Add tests that use convenience variables. Add tests
11032 for "thread apply" with a valid TID list, but missing the command.
11033
11034 2016-01-13 Pedro Alves <palves@redhat.com>
11035
11036 * gdb.base/default.exp: Expect $_gthread as well.
11037 * gdb.multi/tids.exp: Test $_gthread.
11038 * gdb.threads/thread-specific.exp: Test $_gthread.
11039
11040 2016-01-13 Pedro Alves <palves@redhat.com>
11041
11042 * gdb.multi/tids.exp: Test "info threads -gid".
11043
11044 2016-01-13 Pedro Alves <palves@redhat.com>
11045
11046 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11047 Breakpoint.thread.
11048 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11049
11050 2016-01-07 Pedro Alves <palves@redhat.com>
11051
11052 * gdb.base/break.exp: Adjust to output changes.
11053 * gdb.base/hbreak2.exp: Likewise.
11054 * gdb.base/sepdebug.exp: Likewise.
11055 * gdb.base/watch_thread_num.exp: Likewise.
11056 * gdb.linespec/keywords.exp: Likewise.
11057 * gdb.multi/info-threads.exp: Likewise.
11058 * gdb.threads/thread-find.exp: Likewise.
11059 * gdb.multi/tids.c: New file.
11060 * gdb.multi/tids.exp: New file.
11061
11062 2016-01-13 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11065
11066 2016-01-13 Pedro Alves <palves@redhat.com>
11067
11068 * gdb.base/default.exp: Expect $_inferior as well.
11069 * gdb.multi/base.exp: Test $_inferior.
11070
11071 2016-01-13 Pedro Alves <palves@redhat.com>
11072
11073 PR breakpoints/19388
11074 * gdb.base/catch-signal-siginfo-cond.c: New file.
11075 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11076
11077 2016-01-12 Josh Stone <jistone@redhat.com>
11078 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11079
11080 * gdb.base/catch-syscall.c (do_execve): New variable.
11081 (main): Conditionally trigger an execve.
11082 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11083 (test_catch_syscall_execve): New, check entry/return across execve.
11084 (do_syscall_tests): Call test_catch_syscall_execve.
11085
11086 2016-01-12 Pedro Alves <palves@redhat.com>
11087
11088 * gdb.base/random-signal.exp (do_test): New procedure, with body
11089 of testcase moved in.
11090
11091 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11092 Pedro Alves <palves@redhat.com>
11093
11094 * gdb.base/funcargs.exp (finish from indirectly called function):
11095 Reintroduce the case for 'First'.
11096
11097 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11098 Pedro Alves <palves@redhat.com>
11099
11100 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11101 (tcatch_vfork_then_child_follow_exec)
11102 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11103 identification.
11104
11105 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11106
11107 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11108 and repeats to unlimited.
11109 * gdb.python/py-value.exp: Likewise.
11110 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11111 and repeats to unlimited.
11112
11113 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11114
11115 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11116 and reordering the functions.
11117 * gdb.multi/hangout.c: Likewise.
11118 * gdb.multi/hello.c: Likewise.
11119
11120 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11121
11122 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11123 absolute.
11124 (SingleStatisticTestResult.report): Use dict.keys instead of
11125 dict.iterkeys.
11126
11127 2016-01-06 Pedro Alves <palves@redhat.com>
11128
11129 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11130
11131 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11132
11133 * gdb.btrace/dlopen.exp: New.
11134 * gdb.btrace/dlopen.c: New.
11135 * gdb.btrace/dlopen-dso.c: New.
11136
11137 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11138
11139 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11140 PATTERN argument is optional.
11141
11142 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11143
11144 * lib/ada.exp (target_compile_ada_from_dir): New function.
11145 (gdb_compile_ada): Reimplement avoiding the use of project files.
11146 * gdb.ada/gnat_ada.gpr: Delete.
11147 * gdb.ada/cond_lang.exp: Adjust test to make path before
11148 filename optional.
11149 * gdb.ada/small_reg_param.exp: Likewise.
11150
11151 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11152
11153 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11154
11155 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11156
11157 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11158 case.
11159
11160 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11161
11162 * gdb.base/break.exp: Remove dead code.
11163 * gdb.base/sepdebug.exp: Likewise.
11164
11165 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11166
11167 * gdb.asm/asm-source.exp: Remove HP-UX references.
11168 * gdb.base/annota1.exp: Likewise.
11169 * gdb.base/annota3.exp: Likewise.
11170 * gdb.base/attach.exp: Likewise.
11171 * gdb.base/bigcore.exp: Likewise.
11172 * gdb.base/break.exp: Likewise.
11173 * gdb.base/call-ar-st.exp: Likewise.
11174 * gdb.base/callfuncs.exp: Likewise.
11175 * gdb.base/catch-fork-static.exp: Likewise.
11176 * gdb.base/display.exp: Likewise.
11177 * gdb.base/foll-exec-mode.exp: Likewise.
11178 * gdb.base/foll-exec.exp: Likewise.
11179 * gdb.base/foll-fork.exp: Likewise.
11180 * gdb.base/foll-vfork.exp: Likewise.
11181 * gdb.base/funcargs.exp: Likewise.
11182 * gdb.base/hbreak2.exp: Likewise.
11183 * gdb.base/inferior-died.exp: Likewise.
11184 * gdb.base/interrupt.exp: Likewise.
11185 * gdb.base/multi-forks.exp: Likewise.
11186 * gdb.base/nodebug.exp: Likewise.
11187 * gdb.base/sepdebug.exp: Likewise.
11188 * gdb.base/solib1.c: Likewise.
11189 * gdb.base/step-test.exp: Likewise.
11190 * gdb.mi/non-stop.c: Likewise.
11191 * gdb.mi/pthreads.c: Likewise.
11192 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11193 * gdb.threads/pthreads.c: Likewise.
11194 * gdb.threads/staticthreads.exp: Likewise.
11195 * lib/future.exp: Likewise.
11196 * lib/gdb.exp: Likewise.
11197 * gdb.base/so-indr-cl.c: Remove.
11198 * gdb.base/so-indr-cl.exp: Likewise.
11199 * gdb.base/solib.c: Likewise.
11200 * gdb.base/solib.exp: Likewise.
11201 * gdb.base/solib2.c: Likewise.
11202
11203 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11204
11205 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11206 * gdb.base/call-ar-st.exp: Likewise.
11207 * gdb.base/callfuncs.exp: Likewise.
11208 * gdb.base/condbreak.exp: Likewise.
11209 * gdb.base/constvars.exp: Likewise.
11210 * gdb.base/hbreak2.exp: Likewise.
11211 * gdb.base/langs.exp: Likewise.
11212 * gdb.base/list.exp: Likewise.
11213 * gdb.base/long_long.exp: Likewise.
11214 * gdb.base/ptype.exp: Likewise.
11215 * gdb.base/scope.exp: Likewise.
11216 * gdb.base/signals.exp: Likewise.
11217 * gdb.base/so-impl-ld.exp: Likewise.
11218 * gdb.base/varargs.exp: Likewise.
11219 * gdb.base/volatile.exp: Likewise.
11220 * gdb.base/whatis.exp: Likewise.
11221 * gdb.cp/cplusfuncs.exp: Likewise.
11222 * gdb.cp/inherit.exp: Likewise.
11223 * gdb.cp/local.exp: Likewise.
11224 * gdb.cp/member-ptr.exp: Likewise.
11225 * gdb.cp/method.exp: Likewise.
11226 * gdb.cp/overload.exp: Likewise.
11227 * gdb.cp/templates.exp: Likewise.
11228 * gdb.stabs/weird.exp: Likewise.
11229 * lib/compiler.c: Likewise.
11230 * lib/compiler.cc: Likewise.
11231 * lib/cp-support.exp: Likewise.
11232 * lib/gdb.exp: Likewise.
11233
11234 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11235
11236 * configure.ac: Remove HP-UX case.
11237 * configure: Regenerate.
11238
11239 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11240
11241 * lib/gdb.exp (gdb_compile): Add function doc.
11242
11243 2015-12-17 Pedro Alves <palves@redhat.com>
11244
11245 PR threads/19354
11246 * gdb.multi/info-threads.exp: New file.
11247
11248 2015-12-15 Yao Qi <yao.qi@linaro.org>
11249
11250 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11251 is aarch64*-*-*.
11252
11253 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11254
11255 * gdb.base/history-duplicates.exp: Skip if no readline support.
11256
11257 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11258
11259 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11260
11261 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11262
11263 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11264
11265 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11266
11267 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11268 ctrl-C if nointerrupts target property is set.
11269 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11270 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11271 * gdb.base/paginate-bg-execution.exp: Likewise.
11272 * gdb.base/paginate-execution-startup.exp: Likewise.
11273 * gdb.base/random-signal.exp: Likewise.
11274 * gdb.base/range-stepping.exp: Likewise.
11275 * gdb.cp/annota2.exp: Likewise.
11276 * gdb.cp/annota3.exp: Likewise.
11277 * gdb.gdb/selftest.exp: Likewise.
11278 * gdb.threads/continue-pending-status.exp: Likewise.
11279 * gdb.threads/leader-exit.exp: Likewise.
11280 * gdb.threads/manythreads.exp: Likewise.
11281 * gdb.threads/pthreads.exp: Likewise.
11282 * gdb.threads/schedlock.exp: Likewise.
11283 * gdb.threads/sigthread.exp: Likewise.
11284
11285 2015-12-11 Don Breazeal <donb@codesourcery.com>
11286
11287 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11288 remote.
11289 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11290 * gdb.base/foll-exec.exp (main): Enable for target remote.
11291 * gdb.base/foll-fork.exp (main): Likewise.
11292 * gdb.base/foll-vfork.exp (main): Likewise.
11293 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11294 (proc continue_to_exit_bp_loc): Use clean_restart.
11295 * gdb.base/pie-execl.exp (main): Disable for target remote.
11296 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11297 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11298 * gdb.threads/execl.exp (main): Likewise.
11299 * gdb.threads/fork-child-threads.exp (main): Likewise.
11300 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11301 remote.
11302 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11303 remote.
11304 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11305 pid.tid style ptids, instead of just tid.
11306 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11307 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11308 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11309 ptids, instead of just tid.
11310
11311 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11312
11313 * gdb.base/list.exp (test_list_forward): Add end of file error
11314 test.
11315 (test_repeat_list_command): Add end of file error test.
11316 (test_list_backwards): Add beginning of file error test.
11317
11318 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11319
11320 * gdb.base/list.exp (test_list_invalid_args): New function,
11321 defined, and called.
11322
11323 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11324
11325 * gdb.base/list.exp (test_list): Make test names unique.
11326
11327 2015-12-11 Yao Qi <yao.qi@linaro.org>
11328
11329 * gdb.base/coremaker2.c: Remove.
11330
11331 2015-12-10 Pedro Alves <palves@redhat.com>
11332
11333 * gdb.multi/base.exp: Remove stale "spaces" references.
11334
11335 2015-12-10 Pedro Alves <palves@redhat.com>
11336
11337 * gdb.multi/base.exp: Don't use nowarnings.
11338 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11339 * gdb.multi/hangout.c: Include stdio.h.
11340 * gdb.multi/hello.c: Include stdlib.h.
11341 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11342 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11343 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11344
11345 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11346
11347 * gdb.dwarf2/dw2-ranges-base.c: New file.
11348 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11349 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11350 support additional line table, and debug ranges generation.
11351 (Dwarf::ranges): New function, generate .debug_ranges.
11352 (Dwarf::lines): Support generating simple line table programs.
11353 (Dwarf::assemble): Initialise new namespace variables.
11354
11355 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11356
11357 * gdb.base/async.exp (proc test_background): Add case for
11358 asynchronous execution not supported.
11359
11360 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11361
11362 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11363 format and change test names to make them unique.
11364
11365 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11366 Pedro Alves <pedro@redhat.com>
11367
11368 PR gdb/18702
11369 Add checking of floatformats setup on x86_64 hosts.
11370 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11371 (smallval, bigval): New labels/constants.
11372 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11373 float" after loading bigval and smallval.
11374
11375 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11376
11377 * gdb.ada/fun_overload_menu.exp: New testcase.
11378 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11379
11380 2015-12-04 Josh Stone <jistone@redhat.com>
11381
11382 * gdb.base/catch-fork-static.exp: New.
11383
11384 2015-12-03 Yao Qi <yao.qi@linaro.org>
11385
11386 * gdb.base/sizeof.c: Don't include stdio.h and
11387 ../lib/unbuffer_output.c.
11388 (main): New variable 'size' and 'value'. Remove printf and
11389 gdb_unbuffer_output. Assign return value to size and value.
11390 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11391 at the beginning.
11392 (check_sizeof): Check the result by printing variable 'size'.
11393 (check_valueof): Check the result by printing variable 'value'.
11394
11395 2015-12-01 Yao Qi <yao.qi@linaro.org>
11396
11397 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11398 for aarch64*-*-linux* target.
11399
11400 2015-11-30 Pedro Alves <palves@redhat.com>
11401
11402 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11403
11404 2015-11-30 Pedro Alves <palves@redhat.com>
11405
11406 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11407 Handle non-stop mode vCont replies.
11408
11409 2015-11-30 Pedro Alves <palves@redhat.com>
11410
11411 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11412 prepare_for_testing. Start gdb with "set non-stop on" appended to
11413 GDBFLAGS. Lax expected stop output.
11414
11415 2015-11-27 Yao Qi <yao.qi@linaro.org>
11416
11417 * gdb.arch/arm-neon.exp: New.
11418 * gdb.arch/arm-neon.c: New.
11419
11420 2015-11-27 Yao Qi <yao.qi@linaro.org>
11421
11422 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11423
11424 2015-11-27 Yao Qi <yao.qi@linaro.org>
11425
11426 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11427 frames-invalid annotation.
11428
11429 2015-11-27 Yao Qi <yao.qi@linaro.org>
11430
11431 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11432
11433 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11434
11435 * gdb.threads/names.exp: New file.
11436 * gdb.threads/names.c: New file.
11437 * README: Mention gdb,no_thread_names.
11438
11439 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11440
11441 PR 19297
11442 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11443 support" error.
11444
11445 2015-11-24 Pedro Alves <palves@redhat.com>
11446
11447 PR 17539
11448 * gdb.base/display.exp: Expect displays to be sorted in ascending
11449 order. Use multi_line.
11450 * gdb.base/solib-display.exp: Likewise.
11451
11452 2015-11-24 Pedro Alves <palves@redhat.com>
11453
11454 PR 17539
11455 * gdb.base/display.exp: Expect displays to be sorted in ascending
11456 order. Use multi_line.
11457 * gdb.base/solib-display.exp: Likewise.
11458
11459 2015-11-24 Pedro Alves <palves@redhat.com>
11460
11461 PR 17539
11462 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11463 threads in ascending order.
11464 * gdb.base/foll-fork.exp: Likewise.
11465 * gdb.base/foll-vfork.exp: Likewise.
11466 * gdb.base/multi-forks.exp: Likewise.
11467 * gdb.mi/mi-nonstop.exp: Likewise.
11468 * gdb.mi/mi-nsintrall.exp: Likewise.
11469 * gdb.multi/base.exp: Likewise.
11470 * gdb.multi/multi-arch.exp: Likewise.
11471 * gdb.python/py-inferior.exp: Likewise.
11472 * gdb.threads/break-while-running.exp: Likewise.
11473 * gdb.threads/execl.exp: Likewise.
11474 * gdb.threads/gcore-thread.exp: Likewise.
11475 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11476 * gdb.threads/kill.exp: Likewise.
11477 * gdb.threads/linux-dp.exp: Likewise.
11478 * gdb.threads/multiple-step-overs.exp: Likewise.
11479 * gdb.threads/next-bp-other-thread.exp: Likewise.
11480 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11481 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11482 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11483 * gdb.threads/thread-find.exp: Likewise.
11484 * gdb.threads/tls.exp: Likewise.
11485 * lib/mi-support.exp (mi_reverse_list): Delete.
11486 (mi_check_thread_states): No longer reverse list.
11487
11488 2015-11-24 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11491 use lowercase.
11492
11493 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11494
11495 * gdb.trace/actions.c: Include trace-common.h.
11496 (main): Add a location for a fast tracepoint.
11497 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11498 the normal tracepoints.
11499 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11500
11501 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11502
11503 * save-trace.exp: Factor out code to these...
11504 (gdb_save_tracepoints): New.
11505 (gdb_load_tracepoints): New.
11506 (do_save_load_test): New.
11507
11508 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11509
11510 * gdb.base/asmlabel.exp: New test.
11511 * gdb.base/asmlabel.c: New test case.
11512
11513 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11514
11515 * gdb.base/wrong_frame_bt_full-main.c: New file.
11516 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11517 * gdb.base/wrong_frame_bt_full.exp: New file.
11518
11519 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11520
11521 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11522
11523 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11524
11525 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11526 pstate register when comparing registers values in
11527 sparc64-*-linux-gnu targets to avoid spurious differences.
11528
11529 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11530
11531 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11532
11533 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11534
11535 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11536 as type argument to gdb_compile.
11537 * gdb.base/nested-subp2.exp: Likewise.
11538 * gdb.base/nested-subp3.exp: Likewise.
11539
11540 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11541
11542 * lib/dwarf.exp (_note): Fix left shift of negative value.
11543 * gdb.trace/trace-condition.exp: Likewise.
11544
11545 2015-11-13 Yao Qi <yao.qi@linaro.org>
11546
11547 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11548 comments about d10v.
11549 (test_scalar_returns): Likewise.
11550 * gdb.base/d10v.ld: Remove.
11551 * gdb.base/overlays.exp: Remove the target triplet checking for
11552 d10v-*-*.
11553 * gdb.base/structs.exp (test_struct_returns): Remove the
11554 comments about d10v.
11555 (test_struct_calls): Likewise.
11556
11557 2015-11-13 Yao Qi <yao.qi@linaro.org>
11558
11559 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11560 * gdb.base/gnu_vector.c: Don't include stdio.h.
11561 (main): Don't print res and call add_some_intvecs.
11562
11563 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11564
11565 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11566 macro.
11567 (func5): Removed.
11568 (func4): Use FAST_TRACEPOINT_LABEL.
11569 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11570 macro.
11571 (func): Removed.
11572 (thread_function): Use FAST_TRACEPOINT_LABEL.
11573 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11574 (func): Remove.
11575 (marker): Use FAST_TRACEPOINT_LABEL.
11576 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11577 (pendfunc1): Remove.
11578 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11579 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11580 (foo): Remove.
11581 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11582 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11583 macro.
11584 (func): Remove.
11585 (marker): Use FAST_TRACEPOINT_LABEL.
11586 * gdb.trace/trace-common.h: New header.
11587 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11588 macro.
11589 (func): Remove.
11590 (marker): Use FAST_TRACEPOINT_LABEL.
11591 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11592 (func): Remove.
11593 (thread_function): Use FAST_TRACEPOINT_LABEL.
11594
11595 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11596
11597 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11598 in front.
11599 * gdb.trace/change-loc.exp: Use global pcreg definition.
11600 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11601 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11602 in front.
11603 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11604 * gdb.trace/pending.exp: Likewise.
11605 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11606 * gdb.trace/trace-break.exp: Likewise.
11607 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11608 in front.
11609 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11610 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11611 in front.
11612 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11613
11614 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11615
11616 * gdb.ada/fin_fun_out: New testcase.
11617
11618 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11619
11620 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11621 value associated with DW_AT_byte_size.
11622 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11623 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11624 DW_AT_upper_bound.
11625
11626 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11627
11628 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11629 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11630 version.
11631 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11632 gdb.dwarf2/dw2-canonicalize-type.exp,
11633 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11634 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11635 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11636 provided by gdb_target_symbol_prefix_flags_asm.
11637 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11638 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11639 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11640 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11641 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11642 macros where needed). Use this macro for symbols which require
11643 the prefix provided by SYMBOL_PREFIX.
11644
11645 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11646
11647 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11648 New procs.
11649 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11650 representing expressions, of more than one list element.
11651 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11652 to prepend linker symbol prefix to f.
11653 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11654 table_1 and table_2.
11655 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11656 Likewise, for f and g.
11657 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11658 for ptr.
11659 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11660 for main.
11661 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11662 table_1_ptr and table_2_ptr.
11663
11664 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11665 Joel Brobecker <brobecker@adacore.com>
11666
11667 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11668
11669 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11670
11671 * gdb.reverse/s390-mvcle.c: New test.
11672 * gdb.reverse/s390-mvcle.exp: New file.
11673 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11674
11675 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11676
11677 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11678
11679 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11680
11681 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11682 reaching marker2.
11683 * gdb.reverse/getresuid-reverse.exp: Likewise.
11684 * gdb.reverse/pipe-reverse.exp: Likewise.
11685 * gdb.reverse/readv-reverse.exp: Likewise.
11686 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11687 * gdb.reverse/time-reverse.exp: Likewise.
11688 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11689
11690 2015-10-30 Yao Qi <yao.qi@linaro.org>
11691
11692 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11693 (empty_cycle): Remove.
11694 (main): Don't call empty_cycle. Don't use watch_count_done.
11695 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11696 empty_cycle. Rewrite the code counting HW watchpoints.
11697
11698 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11699
11700 * gdb.reverse/fstatat-reverse.c: New test.
11701 * gdb.reverse/fstatat-reverse.exp: New file.
11702 * gdb.reverse/getresuid-reverse.c: New test.
11703 * gdb.reverse/getresuid-reverse.exp: New file.
11704 * gdb.reverse/pipe-reverse.c: New test.
11705 * gdb.reverse/pipe-reverse.exp: New file.
11706 * gdb.reverse/readv-reverse.c: New test.
11707 * gdb.reverse/readv-reverse.exp: New file.
11708 * gdb.reverse/recvmsg-reverse.c: New test.
11709 * gdb.reverse/recvmsg-reverse.exp: New file.
11710 * gdb.reverse/time-reverse.c: New test.
11711 * gdb.reverse/time-reverse.exp: New file.
11712 * gdb.reverse/waitpid-reverse.c: New test.
11713 * gdb.reverse/waitpid-reverse.exp: New file.
11714
11715 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11716
11717 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11718
11719 2015-10-26 Doug Evans <dje@google.com>
11720
11721 PR symtab/17391
11722 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11723 * gdb.dwarf2/bad-regnum.c: New file.
11724 * gdb.dwarf2/bad-regnum.exp: New file.
11725
11726 2015-10-26 Doug Evans <dje@google.com>
11727
11728 PR python/18938
11729 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11730 file.
11731
11732 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11733
11734 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11735 for a change by "Mention language in compile error message".
11736
11737 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11738
11739 PR python/18073
11740 * gdb.python/py-type.c (C::a_method): New.
11741 (C::a_const_method): New.
11742 (C::a_static_method): New.
11743 (a_function): New.
11744 * gdb.python/py-type.exp (test_fields): Test getting fields
11745 from function and method.
11746
11747 2015-10-21 Keven Boell <keven.boell@intel.com>
11748
11749 * gdb.fortran/vla-alloc-assoc.exp: New file.
11750 * gdb.fortran/vla-datatypes.exp: New file.
11751 * gdb.fortran/vla-datatypes.f90: New file.
11752 * gdb.fortran/vla-history.exp: New file.
11753 * gdb.fortran/vla-ptype-sub.exp: New file.
11754 * gdb.fortran/vla-ptype.exp: New file.
11755 * gdb.fortran/vla-sizeof.exp: New file.
11756 * gdb.fortran/vla-sub.f90: New file.
11757 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11758 * gdb.fortran/vla-value-sub-finish.exp: New file.
11759 * gdb.fortran/vla-value-sub.exp: New file.
11760 * gdb.fortran/vla-value.exp: New file.
11761 * gdb.fortran/vla-ptr-info.exp: New file.
11762 * gdb.mi/mi-vla-fortran.exp: New file.
11763 * gdb.mi/vla.f90: New file.
11764
11765 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11766
11767 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11768 of hardwired timeout value.
11769
11770 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11771 Pedro Alves <palves@redhat.com>
11772
11773 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11774 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11775
11776 2015-10-19 Josh Stone <jistone@redhat.com>
11777
11778 * gdb.base/catch-syscall.c: Include <sched.h>.
11779 (unknown_syscall): New variable.
11780 (main): Trigger a vfork and an unknown syscall.
11781 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11782 (unknown_syscall_number): Likewise.
11783 (check_call_to_syscall): Accept an optional syscall pattern.
11784 (check_return_from_syscall): Likewise.
11785 (check_continue): Likewise.
11786 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11787 (test_catch_syscall_skipping_return): New test toggling off 'catch
11788 syscall' to step over the syscall return, then toggling back on.
11789 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11790 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11791 (do_syscall_tests): Call test_catch_syscall_without_args and
11792 test_catch_syscall_mid_vfork.
11793 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11794 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11795
11796 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11797
11798 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11799 print g_vE): Add new pass patterns.
11800 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11801 print various symbol names for vptr fields.
11802
11803 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11804
11805 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11806 results.
11807
11808 2015-10-12 Yao Qi <yao.qi@linaro.org>
11809
11810 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11811
11812 2015-10-12 Yao Qi <yao.qi@linaro.org>
11813
11814 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11815 is aarch64*-*-linux*.
11816
11817 2015-10-12 Yao Qi <yao.qi@linaro.org>
11818
11819 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11820 (can_relocate_bcond_true): ... it.
11821 (can_relocate_bcond_false): New function.
11822 (foo): Likewise.
11823 (can_relocate_bl): Likewise.
11824 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11825 can_relocate_bl.
11826
11827 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11828
11829 * gdb.base/nested-addr.c: New file.
11830 * gdb.base/nested-addr.exp: New testcase.
11831
11832 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11833
11834 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11835 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11836 its output. Ignore the output of "record goto begin" and instead
11837 check that GDB is replaying.
11838
11839 2015-10-09 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11842 (top level): Use it in the run with no args test.
11843
11844 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11845
11846 * gdb.dlang/properties.exp: New file.
11847
11848 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11849
11850 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11851 whether or not address 0x1000 is mapped on the target.
11852
11853 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11854
11855 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11856 build.
11857
11858 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11859
11860 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11861 instruction-history test.
11862
11863 2015-09-28 Doug Evans <dje@google.com>
11864
11865 * gdb.base/gcore.c (array_func): Add reference to static_array.
11866
11867 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11868
11869 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11870 source line.
11871
11872 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11873
11874 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11875 short or char as base type.
11876
11877 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11878
11879 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11880 to allow any size enum.
11881
11882 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11883
11884 * gdb.ada/array_ptr_renaming.exp: New testcase.
11885 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11886 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11887
11888 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11889
11890 * gdb.trace/ftrace-lock.c: New file.
11891 * gdb.trace/ftrace-lock.exp: New file.
11892
11893 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11894
11895 * gdb.arch/insn-reloc.c: New file.
11896 * gdb.arch/ftrace-insn-reloc.exp: New file.
11897
11898 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11899
11900 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11901 instruction.
11902 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11903 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11904 * gdb.trace/range-stepping.c: Likewise.
11905 * gdb.trace/trace-break.c: Likewise.
11906 * gdb.trace/trace-mt.c (thread_function): Likewise.
11907 * gdb.trace/ftrace.c (marker): Likewise.
11908 * gdb.trace/trace-condition.c (marker): Likewise.
11909 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11910 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11911 is_aarch64_target.
11912
11913 2015-09-18 Doug Evans <xdje42@gmail.com>
11914
11915 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11916 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11917
11918 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11919
11920 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11921 the breakpoint.
11922
11923 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11924
11925 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11926 the pending breakpoint. Remove timeout override for "Run till
11927 MI pending breakpoint on pendfunc3 on thread 2" test.
11928
11929 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11930
11931 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11932 filename pattern.
11933
11934 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11935
11936 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11937 in breakpoint filename pattern.
11938
11939 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11940
11941 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11942
11943 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11944
11945 * gdb.linespec/explicit.exp: Check for readline support for
11946 tab-completion tests. Fix obvious typo.
11947
11948 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11949
11950 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11951 and replay.
11952
11953 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11954
11955 * gdb.btrace/non-stop.c: New.
11956 * gdb.btrace/non-stop.exp: New.
11957
11958 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11959 Yao Qi <yao.qi@linaro.org>
11960
11961 * gdb.trace/trace-condition.c: New file.
11962 * gdb.trace/trace-condition.exp: New file.
11963
11964 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11965
11966 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11967 for testing bytecode compilation.
11968
11969 2015-09-16 Pedro Alves <palves@redhat.com>
11970 Sandra Loosemore <sandra@codesourcery.com>
11971
11972 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11973 (SECONDS): Redefine.
11974 (main): Call pthread_kill and alarm early.
11975 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11976 support.
11977 (test): If the target can't hardware step and doesn't support
11978 displaced stepping, increase the timeout.
11979
11980 2015-09-16 Pedro Alves <palves@redhat.com>
11981
11982 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11983 (enable_debug): New procedures.
11984 (test): Use them. Bail out if waiting for threads fails.
11985 (top level): Bail out if a test fails.
11986
11987 2015-09-16 Yao Qi <yao.qi@linaro.org>
11988
11989 * gdb.asm/asm-source.exp: Set asm-arch for
11990 aarch64*-*-* target.
11991 * gdb.asm/aarch64.inc: New file.
11992
11993 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11994
11995 * gdb.ada/array_of_variable_length.exp: New testcase.
11996 * gdb.ada/array_of_variable_length/foo.adb: New file.
11997 * gdb.ada/array_of_variable_length/pck.adb: New file.
11998 * gdb.ada/array_of_variable_length/pck.ads: New file.
11999
12000 2015-09-15 Doug Evans <dje@google.com>
12001
12002 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12003 of function static local variable.
12004
12005 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12006
12007 * gdb.threads/tls-so_extern.exp: New test file.
12008 * gdb.threads/tls-so_extern.c: New test file.
12009 * gdb.threads/tls-so_extern_main.c: New test file.
12010
12011 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12012
12013 * gdb.opt/solib-intra-step-lib.c: New file.
12014 * gdb.opt/solib-intra-step-main.c: New file.
12015 * gdb.opt/solib-intra-step.exp: New file.
12016
12017 2015-09-15 Pedro Alves <palves@redhat.com>
12018
12019 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12020 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12021
12022 2015-09-14 Pedro Alves <palves@redhat.com>
12023
12024 * gdb.base/hook-stop-continue.c: Delete.
12025 * gdb.base/hook-stop-continue.exp: Delete.
12026 * gdb.base/hook-stop-frame.c: Delete.
12027 * gdb.base/hook-stop-frame.exp: Delete.
12028 * gdb.base/hook-stop.c: New file.
12029 * gdb.base/hook-stop.exp: New file.
12030
12031 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12032
12033 * gdb.ada/access_to_packed_array.exp: New testcase.
12034 * gdb.ada/access_to_packed_array/foo.adb: New file.
12035 * gdb.ada/access_to_packed_array/pack.adb: New file.
12036 * gdb.ada/access_to_packed_array/pack.ads: New file.
12037
12038 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12039
12040 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12041 buffer size test.
12042
12043 2015-09-11 Don Breazeal <donb@codesourcery.com>
12044
12045 * gdb.base/foll-exec.c: Add copyright header. Fix
12046 formatting issues.
12047 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12048 (do_exec_tests): Use clean_restart in place of zap_session,
12049 and for test initialization. Fix formatting issues. Use
12050 fail in place of perror.
12051 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12052 an expect statement to match an expression with output from
12053 the program under debug.
12054 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12055 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12056 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12057 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12058 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12059
12060 2015-09-09 Doug Evans <dje@google.com>
12061
12062 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12063
12064 2015-09-09 Doug Evans <dje@google.com>
12065
12066 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12067
12068 2015-09-09 Doug Evans <dje@google.com>
12069
12070 * gdb.base/savedregs.exp: Fix typo.
12071
12072 2015-09-09 Pedro Alves <palves@redhat.com>
12073
12074 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12075
12076 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12077
12078 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12079 command actually switches threads. Give up on remaining
12080 tests if target fails to stop at breakpoint.
12081
12082 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12083
12084 * gdb.ada/funcall_char.exp: New testcase.
12085 * gdb.ada/funcall_char/foo.adb: New file.
12086
12087 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12088
12089 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12090 expected outputs. Add two testcases for completing ambiguous
12091 functions.
12092 * gdb.ada/complete/aux_pck.adb: New file.
12093 * gdb.ada/complete/aux_pck.ads: New file.
12094 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12095 Ambiguous_Func functions.
12096 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12097 * gdb.ada/complete/pck.adb: Likewise.
12098
12099 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12100
12101 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12102 failures to run the test program under GDB.
12103
12104 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12105
12106 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12107 to C.
12108
12109 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12110
12111 * gdb.base/run-after-attach.exp: New test file.
12112 * gdb.base/run-after-attach.c: New test file.
12113
12114 2015-08-26 Don Breazeal <donb@codesourcery.com>
12115
12116 * gdb.base/foll-exec-2.c: New test program.
12117 * gdb.base/foll-exec-2.exp: New test.
12118
12119 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12120
12121 * gdb.base/nested-subp1.exp: New file.
12122 * gdb.base/nested-subp1.c: New file.
12123 * gdb.base/nested-subp2.exp: New file.
12124 * gdb.base/nested-subp2.c: New file.
12125 * gdb.base/nested-subp3.exp: New file.
12126 * gdb.base/nested-subp3.c: New file.
12127
12128 2015-08-24 Pedro Alves <palves@redhat.com>
12129
12130 * gdb.server/connect-without-multi-process.c: New file.
12131 * gdb.server/connect-without-multi-process.exp: New file.
12132
12133 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12134
12135 * gdb.opt/inline-markers.c: Make z int.
12136
12137 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12138
12139 * gdb.opt/inline-markers.c: Make z volatile.
12140
12141 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12142
12143 * gdb.opt/inline-bt.c: New volatile global z.
12144 * gdb.opt/inline-cmds.c: Likewise.
12145 * gdb.opt/inline-locals.c: Likewise.
12146 * gdb.opt/inline-markers.c: New extern global z.
12147 (marker): Use z.
12148 (inline_fn): Likewise.
12149
12150 2015-08-24 Pedro Alves <palves@redhat.com>
12151
12152 * config/m32r-stub.exp: Remove file.
12153 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12154 * gdb.base/call-rt-st.exp: Likewise.
12155 * gdb.base/call-strs.exp: Likewise.
12156 * gdb.base/default.exp: Remove references to h8300-*-hms and
12157 *-*-udi*.
12158 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12159
12160 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12161
12162 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12163 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12164 and "return" use KFAIL when GDB can not read/write the vector
12165 return value.
12166
12167 2015-08-21 Gary Benson <gbenson@redhat.com>
12168
12169 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12170
12171 2015-08-20 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.server/solib-list.exp: No longer expect an interior stop in
12174 non-stop mode.
12175
12176 2015-08-20 Pedro Alves <palves@redhat.com>
12177
12178 * gdb.server/connect-stopped-target.c: New file.
12179 * gdb.server/connect-stopped-target.exp: New file.
12180
12181 2015-08-20 Pedro Alves <palves@redhat.com>
12182
12183 * gdb.dwarf2/comp-unit-lang.exp: New file.
12184 * gdb.dwarf2/comp-unit-lang.c: New file.
12185
12186 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12187
12188 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12189 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12190
12191 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12192
12193 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12194 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12195
12196 2015-08-18 Doug Evans <dje@google.com>
12197 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12198
12199 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12200 skip_python_tests. New arg prompt_regexp.
12201 (skip_python_tests): New function.
12202 * lib/mi-support.exp (mi_skip_python_tests): New function.
12203 * gdb.python/py-mi-objfile-gdb.py: New file.
12204 * gdb.python/py-mi-objfile.c: New file.
12205 * gdb.python/py-mi-objfile.exp: New file.
12206
12207 2015-08-17 Keith Seitz <keiths@redhat.com>
12208
12209 * gdb.linespec/explicit.exp: Move strace test from here ...
12210 * gdb.trace/strace.exp: ... to here.
12211
12212 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12213
12214 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12215 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12216
12217 2015-08-14 Doug Evans <xdje42@gmail.com>
12218
12219 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12220 inferior before selecting a new file.
12221
12222 2015-08-14 Doug Evans <xdje42@gmail.com>
12223
12224 * gdb.mi/mi-disassemble.exp: Update.
12225 * gdb.base/disasm-optim.S: New file.
12226 * gdb.base/disasm-optim.c: New file.
12227 * gdb.base/disasm-optim.h: New file.
12228 * gdb.base/disasm-optim.exp: New file.
12229
12230 2015-08-14 Keith Seitz <keiths@redhat.com>
12231
12232 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12233 "evaluated-by".
12234
12235 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12236
12237 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12238
12239 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12240
12241 * gdb.ada/fun_renaming.exp: New testcase.
12242 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12243 * gdb.ada/fun_renaming/pack.adb: New file.
12244 * gdb.ada/fun_renaming/pack.ads: New file.
12245
12246 2015-08-12 Keith Seitz <keiths@redhat.com>
12247
12248 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12249 gdb_get_line_number.
12250
12251 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12252
12253 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12254 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12255 gdb.base/dso2dso.exp: New files.
12256
12257 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12258 Pedro Alves <palves@redhat.com>
12259 Keith Seitz <keiths@redhat.com>
12260
12261 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12262 GDBFLAGS.
12263
12264 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12265
12266 * gdb.base/gdbhistsize-history.exp
12267 (test_histsize_history_setting): Use save_vars.
12268 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12269 Use save_vars.
12270 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12271 * gdb.base/readline.exp: Use save_vars.
12272
12273 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12274
12275 * lib/gdb.exp (save_vars): New proc.
12276
12277 2015-08-11 Keith Seitz <keiths@redhat.com>
12278
12279 * gdb.base/help.exp: Update help_breakpoint_text.
12280
12281 2015-08-11 Keith Seitz <keiths@redhat.com>
12282
12283 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12284 (at toplevel): Call test_explicit_breakpoints.
12285 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12286 breakpoints.
12287 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12288 breakpoint conditions, "-cond".
12289
12290 2015-08-11 Keith Seitz <keiths@redhat.com>
12291
12292 * gdb.linespec/3explicit.c: New file.
12293 * gdb.linespec/cpexplicit.cc: New file.
12294 * gdb.linespec/cpexplicit.exp: New file.
12295 * gdb.linespec/explicit.c: New file.
12296 * gdb.linespec/explicit.exp: New file.
12297 * gdb.linespec/explicit2.c: New file.
12298 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12299 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12300 before using in the matching pattern.
12301 Clarify that `prefix' is a regular expression.
12302
12303 2015-08-11 Keith Seitz <keiths@redhat.com>
12304
12305 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12306 test.
12307 Add tests for missing ",FMT" and ",".
12308
12309 2015-08-10 Doug Evans <dje@google.com>
12310 Keith Seitz <keiths@redhat.com>
12311
12312 PR gdb/17960
12313 * gdb.base/completion.exp: Add location completer tests.
12314
12315 2015-08-07 Pedro Alves <palves@redhat.com>
12316
12317 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12318 tests here.
12319 (top level): Run do_test with and without displaced stepping.
12320
12321 2015-08-07 Pedro Alves <palves@redhat.com>
12322
12323 * gdb.base/valgrind-disp-step.c: New file.
12324 * gdb.base/valgrind-disp-step.exp: New file.
12325
12326 2015-08-07 Pedro Alves <palves@redhat.com>
12327
12328 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12329 Delete function.
12330 (main): Add alarm. Run an infinite loop instead of calling
12331 wait_threads.
12332 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12333 comment.
12334 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12335 Delete function.
12336 (main): Add alarm. Run an infinite loop instead of calling
12337 wait_threads.
12338 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12339 comment.
12340
12341 2015-08-07 Pedro Alves <palves@redhat.com>
12342
12343 * gdb.base/checkpoint-ns.exp: New file.
12344 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12345 standard_testfile.
12346
12347 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12348
12349 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12350 * gdb.btrace/instruction_history.exp: Update.
12351 * gdb.btrace/tsx.exp: New.
12352 * gdb.btrace/tsx.c: New.
12353
12354 2015-08-06 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12357 increase timeout.
12358 * gdb.reverse/until-precsave.exp: Bump timeouts.
12359
12360 2015-08-06 Pedro Alves <palves@redhat.com>
12361
12362 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12363
12364 2015-08-06 Pedro Alves <palves@redhat.com>
12365
12366 PR gdb/18749
12367 * gdb.threads/process-dies-while-handling-bp.c: New file.
12368 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12369
12370 2015-08-06 Pedro Alves <palves@redhat.com>
12371
12372 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12373 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12374
12375 2015-08-05 Pedro Alves <palves@redhat.com>
12376
12377 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12378 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12379
12380 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12381
12382 * gdb.base/bp-permanent.exp: Report test as unsupported if
12383 the target cannot stop at the permanent breakpoint.
12384
12385 2015-08-03 Doug Evans <dje@google.com>
12386
12387 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12388 10000.
12389
12390 2015-08-03 Doug Evans <dje@google.com>
12391
12392 * Makefile.in (workers/%.worker, build-perf): New rule.
12393 (GDB_PERFTEST_MODE): New variable.
12394 (check-perf): Use it.
12395 (clean): Clean up gdb.perf parallel build subdirs.
12396 * lib/build-piece.exp: New file.
12397 * lib/gdb.exp (make_gdb_parallel_path): New function
12398 (standard_output_file, standard_temp_file): Call it.
12399 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12400 of $GDB_PARALLEL.
12401 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12402
12403 2015-08-03 Doug Evans <dje@google.com>
12404
12405 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12406 (LOG_FILE_NAME): New global.
12407 (TextReporter.__init__): Initialize self.txt_sum.
12408 (TextReporter.report): Add support for multiple data-points.
12409 Move report to perftest.sum, put raw data in perftest.log.
12410 (TextReporter.start): Open sum and log files.
12411 (TextReporter.end): Close sum and log files.
12412 * gdb.perf/lib/perftest/testresult.py
12413 (SingleStatisticTestResult.record): Handle multiple data-points.
12414
12415 2015-07-31 Pedro Alves <palves@redhat.com>
12416
12417 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12418 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12419 kill_wait_spawned_process instead of explicit "kill -9".
12420 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12421 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12422 kill_wait_spawned_process.
12423 * gdb.base/attach-twice.exp: Likewise.
12424 * gdb.base/attach.exp: Likewise.
12425 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12426 gdb_test_multiple.
12427 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12428 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12429 kill_wait_spawned_process.
12430 * gdb.base/valgrind-infcall.exp: Likewise.
12431 * gdb.multi/multi-attach.exp: Likewise.
12432 * gdb.python/py-prompt.exp: Likewise.
12433 * gdb.python/py-sync-interp.exp: Likewise.
12434 * gdb.server/ext-attach.exp: Likewise.
12435 * gdb.threads/attach-into-signal.exp (corefunc): Use
12436 spawn_wait_for_attach, spawn_id_get_pid and
12437 kill_wait_spawned_process.
12438 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12439 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12440 spawn_id_get_pid and kill_wait_spawned_process.
12441 * gdb.threads/attach-stopped.exp (corefunc): Use
12442 spawn_wait_for_attach, spawn_id_get_pid and
12443 kill_wait_spawned_process.
12444 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12445 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12446 kill_wait_spawned_process instead of explicit "kill -9".
12447 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12448 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12449 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12450 processes. Don't map cygwin/windows pids here. Now returns a
12451 spawn id list.
12452
12453 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12454
12455 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12456 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12457 correct patch.
12458
12459 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12460
12461 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12462
12463 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12464
12465 Reapply:
12466 2014-05-21 Mark Wielaard <mjw@redhat.com>
12467
12468 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12469
12470 2015-07-30 Pedro Alves <palves@redhat.com>
12471
12472 * linux-low.c (handle_extended_wait): Set the child's last
12473 reported status to TARGET_WAITKIND_STOPPED.
12474
12475 2015-07-30 Pedro Alves <palves@redhat.com>
12476
12477 PR threads/18600
12478 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12479 only shows inferior 1.
12480
12481 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12482 Pedro Alves <palves@redhat.com>
12483
12484 PR threads/18600
12485 * gdb.threads/fork-plus-threads.c: New file.
12486 * gdb.threads/fork-plus-threads.exp: New file.
12487
12488 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12489
12490 * gdb.base/batch-preserve-term-settings.exp
12491 (test_terminal_settings_preserved_after_cli_exit): Use
12492 send_quit_command.
12493
12494 2015-07-29 Pedro Alves <palves@redhat.com>
12495 Don Breazeal <donb@codesourcery.com>
12496
12497 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12498 output from both inferior_spawn_id and gdb_spawn_id.
12499
12500 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12501
12502 * gdb.threads/attach-into-signal.exp (corefunc): Use
12503 with_test_prefix on nested loops, uniquefying the test messages.
12504
12505 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12506
12507 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12508 commit.
12509
12510 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12511
12512 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12513 New proc.
12514 (test_terminal_settings_preserved_after_sigterm): New test.
12515
12516 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12517
12518 * gdb.base/batch-preserve-term-settings.exp
12519 (test_terminal_settings_preserved_after_cli_exit): New test.
12520
12521 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12522
12523 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12524 manipulation of saved_gdbflags.
12525 (test_terminal_settings_preserved): Remove global declaration of
12526 the unused variable pagination_prompt. Remove manipulation of
12527 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12528 GDBFLAGS.
12529
12530 2015-07-29 Pedro Alves <palves@redhat.com>
12531
12532 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12533
12534 2015-07-29 Pedro Alves <palves@redhat.com>
12535
12536 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12537 at the top.
12538
12539 2015-07-29 Pedro Alves <palves@redhat.com>
12540
12541 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12542 (main): Call gdb_unbuffer_output.
12543 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12544 (main): Call gdb_unbuffer_output.
12545 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12546 (main): Call gdb_unbuffer_output.
12547 * gdb.base/call-strs.exp: Adjust to step over the
12548 gdb_unbuffer_output call.
12549 * gdb.base/catch-gdb-caused-signals.c: Include
12550 "../lib/unbuffer_output.c".
12551 (main): Call gdb_unbuffer_output.
12552 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12553 (main): Call gdb_unbuffer_output.
12554 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12555 (main): Call gdb_unbuffer_output.
12556 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12557 (main): Call gdb_unbuffer_output.
12558 * gdb.base/shlib-call.exp: Adjust to step over the
12559 gdb_unbuffer_output call.
12560 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12561 (main): Call gdb_unbuffer_output.
12562 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12563 (main): Call gdb_unbuffer_output.
12564 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12565 (main): Rename to ...
12566 (test): ... this.
12567 (main): Reimplement.
12568 * gdb.base/varargs.exp: Run to test instead of to main.
12569 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12570 (main): Call gdb_unbuffer_output.
12571
12572 2015-07-29 Pedro Alves <palves@redhat.com>
12573
12574 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12575 factore out from mi_continue_dprintf. For call-style dprintfs,
12576 expect dprintf output out of $inferior_spawn_id.
12577 (mi_continue_dprintf): Use mi_expect_dprintf.
12578 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12579 (main): Call gdb_unbuffer_output.
12580
12581 2015-07-29 Pedro Alves <palves@redhat.com>
12582
12583 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12584 (default_mi_gdb_start): Set inferior_spawn_id instead of
12585 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12586 gdb_spawn_id.
12587 (mi_gdb_test): Always expect inferior output from both
12588 $inferior_spawn_id and $gdb_spawn_id.
12589
12590 2015-07-29 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12593 send_inferior and $inferior_spawn_id.
12594
12595 2015-07-29 Pedro Alves <palves@redhat.com>
12596
12597 * gdb.gdb/complaints.exp (test_initial_complaints)
12598 (test_serial_complaints, test_short_complaints): Use
12599 gdb_test_stdio.
12600 (test_empty_complaint): Handle $inferior_spawn_id !=
12601 $gdb_spawn_id.
12602
12603 2015-07-29 Pedro Alves <palves@redhat.com>
12604
12605 * gdb.base/varargs.exp: Use gdb_test_stdio.
12606
12607 2015-07-29 Pedro Alves <palves@redhat.com>
12608
12609 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12610
12611 2015-07-29 Pedro Alves <palves@redhat.com>
12612
12613 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12614
12615 2015-07-29 Pedro Alves <palves@redhat.com>
12616
12617 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12618 parameter into two new parameters, "inf_result" and "gdb_result".
12619 Expect inferior output and gdb output from $inferior_spawn_id and
12620 $gdb_spawn_id, respectively. Adjust all callers.
12621
12622 2015-07-29 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12625 of gdb_test_sequence.
12626
12627 2015-07-29 Pedro Alves <palves@redhat.com>
12628
12629 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12630 (saw_spurious_output): Expect inferior output from
12631 $inferior_spawn_id. Use gdb_test_stdio.
12632
12633 2015-07-29 Pedro Alves <palves@redhat.com>
12634
12635 * gdb.base/dprintf.exp: Use standard_testfile. Change
12636 prepare_for_testing call.
12637 (srcfile): Don't set.
12638 (restart): New procedure.
12639 (test_dprintf): New procecure, use to continue over dprintfs.
12640 (test_call, test_agent): New procedures, tests moved here.
12641 Restart gdb and recreate dprintfs. Adjust expected output.
12642
12643 2015-07-29 Pedro Alves <palves@redhat.com>
12644
12645 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12646
12647 2015-07-29 Pedro Alves <palves@redhat.com>
12648
12649 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12650
12651 2015-07-29 Pedro Alves <palves@redhat.com>
12652
12653 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12654 gdb_test_stdio.
12655
12656 2015-07-29 Pedro Alves <palves@redhat.com>
12657
12658 * lib/gdb.exp (gdb_test_stdio): New procedure.
12659
12660 2015-07-29 Pedro Alves <palves@redhat.com>
12661
12662 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12663
12664 2015-07-29 Pedro Alves <palves@redhat.com>
12665
12666 * gdb.base/call-signal-resume.exp: Remove check for
12667 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12668 * gdb.base/unwindonsignal.exp: Likewise.
12669 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12670 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12671
12672 2015-07-29 Pedro Alves <palves@redhat.com>
12673
12674 * gdb.base/siginfo-addr.c (pass): New function.
12675 (handler): Call it iff si_addr is correct.
12676 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12677 Set a breakpoint at "pass" and continue to it.
12678
12679 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12680
12681 * gdb.python/py-objfile.exp: Make some tests have unique names.
12682 * gdb.python/py-pp-registration.exp: Likewise.
12683
12684 2015-07-28 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12687
12688 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12689
12690 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12691
12692 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12693
12694 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12695
12696 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12697
12698 * gdb.base/gdb-sigterm-2.exp: New test.
12699
12700 2015-07-25 Doug Evans <xdje42@gmail.com>
12701
12702 Revert:
12703 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12704 (workers/%.worker, build-perf): New rule.
12705 (GDB_PERFTEST_MODE): New variable.
12706 (check-perf): Use it.
12707 (clean): Clean up gdb.perf parallel build subdirs.
12708 * lib/build-piece.exp: New file.
12709 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12710 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12711 name.
12712 (standard_temp_file): Ditto.
12713 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12714 of $GDB_PARALLEL.
12715
12716 2015-07-24 Doug Evans <dje@google.com>
12717
12718 * gdb.perf/lib/perftest/utils.py: New file.
12719 * gdb.perf/gm-hello.cc: New file.
12720 * gdb.perf/gm-pervasive-typedef.cc: New file.
12721 * gdb.perf/gm-pervasive-typedef.h: New file.
12722 * gdb.perf/gm-std.cc: New file.
12723 * gdb.perf/gm-std.h: New file.
12724 * gdb.perf/gm-use-cerr.cc: New file.
12725 * gdb.perf/gm-utils.h: New file.
12726 * gdb.perf/gmonster-null-lookup.py: New file.
12727 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12728 * gdb.perf/gmonster-print-cerr.py: New file.
12729 * gdb.perf/gmonster-ptype-string.py: New file.
12730 * gdb.perf/gmonster-runto-main.py: New file.
12731 * gdb.perf/gmonster-select-file.py: New file.
12732 * gdb.perf/gmonster1-null-lookup.exp: New file.
12733 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12734 * gdb.perf/gmonster1-print-cerr.exp: New file.
12735 * gdb.perf/gmonster1-ptype-string.exp: New file.
12736 * gdb.perf/gmonster1-runto-main.exp: New file.
12737 * gdb.perf/gmonster1-select-file.exp: New file.
12738 * gdb.perf/gmonster1.cc: New file.
12739 * gdb.perf/gmonster1.exp: New file.
12740 * gdb.perf/gmonster2-null-lookup.exp: New file.
12741 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12742 * gdb.perf/gmonster2-print-cerr.exp: New file.
12743 * gdb.perf/gmonster2-ptype-string.exp: New file.
12744 * gdb.perf/gmonster2-runto-main.exp: New file.
12745 * gdb.perf/gmonster2-select-file.exp: New file.
12746 * gdb.perf/gmonster2.cc: New file.
12747 * gdb.perf/gmonster2.exp: New file.
12748
12749 2015-07-24 Doug Evans <dje@google.com>
12750
12751 * gdb.perf/README: New file.
12752 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12753 * lib/gen-perf-test.exp: New file.
12754
12755 2015-07-24 Doug Evans <dje@google.com>
12756
12757 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12758 (PerfTest::startup): New function.
12759 (PerfTest::run): Return result of calling body.
12760 (PerfTest::assemble): Rewrite.
12761 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12762 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12763 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12764 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12765 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12766
12767 2015-07-24 Doug Evans <dje@google.com>
12768
12769 * lib/gdb.exp (clean_restart): Make executable optional.
12770
12771 2015-07-24 Doug Evans <dje@google.com>
12772
12773 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12774 compiler_info references.
12775 * gdb.cp/temargs.exp: Ditto.
12776 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12777 (get_compiler_info): Early exit if already computed. Set compiler_info
12778 to "unknown" if there was a problem.
12779 (test_compiler_info): Add function comment. Call get_compiler_info.
12780
12781 2015-07-24 Doug Evans <dje@google.com>
12782
12783 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12784 (workers/%.worker, build-perf): New rule.
12785 (GDB_PERFTEST_MODE): New variable.
12786 (check-perf): Use it.
12787 (clean): Clean up gdb.perf parallel build subdirs.
12788 * lib/build-piece.exp: New file.
12789 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12790 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12791 name.
12792 (standard_temp_file): Ditto.
12793 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12794 of $GDB_PARALLEL.
12795
12796 2015-07-24 Doug Evans <dje@google.com>
12797
12798 * lib/future.exp (gdb_default_target_compile): New option
12799 "early_flags".
12800 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12801 --as-needed.
12802
12803 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12804
12805 * gdb.base/catch-syscall.exp: Call gdb_exit before
12806 gdb_skip_xml_test.
12807
12808 2015-07-24 Pedro Alves <palves@redhat.com>
12809
12810 * gdb.python/py-events.exp: Accept output between the stop event
12811 and the prompt.
12812 * gdb.python/py-evsignal.exp: Likewise.
12813 * gdb.python/py-evthreads.exp: Likewise.
12814
12815 2015-07-24 Pedro Alves <palves@redhat.com>
12816
12817 PR gdb/18717
12818 * gdb.threads/non-ldr-exit.c: New file.
12819 * gdb.threads/non-ldr-exit.exp: New file.
12820
12821 2015-07-24 Yao Qi <yao.qi@linaro.org>
12822
12823 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12824 restarting process.
12825
12826 2015-07-24 Yao Qi <yao.qi@linaro.org>
12827
12828 * gdb.server/ext-restart.exp: New file.
12829
12830 2015-07-24 Yao Qi <yao.qi@linaro.org>
12831
12832 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12833 argument options.
12834 * gdb.server/ext-wrapper.exp: New file.
12835
12836 2015-07-23 Doug Evans <dje@google.com>
12837
12838 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12839 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12840
12841 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12842
12843 * gdb.ada/var_arr_typedef.exp: New testcase.
12844 * gdb.ada/var_arr_typedef/pack.adb: New file.
12845 * gdb.ada/var_arr_typedef/pack.ads: New file.
12846 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12847
12848 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12849
12850 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12851
12852 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12853
12854 * gdb.arch/i386-biarch-core.exp: Replace istarget
12855 by "complete set gnutarget". Remove expectation for the "core-file"
12856 command.
12857
12858 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12859
12860 Revert the previous commit:
12861 Tests for validate symbol file using build-id.
12862
12863 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12864
12865 Tests for validate symbol file using build-id.
12866 * gdb.base/solib-mismatch-lib.c: New file.
12867 * gdb.base/solib-mismatch-libmod.c: New file.
12868 * gdb.base/solib-mismatch.c: New file.
12869 * gdb.base/solib-mismatch.exp: New file.
12870
12871 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12872
12873 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12874 nios2-*-linux*.
12875 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12876 * gdb.base/siginfo.exp: Likewise.
12877 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12878
12879 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12880
12881 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12882 Move it to ...
12883 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12884 ... here.
12885 * gdb.trace/range-stepping.exp: Check that the target supports
12886 range stepping.
12887
12888 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12889
12890 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12891
12892 2015-07-14 Pedro Alves <palves@redhat.com>
12893
12894 * gdb.base/killed-outside.exp: New file.
12895 * gdb.base/killed-outside.c: New file.
12896
12897 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12898
12899 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12900 (n at main): New.
12901 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12902
12903 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12904
12905 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12906 infcall tests instead of setting up for KFAIL.
12907
12908 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12909
12910 * gdb.btrace/record_goto-step.exp: New.
12911
12912 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12913
12914 PR compile/18484
12915 * gdb.compile/compile.c (struct struct_type): Add volatile to
12916 selffield's type.
12917 * gdb.compile/compile.exp
12918 (compile code struct_object.selffield = &struct_object): Skip further
12919 struct_object tests if this one xfails.
12920
12921 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12922
12923 PR exp/18617
12924 * gdb.trace/ax.exp: Add test.
12925
12926 2015-07-07 Yao Qi <yao.qi@linaro.org>
12927
12928 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12929 instead of istarget "aarch64*-*-*".
12930 * gdb.arch/aarch64-fp.exp: Likewise.
12931 * gdb.base/float.exp: Likewise.
12932 * gdb.reverse/aarch64.exp: Likewise.
12933 * lib/gdb.exp (is_aarch64_target): New proc.
12934
12935 2015-07-07 Yao Qi <yao.qi@linaro.org>
12936
12937 * lib/gdb.exp (is_aarch32_target): New proc.
12938 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12939 instead of "istarget "arm*-*-*"".
12940 * gdb.arch/arm-disp-step.exp: Likewise.
12941 * gdb.arch/thumb-bx-pc.exp: Likewise.
12942 * gdb.arch/thumb-prologue.exp: Likewise.
12943 * gdb.arch/thumb-singlestep.exp: Likewise.
12944 * gdb.base/disp-step-syscall.exp: Likewise.
12945 * gdb.base/float.exp: Likewise.
12946
12947 2015-07-07 Yao Qi <yao.qi@linaro.org>
12948
12949 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12950 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12951
12952 2015-07-07 Yao Qi <yao.qi@linaro.org>
12953
12954 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12955 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12956 if it exists.
12957 * gdb.multi/multi-arch.exp: Likewise.
12958
12959 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12960
12961 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12962 print.
12963
12964 2015-07-07 Yao Qi <yao.qi@linaro.org>
12965
12966 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12967
12968 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12969
12970 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12971 '[' and ']' characters.
12972
12973 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12974
12975 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12976
12977 2015-06-29 Pedro Alves <palves@redhat.com>
12978
12979 PR threads/18127
12980 * gdb.threads/hand-call-new-thread.c: New file.
12981 * gdb.threads/hand-call-new-thread.c: New file.
12982
12983 2015-06-26 Keith Seitz <keiths@redhat.com>
12984 Doug Evans <dje@google.com>
12985
12986 PR 16253
12987 * gdb.cp/var-tag-2.cc: New file.
12988 * gdb.cp/var-tag-3.cc: New file.
12989 * gdb.cp/var-tag-4.cc: New file.
12990 * gdb.cp/var-tag.cc: New file.
12991 * gdb.cp/var-tag.exp: New file.
12992
12993 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12994
12995 * gdb.base/history-duplicates.exp: New test.
12996
12997 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12998
12999 * gdb.base/completion.exp: Test the completion of the "focus"
13000 command.
13001
13002 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13003
13004 * gdb.arch/amd64-prologue-skip.S: New file.
13005 * gdb.arch/amd64-prologue-skip.exp: New file.
13006
13007 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13008
13009 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13010 is_address_zero_readable check.
13011
13012 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13013
13014 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13015 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13016
13017 2015-06-24 Yao Qi <yao.qi@linaro.org>
13018
13019 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13020 linux targets.
13021
13022 2015-06-24 Yao Qi <yao.qi@linaro.org>
13023
13024 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13025 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13026 * gdb.base/siginfo-thread.exp: Likewise.
13027
13028 2015-06-22 Yao Qi <yao.qi@linaro.org>
13029
13030 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13031
13032 2015-06-22 Yao Qi <yao.qi@linaro.org>
13033
13034 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13035 aarch64*-*-*.
13036 (skip_hw_watchpoint_tests): Likewise.
13037
13038 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13039
13040 * gdb.base/gdbinit-history.exp: Test the interaction between
13041 setting GDBHISTSIZE and setting the history size via .gdbinit.
13042
13043 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13044
13045 PR gdb/16999
13046 * gdb.base/gdbhistsize-history.exp: New test.
13047
13048 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13049
13050 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13051 with GDBHISTSIZE.
13052 * gdb.base/readline.exp: Likewise.
13053
13054 2015-06-17 Yao Qi <yao.qi@linaro.org>
13055
13056 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13057 line.
13058
13059 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13060
13061 * gdb.base/gdbinit-history.exp: Add test case to check that
13062 an unlimited history file does not get truncated on exit.
13063
13064 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13065
13066 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13067 (VECTOR): New macro. Use it...
13068 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13069 ...for these typedefs.
13070 (int8, char1, int1, double1): New typedefs.
13071 (struct just_int2, struct two_int2): New structures.
13072 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13073 (add_structvecs, add_singlevecs): New functions.
13074 (main): Call add_some_intvecs twice.
13075 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13076 the compile and exit upon failure. Try compiling for the "native"
13077 architecture. Test inferior function calls with vector arguments
13078 and vector return value handling with "finish" and "return".
13079
13080 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13081
13082 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13083 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13084 PE file.
13085 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13086
13087 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13088
13089 PR breakpoints/16465
13090 * gdb.mi/mi-dprintf-pending.c: New file.
13091 * gdb.mi/mi-dprintf-pending.exp: New test.
13092 * gdb.mi/mi-dprintf-pendshr.c: New file.
13093
13094 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13095 Mircea Gherzan <mircea.gherzan@intel.com>
13096
13097 * gdb.arch/i386-mpx-map.c: New file.
13098 * gdb.arch/i386-mpx-map.exp: New File.
13099
13100 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13101
13102 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13103 * gdb.arch/i386-mpx.exp: Indentation fixed.
13104
13105 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13106
13107 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13108 function and improved indentation.
13109 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13110 gdb_test_multiple. Added additional tests to skip the test.
13111
13112 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13113
13114 * gdb.arch/i386-avx512.c: Change path in include file.
13115 * gdb.arch/i386-avx512.exp: Change include dir path
13116 compilation flag.
13117 * gdb.arch/i386-mpx.c: Change path in include file.
13118 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13119 flag.
13120
13121 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13122
13123 * gdb.compile/compile-print.exp (compile print *vararray@3)
13124 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13125
13126 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13127
13128 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13129 (do not keep jit in memory): ... this.
13130 (expect 5): Change it to ...
13131 (expect no 5): ... this.
13132
13133 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13134
13135 PR gdb/15564
13136 * gdb.mi/mi-detach.exp: New file.
13137
13138 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13139
13140 PR symtab/18392
13141 * gdb.arch/amd64-tailcall-self.S: New file.
13142 * gdb.arch/amd64-tailcall-self.c: New file.
13143 * gdb.arch/amd64-tailcall-self.exp: New file.
13144
13145 2015-05-28 Don Breazeal <donb@codesourcery.com>
13146
13147 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13148 tests for remote targets by checking is_target_gdbserver.
13149
13150 2015-05-27 Doug Evans <dje@google.com>
13151
13152 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13153 * gdb.dwarf2/opaque-type-lookup.c: New file.
13154 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13155
13156 2015-05-26 Doug Evans <dje@google.com>
13157
13158 * gdb.cp/iostream.cc: New file.
13159 * gdb.cp/iostream.exp: New file.
13160
13161 2015-05-26 Doug Evans <dje@google.com>
13162
13163 * gdb.dwarf2/dw2-op-call.exp: Update.
13164 * gdb.dwarf2/dw4-sig-types.exp: Update.
13165 * gdb.dwarf2/implptr.exp: Update.
13166 * gdb.mi/mi-cmd-param-changed.exp: Update.
13167
13168 2015-05-26 Doug Evans <dje@google.com>
13169
13170 * gdb.python/py-lazy-string.c: New file.
13171 * gdb.python/py-lazy-string.exp: New file.
13172 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13173 (main): Update. Add estring3.
13174 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13175 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13176
13177 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13178 Yao Qi <yao.qi@linaro.org>
13179
13180 * gdb.reverse/aarch64.c: New.
13181 * gdb.reverse/aarch64.exp: New.
13182
13183 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13184
13185 * lib/gdb.exp (supports_process_record): Return true for
13186 aarch64*-linux*.
13187 (supports_reverse): Likewise.
13188
13189 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13190
13191 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13192 Use with_test_prefix.
13193
13194 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13195
13196 * gdb.base/completion.exp: Add test for completion of layout
13197 names.
13198
13199 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13200
13201 * lib/gdb.exp (skip_tui_tests): New proc.
13202 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13203
13204 2015-05-19 Pedro Alves <palves@redhat.com>
13205
13206 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13207 Save the whole env array instead of just HOME. Unset HISTSIZE in
13208 the environment while testing. Restore whole environment
13209 afterwards.
13210
13211 2015-05-16 Doug Evans <xdje42@gmail.com>
13212
13213 * gdb.guile/scm-ports.c: New file.
13214 * gdb.guile/scm-ports.exp: Add memory port tests.
13215
13216 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13217
13218 * gdb.compile/compile-print.c: New file.
13219 * gdb.compile/compile-print.exp: New file.
13220
13221 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13222
13223 * gdb.compile/compile-ops.exp: Cast param to void.
13224 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13225 (compile code struct_object.selffield = &struct_object): Add xfail.
13226
13227 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13228
13229 * gdb.ada/arr_enum_with_gap: New testcase.
13230
13231 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13232
13233 * gdb.ada/byte_packed_arr: New testcase.
13234
13235 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13236
13237 * gdb.ada/pckd_neg: New testcase.
13238
13239 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13240
13241 PR gdb/17820
13242 * gdb.base/gdbinit-history.exp: New test.
13243 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13244 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13245
13246 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13247
13248 * gdb.python/py-xmethods.cc: Enhance test case.
13249 * gdb.python/py-xmethods.exp: New tests.
13250 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13251 function.
13252 (B_indexoper): Likewise.
13253 (global_dm_list) : Add new xmethod worker functions.
13254
13255 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13256
13257 * gdb.base/coredump-filter.exp: Correctly unset
13258 "coredump_var_addr" array.
13259
13260 2015-05-08 Pedro Alves <palves@redhat.com>
13261
13262 * gdb.server/non-existing-program.exp: Unset spawn_id.
13263
13264 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13265
13266 PR python/18291
13267 * gdb.python/py-xmethods.exp: Add tests.
13268
13269 2015-05-08 Yao Qi <yao.qi@linaro.org>
13270
13271 PR gdb/18208
13272 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13273 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13274 function set_coredump_filter, and remove remote_exec call.
13275 Remove argument ipid. Callers update.
13276 (top level): Don't get inferior's PID.
13277
13278 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13279
13280 * gdb.base/watch_thread_num.exp: Skip test on targets without
13281 access watchpoints.
13282
13283 2015-05-06 Pedro Alves <palves@redhat.com>
13284
13285 PR server/18081
13286 * gdb.server/non-existing-program.exp: New file.
13287
13288 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13289
13290 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13291
13292 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13293
13294 * gdb.ada/out_of_line_in_inlined: New testcase.
13295
13296 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13297
13298 * gdb.ada/var_rec_arr: New testcase.
13299
13300 2015-04-30 Yao Qi <yao.qi@linaro.org>
13301
13302 * gdb.base/break-idempotent.exp: If
13303 skip_hw_watchpoint_multi_tests returns true, skip the tests
13304 on "rwatch" and "awatch".
13305
13306 2015-04-30 Yao Qi <yao.qi@linaro.org>
13307
13308 * gdb.base/relativedebug.exp: Invoke gdb command
13309 "info sharedlibrary", and if libc.so doesn't have debug info,
13310 skip the test.
13311
13312 2015-04-29 Doug Evans <dje@google.com>
13313
13314 * gdb.python/py-xmethods.exp: Add ptype tests.
13315 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13316 get_result_type method.
13317
13318 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13319
13320 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13321 the target does not support hardware watchpoints.
13322
13323 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13324
13325 * gdb.base/break-always.exp: Abort testing if writing to memory
13326 causes an error.
13327
13328 2015-04-28 Doug Evans <dje@google.com>
13329
13330 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13331 * gdb.python/py-pp-registration.exp: ... here. New file.
13332 * gdb.python/py-pp-registration.c: New file.
13333 * gdb.python/py-pp-registration.py: New file.
13334
13335 2015-04-28 Doug Evans <dje@google.com>
13336
13337 * gdb.python/py-bad-printers.c: New file.
13338 * gdb.python/py-bad-printers.py: New file.
13339 * gdb.python/py-bad-printers.exp: New file.
13340
13341 2015-04-28 Sasha Smundak <asmundak@google.com>
13342
13343 * gdb.python/py-type.exp: New test.
13344
13345 2015-04-28 Andy Wingo <wingo@igalia.com>
13346
13347 * gdb.python/py-parameter.exp:
13348 * gdb.guile/scm-parameter.exp: Escape the path that we are
13349 matching against, as it might contain characters that are special
13350 to regular expressions.
13351
13352 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13353
13354 * gdb.ada/rec_comp: New testcase.
13355
13356 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13357
13358 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13359 before using it.
13360
13361 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13362
13363 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13364 new tests for verilog output.
13365
13366 2015-04-24 Yao Qi <yao.qi@linaro.org>
13367
13368 * boards/remote-gdbserver-on-localhost.exp: New file.
13369
13370 2015-04-23 Pedro Alves <palves@redhat.com>
13371
13372 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13373 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13374 "end of file", remove $inferior_spawn_id from the indirect list.
13375
13376 2015-04-23 Pedro Alves <palves@redhat.com>
13377
13378 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13379
13380 2015-04-23 Pedro Alves <palves@redhat.com>
13381
13382 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13383 on $any_spawn_id instead of only on $gdb_spawn_id.
13384
13385 2015-04-21 Pierre Muller <muller@sourceware.org>
13386
13387 PR pascal/17815
13388 * lib/pascal.exp (gpc_compile): Add new option "class".
13389 (fpc_compile): Likewise.
13390 * gdb.pascal/case-insensitive-symbols.pas: New file.
13391 * gdb.pascal/case-insensitive-symbols.exp: New file.
13392
13393 2015-04-20 Gary Benson <gbenson@redhat.com>
13394
13395 * gdb.base/attach.exp: Fix three extended remote failures.
13396
13397 2015-04-17 Gary Benson <gbenson@redhat.com>
13398
13399 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13400 the main executable over the remote protocol.
13401
13402 2015-04-16 Pedro Alves <palves@redhat.com>
13403
13404 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13405 a new gdbserver if gdbserver_reconnect_p is set.
13406
13407 2015-04-16 Pedro Alves <palves@redhat.com>
13408
13409 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13410 is set, don't exit gdbserver.
13411
13412 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13413
13414 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13415 appropriate .insn, such that an older assembler can be used.
13416 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13417 the z/Architecture instruction set on 31-bit targets as well.
13418
13419 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13420
13421 * gdb.go/handcall.exp: Remove all logic related to the first
13422 breakpoint and rely on go_runto_main instead.
13423 * gdb.go/strings.exp: Likewise.
13424 * gdb.go/unsafe.exp: Likewise.
13425 * gdb.go/hello.exp: Likewise. Also rename the remaining
13426 breakpoint marker to "breakpoint 1".
13427 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13428 * gdb.go/strings.go: Likewise.
13429 * gdb.go/unsafe.go: Likewise.
13430 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13431 "set breakpoint 2 here" and rename the remaining breakpoint marker
13432 to "breakpoint 1".
13433
13434 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13435
13436 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13437 if itertools.imap is not present.
13438 * gdb.python/py-objfile.exp: Add parentheses.
13439 * gdb.python/py-type.exp: Same.
13440 * gdb.python/py-unwind-maint.py: Same.
13441
13442 2015-04-15 Yao Qi <yao.qi@linaro.org>
13443
13444 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13445 of ":$ptr_size" and set its form explicitly.
13446
13447 2015-04-15 Pedro Alves <palves@redhat.com>
13448 Yao Qi <yao.qi@linaro.org>
13449
13450 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13451 timeout by factor of 4.
13452 (test_regular_watch): Likewise.
13453 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13454 * gdb.reverse/sigall-reverse.exp: Likewise.
13455 * gdb.reverse/until-precsave.exp: Likewise.
13456 * lib/gdb.exp (with_timeout_factor): New proc.
13457 (gdb_expect): Move some code to ...
13458 (get_largest_timeout): ... here. New procedure.
13459
13460 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13461
13462 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13463
13464 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13465
13466 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13467 to write to the .text section.
13468
13469 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13470
13471 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13472 Handle the case of targets that do not provide PID information.
13473
13474 2015-04-13 Yao Qi <yao.qi@linaro.org>
13475
13476 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13477 and use expect instead of gdb_expect.
13478
13479 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13480
13481 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13482 "coredump_var_addr" to avoid naming conflict with other testcases.
13483
13484 2015-04-10 Pedro Alves <palves@redhat.com>
13485
13486 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13487 gdb_test_sequence and gdb_assert.
13488
13489 2015-04-10 Pedro Alves <palves@redhat.com>
13490
13491 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13492 test messages that don't include the breakpoint address.
13493
13494 2015-04-10 Yao Qi <yao.qi@linaro.org>
13495
13496 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13497 false for some offset and width combinations which aren't
13498 supported by linux kernel.
13499
13500 2015-04-10 Pedro Alves <palves@redhat.com>
13501
13502 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13503 procedure, factored out from ...
13504 (top level): ... here. Add "set displaced-stepping" testing axis.
13505 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13506 parameter "displaced". Use it.
13507 (top level): Use foreach and add "set displaced-stepping" testing
13508 axis.
13509
13510 2015-04-10 Pedro Alves <palves@redhat.com>
13511
13512 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13513 Remove comment.
13514 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13515 both the address of the instruction that triggers the watchpoint
13516 and the address of the instruction immediately after, and use
13517 those addresses for the test. Fix comment.
13518
13519 2015-04-10 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.base/sigstep.exp (breakpoint_to_handler)
13522 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13523 Test "backtrace" in handler.
13524 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13525 (top level): Add new "displaced" test axis to
13526 breakpoint_to_handler, breakpoint_to_handler_entry and
13527 breakpoint_over_handler.
13528
13529 2015-04-10 Pedro Alves <palves@redhat.com>
13530
13531 PR gdb/18216
13532 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13533
13534 2015-04-10 Yao Qi <yao.qi@linaro.org>
13535
13536 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13537 (test_add_rn_pc): New function.
13538 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13539 (top level): Invoke test_add_rn_pc.
13540
13541 2015-04-10 Pedro Alves <palves@redhat.com>
13542
13543 PR gdb/13858
13544 * gdb.base/step-over-no-symbols.exp: New file.
13545
13546 2015-04-09 Andy Wingo <wingo@igalia.com>
13547
13548 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13549 after the Python tests.
13550
13551 2015-04-08 Keith Seitz <keiths@redhat.com>
13552
13553 PR python/16699
13554 * gdb.python/py-completion.exp: New tests for completion.
13555 * gdb.python/py-completion.py (CompleteLimit1): New class.
13556 (CompleteLimit2): Likewise.
13557 (CompleteLimit3): Likewise.
13558 (CompleteLimit4): Likewise.
13559 (CompleteLimit5): Likewise.
13560 (CompleteLimit6): Likewise.
13561 (CompleteLimit7): Likewise.
13562
13563 2015-04-08 Pedro Alves <palves@redhat.com>
13564
13565 PR gdb/18214
13566 PR gdb/18216
13567 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13568 function.
13569 (main): Install it as SIGUSR1 handler.
13570 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13571 parameter. Always use "setup" as prefix. Toggle "set
13572 displaced-stepping" off/on depending on global. Don't switch to
13573 thread 1 here.
13574 (top level): Add displaced stepping "off/on" test axis. Update
13575 "setup" calls. Wrap each subtest with with_test_prefix. Test
13576 continuing with a queued signal in each thread.
13577
13578 2015-04-08 Pedro Alves <palves@redhat.com>
13579
13580 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13581 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13582 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13583 Return early if running to main fails.
13584 * gdb.trace/while-stepping.exp: Likewise.
13585
13586 2015-04-07 Pedro Alves <palves@redhat.com>
13587
13588 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13589 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13590 interact with inferior program.
13591
13592 2015-04-07 Pedro Alves <palves@redhat.com>
13593
13594 * lib/gdb.exp (inferior_spawn_id): New global.
13595 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13596 spawn id after processing the user code.
13597 (default_gdb_start): Set inferior_spawn_id.
13598 (send_inferior): New procedure.
13599 * lib/gdbserver-support.exp (gdbserver_start): Set
13600 inferior_spawn_id.
13601 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13602
13603 2015-04-07 Pedro Alves <palves@redhat.com>
13604
13605 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13606 * lib/gdbserver-support.exp (gdbserver_start): Make
13607 $server_spawn_id global.
13608 (gdbserver_start): Don't wait for gdbserver's spawn id with
13609 expect_background.
13610 (close_gdbserver): New procedure.
13611 (gdb_exit): Rename the default version and reimplement.
13612
13613 2015-04-07 Pedro Alves <palves@redhat.com>
13614
13615 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13616 append the substituted item, not the original item.
13617
13618 2015-04-07 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13621 gdb_expect.
13622
13623 2015-04-07 Pedro Alves <palves@redhat.com>
13624
13625 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13626 output appearing once only.
13627
13628 2015-04-07 Pedro Alves <palves@redhat.com>
13629
13630 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13631 that doesn't expect anything. Return early if running to main
13632 fails.
13633
13634 2015-04-07 Yao Qi <yao.qi@linaro.org>
13635
13636 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13637 (child_function): Call alarm.
13638 (main): Move call to alarm into the loop.
13639 * gdb.threads/non-stop-fair-events.exp: Build program with
13640 -DTIMEOUT=$timeout.
13641
13642 2015-04-06 Doug Evans <xdje42@gmail.com>
13643
13644 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13645 Fix dest parameter to board_info.
13646 (fpc_compile): Ditto.
13647 (gdb_compile_pascal): Rename dest arg to destfile.
13648
13649 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13650
13651 * gdb.ada/funcall_ref.exp: New file.
13652 * gdb.ada/funcall_ref/foo.adb: New file.
13653
13654 2015-04-02 Yao Qi <yao.qi@linaro.org>
13655
13656 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13657 is remote.
13658
13659 2015-04-02 Gary Benson <gbenson@redhat.com>
13660
13661 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13662
13663 2015-04-01 Sasha Smundak <asmundak@google.com>
13664
13665 * gdb.python/py-unwind-maint.c: New file.
13666 * gdb.python/py-unwind-maint.exp: New test.
13667 * gdb.python/py-unwind-maint.py: New file.
13668 * gdb.python/py-unwind.c: New file.
13669 * gdb.python/py-unwind.exp: New test.
13670 * gdb.python/py-unwind.py: New test.
13671
13672 2015-04-01 Pedro Alves <palves@redhat.com>
13673
13674 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13675 to fail instead of non-existent $test.
13676
13677 2015-04-01 Pedro Alves <palves@redhat.com>
13678
13679 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13680 GDBFLAGS if not empty.
13681
13682 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13683
13684 * gdb.ada/complete.exp: Remove "multi_line".
13685 * gdb.ada/info_exc.exp: Remove "multi_line".
13686 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13687 * gdb.ada/ptype_field.exp: Remove "multi_line".
13688 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13689 * gdb.ada/tagged.exp: Remove "multi_line".
13690 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13691 [multi_line ...]
13692 * gdb.btrace/delta.exp: Likewise.
13693 * gdb.btrace/exception.exp: Likewise.
13694 * gdb.btrace/function_call_history.exp: Likewise.
13695 * gdb.btrace/instruction_history.exp: Likewise.
13696 * gdb.btrace/nohist.exp: Likewise.
13697 * gdb.btrace/record_goto.exp: Likewise.
13698 * gdb.btrace/segv.exp: Likewise.
13699 * gdb.btrace/stepi.exp: Likewise.
13700 * gdb.btrace/tailcall.exp: Likewise.
13701 * gdb.btrace/unknown_functions.exp: Likewise.
13702 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13703 * lib/gdb.exp: Add the "multi_line" helper.
13704
13705 2015-04-01 Pedro Alves <palves@redhat.com>
13706
13707 * gdb.threads/tid-reuse.c: New file.
13708 * gdb.threads/tid-reuse.exp: New file.
13709
13710 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13711
13712 PR corefiles/16092
13713 * gdb.base/coredump-filter.c: New file.
13714 * gdb.base/coredump-filter.exp: Likewise.
13715
13716 2015-03-27 Petr Machata <pmachata@redhat.com>
13717
13718 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13719 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13720 (Dwarf::assemble): Initialize them.
13721 (Dwarf::lines): New function.
13722
13723 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13724
13725 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13726 SYMBOL_PREFIX for x86_64-*-cygwin.
13727
13728 2015-03-26 Andy Wingo <wingo@igalia.com>
13729
13730 PR symtab/18148
13731 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13732 const_value but not a location.
13733 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13734 location defined in non-main CUs are visible.
13735
13736 2015-03-26 Yao Qi <yao.qi@linaro.org>
13737
13738 PR testsuite/18139
13739 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13740 Add a line number entry for the same line.
13741 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13742 Add a line number entry for the same line.
13743
13744 2015-03-26 Yao Qi <yao.qi@linaro.org>
13745
13746 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13747 .int 0.
13748 (func): Likewise. Add .Lfunc_1 label.
13749 Use .Lfunc_1 label.
13750 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13751 .int 0.
13752 (func): Likewise.
13753 Use .Lfunc_1 label.
13754
13755 2015-03-26 Yao Qi <yao.qi@linaro.org>
13756
13757 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13758 Call gdb_compile instead to compile each .s files without debug
13759 information.
13760
13761 2015-03-26 Yao Qi <yao.qi@linaro.org>
13762
13763 * gdb.base/savedregs.exp (process_saved_regs): Make
13764 "Saved registers:" optional in the pattern.
13765
13766 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13767
13768 * gdb.btrace/next.exp: Merged into step.exp.
13769 * gdb.btrace/finish.exp: Merged into step.exp.
13770 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13771 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13772 "record goto" and checking the exact replay position.
13773 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13774 check for "Recording format" in "info record" output.
13775 * gdb.btrace/record_goto.exp: Choose test file based on target.
13776 * gdb.btrace/x86-record_goto.S: Renamed into ...
13777 * gdb.btrace/x86_64-record_goto.S: ... this.
13778 * gdb.btrace/i686-record_goto.S: New.
13779 * gdb.btrace/x86-tailcall.S: Renamed into ...
13780 * gdb.btrace/x86_64-tailcall.S: ... this.
13781 * gdb.btrace/i686-tailcall.S: New.
13782 * gdb.btrace/x86-tailcall.c: Renamed into ...
13783 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13784 separate statements. Update test.
13785 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13786 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13787 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13788 * gdb.btrace/tailcall.exp: Choose test file based on target.
13789 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13790
13791 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13792
13793 * gdb.btrace/exception.exp: Increase BTS buffer size.
13794
13795 2015-03-24 Pedro Alves <palves@redhat.com>
13796
13797 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13798
13799 2015-03-24 Pedro Alves <palves@redhat.com>
13800
13801 * gdb.threads/schedlock.exp (test_step): No longer expect that
13802 "set scheduler-locking step" with "next" over a function call runs
13803 threads unlocked.
13804
13805 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13806
13807 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13808
13809 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13810
13811 PR breakpoints/16466
13812 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13813 * gdb.mi/mi-pending.c (thread_func): New function.
13814 (int main): Add threading support required.
13815 * gdb.mi/mi-pending.exp: Add tests for this issue.
13816 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13817 (pendfunc2): Remove stdio dependency.
13818 * gdb.mi/mi-pendshr2.c: New file.
13819
13820 2015-03-23 Keith Seitz <keiths@redhat.com>
13821
13822 * gdb.linespec/keywords.c: New file.
13823 * gdb.linespec/keywords.exp: New file.
13824
13825 2015-03-23 Keith Seitz <keiths@redhat.com>
13826
13827 PR gdb/18021
13828 * gdb.dwarf2/staticvirtual.exp: New test.
13829
13830 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13831
13832 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13833 * README: Remove HP-UX and gdb.hp.
13834 (configuration):
13835 * configure: Regenerate.
13836 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13837 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13838 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13839 gdb.hp/gdb.defects/Makefile.
13840 * gdb.hp/Makefile.in: File deleted.
13841 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13842 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13843 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13844 * gdb.hp/gdb.aCC/run.c: File deleted.
13845 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13846 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13847 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13848 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13849 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13850 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13851 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13852 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13853 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13854 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13855 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13856 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13857 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13858 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13859 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13860 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13861 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13862 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13863 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13864 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13865 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13866 * gdb.hp/gdb.compat/average.c: File deleted.
13867 * gdb.hp/gdb.compat/sum.c: File deleted.
13868 * gdb.hp/gdb.compat/xdb.c: File deleted.
13869 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13870 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13871 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13872 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13873 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13874 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13875 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13876 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13877 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13878 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13879 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13880 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13881 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13882 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13883 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13884 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13885 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13886 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13887 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13888 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13889 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13890 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13891 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13892 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13893 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13894 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13895 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13896 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13897 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13898 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13899 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13900 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13901 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13902 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13903 * gdb.hp/tools/odump: File deleted.
13904
13905 2015-03-19 Pedro Alves <palves@redhat.com>
13906
13907 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13908 (saw_thread_3): New globals.
13909 (top level): Increment them when an event for the corresponding
13910 thread is seen.
13911 (no thread starvation): New test.
13912
13913 2015-03-19 Pedro Alves <palves@redhat.com>
13914
13915 * gdb.threads/continue-pending-status.c: New file.
13916 * gdb.threads/continue-pending-status.exp: New file.
13917
13918 2015-03-18 Pedro Alves <palves@redhat.com>
13919
13920 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13921 Use gdb_is_target_remote instead of is_remote. Use
13922 gdb_test_multiple instead of gdb_expect. Exit early if
13923 gdb_test_multiple hits its internal matches. Tighten stepi tests
13924 expected output. Fail on exit with any signal, instead of just
13925 SIGILL.
13926
13927 2015-03-18 Yao Qi <yao.qi@linaro.org>
13928
13929 PR tdep/18107
13930 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13931 variable.
13932 * gdb.base/catch-syscall.exp: Don't skip it on
13933 aarch64*-*-linux* target. Remove elements in all_syscalls.
13934 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13935 target.
13936 (setup_all_syscalls): New proc.
13937
13938 2015-03-16 Yao Qi <yao.qi@linaro.org>
13939
13940 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13941 (top level): Skip tests if valid_addr_p returns false for
13942 $cmd1 or $cmd2.
13943
13944 2015-03-11 Andy Wingo <wingo@igalia.com>
13945
13946 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13947
13948 2015-03-11 Yao Qi <yao.qi@linaro.org>
13949
13950 * gdb.base/catch-syscall.exp: Fix typo in comments.
13951
13952 2015-03-11 Yao Qi <yao.qi@linaro.org>
13953
13954 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13955
13956 2015-03-09 Pedro Alves <palves@redhat.com>
13957
13958 * dg-extract-results.py: Delete.
13959
13960 2015-03-09 Pedro Alves <palves@redhat.com>
13961
13962 Merge dg-extract-results.sh from GCC upstream (r218843).
13963
13964 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13965 * dg-extract-results.sh: Use --text with grep to avoid issues with
13966 binary files. Fall back to cat -v, if that doesn't work.
13967
13968 2015-03-05 Pedro Alves <palves@redhat.com>
13969
13970 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13971
13972 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13973
13974 * lib/mi-support.exp (mi_expect_interrupt): Accept
13975 alternative event for when in all-stop mode.
13976
13977 2015-03-04 Pedro Alves <palves@redhat.com>
13978
13979 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13980
13981 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13982
13983 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13984
13985 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13986
13987 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13988 regexps for GDB's current line display, accept a hex address
13989 preceding the line number.
13990
13991 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13992
13993 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13994 the 'arch1' variable for "s390*-linux*" targets.
13995
13996 2015-03-04 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13999 (main): Pass missing retval argument to pthread_join call.
14000
14001 2015-03-02 Pedro Alves <palves@redhat.com>
14002
14003 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14004 (top level): Call do_test with non-stop as well.
14005
14006 2015-03-02 Pedro Alves <palves@redhat.com>
14007
14008 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14009 -1.
14010
14011 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14012
14013 * gdb.arch/s390-vregs.exp: New test.
14014 * gdb.arch/s390-vregs.S: New file.
14015
14016 2015-02-27 Pedro Alves <palves@redhat.com>
14017
14018 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14019 call to catch_command_errors.
14020 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14021 catch_command_errors.
14022
14023 2015-02-27 Pedro Alves <palves@redhat.com>
14024
14025 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14026 "true" for boolean result.
14027 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14028 prototype of main.
14029
14030 2015-02-27 Pedro Alves <palves@redhat.com>
14031
14032 * lib/unbuffer_output.c: New file.
14033 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14034 (main): Call gdb_unbuffer_output.
14035
14036 2015-02-27 Yao Qi <yao.qi@linaro.org>
14037
14038 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14039 target.
14040
14041 2015-02-26 Doug Evans <dje@google.com>
14042
14043 * gdb.cp/class2.cc (Dbase, D): New classes.
14044 (main): New local delta.
14045 * gdb.cp/class2.exp: Test printing delta.
14046 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14047 (dynbar): New global.
14048 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14049
14050 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14051
14052 * gdb.compile/compile-ifunc.c: New file.
14053 * gdb.compile/compile-ifunc.exp: New file.
14054
14055 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14056
14057 * gdb.base/structs.exp: Check for correct struct on finish.
14058
14059 2015-02-26 Yao Qi <yao.qi@linaro.org>
14060
14061 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14062 is zero.
14063
14064 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14065
14066 * gdb.arch/cordic.ko.bz2: New file.
14067 * gdb.arch/cordic.ko.debug.bz2: New file.
14068 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14069
14070 2015-02-25 Yao Qi <yao.qi@linaro.org>
14071
14072 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14073 aarch64*-*-* target.
14074
14075 2015-02-23 Pedro Alves <palves@redhat.com>
14076
14077 * lib/gdb.exp (delete_breakpoints): Rewrite using
14078 gdb_test_multiple.
14079
14080 2015-02-23 Pedro Alves <palves@redhat.com>
14081
14082 * gdb.base/info-os.c: Include stdlib.h.
14083
14084 2015-02-22 Doug Evans <xdje42@gmail.com>
14085
14086 PR symtab/17855
14087 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14088 is read after symbols have been re-read.
14089 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14090 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14091
14092 2015-02-21 Doug Evans <dje@google.com>
14093
14094 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14095
14096 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14097
14098 PR corefiles/17808
14099 * gdb.arch/i386-biarch-core.core.bz2: New file.
14100 * gdb.arch/i386-biarch-core.exp: New file.
14101
14102 2015-02-21 Pedro Alves <palves@redhat.com>
14103
14104 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14105 runto_main fails.
14106
14107 2015-02-20 Pedro Alves <palves@redhat.com>
14108
14109 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14110 info probes.
14111
14112 2015-02-20 Pedro Alves <palves@redhat.com>
14113
14114 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14115
14116 2015-02-20 Pedro Alves <palves@redhat.com>
14117
14118 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14119 clean_restart before gdb_target_supports_trace.
14120
14121 2015-02-20 Pedro Alves <palves@redhat.com>
14122
14123 PR threads/18006
14124 * gdb.threads/clone-thread_db.c: New file.
14125 * gdb.threads/clone-thread_db.exp: New file.
14126
14127 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14128
14129 PR breakpoints/16812
14130 * gdb.base/catch-gdb-caused-signals.c: New file.
14131 * gdb.base/catch-gdb-caused-signals.exp: New file.
14132
14133 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14134
14135 * configure: Regenerated.
14136 * configure.ac: Use GDB_AC_TRANSFORM.
14137 * aclocal.m4: sinclude ../transform.m4.
14138
14139 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14140
14141 * lib/dtrace.exp: New file.
14142 * gdb.base/dtrace-probe.exp: Likewise.
14143 * gdb.base/dtrace-probe.d: Likewise.
14144 * gdb.base/dtrace-probe.c: Likewise.
14145 * lib/pdtrace.in: Likewise.
14146 * configure.ac: Output variables with the transformed names of
14147 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14148 * configure: Regenerated.
14149
14150 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14151
14152 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14153 expected message when trying to access $_probe_* convenience
14154 variables while not on a probe.
14155
14156 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14157
14158 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14159
14160 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14161
14162 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14163 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14164
14165 2015-02-10 Doug Evans <xdje42@gmail.com>
14166
14167 * lib/gdb.exp (gdb_load): Always return a result.
14168
14169 2015-02-10 Pedro Alves <palves@redhat.com>
14170
14171 * gdb.threads/signal-sigtrap.c: New file.
14172 * gdb.threads/signal-sigtrap.exp: New file.
14173
14174 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14175
14176 * gdb.trace/no-attach-trace.c: New file.
14177 * gdb.trace/no-attach-trace.exp: New file.
14178
14179 2015-02-09 Mark Wielaard <mjw@redhat.com>
14180
14181 * gdb.dwarf2/atomic.c: New file.
14182 * gdb.dwarf2/atomic-type.exp: Likewise.
14183
14184 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14185
14186 * gdb.btrace/buffer-size.exp: Update "info record" output.
14187 * gdb.btrace/delta.exp: Update "info record" output.
14188 * gdb.btrace/enable.exp: Update "info record" output.
14189 * gdb.btrace/finish.exp: Update "info record" output.
14190 * gdb.btrace/instruction_history.exp: Update "info record" output.
14191 * gdb.btrace/next.exp: Update "info record" output.
14192 * gdb.btrace/nexti.exp: Update "info record" output.
14193 * gdb.btrace/step.exp: Update "info record" output.
14194 * gdb.btrace/stepi.exp: Update "info record" output.
14195 * gdb.btrace/nohist.exp: Update "info record" output.
14196
14197 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14198
14199 * gdb.btrace/buffer-size: New.
14200
14201 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14202
14203 * gdb.btrace/delta.exp: Update "info record" output.
14204 * gdb.btrace/enable.exp: Update "info record" output.
14205 * gdb.btrace/finish.exp: Update "info record" output.
14206 * gdb.btrace/instruction_history.exp: Update "info record" output.
14207 * gdb.btrace/next.exp: Update "info record" output.
14208 * gdb.btrace/nexti.exp: Update "info record" output.
14209 * gdb.btrace/step.exp: Update "info record" output.
14210 * gdb.btrace/stepi.exp: Update "info record" output.
14211 * gdb.btrace/nohist.exp: Update "info record" output.
14212
14213 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14214
14215 PR gdb/15678
14216 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14217
14218 2015-02-06 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14221 macro.
14222 (seconds_left, again): New globals.
14223 (main): Wait seconds_left in a 1-second sleep loop instead of
14224 sleeping 180 seconds. If 'again' is set, reset the seconds
14225 counter.
14226 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14227 'again' in the inferior before detaching. Print the seconds left.
14228 (options): New global.
14229 (top level): Build program with -DTIMEOUT=$timeout.
14230
14231 2015-02-06 Pedro Alves <palves@redhat.com>
14232
14233 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14234 determine how many seconds to pass to 'alarm'.
14235 * gdb.base/gdb-sigterm.exp (top level): Build program with
14236 -DTIMEOUT=$timeout.
14237 (do_test): Return success/failure indication. Add more verbose
14238 logging. Don't fail if 200 single steps are seen. Instead, fail
14239 when the test times out.
14240 (passes): New global.
14241 (top level): Break the testing loop if testing fails on any
14242 iteration. Use gdb_assert.
14243
14244 2015-02-04 Don Breazeal <donb@codesourcery.com>
14245
14246 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14247 and initialize them.
14248 (ipc_cleanup): New function.
14249 (main): Don't declare shmid, semid, and msqid. Add a call to
14250 atexit so that we call ipc_cleanup on exit.
14251
14252 2015-02-04 Pedro Alves <palves@redhat.com>
14253
14254 * boards/native-extended-gdbserver.exp: Remove any target variant
14255 specifications from the board name before clearing the isremote
14256 flag from board_info.
14257
14258 2015-01-31 Doug Evans <xdje42@gmail.com>
14259
14260 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14261
14262 2015-01-31 Gary Benson <gbenson@redhat.com>
14263
14264 * gdb.base/completion.exp: Disable completion limiting for
14265 existing tests. Add new tests to check completion limiting.
14266 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14267
14268 2015-01-31 Doug Evans <xdje42@gmail.com>
14269
14270 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14271
14272 2015-01-31 Doug Evans <xdje42@gmail.com>
14273
14274 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14275 entries. Duplicate file section script entries.
14276 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14277 inlined entries. Add test for safe-path rejection.
14278 * gdb.python/py-section-script.c: Add duplicate inlined section script
14279 entries. Duplicate file section script entries.
14280 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14281 inlined entries. Add test for safe-path rejection.
14282
14283 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14284
14285 * gdb.ada/disc_arr_bound: New testcase.
14286
14287 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14288
14289 * gdb.ada/mi_var_array: New testcase.
14290
14291 2015-01-27 Doug Evans <dje@google.com>
14292
14293 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14294 Add test for objfile.filename, objfile.username after objfile
14295 has been unloaded.
14296
14297 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14298
14299 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14300 the second test to print the name attribute of value
14301 returned by the call to gdb.lookup_type, and adjust
14302 the expected output accordingly.
14303
14304 2015-01-25 Mark Wielaard <mjw@redhat.com>
14305
14306 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14307 * gdb.base/disp-step-fork.c: Include unistd.h.
14308 * gdb.base/siginfo-obj.c: Include stdio.h.
14309 * gdb.base/siginfo-thread.c: Likewise.
14310 * gdb.mi/non-stop.c: Include unistd.h.
14311 * gdb.mi/nsthrexec.c: Include stdio.h.
14312 * gdb.mi/pthreads.c: Include unistd.h.
14313 * gdb.modula2/unbounded1.c (main): Declare returns int.
14314 * gdb.reverse/consecutive-reverse.c: Likewise.
14315 * gdb.threads/create-fail.c: Include unistd.h.
14316 * gdb.threads/killed.c: Likewise.
14317 * gdb.threads/linux-dp.c: Likewise.
14318 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14319 * gdb.threads/non-ldr-exc-2.c: Likewise.
14320 * gdb.threads/non-ldr-exc-3.c: Likewise.
14321 * gdb.threads/non-ldr-exc-4.c: Likewise.
14322 * gdb.threads/pthreads.c: Include unistd.h.
14323 (main): Declare returns int.
14324 * gdb.threads/tls-main.c (foo): New declaration.
14325 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14326
14327 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14328
14329 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14330 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14331
14332 2015-01-15 Mark Wielaard <mjw@redhat.com>
14333
14334 * gdb.base/noreturn-return.c: New file.
14335 * gdb.base/noreturn-return.exp: New file.
14336 * gdb.base/noreturn-finish.c: New file.
14337 * gdb.base/noreturn-finish.exp: New file.
14338
14339 2015-01-23 Pedro Alves <palves@redhat.com>
14340
14341 * gdb.threads/continue-pending-after-query.c: New file.
14342 * gdb.threads/continue-pending-after-query.exp: New file.
14343
14344 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14345 Simon Marchi <simon.marchi@ericsson.com>
14346
14347 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14348 * gdb.base/valgrind-db-attach.exp: Same.
14349 * gdb.base/valgrind-infcall.exp: Same.
14350 * lib/mi-support.exp (default_mi_gdb_start): Same.
14351 * lib/prompt.exp (default_prompt_gdb_start): Same.
14352 * lib/gdb.exp (default_gdb_spawn): Same.
14353 (gdb_interact): New.
14354
14355
14356 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14357
14358 * gdb.compile/compile.exp (pointer to jit function): New test.
14359
14360 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14361
14362 * lib/gdb.exp (supports_process_record): Return true for
14363 powerpc*-*-linux*.
14364 (supports_reverse): Likewise.
14365
14366 2015-01-15 Don Breazeal <donb@codesourcery.com>
14367
14368 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14369 instead of checking whether the target board is remote and
14370 use spawn_wait_for_attach instead of exec/sleep.
14371 * gdb.base/attach-twice.exp: Likewise.
14372
14373 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14374
14375 * gdb.ada/var_arr_attrs: New testcase.
14376
14377 2015-01-14 Pedro Alves <palves@redhat.com>
14378 Joel Brobecker <brobecker@adacore.com>
14379
14380 PR gdb/17525
14381 * gdb.base/bp-cmds-execution-x-script.c: New file.
14382 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14383 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14384
14385 2015-01-14 Pedro Alves <palves@redhat.com>
14386
14387 PR cli/17828
14388 * gdb.base/batch-preserve-term-settings.c: New file.
14389 * gdb.base/batch-preserve-term-settings.exp: New file.
14390
14391 2015-01-13 Doug Evans <dje@google.com>
14392
14393 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14394 binary.
14395
14396 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14397
14398 * Makefile.in (clean mostlyclean): Do not delete *.py.
14399
14400 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14401
14402 * gdb.python/py-lookup-type.exp: New file.
14403
14404 2015-01-12 Pedro Alves <palves@redhat.com>
14405
14406 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14407 restore GDBFLAGS before returning.
14408
14409 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14410
14411 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14412 is_amd64_regs_target and is_x86_like_target.
14413
14414 2015-01-11 Doug Evans <xdje42@gmail.com>
14415
14416 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14417 is given without an explicit form.
14418 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14419 attributes.
14420 * gdb.dwarf/corrupt.exp: Ditto.
14421 * gdb.dwarf2/enum-type.exp: Ditto.
14422 * gdb.trace/entry-values.exp: Ditto.
14423 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14424
14425 2015-01-11 Doug Evans <xdje42@gmail.com>
14426
14427 PR gdb/15830
14428 * gdb.base/maint.exp: Remove references to "maint demangle".
14429 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14430 Add tests for explicitly specifying language to demangle.
14431 * gdb.dlang/demangle.exp: Ditto.
14432
14433 2015-01-09 Pedro Alves <palves@redhat.com>
14434
14435 * gdb.threads/non-stop-fair-events.c: New file.
14436 * gdb.threads/non-stop-fair-events.exp: New file.
14437
14438 2015-01-09 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14441 the global scope. Set a breakpoint after all threads are started
14442 rather than stepping over two source lines. Expect the prompt.
14443 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14444 global.
14445 (NUM): Now 15.
14446 (main): Use threads_started_barrier to wait for all threads to
14447 start. Main thread no longer calls thread_function. Exit after
14448 180 seconds.
14449 (loop): New function.
14450 (thread_function): Wait on threads_started_barrier barrier. Call
14451 'loop' at each iteration.
14452 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14453 threads have started, instead of hardcoding number of "next"
14454 steps. Use an access watchpoint instead of a write watchpoint.
14455
14456 2015-01-09 Pedro Alves <palves@redhat.com>
14457
14458 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14459 (thread_func): Wait on barrier.
14460 (main): Wait for all threads to start before stopping GDB.
14461 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14462 global.
14463 (thread1_func, thread2_func): Wait on barrier.
14464 (main): Wait for all threads to start before stopping GDB.
14465 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14466 New global.
14467 (thread1_func, thread2_func): Wait on barrier.
14468 (main): Wait for all threads to start before stopping GDB.
14469
14470 2015-01-09 Pedro Alves <palves@redhat.com>
14471
14472 * gdb.threads/attach-many-short-lived-threads.c: New file.
14473 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14474
14475 2014-01-09 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14478 instead of to thread 2.
14479 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14480 Add barrier around each pthread_create call instead of around all
14481 calls.
14482 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14483 Set a break on thread_function and have the child threads hit it
14484 one at at a time.
14485
14486 2015-01-09 Pedro Alves <palves@redhat.com>
14487
14488 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14489 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14490 false.
14491 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14492 checking whether the target board is remote.
14493 * gdb.multi/multi-attach.exp: Likewise.
14494 * gdb.python/py-sync-interp.exp: Likewise.
14495 * gdb.server/ext-attach.exp: Likewise.
14496 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14497 tests that need to attach, instead of checking whether the target
14498 board is remote at the top of the file.
14499
14500 2015-01-08 Yao Qi <yao@codesourcery.com>
14501
14502 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14503
14504 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14505
14506 Fix testcase compilation.
14507 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14508
14509 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14510
14511 * gdb.python/py-type.exp: Add a couple test about empty
14512 array creation, and negative-length array creation.
14513
14514 2015-01-02 Doug Evans <xdje42@gmail.com>
14515
14516 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14517
14518 2015-01-02 Doug Evans <dje@google.com>
14519
14520 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14521
14522 2014-12-29 Yao Qi <yao@codesourcery.com>
14523
14524 * gdb.trace/entry-values.exp: Update comments. Rename variable
14525 bar_call_foo to returned_from_foo.
14526
14527 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14528
14529 PR gdb/17394
14530 * gdb.linespec/break-asm-file.c: New file.
14531 * gdb.linespec/break-asm-file.exp: New file.
14532 * gdb.linespec/break-asm-file0.s: New file.
14533 * gdb.linespec/break-asm-file1.s: New file.
14534
14535 2014-12-18 Nigel Stephens <nigel@mips.com>
14536 Maciej W. Rozycki <macro@codesourcery.com>
14537
14538 * gdb.base/float.exp: Handle the new output from "info float" on
14539 MIPS targets.
14540
14541 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14542
14543 Fix MinGW compilation.
14544 * gdb.compile/compile-ops.exp: Update untested message if
14545 !skip_compile_feature_tests.
14546 * gdb.compile/compile-setjmp.exp: Likewise.
14547 * gdb.compile/compile-tls.exp: Likewise.
14548 * gdb.compile/compile.exp: Likewise.
14549 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14550 supported on this host".
14551
14552 2014-12-16 Doug Evans <xdje42@gmail.com>
14553
14554 * boards/stabs.exp: New file.
14555
14556 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14557
14558 * gdb.base/completion.exp: Adjust to format changes of "maint
14559 print user-registers".
14560
14561 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14562
14563 PR server/17457
14564 * gdb.arch/aarch64-fp.c: New file.
14565 * gdb.arch/aarch64-fp.exp: New file.
14566
14567 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14568
14569 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14570 r210637, r210913, r211666, r215400, r215817).
14571
14572 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14573 * dg-extract-results.py: New file.
14574 * dg-extract-results.sh: Use it if the environment seems
14575 suitable.
14576
14577 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14578
14579 * dg-extract-results.py (parse_run): Handle warnings that
14580 are printed before a test harness is run.
14581
14582 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14583
14584 * dg-extract-results.py (Named): Remove __cmp__ method.
14585 (output_variation): Use a key to sort variation.harnesses.
14586
14587 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14588
14589 * dg-extract-results.py: For Python 3, force sys.stdout to
14590 handle surrogate escape sequences.
14591 (safe_open): New function.
14592 (output_segment, main): Use it.
14593
14594 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14595
14596 * dg-extract-results.py (Prog.result_re): Include options
14597 in test name.
14598
14599 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14600
14601 * dg-extract-results.py (output_variation): Always sort if
14602 do_sum.
14603
14604 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14605
14606 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14607 as long as we get pagination notifications.
14608
14609 2014-12-15 Jason Merrill <jason@redhat.com>
14610
14611 * Makefile.in (check-gdb.%): Restore.
14612 * README: Mention it.
14613
14614 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14615
14616 * gdb.ada/str_uninit: New testcase.
14617
14618 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14619
14620 PR symtab/17642
14621 * gdb.base/vla-stub-define.c: New file.
14622 * gdb.base/vla-stub.c: New file.
14623 * gdb.base/vla-stub.exp: New file.
14624
14625 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14626 Jan Kratochvil <jan.kratochvil@redhat.com>
14627 Tom Tromey <tromey@redhat.com>
14628
14629 * configure.ac: Add gdb.compile/.
14630 * configure: Regenerate.
14631 * gdb.compile/Makefile.in: New file.
14632 * gdb.compile/compile-ops.exp: New file.
14633 * gdb.compile/compile-ops.c: New file.
14634 * gdb.compile/compile-tls.c: New file.
14635 * gdb.compile/compile-tls.exp: New file.
14636 * gdb.compile/compile-constvar.S: New file.
14637 * gdb.compile/compile-constvar.c: New file.
14638 * gdb.compile/compile-mod.c: New file.
14639 * gdb.compile/compile-nodebug.c: New file.
14640 * gdb.compile/compile-setjmp-mod.c: New file.
14641 * gdb.compile/compile-setjmp.c: New file.
14642 * gdb.compile/compile-setjmp.exp: New file.
14643 * gdb.compile/compile-shlib.c: New file.
14644 * gdb.compile/compile.c: New file.
14645 * gdb.compile/compile.exp: New file.
14646 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14647
14648 2014-12-12 Tom Tromey <tromey@redhat.com>
14649
14650 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14651 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14652
14653 2014-12-12 Doug Evans <dje@google.com>
14654
14655 * lib/gdb-python.exp (get_python_valueof): New function.
14656 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14657
14658 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14659
14660 * gdb.base/completion.exp: Add test for completion of "info
14661 registers ".
14662
14663 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14664
14665 * gdb.base/func-ptrs.c: New file.
14666 * gdb.base/func-ptrs.exp: New file.
14667
14668 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14669
14670 PR breakpoints/17012
14671 * gdb.base/dprintf-detach.c: New file.
14672 * gdb.base/dprintf-detach.exp: New file.
14673
14674 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14675
14676 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14677 * lib/gdb.exp (target_is_gdbserver): New procedure.
14678
14679 2014-12-08 Doug Evans <dje@google.com>
14680
14681 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14682
14683 2014-12-05 Yao Qi <yao@codesourcery.com>
14684
14685 * gdb.guile/scm-error.exp: Remove the third argument to
14686 gdb_remote_download.
14687 * gdb.guile/scm-frame-args.exp: Likewise.
14688 * gdb.guile/scm-section-script.exp: Likewise.
14689
14690 2014-12-05 Yao Qi <yao@codesourcery.com>
14691
14692 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14693
14694 2014-12-04 Doug Evans <dje@google.com>
14695
14696 * gdb.python/py-objfile.exp: Add tests for
14697 objfile.add_separate_debug_file.
14698
14699 2014-12-04 Doug Evans <dje@google.com>
14700
14701 * lib/gdb.exp (get_build_id): New function.
14702 (build_id_debug_filename_get): Rewrite to use it.
14703 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14704
14705 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14706
14707 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14708 `method(long)', not just 0x0.
14709 * gdb.cp/nsalias.exp: Align code labels to 4.
14710 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14711 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14712 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14713 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14714 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14715 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14716
14717 2014-12-02 Doug Evans <dje@google.com>
14718
14719 PR symtab/17602
14720 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14721 * gdb.cp/anon-ns2.cc: ... here. New file.
14722 * gdb.cp/anon-ns.exp: Update.
14723
14724 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14725
14726 * gdb.python/py-events.py (inferior_call_handler): New.
14727 (register_changed_handler, memory_changed_handler): New.
14728 (test_events.invoke): Register new handlers.
14729 * gdb.python/py-events.exp: Add tests for inferior call,
14730 memory_changed and register_changed events.
14731
14732 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14733
14734 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14735 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14736 if the linker doesn't understand this.
14737
14738 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14739
14740 * gdb.python/python.exp: Change expected reply to help().
14741
14742 2014-12-01 Yao Qi <yao@codesourcery.com>
14743
14744 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14745 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14746 * configure: Re-generated.
14747
14748 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14749
14750 * gdb.cp/chained-calls.cc: New file.
14751 * gdb.cp/chained-calls.exp: New file.
14752 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14753
14754 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14755
14756 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14757 * gdb.dwarf2/symtab-producer.exp: Same.
14758 * gdb.gdb/python-interrupts.exp: Same.
14759 * gdb.gdb/python-selftest.exp: Same.
14760 * gdb.python/py-linetable.exp: Same.
14761 * gdb.python/py-type.exp: Same.
14762 * gdb.python/py-value-cc.exp: Same.
14763 * gdb.python/py-value.exp: Same.
14764
14765 2014-11-28 Yao Qi <yao@codesourcery.com>
14766
14767 * gdb.base/break-probes.exp: Match library name prefixed with
14768 sysroot.
14769
14770 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14771
14772 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14773 test expected output. Add parentheses for the call to print.
14774 Remove L suffix from integers.
14775
14776 2014-11-26 Doug Evans <dje@google.com>
14777
14778 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14779
14780 2014-11-22 Yao Qi <yao@codesourcery.com>
14781
14782 * gdb.trace/entry-values.c: Remove asms.
14783 (foo): Add foo_label.
14784 (bar): Add bar_label.
14785 * gdb.trace/entry-values.exp: Remove code computing foo's
14786 length and bar's length.
14787 (Dwarf::assemble): Invoke function_range for bar and use
14788 MACRO_AT_func for foo.
14789
14790 2014-11-22 Yao Qi <yao@codesourcery.com>
14791
14792 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14793 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14794 Use .Lgcc43_procstart instead of gcc43.
14795
14796 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14797
14798 * gdb.ada/n_arr_bound: New testcase.
14799
14800 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14801
14802 PR breakpoints/10737
14803 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14804 test_catch_syscall_multi_arch.
14805 (test_catch_syscall_multi_arch): New function.
14806
14807 2014-11-20 Doug Evans <xdje42@gmail.com>
14808
14809 * gdb.base/maint.exp: Update expected output.
14810
14811 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14812
14813 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14814 4-byte instruction on S390.
14815
14816 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14817
14818 * gdb.ada/arr_arr: New testcase.
14819
14820 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14821
14822 * gdb.ada/pkd_arr_elem: New Testcase.
14823
14824 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14825
14826 * gdb.reverse/break-precsave: Expect completion message for
14827 core file reads.
14828 * gdb.reverse/consecutive-precsave.exp: Likewise.
14829 * gdb.reverse/finish-precsave.exp: Likewise.
14830 * gdb.reverse/i386-precsave.exp: Likewise.
14831 * gdb.reverse/machinestate-precsave.exp: Likewise.
14832 * gdb.reverse/sigall-precsave.exp: Likewise.
14833 * gdb.reverse/solib-precsave.exp: Likewise.
14834 * gdb.reverse/step-precsave.exp: Likewise.
14835 * gdb.reverse/until-precsave.exp: Likewise.
14836 * gdb.reverse/watch-precsave.exp: Likewise.
14837
14838 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14839
14840 * gdb.base/bp-permanent.c: Include unistd.h.
14841 * gdb.python/py-framefilter-mi.c (main): Add return type.
14842 * gdb.python/py-framefilter.c (main): Likewise.
14843 * gdb.trace/actions-changed.c (main): Likewise.
14844
14845 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14846
14847 * gdb.mi/until.c: Add eye-catchers.
14848 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14849 line numbers.
14850
14851 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14852
14853 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14854 function header variants in break1.c.
14855 * gdb.base/ena-dis-br.exp: Likewise.
14856 * gdb.base/hbreak2.exp: Likewise.
14857 * gdb.reverse/until-precsave.exp: Drop references to removed
14858 non-prototype function header variants in ur1.c.
14859 * gdb.reverse/until-reverse.exp: Likewise.
14860
14861 2014-11-17 Petr Machata <pmachata@redhat.com>
14862
14863 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14864 ${_cu_offset_size} bytes abbrev offset.
14865
14866 2014-11-15 Doug Evans <xdje42@gmail.com>
14867
14868 PR symtab/17559
14869 * gdb.base/line-symtabs.exp: New file.
14870 * gdb.base/line-symtabs.c: New file.
14871 * gdb.base/line-symtabs.h: New file.
14872
14873 2014-11-14 Yao Qi <yao@codesourcery.com>
14874
14875 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14876 (func): Add label func_label.
14877 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14878 Replace low_pc and high_pc with MACRO_AT_range.
14879 Replace name, low_pc and high_pc with MACRO_AT_func.
14880
14881 2014-11-14 Yao Qi <yao@codesourcery.com>
14882
14883 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14884 Replace name, low_pc and high_pc with MACRO_AT_func.
14885
14886 2014-11-14 Yao Qi <yao@codesourcery.com>
14887
14888 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14889 produce debug information.
14890 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14891
14892 2014-11-14 Yao Qi <yao@codesourcery.com>
14893
14894 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14895 object and get function length.
14896 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14897 with MACRO_AT_func.
14898 (top-level): Replace gdb_compile and clean_restart with
14899 prepare_for_testing.
14900 * gdb.dwarf2/main.c (main): Add label main_label.
14901
14902 2014-11-14 Yao Qi <yao@codesourcery.com>
14903
14904 * lib/dwarf.exp (function_range): New procedure.
14905 (Dwarf::_handle_macro_at_func): New procedure.
14906 (Dwarf::_handle_macro_at_range): New procedure.
14907 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14908
14909 2014-11-14 Yao Qi <yao@codesourcery.com>
14910
14911 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14912 (_handle_attribute): New procedure.
14913
14914 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14915
14916 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14917 * gdb.base/call-sc.c (zed): Likewise.
14918 * gdb.base/checkpoint.c (main): Likewise.
14919 * gdb.base/dump.c (main): Likewise.
14920 * gdb.base/gcore.c (main): Likewise.
14921 * gdb.base/huge.c (main): Likewise.
14922 * gdb.base/multi-forks.c (main): Likewise.
14923 * gdb.base/pr10179-a.c (main): Likewise.
14924 * gdb.base/savedregs.c (main): Likewise.
14925 * gdb.base/sigaltstack.c (main): Likewise.
14926 * gdb.base/siginfo.c (main): Likewise.
14927 * gdb.base/structs.c (zed): Likewise.
14928 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14929 * gdb.mi/mi-syn-frame.c (main): Likewise.
14930 * gdb.mi/until.c (foo, main): Likewise.
14931 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14932 * gdb.base/solib-weak.c (foo): Declare.
14933 * gdb.base/attach-twice.c: Include stdio.h.
14934 * gdb.base/weaklib1.c: Likewise.
14935 * gdb.base/weaklib2.c: Likewise.
14936 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14937 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14938 unistd.h.
14939 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14940 * gdb.mi/mi-exit-code.c: Likewise.
14941 * gdb.base/break-interp-lib.c: Include string.h.
14942 * gdb.base/coremaker.c: Likewise.
14943 * gdb.base/testenv.c: Likewise.
14944 * gdb.python/py-finish-breakpoint.c: Likewise.
14945 * gdb.base/inferior-died.c: Include sys/wait.h.
14946 * gdb.base/fileio.c: Include time.h.
14947 * gdb.base/async-shell.c: Include unistd.h.
14948 * gdb.base/dprintf-non-stop.c: Likewise.
14949 * gdb.base/info-os.c: Likewise.
14950 * gdb.mi/mi-console.c: Likewise.
14951 * gdb.mi/watch-nonstop.c: Likewise.
14952 * gdb.python/py-events.c: Likewise.
14953 * gdb.base/async.c (baz): Move up before its invocation.
14954 * gdb.base/code_elim2.c (my_global_func): Likewise.
14955 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14956 * gdb.base/advance.c (func2): Likewise.
14957
14958 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14959
14960 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14961 variant.
14962 * gdb.base/annota3.c: Likewise.
14963 * gdb.base/async.c: Likewise.
14964 * gdb.base/average.c: Likewise.
14965 * gdb.base/call-ar-st.c: Likewise.
14966 * gdb.base/call-rt-st.c: Likewise.
14967 * gdb.base/call-sc.c: Likewise.
14968 * gdb.base/call-strs.c: Likewise.
14969 * gdb.base/ending-run.c: Likewise.
14970 * gdb.base/execd-prog.c: Likewise.
14971 * gdb.base/exprs.c: Likewise.
14972 * gdb.base/foll-exec.c: Likewise.
14973 * gdb.base/foll-fork.c: Likewise.
14974 * gdb.base/foll-vfork.c: Likewise.
14975 * gdb.base/funcargs.c: Likewise.
14976 * gdb.base/gcore.c: Likewise.
14977 * gdb.base/jump.c: Likewise.
14978 * gdb.base/langs0.c: Likewise.
14979 * gdb.base/langs1.c: Likewise.
14980 * gdb.base/langs2.c: Likewise.
14981 * gdb.base/mips_pro.c: Likewise.
14982 * gdb.base/nodebug.c: Likewise.
14983 * gdb.base/opaque0.c: Likewise.
14984 * gdb.base/opaque1.c: Likewise.
14985 * gdb.base/recurse.c: Likewise.
14986 * gdb.base/run.c: Likewise.
14987 * gdb.base/scope0.c: Likewise.
14988 * gdb.base/scope1.c: Likewise.
14989 * gdb.base/setshow.c: Likewise.
14990 * gdb.base/setvar.c: Likewise.
14991 * gdb.base/shmain.c: Likewise.
14992 * gdb.base/shr1.c: Likewise.
14993 * gdb.base/shr2.c: Likewise.
14994 * gdb.base/sigall.c: Likewise.
14995 * gdb.base/signals.c: Likewise.
14996 * gdb.base/so-indr-cl.c: Likewise.
14997 * gdb.base/solib2.c: Likewise.
14998 * gdb.base/structs.c: Likewise.
14999 * gdb.base/sum.c: Likewise.
15000 * gdb.base/vforked-prog.c: Likewise.
15001 * gdb.base/watchpoint.c: Likewise.
15002 * gdb.reverse/shr2.c: Likewise.
15003 * gdb.reverse/until-reverse.c: Likewise.
15004 * gdb.reverse/ur1.c: Likewise.
15005 * gdb.reverse/watch-reverse.c: Likewise.
15006
15007 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15008
15009 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15010 variant.
15011 * gdb.base/sepdebug.exp: Drop references to removed code.
15012
15013 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15014
15015 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15016 variant. Preserve original line numbering.
15017 * gdb.base/list1.c: Likewise.
15018
15019 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15020
15021 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15022 variant.
15023 * gdb.base/break1.c: Likewise.
15024 * gdb.base/break.exp: Drop references to removed code.
15025
15026 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15027
15028 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15029 variant.
15030
15031 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15032
15033 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15034
15035 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15036
15037 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15038 logic into perform_all_tests() and invoke it with and without
15039 function header prototypes.
15040 (do_function_calls): Remove conditional XFAIL for PR 5318.
15041 (rerun_and_prepare): Remove duplicate code.
15042 (perform_all_tests): New. Main logic moved here.
15043
15044 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15045
15046 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15047 code guarded by #ifdef NO_PROTOTYPES.
15048 (t_double_many_args): Likewise.
15049 (DEF_FUNC_MANY_ARGS_1): Likewise.
15050 (DEF_FUNC_VALUES_1): Likewise.
15051 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15052 guarded by #ifdef PROTOTYPES.
15053
15054 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15055
15056 * gdb.mi/mi-console.c: Add eye-catcher.
15057 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15058 instead of literal line number.
15059
15060 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15061
15062 * gdb.base/shr2.c: Add eye-catcher.
15063 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15064 line number.
15065
15066 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15067
15068 * gdb.base/jump.c: Add eye-catchers.
15069 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15070 numbers.
15071
15072 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15073
15074 * gdb.base/execd-prog.c: Add eye-catchers.
15075 * gdb.base/foll-exec.c: Likewise.
15076 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15077 line numbers.
15078
15079 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15080
15081 * gdb.base/ending-run.c: Add eye-catchers.
15082 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15083 literal line numbers.
15084
15085 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15086
15087 * gdb.base/call-rt-st.c: Add eye-catchers.
15088 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15089 literal line numbers.
15090
15091 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15092
15093 * gdb.base/call-ar-st.c: Add eye-catchers.
15094 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15095 literal line numbers.
15096
15097 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15098
15099 * gdb.base/average.c: Add eye-catchers.
15100 * gdb.base/sum.c: Likewise.
15101 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15102 regexps dynamically.
15103
15104 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15105
15106 * gdb.base/solib1.c: Add eye-catchers.
15107 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15108 literal line numbers.
15109
15110 2014-11-12 Pedro Alves <palves@redhat.com>
15111
15112 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15113 leader has exited.
15114
15115 2014-11-12 Pedro Alves <palves@redhat.com>
15116
15117 * gdb.arch/i386-bp_permanent.c: New file.
15118 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15119 (srcfile): Set to i386-bp_permanent.c.
15120 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15121 that stepi does not execute the 'leave' instruction, instead of
15122 testing it does execute.
15123 * gdb.base/bp-permanent.c: New file.
15124 * gdb.base/bp-permanent.exp: New file.
15125
15126 2014-11-10 Doug Evans <xdje42@gmail.com>
15127
15128 PR symtab/17564
15129 * gdb.base/symtab-search-order.exp: New file.
15130 * gdb.base/symtab-search-order.c: New file.
15131 * gdb.base/symtab-search-order-1.c: New file.
15132 * gdb.base/symtab-search-order-shlib-1.c: New file.
15133
15134 2014-11-07 Pedro Alves <palves@redhat.com>
15135
15136 PR gdb/17511
15137 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15138 i?86-*-linux*.
15139
15140 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15141
15142 PR c++/17494
15143 * gdb.cp/pr17494.cc: New file.
15144 * gdb.cp/pr17494.exp: New file.
15145
15146 2014-11-02 Yao Qi <yao@codesourcery.com>
15147
15148 * gdb.python/python.exp: Get working directory and match the
15149 output of "set extended-prompt \\w " with it.
15150
15151 2014-10-30 Doug Evans <dje@google.com>
15152
15153 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15154 in objfiles.
15155 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15156 in progspaces.
15157
15158 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15159
15160 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15161 * gdb.base/realname-expand.exp: Likewise.
15162 * gdb.linespec/macro-relative.exp: Likewise.
15163
15164 2014-10-29 Pedro Alves <palves@redhat.com>
15165
15166 PR gdb/17408
15167 * gdb.threads/schedlock.c (some_function): New function.
15168 (call_function): New global.
15169 (MAYBE_CALL_SOME_FUNCTION): New macro.
15170 (thread_function): Call it.
15171 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15172 and use it instead of a global counter. Adjust all callers.
15173 (get_current_thread): Use "find current thread" for test message
15174 here rather than having all callers pass down the same string.
15175 (goto_loop): New procedure, factored out from ...
15176 (my_continue): ... this.
15177 (step_ten_loops): Change parameter from test message to command to
15178 use. Adjust.
15179 (list_count): Delete global.
15180 (check_result): New procedure, factored out from duplicate top
15181 level code.
15182 (continue tests): Wrap in with_test_prefix.
15183 (test_step): New procedure, factored out from duplicate top level
15184 code.
15185 (top level): Test "step" in combination with all scheduler-locking
15186 modes. Test "next" in combination with all scheduler-locking
15187 modes, and in combination with stepping over a function call or
15188 not.
15189 * gdb.threads/next-bp-other-thread.c: New file.
15190 * gdb.threads/next-bp-other-thread.exp: New file.
15191
15192 2014-10-29 Pedro Alves <palves@redhat.com>
15193
15194 PR python/17372
15195 * gdb.python/python.exp: Test a multi-line command that spawns
15196 interactive Python.
15197 * gdb.base/multi-line-starts-subshell.exp: New file.
15198
15199 2014-10-29 Yao Qi <yao@codesourcery.com>
15200
15201 * gdb.base/fileio.exp: Make directories on host.
15202
15203 2014-10-29 Yao Qi <yao@codesourcery.com>
15204
15205 * gdb.base/fileio.c (test_write): Close the file.
15206
15207 2014-10-28 Pedro Alves <palves@redhat.com>
15208
15209 PR gdb/12623
15210 * gdb.base/sigstep.c (no_handler): New global.
15211 (main): If 'no_handler is true, set the signal handlers to
15212 SIG_IGN.
15213 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15214 with_sw_watch and no_handler parameters. Handle them.
15215 (top level) <stepping over handler when stopped at a breakpoint
15216 test>: Add a test axis for testing with a software watchpoint, and
15217 another for testing with the signal handler set to SIG_IGN.
15218 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15219 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15220
15221 2014-10-28 Pedro Alves <palves@redhat.com>
15222
15223 PR gdb/17511
15224 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15225 * gdb.base/sigstep.exp (other_handler_location): New global.
15226 (advance): Support stepping into the signal handler, and running
15227 commands while in the handler.
15228 (in_handler_map): New global.
15229 (top level): In the advance test, add combinations for getting
15230 into the handler with stepping commands, and for running commands
15231 in the handler. Add comment descripting the advancei tests.
15232
15233 2014-10-28 Pedro Alves <palves@redhat.com>
15234
15235 * gdb.base/sigstep.exp: Use build_executable instead of
15236 prepare_for_testing.
15237 (top level): Move code that starts GDB, runs to main and creates a
15238 display to ...
15239 (restart): ... this new procedure.
15240 (top level): Move backtrace from signal handler test to ...
15241 (validate_backtrace): ... this new procedure.
15242 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15243 with_test_prefix. Always restart GDB.
15244 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15245 with_test_prefix. Always restart GDB. No need to delete
15246 breakpoints after the test.
15247 (test_skip_handler): Remove prefix parameter.
15248 (skip_over_handler, breakpoint_to_handler)
15249 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15250 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15251 restart GDB. No need to delete breakpoints after the test.
15252 (top level): Use foreach to call the test procedures with
15253 different commands.
15254
15255 2014-10-28 Pedro Alves <palves@redhat.com>
15256
15257 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15258 instead of GNATS numbers.
15259 * gdb.base/sigbpt.exp: Likewise.
15260 * gdb.base/siginfo.exp: Likewise.
15261 * gdb.base/sigstep.exp: Likewise.
15262
15263 2014-10-27 Pedro Alves <palves@redhat.com>
15264
15265 * gdb.base/sigstep.c (dummy): New global.
15266 (main): Issue a couple writes to the new global.
15267 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15268 procedures.
15269 (skip_over_handler): Use test_skip_handler.
15270 (top level): Call skip_over_handler for stepi and nexti too.
15271 (breakpoint_over_handler): Use test_skip_handler.
15272 (top level): Call breakpoint_over_handler for stepi and nexti too.
15273
15274 2014-10-27 Yao Qi <yao@codesourcery.com>
15275
15276 * gdb.trace/tfile.c (adjust_function_address)
15277 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15278 function descriptor.
15279
15280 2014-10-24 Don Breazeal <donb@codesourcery.com>
15281
15282 * gdb.base/foll-fork.exp (test_follow_fork,
15283 catch_fork_child_follow): Check for updated fork messages emitted
15284 from infrun.c.
15285 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15286 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15287 vfork_and_exec_child_follow_through_step): Check for updated vfork
15288 messages emitted from infrun.c.
15289
15290 2014-10-24 Pedro Alves <palves@redhat.com>
15291
15292 * gdb.base/corefile.exp: Remove references to ultrix.
15293 * gdb.base/interrupt.exp: Likewise.
15294 * gdb.base/whatis.exp: Likewise.
15295 * gdb.gdb/selftest.exp: Likewise.
15296 * gdb.threads/manythreads.exp: Likewise.
15297 * gdb.threads/print-threads.exp: Likewise.
15298 * gdb.threads/pthreads.exp:: Likewise.
15299 * gdb.threads/schedlock.exp: Likewise.
15300
15301 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15302
15303 * gdb.cp/non-trivial-retval.cc: Add a test case.
15304 * gdb.cp/non-trivial-retval.exp: Add a test.
15305
15306 2014-10-20 Yao Qi <yao@codesourcery.com>
15307
15308 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15309 * gdb.python/py-objfile-script-gdb.py: New file.
15310 * gdb.python/py-objfile-script.exp: Update reference to
15311 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15312 of remote_download. Remove the dest file.
15313
15314 2014-10-20 Yao Qi <yao@codesourcery.com>
15315
15316 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15317 * gdb.base/step-line.exp: Likewise.
15318 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15319 * gdb.dwarf2/dw2-basic.exp: Likewise.
15320 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15321 * gdb.dwarf2/dw2-filename.exp: Likewise.
15322 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15323 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15324 * gdb.dwarf2/dw2-producer.exp: Likewise.
15325 * gdb.dwarf2/mac-fileno.exp: Likewise.
15326 * gdb.python/py-frame-args.exp: Likewise.
15327 * gdb.python/py-framefilter.exp: Likewise.
15328 * gdb.python/py-mi.exp: Likewise.
15329 * gdb.python/py-objfile-script.exp: Likewise
15330 * gdb.python/py-pp-integral.exp: Likewise.
15331 * gdb.python/py-pp-re-notag.exp: Likewise.
15332 * gdb.python/py-prettyprint.exp: Likewise.
15333 * gdb.python/py-section-script.exp: Likewise.
15334 * gdb.python/py-typeprint.exp: Likewise.
15335 * gdb.python/py-xmethods.exp: Likewise.
15336 * gdb.stabs/weird.exp: Likewise.
15337 * gdb.xml/tdesc-regs.exp: Likewise.
15338
15339 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15340
15341 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15342 (out_cu): Use addr_len for the size of addresses.
15343 (out_line): Likewise. Size DW_LNE_set_address instruction
15344 according to addr_len.
15345 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15346 (FUNC): Add START_INSNS to definition.
15347
15348 2014-10-18 Yao Qi <yao@codesourcery.com>
15349
15350 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15351 gdb_has_argv0 return true.
15352 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15353 check [target_info exists noargs], check [gdb_has_argv0]
15354 instead.
15355 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15356 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15357 procedures.
15358
15359 2014-10-17 Doug Evans <dje@google.com>
15360
15361 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15362 event.
15363 * gdb.python/py-events.py: Add clear_objfiles event.
15364
15365 2014-10-17 Doug Evans <dje@google.com>
15366
15367 * gdb.python/py-objfile.exp: Test progspace attribute.
15368
15369 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15370
15371 * gdb.guile/scm-breakpoint.exp: Do not assume any
15372 directory separators when matching source file paths.
15373 * gdb.python/py-breakpoint.exp: Likewise.
15374 * gdb.reverse/break-precsave.exp: Likewise.
15375 * gdb.reverse/break-reverse.exp: Likewise.
15376 * gdb.reverse/consecutive-precsave.exp: Likewise.
15377 * gdb.reverse/finish-precsave.exp: Likewise.
15378 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15379 * gdb.reverse/finish-reverse.exp: Likewise.
15380 * gdb.reverse/i386-precsave.exp: Likewise.
15381 * gdb.reverse/i387-env-reverse.exp: Likewise.
15382 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15383 * gdb.reverse/machinestate-precsave.exp: Likewise.
15384 * gdb.reverse/machinestate.exp: Likewise.
15385 * gdb.reverse/sigall-precsave.exp: Likewise.
15386 * gdb.reverse/solib-precsave.exp: Likewise.
15387 * gdb.reverse/step-precsave.exp: Likewise.
15388 * gdb.reverse/until-precsave.exp: Likewise.
15389 * gdb.reverse/watch-precsave.exp: Likewise.
15390 * gdb.reverse/watch-reverse.exp: Likewise.
15391
15392 2014-10-17 Yao Qi <yao@codesourcery.com>
15393
15394 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15395 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15396
15397 2014-10-17 Pedro Alves <palves@redhat.com>
15398
15399 PR gdb/17471
15400 * gdb.base/bg-execution-repeat.c: New file.
15401 * gdb.base/bg-execution-repeat.exp: New file.
15402
15403 2014-10-17 Pedro Alves <palves@redhat.com>
15404
15405 PR gdb/17300
15406 * gdb.base/continue-all-already-running.c: New file.
15407 * gdb.base/continue-all-already-running.exp: New file.
15408
15409 2014-10-17 Pedro Alves <palves@redhat.com>
15410
15411 PR gdb/17472
15412 * gdb.base/annota-input-while-running.c: New file.
15413 * gdb.base/annota-input-while-running.exp: New file.
15414
15415 2014-10-17 Pedro Alves <palves@redhat.com>
15416
15417 * gdb.base/callfuncs.exp: emove references to osf.
15418 * gdb.base/sigall.exp: Likewise.
15419 * gdb.gdb/selftest.exp: Likewise.
15420 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15421 * gdb.mi/non-stop.c: Likewise.
15422 * gdb.mi/pthreads.c: Likewise.
15423 * gdb.reverse/sigall-precsave.exp: Likewise.
15424 * gdb.reverse/sigall-reverse.exp: Likewise.
15425 * gdb.threads/pthreads.c: Likewise.
15426 * gdb.threads/pthreads.exp: Likewise.
15427
15428 2014-10-17 Yao Qi <yao@codesourcery.com>
15429
15430 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15431 check 'target_info exists noargs'.
15432 (test_command_prompt_position): Likewise.
15433 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15434 Remove "set args".
15435 (progvar_simple_while_test): Likewise.
15436 (progvar_complex_if_while_test): Likewise.
15437 (if_while_breakpoint_command_test): Likewise.
15438 (infrun_breakpoint_command_test): Likewise.
15439 (breakpoint_command_test): Likewise.
15440 (watchpoint_command_test): Likewise.
15441 (bp_deleted_in_command_test): Likewise.
15442 (temporary_breakpoint_commands): Likewise.
15443
15444 2014-10-16 Yao Qi <yao@codesourcery.com>
15445
15446 * gdb.base/remotetimeout.exp: Remove noargs checking.
15447
15448 2014-10-15 Pedro Alves <palves@redhat.com>
15449
15450 PR breakpoints/9649
15451 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15452 * gdb.base/breakpoint-in-ro-region.exp
15453 (probe_target_hardware_step): New procedure.
15454 (top level): Probe hardware stepping and hardware breakpoint
15455 support. Test stepping through a read-only region, with both
15456 "breakpoint auto-hw" on and off and both "always-inserted" on and
15457 off.
15458
15459 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15460
15461 * gdb.dlang/demangle.exp: Update for demangling changes.
15462
15463 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15464
15465 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15466 * gdb.cp/non-trivial-retval.exp: Add new tests.
15467
15468 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15469
15470 PR c++/13403
15471 PR c++/15154
15472 * gdb.cp/non-trivial-retval.cc: New file.
15473 * gdb.cp/non-trivial-retval.exp: New file.
15474
15475 2014-10-15 Yao Qi <yao@codesourcery.com>
15476
15477 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15478 remote host.
15479
15480 2014-10-15 Yao Qi <yao@codesourcery.com>
15481
15482 * gdb.python/py-symbol.exp: Match file base name if host is
15483 remote, otherwise match file name with dir name.
15484 * gdb.python/py-symtab.exp: Likewise.
15485 * gdb.python/python.exp: Likewise.
15486
15487 2014-10-15 Yao Qi <yao@codesourcery.com>
15488
15489 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15490 pattern.
15491 * gdb.python/py-symtab.exp: Likewise.
15492 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15493 locationn.
15494
15495 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15496
15497 * gdb.ada/addr_arith: New testcase.
15498
15499 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15500
15501 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15502 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15503 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15504 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15505
15506 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15507
15508 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15509 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15510 * gdb.arch/stap-eval-lang-ada.exp: New file.
15511
15512 2014-10-14 Yao Qi <yao@codesourcery.com>
15513
15514 * gdb.mi/mi-var-child.c (nothing1): New function.
15515 (nothing2): New function.
15516 (do_children_tests): Set function pointers by nothing1 and
15517 nothing2.
15518 * gdb.mi/mi-var-child.exp: Step over new added statements.
15519 Update test to match the new output.
15520 * gdb.mi/var-cmd.c (nothing1): New function.
15521 (nothing2): New function.
15522 (do_children_tests): Set function pointers by nothing1 and
15523 nothing2.
15524 * gdb.mi/mi-var-display.exp: Update test to match output.
15525 Step to the line specified by $line_dct_nothing.
15526 Increase the number of lines to step.
15527
15528 2014-10-14 Yao Qi <yao@codesourcery.com>
15529
15530 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15531 tests.
15532 * gdb.mi/mi2-var-child.exp: Likewise.
15533
15534 2014-10-13 Doug Evans <dje@google.com>
15535
15536 * gdb.python/py-objfile.exp: Change name of file name test.
15537
15538 2014-10-13 Doug Evans <dje@google.com>
15539
15540 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15541 from the start of the CU.
15542
15543 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15544 Yao Qi <yao@codesourcery.com>
15545
15546 Fix "save breakpoints" for "catch" command.
15547 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15548 Remove -nonewline. Match also the added "main" line.
15549
15550 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15551
15552 Fix "save breakpoints" for "disable $bpnum" command.
15553 * gdb.base/save-bp.c (main): Add label.
15554 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15555
15556 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15557
15558 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15559
15560 2014-10-11 Yao Qi <yao@codesourcery.com>
15561
15562 * gdb.server/server-kill.exp: Execute command
15563 "set remote trace-status-packet on" before "tstatus".
15564
15565 2014-10-11 Yao Qi <yao@codesourcery.com>
15566
15567 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15568 (main): Call getppid.
15569 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15570 and continue to it. Read variable "server_pid".
15571
15572 2014-10-11 Yao Qi <yao@codesourcery.com>
15573
15574 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15575
15576 2014-10-11 Yao Qi <yao@codesourcery.com>
15577
15578 * gdb.threads/thread-find.exp: Don't execute command
15579 "info threads".
15580 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15581 * gdb.threads/linux-dp.exp: Don't check the condition
15582 $threads_created equals to zero.
15583
15584 2014-10-10 Pedro Alves <palves@redhat.com>
15585
15586 * gdb.base/bigcore.exp: Remove references to IRIX.
15587 * gdb.base/funcargs.exp: Likewise.
15588 * gdb.base/interrupt.exp: Likewise.
15589 * gdb.base/mips_pro.exp: Likewise.
15590 * gdb.base/nodebug.exp: Likewise.
15591 * gdb.base/setvar.exp: Likewise.
15592 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15593
15594 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15595 Pedro Alves <palves@redhat.com>
15596
15597 PR symtab/14466
15598 * gdb.base/vdso-warning.c: New file.
15599 * gdb.base/vdso-warning.exp: New file.
15600
15601 2014-10-02 Doug Evans <dje@google.com>
15602
15603 * gdb.base/structs.c (main): Don't run forever.
15604
15605 2014-10-02 Pedro Alves <palves@redhat.com>
15606
15607 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15608 (top level) <stop threads 1, stop threads 2>: Use it.
15609
15610 2014-10-02 Pedro Alves <palves@redhat.com>
15611
15612 * gdb.threads/break-while-running.exp (test): Add new
15613 'update_thread_list' argument. Skip "info threads" if false.
15614 (top level): Add new 'update_thread_list' axis.
15615
15616 2014-10-02 Pedro Alves <palves@redhat.com>
15617
15618 PR breakpoints/17431
15619 * gdb.base/execl-update-breakpoints.c: New file.
15620 * gdb.base/execl-update-breakpoints.exp: New file.
15621
15622 2014-10-01 Pedro Alves <palves@redhat.com>
15623
15624 * gdb.base/breakpoint-in-ro-region.c: New file.
15625 * gdb.base/breakpoint-in-ro-region.exp: New file.
15626
15627 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15628
15629 * gdb.mi/mi-exit-code.exp: New file.
15630 * gdb.mi/mi-exit-code.c: New file.
15631
15632 2014-09-30 Yao Qi <yao@codesourcery.com>
15633
15634 * lib/prelink-support.exp (build_executable_own_libs): Error if
15635 the target isn't native.
15636
15637 2014-09-30 Yao Qi <yao@codesourcery.com>
15638
15639 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15640 false.
15641
15642 2014-09-22 Pedro Alves <palves@redhat.com>
15643
15644 * gdb.threads/break-while-running.exp: New file.
15645 * gdb.threads/break-while-running.c: New file.
15646
15647 2014-09-19 Yao Qi <yao@codesourcery.com>
15648
15649 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15650 Invoke test. Restart GDB with --readnow and invoke test again.
15651
15652 2014-09-19 Yao Qi <yao@codesourcery.com>
15653
15654 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15655 proc set_breakpoint_on_gcd_function. Invoke
15656 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15657 invoke set_breakpoint_on_gcd_function again.
15658
15659 2014-09-18 Doug Evans <dje@google.com>
15660
15661 * gdb.dwarf2/symtab-producer.exp: New file.
15662
15663 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15664
15665 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15666 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15667 * gdb.base/global-var-nested-by-dso.c: Likewise.
15668 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15669
15670 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15671 Pedro Alves <palves@redhat.com>
15672
15673 * gdb.base/watch-bitfields.exp: Pass string other than test file
15674 name to prepare_for_testing.
15675 (watch): New procedure.
15676 (expect_watchpoint): Use with_test_prefix.
15677 (top level): Factor out tests to ...
15678 (test_watch_location, test_regular_watch): ... these new
15679 procedures, and use with_test_prefix and gdb_continue_to_end.
15680
15681 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15682
15683 PR breakpoints/12526
15684 * gdb.base/watch-bitfields.exp: New file.
15685 * gdb.base/watch-bitfields.c: New file.
15686
15687 2014-09-16 Pedro Alves <palves@redhat.com>
15688
15689 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15690 software and hardware addresses, not software address against
15691 itself.
15692
15693 2014-09-16 Pedro Alves <palves@redhat.com>
15694
15695 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15696 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15697
15698 2014-09-16 Pedro Alves <palves@redhat.com>
15699
15700 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15701 files.
15702 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15703 "*-*-vxworks*" throughout.
15704 * gdb.base/break.exp: Likewise.
15705 * gdb.base/default.exp: Likewise.
15706 * gdb.base/scope.exp: Likewise.
15707 * gdb.base/sepdebug.exp: Likewise.
15708 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15709 throughout.
15710 * gdb.base/run.c: Likewise.
15711 * gdb.base/sepdebug.c: Likewise.
15712 * gdb.hp/gdb.aCC/run.c: Likewise.
15713 * gdb.reverse/until-reverse.c: Likewise.
15714 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15715
15716 2014-09-16 Yao Qi <yao@codesourcery.com>
15717
15718 * boards/local-remote-host-native.exp: New file.
15719
15720 2014-09-14 Doug Evans <xdje42@gmail.com>
15721
15722 * gdb.threads/queue-signal.c (thread_count): New variable.
15723 (thread_count_mutex, thread_count_condvar): New variables.
15724 (incr_thread_count, wait_all_threads_running): New functions.
15725 (main): Wait for all threads to be in their thread functions.
15726
15727 2014-09-13 Doug Evans <xdje42@gmail.com>
15728
15729 * gdb.threads/queue-signal.c: New file.
15730 * gdb.threads/queue-signal.exp: New file.
15731
15732 2014-09-13 Doug Evans <xdje42@gmail.com>
15733
15734 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15735 be consistent with what default_gdb_init uses.
15736 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15737 the plain text of the prompt. Add some logging printfs.
15738 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15739
15740 2014-09-12 Pedro Alves <palves@redhat.com>
15741
15742 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15743 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15744 * gdb.arch/i386-size-overlap.exp: Likewise.
15745 * gdb.arch/i386-size.exp: Likewise.
15746 * gdb.arch/i386-unwind.exp: Likewise.
15747 * gdb.base/a2-run.exp: Likewise.
15748 * gdb.base/break.exp: Likewise.
15749 * gdb.base/charset.exp: Likewise.
15750 * gdb.base/chng-syms.exp: Likewise.
15751 * gdb.base/commands.exp: Likewise.
15752 * gdb.base/dbx.exp: Likewise.
15753 * gdb.base/find.exp: Likewise.
15754 * gdb.base/funcargs.exp: Likewise.
15755 * gdb.base/jit-simple.exp: Likewise.
15756 * gdb.base/reread.exp: Likewise.
15757 * gdb.base/sepdebug.exp: Likewise.
15758 * gdb.base/step-bt.exp: Likewise.
15759 * gdb.cp/mb-inline.exp: Likewise.
15760 * gdb.cp/mb-templates.exp: Likewise.
15761 * gdb.objc/basicclass.exp: Likewise.
15762 * gdb.threads/killed.exp: Likewise.
15763
15764 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15765
15766 PR tdep/17379
15767 * gdb.arch/powerpc-stackless.S: New file.
15768 * gdb.arch/powerpc-stackless.exp: New file.
15769
15770 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15771
15772 * gdb.base/attach.c: Include unistd.h.
15773 (main): Call alarm. Add label postloop.
15774 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15775 gdb_breakpoint, gdb_continue_to_breakpoint.
15776 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15777
15778 2014-09-11 Pedro Alves <palves@redhat.com>
15779
15780 PR gdb/17347
15781 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15782 * gdb.base/attach.exp (test_command_line_attach_run): New
15783 procedure.
15784 (top level): Call it.
15785
15786 2014-09-11 Pedro Alves <palves@redhat.com>
15787
15788 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15789 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15790 (do_command_attach_tests): Use spawn_wait_for_attach.
15791 * gdb.base/solib-overlap.exp: Likewise.
15792 * gdb.multi/multi-attach.exp: Likewise.
15793 * gdb.python/py-prompt.exp: Likewise.
15794 * gdb.python/py-sync-interp.exp: Likewise.
15795 * gdb.server/ext-attach.exp: Likewise.
15796
15797 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15798
15799 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15800 command in testcase. Simplify testcase.
15801
15802 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15803
15804 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15805
15806 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15807
15808 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15809
15810 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15811
15812 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15813
15814 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15815
15816 * gdb.dwarf2/dynarr-ptr.c: New file.
15817 * gdb.dwarf2/dynarr-ptr.exp: New file.
15818
15819 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15820
15821 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15822 of 30 rather than hardcoding 120 for a slow test case. Take the
15823 `gdb,timeout' target setting into account for this calculation.
15824 Don't extend the timeout for the test cases that don't need it.
15825
15826 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15827
15828 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15829 a factor of 2 for a slow test case. Take the `gdb,timeout'
15830 target setting into account for this calculation.
15831 * gdb.reverse/until-precsave.exp: Increase the timeout by
15832 a factor of 15 and 3 respectively rather than adding 120
15833 for a pair of slow test cases. Take the `gdb,timeout'
15834 target setting into account for this calculation.
15835
15836 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15837
15838 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15839 timeout, don't pass one down to gdb_expect.
15840 (gdb_expect): Rework timeout selection.
15841
15842 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15843
15844 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15845 exception on timeout.
15846 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15847 (gdbserver_start_extended): Catch any `gdbserver_start' error
15848 exceptions.
15849 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15850 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15851 `gdbserver_gdb_load' error exceptions.
15852
15853 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15854
15855 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15856 120 on waiting for the TCP socket to open.
15857
15858 2014-09-09 Doug Evans <xdje42@gmail.com>
15859
15860 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15861 _caller_matches, _any_caller_is, _any_caller_matches.
15862
15863 2014-09-09 Doug Evans <xdje42@gmail.com>
15864
15865 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15866
15867 2014-09-09 Yao Qi <yao@codesourcery.com>
15868
15869 * gdb.mi/mi-var-display.exp: Set print symbol off.
15870
15871 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15872
15873 PR gdb/17035
15874 * gdb.base/commands.exp: Add tests to verify user-defined
15875 commands with empty bodies.
15876 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15877 python commands in `show user command`.
15878 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15879 scheme commands in `show user command`.
15880
15881 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15882
15883 PR python/17355
15884 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15885 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15886 * gdb.python/py-framefilter-invalidarg.exp: New file.
15887 * gdb.python/py-framefilter-invalidarg.py: New file.
15888
15889 2014-09-06 Doug Evans <xdje42@gmail.com>
15890
15891 PR 15276
15892 * gdb.python/py-caller-is.c: New file.
15893 * gdb.python/py-caller-is.exp: New file.
15894
15895 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15896
15897 PR gdb/17235
15898 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15899 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15900
15901 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15902
15903 PR fortran/17237
15904 * gdb.fortran/print-formatted.exp: New file.
15905 * gdb.fortran/print-formatted.f90: Likewise.
15906
15907 2014-09-03 Sasha Smundak <asmundak@google.com>
15908
15909 * gdb.python/py-frame.exp: Test Frame.read_register.
15910
15911 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15912
15913 PR python/16699
15914 * gdb.python/py-completion.exp: New file.
15915 * gdb.python/py-completion.py: Likewise.
15916
15917 2014-08-28 Doug Evans <dje@google.com>
15918
15919 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15920 eax,etc. are live with values set by gdb and thus the compiler can't
15921 use them.
15922 * gdb.arch/i386-pseudo.c (main): Ditto.
15923
15924 2014-08-27 Doug Evans <dje@google.com>
15925
15926 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15927
15928 2014-08-25 Doug Evans <dje@google.com>
15929
15930 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15931 (main): Ditto.
15932
15933 2014-08-25 Doug Evans <dje@google.com>
15934
15935 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15936
15937 2014-08-24 Yao Qi <yao@codesourcery.com>
15938
15939 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15940 symbol off.
15941 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15942
15943 2014-08-22 Doug Evans <dje@google.com>
15944
15945 PR 17276
15946 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15947 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15948 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15949
15950 2014-08-22 Yao Qi <yao@codesourcery.com>
15951
15952 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15953 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15954 * gdb.python/python.exp: Likewise. Use .py file on the host
15955 instead of the build.
15956
15957 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15958
15959 * gdb.threads/gcore-stale-thread.c: New file.
15960 * gdb.threads/gcore-stale-thread.exp: New file.
15961
15962 2014-08-21 Pedro Alves <palves@redhat.com>
15963
15964 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15965 * gdb.base/gcore-relro-pie.exp: Likewise.
15966 * gdb.base/gcore-relro.exp: Likewise.
15967 * gdb.base/gcore.exp: Likewise.
15968 * gdb.base/print-symbol-loading.exp: Likewise.
15969 * gdb.threads/gcore-thread.exp: Likewise.
15970 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15971
15972 2014-08-20 Pedro Alves <palves@redhat.com>
15973 Jan Kratochvil <jan.kratochvil@redhat.com>
15974
15975 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15976 configure.
15977 (EXPECT): Handle READ1 being set.
15978 (all): Depend on EXTRA_RULES.
15979 (check-read1, expect-read1, read1.so, read1): New rules.
15980 * README (Testsuite Parameters): Document the READ1 make variable.
15981 (Race detection): New section.
15982 * configure: Regenerate.
15983 * configure.ac: If build==host==target, and running under a
15984 GNU/glibc system, add read1 to the extra Makefile rules.
15985 (EXTRA_RULES): AC_SUBST it.
15986 * lib/read1.c: New file.
15987
15988 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15989
15990 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15991 the handling of variables declared as a typedef to an array
15992 which a DW_AT_data_location attribute.
15993
15994 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15995 Pedro Alves <palves@redhat.com>
15996
15997 PR symtab/14604
15998 PR symtab/14605
15999 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16000 gdb_test.
16001
16002 2014-08-19 Pedro Alves <palves@redhat.com>
16003
16004 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16005
16006 2014-08-19 Yao Qi <yao@codesourcery.com>
16007
16008 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16009 right line.
16010
16011 2014-08-18 David Blaikie <dblaikie@gmail.com>
16012
16013 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16014
16015 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16016
16017 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16018 attribute in array range.
16019
16020 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16021
16022 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16023
16024 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16025
16026 PR c++/17132
16027 * gdb.cp/pr17132.cc: New file.
16028 * gdb.cp/pr17132.exp: New file.
16029
16030 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16031
16032 * gdb.python/py-xmethods.py (A_getarrayind)
16033 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16034 Use 'print' with function call syntax.
16035 (E_method_matcher.match): Fix tab vs space indentation mixup.
16036
16037 2014-08-15 Yao Qi <yao@codesourcery.com>
16038
16039 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16040 false.
16041
16042 2014-08-15 Yao Qi <yao@codesourcery.com>
16043
16044 * gdb.cp/casts.exp: Set print symbol off.
16045 * gdb.cp/class2.exp: Likewise.
16046 * gdb.cp/overload.exp: Likewise.
16047 * gdb.cp/templates.exp: Likewise.
16048
16049 2014-08-11 Doug Evans <dje@google.com>
16050
16051 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16052 (test_load_shlib): Update.
16053
16054 2014-08-09 Yao Qi <yao@codesourcery.com>
16055
16056 * gdb.base/display.exp: Invoke is_address_zero_readable.
16057 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16058 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16059 * gdb.base/hbreak-unmapped.exp: Return if
16060 is_address_zero_readable returns true.
16061 * gdb.base/signest.exp: Likewise.
16062 * gdb.base/signull.exp: Likewise.
16063 * gdb.base/sigbpt.exp: Likewise.
16064 * gdb.guile/scm-disasm.exp: Do the test if
16065 is_address_zero_readable returns false.
16066 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16067 * gdb.python/py-arch.exp: Likewise.
16068 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16069 * lib/gdb.exp (is_address_zero_readable): New proc.
16070
16071 2014-08-09 Yao Qi <yao@codesourcery.com>
16072
16073 PR testsuite/13443
16074 * gdb.mi/mi-var-display.exp: Make test messages unique.
16075
16076 2014-08-04 Tom Tromey <tromey@redhat.com>
16077
16078 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16079 target 0".
16080
16081 2014-08-04 Tom Tromey <tromey@redhat.com>
16082
16083 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16084 "target_resume".
16085
16086 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16087
16088 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16089 inner_vla_struct_object_size.
16090 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16091 as xfail.
16092
16093 2014-07-30 Pedro Alves <palves@redhat.com>
16094
16095 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16096 comment.
16097
16098 2014-07-29 Yao Qi <yao@codesourcery.com>
16099
16100 PR gdb/17206
16101 * gdb.base/until-nodebug.exp: New.
16102
16103 2014-07-28 Doug Evans <xdje42@gmail.com>
16104
16105 PR guile/17203
16106 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16107 previously existing parameter, and previously ambiguously spelled
16108 parameter.
16109
16110 2014-07-28 Will Newton <will.newton@linaro.org>
16111
16112 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16113
16114 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16115 Doug Evans <xdje42@gmail.com>
16116
16117 PR guile/17146
16118 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16119
16120 2014-07-25 Pedro Alves <palves@redhat.com>
16121
16122 * gdb.threads/signal-command-handle-nopass.c: New file.
16123 * gdb.threads/signal-command-handle-nopass.exp: New file.
16124 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16125 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16126 * gdb.threads/signal-delivered-right-thread.c: New file.
16127 * gdb.threads/signal-delivered-right-thread.exp: New file.
16128
16129 2014-07-25 Pedro Alves <palves@redhat.com>
16130
16131 * gdb.base/double-prompt-target-event-error.exp
16132 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16133 match.
16134 (cancel_pagination_in_target_event): Rework double prompt
16135 detection.
16136 * gdb.base/paginate-after-ctrl-c-running.exp
16137 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16138 <return>' match.
16139 * gdb.base/paginate-bg-execution.exp
16140 (test_bg_execution_pagination_return)
16141 (test_bg_execution_pagination_cancel): Remove '-notransfer
16142 <return>' matches.
16143 * gdb.base/paginate-execution-startup.exp
16144 (test_fg_execution_pagination_return)
16145 (test_fg_execution_pagination_cancel): Remove '-notransfer
16146 <return>' matches.
16147 * gdb.base/paginate-inferior-exit.exp
16148 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16149 match.
16150 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16151 * lib/gdb.exp (pagination_prompt): Run text through
16152 string_to_regexp.
16153 (gdb_test_multiple): Match $pagination_prompt instead of
16154 "<return>".
16155 (string_to_regexp): Move to lib/gdb-utils.exp.
16156
16157 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16158
16159 * gdb.arch/amd64-entry-value-paramref.S: New file.
16160 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16161 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16162 * gdb.arch/amd64-optimout-repeat.S: New file.
16163 * gdb.arch/amd64-optimout-repeat.c: New file.
16164 * gdb.arch/amd64-optimout-repeat.exp: New file.
16165
16166 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16167
16168 PR gdb/17170
16169 * gdb.base/statistics.exp: New file.
16170
16171 2014-07-17 Doug Evans <dje@google.com>
16172
16173 PR gdb/17170
16174 * gdb.base/maint.exp: Update testing of per-command stats.
16175
16176 2014-07-16 Pedro Alves <palves@redhat.com>
16177
16178 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16179 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16180 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16181 (tfile_write_buf): New functions.
16182 (add_memory_block): Rewrite using the above.
16183 (adjust_function_address): New function.
16184 (FUNCTION_ADDRESS): New macro.
16185 (write_basic_trace_file): Remove short_x local, and use
16186 tfile_write_16. Change type of func_addr local to unsigned long
16187 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16188 here. Cast argument of add_memory_block to char pointer.
16189 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16190 (main): Remove parameters.
16191 * gdb.trace/tfile.exp: Remove nowarnings.
16192
16193 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16194
16195 * gdb.base/debug-expr.exp: Test string evaluation with
16196 "debug expression" on.
16197
16198 2014-07-15 Pedro Alves <palves@redhat.com>
16199
16200 * gdb.base/reread.exp: Use clean_restart.
16201
16202 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16203
16204 * gdb.arch/avr-flash-qualifer.c: New.
16205 * gdb.arch/avr-flash-qualifer.exp: New.
16206
16207 2014-07-14 Pedro Alves <palves@redhat.com>
16208
16209 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16210 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16211
16212 2014-07-14 Pedro Alves <palves@redhat.com>
16213
16214 * gdb.base/double-prompt-target-event-error.c: New file.
16215 * gdb.base/double-prompt-target-event-error.exp: New file.
16216
16217 2014-07-14 Pedro Alves <palves@redhat.com>
16218
16219 PR gdb/17072
16220 * gdb.base/paginate-inferior-exit.c: New file.
16221 * gdb.base/paginate-inferior-exit.exp: New file.
16222
16223 2014-07-14 Pedro Alves <palves@redhat.com>
16224
16225 PR gdb/17072
16226 * gdb.base/paginate-bg-execution.c: New file.
16227 * gdb.base/paginate-bg-execution.exp: New file.
16228
16229 2014-07-14 Pedro Alves <palves@redhat.com>
16230
16231 PR gdb/17072
16232 * gdb.base/paginate-execution-startup.c: New file.
16233 * gdb.base/paginate-execution-startup.exp: New file.
16234 * lib/gdb.exp (pagination_prompt): New global.
16235 (default_gdb_spawn): New procedure, factored out from
16236 default_gdb_spawn.
16237 (default_gdb_start): Adjust to call default_gdb_spawn.
16238 (gdb_spawn): New procedure.
16239
16240 2014-07-14 Pedro Alves <palves@redhat.com>
16241
16242 * lib/gdb.exp (gdb_assert): New procedure.
16243 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16244
16245 2014-07-14 Pedro Alves <palves@redhat.com>
16246
16247 * gdb.base/execution-termios.c: New file.
16248 * gdb.base/execution-termios.exp: New file.
16249
16250 2014-07-14 Tom Tromey <tromey@redhat.com>
16251
16252 * gdb.cp/vla-cxx.cc: New file.
16253 * gdb.cp/vla-cxx.exp: New file.
16254
16255 2014-07-14 Tom Tromey <tromey@redhat.com>
16256
16257 * gdb.reverse/rerun-prec.c: New file.
16258 * gdb.reverse/rerun-prec.exp: New file.
16259
16260 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16261 Maciej W. Rozycki <macro@codesourcery.com>
16262
16263 * lib/gdb-utils.exp: New file.
16264 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16265 inline `gdb_init_command' processing.
16266 (gdb_start_cmd): Likewise.
16267 * lib/mi-support.exp (mi_run_cmd): Likewise.
16268 * README: Document `gdb_init_command' and `gdb_init_commands'.
16269
16270 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16271
16272 Fix false FAIL running under a very long directory name.
16273 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16274 and "set print elements 10000". Twice.
16275
16276 2014-07-11 Yao Qi <yao@codesourcery.com>
16277
16278 * gdb.base/exprs.exp: "set print symbol off".
16279
16280 2014-07-11 Pedro Alves <palves@redhat.com>
16281
16282 * gdb.threads/kill.c: New file.
16283 * gdb.threads/kill.exp: New file.
16284
16285 2014-07-10 Yao Qi <yao@codesourcery.com>
16286
16287 * gdb.trace/tfile.c (write_basic_trace_file)
16288 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16289 address written to trace file.
16290
16291 2014-07-09 Pedro Alves <palves@redhat.com>
16292
16293 * gdb.base/attach-wait-input.exp: New file.
16294 * gdb.base/attach-wait-input.c: New file.
16295
16296 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16297
16298 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16299 setting up test structures.
16300 (main): Call new test function.
16301 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16302 test function, continue into test function and walk test
16303 structures.
16304
16305 2014-07-02 Yao Qi <yao@codesourcery.com>
16306
16307 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16308 'bar_start' at the beginning of functions 'foo' and 'bar'
16309 respectively.
16310 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16311 instead of 'foo' and 'bar'.
16312
16313 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16314
16315 * gdb.btrace/segv.exp: New.
16316 * gdb.btrace/segv.c: New.
16317
16318 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16319
16320 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16321 instruction.
16322
16323 2014-06-30 Mark Wielaard <mjw@redhat.com>
16324
16325 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16326 vulture, vilify, villar): New volatile array constants.
16327 (vindictive, vegetation): New const volatile array constants.
16328 * gdb.base/volatile.exp: Test volatile and const volatile array
16329 types.
16330
16331 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16332
16333 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16334 target lacks support for awatch, rwatch, or hbreak.
16335
16336 2014-06-27 Yao Qi <yao@codesourcery.com>
16337
16338 * gdb.multi/dummy-frame-restore.exp: New.
16339 * gdb.multi/dummy-frame-restore.c: New.
16340
16341 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16342
16343 * gdb.btrace/gcore.exp: New.
16344
16345 2014-06-23 Pedro Alves <palves@redhat.com>
16346
16347 * gdb.base/watchpoint-reuse-slot.c: New file.
16348 * gdb.base/watchpoint-reuse-slot.exp: New file.
16349
16350 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16351
16352 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16353 progspace's filename in 'info', 'enable' and 'disable' command
16354 tests.
16355
16356 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16357
16358 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16359 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16360 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16361
16362 2014-06-20 Gary Benson <gbenson@redhat.com>
16363
16364 * gdb.arch/i386-avx.exp: Fix include file location.
16365 * gdb.arch/i386-sse.exp: Likewise.
16366
16367 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16368
16369 * gdb.dlang/expression.exp: New file.
16370
16371 2014-06-19 Pedro Alves <palves@redhat.com>
16372
16373 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16374 out from ...
16375 (top level): ... here. Iterate running tests under different
16376 scheduler-locking settings.
16377
16378 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16379
16380 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16381 to DW_FORM_addr and use non-zero addresses.
16382
16383 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16384
16385 PR gdb/17017
16386 * gdb.python/py-xmethods.cc: Add global function call counters and
16387 increment them in their respective functions. Remove "cout"
16388 statements.
16389 * gdb.python/py-xmethods.exp: Make tests check the global function
16390 call counters instead of depending on inferior IO.
16391
16392 2014-06-18 Don Breazeal <donb@codesourcery.com>
16393
16394 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16395 Deleted procedure.
16396 (explicit_fork_parent_follow): Deleted procedure.
16397 (explicit_fork_child_follow): Deleted procedure.
16398 (test_follow_fork): New procedure.
16399 (do_fork_tests): Replace calls to deleted procedures with
16400 calls to test_follow_fork and reset GDB for subsequent
16401 procedure calls.
16402
16403 2014-06-17 Yao Qi <yao@codesourcery.com>
16404
16405 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16406 CP1252.
16407
16408 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16409
16410 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16411 Initialize ptr and S explicitly.
16412 (skip_type_update_when_not_use_rtti_test): Likewise.
16413
16414 2014-06-16 Keith Seitz <keiths@redhat.com>
16415
16416 PR mi/15863
16417 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16418 the inferior is started.
16419
16420 2014-06-16 Pedro Alves <palves@redhat.com>
16421
16422 * gdb.base/break-main-file-remove-fail.c: New file.
16423 * gdb.base/break-main-file-remove-fail.exp: New file.
16424 * gdb.base/break-unload-file.exp: Use build_executable instead of
16425 prepare_for_testing.
16426 (test_break): New parameter "initial_load". Handle it.
16427 (top level): Add initial_load cmdline/file axis.
16428
16429 2014-06-12 Tom Tromey <tromey@redhat.com>
16430
16431 * gdb.base/completion.exp: Don't use directory name in test.
16432
16433 2014-06-09 Gary Benson <gbenson@redhat.com>
16434
16435 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16436 separate the always-available ANSI-standard signals from the
16437 signals that require checking.
16438 (main): Likewise.
16439 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16440 Likewise.
16441 (main): Likewise.
16442
16443 2014-06-07 Keith Seitz <keiths@redhat.com>
16444
16445 Revert:
16446 PR c++/16253
16447 * gdb.cp/var-tag.cc: New file.
16448 * gdb.cp/var-tag.exp: New file.
16449 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16450 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16451 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16452 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16453
16454 2014-06-06 Doug Evans <xdje42@gmail.com>
16455
16456 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16457
16458 2014-06-06 Pedro Alves <palves@redhat.com>
16459
16460 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16461 in target debug output instead of looking at RSP packets,
16462 disabling the test on any target that uses hardware stepping.
16463 Update comments.
16464
16465 2014-06-06 Pedro Alves <palves@redhat.com>
16466
16467 * gdb.base/break-unload-file.exp: Fix typo.
16468
16469 2014-06-06 Yao Qi <yao@codesourcery.com>
16470
16471 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16472 from "jit_function" to "^jit_function".
16473
16474 2014-06-06 Yao Qi <yao@codesourcery.com>
16475
16476 * gdb.base/async.c (foo): Add one statement.
16477 * gdb.base/async.exp: Get the next instruction address and
16478 match the output of "nexti" by instruction address. Match
16479 the hex address in the output of "finish".
16480
16481 2014-06-06 Gary Benson <gbenson@redhat.com>
16482
16483 * gdb.base/call-signals.c: Remove preprocessor conditionals
16484 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16485 SIGSEGV and SIGTERM.
16486 * gdb.base/sigall.c: Likewise.
16487 * gdb.base/unwindonsignal.c: Likewise.
16488 * gdb.reverse/sigall-reverse.c: Likewise.
16489
16490 2014-06-06 Yao Qi <yao@codesourcery.com>
16491
16492 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16493 readable, skip the test.
16494
16495 2014-06-06 Yao Qi <yao@codesourcery.com>
16496
16497 * gdb.threads/staticthreads.c (thread_function): Move the line
16498 setting breakpoint on forward.
16499 * gdb.threads/staticthreads.exp: Update comments.
16500
16501 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16502
16503 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16504 "history-append! type error".
16505
16506 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16507
16508 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16509 erroneous dprintf expected input.
16510
16511 2014-06-04 Doug Evans <xdje42@gmail.com>
16512
16513 * gdb.guile/scm-generics.exp: Delete.
16514
16515 2014-06-04 Doug Evans <xdje42@gmail.com>
16516
16517 * gdb.guile/scm-breakpoint.exp: Update.
16518 Add tests for breakpoint registration.
16519
16520 2014-06-04 Tom Tromey <tromey@redhat.com>
16521
16522 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16523 VLA-in-union.
16524 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16525 inner_vla_struct, vla_union types. Initialize objects of those
16526 types and compute their sizes.
16527
16528 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16529 Hui Zhu <hui@codesourcery.com>
16530
16531 * gdb.base/fileio.exp: Add test for shell not available as well as
16532 available.
16533 * gdb.base/fileio.c (test_system): Check for shell twice.
16534
16535 2014-06-04 Yao Qi <yao@codesourcery.com>
16536
16537 * gdb.base/auto-connect-native-target.exp: Remove redundant
16538 space from the regexp pattern.
16539
16540 2014-06-04 Yao Qi <yao@codesourcery.com>
16541
16542 * gdb.base/default.exp: Replace "child" with "native" in
16543 regexp pattern.
16544
16545 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16546
16547 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16548 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16549 * gdb.python/py-xmethods.py: Python script supporting the
16550 new testcase and tests.
16551
16552 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16553 Pedro Alves <palves@redhat.com>
16554
16555 PR breakpoints/17000
16556 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16557 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16558
16559 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16560
16561 * gdb.base/subst.exp: Add tests to verify partial path matching
16562 output.
16563
16564 2014-06-03 Pedro Alves <palves@redhat.com>
16565
16566 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16567 target that doesn't use software single-stepping.
16568
16569 2014-06-03 Pedro Alves <palves@redhat.com>
16570
16571 PR breakpoints/17000
16572 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16573 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16574
16575 2014-06-02 Doug Evans <xdje42@gmail.com>
16576
16577 * gdb.guile/scm-parameter.exp: New file.
16578
16579 2014-06-02 Doug Evans <xdje42@gmail.com>
16580
16581 * gdb.guile/scm-cmd.c: New file.
16582 * gdb.guile/scm-cmd.exp: New file.
16583
16584 2014-06-02 Doug Evans <xdje42@gmail.com>
16585
16586 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16587 pretty-printer lookup.
16588 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16589 (make-pp_s-printer): Call it.
16590 (make-pretty-printer-from-dict): New function.
16591 (lookup-pretty-printer-maker-from-dict): New function.
16592 (*pretty-printer*): Simplify.
16593 (make-objfile-pp_s-printer): New function.
16594 (install-objfile-pretty-printers!): New function.
16595 (make-progspace-pp_s-printer): New function.
16596 (install-progspace-pretty-printers!): New function.
16597 * gdb.guile/scm-progspace.c: New file.
16598 * gdb.guile/scm-progspace.exp: New file.
16599
16600 2014-06-02 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.base/dprintf-bp-same-addr.c: New file.
16603 * gdb.base/dprintf-bp-same-addr.exp: New file.
16604
16605 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16606
16607 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16608 * gdb.arch/powerpc-power.s: Likewise.
16609
16610 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16611
16612 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16613
16614 2014-06-01 Yao Qi <yao@codesourcery.com>
16615
16616 * gdb.base/watchpoint.exp (test_watch_location): Check null
16617 pointer can be dereferenced. If not, do the test, otherwise
16618 skip it.
16619
16620 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16621
16622 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16623 results.
16624 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16625
16626 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16627
16628 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16629 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16630 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16631 * gdb.arch/amd64-invalid-stack-top.c: New file.
16632 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16633
16634 2014-05-30 Pedro Alves <palves@redhat.com>
16635
16636 PR breakpoints/17000
16637 * gdb.base/sss-bp-on-user-bp.c: New file.
16638 * gdb.base/sss-bp-on-user-bp.exp: New file.
16639
16640 2014-05-30 David Blaikie <dblaikie@gmail.com>
16641
16642 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16643 gnu_inline semantics via attribute.
16644 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16645 source explicitly specifies the required semantics.
16646
16647 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16648
16649 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16650
16651 2014-05-29 Pedro Alves <palves@redhat.com>
16652 Tom Tromey <tromey@redhat.com>
16653
16654 * gdb.base/async-shell.exp: Don't enable target-async.
16655 * gdb.base/async.exp
16656 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16657 parameter. Adjust.
16658 (top level): Don't test with "target-async".
16659 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16660 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16661 * gdb.base/inferior-died.exp: Don't enable target-async.
16662 * gdb.base/interrupt-noterm.exp: Likewise.
16663 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16664 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16665 * gdb.mi/mi-nonstop.exp: Likewise.
16666 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16667 * gdb.mi/mi-nsintrall.exp: Likewise.
16668 * gdb.mi/mi-nsmoribund.exp: Likewise.
16669 * gdb.mi/mi-nsthrexec.exp: Likewise.
16670 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16671 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16672 * gdb.python/py-evsignal.exp: Don't enable target-async.
16673 * gdb.python/py-evthreads.exp: Likewise.
16674 * gdb.python/py-prompt.exp: Likewise.
16675 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16676 * gdb.server/solib-list.exp: Don't enable target-async.
16677 * gdb.threads/thread-specific-bp.exp: Likewise.
16678 * lib/mi-support.exp: Adjust to use mi-async.
16679
16680 2014-05-29 Pedro Alves <palves@redhat.com>
16681
16682 PR gdb/13860
16683 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16684 reason, even in sync mode.
16685
16686 2014-05-29 Pedro Alves <palves@redhat.com>
16687 Hui Zhu <hui@codesourcery.com>
16688
16689 PR PR15693
16690 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16691 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16692 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16693 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16694
16695 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16696
16697 * config/monitor.exp (gdb_target_monitor): Replace use of
16698 "set remotebaud" by "set serial baud".
16699
16700 2014-05-26 Andy Wingo <wingo@igalia.com>
16701
16702 * gdb.guile/scm-breakpoint.exp:
16703 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16704 properties instead of gdb-object-properties.
16705
16706 2014-05-26 Yao Qi <yao@codesourcery.com>
16707
16708 * gdb.server/no-thread-db.exp: Specify source file name
16709 explicitly when setting a breakpoint.
16710
16711 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16712
16713 * gdb.btrace/vdso.c: New.
16714 * gdb.btrace/vdso.exp: New.
16715
16716 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16717
16718 * gdb.base/gcore.exp (capture_command_output): Move ...
16719 * lib/gdb.exp (capture_command_output): ... here.
16720
16721 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16722
16723 * gdb.btrace/data.exp: Test memory access during btrace replay.
16724
16725 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16726
16727 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16728
16729 2014-05-21 Pedro Alves <palves@redhat.com>
16730
16731 PR gdb/13860
16732 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16733 (top level): Test that output related to execution commands is
16734 sent to the console with CLI commands, but not with MI commands.
16735 Test that breakpoint events are always mirrored to the console.
16736 Also expect the new source line to be output after a "next" in
16737 async mode too. Make it a pass/fail test.
16738 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16739 output.
16740 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16741
16742 2014-05-21 Pedro Alves <palves@redhat.com>
16743
16744 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16745 Use them to test variations of "list" after reaching a breakpoint.
16746 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16747 Test "list" with listsize 10 after reaching a breakpoint.
16748 * gdb.python/python.exp (decode_line current location line
16749 number): Adjust expected line number.
16750
16751 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16752
16753 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16754 behavior for $args, pass it directly to "run".
16755
16756 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16757
16758 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16759 30000 to 65536.
16760
16761 2014-05-21 Pedro Alves <palves@redhat.com>
16762
16763 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16764 auto-connect-native-target off".
16765 * gdb.base/auto-connect-native-target.c: New file.
16766 * gdb.base/auto-connect-native-target.exp: New file.
16767
16768 2014-05-21 Pedro Alves <palves@redhat.com>
16769
16770 * gdb.base/default.exp: Test "target native" instead of "target
16771 child".
16772
16773 2014-05-21 Mark Wielaard <mjw@redhat.com>
16774
16775 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16776
16777 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16778
16779 Fix TLS access for -static -pthread.
16780 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16781 <HAVE_TLS> (thread_function, main): Initialize it.
16782 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16783 Add clean_restart.
16784 <$have_tls != "">: Check TLSVAR.
16785
16786 2014-05-21 Pedro Alves <palves@redhat.com>
16787
16788 * gdb.base/dcache-line-read-error.c: New.
16789 * gdb.base/dcache-line-read-error.exp: New.
16790
16791 2014-05-20 Pedro Alves <palves@redhat.com>
16792
16793 * gdb.base/compare-sections.c: New file.
16794 * gdb.base/compare-sections.exp: New file.
16795
16796 2014-05-20 Pedro Alves <palves@redhat.com>
16797
16798 * gdb.base/break-idempotent.c: New file.
16799 * gdb.base/break-idempotent.exp: New file.
16800
16801 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16802
16803 * gdb.btrace/nohist.exp: New.
16804
16805 2014-05-20 Yao Qi <yao@codesourcery.com>
16806
16807 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16808 gdb.reverse directory and gdb_reverse_timeout exists in board
16809 setting.
16810 * README: Document gdb_reverse_timeout.
16811
16812 2014-05-20 Yao Qi <yao@codesourcery.com>
16813
16814 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16815 'test_file_name'. Treat args as a string instead of a list.
16816 (gdb_init): Rename argument 'args' by 'test_file_name'.
16817
16818 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16819
16820 * gdb.arch/powerpc-power.exp: New file.
16821 * gdb.arch/powerpc-power.s: New file.
16822
16823 2014-05-16 Doug Evans <dje@google.com>
16824
16825 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16826 * gdb.base/completion.exp: Check that all expected files exist
16827 before doing file completion.
16828
16829 2014-05-16 Doug Evans <dje@google.com>
16830
16831 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16832 Update.
16833 (do_syscall_tests_without_xml): Update.
16834
16835 2014-05-16 Pedro Alves <palves@redhat.com>
16836
16837 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16838 instead of "unknown output after running".
16839
16840 2014-05-16 Yao Qi <yao@codesourcery.com>
16841
16842 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16843 file1.txt from host at the end.
16844 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16845
16846 2014-05-15 Doug Evans <dje@google.com>
16847
16848 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16849 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16850 loading file. Add test for TU lookup.
16851
16852 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16853
16854 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16855 calling "-exec-arguments" or "set args" before running the
16856 inferior.
16857
16858 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16859
16860 * lib/mi-support.exp (mi_expect_stop): Expect message for
16861 inferiors that exit with non-zero exit code.
16862
16863 2014-05-14 Yao Qi <yao@codesourcery.com>
16864
16865 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16866 match absolute path on remote host.
16867 (test_file_list_exec_source_files): Remove "/" from the
16868 pattern.
16869
16870 2014-05-14 Yao Qi <yao@codesourcery.com>
16871
16872 * boards/local-remote-host-notty.exp (${board}_file): New
16873 proc.
16874
16875 2014-05-07 Kyle McMartin <kyle@redhat.com>
16876
16877 Pushed by Joel Brobecker <brobecker@adacore.com>.
16878 * gdb.arch/aarch64-atomic-inst.c: New file.
16879 * gdb.arch/aarch64-atomic-inst.exp: New file.
16880
16881 2014-05-07 Yao Qi <yao@codesourcery.com>
16882
16883 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16884 in current context" too.
16885
16886 2014-05-05 Keith Seitz <keiths@redhat.com>
16887
16888 * gdb.linespec/ls-dollar.exp: Add test for linespec
16889 file:convenience_variable.
16890
16891 2014-05-05 Yao Qi <yao@codesourcery.com>
16892
16893 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16894 traceframes into tfile and ctf trace files. Read data from
16895 trace file and test collected data.
16896 (gdb_collect_locals_test): Likewise.
16897 (gdb_unavailable_registers_test): Likewise.
16898 (gdb_unavailable_floats): Likewise.
16899 (gdb_collect_globals_test): Likewise.
16900 (top-level): Append "ctf" to trace_file_targets if GDB
16901 supports.
16902
16903 2014-05-05 Yao Qi <yao@codesourcery.com>
16904
16905 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16906 code to ...
16907 (gdb_collect_args_test_1): ... it. New proc.
16908 (gdb_collect_locals_test): Move some code to ...
16909 (gdb_collect_locals_test_1): ... it. New proc.
16910 (gdb_unavailable_registers_test): Move some code to ...
16911 (gdb_unavailable_registers_test_1): ... it. New proc.
16912 (gdb_unavailable_floats): Move some code to ...
16913 (gdb_unavailable_floats_1): ... it. New proc.
16914
16915 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16916
16917 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16918 probes to test for bitness recognition.
16919 * gdb.arch/amd64-stap-optional-prefix.exp
16920 (test_probe_value_without_reg): New procedure.
16921 Add code to test for different kinds of bitness.
16922
16923 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16924
16925 PR breakpoints/16889
16926 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16927 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16928
16929 2014-05-01 Pedro Alves <palves@redhat.com>
16930
16931 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16932 gdb_file_cmd if no file is specified.
16933 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16934 last_loaded_file to set the remote exec-file.
16935
16936 2014-05-01 Pedro Alves <palves@redhat.com>
16937
16938 * boards/local-remote-host.exp: New file.
16939
16940 2014-05-01 Pedro Alves <palves@redhat.com>
16941
16942 * boards/local-remote-host.exp: Rename to ...
16943 * boards/local-remote-host-notty.exp: ... this.
16944
16945 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16946
16947 * gdb.ada/dyn_arrayidx: New testcase.
16948
16949 2014-04-26 Yao Qi <yao@codesourcery.com>
16950
16951 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16952 and compute the length of function main. Save it in
16953 $main_length.
16954 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16955 (top-level): Use gdb_compile to compile objects into
16956 executable and restart GDB. Remove invocation to
16957 prepare_for_testing.
16958
16959 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16960 Pedro Alves <palves@redhat.com>
16961
16962 PR server/16255
16963 * gdb.multi/multi-attach.c: New file.
16964 * gdb.multi/multi-attach.exp: New file.
16965
16966 2014-04-25 Pedro Alves <palves@redhat.com>
16967
16968 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16969 user.
16970 (top level): Test that "set remote conditional-breakpoints-packet
16971 off" works as intended.
16972 * gdb.base/dprintf.exp: Test that "set remote
16973 breakpoint-commands-packet off" works as intended.
16974 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16975 New function.
16976 (top level): Call it.
16977 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16978 remote fast-tracepoints-packet off" works as intended.
16979 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16980 * lib/gdb.exp (gdb_is_target_remote): ... here.
16981
16982 2014-04-24 David Blaikie <dblaikie@gmail.com>
16983
16984 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16985 ensure clang would not discard them.
16986 * gdb.base/gdbvars.c: Ditto.
16987 * gdb.base/memattr.c: Ditto.
16988 * gdb.base/whatis.c: Ditto.
16989 * gdb.python/py-prettyprint.c: Ditto.
16990 * gdb.trace/actions.c: Ditto.
16991 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16992 ensure clang would not discard it.
16993
16994 2014-04-24 David Blaikie <dblaikie@gmail.com>
16995
16996 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16997 clang to emit the full definition of type required by the test
16998 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16999
17000 2014-04-24 David Blaikie <dblaikie@gmail.com>
17001
17002 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17003 coax Clang into emitting the definition of the type.
17004 * gdb.cp/pr10728-x.h (y): Ditto.
17005 * gdb.cp/pr10728-y.cc (y): Ditto.
17006
17007 2014-04-24 David Blaikie <dblaikie@gmail.com>
17008
17009 * gdb.base/label.exp: XFAIL label related tests under Clang.
17010 * gdb.cp/cplabel.exp: Ditto.
17011 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17012 under Clang those using labels.
17013
17014 2014-04-25 Yao Qi <yao@codesourcery.com>
17015
17016 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17017 double_label.
17018 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17019 partial_label and double_label.
17020
17021 2014-04-24 David Blaikie <dblaikie@gmail.com>
17022
17023 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17024
17025 2014-04-24 David Blaikie <dblaikie@gmail.com>
17026
17027 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17028 of the function to work across GCC and Clang.
17029 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17030 pointer types (const void ** const V void **).
17031
17032 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17033 Walfred Tedeschi <walfred.tedeschi@intel.com>
17034
17035 * Makefile.in (EXECUTABLES): Added i386-avx512.
17036 * gdb.arch/i386-avx512.c: New file.
17037 * gdb.arch/i386-avx512.exp: Likewise.
17038
17039 2014-04-23 Keith Seitz <keiths@redhat.com>
17040
17041 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17042 (mi_make_breakpoint_table): New procedure.
17043 (mi_create_breakpoint): Use mi_make_breakpoint
17044 and return the result.
17045 (mi_make_breakpoint): New procedure.
17046 (mi_build_kv_pairs): New procedure.
17047
17048 * gdb.mi/mi-break.exp: Remove unused globals,
17049 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17050 All callers updated.
17051 * gdb.mi/mi-dprintf.exp: Use variable to track command
17052 number.
17053 Update all callers of mi_create_breakpoint and use
17054 mi_make_breakpoint_table.
17055 Remove any unused global variables.
17056 * gdb.mi/mi-nonstop.exp: Likewise.
17057 * gdb.mi/mi-nsintrall.exp: Likewise.
17058 * gdb.mi/mi-nsmoribund.exp: Likewise.
17059 * gdb.mi/mi-nsthrexec.exp: Likewise.
17060 * gdb.mi/mi-reverse.exp: Likewise.
17061 * gdb.mi/mi-simplerun.exp: Likewise.
17062 * gdb.mi/mi-stepn.exp: Likewise.
17063 * gdb.mi/mi-syn-frame.exp: Likewise.
17064 * gdb.mi/mi-until.exp: Likewise.
17065 * gdb.mi/mi-var-cp.exp: Likewise.
17066 * gdb.mi/mi-var-display.exp: Likewise.
17067 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17068 * gdb.mi/mi2-var-child.exp: Likewise.
17069 * gdb.mi/mi-vla-c99.exp: Likewise.
17070 * lib/mi-support.exp: Likewise.
17071
17072 From Ian Lance Taylor <iant@cygnus.com>:
17073 * lib/gdb.exp (parse_args): New procedure.
17074
17075 2014-04-23 Pedro Alves <palves@redhat.com>
17076
17077 * gdb.base/break-unload-file.c: New file.
17078 * gdb.base/break-unload-file.exp: New file.
17079 * gdb.base/sym-file-lib.c (baz): New function.
17080 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17081 field.
17082 (load): Store the segment's mapped size.
17083 (unload): New function.
17084 (unload_shlib): New function.
17085 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17086 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17087 set a breakpoint at baz, and call it.
17088 * gdb.base/sym-file.exp: New tests for stale breakpoint
17089 instructions.
17090
17091 2014-04-23 Pedro Alves <palves@redhat.com>
17092
17093 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17094 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17095 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17096 * gdb.base/hbreak-unmapped.c: New file.
17097 * gdb.base/hbreak-unmapped.exp: New file.
17098 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17099 * lib/gdb.exp (gdb_is_target_remote): ... here.
17100
17101 2014-04-22 Pedro Alves <palves@redhat.com>
17102
17103 * gdb.base/consecutive-step-over.c: New file.
17104 * gdb.base/consecutive-step-over.exp: New file.
17105
17106 2014-04-22 Pedro Alves <palves@redhat.com>
17107
17108 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17109 instead of send_gdb/gdb_expect.
17110
17111 2014-04-22 Yao Qi <yao@codesourcery.com>
17112
17113 * lib/trace-support.exp (generate_tracefile): New procedure.
17114 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17115 return 0.
17116 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17117 if generate_tracefile returns 1.
17118
17119 2014-04-18 Tom Tromey <palves@redhat.com>
17120 Pedro alves <tromey@redhat.com>
17121
17122 PR backtrace/15558
17123 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17124 with a backtrace limit.
17125 * gdb.python/py-frame-inline.exp: Test running to an inline
17126 function with a backtrace limit, and printing the newest frame.
17127 * gdb.python/py-frame-inline.c (main): Call f.
17128
17129 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17130
17131 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17132
17133 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17134
17135 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17136 Drop prefix from unsupported source file path.
17137
17138 2014-04-17 Yao Qi <yao@codesourcery.com>
17139
17140 * lib/gdb.exp (with_target_charset): New proc.
17141 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17142 with_target_charset.
17143 (test_print_strings): Likewise.
17144 (test_repeat_bytes): Likewise.
17145 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17146 for some tests.
17147
17148 2014-04-16 Keith Seitz <keiths@redhat.com>
17149
17150 PR gdb/15827
17151 * gdb.dwarf2/corrupt.c: New file.
17152 * gdb.dwarf2/corrupt.exp: New file.
17153
17154 2014-04-16 Keith Seitz <keiths@redhat.com>
17155
17156 PR c++/16597
17157 * gdb.cp/namelessclass.cc: New file.
17158 * gdb.cp/namelessclass.exp: New file.
17159 * gdb.cp/namelessclass.S: New file.
17160
17161 2014-04-16 Doug Evans <dje@google.com>
17162
17163 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17164 Add comment.
17165 (gdbserver_default_get_comm_port): New function.
17166 (gdbserver_start): Check if board file provided
17167 "gdbserver,get_comm_port" and use it if so.
17168 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17169 (gdb,socketport): Set to "stdio".
17170 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17171 (stdio_gdbserver_template): Delete.
17172 (${board}_get_remote_address): Update.
17173 (${board}_build_remote_cmd): Delete.
17174 (${board}_get_comm_port): New function.
17175 (${board}_spawn): Update.
17176 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17177 Delete.
17178 (${board}_get_remote_address): Update.
17179 (${board}_get_comm_port): New function.
17180
17181 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17182
17183 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17184 appearing in any order.
17185
17186 2014-04-15 Doug Evans <dje@google.com>
17187
17188 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17189 uninitialized value of "description".
17190
17191 2014-04-15 Keith Seitz <keiths@redhat.com>
17192
17193 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17194 Remove unused globals.
17195 (test_running_the_program): Likewise.
17196 (test_controlled_execution): Likewise.
17197 (test_controlling_breakpoints): Likewise.
17198 (test_program_termination): Likewise.
17199
17200 2014-04-15 Keith Seitz <keiths@redhat.com>
17201
17202 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17203 unused globals.
17204 (test_rbreak_creation_and_listing): Likewise.
17205 (test_ignore_count): Likewise.
17206 (test_error): Likewise.
17207
17208 2014-04-15 Pedro Alves <palves@redhat.com>
17209
17210 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17211 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17212 sym-file-loader.c.
17213 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17214 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17215 to sym-file-loader.c.
17216 (struct library): Forward declare.
17217 (load_shlib, lookup_function): Change prototypes.
17218 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17219 (translate_offset): Remove declarations.
17220 (get_text_addr): New declaration.
17221 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17222 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17223 sym-file-loader.h.
17224 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17225 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17226 here from sym-file-loader.h.
17227 (struct library): New structure.
17228 (load_shlib, lookup_function): Change prototypes and adjust to
17229 work with a struct library.
17230 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17231 (translate_offset): Make static.
17232 (get_text_addr): New function.
17233 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17234
17235 2014-04-15 Pedro Alves <palves@redhat.com>
17236
17237 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17238
17239 2014-04-15 Pedro Alves <palves@redhat.com>
17240
17241 * gdb.base/sym-file-loader.c: Include <limits.h>.
17242 (SELF_LINK): New define.
17243 (get_origin): New function.
17244 (load_shlib): Use it.
17245 * gdb.base/sym-file.exp: Don't early return if the target is
17246 remote. Use runto_main, and issue fail is that fails. Use
17247 gdb_load_shlibs.
17248 (shlib_name): Delete.
17249 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17250
17251 2014-04-15 Pedro Alves <palves@redhat.com>
17252
17253 * gdb.base/sym-file.exp: Remove regex characters from test
17254 message. Don't refer to breakpoint numbers in test messages.
17255
17256 2014-04-14 Keith Seitz <keiths@redhat.com>
17257
17258 PR c++/16253
17259 * gdb.cp/var-tag.cc: New file.
17260 * gdb.cp/var-tag.exp: New file.
17261 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17262 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17263 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17264 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17265
17266 2014-04-14 Tom Tromey <tromey@redhat.com>
17267
17268 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17269 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17270 type.
17271 * gdb.cp/enum-class.exp: New file.
17272 * gdb.cp/enum-class.cc: New file.
17273
17274 2014-04-14 Tom Tromey <tromey@redhat.com>
17275
17276 * gdb.dwarf2/enum-type.exp: New file.
17277
17278 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17279
17280 * gdb.mi/mi-vla-c99.exp: New file.
17281 * gdb.mi/vla.c: New file.
17282
17283 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17284
17285 * gdb.base/vla-datatypes.c: New file.
17286 * gdb.base/vla-datatypes.exp: New file.
17287
17288 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17289
17290 * gdb.base/vla-ptr.c: New file.
17291 * gdb.base/vla-ptr.exp: New file.
17292
17293 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17294
17295 * gdb.dwarf2/count.exp: New file.
17296
17297 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17298
17299 * gdb.base/vla-sideeffect.c: New file.
17300 * gdb.base/vla-sideeffect.exp: New file.
17301
17302 2014-04-14 David Blaikie <dblaikie@gmail.com>
17303
17304 * gdb.mi/non-stop.c: Add return value for non-void function return
17305 statement.
17306 * gdb.threads/staticthreads.c: Ditto.
17307
17308 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17309 Doug Evans <xdje42@gmail.com>
17310
17311 * gdb.guile/scm-value.c: Improve test case.
17312 * gdb.guile/scm-value.exp: Add new test.
17313
17314 2014-04-11 David Blaikie <dblaikie@gmail.com>
17315
17316 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17317 override Clang's default.
17318
17319 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17320
17321 Revert the following changes (regressions):
17322
17323 * gdb.base/vla-sideeffect.c: New file.
17324 * gdb.base/vla-sideeffect.exp: New file.
17325
17326 * gdb.dwarf2/count.exp: New file.
17327
17328 * gdb.base/vla-multi.c: New file.
17329 * gdb.base/vla-multi.exp: New file.
17330
17331 * gdb.base/vla-ptr.c: New file.
17332 * gdb.base/vla-ptr.exp: New file.
17333
17334 * gdb.base/vla-datatypes.c: New file.
17335 * gdb.base/vla-datatypes.exp: New file.
17336
17337 * gdb.mi/mi-vla-c99.exp: New file.
17338 * gdb.mi/vla.c: New file.
17339
17340 2014-04-11 Keith Seitz <keiths@redhat.com>
17341
17342 PR c++/16675
17343 * gdb.cp/cpsizeof.exp: New file.
17344 * gdb.cp/cpsizeof.cc: New file.
17345
17346 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17347
17348 * gdb.mi/mi-vla-c99.exp: New file.
17349 * gdb.mi/vla.c: New file.
17350
17351 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17352
17353 * gdb.base/vla-datatypes.c: New file.
17354 * gdb.base/vla-datatypes.exp: New file.
17355
17356 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17357
17358 * gdb.base/vla-ptr.c: New file.
17359 * gdb.base/vla-ptr.exp: New file.
17360
17361 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17362
17363 * gdb.base/vla-multi.c: New file.
17364 * gdb.base/vla-multi.exp: New file.
17365
17366 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17367
17368 * gdb.dwarf2/count.exp: New file.
17369
17370 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17371
17372 * gdb.base/vla-sideeffect.c: New file.
17373 * gdb.base/vla-sideeffect.exp: New file.
17374
17375 2014-04-11 Yao Qi <yao@codesourcery.com>
17376
17377 * gdb.base/completion.exp: Check file exists before running tests
17378 on file completion.
17379
17380 2014-04-10 Pedro Alves <palves@redhat.com>
17381
17382 * gdb.base/cond-eval-mode.c: New file.
17383 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17384 prepare_for_testing to build the new file. Check result of
17385 runto_main.
17386 (test_break, test_watch): New procedures.
17387 (top level): Use them.
17388
17389 2014-04-08 Pierre Muller <muller@sourceware.org>
17390
17391 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17392 Ctrl-V use for mingw hosts.
17393
17394 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17395
17396 * gdb.python/py-value.c: Improve test case.
17397 * gdb.python/py-value.exp: Add new test.
17398
17399 2014-04-07 David Blaikie <dblaikie@gmail.com>
17400
17401 * lib/compiler.c: Identify the clang compiler.
17402 * lib/compiler.cc: Ditto.
17403
17404 2014-04-03 Yao Qi <yao@codesourcery.com>
17405
17406 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17407
17408 2014-04-01 Anton Blanchard <anton@samba.org>
17409
17410 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17411 messages unique.
17412
17413 2014-04-01 Anton Blanchard <anton@samba.org>
17414
17415 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17416 prepare_for_testing.
17417
17418 2014-04-01 Anton Blanchard <anton@samba.org>
17419
17420 * gdb.arch/ppc64-atomic-inst.c: Remove.
17421 * gdb.arch/ppc64-atomic-inst.S: New file.
17422 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17423
17424 2014-03-31 Doug Evans <dje@google.com>
17425
17426 * gdb.base/print-symbol-loading-lib.c: New file.
17427 * gdb.base/print-symbol-loading-main.c: New file.
17428 * gdb.base/print-symbol-loading.exp: New file.
17429
17430 2014-03-31 Yao Qi <yao@codesourcery.com>
17431
17432 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17433
17434 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17435
17436 * gdb.ada/mi_dyn_arr: New testcase.
17437
17438 2014-03-27 Doug Evans <dje@google.com>
17439
17440 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17441
17442 2014-03-27 Yao Qi <yao@codesourcery.com>
17443
17444 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17445 if target is nios2-*-*.
17446
17447 2014-03-26 Yao Qi <yao@codesourcery.com>
17448
17449 * lib/gdb.exp (readline_is_used): New proc.
17450 * gdb.base/completion.exp: Move tests on command complete up.
17451 Skip the rest of tests if readline is not used.
17452 * gdb.ada/complete.exp: Skp the test if readline is not
17453 used.
17454 * gdb.base/filesym.exp: Likewise.
17455 * gdb.base/macscp.exp: Likewise.
17456 * gdb.base/readline-ask.exp: Likewise.
17457 * gdb.base/readline.exp: Likewise.
17458 * gdb.python/py-cmd.exp: Likewise.
17459 * gdb.trace/tfile.exp: Likewise.
17460
17461 2014-03-26 Yao Qi <yao@codesourcery.com>
17462
17463 * gdb.base/macscp.exp: Fix code format issues.
17464
17465 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17466
17467 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17468 * gdb.asm/powerpc64le.inc: New file.
17469
17470 2014-03-25 Pedro Alves <palves@redhat.com>
17471 Doug Evans <dje@google.com>
17472
17473 * gdb.base/source-execution.c: New file.
17474 * gdb.base/source-execution.exp: New file.
17475 * gdb.base/source-execution.gdb: New file.
17476
17477 2014-03-24 Doug Evans <dje@google.com>
17478
17479 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17480 using fission.
17481
17482 2014-03-24 Hui Zhu <hui@codesourcery.com>
17483 Pedro Alves <palves@redhat.com>
17484
17485 PR breakpoints/16101
17486 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17487 test pass/fail messages. Detect missing support for dprintf when
17488 breakpoints are actually inserted.
17489 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17490 breakpoints are actually inserted.
17491 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17492 fails.
17493
17494 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17495
17496 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17497
17498 2014-03-22 Doug Evans <xdje42@gmail.com>
17499
17500 * gdb.python/python.exp (python not supported): Verify multi-line
17501 python command issues an error.
17502 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17503 guile command issues an error.
17504
17505 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17506
17507 * gdb.threads/thread-specific.exp: Handle the lack of usable
17508 $this_breakpoint and $this_thread.
17509
17510 2014-03-21 Hui Zhu <hui@codesourcery.com>
17511
17512 * gdb.base/attach.exp (do_command_attach_tests): New.
17513
17514 2014-03-20 Tom Tromey <tromey@redhat.com>
17515 Pedro Alves <palves@redhat.com>
17516
17517 PR cli/15718
17518 * gdb.base/condbreak-call-false.c: New file.
17519 * gdb.base/condbreak-call-false.exp: New file.
17520
17521 2014-03-20 Pedro Alves <palves@redhat.com>
17522
17523 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17524 Delete.
17525 (block_signals, unblock_signals): Delete.
17526 (child_function_2, main): Remove references to deleted variable
17527 and functions.
17528
17529 2014-03-20 Pedro Alves <palves@redhat.com>
17530
17531 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17532 Use pthread_kill to signal thread 2.
17533 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17534 Adjust to make the test send itself a signal rather than using the
17535 host's "kill" command.
17536
17537 2014-03-20 Pedro Alves <palves@redhat.com>
17538
17539 * gdb.threads/multiple-step-overs.c: New file.
17540 * gdb.threads/multiple-step-overs.exp: New file.
17541 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17542 Adjust expected infrun debug output.
17543
17544 2014-03-20 Pedro Alves <palves@redhat.com>
17545
17546 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17547 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17548
17549 2014-03-20 Pedro Alves <palves@redhat.com>
17550
17551 PR breakpoints/7143
17552 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17553 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17554 of gdb_test_multiple.
17555 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17556 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17557
17558 2014-03-20 Pedro Alves <palves@redhat.com>
17559
17560 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17561 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17562
17563 2014-03-19 Pedro Alves <palves@redhat.com>
17564
17565 * gdb.base/async.exp: Remove early return.
17566
17567 2014-03-19 Pedro Alves <palves@redhat.com>
17568
17569 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17570
17571 2014-03-19 Pedro Alves <palves@redhat.com>
17572
17573 * gdb.base/async.exp (test_background): Expect \r\n after
17574 "completed." in the fail pattern.
17575
17576 2014-03-19 Pedro Alves <palves@redhat.com>
17577
17578 * gdb.base/async.exp (test_background): New procedure.
17579 Use it for all background execution command tests.
17580
17581 2014-03-19 Pedro Alves <palves@redhat.com>
17582
17583 * gdb.base/async.exp: Use prepare_for_testing.
17584
17585 2014-03-19 Pedro Alves <palves@redhat.com>
17586
17587 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17588 the same line.
17589
17590 2014-03-19 Pedro Alves <palves@redhat.com>
17591
17592 * gdb.base/async.c (main): Add "jump here" and "until here" line
17593 marker comments.
17594 * gdb.base/async.exp (jump_here): New global.
17595 (jump& test): Use it.
17596 (until_here): New global.
17597 (until& test): Use it.
17598
17599 2014-03-19 Pedro Alves <palves@redhat.com>
17600
17601 * gdb.base/async.exp: Don't frob gdb_protocol.
17602
17603 2014-03-18 Doug Evans <xdje42@gmail.com>
17604
17605 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17606 Fix spelling of exec-done-display.
17607
17608 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17609
17610 PR gdb/15358
17611 * gdb.base/gdb-sigterm.c: New file.
17612 * gdb.base/gdb-sigterm.exp: New file.
17613
17614 2014-03-18 Pedro Alves <palves@redhat.com>
17615
17616 PR gdb/13860
17617 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17618 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17619 solib-event.
17620
17621 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17622
17623 * gdb.ada/pckd_arr_ren: New testcase.
17624
17625 2014-03-13 Doug Evans <xdje42@gmail.com>
17626
17627 PR guile/16612
17628 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17629 collect after discarding symbols.
17630
17631 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17632 Doug Evans <xdje42@gmail.com>
17633
17634 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17635 to history survives a gc.
17636
17637 2014-03-13 Pedro Alves <palves@redhat.com>
17638
17639 * gdb.base/default.exp: Don't test "target procfs".
17640
17641 2014-03-13 Pedro Alves <palves@redhat.com>
17642
17643 * gdb.base/default.exp: Update "target child" and "target procfs"
17644 tests to not expect "Unix".
17645
17646 2014-03-12 Tom Tromey <tromey@redhat.com>
17647
17648 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17649 New procs. Add target-async tests.
17650 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17651 Add target-async tests.
17652
17653 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17654
17655 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17656 'func_start' and 'func_end' for the beginning and end of the
17657 function code, respectively.
17658 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17659 'func_end' instead of 'func' and 'main'.
17660
17661 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17662
17663 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17664 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17665 generate the debug info assembler source.
17666
17667 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17668
17669 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17670 * gdb.dwarf2/arr-subrange.exp: Likewise.
17671 * gdb.dwarf2/dwz.exp: Likewise.
17672 * gdb.dwarf2/method-ptr.exp: Likewise.
17673 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17674 * gdb.dwarf2/subrange.exp: Likewise.
17675 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17676 * gdb.dwarf2/implptrpiece.exp: Likewise.
17677 * gdb.dwarf2/nostaticblock.exp: Likewise.
17678
17679 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17680
17681 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17682 directory to absolute path name arguments.
17683
17684 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17685
17686 * gdb.ada/tagged_access: New testcase.
17687
17688 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17689
17690 * gdb.btrace/data.exp: Update expected output.
17691
17692 2014-03-06 Yao Qi <yao@codesourcery.com>
17693
17694 * gdb.trace/pr16508.exp: New file.
17695
17696 2014-03-05 Pedro Alves <palves@redhat.com>
17697
17698 PR gdb/16575
17699 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17700 procedure.
17701 (top level): Adjust to use it. Add tests that exercise breakpoint
17702 interaction with the code-cache.
17703
17704 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17705
17706 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17707 test for 'history-append!'.
17708
17709 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17710
17711 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17712 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17713 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17714 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17715 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17716 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17717
17718 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17719
17720 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17721 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17722 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17723
17724 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17725
17726 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17727
17728 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17729
17730 * gdb.dwarf2/arr-stride.c: New file.
17731 * gdb.dwarf2/arr-stride.exp: New file.
17732
17733 2014-02-26 Pedro Alves <palves@redhat.com>
17734
17735 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17736 that won't ever trigger. Make sure that GDB reports the correct
17737 breakpoint that caused the stop.
17738
17739 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17740
17741 PR gdb/16626
17742 * gdb.base/auto-load-script: New file.
17743 * gdb.base/auto-load.c: New file.
17744 * gdb.base/auto-load.exp: New file.
17745
17746 PR gdb/16626
17747 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17748
17749 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17750
17751 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17752 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17753
17754 2014-02-24 Doug Evans <dje@google.com>
17755
17756 * lib/gdb.exp (run_on_host): Log error output if program fails.
17757
17758 2014-02-21 Pedro Alves <palves@redhat.com>
17759
17760 * gdb.threads/step-after-sr-lock.c: Rename to ...
17761 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17762 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17763 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17764 ... this.
17765
17766 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17767
17768 PR tdep/16397
17769 * gdb.arch/amd64-stap-special-operands.exp: New file.
17770 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17771 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17772 * gdb.arch/amd64-stap-triplet.S: Likewise.
17773 * gdb.arch/amd64-stap-triplet.c: Likewise.
17774
17775 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17776
17777 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17778 in .section pseudo-op.
17779
17780 2014-02-20 lin zuojian <manjian2006@gmail.com>
17781 Joel Brobecker <brobecker@adacore.com>
17782 Doug Evans <xdje42@gmail.com>
17783
17784 PR symtab/16581
17785 * gdb.dwarf2/dw2-icycle.S: New file.
17786 * gdb.dwarf2/dw2-icycle.c: New file.
17787 * gdb.dwarf2/dw2-icycle.exp: New file.
17788
17789 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17790
17791 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17792 operations on gdb.Value objects.
17793 * gdb.python/py-value-cc.exp: Add new test to test operations on
17794 gdb.Value objects.
17795
17796 2014-02-18 Doug Evans <dje@google.com>
17797
17798 * Makefile.in (TESTS): New variable.
17799 (expanded_tests, expanded_tests_or_none): New variables
17800 (check-single): Pass $(expanded_tests_or_none) to runtest.
17801 (check-parallel): Only run tests in $(TESTS) if non-empty.
17802 (check/no-matching-tests-found): New rule.
17803 * README: Document TESTS makefile variable.
17804
17805 2014-02-18 Doug Evans <dje@google.com>
17806
17807 * Makefile.in (check-parallel): rm -rf outputs temp.
17808
17809 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17810
17811 Fix "ERROR: no fileid for" in the testsuite.
17812 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17813
17814 2014-02-12 Doug Evans <dje@google.com>
17815
17816 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17817 (MISCELLANEOUS): New variable.
17818 (clean): rm -rf $(MISCELLANEOUS).
17819 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17820 dwp live in the same directory as symlinks, with each symlink pointed
17821 to a differently named file in a different directory.
17822
17823 2014-02-11 Doug Evans <dje@google.com>
17824
17825 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17826 of Tcl file commands.
17827
17828 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17829
17830 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17831 "kill -SIGUSR1 -1".
17832
17833 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17834
17835 * gdb.ada/tick_length_array_enum_idx: New testcase.
17836
17837 2014-02-10 Doug Evans <xdje42@gmail.com>
17838
17839 * configure.ac (AC_OUTPUT): Add gdb.guile.
17840 * configure: Regenerate.
17841 * lib/gdb-guile.exp: New file.
17842 * lib/gdb.exp (get_target_charset): New function.
17843 * gdb.base/help.exp: Update expected output from "apropos apropos".
17844 * gdb.guile/Makefile.in: New file.
17845 * gdb.guile/guile.exp: New file.
17846 * gdb.guile/scm-arch.c: New file.
17847 * gdb.guile/scm-arch.exp: New file.
17848 * gdb.guile/scm-block.c: New file.
17849 * gdb.guile/scm-block.exp: New file.
17850 * gdb.guile/scm-breakpoint.c: New file.
17851 * gdb.guile/scm-breakpoint.exp: New file.
17852 * gdb.guile/scm-disasm.c: New file.
17853 * gdb.guile/scm-disasm.exp: New file.
17854 * gdb.guile/scm-equal.c: New file.
17855 * gdb.guile/scm-equal.exp: New file.
17856 * gdb.guile/scm-error.exp: New file.
17857 * gdb.guile/scm-error.scm: New file.
17858 * gdb.guile/scm-frame-args.c: New file.
17859 * gdb.guile/scm-frame-args.exp: New file.
17860 * gdb.guile/scm-frame-args.scm: New file.
17861 * gdb.guile/scm-frame-inline.c: New file.
17862 * gdb.guile/scm-frame-inline.exp: New file.
17863 * gdb.guile/scm-frame.c: New file.
17864 * gdb.guile/scm-frame.exp: New file.
17865 * gdb.guile/scm-generics.exp: New file.
17866 * gdb.guile/scm-gsmob.exp: New file.
17867 * gdb.guile/scm-iterator.c: New file.
17868 * gdb.guile/scm-iterator.exp: New file.
17869 * gdb.guile/scm-math.c: New file.
17870 * gdb.guile/scm-math.exp: New file.
17871 * gdb.guile/scm-objfile-script-gdb.in: New file.
17872 * gdb.guile/scm-objfile-script.c: New file.
17873 * gdb.guile/scm-objfile-script.exp: New file.
17874 * gdb.guile/scm-objfile.c: New file.
17875 * gdb.guile/scm-objfile.exp: New file.
17876 * gdb.guile/scm-ports.exp: New file.
17877 * gdb.guile/scm-pretty-print.c: New file.
17878 * gdb.guile/scm-pretty-print.exp: New file.
17879 * gdb.guile/scm-pretty-print.scm: New file.
17880 * gdb.guile/scm-section-script.c: New file.
17881 * gdb.guile/scm-section-script.exp: New file.
17882 * gdb.guile/scm-section-script.scm: New file.
17883 * gdb.guile/scm-symbol.c: New file.
17884 * gdb.guile/scm-symbol.exp: New file.
17885 * gdb.guile/scm-symtab-2.c: New file.
17886 * gdb.guile/scm-symtab.c: New file.
17887 * gdb.guile/scm-symtab.exp: New file.
17888 * gdb.guile/scm-type.c: New file.
17889 * gdb.guile/scm-type.exp: New file.
17890 * gdb.guile/scm-value-cc.cc: New file.
17891 * gdb.guile/scm-value-cc.exp: New file.
17892 * gdb.guile/scm-value.c: New file.
17893 * gdb.guile/scm-value.exp: New file.
17894 * gdb.guile/source2.scm: New file.
17895 * gdb.guile/types-module.cc: New file.
17896 * gdb.guile/types-module.exp: New file.
17897
17898 2014-02-10 Yao Qi <yao@codesourcery.com>
17899
17900 PR testsuite/16543
17901 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17902 * configure: Regenerated.
17903 * Makefile.in: New file.
17904
17905 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17906
17907 * gdb.python/py-framefilter.exp: Fix typo.
17908
17909 2014-02-08 Yao Qi <yao@codesourcery.com>
17910
17911 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17912 that no =breakpoint-modified is emitted when breakpoints are
17913 modified through MI commands.
17914
17915 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17916 Pedro Alves <palves@redhat.com>
17917
17918 * gdb.threads/step-after-sr-lock.c: New file.
17919 * gdb.threads/step-after-sr-lock.exp: New file.
17920
17921 2014-02-07 Pedro Alves <palves@redhat.com>
17922
17923 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17924
17925 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17926
17927 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17928 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17929
17930 2014-02-06 Doug Evans <xdje42@gmail.com>
17931
17932 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17933 output.
17934
17935 * gdb.gdb/python-interrupts.exp: New file.
17936
17937 2014-02-05 Yao Qi <yao@codesourcery.com>
17938
17939 * gdb.trace/report.exp (use_collected_data): Test the output
17940 of "info threads" and "info inferiors".
17941
17942 2014-02-05 Yao Qi <yao@codesourcery.com>
17943
17944 Revert this patch:
17945
17946 2013-05-24 Yao Qi <yao@codesourcery.com>
17947
17948 * gdb.trace/tfile.exp: Test inferior and thread.
17949
17950 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17951
17952 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17953 on a function.
17954 * gdb.base/step-bt.c: Call hello via function pointer to make
17955 sure its first instruction is executed on powerpc64le-linux.
17956
17957 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17958
17959 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17960
17961 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17962
17963 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17964 of the test patterns for use on little-endian systems.
17965
17966 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17967
17968 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17969 (decimal_vector): Fix for little-endian.
17970
17971 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17972
17973 * gdb.arch/sparc-sysstep.exp: New file.
17974 * gdb.arch/sparc-sysstep.c: Likewise.
17975
17976 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17977
17978 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17979
17980 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17981
17982 2014-01-23 Tom Tromey <tromey@redhat.com>
17983
17984 * gdb.ada/array_char_idx: New testcase.
17985
17986 2014-01-23 Tom Tromey <tromey@redhat.com>
17987
17988 PR python/16487:
17989 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17990 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17991 classes.
17992
17993 2014-01-23 Tom Tromey <tromey@redhat.com>
17994
17995 PR python/16491:
17996 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17997 string from an inferior frame.
17998 * gdb.python/py-framefilter-mi.exp: Update.
17999
18000 2014-01-22 Doug Evans <dje@google.com>
18001
18002 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18003
18004 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18005
18006 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18007
18008 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18009
18010 * gdb.trace/entry-values.exp: Remove excess space character from
18011 regex patterns. Handle s390 call instruction.
18012
18013 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18014
18015 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18016 define "*_start" label. Make "name" static.
18017 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18018 ${name} by references to ${name}_start.
18019
18020 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18021
18022 * gdb.base/info-macros.exp: Remove "debug" from the compile
18023 options.
18024
18025 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18026
18027 * gdb.dlang/demangle.exp: New file.
18028
18029 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18030
18031 * gdb.dlang/primitive-types.exp: New file.
18032
18033 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18034
18035 * configure.ac: Create gdb.dlang/Makefile.
18036 * configure: Regenerate.
18037 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18038 * gdb.dlang/Makefile.in: New file.
18039 * lib/d-support.exp: New file.
18040 * lib/gdb.exp (skip_d_tests): New proc.
18041
18042 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18043
18044 * gdb.btrace/delta.exp: Check reverse stepi.
18045 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18046 * gdb.btrace/finish.exp: New.
18047 * gdb.btrace/next.exp: New.
18048 * gdb.btrace/nexti.exp: New.
18049 * gdb.btrace/record_goto.c: Add comments.
18050 * gdb.btrace/step.exp: New.
18051 * gdb.btrace/stepi.exp: New.
18052 * gdb.btrace/multi-thread-step.c: New.
18053 * gdb.btrace/multi-thread-step.exp: New.
18054 * gdb.btrace/rn-dl-bind.c: New.
18055 * gdb.btrace/rn-dl-bind.exp: New.
18056 * gdb.btrace/data.c: New.
18057 * gdb.btrace/data.exp: New.
18058 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18059
18060 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18061
18062 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18063 * gdb.btrace/exception.exp: Update.
18064 * gdb.btrace/instruction_history.exp: Update.
18065 * gdb.btrace/record_goto.exp: Update.
18066 * gdb.btrace/tailcall.exp: Update.
18067 * gdb.btrace/unknown_functions.exp: Update.
18068 * gdb.btrace/delta.exp: New.
18069
18070 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18071
18072 * gdb.btrace/record_goto.exp: Add backtrace test.
18073 * gdb.btrace/tailcall.exp: Add backtrace test.
18074
18075 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18076
18077 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18078 * gdb.btrace/record_goto.c: New.
18079 * gdb.btrace/record_goto.exp: New.
18080 * gdb.btrace/x86-record_goto.S: New.
18081
18082 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18083
18084 * gdb.btrace/function_call_history.exp: Update tests.
18085 * gdb.btrace/instruction_history.exp: Update tests.
18086
18087 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18088
18089 * gdb.btrace/function_call_history.exp: Fix expected field
18090 order for "record function-call-history".
18091 Add new tests for "record function-call-history /c".
18092 * gdb.btrace/exception.cc: New.
18093 * gdb.btrace/exception.exp: New.
18094 * gdb.btrace/tailcall.exp: New.
18095 * gdb.btrace/x86-tailcall.S: New.
18096 * gdb.btrace/x86-tailcall.c: New.
18097 * gdb.btrace/unknown_functions.c: New.
18098 * gdb.btrace/unknown_functions.exp: New.
18099 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18100
18101 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18102
18103 * gdb.btrace/instruction_history.exp: Update.
18104 * gdb.btrace/function_call_history.exp: Update.
18105
18106 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18107
18108 * gdb.btrace/function_call_history.exp: Fix expected function
18109 trace.
18110 * gdb.btrace/instruction_history.exp: Initialize traced.
18111 Remove traced_functions.
18112
18113 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18114
18115 * gdb.btrace/function_call_history.exp: Update
18116 * gdb.btrace/instruction_history.exp: Update.
18117
18118 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18119
18120 * gdb.btrace/enable.exp: Update expected text.
18121
18122 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18123
18124 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18125 bytes.
18126
18127 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18128
18129 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18130
18131 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18132
18133 * lib/gdb.exp (supports_process_record): Return true for
18134 arm*-linux*. (supports_reverse): Likewise.
18135
18136 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18137
18138 PR python/15464
18139 PR python/16113
18140 * gdb.python/py-type.c: Enhance test case.
18141 * gdb.python/py-value-cc.cc: Likewise
18142 * gdb.python/py-type.exp: Add new tests.
18143 * gdb.python/py-value-cc.exp: Likewise
18144
18145 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18146 Pedro Alves <palves@redhat.com>
18147
18148 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18149 Make "name" extern.
18150 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18151 references to ${name}_start by references to ${name}.
18152
18153 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18154
18155 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18156
18157 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18158
18159 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18160
18161 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18162 Pedro Alves <palves@redhat.com>
18163
18164 * gdb.mi/mi-info-os.exp: Connect to the target with
18165 mi_gdb_target_load.
18166
18167 2014-01-08 Pedro Alves <palves@redhat.com>
18168
18169 * gdb.threads/reconnect-signal.c: New file.
18170 * gdb.threads/reconnect-signal.exp: New file.
18171
18172 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18173
18174 * gdb.base/source-dir.exp: New file.
18175
18176 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18177
18178 * gdb.ada/mi_interface: New testcase.
18179
18180 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18181
18182 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18183 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18184 gdb.ada/pp-rec-component/pck.ads: New files.
18185
18186 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18187
18188 * gdb.python/py-pp-integral.c: New file.
18189 * gdb.python/py-pp-integral.py: New file.
18190 * gdb.python/py-pp-integral.exp: New file.
18191
18192 For older changes see ChangeLog-1993-2013.
18193 \f
18194 ;; Local Variables:
18195 ;; mode: change-log
18196 ;; left-margin: 8
18197 ;; fill-column: 74
18198 ;; version-control: never
18199 ;; End:
18200
18201 Copyright 2014-2020 Free Software Foundation, Inc.
18202 Copying and distribution of this file, with or without modification,
18203 are permitted provided the copyright notice and this notice are preserved.
This page took 0.90584 seconds and 4 git commands to generate.